/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
body{margin:0;padding:0}article,aside,details,figcaption,figure,main,footer,header,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}nav ul,nav ol{list-style:none none}img{max-width:100%;height:auto;border:0}video,embed,object{max-width:100%}svg:not(:root){overflow:hidden}figure{margin:0}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size-adjust:100%}body{color:#333;font-family:'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:1rem}abbr[title]{border-bottom:1px dotted #ccc;cursor:help}b,strong{font-weight:700}em,i{font-style:italic}mark{background:#f6f6f6;color:#000}small,.small{font-size:12px}hr{border:0;border-top:1px solid #ccc;margin-bottom:20px;margin-top:20px}sub,sup{font-size:71.42857143000001%;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.6rem;margin-top:0rem;margin-bottom:2rem}h2{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}h3{font-weight:600;line-height:1.1;font-size:1.8rem;margin-top:2rem;margin-bottom:1rem}h4{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}h5{font-weight:700;line-height:1.1;font-size:1.2rem;margin-top:2rem;margin-bottom:2rem}h6{font-weight:700;line-height:1.1;font-size:1rem;margin-top:2rem;margin-bottom:2rem}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small{color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1}a,.alink{color:#006bb4;text-decoration:none}a:visited,.alink:visited{color:#006bb4;text-decoration:none}a:hover,.alink:hover{color:#006bb4;text-decoration:underline}a:active,.alink:active{color:#ff5501;text-decoration:underline}ul,ol{margin-top:0rem;margin-bottom:2.5rem}ul>li,ol>li{margin-top:0rem;margin-bottom:1rem}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}dl{margin-bottom:20px;margin-top:0}dt{font-weight:700;margin-bottom:5px;margin-top:0}dd{margin-bottom:10px;margin-top:0;margin-left:0}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,'Courier New',monospace}code{background:#f6f6f6;color:#111;padding:2px 4px;font-size:1.2rem;white-space:nowrap}kbd{background:#f6f6f6;color:#111;padding:2px 4px;font-size:1.2rem}pre{background:#f6f6f6;border:1px solid #ccc;color:#111;line-height:1.42857143;margin:0 0 10px;padding:10px;font-size:1.2rem;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 #ccc;margin:0 0 20px 40px;padding:0;color:#333;font-family:'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:#333;line-height:1.42857143;font-size:1rem;display:block}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}blockquote cite{font-style:normal}blockquote:before,blockquote:after{content:''}q{quotes:none}q:before,q:after{content:'';content:none}cite{font-style:normal}table{width:100%;border-collapse:collapse;border-spacing:0;max-width:100%}table th{text-align:left}table>tbody>tr>th,table>tfoot>tr>th,table>tbody>tr>td,table>tfoot>tr>td{vertical-align:top}table>thead>tr>th,table>thead>tr>td{vertical-align:bottom}table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td{padding:11px 10px}button{background-image:none;background:#eee;border:1px solid #ccc;color:#333;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:600;margin:0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle}button:focus,button:active{background:#e2e2e2;border:1px solid #ccc;color:#333}button:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}button.disabled,button[disabled],fieldset[disabled] button{opacity:.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:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;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:.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:#fff url('../../frontend/Mus/povison/en_US/images/select-bg.svg') no-repeat 100% 45%;background-clip:padding-box;border:1px solid #ccc;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:4px 25px 5px 10px;vertical-align:baseline;width:100%;box-sizing:border-box}select:focus{border:1px solid #c2c2c2}select:disabled{opacity:.5;background:#fff;border:1px solid #c2c2c2}select[multiple]{height:auto;background-image:none}textarea{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:auto;line-height:1.42857143;margin:0;padding:10px;vertical-align:baseline;width:100%;box-sizing:border-box;resize:vertical}textarea:disabled{opacity:.5}textarea::-moz-placeholder{color:#575757}textarea::-webkit-input-placeholder{color:#575757}textarea:-ms-input-placeholder{color:#575757}input[type="checkbox"]{margin:2px 5px 0 0;position:relative;top:2px}input[type="checkbox"]:disabled{opacity:.5}input[type="radio"]{margin:2px 5px 0 0}input[type="radio"]:disabled{opacity:.5}input.mage-error,select.mage-error,textarea.mage-error{border-color:#ed8380}div.mage-error[generated]{color:#e02b27;font-size:1.2rem}input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}input::-moz-focus-inner{border:0;padding:0}form{-webkit-tap-highlight-color:rgba(0,0,0,0)}address{font-style:normal}*:focus{box-shadow:none;outline:0}._keyfocus *:focus,input:not([disabled]):focus,textarea:not([disabled]):focus,select:not([disabled]):focus{box-shadow:0 0 3px 1px #00699d}.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:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:'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;border-radius:3px}.action-primary:focus,.action-primary:active{background:#006bb4;border:1px solid #006bb4;color:#fff}.action-primary:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.action-primary.disabled,.action-primary[disabled],fieldset[disabled] .action-primary{opacity:.5;cursor:default;pointer-events:none}.abs-revert-to-action-secondary,.abs-discount-block .actions-toolbar .action.primary,.abs-discount-block .actions-toolbar .action.cancel,.block-compare .action.primary,.cart-summary .block .actions-toolbar>.primary .action.primary,.abs-discount-code .form-discount .actions-toolbar .primary .action,.cart-summary .form.giftregistry .fieldset .action.primary,.paypal-review-discount .actions-toolbar .action.primary,.paypal-review-discount .actions-toolbar .action.cancel,.cart-discount .actions-toolbar .action.primary,.cart-discount .actions-toolbar .action.cancel,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action{border-radius:3px}.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),.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 #fff,inset 0 -1px 0 0 rgba(204,204,204,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,.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(204,204,204,0.8),inset 0 -1px 0 0 rgba(204,204,204,0.3)}.abs-action-link-button,.block-event .slider-panel .slider .item .action.event{background-image:none;background:#eee;border:1px solid #ccc;color:#333;cursor:pointer;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:600;margin:0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;display:inline-block;text-decoration:none;border-radius:3px}.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 #ccc;color:#333}.abs-action-link-button:hover,.block-event .slider-panel .slider .item .action.event:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}.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:.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:#006bb4;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:#006bb4;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:#006bb4;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:#006bb4;opacity:.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,.block-compare .action.primary,.cart-summary .block .actions-toolbar>.primary .action.primary,.abs-discount-code .form-discount .actions-toolbar .primary .action,.cart-summary .form.giftregistry .fieldset .action.primary,.paypal-review-discount .actions-toolbar .action.primary,.paypal-review-discount .actions-toolbar .action.cancel,.cart-discount .actions-toolbar .action.primary,.cart-discount .actions-toolbar .action.cancel,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action{background:#eee;border:1px solid #ccc;color:#333}.abs-revert-secondary-color:focus,.abs-revert-secondary-color:active,.abs-revert-to-action-secondary:focus,.abs-revert-to-action-secondary:active,.paypal-review .block .actions-toolbar .action.primary:focus,.paypal-review .block .actions-toolbar .action.primary:active,.abs-discount-block .actions-toolbar .action.primary:focus,.abs-discount-block .actions-toolbar .action.primary:active,.abs-discount-block .actions-toolbar .action.cancel:focus,.abs-discount-block .actions-toolbar .action.cancel:active,.block-compare .action.primary:focus,.block-compare .action.primary:active,.cart-summary .block .actions-toolbar>.primary .action.primary:focus,.cart-summary .block .actions-toolbar>.primary .action.primary:active,.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,.abs-discount-code .form-discount .actions-toolbar .primary .action:active,.cart-summary .form.giftregistry .fieldset .action.primary:focus,.cart-summary .form.giftregistry .fieldset .action.primary:active,.paypal-review-discount .actions-toolbar .action.primary:focus,.paypal-review-discount .actions-toolbar .action.primary:active,.paypal-review-discount .actions-toolbar .action.cancel:focus,.paypal-review-discount .actions-toolbar .action.cancel:active,.cart-discount .actions-toolbar .action.primary:focus,.cart-discount .actions-toolbar .action.primary:active,.cart-discount .actions-toolbar .action.cancel:focus,.cart-discount .actions-toolbar .action.cancel:active,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active{background:#e2e2e2;border:1px solid #ccc;color:#333}.abs-revert-secondary-color:hover,.abs-revert-to-action-secondary:hover,.paypal-review .block .actions-toolbar .action.primary:hover,.abs-discount-block .actions-toolbar .action.primary:hover,.abs-discount-block .actions-toolbar .action.cancel:hover,.block-compare .action.primary:hover,.cart-summary .block .actions-toolbar>.primary .action.primary:hover,.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,.cart-summary .form.giftregistry .fieldset .action.primary:hover,.paypal-review-discount .actions-toolbar .action.primary:hover,.paypal-review-discount .actions-toolbar .action.cancel:hover,.cart-discount .actions-toolbar .action.primary:hover,.cart-discount .actions-toolbar .action.cancel:hover,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}.abs-revert-secondary-size,.products-grid.wishlist .product-item .box-tocart .tocart{font-size:1.4rem;line-height:1.6rem;padding:7px 15px}.abs-button-l,#store-selector .form-continue .actions-toolbar .action.primary,.order-review-form .action.primary,.bundle-actions .action.primary.customize,.bundle-options-container .block-bundle-summary .box-tocart .action.primary,.box-tocart .action.tocart,.cart-summary .checkout-methods-items .action.primary.checkout,.block-minicart .block-content>.actions>.primary .action.primary,.methods-shipping .actions-toolbar .action.primary,.block-authentication .action.action-register,.block-authentication .action.action-login,.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,.form-address-edit .actions-toolbar .action.primary,.box-tocart .action.instant-purchase,.multicheckout .action.primary{line-height:2.2rem;padding:14px 17px;font-size:1.8rem}.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 10px 5px 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 5px;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{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,.login-container .block .block-title{border-bottom:1px solid #e8e8e8;font-size:1.8rem;margin-bottom:15px;padding-bottom:12px}.abs-login-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:#fff;border:1px solid #bbb;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 #fff 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 #bbb 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:40px}.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:#494949}.abs-remove-button-for-blocks:active:before,.sidebar .product-items .action.delete:active:before,.sidebar .block-compare .action.delete:active:before,.table-comparison .cell.remove .action.delete:active:before,.block-compare .action.delete:active:before,.filter-current .action.remove:active:before{color:#999}.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:#333;text-decoration:none}.abs-product-link>a:visited,.product-item-name>a:visited,.product.name a>a:visited{color:#333;text-decoration:underline}.abs-product-link>a:hover,.product-item-name>a:hover,.product.name a>a:hover{color:#333;text-decoration:underline}.abs-product-link>a:active,.product-item-name>a:active,.product.name a>a:active{color:#333;text-decoration:underline}.abs-like-link{color:#006bb4;text-decoration:none;cursor:pointer}.abs-like-link:visited{color:#006bb4;text-decoration:none}.abs-like-link:hover{color:#006bb4;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:30px}.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:30px 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,.action.skip:not(:focus),.page-header .panel.wrapper .switcher .label,.page-footer .switcher .label,.products-grid.wishlist .product-item .comment-box .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:#fff;border:1px solid #bbb;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 5px}.abs-split-button .items li:hover{background:#e8e8e8;cursor:pointer}.abs-split-button .items:before,.abs-split-button .items:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.abs-split-button .items:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.abs-split-button .items:after{border:7px solid;border-color:transparent transparent #bbb 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.6rem;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:#666;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:#333;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 30px}.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 #ccc;cursor:pointer;margin-bottom:0;position:relative;padding:10px 40px 10px 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:20px;top:10px}.abs-toggling-title>span,.abs-cart-block>.title>span,.minicart-items .product .toggle>span,.abs-discount-block .block>.title>span,.cart-summary .block>.title>span,.paypal-review-discount .block>.title>span,.cart-discount .block>.title>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-toggling-title:after,.abs-cart-block>.title:after,.minicart-items .product .toggle:after,.abs-discount-block .block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after,.cart-discount .block>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;color:inherit;content:'\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.6rem;font-weight:700}.abs-checkout-product-name,.multicheckout .table-wrapper .product-item-name{font-size:1.8rem;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:25px;padding-bottom:10px}.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.2rem;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:#666;font-size:1.8rem;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.4rem;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.1rem;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:10px;position:relative;display:inline-block;text-decoration:none}.abs-tax-total:after,.price-including-tax .cart-tax-total:after,.price-excluding-tax .cart-tax-total:after,.paypal-review .table-paypal-review-items .cart-tax-total:after,.cart.table-wrapper .cart-tax-total:after,.order-details-items .cart-tax-total:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:8px;line-height:8px;color:inherit;content:'\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:20px}.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:5px;padding-right: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 10px;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 10px}.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.6rem}.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:10px}.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:5px}.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 #ccc;border-radius:3px;display:inline-block;margin:3px 0 0;padding:2px 10px;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:10px}.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:#f6f6f6}.abs-table-striped>thead>tr>th,.abs-table-striped>tbody>tr>th,.abs-table-striped>tfoot>tr>th,.abs-table-striped>thead>tr>td,.abs-table-striped>tbody>tr>td,.abs-table-striped>tfoot>tr>td,.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,.account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,.account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,.block-giftregistry-results .data.table>thead>tr>th,.block-giftregistry-results .data.table>tbody>tr>th,.block-giftregistry-results .data.table>tfoot>tr>th,.block-giftregistry-results .data.table>thead>tr>td,.block-giftregistry-results .data.table>tbody>tr>td,.block-giftregistry-results .data.table>tfoot>tr>td,.block-wishlist-search-results .data.table>thead>tr>th,.block-wishlist-search-results .data.table>tbody>tr>th,.block-wishlist-search-results .data.table>tfoot>tr>th,.block-wishlist-search-results .data.table>thead>tr>td,.block-wishlist-search-results .data.table>tbody>tr>td,.block-wishlist-search-results .data.table>tfoot>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td{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 #ccc}.abs-block-items-counter,.block-compare .counter,.block-wishlist .counter{color:#6d6d6d;font-size:1.2rem;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,.widget .block-title,.block-wishlist .block-title{margin:0 0 20px}.abs-block-widget-title strong,.block-compare .block-title strong,.block-reorder .block-title strong,.widget .block-title strong,.block-wishlist .block-title strong{font-size:18px;font-weight:300;vertical-align:middle}.abs-shopping-cart-items,.block-cart-failed,.cart-container .form-cart{margin-bottom:20px}.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 20px 0 0;padding:0;color:#006bb4;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:#006bb4;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:#006bb4;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:#006bb4;opacity:.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:10px;width:calc(100% - 33px)}.abs-field-tooltip,.field .control._with-tooltip{position:relative}.abs-field-tooltip input,.field .control._with-tooltip input{margin-right:10px;width:calc(100% - 36px)}.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:-10px;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:10px;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:#666}.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:10px;color:#333;font-weight:300;font-size:2.6rem}.abs-sidebar-totals,.cart-totals,.opc-block-summary .table-totals{border-top:1px solid #ccc;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:1.8rem;border-top:1px solid #ccc;padding-right:10px}.abs-sidebar-totals .grand .amount,.cart-totals .grand .amount,.opc-block-summary .table-totals .grand .amount{font-size:1.8rem;border-top:1px solid #ccc}.abs-sidebar-totals .msrp,.cart-totals .msrp,.opc-block-summary .table-totals .msrp{margin-bottom:10px}.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 #ccc;border-top:1px solid #ccc;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:20px;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 #ccc;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:#006bb4;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,.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:'Open Sans';src:url('../../frontend/Mus/povison/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'),url('../../frontend/Mus/povison/en_US/fonts/opensans/light/opensans-300.woff') format('woff');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:url('../../frontend/Mus/povison/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'),url('../../frontend/Mus/povison/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:url('../../frontend/Mus/povison/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'),url('../../frontend/Mus/povison/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:url('../../frontend/Mus/povison/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'),url('../../frontend/Mus/povison/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}.items{margin:0;padding:0;list-style:none none}.columns{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;box-sizing:border-box}.columns:after{clear:both;content:' ';display:block;height:0;overflow:hidden;visibility:hidden}.columns .column.main{padding-bottom:40px;-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:20px}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 #ccc;padding-top:20px}.table tfoot th,.table tfoot td{border:0}.table tfoot .mark{font-weight:400;text-align:right}.message.info{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:45px;position:relative}.message.info a{color:#006bb4}.message.info a:hover{color:#006bb4}.message.info a:active{color:#006bb4}.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 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#fae5e5;color:#e02b27;padding-left:45px;position:relative}.message.error a{color:#006bb4}.message.error a:hover{color:#006bb4}.message.error a:active{color:#006bb4}.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 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:45px;position:relative}.message.warning a{color:#006bb4}.message.warning a:hover{color:#006bb4}.message.warning a:active{color:#006bb4}.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 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:45px;position:relative}.message.notice a{color:#006bb4}.message.notice a:hover{color:#006bb4}.message.notice a:active{color:#006bb4}.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 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#e5efe5;color:#006400;padding-left:45px;position:relative}.message.success a{color:#006bb4}.message.success a:hover{color:#006bb4}.message.success a:active{color:#006bb4}.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:#f0f0f0}.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:#333}.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:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;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:#fff;left:15px;margin-left:-5px}.tooltip.wrapper .tooltip.content:before{border-bottom-color:#bbb;left:15px;margin-left:-6px}.tooltip.wrapper .tooltip.toggle{cursor:help}.tooltip.wrapper .tooltip.toggle:hover+.tooltip.content,.tooltip.wrapper .tooltip.toggle:focus+.tooltip.content,.tooltip.wrapper:hover .tooltip.content{display:block}.tooltip.wrapper .tooltip.content dl{margin-bottom:0}.tooltip.wrapper .tooltip.content dd{white-space:normal}.tooltip.wrapper .tooltip.content .subtitle{display:inline-block;font-size:16px;font-weight:500;margin-bottom:15px}.tooltip.wrapper .tooltip.content .label{margin-top:10px}.tooltip.wrapper .tooltip.content .label:first-child{margin-top:0}.tooltip.wrapper .tooltip.content .values{margin:0}.ui-tooltip{position:absolute;z-index:9999}.load.indicator{background-color:rgba(255,255,255,0.7);z-index:9999;bottom:0;left:0;position:fixed;right:0;top:0;position:absolute}.load.indicator:before{background:transparent url('../../frontend/Mus/povison/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 40px;padding:0;letter-spacing:-.31em}.fieldset>*{letter-spacing:normal}.fieldset>.legend{margin:0 0 20px;padding:0 0 10px;width:100%;box-sizing:border-box;float:left;font-weight:300;line-height:1.2;font-size:1.8rem}.fieldset>.legend+br{clear:both;display:block;height:0;overflow:hidden;visibility:hidden}.fieldset:last-child{margin-bottom:20px}.fieldset>.field,.fieldset>.fields>.field{margin:0 0 20px}.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:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;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:.5}.fieldset>.field .addon .addbefore::-moz-placeholder,.fieldset>.fields>.field .addon .addbefore::-moz-placeholder,.fieldset>.field .addon .addafter::-moz-placeholder,.fieldset>.fields>.field .addon .addafter::-moz-placeholder{color:#575757}.fieldset>.field .addon .addbefore::-webkit-input-placeholder,.fieldset>.fields>.field .addon .addbefore::-webkit-input-placeholder,.fieldset>.field .addon .addafter::-webkit-input-placeholder,.fieldset>.fields>.field .addon .addafter::-webkit-input-placeholder{color:#575757}.fieldset>.field .addon .addbefore:-ms-input-placeholder,.fieldset>.fields>.field .addon .addbefore:-ms-input-placeholder,.fieldset>.field .addon .addafter:-ms-input-placeholder,.fieldset>.fields>.field .addon .addafter:-ms-input-placeholder{color:#575757}.fieldset>.field .addon .addbefore,.fieldset>.fields>.field .addon .addbefore{float:left;-ms-flex-order:1;-webkit-order:1;order:1}.fieldset>.field .additional,.fieldset>.fields>.field .additional{margin-top:10px}.fieldset>.field.required>.label:after,.fieldset>.fields>.field.required>.label:after,.fieldset>.field._required>.label:after,.fieldset>.fields>.field._required>.label:after{content:'*';color:#e02b27;font-size:1.2rem;margin:0 0 0 5px}.fieldset>.field .note,.fieldset>.fields>.field .note{font-size:1.2rem;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:24px;line-height:12px;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:10px}.fieldset>.field .field.choice:last-child,.fieldset>.fields>.field .field.choice:last-child{margin-bottom:0}.legend+.fieldset,.legend+div{clear:both}.legend>span{margin-right:5px}fieldset.field{border:0;padding:0}.field.date .time-picker{display:inline-block;margin-top:10px;white-space:nowrap}.field .message.warning{margin-top:10px}select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background-size:30px 60px;text-indent:.01em;text-overflow:''}select::-ms-expand{display:none}select.admin__control-multiselect{height:auto}.field-error,div.mage-error[generated]{margin-top:7px}.field-error{color:#e02b27;font-size:1.2rem}.product-options-wrapper .date.required div[for*='options'].mage-error{display:none !important}.field .tooltip{position:relative}.field .tooltip .tooltip-content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;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:#fff;margin-top:-5px;top:15px}.field .tooltip .tooltip-content:before{border-right-color:#bbb;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:.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:23px;line-height:23px;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 20px}.sidebar .fieldset>.field:not(.choice) .label,.sidebar .fieldset .fields>.field .label{margin:0 0 4px;padding:0 0 5px;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/Mus/povison/en_US/fonts/Luma-Icons.woff2') format('woff2'),url('../../frontend/Mus/povison/en_US/fonts/Luma-Icons.woff') format('woff');font-weight:normal;font-style:normal;font-display:block}button,a.action.primary{border-radius:3px}button:not(.primary){box-shadow:none}button:not(.primary):active{box-shadow:inset 0 1px 0 0 rgba(204,204,204,0.8),inset 0 -1px 0 0 rgba(204,204,204,0.3)}body:not(._keyfocus) button:focus{box-shadow:none}a.action.primary{display:inline-block;text-decoration:none}a.action.primary:hover,a.action.primary:active,a.action.primary:focus{text-decoration:none}.action.primary,.action-primary{background-image:none;background:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:'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{background:#006bb4;border:1px solid #006bb4;color:#fff}.action.primary:hover,.action-primary:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.action.primary.disabled,.action-primary.disabled,.action.primary[disabled],.action-primary[disabled],fieldset[disabled] .action.primary,fieldset[disabled] .action-primary{opacity:.5;cursor:default;pointer-events:none}.product.data.items{margin:0;padding:0;border-bottom:1px solid #ccc;margin-bottom:20px;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 #ccc;height:40px;padding:1px 10px 1px 10px;font-weight:600;line-height:40px;font-size:1.4rem;color:#333;text-decoration:none}.product.data.items>.item.title>.switch:visited{color:#6d6d6d;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#333;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#333;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:#333;text-decoration:none;padding-bottom:1px}.product.data.items>.item.content{background:#fff;margin:0;padding:10px 10px 30px}.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:14px;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:10px;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.2rem;line-height:3rem;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:#006bb4;display:inline-block;padding:0 5px;text-decoration:none}.pages a.page:visited{color:#006bb4}.pages a.page:hover{color:#006bb4;text-decoration:none}.pages a.page:active{color:#ff5501}.pages strong.page{background:#e5e5e5;font-size:1.2rem;line-height:3rem;letter-spacing:normal;color:#333;display:inline-block;font-weight:700;padding:0 5px}.pages .action{background:#f0f0f0;border:1px solid #ccc;color:#7d7d7d;display:inline-block;padding:0;text-decoration:none}.pages .action:visited{color:#7d7d7d}.pages .action:hover{background:#dedede;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 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3);border-radius:3px;padding:0 8px}.pages .action.previous{margin-right:8px}.pages .action.next{margin-left:8px}.actions-toolbar>.primary,.actions-toolbar>.secondary{margin-bottom:10px;text-align:center}.actions-toolbar>.primary .action,.actions-toolbar>.secondary .action{margin-bottom:10px}.actions-toolbar>.primary .action:last-child,.actions-toolbar>.secondary .action:last-child{margin-bottom:0}.actions-toolbar>.primary:last-child,.actions-toolbar>.secondary:last-child{margin-bottom:0}.actions-toolbar>.secondary .action.back{display:none}.breadcrumbs{margin:0 0 15px}.breadcrumbs .items{font-size:1.2rem;color:#707070;margin:0;padding:0;list-style:none none}.breadcrumbs .items>li{display:inline-block;vertical-align:top}.breadcrumbs .item{margin:0}.breadcrumbs a{color:#006bb4;text-decoration:none}.breadcrumbs a:visited{color:#006bb4;text-decoration:none}.breadcrumbs a:hover{color:#006bb4;text-decoration:underline}.breadcrumbs a:active{color:#006bb4;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 10px;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:.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 #fff transparent;z-index:99}.popup-pointer:after{left:1px;top:0px;border:solid 7px;border-color:transparent transparent #aeaeae transparent;z-index:98}.price-tier_price .price-excluding-tax,.price-tier_price .price-including-tax{display:inline}.price-including-tax,.price-excluding-tax{display:block;font-size:1.8rem;line-height:1}.price-including-tax .price,.price-excluding-tax .price{font-weight:700}.price-including-tax+.price-excluding-tax,.weee[data-label]{display:block;font-size:1.8rem}.price-including-tax+.price-excluding-tax:before,.weee[data-label]:before{content:attr(data-label) ': ';font-size:1.1rem}.price-including-tax+.price-excluding-tax .price,.weee[data-label] .price{font-size:1.1rem}body._has-modal{height:100%;overflow:hidden;width:100%}.modals-overlay{z-index:899}.modal-slide,.modal-popup{bottom:0;left:0;min-width:0;position:fixed;right:0;top:0;visibility:hidden;opacity:0;-webkit-transition:visibility 0s .3s,opacity .3s ease;transition:visibility 0s .3s,opacity .3s ease}.modal-slide._show,.modal-popup._show{visibility:visible;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.modal-slide._show .modal-inner-wrap,.modal-popup._show .modal-inner-wrap{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-slide .modal-inner-wrap,.modal-popup .modal-inner-wrap{background-color:#fff;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 .3s ease-in-out;transition:transform .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 .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:.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: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}.modal-custom .action-close:hover:before,.modal-popup .action-close:hover:before,.modal-slide .action-close:hover:before{color:inherit}.modal-custom .action-close:active:before,.modal-popup .action-close:active:before,.modal-slide .action-close:active:before{color:inherit}.modal-custom .action-close:hover:before,.modal-popup .action-close:hover:before,.modal-slide .action-close:hover:before{color:#1a1a1a}.modal-custom .action-close{margin:15px}.modal-popup{pointer-events:none}.modal-popup .modal-title{border-bottom:1px solid #c1c1c1;font-weight:300;padding-bottom:10px;font-size:26px;margin-bottom:0;min-height:1em;word-wrap:break-word}.modal-popup .action-close{padding:20px}.modal-slide .action-close{margin:15px;padding:0}.modal-slide .page-main-actions{margin-bottom:-12.9rem;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}#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.2rem;padding:14px 17px;font-size:1.8rem}#delivery-method-selector .action.selected{background:#fff}#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}#store-selector .form-login{border-bottom:0;margin-bottom:0;padding-bottom:0}#store-selector .form-continue{margin:20px 0 0}.location-details .location-name{font-size:18px;font-weight:700}.store-selector-popup .modal-title{border-bottom:0}.store-selector-popup .modal-header{padding-bottom:0}#opc-store-selector-popup{display:none}#opc-store-selector-popup .block-search{float:none;width:100%;margin:0 0 20px;padding:0 0 10px;border-bottom:1px solid #c1c1c1}.modal-content #opc-store-selector-popup{display:block}.store-selector-popup-table thead th{display:none}.store-selector-popup-table tbody .location .location-name{font-size:18px}.store-selector-popup-table tbody .location+.location{border-top:1px solid #ccc}.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 20px}.lac-notification-sticky{position:relative;z-index:999}.lac-notification-sticky .lac-notification{background-color:#373330;color:#fff;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:#fff;font-size:14px}.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after{background:url('../../frontend/Mus/povison/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/Mus/povison/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');src:url('../../frontend/Mus/povison/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'),url('../../frontend/Mus/povison/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'),url('../../frontend/Mus/povison/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:#494949}.slick-prev:before,.slick-next:before,.slick-prev:after,.slick-next:after{color:#555;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:#fff;border:1px solid #ccc;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.2rem;font-size:1.8rem;line-height:1.42857143;margin:0 10px 10px 0;padding:14px 17px;color:#006bb4;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:#006bb4;text-decoration:none}a.pagebuilder-button-link:hover,button.pagebuilder-button-link:hover,div.pagebuilder-button-link:hover{color:#006bb4;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:#006bb4;opacity:.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:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:'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.2rem;padding:14px 17px;font-size:1.8rem;border-radius:3px;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:#006bb4;border:1px solid #006bb4;color:#fff}a.pagebuilder-button-primary:hover,button.pagebuilder-button-primary:hover,div.pagebuilder-button-primary:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}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:.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:#eee;border:1px solid #ccc;color:#333;cursor:pointer;display:inline-block;font-family:'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.6rem;box-sizing:border-box;vertical-align:middle;line-height:2.2rem;padding:14px 17px;font-size:1.8rem;border-radius:3px;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 #ccc;color:#333}a.pagebuilder-button-secondary:hover,button.pagebuilder-button-secondary:hover,div.pagebuilder-button-secondary:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}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:.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:1280px}[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:1280px;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 #ccc;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:#000;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 #ccc}div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active{background:#fff;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 #ccc;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:#333;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 #ccc;height:40px;padding:1px 10px 1px 10px;font-weight:600;line-height:40px;font-size:1.4rem;color:#333;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:visited{color:#6d6d6d;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:hover{color:#333;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:active{color:#333;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:#333;text-decoration:none;padding-bottom:1px}.pagebuilder-accordion>.item.content{background:#fff;margin:0;padding:10px 10px 30px}.login-container .g-recaptcha,.form-login .g-recaptcha,.form-edit-account .g-recaptcha{margin-bottom:10px !important}.required-captcha.checkbox{position:absolute;display:block;visibility:visible;overflow:hidden;opacity:0;width:1px;height:1px}.block.newsletter .field-recaptcha .field .control:before{content:none}.review-form .field-recaptcha{margin-bottom:10px}.form.send.friend .g-recaptcha{margin-top:40px}.product-info-stock-sku .configurable-variation-qty{display:none}.review-product-view .product-review .product-img-box .product-image{position:absolute;top:0;left:0;right:0;bottom:0}.review-product-list .magenest{border:1px solid #ccc;padding:30px;margin-top:20px}.review-product-list .magenest-photoreview-popup{display:block}.magenest{padding-top:10px}.magenest .review-item{width:100%;border-bottom:1px solid #ccc}.magenest .review-item:first-child{border-top:1px solid #ccc}.magenest .review-item .review-title{width:100%;word-break:break-all}.magenest .review-item .photoreview-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.magenest .review-item .photoreview-left{width:250px;margin-right:30px}.magenest .review-item .photoreview-left .photo-item:first-child{width:100%;text-align:center}.magenest .review-item .photoreview-left .photo-item:first-child .image-item{width:100%;height:250px;object-fit:cover}.magenest .review-item .photoreview-left~.photoreview-right{-webkit-flex-grow:1;flex-grow:1;max-width:calc(100% - 280px)}.magenest .review-item .photoreview-right .review-author .review-details-value{font-size:20px;font-weight:bold;word-break:break-all}.magenest .review-item .photoreview-right .review-date{margin:8px 0}.magenest .review-item .photoreview-right .review-date .review-details-value{font-size:14px;font-weight:400;color:#7a7a7a;letter-spacing:0.1px}.magenest .review-item .photoreview-right .review-ratings{float:none;margin:8px 0}.magenest .review-item .photoreview-right .review-ratings .rating-label{display:none}.magenest .review-item .photoreview-right .review-content{margin:8px 0}.magenest .review-item .photoreview-right .review-content span{word-break:break-all}.pros-cons{margin:8px 0}.pros-container,.cons-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.pros-container .left-icon,.cons-container .left-icon{margin-right:8px;font-size:16px;display:inline-block;vertical-align:middle}.pros-container{margin-bottom:5px}.photo-review.photo-items{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;position:relative}.photo-review.photo-items .image-item{width:48px;height:48px;cursor:pointer;-webkit-background-size:cover;background-size:cover;background-position:center;margin-right:8px;margin-bottom:8px}.social-share{margin:12px 0 0;display:-webkit-flex;display:-ms-flexbox;display:flex}.social-share .social-title{margin-right:10px;padding-right:10px;position:relative}.social-share .social-title:after{content:'';width:1px;height:12px;right:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);background:#333}.social-share .social-items{display:-webkit-flex;display:-ms-flexbox;display:flex}.social-share .social-items .social-item{margin-right:10px;position:relative;border:1px solid #dfdfdf;text-transform:uppercase;padding:5px 10px}.social-share .social-items .social-item a{color:#7a7a7a;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center}.social-share .social-items .social-item a .iconmoon-facebook-1,.social-share .social-items .social-item a .iconmoon-twitter{margin-right:5px}.social-share .social-items .social-item a:hover{text-decoration:none}.catalog-product-view .magenest-photoreview-filters{display:inline-block;float:right;margin-bottom:10px}.catalog-product-view .magenest-photoreview-filters .magenest-photoreview-action{vertical-align:top;display:inline-block}.catalog-product-view .magenest-photoreview-filters .magenest-photoreview-action .filter{width:auto;height:40px;box-shadow:none;border-radius:0;background:#fff;border:1px solid #cfcfcf}.catalog-product-view .magenest-photoreview-filters .magenest-photoreview-filter-options{display:inline-block}.catalog-product-view .magenest-photoreview-filters .magenest-photoreview-filter-options .magenest-photoreview-filter{width:auto;height:40px;margin-right:5px;display:inline-block;vertical-align:top}.admin-comment{background:#e0e0e0;padding:15px;margin:8px 0}.admin-comment .admin-comment-title{font-size:16px;color:#000;margin-bottom:5px}.admin-comment .comment-content{color:#5b5b5b;word-break:break-all}.review-details .review-date{display:block}.review-recommend{color:#5dac54;font-weight:400;margin:8px 0}#magenest-photoreview-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;display:none}#magenest-photoreview-popup.opened{display:block}#magenest-photoreview-popup .review-popup-overplay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4);z-index:1}#magenest-photoreview-popup .review-popup-close{position:absolute;top:5px;right:10px;font-size:30px;cursor:pointer;color:#fff;z-index:3}.review-popup-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);animation-name:popupInup;animation-duration:0.5s;animation-delay:0s;width:1050px;max-width:90vw;z-index:2;max-height:90vh;display:flex;flex-wrap:nowrap;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.review-popup-content .review-image{width:55%;min-width:55%;background:#000}.review-popup-content .review-image img{display:block !important;object-fit:cover}.review-popup-content .review-container{background:#fff;margin:0;padding:40px 40px 60px;overflow:auto;flex-grow:1}.review-popup-content .review-container::-webkit-scrollbar{width:5px}.review-popup-content .review-container::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}.review-popup-content .review-container::-webkit-scrollbar-track{background:#fff;border-radius:10px}.review-popup-content .photoreview-header{display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:space-between}.review-popup-content .popup-social-share{display:-webkit-flex;display:-ms-flexbox;display:flex}.review-popup-content .social-item{margin:0 5px;font-size:30px}.review-popup-content .social-item a{text-decoration:none}.review-popup-content .review-image-author{color:#7a7a7a;font-size:13px;padding:5px 0;display:inline-block}.review-popup-content .review-image-author .review-image-time{display:block}.review-popup-content .review-ratting{margin:0 0 15px}.review-popup-content .review-ratting:after{content:'';display:block;clear:both}.review-popup-content .review-ratting .rating-label{display:none}.review-popup-content .review-title{font-size:26px;font-weight:700;margin:0 0 10px;word-break:break-all}.review-popup-content .review-title i{font-size:14px}.review-popup-content .photorereview-recommend{display:block;font-style:italic;height:20px}.review-popup-content .review-content{padding:20px 0;margin:0;border-top:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5}.review-popup-content .review-content span{word-break:break-all}.review-popup-content .pros-container,.review-popup-content .cons-container{width:100%;margin-bottom:5px}.review-popup-content .purchase-text{margin:0}.review-popup-content .purchase-text span{margin-left:5px}.review-popup-content .slick-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:30px;border:0;box-shadow:none;border-radius:0;background:#3a3737;color:transparent;z-index:1}.review-popup-content .slick-arrow:before{font-family:FontAwesome;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-size:26px;color:#fff}.review-popup-content .slick-arrow.slick-disabled{opacity:0.5}.review-popup-content .slick-prev{left:0}.review-popup-content .slick-prev:before{content:'\f104'}.review-popup-content .slick-next{right:0}.review-popup-content .slick-next:before{content:'\f105'}.review-popup-content .slick-track .slick-slide div{display:flex;width:100%;height:100%}.review-popup-content .show-more{display:none}.review-popup-content .close-content{display:none}.review-popup-content .product-info-container{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:25px}.review-popup-content .product-image{width:110px;height:110px;margin-right:20px;border:1px solid #cbcbcb;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.review-popup-content .product-image img{max-width:100%;max-height:100%}.review-popup-content .product-name{-webkit-flex-grow:1;flex-grow:1;max-width:calc(100% - 130px)}.review-popup-content .product-name strong{font-size:18px;text-transform:capitalize;color:#535047}.review-popup-content .product-name .action-view{padding:8px 10px;border:1px solid #7a7a7a;width:135px;max-width:100%;text-align:center;margin-top:30px}.review-popup-content .product-name .action-view a{color:#535047;letter-spacing:0.1px;font-size:15px;font-weight:300;display:block;width:100%}.review-popup-content .product-name .action-view a:hover{text-decoration:none}.review-popup-content .slider-single{height:100%}.review-popup-content .slick-slider.slider-nav{position:absolute;width:100%;height:100px;bottom:-122px}.review-popup-content .slick-slider.slider-nav img{width:100px !important;height:100px;margin:0 3px;object-fit:cover}.review-popup-content .slick-slider.slider-nav .slick-track{padding:0 50px;justify-content:flex-start;height:100%}.review-popup-content .slick-slider.slider-nav .slick-slide{width:110px !important}.review-popup-content .slick-list.draggable{height:100% !important}.review-popup-content .slick-track{display:flex;height:100%}.review-popup-content .slick-slide{display:inline-block;float:left}.purchase-text{font-weight:400;font-size:14px;margin:0 5px}.popup-pros-cons{margin-top:10px}@-webkit-keyframes popupInup{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);animation-timing-function:cubic-bezier(.215, .61, .355, 1)}from{opacity:0;-webkit-transform:translate3d(-50%, 3000px, 0);transform:translate3d(-50%, 3000px, 0)}to{-webkit-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0)}}@keyframes popupInup{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);animation-timing-function:cubic-bezier(.215, .61, .355, 1)}from{opacity:0;-webkit-transform:translate3d(-50%, 3000px, 0);transform:translate3d(-50%, 3000px, 0)}to{-webkit-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0)}}@media (max-width:1024px){.review-popup-content .product-info-container{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;justify-content:center}.review-popup-content .product-name{margin-top:10px;max-width:100%}.review-popup-content .product-name .action-view{margin:20px auto 0}.review-popup-content .product-image{margin:0 auto}}.photoreview-gallery-index .page-title-wrapper{margin:30px 0;text-align:center}.photoreview-gallery-index .page-title{font-weight:bold;font-size:30px;text-transform:capitalize}.photoreview-gallery-index .rating-summary .rating-result{width:auto}.photoreview-gallery-index .rating-summary .rating-result:before{content:'\f006' '\f006' '\f006' '\f006' '\f006';color:#de8818;font-family:FontAwesome;font-size:1.4rem}.photoreview-gallery-index .rating-summary .rating-result>span:before{content:'\f005' '\f005' '\f005' '\f005' '\f005';color:#de8818;font-family:FontAwesome;font-size:1.4rem}div#photoreview-gallery{width:100%;margin:auto}.widget-flex-grid-sizer{width:2%}.photoreview-items{display:inline-grid;height:auto;box-sizing:border-box;overflow:hidden;position:relative;margin:8px auto;background:#fff;-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16);-moz-box-shadow:0 3px 6px rgba(0,0,0,0.16);box-shadow:0 3px 6px rgba(0,0,0,0.16)}.photoreview-items .admin-comment{margin:0;padding:10px 0;background:transparent;border-top:1px solid #c3c3c3}.photoreview-items .admin-comment .admin-comment-title{font-size:inherit;font-weight:700}.photoreview-items .admin-comment .comment-content{color:inherit}.photoreview-items .photoreview-image{cursor:pointer;display:block;border-bottom:0;height:100%}.photoreview-items .photoreview-image img{width:100%;height:auto;object-fit:cover;max-height:unset}.photoreview-items .photoreview-image~.photoreview-title{border-top:0}.photoreview-items .photoreview-title{padding:15px}.photoreview-items .photoreview-title .photoreview-author{color:#535047;font-size:1.8rem;word-break:break-all}.photoreview-items .photoreview-title .photoreview-author i{margin-left:2px}.photoreview-items .photoreview-title .photoreview-create-at{display:block;color:#7a7a7a;font-size:1.2rem}.photoreview-items .photoreview-title .photorereview-recommend{display:block;font-style:italic;height:20px;padding-top:10px}.photoreview-items .photoreview-title .photoreview-ratings{display:block;width:100%}.photoreview-items .photoreview-title .photoreview-ratings .rating-summary{display:table-row}.photoreview-items .photoreview-title .photoreview-ratings .rating-label{display:none}.photoreview-items .photoreview-title .photoreview-content{padding:10px 0;font-size:1.4rem;color:#535047;word-break:break-all}.photoreview-items{width:calc((100% - 45px)/4)}@media (max-width:991px){.widget-flex-grid-sizer{width:1.5%}.photoreview-items{width:calc((100% - 30px)/3)}}@media (max-width:420px){.widget-flex-grid-sizer{width:0.5%}.widget-flex-grid .photoreview-items{width:100% !important;margin:8px 0}}#mageplaza-betterpopup-block{position:relative}.mp-better-popup-click-trigger{position:fixed;bottom:0;z-index:999}.click-trigger{background-color:#31B0D5;color:white;padding:10px 25px;border-top-right-radius:5px;border-top-left-radius:5px;border-color:#46b8da}.click-trigger:hover{background-color:#31B0D5;color:white;border:1px solid #31b0d5}div#bio_ep_close{position:absolute;right:8px;top:0;z-index:99;color:#fff;font-size:20px;font-weight:bold;cursor:pointer}#bio_ep{text-align:center;box-shadow:none !important}.child-label{display:block;font-size:25px;margin:20px}#bio_ep_content{position:relative;width:100%;display:table-cell;vertical-align:middle}.better-popup-input-email{width:70% !important;height:35px !important}input.better-popup-input-email::placeholder{opacity:0.5}.better-popup-btn-submit{width:70%;margin:10px 0 0 0;-webkit-appearance:none;-moz-appearance:none;height:35px}.mageplaza-betterpopup-content{width:100%;height:100%;display:table}.success-title{font-size:22px}.mp-popup-coupon-code{width:70%;margin:0 auto}#mp-coupon-code{text-align:center;max-width:100%;border:1px dashed #c1bebe;background:0 0;font-size:25px;color:#FFF;margin-top:15px;height:50px}button.btn-copy.primary{width:100%;margin:5px 0 15px 0;color:#fff;background-color:#006bb4;border:none;height:35px}button.btn-copy.primary:hover{background:#006bb4;border:1px solid #006bb4;color:#ffffff}#status{color:#e02b27;visibility:visible;font-size:13px !important}span.success-lable{border:none !important;font-size:16px !important}canvas{position:fixed;z-index:10002;opacity:0.5;display:none;top:0;left:0}.popup-loader{display:none;position:absolute;width:100%;padding-top:15px}img.loader{width:3%}.tmp3-img-content{float:left}.tmp3-text-content{background-color:#FFFFFF;font-family:sans-serif;float:left;width:calc(100% - 460px);height:321px}.tmp3-title{color:#0083d0;font-size:50px;margin-top:30px}.tmp3-sub-title{color:#000000;font-size:14px;font-weight:bold;margin-top:-12px}.tmp3-text{color:#000000;font-size:14px;width:80%;margin:0 auto;line-height:1.714;margin-top:30px}.tmp3-form{position:relative;margin-top:30px}.tmp3-input{border:none !important;border-radius:17.5px !important;background-color:#e5e5e5 !important;height:35px !important;font-family:sans-serif !important}.tmp3_field_newsletter{width:75%;margin:0 auto}.tmp3-button{position:absolute;top:0;right:40px;border-radius:17.5px;height:35px}::-webkit-input-placeholder{color:#a2a2a2 !important;font-size:12px !important;font-style:italic;padding-left:5px}.tm1-popup-loader{margin-top:10px}.tm1-loader{width:7%}#mp-popup-template4{width:105%;height:105%;background-repeat:no-repeat}.tmp4-text-content{width:50%;background-color:#FFFFFF;font-family:sans-serif;float:left;margin:25px 0 0 35px}.tmp4-img-content{position:absolute;top:40px;right:10px}.tmp4-title{font-size:50px;color:#0083d0;line-height:1.066;text-align:left}.tmp4-sub-title{font-size:14px;color:#222;font-weight:bold;text-transform:uppercase;line-height:1.8;text-align:left}.tmp4-text{font-size:14px;color:#222;line-height:1.714;text-align:left;width:75%;margin-top:20px}.tmp4-form{width:75%;margin-left:9px;text-align:left}.tmp4-input{background-color:#e5e5e5 !important;margin-top:30px;border:none !important;height:35px !important;font-family:sans-serif !important}.tmp4-input::-webkit-input-placeholder{font-size:14px !important;font-style:italic;padding-left:15px;color:#a2a2a2 !important;line-height:1.714;text-align:left}.tmp4-button{background-color:#ff5a15 !important;width:130px;height:20px;border-radius:10px;border:none !important;font-size:10px !important;font-weight:bold !important;padding:0 !important;margin:15px 0 0 25px}.tmp5-img-content{position:absolute;z-index:20;bottom:0;left:35px}.tmp5-img-cap{position:absolute;z-index:10;bottom:0;left:0}#mp-popup-template5 img{max-height:initial}.tmp5-text-content{font-family:sans-serif;position:absolute;z-index:40;top:-55px;left:65px;width:65%}.tmp5-title{font-size:40px;color:#0083d0;line-height:1.2;text-align:center}.tmp5-sub-title{font-size:12px;color:#222;font-weight:bold;text-align:center}.tmp5-text{font-size:14px;color:#222;line-height:1.286;text-align:center;margin-top:15px}.tmp5-form{width:100%;position:absolute;z-index:30;left:0;bottom:0}.tmp5-img-email{position:absolute;z-index:20;bottom:0;left:0;pointer-events:none}.tmp5_field_newsletter{position:absolute;z-index:10;top:-158px;left:80px}.tmp5-input{background-color:#e5e5e5 !important;width:200px !important;height:35px !important;border:none !important;font-family:sans-serif !important;padding-left:30px !important}.tmp5-input::-webkit-input-placeholder{font-size:14px !important;font-style:italic;color:#a2a2a2 !important;line-height:1.714;text-align:center;padding-right:25px}.tmp5-button{position:absolute;z-index:30;background-color:#ff5a15 !important;width:130px;height:20px;border-radius:10px;border:none !important;font-size:10px !important;font-weight:bold !important;padding:0 !important;margin-top:10px;top:-125px;left:115px}.tmp5-msg-error{margin-top:30px;position:absolute;z-index:60;width:100%}.tmp5_field_newsletter #mp-newsletter-error{position:absolute}.tmp5-form .popup-loader{position:absolute;width:100%;padding-top:15px;top:-100px;left:0;z-index:100}.tmp5-form .popup-loader .loader{width:6%}#mp-popup-template6{font-family:sans-serif;height:fit-content;width:fit-content;margin:auto}.tmp6-left-title{width:350px;background-color:#0083d0;height:250px;float:left}.tmp6-left-title ul{list-style-type:none;margin-top:35px}.tmp6-left-title ul li{margin-bottom:-5px}.tmp6-left-title ul li:nth-child(1){font-size:36px;color:#fff;font-weight:bold;text-align:left}.tmp6-left-title ul li:nth-child(2){font-size:36px;color:#fff;text-align:left}.tmp6-left-title ul li:nth-child(3){font-size:36px;color:#51f5ff;text-align:left}.tmp6-text-content{background-color:#FFFFFF;width:450px;height:250px;float:left}.tmp6-text{padding-top:35px;width:85%;margin:0 auto;font-size:20px;color:#222;line-height:1.4;text-align:center}.tmp6-form{width:85%;margin:0 auto;padding-top:20px;position:relative}.tmp6-input{background:#e5e5e5 !important;height:42px !important}.tmp6-input::-webkit-input-placeholder{font-size:14px !important;font-style:italic;color:#a2a2a2 !important;line-height:1.714;text-align:center}.tmp6-button{background-color:#ff5a15 !important;width:130px;height:20px;border-radius:10px;border:none !important;font-size:10px !important;font-weight:bold !important;padding:0 !important;margin-top:20px}.tmp6_field_newsletter #mp-newsletter-error{position:absolute;top:57px;display:block;width:100%}.tmp6-text-content .popup-loader{position:absolute;width:100%;padding-top:15px;bottom:18px}@media screen and (min-width:768px){.mpca-modal-slide{left:unset;min-width:722px}}.catalog-category-view .actions-primary+.actions-secondary{vertical-align:top}.catalog-category-view button.buynow{margin-left:5px}.catalog-product-view #product-addtocart-button{float:left}.buy-now-btn{margin-right:1%;width:49%;line-height:3.6rem}@media (max-width:767px){.catalog-category-view button.buynow{margin-top:5px;margin-left:0px}}.preheat_windows{width:600px;height:400px;border:1px solid #000}@keyframes shine-lines{0%{background-position:100% 50%}100%{background-position:0 50%}}.ub-icon-next,ul.level0>li.mega.style-2 .child-content .child-content-inner ul.level3>li.mega>.mega .menu-title,.drilldown-root li.mega>.mega.has-child span.menu-title,ul.vertical-root li.mega.has-child>.mega span.menu-title{display:inline-block;text-decoration:none}.ub-icon-next:after,ul.level0>li.mega.style-2 .child-content .child-content-inner ul.level3>li.mega>.mega .menu-title:after,.drilldown-root li.mega>.mega.has-child span.menu-title:after,ul.vertical-root li.mega.has-child>.mega span.menu-title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15.12px;line-height:inherit;color:inherit;content:'\e608';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.ub-icon-prev,.drilldown>.btn-drilldown .btn-back{display:inline-block;text-decoration:none}.ub-icon-prev:before,.drilldown>.btn-drilldown .btn-back:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:inherit;color:inherit;content:'\e617';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.ub-icon-down,.nav-off-canvas .nav-sections .switcher-trigger strong,ul.accordion-root li.mega.has-child>.mega>span.menu-title{display:inline-block;text-decoration:none}.ub-icon-down:after,.nav-off-canvas .nav-sections .switcher-trigger strong:after,ul.accordion-root li.mega.has-child>.mega>span.menu-title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;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}.ub-icon-up,ul.accordion-root li.mega.has-child>.mega.active>span.menu-title{display:inline-block;text-decoration:none}.ub-icon-up:after,ul.accordion-root li.mega.has-child>.mega.active>span.menu-title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:inherit;color:inherit;content:'\e621';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}@media all and (max-width:1023px){.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}}#ub-top-bar{position:relative;height:0;opacity:0;width:100%}.nav-sections-item-content{padding:0 20px}.nav-sections-item-content .no-menu{display:block;padding:25px 0;text-align:center}.ub-nav-sticky{padding-bottom:147px}.ub-nav-sticky .panel.wrapper{height:auto}.ub-nav-sticky .page-header{background:#fff;position:sticky;position:-webkit-sticky;top:0;z-index:99;width:100%;display:flex;flex-wrap:wrap}.ub-nav-sticky .panel.wrapper{width:100%;transition:.4s linear}.ub-nav-sticky .header.content{width:100%;justify-content:space-between;display:flex;flex-wrap:wrap}.ub-nav-sticky .header.content .minicart-wrapper{order:1}.ub-nav-sticky.sticky-fired .panel.wrapper{min-height:0;padding:0;border-bottom:0;font-size:0;transition:.4s linear}.ub-nav-sticky.sticky-fired .page-header{border-bottom:1px solid #d1d1d1}.ub-nav-sticky.sticky-fired .header.content{padding-top:10px}.ub-nav-sticky.sticky-fired .header.content .block-search{display:none}.ub-nav-sticky.sticky-fired .header.content .minicart-wrapper{margin-top:5px}.ub-nav-sticky.sticky-fired .nav-toggle{top:8px}.ub-nav-sticky.sticky-fired .logo{margin:-5px 0 5px}.ub-nav-sticky.sticky-fired:is(.nav-off-canvas) .logo{margin-right:auto;margin-left:20px}.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .nav-sections{background:none;margin:-6px auto 0}.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .nav-sections ul.level0.horizontal-root{position:static}.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .nav-sections ul.level0.horizontal-root>li.mega.has-child.mega-hover>.mega{position:relative}.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .nav-sections ul.level0.horizontal-root>li.mega.has-child.mega-hover>.mega:before{height:60px;content:"";position:absolute;top:0;left:0;width:100%}.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .nav-sections ul.level0.horizontal-root>li.mega.dynamic-width .child-content{left:20px}.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .header.content .minicart-wrapper{margin-top:5px}.child-content .child-content-inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.child-content li.group>.mega{font-size:1.8rem;padding:25px 0 0 !important;text-transform:uppercase}.child-content .block.widget{margin-top:30px;width:100%}.child-content .block.widget .block-title{color:#333;line-height:30px;text-transform:uppercase}.child-content .block.widget .block-title strong{font-size:1.4rem}.child-content .block.widget .products-grid li.product-item{margin:0;width:calc(33.33333333%) !important}.child-content .block.widget .products-grid li.product-item .product-item-info{float:left;padding:0;width:100%}.child-content .block.widget .products-grid li.product-item .product-item-info .ub-quick-view-btn-container{display:none !important}.child-content .block.widget .products-grid li.product-item .product-item-info .product-item-name{float:left;margin:5px 0;width:100%}.child-content .block.widget .products-grid li.product-item .product-item-info .price-box{float:left;margin:0;width:100%}.child-content .block.widget .products-grid li.product-item .product-item-info .product-reviews-summary{float:left;margin-bottom:10px;width:100%}.child-content .block.widget .products-grid li.product-item .product-item-info .product-reviews-summary .reviews-actions{display:none}.child-content .block.widget .products-grid li.product-item .product-item-info .product-item-actions{float:left;width:100%}.child-content .block.widget .products-grid li.product-item .product-item-info div[class^='swatch-opt-']{display:none !important}.child-content .block.widget .products-grid li.product-item .product-item-info .product-item-inner{display:none !important}.child-content .block.widget .products-grid li.product-item .product-item-info.active,.child-content .block.widget .products-grid li.product-item .product-item-info:focus,.child-content .block.widget .products-grid li.product-item .product-item-info:hover{background:none !important;border:0 !important;margin:0 !important;padding:0 !important;position:relative !important;z-index:2 !important;box-shadow:none !important}ul.level0{list-style:none;margin:0;padding:0;position:relative}ul.level0 ul.level1{list-style:none;margin:0;padding:0}ul.level0 ul.level1>li.mega{margin:0;padding:0;position:relative;width:100%}ul.level0 ul.level1>li.mega .mega{color:#333;display:block;font-weight:400;line-height:35px;padding:0}ul.level0 ul.level1>li.mega .mega .sale-item{color:#ff0101}ul.level0 ul.level1>li.mega .mega i{margin-right:5px}ul.level0 ul.level1>li.mega .mega span.menu-icon{height:20px;left:10%;margin-left:-16px;position:absolute;top:-10px;width:32px}ul.level0 ul.level1>li.mega .mega.ui-state-active,ul.level0 ul.level1>li.mega .mega:active,ul.level0 ul.level1>li.mega .mega:focus,ul.level0 ul.level1>li.mega .mega:hover,ul.level0 ul.level1>li.mega .mega.active{color:#ff5501;text-decoration:none}ul.level0 ul.level1>li.mega .group-title>.menu-desc img{max-width:160px}ul.level0 ul.level1>li.mega.disable-shop-all .menu-group-link{display:none !important}ul.level0 ul.level1>li.mega.has-child.mega-hover>.mega{color:#ff5501}ul.level0 ul.level1>li.mega.has-child>.child-content{display:none}ul.level0 ul.level1>li.mega.has-child:focus>.child-content,ul.level0 ul.level1>li.mega.has-child:hover>.child-content{display:block}ul.level0 ul.level1>li.mega.has-child:focus .child-content,ul.level0 ul.level1>li.mega.has-child:hover .child-content{left:100%;top:0}ul.level0 ul.level2{list-style:none;margin:0;padding:0}ul.level0 ul.level2>li.mega{float:left;margin:0;padding:0;position:relative;width:100%}ul.level0 ul.level2>li.mega>.mega{color:#333;display:block;font-size:1.4rem;font-weight:400;line-height:30px;padding:0}ul.level0 ul.level2>li.mega>.mega i{margin-right:5px}ul.level0 ul.level2>li.mega>.mega span.menu-icon{height:20px;left:10%;margin-left:-16px;position:absolute;top:-10px;width:32px}ul.level0 ul.level2>li.mega>.mega.ui-state-active,ul.level0 ul.level2>li.mega>.mega:active,ul.level0 ul.level2>li.mega>.mega:focus,ul.level0 ul.level2>li.mega>.mega:hover,ul.level0 ul.level2>li.mega>.mega.active{color:#ff5501;text-decoration:none}ul.level0 ul.level2>li.mega.disable-shop-all .menu-group-link{display:none !important}ul.level0 ul.level2>li.mega.has-child>.child-content{display:none}ul.level0 ul.level2>li.mega.has-child:focus>.child-content,ul.level0 ul.level2>li.mega.has-child:hover>.child-content{display:block;top:10px}ul.level0 ul.level3{list-style:none;margin:0;padding:0}ul.level0 ul.level3>li.mega{float:left;margin:0;padding:0;position:relative;width:100%}ul.level0 ul.level3>li.mega>.mega{color:#333;display:block;font-weight:400;line-height:35px;padding:0}ul.level0 ul.level3>li.mega>.mega i{margin-right:5px}ul.level0 ul.level3>li.mega>.mega span.menu-icon{height:20px;left:10%;margin-left:-16px;position:absolute;top:-10px;width:32px}ul.level0 ul.level3>li.mega>.mega.ui-state-active,ul.level0 ul.level3>li.mega>.mega:active,ul.level0 ul.level3>li.mega>.mega:focus,ul.level0 ul.level3>li.mega>.mega:hover,ul.level0 ul.level3>li.mega>.mega.active{color:#ff5501;text-decoration:none}ul.level0 ul.level3>li.mega.disable-shop-all .menu-group-link{display:none !important}ul.level0 ul.level3>li.mega.has-child>.child-content{display:none}ul.level0 ul.level3>li.mega.has-child:focus>.child-content,ul.level0 ul.level3>li.mega.has-child:hover>.child-content{display:block;top:10px}ul.level0 ul.level4{list-style:none;margin:0;padding:0}ul.level0 ul.level4>li.mega{float:left;margin:0;padding:0;position:relative;width:100%}ul.level0 ul.level4>li.mega>.mega{color:#333;display:block;font-weight:400;line-height:35px;padding:0}ul.level0 ul.level4>li.mega>.mega i{margin-right:5px}ul.level0 ul.level4>li.mega>.mega span.menu-icon{height:20px;left:10%;margin-left:-16px;position:absolute;top:-10px;width:32px}ul.level0 ul.level4>li.mega>.mega.ui-state-active,ul.level0 ul.level4>li.mega>.mega:active,ul.level0 ul.level4>li.mega>.mega:focus,ul.level0 ul.level4>li.mega>.mega:hover,ul.level0 ul.level4>li.mega>.mega.active{color:#ff5501;text-decoration:none}ul.level0 ul.level4>li.mega.disable-shop-all .menu-group-link{display:none !important}ul.level0 ul.level4>li.mega.has-child>.child-content{display:none}ul.level0 ul.level4>li.mega.has-child:focus>.child-content,ul.level0 ul.level4>li.mega.has-child:hover>.child-content{display:block;top:10px}ul.level0 ul.level5{list-style:none;margin:0;padding:0}ul.level0 ul.level5>li.mega{float:left;margin:0;padding:0;position:relative;width:100%}ul.level0 ul.level5>li.mega>.mega{color:#333;font-weight:400;display:block;line-height:35px;padding:0}ul.level0 ul.level5>li.mega>.mega i{margin-right:5px}ul.level0 ul.level5>li.mega>.mega span.menu-icon{height:20px;left:10%;margin-left:-16px;position:absolute;top:-10px;width:32px}ul.level0 ul.level5>li.mega>.mega.ui-state-active,ul.level0 ul.level5>li.mega>.mega:active,ul.level0 ul.level5>li.mega>.mega:focus,ul.level0 ul.level5>li.mega>.mega:hover,ul.level0 ul.level5>li.mega>.mega.active{color:#ff5501;text-decoration:none}ul.level0 ul.level5>li.mega.disable-shop-all .menu-group-link{display:none !important}ul.level0 ul.level5>li.mega.has-child>.child-content{display:none}ul.level0 ul.level5>li.mega.has-child:focus>.child-content,ul.level0 ul.level5>li.mega.has-child:hover>.child-content{display:block;top:10px}ul.level0 ul.level6{list-style:none;margin:0;padding:0}ul.level0 ul.level6>li.mega{float:left;margin:0;padding:0;position:relative;width:100%}ul.level0 ul.level6>li.mega>.mega{color:#333;display:block;font-weight:400;line-height:35px;padding:0}ul.level0 ul.level6>li.mega>.mega i{margin-right:5px}ul.level0 ul.level6>li.mega>.mega span.menu-icon{height:20px;left:10%;margin-left:-16px;position:absolute;top:-10px;width:32px}ul.level0 ul.level6>li.mega>.mega.ui-state-active,ul.level0 ul.level6>li.mega>.mega:active,ul.level0 ul.level6>li.mega>.mega:focus,ul.level0 ul.level6>li.mega>.mega:hover,ul.level0 ul.level6>li.mega>.mega.active{color:#ff5501;text-decoration:none}ul.level0 ul.level6>li.mega.disable-shop-all .menu-group-link{display:none !important}ul.level0 ul.level6>li.mega.has-child>.child-content{display:none}ul.level0 ul.level6>li.mega.has-child:focus>.child-content,ul.level0 ul.level6>li.mega.has-child:hover>.child-content{display:block;top:10px}ul.level0>li.mega{float:left;margin:0;padding:0;position:relative}ul.level0>li.mega>.mega{color:#333;display:block;font-weight:600;text-transform:uppercase}ul.level0>li.mega>.mega .sale-item{color:#ff0101}ul.level0>li.mega>.mega i{margin-right:5px}ul.level0>li.mega>.mega span.menu-icon{height:20px;position:absolute;width:32px}ul.level0>li.mega>.mega.ui-state-active,ul.level0>li.mega>.mega.active,ul.level0>li.mega>.mega:active,ul.level0>li.mega>.mega:focus,ul.level0>li.mega>.mega:hover{background:none;color:#ff5501}ul.level0>li.mega.disable-shop-all .menu-group-link{display:none !important}ul.level0>li.mega.show-border .mega-col{border:1px dotted #f00}ul.level0>li.mega.dynamic-width{position:static}ul.level0>li.mega.dynamic-width .child-content .child-content-inner .cms-content-important{font-size:1.61rem;margin:20px 0 0 0}ul.level0>li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu iframe{float:right;margin-left:40px;width:40%}ul.level0>li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area{background:#f2f2f2;margin:30px 0 0;padding:30px}ul.level0>li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area .wholesale-tile{font-size:2.002rem;margin-bottom:20px}ul.level0>li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area a{border-bottom:1px solid #ccc;color:#333;display:inline-block;font-weight:600;margin-top:5px;position:relative;text-decoration:none;text-transform:uppercase}ul.level0>li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area a:after{content:'\f178';font-family:'FontAwesome';font-size:1.204rem;font-weight:100;padding-left:10px}ul.level0>li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area a:hover{border-bottom-color:transparent;text-decoration:none}ul.level0>li.mega.dynamic-width .child-content .child-content-inner .all-gifts{margin-top:10px;text-decoration:none;text-transform:uppercase}ul.level0>li.mega.dynamic-width .child-content .child-content-inner .all-gifts .menu-title{border-bottom:1px solid #ccc;color:#ff0101;font-weight:600;position:relative}ul.level0>li.mega.dynamic-width .child-content .child-content-inner .all-gifts .menu-title:after{content:'\f178';font-family:'FontAwesome';font-size:1.204rem;font-weight:100;padding-left:10px}ul.level0>li.mega.dynamic-width .child-content .child-content-inner .all-gifts:hover{text-decoration:none}ul.level0>li.mega.dynamic-width .child-content .child-content-inner .all-gifts:hover .menu-title{border-bottom-color:transparent}ul.level0>li.mega.dynamic-width .child-content .child-content-inner .all-item{text-decoration:none}ul.level0>li.mega.dynamic-width .child-content .child-content-inner .all-item .menu-title{border-bottom:1px solid #ccc;color:#333;font-weight:600;letter-spacing:1px;position:relative;text-transform:uppercase}ul.level0>li.mega.dynamic-width .child-content .child-content-inner .all-item .menu-title:after{content:'\f178';font-family:'FontAwesome';font-size:1.204rem;font-weight:100;padding-left:10px}ul.level0>li.mega.dynamic-width .child-content .child-content-inner .all-item:hover{text-decoration:none}ul.level0>li.mega.dynamic-width .child-content .child-content-inner .all-item:hover .menu-title{border-bottom-color:transparent}ul.level0>li.mega.dynamic-width ul.level1>li.mega.has-child>.mega>span.menu-title{background-position:right -10px;display:inline-block;padding-right:20px}ul.level0>li.mega.dynamic-width ul.level1>li.mega.has-child .child-content{left:auto}ul.level0>li.mega.dynamic-width ul.level2>li.mega.has-child>.mega>span.menu-title{display:inline-block}ul.level0>li.mega.dynamic-width ul.level2>li.mega.has-child .child-content{left:auto}ul.level0>li.mega.dynamic-width ul.level2>li.mega.has-child.mega-hover>.mega{color:#ff5501}ul.level0>li.mega.dynamic-width ul.level3>li.mega.has-child>.mega>span.menu-title{background-position:right -10px;display:inline-block;padding-right:20px}ul.level0>li.mega.dynamic-width ul.level3>li.mega.has-child .child-content{left:auto}ul.level0>li.mega.turn-left.has-child>.child-content{right:0}ul.level0>li.mega.turn-left.has-child>.child-content.cols1 li.mega{text-align:right}ul.level0>li.mega.turn-left.has-child>.child-content.cols1 li.mega.has-child .menu-title:after{right:auto;left:0;content:'\e617'}ul.level0>li.mega.turn-left ul.level1>li.mega.has-child:focus>.child-content.cols1,ul.level0>li.mega.turn-left ul.level1>li.mega.has-child:hover>.child-content.cols1{left:-100px;right:auto}ul.level0>li.mega.turn-left ul.level1>li.mega.has-child:focus>.child-content.cols1 li.mega,ul.level0>li.mega.turn-left ul.level1>li.mega.has-child:hover>.child-content.cols1 li.mega{text-align:right}ul.level0>li.mega.turn-left ul.level1>li.mega.has-child:focus>.child-content.cols1 li.mega .menu-title,ul.level0>li.mega.turn-left ul.level1>li.mega.has-child:hover>.child-content.cols1 li.mega .menu-title{background:none}ul.level0>li.mega.turn-left ul.level1>li.mega.has-child:focus>.child-content.cols1 li.mega.has-child .menu-title:after,ul.level0>li.mega.turn-left ul.level1>li.mega.has-child:hover>.child-content.cols1 li.mega.has-child .menu-title:after{right:auto;left:0;content:'\e617'}ul.level0>li.mega.turn-left ul.level2>li.mega.has-child:focus>.child-content.cols1,ul.level0>li.mega.turn-left ul.level2>li.mega.has-child:hover>.child-content.cols1{left:-100px;right:auto}ul.level0>li.mega.turn-left ul.level2>li.mega.has-child:focus>.child-content.cols1 li.mega,ul.level0>li.mega.turn-left ul.level2>li.mega.has-child:hover>.child-content.cols1 li.mega{text-align:right}ul.level0>li.mega.turn-left ul.level2>li.mega.has-child:focus>.child-content.cols1 li.mega .mega .menu-title,ul.level0>li.mega.turn-left ul.level2>li.mega.has-child:hover>.child-content.cols1 li.mega .mega .menu-title{background:none}ul.level0>li.mega.turn-left ul.level2>li.mega.has-child:focus>.child-content.cols1 li.mega.has-child .menu-title:after,ul.level0>li.mega.turn-left ul.level2>li.mega.has-child:hover>.child-content.cols1 li.mega.has-child .menu-title:after{right:auto;left:0;content:'\e617'}ul.level0>li.mega.style-1 .child-content .free-shipping{margin-top:20px}ul.level0>li.mega.style-1 .child-content .block.widget{margin:25px 0 0 20px}ul.level0>li.mega.style-1 .child-content .block.widget .products-grid .product-items .product-item .product-item-info .product-item-name{float:none;width:auto}ul.level0>li.mega.style-1 .child-content .block.widget .products-grid .product-items .product-item .product-item-info .price-box{float:none;width:auto}ul.level0>li.mega.style-1 .child-content .block.widget .products-grid .product-items .product-item .product-item-info .product-reviews-summary{float:none;margin-bottom:0;padding-bottom:10px;width:auto}ul.level0>li.mega.style-1 .child-content .block.widget .products-grid .product-items .product-item .product-item-info .product-item-actions{float:none;width:auto}ul.level0>li.mega.style-1 .child-content ul.level3>li.mega>.mega{font-size:1.4rem;line-height:30px}ul.level0>li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item{margin-bottom:25px !important;width:100% !important}ul.level0>li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item-info{padding:0}ul.level0>li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item-info:hover{background:0 !important;border:0 !important;margin:0 !important;padding:0 !important;box-shadow:none !important}ul.level0>li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item-info .product-item-photo{float:left;margin-right:10px;max-width:57px}ul.level0>li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item-info .product-item-details{float:left}ul.level0>li.mega.style-2 .child-content .child-content-inner .full-banner{color:#fff}ul.level0>li.mega.style-2 .child-content .child-content-inner .full-banner h3{font-weight:900;left:20px;position:absolute;top:45px}ul.level0>li.mega.style-2 .child-content .child-content-inner .full-banner h4{font-weight:300;left:20px;position:absolute;text-transform:none;top:75px}ul.level0>li.mega.style-2 .child-content .child-content-inner ul.level1 .group-title .mega{display:none}ul.level0>li.mega.style-2 .child-content .child-content-inner ul.level1 li.mega .mega span.menu-icon{margin-left:0;position:static}ul.level0>li.mega.style-2 .child-content .child-content-inner ul.level1 li.mega .group-title>.menu-desc img{max-width:700px}ul.level0>li.mega.style-2 .child-content .child-content-inner ul.level2{padding:0 0 0 20px}ul.level0>li.mega.style-2 .child-content .child-content-inner ul.level2 .group-title .mega{font-size:1.4rem;display:block}ul.level0>li.mega.style-2 .child-content .child-content-inner .mega-col .column4.last ul.level2{padding:0}ul.level0>li.mega.style-2 .child-content .child-content-inner .mega-col .column4.last ul.level2 .group-title{display:none}ul.level0>li.mega.style-2 .child-content .child-content-inner ul.level3>li.mega>.mega{font-size:1.4rem;line-height:30px}ul.level0>li.mega.style-2 .child-content .child-content-inner ul.level3>li.mega>.mega .menu-title{padding:0 0 0 10px}ul.level0>li.mega.style-2 .child-content .child-content-inner .block.widget{margin:18px 0 0 0;width:initial}ul.level0>li.mega.style-2 .child-content .child-content-inner .block.widget .block-title strong{font-size:1.4rem}ul.level0>li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item{margin-bottom:25px !important;width:100% !important}ul.level0>li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info{padding:0}ul.level0>li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info:hover{background:0 !important;border:0 !important;margin:0 !important;padding:0 !important;box-shadow:none !important}ul.level0>li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-photo{float:left;margin-right:10px;max-width:57px}ul.level0>li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details{float:left;max-width:70%;width:100%}ul.level0>li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details .product-item-name{float:none;width:auto}ul.level0>li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details .price-box{float:none;width:auto}ul.level0>li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details .product-reviews-summary{float:none;padding-bottom:10px;width:auto}ul.level0>li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details .product-item-actions{float:none;margin:0;width:auto}ul.level0>li.mega.style-tabs-hz .child-content .child-content-inner ul.level2>li.mega.has-child a.mega span.menu-title,ul.level0>li.mega.style-tabs-hz .child-content .child-content-inner ul.level2>li.mega.has-child span.mega span.menu-title{padding-right:0}ul.level0>li.mega.style-tabs-hz .child-content .child-content-inner ul.level2>li.mega.has-child a.mega span.menu-title:after,ul.level0>li.mega.style-tabs-hz .child-content .child-content-inner ul.level2>li.mega.has-child span.mega span.menu-title:after{display:none}ul.level0>li.mega.style-tabs-hz .child-content .child-content-inner ul.level2>li.mega.has-child.active a.mega span.menu-title,ul.level0>li.mega.style-tabs-hz .child-content .child-content-inner ul.level2>li.mega.has-child.active span.mega span.menu-title{color:#000}.mega-with-thumb{float:left;padding:0;width:100%}.mega-with-thumb ul.mega-menu{float:left;margin:0;padding:0;width:100%}.mega-with-thumb ul.mega-menu li{float:left;list-style:none;padding:10px 0;width:20%}.mega-with-thumb ul.mega-menu li img{float:left}.mega-with-thumb ul.mega-menu li .mega{color:#333}.mega-with-thumb ul.mega-menu li .mega.ui-state-active,.mega-with-thumb ul.mega-menu li .mega:active,.mega-with-thumb ul.mega-menu li .mega:focus,.mega-with-thumb ul.mega-menu li .mega:hover{color:#ff5501;text-decoration:underline}.women-brands{margin-bottom:40px;width:100%}.women-brands ul{display:flex;list-style:none;margin:0;padding:0;align-items:flex-start;flex-wrap:wrap;justify-content:space-between}.women-brands ul li{margin:0;text-align:center}.women-brands ul li img{max-width:120px}.women-brands ul li span{clear:both;color:#000;display:block;font-weight:700;text-transform:uppercase;width:100%}.men-collections div{display:flex;margin-bottom:25px;position:relative}.men-collections div:first-child{margin-top:13px}.men-collections div span{color:#fff;font-size:1.61rem;font-weight:400;left:50%;position:absolute;text-transform:uppercase;top:50%;transform:translate(-50%, -50%)}.men-collections div a{display:flex}.men-collections div a:hover span{text-decoration:underline}.men-collections div:before{background:rgba(0,0,0,0.5);content:'';height:100%;left:0;position:absolute;top:0;width:100%}.kids-collections{display:flex;margin:0 -10px;flex-wrap:wrap;align-content:flex-start}.kids-collections .item{margin-bottom:30px;text-align:center;width:25%}.kids-collections .item a{color:#000;display:block;padding:0 10px}.kids-collections .item a:hover{color:#ff5501;text-decoration:none}.kids-collections .item span{clear:both;display:block;font-size:1.4rem;font-weight:600;line-height:1.25;text-transform:uppercase}.nav-off-canvas .nav-toggle{display:block}.nav-off-canvas .logo{margin:0 auto 25px 40px}.nav-off-canvas .nav-sections{background-color:#fff;-webkit-overflow-scrolling:touch;height:100%;margin-bottom:0;overflow:auto;position:fixed;top:0;transition:left ease-in-out .3s;left:-320px;width:320px;z-index:99}.nav-off-canvas .nav-sections .switcher{border-top:1px solid #d1d1d1;font-size:1.61rem;font-weight:700;margin:0;padding:.8rem 3.5rem .8rem 2rem}.nav-off-canvas .nav-sections .switcher .label{display:block;margin-bottom:5px}.nav-off-canvas .nav-sections .switcher:last-child{border-bottom:1px solid #d1d1d1}.nav-off-canvas .nav-sections .switcher-trigger strong{position:relative}.nav-off-canvas .nav-sections .switcher-trigger strong:after{position:absolute;right:-40px;top:-16px}.nav-off-canvas .nav-sections .switcher-trigger.active strong:after{content:'\e621'}.nav-off-canvas .nav-sections .switcher-dropdown{margin:0;padding:0;list-style:none none;display:none;padding:10px 0}.nav-off-canvas .nav-sections .switcher-options.active .switcher-dropdown{display:block}.nav-off-canvas .nav-sections .header.links{margin:0;padding:0;list-style:none none;border-bottom:1px solid #d1d1d1}.nav-off-canvas .nav-sections .header.links li{font-size:1.61rem;margin:0}.nav-off-canvas .nav-sections .header.links li.greet.welcome{border-top:1px solid #d1d1d1;font-weight:700;padding:.8rem 15px}.nav-off-canvas .nav-sections .header.links li>a{border-top:1px solid #d1d1d1}.nav-off-canvas .nav-sections .header.links a,.nav-off-canvas .nav-sections .header.links a:hover{color:#575757;text-decoration:none;display:block;font-weight:700;padding:.8rem 15px}.nav-off-canvas .nav-sections .header.links .header.links{border:0}.nav-off-canvas .nav-sections .nav-sections-items{position:relative;z-index:1;max-width:inherit}.nav-off-canvas .nav-sections .nav-sections-items:before,.nav-off-canvas .nav-sections .nav-sections-items:after{content:'';display:table}.nav-off-canvas .nav-sections .nav-sections-items:after{clear:both}.nav-off-canvas .nav-sections .nav-sections-item-title{background:#e3e3e3;border:solid #d7d7d7;border-width:0 0 1px 1px;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;float:left;height:51px;padding-top:15px;text-align:center;width:33.33%;display:block}.nav-off-canvas .nav-sections .nav-sections-item-title.active{background:transparent;border-bottom:0}.nav-off-canvas .nav-sections .nav-sections-item-title .nav-sections-item-switch:hover{text-decoration:none}.nav-off-canvas .nav-sections .nav-sections-item-content{-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;float:right;margin-left:-100%;margin-top:60px;width:100%;padding:0 20px}.nav-off-canvas .nav-sections .nav-sections-item-content:before,.nav-off-canvas .nav-sections .nav-sections-item-content:after{content:'';display:table}.nav-off-canvas .nav-sections .nav-sections-item-content:after{clear:both}.nav-off-canvas .nav-sections .nav-sections-item-content.active{display:block}.nav-off-canvas .nav-sections .nav-sections-item-content>*{display:block}.nav-before-open{height:100%;overflow-x:inherit !important;width:100%}.nav-before-open .page-wrapper.nav-off-canvas{transition:left ease-in-out .3s;height:100%;left:0;overflow:hidden;position:relative}.nav-before-open body{overflow:hidden;height:auto !important;position:relative;width:100%}.nav-open .nav-off-canvas.page-wrapper{left:0}.nav-open .nav-off-canvas .nav-sections{box-shadow:none;left:0;z-index:99}.nav-open .nav-off-canvas .nav-toggle{top:8px;position:fixed;left:320px;z-index:1;transition:all linear .4s}.nav-open .nav-off-canvas .nav-toggle:before{transition:background ease-in-out .3s;background:#eb6703;color:#fff;content:'\e616';font-size:1.806rem;height:51px;line-height:51px;top:43px;position:absolute;right:-39px;text-align:center;width:54px;z-index:11}.nav-open .nav-off-canvas .nav-toggle:after{background:rgba(0,0,0,0.9);content:'';display:block;height:100%;position:fixed;right:0;top:0;width:100%;z-index:1}.nav-open .nav-off-canvas .header.content .block-search{z-index:0}.nav-open .nav-off-canvas .header.content .logo{z-index:0}ul.accordion-root .mega-col{width:100% !important}ul.accordion-root .child-content li.group>.menu-group-link{display:none !important}ul.accordion-root .child-content li.group>.mega{font-size:1.4rem}ul.accordion-root .child-content .block.widget{margin-bottom:30px;margin-top:25px}ul.accordion-root .child-content .block.widget .block-title{margin-bottom:10px}ul.accordion-root .child-content .block.widget .products-grid li.product-item{margin:0 0 25px !important;width:100% !important}ul.accordion-root .child-content .block.widget .products-grid li.product-item:last-child{margin-bottom:0 !important}ul.accordion-root .child-content .block.widget .products-grid li.product-item .product-item-info{padding:0}ul.accordion-root .child-content .block.widget .products-grid li.product-item .product-item-info:hover,ul.accordion-root .child-content .block.widget .products-grid li.product-item .product-item-info.active{background:none;border:0 none;margin:0;padding:0px;position:relative;z-index:2;box-shadow:none}ul.accordion-root .child-content .hot-product .block.widget{margin-top:10px}ul.accordion-root li.mega{border-bottom:1px solid #ccc;width:100%}ul.accordion-root li.mega:empty{display:none}ul.accordion-root li.mega>.mega{position:relative;padding:14px 0;line-height:1}ul.accordion-root li.mega>.mega>.menu-icon{left:5%;margin-left:0;top:-5px}ul.accordion-root li.mega.group{border-bottom:0}ul.accordion-root li.mega.has-child>.mega{font-weight:700;width:100%}ul.accordion-root li.mega.has-child>.mega>span.menu-title{padding:0 40px 0 0;width:auto}ul.accordion-root li.mega.has-child>.mega>span.menu-title:after{position:absolute;right:13px;display:inline-block !important}ul.accordion-root li.mega.has-child .menu-group-link{display:none}ul.accordion-root li.mega.has-child .menu-group-link.active{font-size:1.2rem;cursor:pointer;display:inline-block;font-style:italic;line-height:30px;margin:0 0 0 15px;position:relative;text-decoration:underline}ul.accordion-root li.mega.has-child .menu-group-link.active:active,ul.accordion-root li.mega.has-child .menu-group-link.active:focus,ul.accordion-root li.mega.has-child .menu-group-link.active:hover{color:#ff5501;text-decoration:none}ul.accordion-root ul.level1 li.mega.has-child>.mega:after{font-size:1.204rem}ul.accordion-root ul.level1 li.mega.last{border-bottom:0}ul.accordion-root>li.mega.has-child:focus>.child-content,ul.accordion-root>li.mega.has-child:hover>.child-content{display:none}ul.accordion-root>li.mega.has-child .child-content{padding:0 0 0 15px}ul.accordion-root>li.mega.has-child .child-content .child-content-inner{padding:0;width:100% !important}ul.accordion-root>li.mega.dynamic-width{position:relative}ul.accordion-root>li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu iframe{margin-bottom:40px;margin-left:0;width:100%}ul.accordion-root>li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 p{font-size:1.4rem;line-height:25px}ul.accordion-root>li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 .title{font-size:1.806rem;font-weight:700;line-height:25px}ul.accordion-root>li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 img{margin-bottom:25px;margin-left:0}ul.accordion-root>li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area{padding:0}ul.accordion-root>li.mega.turn-left.has-child>.child-content{right:auto}ul.accordion-root>li.mega.style-1 .child-content .block.widget{margin-left:0}ul.accordion-root>li.mega.style-1 .child-content .products-grid .product-items .product-item-info .product-item-photo{margin-top:5px}ul.accordion-root>li.mega.style-1 .child-content .products-grid .product-items .product-item-info .product-item-name{clear:left;margin-top:0}ul.accordion-root>li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-photo{max-width:inherit}ul.accordion-root>li.mega.style-2 .child-content .child-content-inner .block.widget{margin-bottom:30px;margin-top:18px}ul.accordion-root>li.mega.style-2 .child-content .child-content-inner .full-banner{display:none}ul.accordion-root>li.mega.style-2 .child-content .child-content-inner ul.level2{padding-left:0}ul.accordion-root>li.mega.style-tabs .child-content{padding-bottom:25px !important}ul.accordion-root>li.mega.style-tabs .child-content .child-content-inner ul.level1>li.mega .group-title{display:none}ul.accordion-root>li.mega.style-tabs .child-content .child-content-inner ul.level2>li.mega{position:relative;width:100%}ul.accordion-root>li.mega.style-tabs .child-content .child-content-inner ul.level2>li.mega.has-child span.mega,ul.accordion-root>li.mega.style-tabs .child-content .child-content-inner ul.level2>li.mega.has-child a.mega{line-height:35px}ul.accordion-root>li.mega.style-tabs .child-content .child-content-inner ul.level2>li.mega.has-child .child-content{padding-left:15px}ul.accordion-root>li.mega.style-tabs .child-content .child-content-inner ul.level2>li.mega.has-child .child-content.active{display:block}ul.accordion-root>li.mega.style-tabs .child-content .child-content-inner ul.level3>li.mega .group-title{display:block}ul.accordion-root>li.mega.style-tabs-hz .child-content{padding-bottom:25px !important}ul.accordion-root>li.mega.style-tabs-hz .child-content .child-content-inner .mega-col{padding:8px 0;width:100% !important}ul.accordion-root>li.mega.style-tabs-hz .child-content .child-content-inner ul.level1>li.mega .group-title{display:none}ul.accordion-root>li.mega.style-tabs-hz .child-content .child-content-inner ul.level2>li.mega.has-child .child-content{background:none;display:none;max-width:inherit;padding-bottom:0px !important;padding-left:15px;padding-right:0}ul.accordion-root>li.mega.style-tabs-hz .child-content .child-content-inner ul.level2>li.mega.has-child .child-content.active{display:block}ul.accordion-root>li.mega.style-tabs-hz .child-content .child-content-inner ul.level3>li.mega .group-title{display:block}ul.accordion-root:not(.drilldown-root)>li.mega.has-child .child-content{display:none !important}ul.accordion-root:not(.drilldown-root)>li.mega.has-child .child-content.active{display:block !important}ul.accordion-root .cms-content-important{margin:0 0 15px}ul.accordion-root .category-thumb{display:none}ul.accordion-root .mega-with-thumb{padding:0}ul.accordion-root .mega-with-thumb ul.mega-menu li{padding:0;width:100%}ul.accordion-root .mega-with-thumb ul.mega-menu li img{display:none}ul.accordion-root .kids-collections .item{width:50%}.drilldown-root{position:absolute !important;width:100%}.drilldown-root .mega-col,.drilldown-root .child-content-inner{width:100% !important}.drilldown-root .parent-item{color:#333;font-size:1.806rem;margin:10px 0;display:block;font-weight:500}.drilldown-root li.mega{border-bottom:0;margin-bottom:0;width:100%}.drilldown-root li.mega>.mega{border-bottom:1px solid #ccc;color:#333;display:block;font-weight:400;width:100%;padding:14px 0;line-height:1}.drilldown-root li.mega>.mega span.menu-icon{left:5%;margin:0;top:-4px}.drilldown-root li.mega>.mega.has-child{position:relative;font-weight:700;text-transform:uppercase}.drilldown-root li.mega>.mega.has-child span.menu-title:after{position:absolute;right:0}.drilldown{overflow:hidden}.drilldown.sticky-disabled>.btn-drilldown{position:static}.drilldown>.btn-drilldown{background:#fff;border-bottom:1px solid #ccc;display:inline-block;height:50px;left:0;margin:0 -20px;padding:0 20px;position:sticky;position:-webkit-sticky;top:0;width:100%;z-index:11}.drilldown>.btn-drilldown .btn-back{color:#333;font-weight:bold;line-height:48px;padding-left:20px;position:relative}.drilldown>.btn-drilldown .btn-back:before{position:absolute;left:-4px}.drilldown-container{position:relative !important}.drilldown .menu-desc{display:none !important}.drilldown .block-title{margin:25px 0}.drilldown .block-title strong{font-size:1.4rem;font-weight:600;text-transform:uppercase}.drilldown .block.widget .products-grid .product-item{width:100% !important}.drilldown .drilldown-sub{display:none}.drilldown ul{margin:0;list-style:none;padding:0}.drilldown ul.level1,.drilldown ul.level2,.drilldown ul.level3,.drilldown ul.level4{display:block}.drilldown ul.level1{display:none}.drilldown ul.level1.drilldown-sub{display:block}.drilldown ul.level1.drilldown-sub li.mega.group>a{display:block}.drilldown ul.level1.drilldown-sub li.mega.group ul.level2.drilldown-sub{display:none}.drilldown ul.level1.drilldown-sub li.mega.group ul.level2 li.mega.group>a{display:block}.drilldown ul.level1.drilldown-sub li.mega.group ul.level2 li.mega.group ul.level3.drilldown-sub{display:none}.drilldown .child-content-inner ul.level3.drilldown-sub{display:block}.drilldown .child-content-inner ul.level3.drilldown-sub li.mega.group ul.level4.drilldown-sub{display:none}.drilldown .mega-with-thumb ul.mega-menu li{width:100%;text-align:center}.drilldown .mega-with-thumb ul.mega-menu li img{float:none}.drilldown .mega-with-thumb ul.mega-menu li span.menu-title{display:block;margin-top:10px}.nav-sections .drilldown>.btn-drilldown{padding:0}@media screen and (min-width:1200px){div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root>li.mega .child-content{max-width:1220px}div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root>li.mega.style-default{position:relative}div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root>li.mega.style-default .child-content{right:auto;left:0}}ul.vertical-root{max-width:320px}ul.vertical-root .child-content{right:auto !important;top:0}ul.vertical-root .child-content.cols1{padding:0}ul.vertical-root .child-content.cols1 .child-content-inner{padding:0}ul.vertical-root .child-content.cols1 ul.level1 li.mega>.mega{padding:0 20px;line-height:42px;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}ul.vertical-root .child-content .child-content-inner .free-shipping{margin:25px 0 0}ul.vertical-root .child-content .child-content-inner .sales-off{margin:30px 0 0}ul.vertical-root .child-content .child-content-inner .product-items .product-item-info{padding:0 !important}ul.vertical-root .child-content .child-content-inner .product-items .product-item-info .product-item-photo{max-width:200px;padding:0;position:static}ul.vertical-root .child-content .child-content-inner .product-items .product-item-details{margin-left:0}ul.vertical-root .child-content .child-content-inner .block.widget{margin-top:25px}ul.vertical-root .child-content .child-content-inner .block.widget .products-grid li.product-item{width:100% !important}ul.vertical-root .child-content .child-content-inner .block.widget .products-grid li.product-item .product-item-info{width:200px}ul.vertical-root .child-content .child-content-inner .block.widget .products-grid li.product-item .product-item-info:hover,ul.vertical-root .child-content .child-content-inner .block.widget .products-grid li.product-item .product-item-info.active{border:0 !important;margin:0 !important;padding:0 !important;box-shadow:none !important}ul.vertical-root li.mega.has-child>.mega{width:100%;position:relative}ul.vertical-root li.mega.has-child>.mega span.menu-title:after{position:absolute;right:-5px}ul.vertical-root li.mega.has-child.mega-hover>.mega{color:#ff5501}ul.vertical-root>li.mega{border-bottom:1px dotted #ccc;width:100%}ul.vertical-root>li.mega>.mega{line-height:1;padding:14px 0;width:auto}ul.vertical-root>li.mega>.mega span.menu-title{padding:0 40px 0 0}ul.vertical-root>li.mega>.mega span.menu-icon{left:5%;top:-10px;margin-left:0}ul.vertical-root>li.mega>.mega.ui-state-active,ul.vertical-root>li.mega>.mega:active,ul.vertical-root>li.mega>.mega:focus,ul.vertical-root>li.mega>.mega:hover{color:#ff5501;text-decoration:none}ul.vertical-root>li.mega.flattened-menu{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}ul.vertical-root>li.mega.flattened-menu .block.widget{margin-top:10px}ul.vertical-root>li.mega.flattened-menu .product-items .product-item-details{margin-left:0}ul.vertical-root>li.mega.flattened-menu .product-items .product-item-info .product-item-photo{position:static !important}ul.vertical-root>li.mega.flattened-menu .group-title{color:#333;display:block;font-weight:600;line-height:34px;padding:0;text-transform:uppercase}ul.vertical-root>li.mega.flattened-menu .group-title .mega{color:#333;display:block;padding:0 0 0 10px;text-decoration:none}ul.vertical-root>li.mega.flattened-menu .group-title .mega.ui-state-active,ul.vertical-root>li.mega.flattened-menu .group-title .mega.active,ul.vertical-root>li.mega.flattened-menu .group-title .mega:active,ul.vertical-root>li.mega.flattened-menu .group-title .mega:focus,ul.vertical-root>li.mega.flattened-menu .group-title .mega:hover{color:#ff5501}ul.vertical-root>li.mega.flattened-menu ul.level1>li.mega .mega{padding:0 0 0 10px}ul.vertical-root>li.mega.flattened-menu ul.level1>li.mega.has-child>.mega:after{font-size:1.204rem}ul.vertical-root>li.mega.flattened-menu ul.level1>li.mega.has-child:focus>.child-content,ul.vertical-root>li.mega.flattened-menu ul.level1>li.mega.has-child:hover>.child-content{right:-230px;top:0px}ul.vertical-root>li.mega ul.level1 li.mega.has-child>.mega span.menu-title:after{right:17px}ul.vertical-root>li.mega ul.level1 li.mega.has-child.mega-hover>.mega{color:#ff5501}ul.vertical-root>li.mega ul.level1 li.mega.has-child>.child-content{top:0}ul.vertical-root>li.mega.has-child:focus>.child-content,ul.vertical-root>li.mega.has-child:hover>.child-content{display:block}.ub-sidebar-mega-menu{float:left;margin-bottom:30px;width:100%}.ub-sidebar-mega-menu .drilldown>.btn-drilldown{margin:0;padding:0 0 0 10px}.ub-sidebar-mega-menu .drilldown-container{overflow:hidden;max-width:initial}.ub-sidebar-mega-menu .drilldown-root li.mega>.mega.has-child span.menu-title{padding:0 40px 0 0}.ub-sidebar-mega-menu .drilldown-root li.mega>.mega.has-child span.menu-title:after{right:10px}.ub-sidebar-mega-menu .accordion-root>li.mega>.mega{padding-left:0}.ub-sidebar-mega-menu .accordion-root>li.mega.has-child>.mega{width:auto}.ub-sidebar-mega-menu .accordion-root .product-items .product-item-info .product-item-photo{position:static}.ub-sidebar-mega-menu .accordion-root .product-items .product-item-info .product-item-photo .product-image-container{width:100% !important}.ub-sidebar-mega-menu .accordion-root .product-items .product-item-info .product-item-photo .product-image-container .product-image-photo{position:static}.ub-sidebar-mega-menu .accordion-root .product-items .product-item-details{margin-left:0}.page-layout-2columns-right .ub-sidebar-mega-menu .child-content{left:auto;right:100%}.page-layout-2columns-right .ub-sidebar-mega-menu .child-content .mega-col{float:right}.page-layout-2columns-right .ub-sidebar-mega-menu ul.level0>li.mega>.mega{text-align:right}.page-layout-2columns-right .ub-sidebar-mega-menu ul.level0>li.mega>.mega span.menu-icon{left:auto;right:0}.page-layout-2columns-right .ub-sidebar-mega-menu ul.level1 li.mega .mega{text-align:right}.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown>.btn-drilldown{padding:0 10px 0 0;text-align:right}.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown>.btn-drilldown .btn-back{padding-left:0;padding-right:20px}.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown>.btn-drilldown .btn-back:before{left:auto;right:-2px;content:'\e608'}.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown-root .parent-item{text-align:right}.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown-root li.mega{text-align:right}.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown-root li.mega>.mega.has-child span.menu-title{padding:0 0 0 40px}.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown-root li.mega>.mega.has-child span.menu-title:after{right:auto;left:10px;content:'\e617'}.page-layout-2columns-right .ub-sidebar-mega-menu ul.accordion-root li.mega.has-child .child-content{padding:0 15px 0 0}.page-layout-2columns-right .ub-sidebar-mega-menu ul.accordion-root li.mega.has-child>.mega>span.menu-title{padding:0 0 0 40px}.page-layout-2columns-right .ub-sidebar-mega-menu ul.accordion-root li.mega.has-child>.mega>span.menu-title:after{left:13px;right:auto}.page-footer .ub-footer-mega-menu{border-bottom:1px solid #ddd;padding-bottom:20px;margin-bottom:20px}.page-footer .ub-footer-mega-menu:before,.page-footer .ub-footer-mega-menu:after{content:'';display:table}.page-footer .ub-footer-mega-menu:after{clear:both}.page-footer .level0>li.mega.dynamic-width{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.page-footer .level0>li.mega.has-child>.mega{padding:0}.page-footer .level0 ul.level1>li.mega .content{margin-top:10px}.page-footer .level0 ul.level1>li.mega.group>a{font-weight:700;text-transform:uppercase}.venitian.ub-mega-menu.horizontal-root li.has-child.tab-head .child-content,.venitian.ub-mega-menu.horizontal-root li.mega .child-content{left:0;max-height:0;overflow:inherit;-moz-transform:scale(1, 0);-moz-transform-origin:50% 0;-moz-transition:opacity .4s,-moz-transform .6s,max-height .6s;-ms-transform:scale(1, 0);-ms-transform-origin:50% 0;-ms-transition:opacity .4s,-ms-transform .6s,max-height .6s;opacity:0;-o-transform:scale(1, 0);-o-transform-origin:50% 0;-o-transition:opacity .4s,-o-transform .6s,max-height .6s;transform:scale(1, 0);transform-origin:50% 0;transition:opacity .4s,transform .6s,max-height .6s;-webkit-transform:scale(1, 0);-webkit-transform-origin:50% 0;-webkit-transition:opacity .4s,-webkit-transform .6s,max-height .6s}.venitian.ub-mega-menu.horizontal-root li.has-child.tab-head.active .child-content,.venitian.ub-mega-menu.horizontal-root li.has-child.mega-hover>.child-content{max-height:1000px;overflow:hidden;-moz-transform:none;-ms-transform:none;opacity:1;-o-transform:none;transform:none;-webkit-transform:none}.pop.ub-mega-menu.horizontal-root li.has-child.tab-head .child-content,.pop.ub-mega-menu.horizontal-root li.mega .child-content{left:0;max-height:0;-moz-transform:scale(.2);-moz-transition:opacity .4s,-moz-transform .6s,max-height .6s;-moz-transition-timing-function:cubic-bezier(0, .35, .5, 1.5);-ms-transform:translateX(-80%);-ms-transition:opacity .4s,-ms-transform .6s,max-height .6s;-ms-transition-timing-function:cubic-bezier(0, .35, .5, 1.5);opacity:0;-o-transform:translateX(-80%);-o-transition:opacity .4s,-o-transform .6s,max-height .6s;-o-transition-timing-function:cubic-bezier(0, .35, .5, 1.5);transform:translateX(-80%);transition:opacity .4s,transform .6s,max-height .6s;transition-timing-function:cubic-bezier(0, .35, .5, 1.5);-webkit-transform:scale(.2);-webkit-transition:opacity .4s,-webkit-transform .6s,max-height .6s;-webkit-transition-timing-function:cubic-bezier(0, .35, .5, 1.5)}.pop.ub-mega-menu.horizontal-root li.has-child.tab-head.active .child-content,.pop.ub-mega-menu.horizontal-root li.has-child.mega-hover>.child-content{max-height:1000px;-moz-transform:none;-ms-transform:none;opacity:1;-o-transform:none;transform:none;-webkit-transform:none}.linear.ub-mega-menu.horizontal-root li.has-child.tab-head .child-content,.linear.ub-mega-menu.horizontal-root li.mega .child-content{left:0;max-height:0;-moz-transform:translateX(-40%);-moz-transition:opacity .4s,-moz-transform .6s,max-height .6s;-moz-transition-timing-function:cubic-bezier(0, .35, .5, 1.7);-ms-transform:translateX(-40%);-ms-transition:opacity .4s,-ms-transform .6s,max-height .6s;-ms-transition-timing-function:cubic-bezier(0, .35, .5, 1.7);opacity:0;-o-transform:translateX(-40%);-o-transition:opacity .4s,-o-transform .6s,max-height .6s;-o-transition-timing-function:cubic-bezier(0, .35, .5, 1.7);transform:translateX(-40%);transition:opacity .4s,transform .6s,max-height .6s;transition-timing-function:cubic-bezier(0, .35, .5, 1.7);-webkit-transform:translateX(-40%);-webkit-transition:opacity .4s,-webkit-transform .6s,max-height .6s;-webkit-transition-timing-function:cubic-bezier(0, .35, .5, 1.7)}.linear.ub-mega-menu.horizontal-root li.has-child.tab-head.active .child-content,.linear.ub-mega-menu.horizontal-root li.has-child.mega-hover>.child-content{max-height:1000px;-moz-transform:none;-ms-transform:none;opacity:1;-o-transform:none;transform:none;-webkit-transform:none}.fadeinup.ub-mega-menu.horizontal-root>li.mega>.child-content{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeinup.ub-mega-menu.horizontal-root>li.mega.mega-hover>.child-content{-webkit-animation-name:MegaFadeInUp;animation-name:MegaFadeInUp}.fadeindown.ub-mega-menu.horizontal-root>li.mega>.child-content{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeindown.ub-mega-menu.horizontal-root>li.mega.mega-hover>.child-content{-webkit-animation-name:megaFadeInDown;animation-name:megaFadeInDown}.slideinup.ub-mega-menu.horizontal-root>li.mega>.child-content{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.slideinup.ub-mega-menu.horizontal-root>li.mega.mega-hover>.child-content{-webkit-animation-name:megaSlideInUp;animation-name:megaSlideInUp}@keyframes MegaFadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 10%, 0);transform:translate3d(0, 10%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes megaFadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -10%, 0);transform:translate3d(0, -10%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes megaSlideInUp{from{-webkit-transform:translate3d(0%, 10%, 0);transform:translate3d(0%, 10%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.block-category-event{background:#f0f0f0;color:#333;padding:10px 0 15px;text-align:center}.block-category-event.block:last-child{margin-bottom:10px}.block-category-event .block-title{margin:0 0 10px}.block-category-event .block-title strong{font-size:1.5rem;font-weight:300}.block-category-event .ticker{margin:0;padding:0;list-style:none none}.block-category-event .ticker li{display:none;margin:0 15px}.block-category-event .ticker .value{font-size:1.8rem;font-weight:300}.block-category-event .ticker .label{font-size:1rem;display:block;text-transform:lowercase}.block-category-event .dates{display:table;margin:0 auto}.block-category-event .dates .start,.block-category-event .dates .end{display:table-cell;vertical-align:top}.block-category-event .dates .date{font-size:1.8rem}.block-category-event .dates .time{display:block}.block-category-event .dates .start{padding-right:40px;position:relative}.block-category-event .dates .start:after{font-size:1.8rem;content:'\2013';display:block;position:absolute;right:15px;top:0}.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:40px}.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:5px auto 0}.opc .paypal{vertical-align:middle}.paypal.acceptance{display:block;margin:0 0 20px}.map-form-addtocart .paypal{display:block;margin:10px auto 5px}.cart-summary .paypal+.paypal{margin-top:25px}.paypal-review .actions-toolbar{margin-top:10px}.paypal-review .paypal-review-title{padding:0 0 10px}.paypal-review .paypal-review-title>strong{font-size:2.4rem;font-weight:300}.paypal-review .paypal-review-title .action{display:inline-block;margin:12px 0 0 30px}.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 #ccc;margin:0 0 40px;padding:10px 0 0}.fotorama-video-container:after{background:url('../../frontend/Mus/povison/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/Mus/povison/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:10px}.swatch-attribute-label[data-required='1']:after{color:#e02b27;content:'*';font-size:14px;font-weight:700;position:absolute;right:-11px;top:-2px}.swatch-attribute-selected-option{color:#646464;padding-left:17px}.swatch-attribute-options{margin:10px 0}.swatch-attribute-options:focus{box-shadow:none}.swatch-attribute-options .swatch-option-tooltip-layered .title{color:#282828;bottom:-5px;height:20px;left:0;margin-bottom:10px;position:absolute;text-align:center;width:100%}.swatch-attribute.size .swatch-option,.swatch-attribute.manufacturer .swatch-option{background:#f0f0f0;color:#949494}.swatch-attribute.size .swatch-option.selected,.swatch-attribute.manufacturer .swatch-option.selected{background:#fff;border:1px solid #fff;color:#000}.swatch-option{border:1px solid #dadada;cursor:pointer;float:left;height:20px;margin:0 10px 5px 0;max-width:100%;min-width:30px;overflow:hidden;padding:1px 2px;position:relative;text-align:center;text-overflow:ellipsis}.swatch-option:focus{box-shadow:0 0 3px 1px #00699d}.swatch-option.text{background:#f0f0f0;color:#686868;font-size:12px;font-weight:700;line-height:20px;margin-right:7px;min-width:22px;padding:4px 8px}.swatch-option.text.selected{background-color:#fff}.swatch-option.selected{outline:2px solid #ff5501;border:1px solid #fff;color:#333}.swatch-option:not(.disabled):hover{border:1px solid #fff;color:#333;outline:1px solid #999}.swatch-option.image:not(.disabled):hover,.swatch-option.color:not(.disabled):hover{border:1px solid #fff;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%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 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%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 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%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 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%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 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%, #fff), color-stop(46%, #fff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #fff), color-stop(57%, #fff), 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%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 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/Mus/povison/en_US/images/loader-2.gif')}.swatch-option-tooltip{border:1px solid #dadada;color:#949494;background:#fff;display:none;max-height:100%;min-height:20px;min-width:20px;padding:5px;position:absolute;text-align:center;z-index:999}.swatch-option-tooltip .corner,.swatch-option-tooltip-layered .corner{bottom:0;height:8px;left:40%;position:absolute}.swatch-option-tooltip .corner:before,.swatch-option-tooltip-layered .corner:before,.swatch-option-tooltip .corner:after,.swatch-option-tooltip-layered .corner:after{border-style:solid;content:'';font-size:1px;height:0;position:relative;width:0}.swatch-option-tooltip .corner:before,.swatch-option-tooltip-layered .corner:before{border-color:#adadad transparent transparent transparent;border-width:8px 8.5px 0 8.5px;left:0;top:2px}.swatch-option-tooltip .corner:after,.swatch-option-tooltip-layered .corner:after{border-color:#fff 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:#fff;border:1px solid #dadada;color:#949494;display:none;left:-47px;position:absolute;width:140px;z-index:999}.swatch-option-tooltip .title{color:#282828;display:block;max-height:200px;min-height:20px;overflow:hidden;text-align:center}.swatch-option-link-layered{margin:0 !important;padding:0 !important;position:relative}.swatch-option-link-layered:focus>div{box-shadow:0 0 3px 1px #00699d}.swatch-option-link-layered:hover>.swatch-option-tooltip-layered{display:block}.swatch-opt{margin:20px 0}.swatch-opt-listing{margin-bottom:10px}.swatch-more{display:inline-block;margin:2px 0;padding:2px;position:static}.swatch-visual-tooltip-layered{height:160px;top:-170px}.swatch-textual-tooltip-layered{height:30px;top:-40px}.swatch-input{left:-1000px;position:absolute;visibility:hidden}.clearfix:after{clear:both;content:'';display:block;height:0;visibility:hidden}.minilist .weee{display:table-row;font-size:1.1rem}.minilist .weee:before{display:none}.price-container.weee:before{display:none}.column .block-addbysku .fieldset{margin:0}.column .block-addbysku .fieldset .fields{position:relative}.column .block-addbysku .fieldset .fields .field{display:inline-block;margin-bottom:10px;vertical-align:top}.column .block-addbysku .fieldset .fields .actions-toolbar{position:absolute;right:0;top:7px}.column .block-addbysku .sku{margin-right:-155px;padding-right:160px;width:100%}.column .block-addbysku .qty .qty+.mage-error{width:80px}.column .block-addbysku .block-content .actions-toolbar{clear:both;margin:0 0 20px;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 20px;padding-top:10px}.block-cart-failed{margin:40px 0}.block-cart-failed .block-title{font-size:2.6rem}.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 10px}.catalogsearch-advanced-result .message.error{margin-top:-60px}.bundle-actions{margin:0 0 30px}.bundle-options-container{clear:both;margin-bottom:40px}.bundle-options-container .legend.title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:0rem;margin-bottom:2rem;border:0;padding:0}.bundle-options-container .product-add-form{display:none}.bundle-options-container .product-options-wrapper{margin-bottom:30px}.bundle-options-container .product-options-wrapper .fieldset>.field{border-top:1px #e4e4e4 solid;padding-top:20px}.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:30px}.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.6rem;margin-top:2.5rem;margin-bottom:2rem}.bundle-options-container .block-bundle-summary>.title,.bundle-options-container .block-bundle-summary .bundle-summary .subtitle{border-bottom:1px #e4e4e4 solid;margin-bottom:25px;padding-bottom:16px}.bundle-options-container .block-bundle-summary .price-box{margin-bottom:20px}.bundle-options-container .block-bundle-summary .price-box .price-label{display:block;margin-bottom:5px}.bundle-options-container .block-bundle-summary .bundle-summary{margin-top:30px}.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.6rem;margin-top:2.5rem;margin-bottom:2rem;display:block}.bundle-options-container .block-bundle-summary .bundle.items>li{margin-bottom:20px}.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 20px;margin-top:20px}.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 #ccc;clear:left;margin:0 0 40px;padding-top:20px}.products{margin:30px 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:5px 0;word-wrap:break-word}.product-item-info{max-width:100%;width:152px}.page-products .product-item-info{width:240px}.product-item-actions{font-size:0}.product-item-actions>*{font-size:1.4rem}.product-item-actions .actions-secondary{display:inline-block;font-size:1.4rem;vertical-align:middle}.product-item-actions .actions-secondary>button.action{background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.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:.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:10px;padding-right:24px;padding-top:10px}.product-item-description{margin:25px 0}.product-item .product-reviews-summary .rating-summary{margin:0 4px 0 0}.product-item .product-reviews-summary .reviews-actions{font-size:12px;margin-top:5px}.product-item .price-box{margin:10px 0 25px}.product-item .price-box .price{font-weight:700;white-space:nowrap}.product-item .price-box .price-label{color:#666;font-size:12px}.product-item .old-price{margin:5px 0}.product-item .old-price .price{font-weight:normal}.product-item .regular-price .price-label{display:none}.product-item .minimal-price .price-container{display:block}.product-item .minimal-price-link{margin-top:5px}.product-item .price-from,.product-item .price-to{margin:0}.product-item .tocompare:before{content:'\e61e'}.product-item .tocart{font-size:1.3rem;border-radius:0;line-height:1;padding-bottom:10px;padding-top:10px;white-space:nowrap}.column.main .product-items{margin-left:0}.column.main .product-item{padding-left:0}.price-container .price{font-size:1.4rem}.price-container .price-including-tax+.price-excluding-tax,.price-container .weee{margin-top:5px}.price-container .price-including-tax+.price-excluding-tax,.price-container .weee,.price-container .price-including-tax+.price-excluding-tax .price,.price-container .weee .price,.price-container .weee+.price-excluding-tax:before,.price-container .weee+.price-excluding-tax .price{font-size:1.1rem}.price-container .weee:before{content:'(' attr(data-label) ': '}.price-container .weee:after{content:')'}.price-container .weee+.price-excluding-tax:before{content:attr(data-label) ': '}.products-list .product-item{display:table;width:100%}.products-list .product-item-info{display:table-row}.products-list .product-item-photo{display:table-cell;padding:0 30px 30px 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:30px;text-align:center}.toolbar select{background-color:#f0f0f0;box-shadow:inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,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: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 5px 0 7px;width:auto}.sorter-action{display:inline-block;text-decoration:none}.sorter-action:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:inherit;color:#757575;content:'\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:#333}.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:#666}.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:20px}.product-image-container{display:inline-block;max-width:100%}.product-image-wrapper{display:block;height:0;overflow:hidden;position:relative;z-index:1}.product-image-photo{bottom:0;display:block;left:0;margin:auto;position:absolute;right:0;top:0;width:auto}.product.media .placeholder .photo.container{max-width:100%}.product.media .notice{margin:10px 0;color:#7d7d7d;font-size:1.2rem}.product.media .product.thumbs{margin:10px 0 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 5px 10px 5px}.product.info.detailed .additional-attributes>thead>tr>th,.product.info.detailed .additional-attributes>tbody>tr>th,.product.info.detailed .additional-attributes>tfoot>tr>th{padding:5.5px 30px 10px 0}.product-info-main .product-info-price{color:#575757;border-bottom:1px solid #c1c1c1;display:table;margin-bottom:15px;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:5px}.product-info-main .product-info-price .price-box .price-container>span:last-child{margin-bottom:0}.product-info-main .product-info-price .price-including-tax+.price-excluding-tax,.product-info-main .product-info-price .weee+.price-excluding-tax,.product-info-main .product-info-price .weee{font-size:1.4rem}.product-info-main .product-info-price .price-including-tax+.price-excluding-tax .price,.product-info-main .product-info-price .weee+.price-excluding-tax .price,.product-info-main .product-info-price .weee .price{font-size:1.4rem;font-weight:600;line-height:16px}.product-info-main .product-info-price .price-wrapper .price{font-size:2.2rem;font-weight:600;line-height:22px}.product-info-main .product-info-price .old-price .price-wrapper .price{font-size:2rem;font-weight:300}.product-info-main .product-info-price .special-price .price-label:after{content:': '}.product-info-main .product-info-price .price{white-space:nowrap}.product-info-main .product-info-stock-sku{display:inline-block;float:right;padding-bottom:10px;padding-left:10%;text-align:right;vertical-align:top}.product-info-main .stock{margin:0 0 3px}.product-info-main .stock.available,.product-info-main .stock.unavailable{font-weight:700;text-transform:uppercase}.product-info-main .product.attribute.sku{word-break:break-all;word-wrap:break-word}.product-info-main .product.attribute.sku .type{font-weight:normal;margin-right:5px}.product-info-main .product.attribute.sku .type:after{content:'#:'}.product-info-main .product.attribute.sku .value{display:inline-block}.product-info-main .product.attribute.overview{margin:20px 0}.product-info-main .product.alert{margin:10px 0}.product-info-main .product-add-form{clear:both;padding-top:15px}.product-info-main .product-reviews-summary{float:left}.product-info-main .product-options-bottom .box-tocart{margin-top:20px}.product-options-wrapper .fieldset:focus{box-shadow:none}.product-options-wrapper .fieldset-product-options-inner .legend{font-weight:600;font-size:1.4rem;border:none;display:inline-block;float:none;margin:0 0 8px;padding:0}.product-options-wrapper .fieldset-product-options-inner input.datetime-picker~select.datetime-picker{margin-top:10px}.product-options-wrapper .fieldset-product-options-inner.required .legend:after,.product-options-wrapper .fieldset-product-options-inner._required .legend:after{content:'*';color:#e02b27;font-size:1.2rem}.product-options-wrapper .field .note{display:block;margin-top:5px}.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:10px;vertical-align:top}.product-options-bottom .price-box .old-price,.product-info-price .price-box .old-price{font-size:20px;font-weight:300}.product-options-bottom .price-box .old-price .price-container>span,.product-info-price .price-box .old-price .price-container>span{display:inline-block}.product-options-bottom .price-box .price-container>span,.product-info-price .price-box .price-container>span{display:block;margin-bottom:5px}.product-options-bottom .price-box .price-container>span:last-child,.product-info-price .price-box .price-container>span:last-child{margin-bottom:0}.product-options-bottom .price-box .price-container .price,.product-info-price .price-box .price-container .price{font-size:22px;font-weight:600;line-height:22px}.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax,.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax,.product-options-bottom .price-box .price-container .weee+.price-excluding-tax,.product-info-price .price-box .price-container .weee+.price-excluding-tax,.product-options-bottom .price-box .price-container .weee,.product-info-price .price-box .price-container .weee{font-size:1.2rem;line-height:14px}.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax .price,.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax .price,.product-options-bottom .price-box .price-container .weee+.price-excluding-tax .price,.product-info-price .price-box .price-container .weee+.price-excluding-tax .price,.product-options-bottom .price-box .price-container .weee .price,.product-info-price .price-box .price-container .weee .price{font-size:1.2rem;font-weight:700}.box-tocart .action.tocart{vertical-align:top}.box-tocart .action.tocart:not(:last-child){margin-bottom:15px}.product-addto-links{display:inline}.product-addto-links .action{margin-right:5%}.product-social-links{margin:0 0 20px;text-align:center}.product-social-links .action.tocompare:before{content:'\e61e'}.prices-tier{margin-bottom:15px}.prices-tier .item{margin-bottom:10px}.prices-tier .item:last-child{margin-bottom:0}.prices-tier .price-excluding-tax,.prices-tier .price-including-tax{display:inline-block}.minimal-price-link,.price-excluding-tax,.price-including-tax{display:block;white-space:nowrap}.ui-dialog-titlebar-close{line-height:1.42857143;margin:0;padding:0;color:#006bb4;text-decoration:none;background:none;border:0;display:inline}.ui-dialog-titlebar-close:visited{color:#006bb4;text-decoration:none}.ui-dialog-titlebar-close:hover{color:#006bb4;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:#006bb4;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.sidebar .product-items .product-item{margin-bottom:20px;position:relative}.sidebar .product-items .product-item-info{position:relative;width:auto}.sidebar .product-items .product-item-info .product-item-photo{left:0;position:absolute;top:0}.sidebar .product-items .product-item-name{margin-top:0}.sidebar .product-items .product-item-details{margin:0 0 0 85px}.sidebar .product-items .product-item-actions{display:block;margin-top:10px}.sidebar .product-items .price-box{display:block;margin:7px 0}.sidebar .product-items .text{margin-right:8px}.sidebar .product-items .counter{color:#7d7d7d;font-size:12px;white-space:nowrap}.sidebar .product-items .minilist .price{display:inline;padding:0}.sidebar .product-items .minilist .weee:before{display:inline-block}.sidebar .product-items .action.delete{position:absolute;right:0;top:0}.sidebar .block-compare .action.delete{right:initial}.sidebar .action.tocart{border-radius:0}.sidebar .product-items-images{margin-left:-5px}.sidebar .product-items-images .product-item{float:left;padding-left:5px}.sidebar .product-items-names .product-item{display:flex;margin-bottom:10px}.sidebar .product-items-names .product-item-name{margin:0}.catalog-category-view.page-layout-1column .column.main{min-height:inherit}body.catalog-product-compare-index .action.print{float:right;margin:15px 0}.table-wrapper.comparison{clear:both;max-width:100%;overflow-x:auto;position:relative}.table-wrapper.comparison .table-comparison>tbody>tr>th,.table-wrapper.comparison .table-comparison>tbody>tr>td{border-top:0}.table-comparison{table-layout:fixed}.table-comparison .cell{padding:15px;width:180px}.table-comparison .cell.label{border-right:1px solid #ccc}.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 #ccc}.table-comparison .cell.attribute{font-size:1.3rem}.table-comparison .cell.attribute img{height:auto;max-width:100%}.table-comparison .cell.remove{padding-bottom:0;padding-top:0;text-align:right}.table-comparison .cell.remove .action.delete{margin-right:.6rem}.table-comparison .cell .attribute.value{overflow:hidden;width:100%}.table-comparison td:last-child{border-right:1px solid #ccc}.table-comparison .product-item-photo{display:block;margin:0 auto 15px}.table-comparison .product-image-photo{margin-left:0}.table-comparison .product-item-actions,.table-comparison .price-box,.table-comparison .product.rating,.table-comparison .product-item-name{display:block;margin:15px 0}.table-comparison .product-addto-links{margin-top:15px}.table-comparison .product-addto-links .action.toggle{padding:0}.table-comparison .product-addto-links .action.split,.table-comparison .product-addto-links .action.toggle{line-height:1.2rem;padding:5px 8px;font-size:1.1rem}.table-comparison .action.tocart{white-space:nowrap}.comparison.headings{background:#fff;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 10px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-search .label:hover:before{color:#333}.block-search .label:active:before{color:#333}.block-search .label.active+.control input{position:static}.block-search .action.search{display:none}.block-search .control{border-top:1px solid #ccc;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:#fff;border:1px solid #c2c2c2;border-top:0}.search-autocomplete ul li{border-top:1px solid #e5e5e5;cursor:pointer;margin:0;padding:5px 40px 5px 10px;position:relative;text-align:left;white-space:normal}.search-autocomplete ul li:first-child{border-top:none}.search-autocomplete ul li:hover,.search-autocomplete ul li.selected{background:#e8e8e8}.search-autocomplete ul li .amount{color:#999;position:absolute;right:7px;top:5px}.form.search.advanced .fields.range .field:first-child{position:relative}.form.search.advanced .fields.range .field:first-child .control{padding-right:25px}.form.search.advanced .fields.range .field:first-child .control:after{content:' \2013 ';display:inline-block;position:absolute;right:0;text-align:center;top:6px;width:25px}.form.search.advanced .fields.range .field:last-child{position:relative}.form.search.advanced .fields.range .field:last-child div.mage-error[generated]{left:0;position:absolute;top:32px}.form.search.advanced .fields.range .field.with-addon .control{padding-right:45px}.form.search.advanced .group.price .addon .addafter{background:none;border:0;padding-top:6px;position:absolute;right:0;top:0}.search-terms{line-height:2em}.search-terms>li{display:inline-block;margin-right:10px}.search.found{margin-bottom:10px}.checkout-cart-index .page-main{padding-left:0;padding-right:0}.checkout-cart-index .page-title-wrapper{padding-left:15px;padding-right:15px}.cart-summary{background:#f5f5f5;margin-bottom:25px;padding:1px 0 25px}.cart-summary>.title{font-size:2.4rem;display:none;font-weight:300;margin:12px 0}.cart-summary .block form:not(:last-of-type) .fieldset{margin:0 0 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{width:auto}.cart-summary .block .title strong{font-size:1.4rem;font-weight:600}.cart-summary .block .item-options{margin:0 0 16px}.cart-summary .block .item-options .field .radio{float:left;margin-top:4px}.cart-summary .block .item-options .field .radio+.label{display:block;margin:0;overflow:hidden}.page-main .cart-summary .block{margin-bottom:0}.cart-summary .checkout-methods-items{margin:20px 0 0;padding:0 15px;text-align:center}.cart-summary .checkout-methods-items .action.primary.checkout{width:100%}.cart-summary .checkout-methods-items .item{margin-bottom:25px}.cart-summary .checkout-methods-items .item:last-child{margin-bottom:0}.cart-summary .message{padding-left:20px}.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 #ccc;padding-bottom:15px;padding-top:24px}.cart.table-wrapper .cart tbody td{border:0}.cart.table-wrapper .cart>.item{border-bottom:1px solid #ccc;position:relative}.cart.table-wrapper .col{padding-top:15px}.cart.table-wrapper .col.price,.cart.table-wrapper .col.subtotal,.cart.table-wrapper .col.msrp{padding:20px 11px 10px;text-align:center}.cart.table-wrapper .col.qty{padding:20px 11px 10px;text-align:center}.cart.table-wrapper .col.qty .input-text{height:36px;margin-top:-7px;text-align:center;width:60px}.cart.table-wrapper .col>.price{color:#7d7d7d;font-size:1.8rem;font-weight:700}.cart.table-wrapper .item-actions td{padding-bottom:0;padding-left:15px;padding-right:15px;white-space:normal}.cart.table-wrapper .item .col.item{display:block;min-height:75px;padding:15px 15px 10px 90px;position:relative}.cart.table-wrapper .actions-toolbar{min-height:20px;padding-bottom:15px;position:relative}.cart.table-wrapper .actions-toolbar>.action-edit,.cart.table-wrapper .actions-toolbar>.action-delete{position:absolute;right:16px;top:0;display:inline-block;text-decoration:none}.cart.table-wrapper .actions-toolbar>.action-edit>span,.cart.table-wrapper .actions-toolbar>.action-delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cart.table-wrapper .actions-toolbar>.action-edit:before,.cart.table-wrapper .actions-toolbar>.action-delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#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:#333}.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: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:1.8rem;display:block;margin:-3px 0 5px}.cart.table-wrapper .gift-registry-name-label:after{content:':'}.cart.table-wrapper .item-options{margin-bottom:0}.cart.table-wrapper .product-item-name+.item-options{margin-top:20px}.cart.table-wrapper .action.configure{display:inline-block;margin:10px 0 0}.cart.table-wrapper .item .message{margin-top:20px}.cart-products-toolbar .toolbar-amount{left:inherit;margin:25px 0 15px;padding:0;position:relative;text-align:center;top:inherit}.cart-products-toolbar-top{border-bottom:1px solid #ccc}.cart-discount{border-bottom:1px solid #ccc;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 10px}.block-minicart .items-total .count{font-weight:700}.block-minicart .subtotal{margin:0 10px 10px;text-align:right}.block-minicart .amount .price-wrapper:first-child .price{font-size:18px;font-weight:700}.block-minicart .subtitle{display:none}.block-minicart .subtitle.empty{display:block;font-size:14px;padding:30px 0 20px;text-align:center}.block-minicart dl.product.options.list{display:inline-block;vertical-align:top}.block-minicart .text.empty{text-align:center}.block-minicart .block-content>.actions{margin-top:15px}.block-minicart .block-content>.actions>.secondary{text-align:center}.block-minicart .block-content>.actions>.primary{margin:0 10px 15px}.block-minicart .block-content>.actions>.primary .action.primary{display:block;width:100%}.block-minicart .block-content>.actions .paypal-logo{margin-top:15px;text-align:center}.block-minicart .block-category-link,.block-minicart .block-product-link,.block-minicart .block-cms-link,.block-minicart .block-banners{margin:15px 0 0;text-align:center}.minicart-wrapper{display:inline-block;position:relative;float:right}.minicart-wrapper:before,.minicart-wrapper:after{content:'';display:table}.minicart-wrapper:after{clear:both}.minicart-wrapper .action.showcart{cursor:pointer;display:inline-block;text-decoration:none}.minicart-wrapper .action.showcart:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:28px;color:#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:#333}.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:#333}.minicart-wrapper .action.showcart.active:active:before{color:#757575}.minicart-wrapper .block-minicart{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;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 #fff transparent;z-index:99}.minicart-wrapper .block-minicart:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.minicart-wrapper .block-minicart:before{right:12px;top:-12px}.minicart-wrapper .block-minicart:after{right:11px;top:-14px}.minicart-wrapper.active{overflow:visible}.minicart-wrapper.active .block-minicart{display:block}.minicart-wrapper .block-minicart{padding:25px 20px}.minicart-wrapper .block-minicart .block-title{display:none}.minicart-wrapper .product .actions{float:right;margin:-28px 0 0}.minicart-wrapper .product .actions>.primary,.minicart-wrapper .product .actions>.secondary{display:inline}.minicart-wrapper .product .actions>.primary:not(:last-child),.minicart-wrapper .product .actions>.secondary:not(:last-child){margin-right:15px}.minicart-wrapper .action.close{height:30px;position:absolute;right:0;top:0;width:25px;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-shadow:none;font-weight:400;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:.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:#fff;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 #000}.minicart-wrapper .minicart-widgets{margin-top:15px}.minicart-items-wrapper{border:1px solid #ccc;margin:0 -20px;border-left:0;border-right:0;overflow-x:auto;padding:15px}.minicart-items{margin:0;padding:0;list-style:none none}.minicart-items .product-item{padding:20px 0}.minicart-items .product-item:not(:first-child){border-top:1px solid #ccc}.minicart-items .product-item:first-child{padding-top:0}.minicart-items .product-item-pricing .label{display:inline-block}.minicart-items .price-minicart{margin-bottom:5px}.minicart-items .message{margin-bottom:0;margin-top:10px}.minicart-items .product-item-name{font-weight:400;margin:0 0 10px}.minicart-items .product-item-name a{color:#006bb4}.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:5px 0}.minicart-items .product-item-details .weee[data-label]{font-size:1.1rem}.minicart-items .product-item-details .details-qty{margin-top:10px}.minicart-items .product>.product-item-photo,.minicart-items .product>.product-image-container{float:left}.minicart-items .product .toggle{border:0;padding:0 0 5px 0;white-space:nowrap}.minicart-items .product .toggle:after{color:#8f8f8f;margin:0 0 0 5px;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.1rem;margin-left:5px;vertical-align:top}.minicart-items .subtitle{display:none}.minicart-items .action.edit,.minicart-items .action.delete{display:inline-block;text-decoration:none}.minicart-items .action.edit>span,.minicart-items .action.delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-items .action.edit:before,.minicart-items .action.delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#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:#333}.minicart-items .action.edit:active:before,.minicart-items .action.delete:active:before{color:#757575}.minicart-items .action.delete:before{content:'\e604'}.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:#eee;border:1px solid #ccc;box-sizing:border-box;color:#333;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/Mus/povison/en_US/images/loader-1.gif');background-position:50%;background-repeat:no-repeat;background-size:15px;display:none;height:30px;margin-left:10px;vertical-align:top;width:15px}.file-uploader-preview .action-remove{bottom:4px;cursor:pointer;display:block;height:27px;left:6px;padding:2px;position:absolute;text-decoration:none;width:25px;z-index:2}.file-uploader-preview .action-remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.file-uploader-preview .action-remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.6rem;line-height:inherit;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:.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:#ccc;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:#ccc}.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:#ccc;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:#ccc}.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:#fff;border:1px solid #cacaca;box-sizing:border-box;cursor:pointer;display:block;height:150px;line-height:1;margin:10px 25px 10px 0;overflow:hidden;position:relative;width:150px}.file-uploader._loading .file-uploader-spinner{display:inline-block}.file-uploader .admin__field-note,.file-uploader .admin__field-error{margin-bottom:10px}.file-uploader .file-uploader-filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px;word-break:break-all}.file-uploader .file-uploader-filename:first-child{margin-bottom:10px}.file-uploader .file-uploader-meta{color:#9e9e9e}.file-uploader .admin__field-fallback-reset{margin-left:10px}._keyfocus .file-uploader .action-remove:focus{box-shadow:0 0 0 1px #006bb4}.file-uploader-placeholder.placeholder-document{display:inline-block;text-decoration:none}.file-uploader-placeholder.placeholder-document:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:5rem;line-height:inherit;color:#ccc;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:#ccc}.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:#ccc;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:#ccc}.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:#ccc;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:#ccc}.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 20px;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:#666}.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:#666 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 20px}.opc-wrapper{margin:0 0 20px}.opc-wrapper .step-title{border-bottom:1px solid #ccc;margin-bottom:15px}.opc-wrapper .step-content{margin:0 0 40px}.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 #ccc;border-top:1px solid #ccc;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 5px}.opc-estimated-wrapper .minicart-wrapper button.action.showcart{background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.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:.5}.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before{color:#333}.opc-progress-bar{display:none}.field.choice .field-tooltip{display:inline-block;margin-left:10px;position:relative;top:-3px}.field.choice .field-tooltip-action{line-height:21px}.field._error .control input,.field._error .control select,.field._error .control textarea{border-color:#ed8380}.checkout-index-index .modal-popup .fieldset .field .label{font-weight:400}.checkout-index-index .modal-popup .modal-footer .action-hide-popup{margin-top:8px}.field-tooltip{cursor:pointer;position:absolute;right:0;top:1px}.field-tooltip._active{z-index:100}.field-tooltip._active .field-tooltip-content{display:block}.field-tooltip._active .field-tooltip-action:before{color:#333}.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:#bbb;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:#333}.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:#333}.field-tooltip .field-tooltip-content{background:#f4f4f4;border:1px solid #999;border-radius:1px;font-size:14px;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:#666}.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:#999}.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:14px;margin-top:10px}.opc-wrapper .shipping-address-items{font-size:0}.opc-wrapper .shipping-address-item{border:2px solid transparent;font-size:14px;line-height:30px;margin:0 0 20px;padding:20px 35px 20px 20px;transition:.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:#fff;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 20px}.opc-wrapper .action-show-popup>span:before{content:'+';padding-right:5px}.opc-wrapper .action-select-shipping-item{float:right;margin:20px 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:20px 0}.methods-shipping .actions-toolbar .action.primary{margin:20px 0 0}.table-checkout-shipping-method thead th{display:none}.table-checkout-shipping-method tbody td{border-top:1px solid #ccc;padding-bottom:20px;padding-top:20px}.table-checkout-shipping-method tbody td:first-child{padding-left:0;padding-right:0;width:20px}.table-checkout-shipping-method tbody td input[type='radio']{margin:4px 5px 0 0}.table-checkout-shipping-method tbody tr:first-child td{border-top:none}.table-checkout-shipping-method tbody .col-price{font-weight:600}.table-checkout-shipping-method tbody .row-error td{border-top:none;padding-bottom:10px;padding-top:0}.checkout-shipping-method{position:relative}.shipping-policy-block.field-tooltip{top:12px}.shipping-policy-block.field-tooltip .field-tooltip-action{color:#006bb4;cursor:pointer}.shipping-policy-block.field-tooltip .field-tooltip-action:before{display:none}.shipping-policy-block.field-tooltip .field-tooltip-content{width:420px;top:30px}.opc-block-shipping-information{padding:0 30px}.opc-block-shipping-information .shipping-information-title{border-bottom:1px solid #ccc;margin:0 0 20px;position:relative}.opc-block-shipping-information .shipping-information-title .action-edit{top:10px;display:inline-block;text-decoration:none;margin:0;position:absolute;right:0}.opc-block-shipping-information .shipping-information-title .action-edit>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-block-shipping-information .shipping-information-title .action-edit:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#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:#333}.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 20px}.opc-block-summary{background:#f5f5f5;margin:0 0 20px;padding:22px 30px}.opc-block-summary>.title{display:block}.opc-block-summary .mark .value{color:#666;display:block}.opc-block-summary .discount.coupon{display:none}.opc-block-summary .grand.incl+.grand.excl .mark,.opc-block-summary .grand.incl+.grand.excl .amount{border-top:0;font-size:1.4rem;padding-top:0}.opc-block-summary .grand.incl+.grand.excl .mark strong,.opc-block-summary .grand.incl+.grand.excl .amount strong{font-weight:400}.opc-block-summary .not-calculated{font-style:italic}.opc-block-summary .items-in-cart>.title{border-bottom:1px solid #ccc;padding:10px 40px 10px 0;cursor:pointer;display:block;text-decoration:none;margin-bottom:0;position:relative}.opc-block-summary .items-in-cart>.title>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-block-summary .items-in-cart>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;color:inherit;content:'\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:10px}.opc-block-summary .items-in-cart>.title strong{font-size:1.8rem;font-weight:300;margin:0}.opc-block-summary .items-in-cart.active>.title:after{content:'\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 10px;width:100%}.opc-block-summary .product-item .product-item-name-block{display:block;padding-right:5px;text-align:left}.opc-block-summary .product-item .subtotal{display:block;text-align:left}.opc-block-summary .product-item .price{font-size:1.6rem;font-weight:400}.opc-block-summary .product-item .price-including-tax+.price-excluding-tax .price{font-size:1rem}.opc-block-summary .product-item .message{margin-top:10px}.opc-block-summary .actions-toolbar{position:relative;z-index:1}.opc-block-summary .actions-toolbar .secondary{border-top:1px solid #ccc;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:25px}.authentication-wrapper{float:right;margin-top:-60px;max-width:50%;position:relative;z-index:1}._has-auth-shown .authentication-wrapper{z-index:900}.block-authentication .block-title{font-size:1.8rem;border-bottom:0;margin-bottom:25px}.block-authentication .block-title strong{font-weight:300}.block-authentication .field .label{font-weight:400}.block-authentication .actions-toolbar{margin-bottom:5px}.block-authentication .actions-toolbar>.secondary{padding-top:25px;text-align:left}.block-authentication .block[class]{margin:0}.block-authentication .block[class] ul{list-style:none;padding-left:10px}.block-authentication .block[class] .field .control,.block-authentication .block[class] .field .label{float:none;width:auto}.block-authentication .block[class]+.block{border-top:1px solid #c1c1c1;margin-top:40px;padding-top:40px;position:relative}.block-authentication .block[class]+.block:before{height:36px;line-height:34px;margin:-19px 0 0 -18px;min-width:36px;background:#fff;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 #ccc}.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 #po_number{margin-bottom:20px}.checkout-payment-method .payment-method-title{padding:20px 0;margin:0}.checkout-payment-method .payment-method-title .payment-icon{display:inline-block;margin-right:5px;vertical-align:middle}.checkout-payment-method .payment-method-title .action-help{display:inline-block;margin-left:5px}.checkout-payment-method .payment-method-content{display:none;padding:0 0 20px 22px}.checkout-payment-method .payment-method-content .fieldset:not(:last-child){margin:0 0 20px}.checkout-payment-method .payment-group+.payment-group .step-title{margin:20px 0 0}.checkout-payment-method .field-select-billing,.checkout-payment-method .billing-address-form{max-width:500px}.checkout-payment-method .billing-address-same-as-shipping-block{margin:0 0 10px}.checkout-payment-method .checkout-billing-address{margin:0 0 20px}.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:20px}.checkout-payment-method .payment-method-iframe{background-color:transparent;display:none;width:100%}.checkout-payment-method .no-payments-block{margin:20px 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 #ccc;padding:20px 0}.checkout-payment-method .payment-option-title .action-toggle{color:#006bb4;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 10px;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:#333}.checkout-payment-method .payment-option-title .action-toggle:active:after{color:#757575}.checkout-payment-method .payment-option-content{padding:0 0 20px 22px}.checkout-payment-method .payment-option-content .primary .action.action-apply{margin-right:0}.checkout-payment-method .payment-option-inner{margin:0 0 20px}.checkout-payment-method .credit-card-types{padding:0}.checkout-payment-method .credit-card-types .item{display:inline-block;list-style:none;margin:0 5px 0 0;vertical-align:top}.checkout-payment-method .credit-card-types .item._active{font-weight:700}.checkout-payment-method .credit-card-types .item._active img{-webkit-filter:grayscale(0%)}.checkout-payment-method .credit-card-types .item._inactive{opacity:.4}.checkout-payment-method .credit-card-types .item span{display:inline-block;padding-top:6px;vertical-align:top}.checkout-payment-method .credit-card-types img{-webkit-filter:grayscale(100%);-webkit-transition:all .6s ease}.checkout-payment-method .ccard .fields>.year{padding-left:5px}.checkout-payment-method .ccard .fields .select{padding-left:5px;padding-right:5px}.checkout-payment-method .ccard .month .select{width:140px}.checkout-payment-method .ccard .year .select{width:80px}.checkout-payment-method .ccard .captcha .input-text,.checkout-payment-method .ccard .number .input-text{width:225px}.checkout-payment-method .ccard>.field.cvv>.control{display:inline-block;padding-right:20px}.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:20px}.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.2rem}.checkout-agreements-block .action-show{vertical-align:baseline}.checkout-agreements-items{padding-bottom:30px}.checkout-agreements-items .checkout-agreements-item{margin-bottom:20px}.checkout-agreements-items .checkout-agreements-item-title{border-bottom:0}.checkout-agreement-item-content{overflow:auto}.login-container .block-new-customer .actions-toolbar{margin-top:25px}.login-container .block .block-title{font-size:1.8rem}.login-container .fieldset:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.login-container .fieldset:after{margin-top:35px}.block-addresses-list .items.addresses>.item{margin-bottom:20px}.block-addresses-list .items.addresses>.item:last-child{margin-bottom:0}.block-addresses-list .items.addresses .item.actions{margin-top:5px}.form-address-edit .region_id{display:none}.form-edit-account .fieldset.password{display:none}.form-edit-account fieldset.additional_info{clear:both}.form-create-account .fieldset-fullname .fields .field{float:none}.form-create-account .fieldset.create.account:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.form-create-account .fieldset.create.account:after{margin-top:35px}.form.password.forget .fieldset:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.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:20px}.account .column.main{margin-bottom:30px}.account .column.main h2{margin-top:0}.account .sidebar-additional{margin-top:40px}.account .table-wrapper{margin-bottom:20px;border-bottom:1px solid #ccc;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:10px}.block .title strong{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}.block p:last-child{margin:0}.block .box-actions{margin-top:5px}.field.password .control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.field.password .control .mage-error{-ms-flex-order:2;-webkit-order:2;order:2}.field.password .control .input-text{-ms-flex-order:0;-webkit-order:0;order:0;z-index:2}.password-strength-meter{background-color:#f4f4f4;height:32px;line-height:32px;padding:0 9px;position:relative;z-index:1}.password-strength-meter:before{content:'';height:100%;left:0;position:absolute;top:0;z-index:-1}.password-none .password-strength-meter:before{background-color:#f4f4f4;width:100%}.password-weak .password-strength-meter:before{background-color:#ffafae;width:25%}.password-medium .password-strength-meter:before{background-color:#ffd6b3;width:50%}.password-strong .password-strength-meter:before{background-color:#c5eeac;width:75%}.password-very-strong .password-strength-meter:before{background-color:#81b562;width:100%}.control.captcha-image{margin-top:10px}.control.captcha-image .captcha-img{vertical-align:middle}.order-products-toolbar,.customer-addresses-toolbar{position:relative}.order-products-toolbar .toolbar-amount,.customer-addresses-toolbar .toolbar-amount{position:relative;text-align:center}.order-products-toolbar .pages,.customer-addresses-toolbar .pages{position:relative}.additional-addresses table>thead>tr>th{white-space:nowrap}.block-balance .price{margin-top:-10px;font-size:3.2rem;display:inline-block;line-height:32px}.table-downloadable-products .product-name{font-weight:400;margin-right:15px}.table-downloadable-products .action.download{display:inline-block;text-decoration:none}.table-downloadable-products .action.download:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size: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:25px}.page-product-downloadable .product-options-bottom .field.qty{display:none}.samples-item-title{font-size:1.4rem;font-weight:600;margin:0 0 10px}.samples-item{margin:0 0 10px}.field.downloads{margin-bottom:10px}.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads>.control{width:100%}.field.downloads .price-container{display:inline;white-space:nowrap}.field.downloads .price-container:before{content:' + ';display:inline}.field.downloads .price-excluding-tax{display:inline}.field.downloads .price-excluding-tax:before{content:' (' attr(data-label) ': '}.field.downloads .price-excluding-tax:after{content:')'}.field.downloads .price-including-tax{display:inline;font-weight:600;font-size:1.4rem}.field.downloads .field.choice{border-bottom:1px solid #ebebeb;box-sizing:border-box;margin-bottom:10px;padding-bottom:10px;padding-left:25px;position:relative;width:100%;z-index:1}.field.downloads .field.choice input{left:0;position:absolute;top:2px}.field.downloads .field.downloads-all{border-bottom:0;padding-left:0}.field.downloads .sample.link{float:right}.field.downloads-all .label{color:#006bb4;text-decoration:none;cursor:pointer}.field.downloads-all .label:visited{color:#006bb4;text-decoration:none}.field.downloads-all .label:hover{color:#006bb4;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:20px !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:5px}.page-product-giftcard .product-info-main .price-box .price-container.price-final>span:last-child{margin-bottom:0}.page-product-giftcard .product-info-main .price-box .price-container.price-final .price{font-size:22px;font-weight:600;line-height:22px}.page-product-giftcard .product-info-main .price-box+.giftcard.form{border-top:1px #c1c1c1 solid;padding-top:15px}.page-product-giftcard .product-info-main .alert{clear:left}.page-product-giftcard .product-info-stock-sku{display:block}.page-product-giftcard .product-add-form{border:0;clear:none;padding-top:0}.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text){margin-bottom:20px;margin-top:20px}.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:30px}.opc-wrapper .form-giftcard-account{max-width:500px}.opc-wrapper .form-giftcard-account .field{margin:0 0 20px}.opc-wrapper .giftcard-account-info{margin:0 0 20px}.opc-wrapper .giftcard-account-info .giftcard-account-number{margin:0 0 10px}.gift-message .field{margin-bottom:20px}.gift-message .field .label{color:#666;font-weight:400}.gift-options{margin:20px 0}.gift-options .actions-toolbar .action-cancel{display:none}.gift-options-title{font-weight:600;margin:0 0 20px}.gift-options-content .fieldset{margin:0 0 20px}.gift-summary{margin-top:10px;position:relative}.gift-summary .actions-toolbar>.secondary .action{margin:0 0 0 20px;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:#333}.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 10px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.action-gift:hover:after{color:#333}.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:20px 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:#006bb4;cursor:pointer;margin:0;padding:10px 40px 10px 15px;position:relative;display:block;text-decoration:none}.gift-item-block .title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;line-height:20px;color:#858585;content:'\e622';font-family:'luma-icons';margin:0 0 0 10px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.gift-item-block .title:hover:after{color:#333}.gift-item-block .content{padding:10px 0 20px;position:relative}.order-details-items .order-gift-message dt:after,.order-details-items .block-order-details-gift-message dt:after{content:''}.order-details-items .order-gift-message .item-message,.order-details-items .block-order-details-gift-message .item-message{clear:left}.order-details-items .order-gift-message .item-options dt,.order-details-items .block-order-details-gift-message .item-options dt{font-weight:400;margin:10px 0}.gift-messages-order{margin-bottom: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:40px}.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:#006bb4}.table-giftregistry-items .product-image{margin-right:10px;float:left}.cart-summary .form.giftregistry .fieldset{margin:15px 0 5px;text-align:left}.cart-summary .form.giftregistry .fieldset .field{margin:0 0 10px}.cart-summary .form.giftregistry .fieldset .field .control{float:none;width:auto}.form-giftregistry-search{margin-bottom:60px}.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 25px}.block-giftregistry-shared-items .item .col{border:0}.block-giftregistry-shared-items th{border-bottom:1px solid #ccc}.block-giftregistry-shared-items .col{padding:20px 11px 10px}.block-giftregistry-shared-items .col .price-box{display:inline-block}.block-giftregistry-shared-items .col .price-wrapper{font-size:1.8rem;display:block;font-weight:700;white-space:nowrap}.block-giftregistry-shared-items .product .item-options{margin:0}.block-giftregistry-shared-items .product-item-photo{display:block;max-width:65px;padding:10px 0}.block-giftregistry-shared-items .product-item-name{font-size:1.8rem;display:block;margin:0 0 5px}.gift-wrapping .label{margin:0 0 8px;display:inline-block}.gift-wrapping .field{margin-bottom:10px}.gift-wrapping-info{font-weight:300;font-size:18px;margin:20px 0}.gift-wrapping-list{list-style:none;margin:20px 0 10px;padding:0}.gift-wrapping-list .no-image{background:#f2f2f2;display:inline-block;text-decoration:none}.gift-wrapping-list .no-image>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gift-wrapping-list .no-image:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:4rem;color:#494949;content:'\e62a';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 10px 10px 0}.gift-wrapping-item:last-child{margin-right:0}.gift-wrapping-item._active span:before{border:3px solid #333;box-sizing:border-box;content:'';display:block;height:100%;position:absolute;width:100%;z-index:2}.gift-wrapping-item>span{height:4rem;width:4rem}.gift-wrapping-title{margin:10px 0}.gift-wrapping-title .action-remove{margin:-5px 0 0 5px;display:inline-block;text-decoration:none}.gift-wrapping-title .action-remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gift-wrapping-title .action-remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#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:#333}.gift-wrapping-title .action-remove:active:before{color:#757575}.gift-options-content .fieldset .field{margin:10px 0}.gift-wrapping-summary{padding-right:7rem}.gift-wrapping-summary .gift-wrapping-title{border:0;display:inline-block;padding:0}.opc-wrapper .fieldset.gift-message .field.gift-wrapping{padding:0;width:100%}.opc-wrapper .data.table .gift-wrapping,.table-order-items .gift-wrapping{margin:20px 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 10px 0 0;max-height:50px;max-width:50px}.gift-summary .price-box,.gift-options .price-box{margin-left:22px}.gift-summary .regular-price:before,.gift-options .regular-price:before{content:attr(data-label) ': '}.gift-summary .regular-price .price,.gift-options .regular-price .price{font-weight:700}.order-options .item{padding-bottom:20px}.order-options .product{margin-bottom:10px}.order-options .product-image-container{float:left;padding-right:10px}.order-options .gift-wrapping{margin-bottom:10px}.table-wrapper.grouped{width:auto}.table.grouped .row-tier-price>td{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:10px}.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:10px}.box-tocart .action.instant-purchase{vertical-align:top}.box-tocart .action.instant-purchase:not(:last-child){margin-bottom:15px}.form-add-invitations .additional,.form-add-invitations .field.message{margin-top:20px}.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 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3);border:1px solid #ccc;border-radius:3px;font-weight:400;left:0;line-height:16px;padding:7px 10px;position:absolute;text-align:center;top:0;z-index:2}.filter-title strong[data-count]:after{color:#fff;background:#ff5501;border-radius:2px;content:attr(data-count);display:inline-block;font-size:.8em;line-height:1;margin:0 5px;min-width:1em;padding:2px}.filter-title strong.disabled{opacity:.5}.filter .block-subtitle{border-bottom:1px solid #ccc;font-size:14px;font-weight:600;line-height:1em;padding:10px 10px 20px}.filter-subtitle{display:none}.filter-current{margin:0}.filter-current .items{padding:5px 10px}.filter-current .item{padding-left:17px;position:relative;z-index:1}.filter .filter-current-subtitle{border:none;display:block;padding-bottom:10px}.filter-current .action.remove{left:-2px;position:absolute;top:-1px}.filter-actions{margin-bottom:25px;padding:0 10px}.filter-label{font-weight:700}.filter-label:after{content:': '}.filter-value{color:#757575}.filter-options{display:none;margin:0}.filter-options-item{border-bottom:1px solid #ccc;padding-bottom:10px}.filter-options-title{cursor:pointer;font-weight:600;margin:0;overflow:hidden;padding:10px 40px 0 10px;position:relative;text-transform:uppercase;word-break:break-all;z-index:1;display:block;text-decoration:none}.filter-options-title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:inherit;color:inherit;content:'\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:#000}.active>.filter-options-title:after{content:'\e621'}.filter-options-content{margin:0;padding:10px}.filter-options-content .item{line-height:1.5em;margin:10px 0}.filter-options-content a{color:#494949;margin-left:-5px;margin-right:-5px;padding-left:5px;padding-right:7px}.filter-options-content a:hover{background-color:#e8e8e8;text-decoration:none}.filter-options-content a:hover+.count{background-color:#e8e8e8}.filter-options-content .count{color:#757575;font-weight:300;padding-left:5px;padding-right:5px}.filter-options-content .count:before{content:'('}.filter-options-content .count:after{content:')'}.map-popup-wrapper.popup .action.close{top:10px}.map-popup{background:#fff;border:1px solid #adadad;padding:22px;width:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15);transition:opacity .3s linear;left:0;margin-top:10px;position:absolute;top:0;z-index:1001;display:none;opacity:0;box-sizing:border-box}.map-popup .popup-header{margin:0 0 25px;padding-right:16px}.map-popup .popup-header .title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.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:10px;top:10px}.map-popup .popup-actions .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.map-popup .popup-actions .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:#8c8c8c;content:'\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:.5}.map-popup.active{opacity:1}.map-popup .map-info-price{margin:0 0 20px}.map-popup .map-info-price .price-box{margin:0 0 20px}.map-popup .map-info-price .price-box .label:after{content:': '}.map-popup .action.primary{margin-right:10px}.map-popup .map-msrp{margin-bottom:10px}.map-popup .actual-price{margin:3px 0 15px}.map-popup .regular-price .price-label{display:none}.map-popup .popup-header{display:none}.map-old-price{text-decoration:none}.map-old-price .price-wrapper{text-decoration:line-through}.map-fallback-price{display:none}.map-old-price,.product-item .map-old-price,.product-info-price .map-show-info{display:inline-block;min-width:10rem}.map-old-price:not(:last-child),.product-item .map-old-price:not(:last-child),.product-info-price .map-show-info:not(:last-child){margin-right:10px}.product-options-bottom .price-box .old-price .price-container>span,.product-info-price .price-box .old-price .price-container>span{display:inline}.map-form-addtocart{display:inline-block;text-align:center}.map-form-addtocart img{display:block;margin:0 auto}button.map-show-info{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#006bb4;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:.5}button.map-show-info:visited{color:#006bb4;text-decoration:none}button.map-show-info:hover{color:#006bb4;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:#006bb4;opacity:.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:#666;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:#333}.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:#666;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:#333}.wishlist.split.button .action.toggle.active:active:after{color:inherit}.wishlist.split.button .items{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;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 #fff transparent;z-index:99}.wishlist.split.button .items:after{border:7px solid;border-color:transparent transparent #bbb 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:#333}.wishlist.split.button>.action.toggle:before{border-left:1px solid #666;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:#006bb4}.cart.table-wrapper .wishlist.split.button>.action.split,.cart.table-wrapper .wishlist.split.button>.action.toggle{color:#006bb4}.cart.table-wrapper .wishlist.split.button>.action.split:before,.cart.table-wrapper .wishlist.split.button>.action.toggle:before{display:none}.wishlist.window.popup{background:#fff;border:1px solid #adadad;padding:22px;width:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15);transition:opacity .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.6rem;margin-top:2.5rem;margin-bottom:2rem}.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:10px;top:10px}.wishlist.window.popup .popup-actions .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.window.popup .popup-actions .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:#8c8c8c;content:'\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:.5}.wishlist.window.popup.active{opacity:1}.wishlist.window.popup.active{display:block}.wishlist.overlay{transition:opacity .15s linear;background:#8c8c8c;z-index:899;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0}.wishlist.overlay.active{opacity:.7;filter:alpha(opacity=70)}.wishlist.overlay.active{display:block}.wishlist-dropdown.move .action.toggle,.wishlist-dropdown.copy .action.toggle{color:#006bb4}.page-multiple-wishlist .actions-toolbar>.primary{display:block;float:none;text-align:left}.page-multiple-wishlist .actions-toolbar>.primary .action.remove{float:right}.block-wishlist-management{position:relative}.block-wishlist-management .wishlist-select .wishlist-name-label{font-weight:600}.block-wishlist-management .wishlist-title{margin-bottom:10px}.block-wishlist-management .wishlist-title strong{font-weight:300;margin-right:10px}.block-wishlist-management .wishlist-notice{color:#7d7d7d;display:inline-block;margin-right:20px}.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 5px 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:20px}.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:20px}.block-wishlist-search-form .form-wishlist-search{margin-bottom:60px;max-width:500px}.block-wishlist-search-results .table-wrapper{border-top:none}.block-wishlist-info-items .block-title{margin-bottom:20px;font-size:2.2rem}.block-wishlist-info-items .block-title>strong{font-weight:300}.block-wishlist-info-items .product-item{width:100%}.block-wishlist-info-items .product-item-photo{margin-left:20px}.block-wishlist-info-items .product-item-info{width:auto}.block-wishlist-info-items .product-item-info:hover .split{visibility:visible}.block-wishlist-info-items .price-wrapper{display:block;margin:0 0 10px}.block-wishlist-info-items .split{clear:both;padding:10px 0;visibility:hidden}.block-wishlist-info-items .wishlist-dropdown .change{color:#006bb4}.block-wishlist-info-items .action.towishlist{padding:10px 0}.block-wishlist-info-items .input-text.qty{margin-right:10px}.multicheckout.results h3,.multicheckout.success h3{font-size:1.6rem;margin-bottom:20px;margin-top:30px}.multicheckout.results h3 a,.multicheckout.success h3 a{color:#333}.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:25px;padding-left:16px}.multicheckout.results .orders-list .shipping-list .shipping-item,.multicheckout.success .orders-list .shipping-list .shipping-item{margin-left:84px}.multicheckout.results .orders-list .shipping-list .shipping-label,.multicheckout.success .orders-list .shipping-list .shipping-label{font-weight:700;margin-right:10px}.multicheckout.results .orders-list .shipping-list .shipping-address,.multicheckout.success .orders-list .shipping-list .shipping-address{font-weight:400}.multicheckout.results .orders-list .shipping-list .error-block,.multicheckout.success .orders-list .shipping-list .error-block{color:#e02b27}.multicheckout.results .orders-list .shipping-list .error-block .error-label,.multicheckout.success .orders-list .shipping-list .error-block .error-label{font-weight:700;margin-right:10px}.multicheckout.results .orders-list .shipping-list .error-block .error-description,.multicheckout.success .orders-list .shipping-list .error-block .error-description{font-weight:400}.multicheckout.results .orders-succeed .orders-list,.multicheckout.success .orders-succeed .orders-list{margin-top:0}.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id{float:left}.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item{margin-left:100px}.multicheckout .title{margin-bottom:30px}.multicheckout .title strong{font-weight:400}.multicheckout .table-wrapper{margin-bottom:0}.multicheckout .table-wrapper .action.delete{display:inline-block}.multicheckout .table-wrapper .col .qty{display:inline-block}.multicheckout .table-wrapper .col.item .action.edit{font-weight:400;margin-left:10px}.multicheckout:not(.address) .table-wrapper .product-item-name{margin:0}.multicheckout>.actions-toolbar{margin-top:40px}.multicheckout .actions-toolbar>.secondary{display:block}.multicheckout .actions-toolbar>.secondary .action{margin-bottom:25px}.multicheckout .actions-toolbar>.secondary .action.back{display:block;margin-left:0}.multicheckout .actions-toolbar>.primary{margin-right:10px}.multicheckout .item-options{margin:10px 0 0}.multicheckout .block .methods-shipping .item-content .fieldset>.field:before{display:none}.multicheckout .block .methods-shipping .item-content .fieldset>.field .control{display:inline-block}.multicheckout .block-title,.multicheckout .block-content .title{border-bottom:1px solid #ccc;padding-bottom:10px}.multicheckout .block-title strong,.multicheckout .block-content .title strong{font-weight:400}.multicheckout .block-title strong span,.multicheckout .block-content .title strong span{color:#a6a6a6}.multicheckout .block-content .title{border-bottom:none;padding-bottom:0}.multicheckout.order-review .block-title>strong{font-size:2.4rem}.multicheckout.order-review .block-shipping .block-content:not(:last-child){margin-bottom:40px}.multicheckout.order-review .error-description{color:#e02b27;font-weight:400;margin-bottom:10px;margin-top:-10px}.multicheckout .box-title span{margin-right:10px}.multicheckout .box-title>.action{margin:0}.multicheckout .box-shipping-method .price{font-weight:700}.multicheckout .box-billing-method .fieldset{margin:0}.multicheckout .box-billing-method .fieldset .legend.box-title{margin:0 0 5px}.multicheckout .checkout-review .grand.totals{font-size:2.1rem;margin-bottom:40px}.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:#ff5501;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:#ff5501;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 20px;padding:0;text-align:center}.review-toolbar:first-child{display:none}.review-toolbar .pages{border-bottom:1px solid #c9c9c9;display:block;padding:20px 0;text-align:center}.review-toolbar .limiter{display:none}.review-add .block-title{display:none}.review-form .action.submit.primary{background:#eee;border:1px solid #ccc;color:#333;font-size:1.4rem;line-height:1.6rem;padding:7px 15px;margin:0}.review-form .action.submit.primary:focus,.review-form .action.submit.primary:active{background:#e2e2e2;border:1px solid #ccc;color:#333}.review-form .action.submit.primary:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}.review-form .actions-toolbar .actions-primary{padding:0}.fieldset .review-legend.legend{border-bottom:0;line-height:1.3;margin-bottom:20px;padding:0}.fieldset .review-legend.legend span{margin:0}.fieldset .review-legend.legend strong{display:block;font-weight:600}.fieldset .review-field-ratings>.label{font-weight:600;margin-bottom:10px;padding:0}.review-control-vote label:before,.review-control-vote:before{font-size:32px;height:32px;letter-spacing:10px;line-height:32px}.review-field-rating .label{font-weight:600}.review-field-rating .control{margin-bottom:48px;margin-top:10px}.review-list{margin-bottom:30px}.review-list .block-title strong{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.review-item{border-bottom:1px solid #c9c9c9;margin:0;padding:20px 0}.review-item:after{clear:both;content:'';display:table}.review-item:last-child{border-width:0}.review-ratings{display:table;margin-bottom:10px;max-width:100%}.review-author{display:inline}.review-author .review-details-value{font-weight:400}.review-date{display:inline}.review-title{font-weight:600;line-height:1.1;font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;margin:0 0 20px}.review-content{margin-bottom:20px}.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:20px}.product-reviews-summary{margin-bottom:5px}.products.wrapper.list .product-reviews-summary{margin:0 auto}.product-reviews-summary .rating-summary{display:inline-block;vertical-align:middle}.product-reviews-summary .reviews-actions{display:inline-block;font-size:11px;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:20px}.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:5px}.block-reviews-dashboard .rating-summary .label{font-weight:600;margin-right:10px;vertical-align:middle}.table-reviews .product-name,.block-reviews-dashboard .product-name{font-weight:400}.table-reviews .rating-summary{display:inline-block;vertical-align:baseline}.customer-review .product-media{float:left;margin-right:3%;max-width:285px;width:30%}.customer-review .review-details{margin:0}.customer-review .review-details .customer-review-rating{margin-bottom:20px}.customer-review .review-details .customer-review-rating .item{margin-bottom:10px}.customer-review .review-details .customer-review-rating .item:last-child{margin-bottom:0}.customer-review .review-details .review-title{line-height:1.1;font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;font-weight:600;margin-bottom:20px}.customer-review .review-details .review-content{margin:0;margin-bottom:20px}.customer-review .review-details .review-date{color:#a6a6a6}.block-reward-info .reward-balance{font-size:1.8rem;margin-bottom: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:25px}.block-reward-info .reward-rates .title,.block-reward-info .reward-limit .title,.block-reward-info .reward-expiring .title{display:inline-block;margin-bottom:10px}.order-details-items.rma .order-title{display:none}.order-details-items.rma .order-title+.toolbar{display:none}.form-create-return .additional:first-child{margin-top:0}.form-create-return .field.comment{margin-top:55px}.table-wrapper.table-returns .returns-details.hidden{display:none}.block-returns-comments .returns-comments dt,.block-returns-comments .returns-comments dd{margin:0}.block-returns-comments .returns-comments dt{font-weight:400}.block-returns-comments .returns-comments dd{margin-bottom:15px}.block-returns-comments .returns-comments dd:last-child{margin-bottom:0}.block-returns-comments .fieldset{margin-bottom:20px}.magento-rma-guest-create .order-links .item a{line-height:1.42857143;margin:0 30px 0 0;padding:0;color:#006bb4;text-decoration:none;background:none;border:0;display:inline}.magento-rma-guest-create .order-links .item a:visited{color:#006bb4;text-decoration:none}.magento-rma-guest-create .order-links .item a:hover{color:#006bb4;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:#006bb4;opacity:.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:40px;margin:0 0 -1px}.order-links .item strong{background:#fff;border:1px solid #ccc;display:block;font-weight:400;padding:0 20px}.order-links .item a{background:#f6f6f6;color:#6d6d6d;border:1px solid #ccc;display:block;font-weight:400;padding:0 20px}.order-links .item a:hover{background:#fff;text-decoration:none}.order-details-items{border:1px solid #ccc;margin-bottom:40px;padding:10px}.order-details-items .order-title{border-bottom:1px solid #ccc;padding:0 0 10px}.order-details-items .order-title>strong{font-size:2.4rem;font-weight:300}.order-details-items .order-title .action{display:inline-block}.order-details-items .table-wrapper{margin:0}.order-details-items .table-wrapper+.actions-toolbar{display:none}.order-details-items .table-wrapper:not(:last-child){margin-bottom:30px}.order-details-items .table-wrapper.order-items-shipment{overflow:visible}.order-details-items .table-order-items>thead>tr>th{border-bottom:1px solid #ccc}.order-details-items .table-order-items tbody+tbody{border-top:1px solid #ccc}.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:#333}.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:1.8rem}.order-details-items .items-qty .item{white-space:nowrap}.order-details-items .items-qty .title:after{content:': '}.order-details-items .pages-items .item:first-child,.order-details-items .pages-items .item:last-child{margin-right:0}.block-order-details-comments{margin:0 0 40px}.block-order-details-comments .comment-date{font-weight:600}.block-order-details-comments .comment-content{line-height:1.6;margin:0 0 20px}.block-order-details-view .block-content .box{margin-bottom:30px}.block-order-details-view .box-title{font-weight:600}.block-order-details-view .box-content .payment-method .title{font-weight:400}.block-order-details-view .box-content .payment-method .content{margin:0}.block-order-details-view .box-content .payment-method .content>strong{font-weight:400}.block-order-details-view .box-content .payment-method .content>strong:after{content:': '}.column.main .order-details-items .block-order-details-gift-message{margin:40px 0 0}.block-order-details-gift-message+.actions-toolbar{display:none}.order-tracking{margin:0;padding:20px 0}.order-title+.order-tracking{border-bottom:1px solid #ccc}.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:20px}.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'}.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:#ff5501;color:#000;font-weight:600}.block-collapsible-nav .item.current a{border-color:#ff5501}.block-collapsible-nav .item .delimiter{border-top:1px solid #d1d1d1;display:block;margin:10px 1.8rem}body{background-color:#fff}.page-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.page-main{-webkit-flex-grow:1;flex-grow:1}.page-main>.page-title-wrapper .page-title{hyphens:auto}.page-header{border-bottom:1px solid #ccc;margin-bottom:20px}.page-header .panel.wrapper{background-color:#6e716e;color:#fff}.header.panel>.header.links{margin:0;padding:0;list-style:none none;float:right;font-size:0;margin-left:auto;margin-right:20px}.header.panel>.header.links>li{display:inline-block;vertical-align:top}.header.panel>.header.links>li{font-size:14px;margin:0 0 0 15px}.header.panel>.header.links>li.customer-welcome{margin:0 0 0 5px}.header.panel>.header.links>li>a{color:#fff;text-decoration:none}.header.panel>.header.links>li>a:visited{color:#fff;text-decoration:none}.header.panel>.header.links>li>a:hover{color:#fff;text-decoration:underline}.header.panel>.header.links>li>a:active{color:#fff;text-decoration:underline}.header.content{padding-top:10px;position:relative}.logo{float:left;margin:0 0 10px 40px;max-width:50%;position:relative;z-index:5}.logo img{display:block;height:auto}.page-print .logo{display:inline-block;float:none}.page-print .nav-toggle{display:none}.page-main>.page-title-wrapper .page-title+.action{margin-top:30px}.action.skip:focus{background:#f0f0f0;padding:10px;box-sizing:border-box;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:15}.action-skip-wrapper{height:0;position:relative}.message.global p{margin:0}.message.global.noscript,.message.global.cookie{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#ffee9c;border-color:#d6ca8e;color:#333;margin:0}.message.global.noscript a,.message.global.cookie a{color:#006bb4}.message.global.noscript a:hover,.message.global.cookie a:hover{color:#006bb4}.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:10px}.message.global.demo{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#ff0101;border-color:none;color:#fff;margin-bottom:0;text-align:center}.message.global.demo a{color:#006bb4}.message.global.demo a:hover{color:#006bb4}.message.global.demo a:active{color:#ff5501}.page-footer{margin-top:25px}.footer.content{border-top:1px solid #cecece;padding-top:20px}.footer.content .links>li{background:#f4f4f4;font-size:1.6rem;border-top:1px solid #cecece;margin:0 -15px;padding:0 15px}.footer.content .links a,.footer.content .links strong{display:block;padding:10px 0}.footer.content .links strong{color:#a6a6a6;font-weight:normal}.footer.content .links a{color:#575757;text-decoration:none}.footer.content .links a:visited{color:#575757;text-decoration:none}.footer.content .links a:hover{color:#333;text-decoration:underline}.footer.content .links a:active{color:#333;text-decoration:underline}.copyright{background-color:#6e716e;color:#fff;box-sizing:border-box;display:block;padding:10px;text-align:center}.page-header .panel.wrapper .switcher .options,.page-footer .switcher .options{display:inline-block;position:relative}.page-header .panel.wrapper .switcher .options:before,.page-footer .switcher .options:before,.page-header .panel.wrapper .switcher .options:after,.page-footer .switcher .options:after{content:'';display:table}.page-header .panel.wrapper .switcher .options:after,.page-footer .switcher .options:after{clear:both}.page-header .panel.wrapper .switcher .options .action.toggle,.page-footer .switcher .options .action.toggle{padding:0;cursor:pointer;display:inline-block;text-decoration:none}.page-header .panel.wrapper .switcher .options .action.toggle>span,.page-footer .switcher .options .action.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.page-header .panel.wrapper .switcher .options .action.toggle:after,.page-footer .switcher .options .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:22px;color:inherit;content:'\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 .panel.wrapper .switcher .options .action.toggle:hover:after,.page-footer .switcher .options .action.toggle:hover:after{color:inherit}.page-header .panel.wrapper .switcher .options .action.toggle:active:after,.page-footer .switcher .options .action.toggle:active:after{color:inherit}.page-header .panel.wrapper .switcher .options .action.toggle.active,.page-footer .switcher .options .action.toggle.active{display:inline-block;text-decoration:none}.page-header .panel.wrapper .switcher .options .action.toggle.active>span,.page-footer .switcher .options .action.toggle.active>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.page-header .panel.wrapper .switcher .options .action.toggle.active:after,.page-footer .switcher .options .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:22px;color:inherit;content:'\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 .panel.wrapper .switcher .options .action.toggle.active:hover:after,.page-footer .switcher .options .action.toggle.active:hover:after{color:inherit}.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,.page-footer .switcher .options .action.toggle.active:active:after{color:inherit}.page-header .panel.wrapper .switcher .options ul.dropdown,.page-footer .switcher .options ul.dropdown{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;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 .panel.wrapper .switcher .options ul.dropdown li,.page-footer .switcher .options ul.dropdown li{margin:0;padding:0}.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,.page-footer .switcher .options ul.dropdown li:hover{background:#e8e8e8;cursor:pointer}.page-header .panel.wrapper .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before,.page-header .panel.wrapper .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.page-header .panel.wrapper .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.page-header .panel.wrapper .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.page-header .panel.wrapper .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before{left:10px;top:-12px}.page-header .panel.wrapper .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{left:9px;top:-14px}.page-header .panel.wrapper .switcher .options.active,.page-footer .switcher .options.active{overflow:visible}.page-header .panel.wrapper .switcher .options.active ul.dropdown,.page-footer .switcher .options.active ul.dropdown{display:block}.page-header .panel.wrapper .switcher .options ul.dropdown a,.page-footer .switcher .options ul.dropdown a{color:#333;text-decoration:none;display:block;padding:8px}.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,.page-footer .switcher .options ul.dropdown a:visited{color:#333;text-decoration:none}.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,.page-footer .switcher .options ul.dropdown a:hover{color:#333;text-decoration:none}.page-header .panel.wrapper .switcher .options ul.dropdown a:active,.page-footer .switcher .options ul.dropdown a:active{color:#333;text-decoration:none}.page-header .panel.wrapper .switcher strong,.page-footer .switcher strong{font-weight:400}.page-header .panel.wrapper .switcher .options ul.dropdown{right:0}.page-header .panel.wrapper .switcher .options ul.dropdown:before{left:auto;right:10px}.page-header .panel.wrapper .switcher .options ul.dropdown:after{left:auto;right:9px}.sidebar .widget.block:not(:last-child),.sidebar .widget:not(:last-child){margin-bottom:40px}.widget{clear:both}.page-header .widget.block,.page-footer .widget.block{margin:20px 0}.page-header .links .widget.block,.page-footer .links .widget.block{margin:0}.ui-datepicker td{padding:0}.ui-tooltip{background:#fff;border:1px solid #bbb;padding:10px}.cookie-status-message{display:none}.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:#006bb4;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:.5}.my-credit-cards .action.delete:visited{color:#006bb4;text-decoration:none}.my-credit-cards .action.delete:hover{color:#006bb4;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:#006bb4;opacity:.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:#006bb4;text-decoration:none;background:none;border:0;display:inline;margin-right:20px}.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:.5}.my-credit-cards-popup .action.secondary:visited{color:#006bb4;text-decoration:none}.my-credit-cards-popup .action.secondary:hover{color:#006bb4;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:#006bb4;opacity:.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 #ccc}.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 #ccc}.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 #ccc}.account .table-wrapper .data.table.wishlist .product.name{display:inline-block;margin-bottom:10px}.account .table-wrapper .data.table.wishlist .box-tocart{margin:10px 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:10px 0}.account .table-wrapper .data.table.wishlist .input-text.qty{margin-bottom:10px}.account .table-wrapper .data.table.wishlist .action.primary{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: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:10px}.products-grid.wishlist .product-item-name{margin-top:0}.products-grid.wishlist .product-item .price-box{margin:0}.products-grid.wishlist .product-item-comment{display:block;height:42px;margin:10px 0}.products-grid.wishlist .product-item-actions>*{margin-right:15px}.products-grid.wishlist .product-item-actions>*:last-child{margin-right:0}.products-grid.wishlist .product-item-actions .action.edit,.products-grid.wishlist .product-item-actions .action.delete{display:inline-block;text-decoration:none}.products-grid.wishlist .product-item-actions .action.edit>span,.products-grid.wishlist .product-item-actions .action.delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.products-grid.wishlist .product-item-actions .action.edit:before,.products-grid.wishlist .product-item-actions .action.delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#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:#333}.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'}.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}.mst-product_kit__kitList{background:#f5f5f5;padding:2.2rem;position:relative;clear:both;margin-bottom:10px}.mst-product_kit__kitList .kitList-list{display:block}.mst-product_kit__kitList .kitList-list .kitList-list-item{display:none}.mst-product_kit__kitList .kitList-list .kitList-list-item._active{display:block}.mst-product_kit__kitList .kitList-paging{display:flex;align-items:center;justify-content:center;margin-top:2rem}.mst-product_kit__kitList .kitList-paging .kitList-page{user-select:none;margin:.5rem;width:1.5rem;height:1.5rem;border-radius:1.5rem;background:#c7c7c7;cursor:pointer}.mst-product_kit__kitList .kitList-paging .kitList-page._active{background:#ff5500}.mst-product_kit__kitList .kitList-prev,.mst-product_kit__kitList .kitList-next{height:6rem;width:1.5rem;position:absolute;top:calc(50% - 30px);background:#fff;background-repeat:no-repeat;background-size:1.2rem 2rem;background-position:center;cursor:pointer;user-select:none}.mst-product_kit__kitList .kitList-prev{left:0;background-image:url("data:image/svg+xml,%0A%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='iconfinder_next_308956' transform='translate(1.000000, 1.000000)' stroke-width='2' stroke='%23c0c0c0'%3E%3Cpolyline id='Shape' transform='translate(5.000000, 9.000000) scale(-1, 1) translate(-5.000000, -9.000000) ' points='0.5 0 9.5 9 0.5 18'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.mst-product_kit__kitList .kitList-next{right:0;background-image:url("data:image/svg+xml,%0A%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='iconfinder_next_308956' transform='translate(1.000000, 1.000000)' stroke-width='2' stroke='%23c0c0c0'%3E%3Cpolyline id='Shape' points='0.5 0 9.5 9 0.5 18'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.mst-product_kit__kit{margin-bottom:2.2rem}.mst-product_kit__kit:last-child{margin-bottom:0}.mst-product_kit__kit .kit-heading{margin-top:0;margin-bottom:1.5rem}.mst-product_kit__kit .kit-inner{background:#ffffff;border:1px solid #e9e9e9;border-radius:.3rem}.mst-product_kit__kit .kit-inner .kit-list{overflow:auto;list-style:none;padding:0;margin:0;display:flex}.mst-product_kit__kit .kit-inner .kit-footer{padding:1rem;border-top:1px solid #e9e9e9;display:flex;align-items:center}.mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price{margin-left:auto;margin-right:2rem;display:flex;align-items:center}.mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price .kit-footer-price-item{font-size:1.8rem;font-weight:bold}.mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price .kit-footer-price-item._oldPrice{margin-right:1rem;text-decoration:line-through;color:#a6a5a5;font-weight:normal;font-size:1.6rem}.mst-product_kit__kit .kit-inner .kit-footer button{font-size:1.8rem;padding:1.5rem 3rem;font-weight:bold}.mst-product_kit__kit .kit-inner .kit-footer-cart{display:none}.mst-product_kit__kit .kit-inner .kit-footer-cart .kit-footer-cart-footer{padding-top:1rem;border-top:1px solid #e9e9e9;text-align:right}.mst-product_kit__kit._cart .kit-list{opacity:0.5}.mst-product_kit__kit._cart .kit-footer{display:none}.mst-product_kit__kit._cart .kit-footer-cart{display:block}.mst-product_kit__cart-list{display:flex;flex-wrap:wrap}.mst-product_kit__cart-list .mst-product_kit__cart-item{max-width:50%;min-width:50%;box-sizing:border-box;margin-bottom:2rem;padding:1rem}.mst-product_kit__cart-list .mst-product_kit__cart-item .messages{margin-bottom:1rem;background:#f5f5f5;padding:1rem}.mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper{flex-grow:1;display:flex}.mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper .cart-item-image{flex-shrink:0;min-width:13rem;max-width:100%;margin-right:2rem}.mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper .cart-item-inner{display:flex;flex-direction:column}.mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper .cart-item-inner .cart-item-name{display:block;margin-bottom:1rem;font-weight:600;color:#333333}.mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper .cart-item-inner .price-box .price{font-weight:bold}.mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper .cart-item-inner .price-box.kit-item-oldPrice .price{font-size:90%;color:#a6a5a5;text-decoration:line-through;margin-right:.5rem}.mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper .cart-item-inner .kit-item-newPrice .price-box .price{font-weight:bold;font-size:110%}.mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper .cart-item-inner .kit-item-newPrice._discounted{color:#f84147}.mst-product_kit__cart-list .mst-product_kit__cart-item:last-child{border-right:none}.kit-item{margin:0;display:flex;flex-grow:1;flex-basis:0;border-right:1px solid #e9e9e9}.kit-item .kit-item-outline{padding:4rem 3rem;position:relative;margin:3px;width:100%;display:none}.kit-item .kit-item-outline.active{display:flex}.kit-item .kit-item-outline .kit-item-image{flex-shrink:0;min-width:13rem;max-width:13rem;margin-right:2rem}.kit-item .kit-item-outline .kit-item-image img{border-radius:.3rem;max-width:100%}.kit-item .kit-item-outline .kit-item-inner{display:flex;flex-direction:column}.kit-item .kit-item-outline .kit-item-inner .kit-item-name{display:block;margin-bottom:1rem;font-weight:600;color:#333333;min-width:13rem;max-height:6rem;overflow:hidden;text-overflow:ellipsis}.kit-item .kit-item-outline .kit-item-inner .kit-item-prices{display:flex;align-items:center}.kit-item .kit-item-outline .kit-item-inner .kit-item-prices .price-label{display:none}.kit-item .kit-item-outline .kit-item-inner .kit-item-prices .kit-item-oldPrice{font-size:90%;color:#a6a5a5;text-decoration:line-through;margin-right:.5rem}.kit-item .kit-item-outline .kit-item-inner .kit-item-prices .kit-item-newPrice .price-box .price{font-weight:bold;font-size:110%}.kit-item .kit-item-outline .kit-item-inner .kit-item-prices .kit-item-newPrice._discounted{color:#f84147}.kit-item .kit-item-outline .kit-item-inner .product-reviews-summary{display:flex;flex-wrap:wrap;flex-direction:column;align-items:baseline;margin-bottom:1rem}.kit-item .kit-item-outline .kit-item-checkbox{position:absolute;top:.5rem;left:.5rem}.kit-item .kit-item-outline .kit-item-checkbox input[type=checkbox]{position:relative;-webkit-appearance:none;-moz-appearance:none;background:#ffffff;width:20px;height:20px;display:inline-block;border:1px solid #e9e9e9;border-radius:2px;cursor:pointer;margin:0}.kit-item .kit-item-outline .kit-item-checkbox input[type=checkbox]:checked{background-color:#ff5501;border:1px solid #ff5501}.kit-item .kit-item-outline .kit-item-checkbox input[type=checkbox]:checked:before{content:"";position:absolute;width:3px;height:12px;background-color:#ffffff;left:10px;top:4px;transform:rotate(45deg);margin:0;padding:0}.kit-item .kit-item-outline .kit-item-checkbox input[type=checkbox]:checked:after{content:"";position:absolute;width:3px;height:9px;background-color:#ffffff;left:4px;top:6px;transform:rotate(-45deg);margin:0;padding:0}.kit-item .kit-item-outline .kit-item-qty{text-align:center;background:#ff0101;color:#ffffff;border-radius:.3rem;padding:.2rem .5rem;font-size:1.3rem;margin-right:5px}.kit-item .kit-item-outline .kit-item-qty:empty{display:none}.kit-item .kit-item-outline .kit-item-discount{position:absolute;right:.5rem;top:.5rem;background:#ff0101;color:#ffffff;border-radius:.3rem;padding:.2rem .5rem;font-size:1.3rem}.kit-item .kit-item-outline .kit-item-discount:empty{display:none}.kit-item .kit-item-outline .kit-item-icon-plus{width:50px;height:50px;position:absolute;background:#ffffff;right:-28px;top:50%;margin-top:-25px;z-index:1}.kit-item .kit-item-outline .kit-item-icon-plus i{width:30px;height:30px;position:absolute;top:10px;left:10px}.kit-item .kit-item-outline .kit-item-icon-plus i:before{position:absolute;content:"";width:30px;height:2px;background:#1979c3;left:0;top:14px}.kit-item .kit-item-outline .kit-item-icon-plus i:after{position:absolute;content:"";width:2px;height:30px;background:#1979c3;left:14px;top:0}.kit-item._last{border-right:0}.kit-item._last .kit-item-icon-plus{display:none}.kit-item._highlight .kit-item-outline{outline:3px solid #e2f2ff}.kit-item._disabled .kit-item-image,.kit-item._disabled .kit-item-inner,.kit-item._disabled .kit-item-discount,.kit-item._disabled .kit-item-qty{opacity:.3}.kit-item._hasVariations .itemsSet-pager{position:absolute;left:50%;cursor:pointer}.kit-item._hasVariations .itemsSet-pager.up{top:.5rem;transform:rotate(90deg)}.kit-item._hasVariations .itemsSet-pager.down{bottom:.5rem;transform:rotate(270deg)}.kit-item._hasVariations .itemsSet-pager .arrow{width:12px;height:20px;background-image:url("data:image/svg+xml,%0A%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='iconfinder_next_308956' transform='translate(1.000000, 1.000000)' stroke-width='2' stroke='%23c0c0c0'%3E%3Cpolyline id='Shape' transform='translate(5.000000, 9.000000) scale(-1, 1) translate(-5.000000, -9.000000) ' points='0.5 0 9.5 9 0.5 18'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}@media only screen and (max-width:768px){.mst-product_kit__kit .kit-inner .kit-list{flex-wrap:wrap}.mst-product_kit__kit .kit-inner .kit-list .kit-item-icon-plus{display:none}.kit-item .kit-item-outline,.kit-item._highlight .kit-item-outline{padding:3rem 0;width:100%;margin:0}.mst-product_kit__cart-list .mst-product_kit__cart-item{max-width:100%;min-width:100%}.mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper{display:block}}.block-banners .banner-item,.block-banners-inline .banner-item{display:block}.block-banners .banner-item-content,.block-banners-inline .banner-item-content{margin-bottom:20px}.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:20px}.block-product-link-inline.widget{margin:0}.block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 2%) / 2)}.block.widget .products-grid .product-item:nth-child(2n + 1){margin-left:0}.block.widget .product-item-info{width:auto}.block.widget .pager{padding:0}.block.widget .pager .toolbar-amount{float:none;font-size:1.2rem}.block.widget .pager .pages-item-previous{padding-left:0}.block.widget .pager .pages-item-next{position:relative}.block.widget .pager .items{white-space:nowrap}.columns .block-event{position:relative;z-index:2}.block-event .block-content{position:relative}.block-event .block-content>.action{cursor:pointer;margin-top:-6px;position:absolute;top:50%;z-index:3}.block-event .block-content>.action.backward,.block-event .block-content>.action.forward{opacity:.5;overflow:hidden;width:20px;display:inline-block;text-decoration:none}.block-event .block-content>.action.backward>span,.block-event .block-content>.action.forward>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-event .block-content>.action.backward:before,.block-event .block-content>.action.forward:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:55px;line-height:30px;color:inherit;content:'\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:1.8rem;padding:15px 5px 0;word-break:break-all}.block-event .slider-panel .slider .item .ticker{margin:0;padding:0;list-style:none none}.block-event .slider-panel .slider .item .ticker li{display:none;margin:0 5px}.block-event .slider-panel .slider .item .ticker .value{font-size:2.6rem;font-weight:300}.block-event .slider-panel .slider .item .ticker .label{display:block;font-size:1.3rem}.block-event .slider-panel .slider .item .dates{font-weight:300}.block-event .slider-panel .slider .item .dates .start,.block-event .slider-panel .slider .item .dates .end,.block-event .slider-panel .slider .item .dates .date{display:block}.block-event .slider-panel .slider .item .dates .start:after{font-size:1.8rem;content:'\2013';display:block}.block-event .slider-panel .slider .item .dates .date{font-size:1.8rem;font-weight:300}.block-event .slider-panel .slider .item .dates .time{font-size:1.3rem}.block-event .slider-panel .slider .item .box-event .box-content{padding:5px 0 10px}.block-event .slider-panel .slider .item .box-event .box-title{display:block;font-weight:300;margin:10px 0 0}.block-event .slider-panel .slider .item .action.show{display:block;padding:0}.block-event .slider-panel .slider .item .action.show .category.name{display:inline-block;padding:30px 10px 0}.block-event .slider-panel .slider .item .action.show img{display:block}.block-event .slider-panel .slider .item .action.event{background-image:none;background:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:'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:#006bb4;border:1px solid #006bb4;color:#fff}.block-event .slider-panel .slider .item .action.event:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.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:.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:20px}.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:20px 0 0}.block-cms-hierarchy-link.widget{display:block;margin-bottom:20px}.block-cms-hierarchy-link-inline.widget{margin:0}.sidebar .block-addbysku .fieldset{margin:0}.sidebar .block-addbysku .fieldset .fields{position:relative}.sidebar .block-addbysku .fieldset .fields .field{display:inline-block;margin-bottom:10px;vertical-align:top}.sidebar .block-addbysku .fieldset .fields .field.sku{margin-right:-85px;padding-right:90px;width:100%}.sidebar .block-addbysku .fieldset .fields .field.qty .qty+.mage-error{width:80px}.sidebar .block-addbysku .fieldset .fields .actions-toolbar{position:absolute;right:0;top:7px}.sidebar .block-addbysku .form-addbysku .actions-toolbar{margin-bottom:20px}.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:20px 0 0}.sidebar .block-addbysku .action.reset{display:block;margin:10px 0}.sidebar .block-addbysku .action.remove{display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.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:#999;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:.5}@media only screen and (max-width:768px){.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}}@media only screen and (max-width:767px){.abs-visually-hidden-mobile-m{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-mobile-m:before,.abs-add-clearfix-mobile-m:after,.account .column.main .block:not(.widget) .block-title:before,.account .column.main .block:not(.widget) .block-title:after{content:'';display:table}.abs-add-clearfix-mobile-m:after,.account .column.main .block:not(.widget) .block-title:after{clear:both}.abs-toggling-title-mobile,.block-wishlist-management .wishlist-select .wishlist-name,.block-collapsible-nav .title{border-top:1px solid #ccc;cursor:pointer;margin-bottom:0;position:relative;border-bottom:1px solid #ccc;padding:10px 40px 10px 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:20px;top:10px}.abs-toggling-title-mobile:after,.block-wishlist-management .wishlist-select .wishlist-name:after,.block-collapsible-nav .title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:inherit;content:'\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:-10px;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:10px;left:auto;top:0}.abs-checkout-tooltip-content-position-top-mobile:before,.field-tooltip .field-tooltip-content:before{border-bottom-color:#666}.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 .3s;-moz-transition:left .3s;-ms-transition:left .3s;transition:left .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:5px}.nav-sections .switcher:last-child{border-bottom:1px solid #d1d1d1}.nav-sections .switcher-trigger strong{display:block;text-decoration:none;position:relative}.nav-sections .switcher-trigger strong:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:42px;line-height:inherit;color:inherit;content:'\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:10px 0}.nav-sections .switcher-options.active .switcher-dropdown{display:block}.nav-sections .header.links{margin:0;padding:0;list-style:none none;border-bottom:1px solid #d1d1d1}.nav-sections .header.links li{font-size:1.6rem;margin:0}.nav-sections .header.links li.greet.welcome{border-top:1px solid #d1d1d1;font-weight:700;padding:.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:.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 .3s;-moz-transition:left .3s;-ms-transition:left .3s;transition:left .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:#e3e3e3;border:solid #d7d7d7;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: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:#f0f0f0;box-sizing:border-box}.navigation ul{margin:0;padding:0}.navigation li{margin:0}.navigation a{display:block;padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:15px}.navigation a,.navigation a:hover{color:#575757;text-decoration:none}.navigation .level0{border-top:1px solid #d1d1d1;font-size:1.6rem}.navigation .level0>.level-top{font-weight:700;padding:8px 40px 8px 15px;text-transform:uppercase;word-wrap:break-word}.navigation .level0>.level-top:hover{color:#333}.navigation .level0.active .all-category .ui-state-focus{border-color:#ff5501;border-style:solid;border-width:0 0 0 8px;color:#333;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:#ff5501;border-style:solid;border-width:0 0 0 8px;color:#333}.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:#333}.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 .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:#333}.navigation .submenu:not(:first-child).expanded{display:block !important;padding-right:0;top:0 !important}.navigation .submenu:not(:first-child) .active>a{border-color:#ff5501;border-style:solid;border-width:0 0 0 8px;color:#333;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 .3s ease-in-out;transition:transform .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:#fff;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 .3s ease-in-out;transition:transform .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:14px;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}.review-items .pros-cons{display:block}.review-items .pros-container,.review-items .cons-container{width:100%}.widget-flex-grid-sizer{width:1%}.photoreview-items{width:calc((100% - 15px)/2)}.ub-nav-sticky.sticky-fired .header.content .block-search{display:block;margin-top:5px}.ub-nav-sticky.sticky-fired .header.content .block-search .control{border-top:0}.ub-sidebar-mega-menu .drilldown-root li.mega>.mega.has-child span.menu-title:after{right:0}.ub-sidebar-mega-menu .accordion-root>li.mega.has-child>.mega span.menu-title:after{right:0}.page-footer .level0>li.mega{width:100%;border-bottom:0}.page-footer .level0>li.mega.dynamic-width{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.page-footer .level0>li.mega .mega-col{width:100% !important;margin-bottom:10px}.page-footer .level0>li.mega .menu-group-link{display:none}.contact-index-index .column:not(.sidebar-main) .form.contact{float:none;width:100%}.contact-index-index .column:not(.sidebar-additional) .form.contact{float:none;width:100%}.block-cart-failed .block-title{margin:0 20px 20px}.catalog-product-view .column.main{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.catalog-product-view .product.media{-ms-flex-order:-1;-webkit-order:-1;order:-1}.compare.wrapper{display:none}.catalog-product_compare-index .columns .column.main{flex-basis:inherit}.block-search{margin-top:10px}.cart-container .form-cart .actions.main{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-align-items:center;align-items:center}.cart-container .form-cart .actions.main .clear,.cart-container .form-cart .actions.main .continue{margin:0 0 25px 0}.cart-discount{border-bottom:1px solid #ccc}.cart.table-wrapper{border-top:1px solid #ccc}.cart.table-wrapper thead .col.item,.cart.table-wrapper thead .col.qty,.cart.table-wrapper thead .col.price,.cart.table-wrapper thead .col.subtotal,.cart.table-wrapper thead .col.msrp{display:none}.cart.table-wrapper .col.qty,.cart.table-wrapper .col.price,.cart.table-wrapper .col.subtotal,.cart.table-wrapper .col.msrp{box-sizing:border-box;display:block;float:left;white-space:nowrap;width:33%}.cart.table-wrapper .col.qty[data-th]:before,.cart.table-wrapper .col.price[data-th]:before,.cart.table-wrapper .col.subtotal[data-th]:before,.cart.table-wrapper .col.msrp[data-th]:before{content:attr(data-th);display:block;font-weight:600;padding-bottom:10px}.cart.table-wrapper .col.msrp{white-space:normal}.cart.table-wrapper .item .col.item{padding-bottom:0}.cart.table-wrapper tbody>tr>td:last-child{border:0}.cart-totals{padding-left:15px;padding-right:15px}.cart-totals .table-wrapper{border-top:0}.cart-totals .totals tbody>tr:not(:last-child)>td:last-child{border:0}.cart.table-wrapper .col.price,.order-items.table-wrapper .col.price,.cart.table-wrapper .col.qty,.order-items.table-wrapper .col.qty,.cart.table-wrapper .col.subtotal,.order-items.table-wrapper .col.subtotal,.cart.table-wrapper .col.msrp,.order-items.table-wrapper .col.msrp{text-align:left}.minicart-wrapper{margin-top:10px}.minicart-wrapper:before,.minicart-wrapper:after{content:'';display:table}.minicart-wrapper:after{clear:both}.minicart-wrapper .product .actions{float:left;margin:10px 0 0 0}.minicart-wrapper .update-cart-item{float:right;margin-left:0}.checkout-index-index .modal-popup .modal-footer .action-save-address{width:100%}.checkout-index-index .modal-popup .modal-footer .action-hide-popup{margin-top:20px}.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.checkout-payment-method .payment-methods{margin:0 -15px}.checkout-payment-method .step-title{padding-left:15px;padding-right:15px}.checkout-payment-method .payment-method-title{padding:15px}.checkout-payment-method .payment-method-content{padding:0 15px 20px}.checkout-payment-method .checkout-billing-address .action-cancel{margin-top:10px}.checkout-payment-method .payment-option{margin:0 -15px}.checkout-payment-method .payment-option .payment-option-title{padding:15px}.checkout-payment-method .payment-option .payment-option-content{padding:0 15px 20px}.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:5px}.account .column.main .block:not(.widget) .block-content .box{margin-bottom:20px}.account .column.main .block:not(.widget) .block-content .box:last-child{margin-bottom:0}.control.captcha-image .captcha-img{display:block;margin-bottom:10px}.customer-account-index .page-title-wrapper{position:relative}.form.search.advanced .field.price .with-addon .input-text{flex-basis:auto;width:100%}.cart-discount .giftcard .content{padding-bottom:35px}.cart-discount .actions-toolbar .secondary{bottom:17px}.field.open-amount{width:100%}.page-product-giftcard .product-info-main .product-info-stock-sku{display:block;padding-left:10px;text-align:left}.gift-message .actions-toolbar .action-update{font-size:2rem;padding:15px;width:100%}.gift-item-block{border-top:1px solid #c1c1c1;border-bottom:0}.gift-item-block .title:after{font-size:1.2rem;position:absolute;right:20px;top:10px}.gift-item-block .content{padding-left:1.5rem;padding-right:1.5rem}.cart.table-wrapper .gift-content{border-top:1px solid #c1c1c1;margin-right:-15px;overflow:hidden;padding-left:15px;padding-right:15px}.cart .action-gift{display:inline-block;text-decoration:none}.cart .action-gift>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cart .action-gift:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e62a';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:#333}.cart .action-gift:active:after{color:#757575}.cart .action-gift._active{border:1px solid #c1c1c1;border-bottom-color:#fff;margin:-5px 14px -1px -15px;padding:4px 10px 9px 14px}.cart .action-gift._active:after{color:#333}.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:'\e62b';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:#333}.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:20px;padding-bottom:10px}.gift-wrapping-list{width:100%}.gift-wrapping-summary+.gift-message-summary{padding-right:0}.gift-options-cart-item{float:left;width:100%}.gift-wrapping-preview img{width:100%}.item-actions .actions-toolbar .gift-options .gift-wrapping,.item-actions .actions-toolbar .gift-options .gift-message{display:block}.product-add-form .table-wrapper.grouped{margin-left:-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:40px}.filter.active .filter-title{border-bottom:1px solid #ccc;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:#fff;bottom:0;display:block;left:0;overflow:scroll;position:fixed;right:0;top:50px;z-index:10}.filter .filter-subtitle{font-size:20px;font-weight:300}.filter-actions{margin:-35px -10px 25px}.filter-options-content{padding:5px 10px}.filter .filter-current{border:solid #ccc;border-width:1px 0;margin:5px -10px 0}.filter .filter-current .items{display:none}.filter .filter-current-subtitle{position:relative;text-transform:uppercase;z-index:1;display:block;text-decoration:none}.filter .filter-current-subtitle:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:inherit;color:inherit;content:'\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:20px}.page-with-filter .columns .sidebar-main{-ms-flex-order:0;-webkit-order:0;order:0}.map-popup{max-width:100%}.map-old-price,.map-show-info{display:inline-block}.map-old-price:not(:last-child),.map-show-info:not(:last-child){margin-bottom:10px}.block-wishlist-management{clear:both;margin-top:-21px}.block-wishlist-management .wishlist-select{margin:0 -15px 20px}.block-wishlist-management .wishlist-select .wishlist-name{font-size:1.6rem}.block-wishlist-management .wishlist-select-items{border-bottom:1px solid #ccc;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:#333;display:block;padding:5px 18px;text-decoration:none}.block-wishlist-management .wishlist-select-items .item a:hover{background:#e8e8e8}.block-wishlist-management .wishlist-title strong{font-size:2.6rem}.block-wishlist-management .wishlist-info{margin-bottom:15px}.block-wishlist-management .wishlist-toolbar-select,.block-wishlist-management .wishlist-toolbar-actions{margin-bottom:15px}.products-grid.wishlist .product-item-checkbox{left:0;position:absolute;top:20px}.page-multiple-wishlist .products-grid.wishlist .product-item-photo{margin-left: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:40px}.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:5px}.form.send.friend .action.remove{margin-left:0;right:0;top:100%}.block-collapsible-nav{left:0;position:absolute;top:-21px;width:100%;z-index:5}.block-collapsible-nav .content{border-bottom:1px solid #ccc;display:none}.block-collapsible-nav .content.active{display:block}.customer-name,.customer-welcome+.authorization-link{display:none}.nav-sections .switcher-trigger strong:after{font-size:1.6rem;right:-25px;top:-2px}.navigation .parent .level-top:after{font-size:1.6rem;right:10px;top:7px}.page-footer .footer.content .switcher-store{background:#f4f4f4;font-size:1.6rem;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 #cecece;display:block;padding:10px 20px}.page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong{padding:10px 0}.page-footer .footer.content .switcher-store .switcher-options .switcher-option a{padding:0}.logo{margin-bottom:13px;margin-top:4px}.cms-page-view .page-main{padding-top:0;position:relative}.products-grid.wishlist{margin-bottom:30px;margin-right:0}.products-grid.wishlist .product-item{padding:20px 0 20px 0;position:relative}.products-grid.wishlist .product-item-photo{float:left;margin-right:20px}.products-grid.wishlist .product-item-name{font-size:1.6rem}.products-grid.wishlist .product-item-actions{display:block;float:left}.products-grid.wishlist .product-item-actions .action{margin-right:15px}.products-grid.wishlist .product-item-actions .action:last-child{margin-right:0}.products-grid.wishlist .product-item-actions .action.edit,.products-grid.wishlist .product-item-actions .action.delete{margin-top:7px}.products-grid.wishlist .product-item-name,.products-grid.wishlist .product-item-description,.products-grid.wishlist .product-item .price-box,.products-grid.wishlist .product-item-tooltip{margin-left:95px}.products-grid.wishlist .product-item .box-tocart{float:left;margin-right:20px}.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:#333}.cart.table-wrapper .towishlist:active:before{color:#757575}.cart.table-wrapper .towishlist:before{overflow:visible}.sidebar .block-viewed-products-grid .products-grid .product-item{margin-left:2%;width:calc((100% - 2%) / 2)}.sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1){margin-left:0}.sidebar .block-viewed-products-grid .products-grid .product-item-photo{display:block;position:relative}.sidebar .block-viewed-products-grid .products-grid .product-item-details{margin:0}.sidebar .block-viewed-products-grid .products-grid .product-item-info{text-align:center}}@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 #ccc}.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:10px}.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:10px 0 0}.abs-product-items-summary tbody .col:last-child{padding-bottom:10px}.abs-product-items-summary tfoot .mark{padding-bottom:5px;text-align:left}.abs-product-items-summary tfoot .amount{padding-top:0;text-align:left}.abs-product-items-summary tfoot .grand.totals{font-size:1.6rem}.abs-product-items-summary tfoot .grand.totals .mark{padding-bottom:0;padding-top:5px}.abs-product-items-summary tfoot .grand.totals .amount{padding-bottom:10px;padding-top:0}.abs-product-items-summary tfoot .grand.totals .amount strong{border-top:none}.abs-account-table-margin-mobile,.table-wrapper.balance-history,.table-wrapper.reward-history,.table-wrapper.orders-recent{margin-top:-20px}.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:-10px 0 10px}.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 #ccc;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:5px 10px}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td[data-th]:before,.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th[data-th]:before{padding-right:10px;content:attr(data-th) ': ';display:inline-block;color:#111;font-weight:700}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr>th{background-color:#f6f6f6}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:first-child{padding-top:15px}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:last-child{border-bottom:1px solid #ccc;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 5px}.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:20px}.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.6rem}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount{padding-bottom:10px}.data-table-definition-list thead{display:none}.data-table-definition-list tbody th{padding-bottom:0}.data-table-definition-list tbody th,.data-table-definition-list tbody td{display:block;padding-left:0;padding-right:0}.pages .pages-items{display:block;padding:2px 40px 0;position:relative;white-space:normal;z-index:1}.pages-item-previous{left:0;position:absolute;top:0;z-index:1}.pages-item-next{position:absolute;right:0;top:0;z-index:1}.magenest .review-item .photoreview-left{width:200px;margin-right:15px}.magenest .review-item .photoreview-left .photo-item:first-child .image-item{height:200px}.magenest .review-item .photoreview-left~.photoreview-right{max-width:calc(100% - 215px)}.magenest .review-item .photoreview-right .review-author .review-details-value{font-size:20px;font-weight:bold}.magenest .review-item .photoreview-right .review-date{margin:8px 0}.magenest .review-item .photoreview-right .review-date .review-details-value{font-size:14px;font-weight:400;color:#7a7a7a;letter-spacing:0.1px}.magenest .review-item .photoreview-right .review-ratings{float:none;margin:8px 0}.magenest .review-item .photoreview-right .review-ratings .rating-label{display:none}.magenest .review-item .photoreview-right .review-content{margin:8px 0}.review-items .pros-cons{display:block;margin:0}.review-items .photo-review.photo-items{margin:15px 0;width:100%;justify-content:center}.review-items .pros-container,.review-items .cons-container{width:100%}.review-items .admin-comment{margin:0}#magenest-photoreview-popup .review-popup-content{display:block;width:100%;height:auto;overflow:hidden;padding:0;background:transparent}#magenest-photoreview-popup .review-popup-content .review-image{width:100%;max-height:40vh;overflow:hidden}#magenest-photoreview-popup .review-popup-content .review-image *{max-height:40vh;overflow:hidden}#magenest-photoreview-popup .review-popup-content .review-image img{object-fit:contain}#magenest-photoreview-popup .review-popup-content .review-container{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:unset;padding:15px;flex-grow:unset}#magenest-photoreview-popup .review-popup-content .review-container.top{top:0;z-index:1;padding-top:40px}#magenest-photoreview-popup .review-popup-content .review-content.mobile{padding:0;border:0}#magenest-photoreview-popup .review-popup-content .review-content.mobile span{display:-webkit-box;display:-moz-box;margin:10px auto;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}#magenest-photoreview-popup .review-popup-content .show-more{display:block;margin-top:5px}#magenest-photoreview-popup .review-popup-content .show-more .action-show-all{background:transparent;border:0;-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset;color:#1ba8ff;padding:0}#magenest-photoreview-popup .review-popup-content .show-more .action-show-all:focus{background:transparent;border:0;color:#1ba8ff}#magenest-photoreview-popup .review-popup-content .close-content .action-close{background:transparent;border:0;-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset;color:#1ba8ff;padding:0}#magenest-photoreview-popup .review-popup-content .close-content .action-close:focus{background:transparent;border:0;color:#1ba8ff}#magenest-photoreview-popup .review-popup-content .review-image-author{color:#fff}#magenest-photoreview-popup .review-popup-content .review-image-author .review-image-time{display:block}#magenest-photoreview-popup .review-popup-content .popup-pros-cons{display:none}#magenest-photoreview-popup .review-popup-content .slick-track{height:100%;max-height:unset;align-items:center}#magenest-photoreview-popup .review-popup-content .product-name{margin:0;max-width:calc(100% - 130px)}#magenest-photoreview-popup .review-popup-content .product-name .action-view{margin:30px 0 0}#magenest-photoreview-popup .review-popup-content .product-info-container{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}#magenest-photoreview-popup .review-popup-content .product-image{margin:0 20px 0 0}.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:.5}.products-list .product-item{table-layout:fixed}.products-list .product-item-photo{padding:0 10px 10px 0;width:30%}.product-item-actions .actions-primary{display:block}.toolbar-products{margin-bottom:0}.product-info-price{margin:0 -10px 0;width:calc(100% + 2*10px) !important}.product-info-price>*:first-child{padding-left:10px}.product-info-price>*:last-child{padding-right:10px}.table-wrapper.comparison .table-comparison>tbody>tr>th,.table-wrapper.comparison .table-comparison>tbody>tr>td{display:table-cell}.cart .table.items .col.qty{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:20px -15px 15px;padding:20px 15px}.opc-wrapper .form-login+.form-shipping-address{margin-top:-15px}.opc-wrapper .shipping-address-item{border-bottom:1px solid #ccc;margin:0 0 15px;padding:0 0 15px;width:100%}.opc-wrapper .shipping-address-item.selected-item{padding:15px 35px 15px 18px;border-bottom-width:2px}.opc-wrapper .shipping-address-item.selected-item .edit-address-link{right:39px}.opc-wrapper .action-select-shipping-item{float:none;margin-top:10px;width:100%}.opc-wrapper .action-show-popup{width:100%}.opc-wrapper .methods-shipping{border-bottom:1px solid #ccc;padding-top:30px}.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:#333}.opc-wrapper .edit-address-link:active:before{color:#757575}.shipping-policy-block.field-tooltip{margin-bottom:20px;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:20px;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:25px}.table-downloadable-products .product-name{display:block;margin-bottom:5px}.page-product-downloadable .product-info-price~*:last-child:after{border-bottom:1px solid #c1c1c1;content:'';display:block;height:0;margin:25px -10px;overflow:hidden;width:auto}.table-giftregistry-items .field.choice,.table-giftregistry-items .field.qty{display:inline-block}.form-giftregistry-search .fieldset{margin-bottom:20px}.block-giftregistry-results .block-title{margin-bottom:0}.block-giftregistry-results .table-wrapper{border-top:none}.block-giftregistry-shared-items .block-title{margin-bottom:10px}.block-giftregistry-shared-items .table-wrapper{border-top:0}.table.grouped>thead>tr>th{border-bottom:1px solid #ccc;display:table-cell}.table.grouped>tbody{border-bottom:1px solid #ccc}.table.grouped>tbody>tr>td{padding:11px 10px;border:0;display:table-cell}.table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison)>tbody>tr>td:last-child{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:5px}.multicheckout .product-item-name,.multicheckout .price-including-tax,.multicheckout .price-excluding-tax{display:inline-block}.multicheckout .block-content .box:not(:last-child){margin-bottom:40px}.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:25px}.multicheckout .actions-toolbar>.primary{margin-bottom:25px;margin-right:0}.customer-review .product-name{margin-bottom:5px}.customer-review .product-reviews-summary .rating-summary{display:block;margin-bottom:5px}.form-create-return .additional .field:nth-last-child(2){margin-bottom:0}.form-create-return .additional .field:last-child{margin-top:20px}.account .column.main .returns-details-items .block-returns-tracking .block-title>.action.track{display:block;float:none;margin:10px 0 0}.table-wrapper.orders-recent .table-order-items.table tbody>tr>td.col{padding-left:0}.order-details-items thead{display:block}.order-details-items thead tr{display:block}.order-pager-wrapper{display:block}.account .table-order-items tbody tr{display:block}.account .table-order-items .product-item-name{display:inline-block;margin:0}.account .table-order-items .action.show{margin-top:0}.order-details-items .order-title strong{display:block}.order-details-items .action{margin-top:10px}.order-details-items .items-qty{display:inline-block;vertical-align:top}.order-details-items .col.price .price-including-tax,.order-details-items .col.subtotal .price-including-tax,.order-details-items .col.price .price-excluding-tax,.order-details-items .col.subtotal .price-excluding-tax{display:inline-block}.order-details-items .data.table .col.options{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.2rem;padding:0 10px}.order-details-items .options-label+.item-options-container .col:first-child,.order-details-items .item-options-container+.item-options-container .col:first-child{padding-top:3px}.order-details-items .options-label+.item-options-container .col:last-child,.order-details-items .item-options-container+.item-options-container .col:last-child{padding-bottom:20px}.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status{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 #e8e8e8;margin:0;width:100%}.products-grid.wishlist .product-item:first-child{border-top:1px solid #e8e8e8}.klarna-payments-method>.payment-method-title{padding:6.5px 0 6.5px 15px}}@media only screen and (max-width:479px){.tooltip.wrapper .tooltip.content{min-width:10rem}.magenest .review-item .photoreview-container{-webkit-flex-wrap:wrap;flex-wrap:wrap}.magenest .review-item .photoreview-left{width:100%;margin:0}.magenest .review-item .photoreview-left .photo-item:first-child .image-item{width:250px;height:250px}.magenest .review-item .photoreview-left~.photoreview-right{max-width:100%}.catalog-product-view .magenest-photoreview-filters{width:100%;text-align:center;margin-bottom:10px}.catalog-product-view .magenest-photoreview-filters .magenest-photoreview-filter-options{width:100%;display:flex;flex-wrap:wrap;justify-content:center;float:left;padding-bottom:10px;border-bottom:1px solid #dcdbdc;margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px;margin-bottom:10px}.catalog-product-view .magenest-photoreview-filters .magenest-photoreview-filter-options .magenest-photoreview-filter{width:40%;margin:5px;font-size:11px}.catalog-product-view .magenest-photoreview-filters .magenest-photoreview-action .filter{width:100%;height:40px;font-size:11px}.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 #ccc}.table>tbody+tbody{border-top:1px solid #ccc}.ui-dialog.popup{width:420px}.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:#006bb4;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:.5}.column .block-addbysku .action.remove:visited{color:#006bb4;text-decoration:none}.column .block-addbysku .action.remove:hover{color:#006bb4;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:#006bb4;opacity:.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:#fff;box-shadow:3px 4px 4px 0 rgba(0,0,0,0.3);border:1px solid #bbb;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:#fff;box-shadow:3px 4px 4px 0 rgba(0,0,0,0.3);border:1px solid #bbb;border-top:none;left:0;margin:10px 0 0 -1px;padding:0 9px 9px;position:absolute;right:-1px;z-index:2}.product-item-actions{display:block}.products-grid .product-item-actions{margin:-10px 0 10px}.product-item-actions .actions-primary+.actions-secondary{display:inline-block;vertical-align:middle}.product-item-actions .actions-primary+.actions-secondary>.action{line-height:35px;text-align:center;width:35px}.product-item-actions .actions-primary+.actions-secondary>.action:last-child{margin-right:0}.product-item-actions .actions-primary{display:inline-block}.page-products .products-grid .product-item-inner:before{background:#fff;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:20px;width:33.33333333%}.page-products .products-grid .product-item,.page-layout-1column .products-grid .product-item,.page-layout-3columns .products-grid .product-item,.page-products.page-layout-1column .products-grid .product-item,.page-products.page-layout-3columns .products-grid .product-item{margin-left:0;width:calc((100% - 4%) / 3)}.page-products .products-grid .product-item:nth-child(3n + 1),.page-layout-1column .products-grid .product-item:nth-child(3n + 1),.page-layout-3columns .products-grid .product-item:nth-child(3n + 1),.page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),.page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1){margin-left:0}.block.widget .products-grid .product-item .product-item-inner,.page-layout-1column .block.widget .products-grid .product-item .product-item-inner,.page-layout-3columns .block.widget .products-grid .product-item .product-item-inner{box-shadow:3px 6px 4px 0 rgba(0,0,0,0.3);margin:9px 0 0 -1px}.sidebar .product-items .action.delete{line-height:unset;position:absolute;right:0;top:-1px;width:auto}.sidebar .block-compare .action.delete{left:0;right:initial}.cart-container .block.crosssell .products-grid .product-item-actions{margin:0 0 10px}.multicheckout .actions-toolbar .secondary{float:none;margin-top:11px;text-align:right}.multicheckout .actions-toolbar .secondary .action{margin-left:0}.multicheckout .actions-toolbar .secondary .action.back{display:block;float:left}.multicheckout .item-options{margin:20px 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:25px;padding-right: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:25px;width:50%}.multicheckout.form.address .table-wrapper .applicable{margin:7px 0 0}.multicheckout.order-review .box-items{clear:left;float:none;padding-top:40px;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:240px;padding-right:40px}.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}}body img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.rocketchat-widget .button--icon__3a2Uu {
    height: 45px !important;
    width: 45px !important;
}

.cms-index-index .page-title-wrapper {
    display: none;
}

li {
    list-style: none;
}

.products-grid .owl-theme .owl-nav [class*='owl-'],
.products-grid .owl-theme .owl-nav [class*='owl-']:hover {
    width: 30px;
    height: 74px;
    margin: -40px 0 0;
    display: block;
    background: url(../../frontend/Mus/povison/en_US/images/blackbg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    -webkit-transition: all .3s ease;
}

.products-grid .owl-theme .owl-nav [class*='owl-'].disabled {
    opacity: 0;
}

.products-grid .owl-theme .owl-nav .owl-prev {
    left: 0px;
}

.products-grid .owl-theme .owl-nav .owl-next,
.products-grid .owl-theme .owl-nav .owl-next:hover {
    background-position: 100% 0;
    right: 0px;
}

.products-grid .owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: none;
}

.catalog-product-view .owl-nav {
    display: none;
}

.products-grid .product-item-info {
    border: 1px solid transparent;
}

.columns .column.main .product-items {
    margin: 0px auto;
}

.product-item-actions .actions-primary {
    display: block;
}

.flex-control-nav {
    display: none;
}

.sections.nav-sections {
    background: transparent;
    margin-bottom: 0px;
}

.flex-control-nav {
    display: block !important;
    bottom: 5px !important;
}

.flex-control-paging li a.flex-active {
    background: #fff !important;
}

.flex-control-paging li a {
    background: rgba(0, 0, 0, 0.3) !important;
}

.flex-direction-nav {
    display: none;
}

.flex-direction-nav .flex-next {
    right: 10px !important;
}

.flex-direction-nav .flex-prev {
    left: 10px !important;
}

.col-xs-12 {
    width: 100%;
}

.cms-index-index h1 {
    text-align: center;
    text-shadow: none;
    font-size: 3.6rem;
    margin-bottom: 1rem;
    color: #F49D40;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 20px;
}

@media (max-width: 1240px) {
    .products-grid .owl-theme .owl-nav .owl-prev {
        left: 0px;
    }
    .products-grid .owl-theme .owl-nav .owl-next,
    .products-grid .owl-theme .owl-nav .owl-next:hover {
        background-position: 100% 0;
        right: 0px;
    }
}

.category-view {
    display: none;
}

@media (min-width: 768px) {
    .section-item-content .navigation {
        left: 0px;
        background: transparent;
        position: static;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding: 0px;
    }
    .nav-sections .navigation {
        max-width: 100% !important;
    }
    .form-create-account {
        margin: 20px auto;
    }
    .form-create-account .actions-toolbar {
        display: flex;
        justify-content: center;
    }
    .login-container .block-customer-login {
        float: unset !important;
        margin: 0 auto;
    }
    .login-container .block-new-customer {
        float: unset !important;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .small_bannerlist_box {
        list-style: none;
        height: 32em;
    }
    .owl-theme .owl-nav .owl-prev {
        left: 15px;
    }
    .owl-theme .owl-nav .owl-next,
    .owl-theme .owl-nav .owl-next:hover {
        background-position: 100% 0;
        right: 15px;
    }
    .products-grid .owl-theme .owl-nav .owl-prev {
        left: 0px;
    }
    .products-grid .owl-theme .owl-nav .owl-next,
    .products-grid .owl-theme .owl-nav .owl-next:hover {
        background-position: 100% 0;
        right: 0px;
    }
    .home-bannerslider-block {
        height: 100% !important;
    }
    .magestore-bannerslider-standard {
        width: 100% !important;
        height: 100%;
    }
    .magestore-bannerslide-flex-slider,
    .flexslider,
    .flex-viewport,
    .slides {
        height: 100% !important;
        max-height: 100% !important;
    }
    .magestore-bannerslide-flex-slider img {
        height: 100% !important;
        max-height: 100% !important;
    }
    .flex-viewport li {
        height: 100% !important;
        max-height: 100% !important;
    }
    .flex-viewport a {
        height: 100% !important;
        max-height: 100% !important;
    }
    .product.data.items {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .product-info-main .product-info-price {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .owl-theme .owl-nav .owl-prev {
        left: 0px;
    }
    .owl-theme .owl-nav .owl-next,
    .owl-theme .owl-nav .owl-next:hover {
        background-position: 100% 0;
        right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-sections-item-title.active {
        background: transparent;
        border-bottom: 0;
        display: none;
    }
    .columns {
        padding: 15px;
    }
    .block-collapsible-nav {
        top: 0px !important;
    }
    .block.crosssell {
        padding: 0px;
    }
    .filter-title strong {
        left: 15px !important;
    }
    .page-products .sorter {
        right: 15px !important;
    }
    .products {
        margin: 0px !important;
    }
}.product-description .rte-tab img {
    height: auto;
}

@media (min-width: 768px) {
    .product-info-main {
        padding-top: 20px;
    }
    .product-info-main .page-title {
        font-size: 20px;
        font-weight: bold;
    }
    .product-info-main .product-info-price .price-wrapper {
        color: #930031;
    }
}

@media (max-width: 768px) {}.columns .column.main {
    max-width: 100%;
}

.affirm-promo iframe {
    max-width: 100%;
}

#learn-more img {
    height: 1em !important;
    margin: 0 .3em !important;
    vertical-align: baseline !important;
}/**
 * 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/Mus/povison/en_US/Mageplaza_Core/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;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-banner-slider .owl-nav button span{
    position: absolute;
    top: 40%;
    font-size: 80px;
    color: #869791;
}
.mp-banner-slider .owl-nav .owl-prev span{
    left: 1%;
}
.mp-banner-slider .owl-nav .owl-next span{
    right: 1%;
}
.mp-banner-slider .owl-dots{
    position: absolute;
    top: 88%;
    left: 49%;
}
.mp-banner-slider .owl-dots .owl-dot{
    box-shadow: none;
}
.sidebar .mp-banner-slider .owl-nav button span{
    font-size: 30px;
    top: 30%;
}
.sidebar .mp-banner-slider .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
}
.sidebar .mp-banner-slider .owl-dots{
    top: 70%;
    left: 42.5%;
}

@media only screen and (max-width: 764px) {
    .mp-banner-slider .owl-nav button span{
        top: 20%;
        font-size: 45px;
    }
    .mp-banner-slider .owl-dots{
        top: 62%;
        left: 47%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mp-banner-slider .owl-nav button span{
        top: 30%;
        font-size: 80px;
    }
    .mp-banner-slider .owl-dots{
        top: 75%;
        left: 49%;
    }
}
.stripe-payments-saved-card {
    margin-bottom: 0.7em;
}
.stripe-payments-saved-card span.type {
    font-weight: bold;
}
.stripe-payments-saved-card span.exp {
    float: right;
}
.stripe-payments-saved-card span.stripe-payments-fade {
    color: #999;
    font-weight: normal;
}
.stripe-payments-saved-card label {
    display: inline;
}

/* My Subscriptions customer account section */
a.subscription-name {
    display: block;
}
.stripe-subscription-edit {
    max-height: 30em;
    overflow: hidden;
    transition: max-height;
    transition-duration: 0.8s;
    vertical-align: top;
    display: inline-block;
    padding-right: 20px;
}
.stripe-subscription-edit.show {
    max-height: 30em;
}
.stripe-subscription-edit .section {
    margin: 5px 0;
}
.stripe-subscription-edit .mutable {
    display: none;
}
.stripe-subscription-edit.edit .mutable {
    display: block;
}
.stripe-subscription-edit.edit .static {
    display: none;
}
.stripe-subscription-edit .actions {
    margin-top: 10px;
}
.stripe-subscription-edit input {
    margin: 2px 0;
}
.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: 0.5em;
    display: inline-block;
}
table.subscription-details {
    font-size: small;
    color: #333;
    margin-top: 1em;
}
table.subscription-details td {
    padding: 0;
}
table.subscription-details tr td:first-child {
    width: 100%;
}
@media (pointer: fine) {
    table.subscription-details a.edit {
        visibility: hidden;
    }
    table.subscription-details div.details:hover a.edit {
        visibility: visible;
    }
}
.stripe-subscriptions .subscription-name {
    font-size: 1.1em;
}
.stripe-subscriptions div.billed {
    font-size: smaller;
    color: #999;
}
table.subscription-details a {
    cursor: pointer;
}
table.subscription-details .stripe-payments span.type {
    font-size: small;
}

/* My Saved Cards section */
.stripe-payments.delete-card {
    padding-left: 20px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+ZGVsZXRlLS1saW5rPC90aXRsZT48cGF0aCBkPSJNMTEuODY2IDkuOTk5bDIuNzQzLTIuNzQ0YTEuMzIyIDEuMzIyIDAgMCAwIC4wMDItMS44NjggMS4zMTggMS4zMTggMCAwIDAtMS44NjguMDAyTDEwIDguMTMzIDcuMjUyIDUuMzg0YTEuMzIzIDEuMzIzIDAgMCAwLTEuODYzLjAwMyAxLjMxNCAxLjMxNCAwIDAgMC0uMDAzIDEuODYzTDguMTM0IDEwbC0yLjc0MyAyLjc0M2ExLjMyMiAxLjMyMiAwIDAgMC0uMDAyIDEuODY4IDEuMzE4IDEuMzE4IDAgMCAwIDEuODY4LS4wMDJMMTAgMTEuODY0bDIuNzQ4IDIuNzQ5YTEuMzIzIDEuMzIzIDAgMCAwIDEuODYzLS4wMDNjLjUyLS41MTkuNTE3LTEuMzUuMDAzLTEuODYzbC0yLjc0OC0yLjc0OHoiIGZpbGw9IiMwMDk5RTUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
}
.new-saved-card #stripe_payments_cc_owner { width: auto; min-width: 300px; }
.new-saved-card #stripe_payments_cc_number { width: auto; min-width: 300px; }
.new-saved-card #stripe_payments_expiration_mo { width: auto; }
.new-saved-card #stripe_payments_expiration_yr { width: auto; }

/* Card Icons */
.stripe-payments span.type.Visa,
.stripe-payments span.type.visa { background: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/img/visa.png) no-repeat; }

.stripe-payments span.type.American.Express,
.stripe-payments span.type.amex { background: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/img/amex.png) no-repeat; }

.stripe-payments span.type.MasterCard,
.stripe-payments span.type.mastercard { background: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/img/mastercard.png) no-repeat; }

.stripe-payments span.type.Discover,
.stripe-payments span.type.discover { background: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/img/discover.png) no-repeat; }

.stripe-payments span.type.Diners,
.stripe-payments span.type.diners { background: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/img/diners.png) no-repeat; }

.stripe-payments span.type.JCB,
.stripe-payments span.type.jcb { background: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/img/jcb.png) no-repeat; }

.stripe-payments span.type.Cartes.Bancaires,
.stripe-payments span.type.cartes_bancaires { background: url(../../frontend/Mus/povison/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;
}
@media only screen and (max-width: 767px) {
    .checkout-payment-method .step-title.mobile {
        padding-left: 0;
    }
}

/* Apple Pay */
.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;
}

/* Authorized Apple Pay Result */
.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;
}

/* Checkout Errors */
#stripe-payments-card-errors {
    border: 0;
    border-radius: 3px;
    height: 0;
    margin: 0 auto;
    transition: height 1s, margin 1s, border 1s, padding 1s;
    display: inline-block;
    padding: 0 1em;
}
#stripe-payments-card-errors.populated {
    border: 1px hsla(0,100%,50%,0.5) dashed;
    padding: 5px 1em;
    color: #D20;
    height: auto;
    margin: 0.5em auto 1em;
}

/* Euro Payments */
#payment_form_stripe_payments_sepa .payment-method-note.mandate {
    display: inline-block;
    margin: 0.7em 0;
}
#payment_form_stripe_payments_sepa fieldset {
    border: 0;
}
.indent {
    margin-right: 20px;
}

/* Stripe Express */
@-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: 0.5;
    filter: grayscale(50%);
}

.payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../frontend/Mus/povison/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, .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%;
}

/* Checkout success page */
.checkout-onepage-success .stripe-success-section {
    margin-top: 1em;
}
.checkout-onepage-success .stripe-success-section p {
    margin-bottom: 0.8em;
}
.checkout-onepage-success .stripe-success-section img {
    margin: 0 auto;
}
.checkout-onepage-success button.button.wechat {
    background-color: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    box-shadow: unset;
}
.stripe-success-section.oxxo .oxxo-voucher div {
    display: block;
    clear: both;
    width: 100%;
}
.stripe-success-section.oxxo .oxxo-voucher {
    padding: 2em 0;
}
.stripe-success-section.oxxo .oxxo-logo img {
    width: 100px;
}
.stripe-success-section.oxxo .oxxo-voucher {
    text-align: center;
}
.stripe-success-section.oxxo .oxxo-amount {
    font-size: 3em;
}
.stripe-success-section.oxxo .oxxo-expires {
    color: #888;
    font-size: 1em;
}
.stripe-success-section.oxxo .oxxo-number {
    font-family: 'LibreBarcode128Text-Regular';
    font-size: 4em;
}
.stripe-success-section.oxxo .print-button {
    display: block;
    width: 100%;
    height: 4em;
}
.stripe-success-section.oxxo .print-button button {
    width: 40%;
    padding: 1em;
    margin: 2em 0 1em;
}

@media print {
    .stripe-success-section.oxxo .action {
        display: none;
    }
}

/* FPX */
#stripe-fpx-select {
    background: #fff url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/img/select-bg.svg) no-repeat 100% 45%;
    background-clip: padding-box;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
#stripe-fpx-select, #stripe-fpx-dropdown {
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
}
#stripe-fpx-dropdown {
    list-style: none;
    padding: 0;
}
#stripe-fpx-dropdown li {
    padding: 10px 12px 10px 50px;
    margin: 0;
    background-position: 10px 45%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
#stripe-fpx-dropdown li:first-child {
    margin-top: 5px;
}
#stripe-fpx-dropdown li:last-child {
    margin-bottom: 5px;
}
#stripe-fpx-dropdown li:hover {
    background-color: #eee;
}
#stripe-fpx-dropdown li.affin_bank { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/affin_bank.svg); }
#stripe-fpx-dropdown li.alliance_bank { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/alliance_bank.svg); }
#stripe-fpx-dropdown li.ambank { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/ambank.svg); }
#stripe-fpx-dropdown li.bank_islam { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/bank_islam.svg); }
#stripe-fpx-dropdown li.bank_rakyat { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/bank_rakyat.svg); }
#stripe-fpx-dropdown li.bank_muamalat { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/bank_muamalat.svg); }
#stripe-fpx-dropdown li.bsn { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/bsn.svg); }
#stripe-fpx-dropdown li.cimb { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/cimb.svg); }
#stripe-fpx-dropdown li.hong_leong_bank { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/hong_leong_bank.svg); }
#stripe-fpx-dropdown li.hsbc { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/hsbc.svg); }
#stripe-fpx-dropdown li.kfh { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/kfh.svg); }
#stripe-fpx-dropdown li.maybank2u { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/maybank2u.svg); }
#stripe-fpx-dropdown li.maybank2e { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/maybank2u.svg); }
#stripe-fpx-dropdown li.ocbc { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/ocbc.svg); }
#stripe-fpx-dropdown li.public_bank { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/public_bank.svg); }
#stripe-fpx-dropdown li.rhb { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/rhb.svg); }
#stripe-fpx-dropdown li.standard_chartered { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/standard_chartered.svg); }
#stripe-fpx-dropdown li.uob { background-image: url(../../frontend/Mus/povison/en_US/StripeIntegration_Payments/svg/fpx/uob.svg); }
#stripe-fpx-dropdown li.separator {
    border-bottom: 3px dotted #ccc;
    margin-bottom: 5px;
    padding-bottom: 15px;
}

.multishipping-authorization {
    font-size: large;
}
.multishipping-authorization .block-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 1em;
    font-weight: 400;
}
.multishipping-authorization .authentication.message {
    margin: 2em 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    padding: 1em 4em 1em 2em;
}

.stripe-icon-container img.stripe-icon {
    height: 1.7em;
    position: relative;
    top: 0.4em;
    margin-right: 2px;
}

#stripe_fpx .stripe-icon-container.right img.stripe-icon {
    height: 3em;
    position: relative;
    top: -0.2em;
}
#stripe_ideal .stripe-icon-container.right img.stripe-icon,
#stripe_eps .stripe-icon-container.right img.stripe-icon,
#stripe_giropay .stripe-icon-container.right img.stripe-icon,
#stripe_bancontact .stripe-icon-container.right img.stripe-icon,
#stripe_wechat .stripe-icon-container.right img.stripe-icon {
    height: 2.5em;
    position: relative;
    top: 0.1em;
}

.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: 0.25em;
}

/* Klarna */
.klarna-payment-options-tabs, .klarna-payment-options-container {
    text-align: center;
    margin: 0 1em 2em;
}
.klarna-tab {
    display: inline-block;
    margin: 0 3px;
    border-radius: 5px;
    padding: 12px 20px;
    box-shadow: 2px 2px 5px 2px #ccc;
}

input[name=klarna-payment-option] {
    display: none;
}

input[name=klarna-payment-option]:checked+label {
    background: #487B94;
    color: #fff;
}

label.klarna-tab {
    font-weight: bold;
    background: #f8f9fa;
    cursor: pointer;
}

.klarna-loader .payment-method-note {
    margin: 2em;
}

/* SEPA Credit */
#payment_form_stripe_payments_sepa_credit .optional {
    font-weight: normal;
    color: #aaa;
    margin-left: 4px;
}
#payment_form_stripe_payments_sepa_credit .subnote
{
    color: #888;
    font-size: smaller;
}

.stripe-payments-installments-form .installments-header {

}
.stripe-payments-installments-form .installments-header .back-link {
    display: inline-block;
    margin-right: 0.5em;
    cursor: pointer;
    text-decoration: none;
}
.stripe-payments-installments-form .installments-header h3 {
    display: block;
    padding: 0.5em 0;
    border-bottom: 1px solid #ccc;
}
.stripe-payments-installments-form .stripe-payments-installment-plans {
    padding: 1em;
    font-size: 1.1em;
}
.stripe-payments-installments-form .stripe-payments-installment-plans label {
    display: block;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.stripe-payments-installments-form .stripe-payments-installment-plans select {
    display: inline-block;
    width: 150px;
    margin-left: 1em;
}

/* Trialing Subscriptions */
.trialing_shipping .mark,
.trialing_tax .mark,
.trialing_discount .mark {
    text-indent: 0.5em;
}
.trialing_shipping .mark::before,
.trialing_tax .mark::before,
.trialing_discount .mark::before {
    content: "- ";
}
@font-face {
  font-family: Gilroy-Bold;
  src: url('../../frontend/Mus/povison/en_US/Mus_Cms/css/font/Gilroy-bold-4.otf');
}
@font-face {
  font-family: Gilroy-Medium;
  src: url('../../frontend/Mus/povison/en_US/Mus_Cms/css/font/Gilroy-Medium-2.otf');
}
@font-face {
  font-family: Gilroy-Regular;
  src: url('../../frontend/Mus/povison/en_US/Mus_Cms/css/font/Gilroy-regular-3.otf');
}
@font-face {
  font-family: Gilroy;
  src: url('../../frontend/Mus/povison/en_US/Mus_Cms/css/font/Gilroy-Medium-2.otf');
}
@font-face {
  font-family: Gilroy-ExtraBold;
  src: url('../../frontend/Mus/povison/en_US/Mus_Cms/css/font/Gilroy-ExtraBold.otf');
}
@font-face {
  font-family: Gilroy-Light;
  src: url('../../frontend/Mus/povison/en_US/Mus_Cms/css/font/Gilroy-Light-11.otf');
}
@font-face {
  font-family: BASKVILL;
  src: url('../../frontend/Mus/povison/en_US/Mus_Cms/css/font/BASKVILL.TTF');
}
/*# sourceMappingURL=font-family.css.map */body #screen {
    display: none !important;
}

.page-main {
    max-width: 100% !important;
    padding: 0px !important;
}

.block-static-blocks {
    max-width: 100% !important;
    padding: 0px !important;
}

.room_item p {
    width: 100%;
    height: 100%;
    padding: 0px !important;
    margin: 0px !important;
}

.minicart-wrapper {
    min-width: 25px;
    text-align: center;
    margin-left: 0px !important;
    position: relative;
}

.minicart-wrapper .counter.qty {
    height: 20px !important;
    line-height: 20px !important;
    min-width: 14px !important;
    position: absolute;
    top: -12px;
    left: 20px;
    border-radius: 50px !important;
    font-size: 12px;
}

.search-autocomplete ul:not(:empty) {
    border: 0px;
}

.navigation .level0:hover:after {
    width: 0px !important;
}

.mppopup-text {
    color: #999 !important;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #930310;
}

@media (min-width: 768px) {
    .home-room-wrapper h2 {
        color: #930031;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-top: 0px;
    }
    .isHorizontal {
        display: block;
    }
    .isMobile {
        display: none;
    }
    .block-static-box {
        height: 780px
    }
    .block-static-box img {
        width: 100%;
        height: 100%;
    }
    .slick-slide-block-phone-wrapper {
        display: none;
    }
    .home-room-wrapper {
        width: 90vw;
        margin: 0 auto;
        margin-top: 75px;
    }
    .home-room-wrapper .home-room-content {
        margin: 40px auto;
        width: 96.1%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 40px;
    }
    .home-room-wrapper .home-room-content .room_item {
        flex: 1;
        overflow: hidden;
        /* height: 0;
        padding-bottom: 100%; */
    }
    li.level0.nav-7.category-item.level-top.ui-menu-item {
        /* display: none; */
    }
    .room__item-bg img {
        width: 100%;
        transition: all 0.5s;
        max-height: unset !important;
    }
    .room_item:hover img {
        cursor: pointer;
        transform: scale(1.05);
    }
    .custmer-contarner .header.links {
        min-width: 150px !important;
        max-width: 200px !important;
        color: #000;
        border: 0px !important;
        text-align: left;
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%) !important;
        padding: 5px 0;
    }
    .custmer-contarner ul:before {
        left: 5px !important;
        top: -12px;
    }
    .custmer-contarner ul:before {
        border-color: transparent transparent #ccc transparent !important;
        z-index: 99;
    }
    .custmer-contarner ul {
        left: 0px !important;
    }
    .custmer-contarner ul:after {
        left: 5px;
        content: none !important;
    }
    .header_rg .switcher-currency {
        width: 150px;
        text-align: center;
        line-height: 22px;
    }
    .switcher-currency .switcher-dropdown {
        min-width: 220px !important;
        text-align: left !important;
    }
    .switcher-trigger img {
        width: 33px;
        border-radius: 2px;
        margin-right: 5px;
        vertical-align: middle;
        border-style: none;
    }
    .switcher-trigger span {
        font-weight: bold !important;
        margin-right: 5px;
    }
    .switcher-currency .switcher-dropdown img {
        width: 33px;
        border-radius: 2px;
        margin-right: 5px;
        vertical-align: middle;
        border-style: none;
    }
    .navigation {
        font-weight: normal !important;
    }
    .nav-sections {
        max-width: 100%;
    }
    .navigation .nav-menu {
        position: unset !important;
        padding: 15px 0px;
        text-align: center;
    }
    .navigation .level0 {
        margin: 0 !important;
        padding: 0px;
        padding-right: 3%;
    }
    .navigation .level-top {
        position: unset !important;
        color: #000 !important;
        line-height: 26px;
    }
    .navigation li.level0 .level-top {
        border-bottom: 2px solid #fff !important;
    }
    .navigation .level0>.level-top {
        line-height: unset !important;
    }
    .navigation li.level0:hover .level-top {
        border-bottom: 2px solid #000 !important;
    }
    .navigation li.level0 a {
        position: relative !important;
    }
    .navigation .level0 .submenu {
        min-width: unset !important;
        border-radius: 5px;
        /* width: 100%; */
        /* left: 0 !important; */
        border: 0px !important;
        /* box-shadow: none !important; */
        border-radius: 0px !important;
    }
    .navigation .level0.parent:hover>.submenu {
        overflow: unset !important;
    }
    .navigation .level0 .submenu li {
        margin: 20px 70px 20px 0px!important;
    }
    /* .navigation .level0 .submenu li.parent a span:nth-child(2) {
        display: none;
    } */
    .navigation .level0 .submenu .level_submenu-box a {
        color: #000 !important;
        padding: 0 !important;
    }
    .navigation .level0 .submenu a:hover {
        background: none !important;
    }
    .navigation .level0 .submenu a:hover span {
        border-bottom: 1px solid #000;
    }
    .navigation .level0 .submenu li:focus {
        background: none !important;
    }
    .navigation .level0 .submenu a:focus {
        background: none !important;
    }
    .navigation .level0 .submenu a.ui-state-focus {
        background: none !important;
    }
    .navigation .level0 .submenu .level_submenu-box>li {
        /* flex: 1; */
        /* padding: 0 !important; */
        padding-left: 10px;
    }
    .submenu_menu_item p {
        text-align: left;
        margin: 18px 0;
    }
    .submenu_menu_item a {
        padding: 0 !important;
    }
    .submenu_menu_item p a {
        text-decoration: underline;
    }
    .submenu_menu_item p a:hover {
        text-decoration: underline !important;
    }
    .navigation .level0 .submenu li.parent {
        font-size: 16px !important;
        font-weight: bold !important;
        text-align: left;
        /* float: left; */
    }
    .navigation .level0 .submenu li.level1 {
        text-align: left;
    }
    .navigation .level0>.level-top {
        padding: 2px 0px!important;
        padding-right: 0px !important;
    }
    .navigation .level0.parent>.level-top>.ui-menu-icon {
        display: none !important;
    }
    .navigation .level0:last-child {
        margin-right: 0px !important;
        /* padding-right: 3% !important; */
    }
    .navigation .level0>ul.level0 {
        min-height: 170px;
        /* padding-bottom: 50px;
        padding: 15px 0 !important; */
    }
    .level_submenu-box {
        flex: 1;
        display: flex;
        /* border-top: 1px solid #ccc; */
    }
    .navigation .nav-menu>li:nth-child(1) .level_submenu-box,
    /* .navigation .nav-menu>li:nth-child(2) .level_submenu-box, */
    .navigation .nav-menu>li:nth-child(3) .level_submenu-box,
    .navigation .nav-menu>li:nth-child(4) .level_submenu-box,
    .navigation .nav-menu>li:nth-child(5) .level_submenu-box,
    .navigation .nav-menu>li:nth-child(6) .level_submenu-box,
    .navigation .nav-menu>li:nth-child(8) .level_submenu-box,
    .navigation .nav-menu>li:nth-child(7) .level_submenu-box {
        display: unset !important;
    }
    /* .level_submenu-box:last-child {
        display: flex;
    } */
    .level_submenu-wrapper {
        width: 100%;
        display: flex;
        /* grid-template-columns: 2fr 1fr; */
        grid-gap: 20px;
        max-width: 90vw;
        margin: 0 auto;
    }
    .navigation ul li .level0 li .level1 {
        display: block !important;
        position: unset !important;
        box-shadow: none !important;
    }
    .navigation ul li .level0 li .level1 .level2 {
        font-size: 14px !important;
        margin: 10px 0 !important;
    }
    .navigation ul li .level0 li .level1 .level2 a {
        color: #666 !important;
    }
    .navigation .level0 .submenu li.parent>a>.ui-menu-icon {
        display: none !important;
    }
    .section-item-bottom {
        display: none;
    }
    .home-bannerslider_pc {
        /* width: 90vw;
        margin: 0 auto; */
    }
    .home-bannerslider-block {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .nav-open .nav-sections {
        z-index: 999
    }
    .isHorizontal {
        display: none;
    }
    .room_item {
        margin-bottom: -5px;
    }
    .room__item-bg img {
        width: 100%;
    }
    .nav-sections-items {
        background: #fff;
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    .nav-sections-item-content {
        margin-top: 15px !important;
        padding: 0 20px !important;
        height: calc(100% - 125px);
        margin-left: unset !important;
        overflow-y: auto;
    }
    .navigation .level-top {
        border-bottom: 1px solid #d4d4d4;
    }
    .navigation .level0 {
        border-top: 0px !important;
    }
    .navigation {
        background: #fff !important;
    }
    .nav-sections .navigation li.level0 a {
        border: 0px !important;
    }
    .navigation li.level0:last-child {
        border-bottom: 0px !important;
    }
    .navigation .level0>.level-top {
        padding: 15px;
        font-weight: 400 !important;
    }
    .navigation .level0>.submenu {
        padding-bottom: 30px!important;
    }
    .navigation .level0>.level-top {
        text-transform: unset !important;
    }
    .navigation a,
    .navigation a:hover {
        color: #868282 !important;
    }
    .ui-corner-all {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .navigation .parent .level-top:after {
        top: 16px !important;
        font-size: 1.4rem !important;
    }
    .navigation .level0>.level1 {
        font-weight: 400 !important;
    }
    .section-item-bottom {
        width: 100%;
        text-align: center;
        float: left;
        padding: 20px 0 10px 0;
        /* position: absolute; */
        bottom: 50px;
        border-top: 1px dashed #d4d4d4;
    }
    .section-item-bottom:last-child {
        padding-bottom: 10px;
    }
    .section-item-bottom a {
        margin-right: 20px;
        color: #868282 !important;
        font-size: 14px;
    }
    .section-item-bottom .fa {
        color: #868282 !important;
    }
    .section-item-bottom svg {
        height: 20px;
        position: relative;
        top: 2px;
    }
    .bottom-fixed {
        /* position: absolute; */
        bottom: 0px;
        border-top: 0px;
    }
    .submenu_menu_item {
        display: none;
    }
    #bio_ep {
        width: 100% !important;
        top: 40% !important;
    }
    #bio_ep .tmp3-img-content {
        float: unset !important;
        height: 220px;
    }
    #bio_ep .tmp3-text-content {
        width: 100%;
        float: unset !important;
        height: auto !important;
        padding-bottom: 30px;
    }
    .tmp3-img-content img {
        height: 250px !important;
        width: 100% !important;
    }
    .home-room-wrapper {
        margin-top: 40px;
    }
    .home-room-wrapper h2 {
        line-height: 20px;
        color: #930031;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 15px;
        padding-left: 12px;
    }
    .room-pc {
        display: none;
    }
    .room__item-bg {
        margin-bottom: 10px;
    }
    .mp-banner-slider .owl-dots {
        top: 92%;
        right: 0px;
        left: 0px;
        margin: auto;
    }
    .home-silder-block img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .navigation .level0.active .all-category .ui-state-focus {
        border: 0px !important;
    }
}

.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: 0px !important;
}@media (min-width: 800px) {
  #header_content {
    margin: 0 auto !important;
  }

  .header_contianer {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 66.6666666667px !important;
    margin: 0;
    padding: 0 9% !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .header_contianer .header-left-info {
    position: absolute;
    top: 0;
    left: 9%;
    height: 66.6666666667px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .header_contianer .header-left-info .header-left-info-item {
    color: #000;
    font-size: 5.8333333333px;
    font-weight: 500;
    line-height: 1;
  }
  .header_contianer .header-left-info .header-left-info-item a, .header_contianer .header-left-info .header-left-info-item span {
    color: #000;
    font-family: Gilroy-Medium, Gilroy !important;
    cursor: pointer;
  }
  .header_contianer .header-left-info .header-left-info-item:not(:last-child) {
    margin-right: 15.8333333333px;
  }
  .header_contianer .header_logo a {
    display: inline;
    height: auto !important;
  }
  .header_contianer .header_logo a,
.header_contianer .header_logo img {
    display: block;
    width: 125px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    position: absolute;
    right: 9%;
    width: fit-content;
    display: flex;
    align-items: flex-end;
  }
  .header_contianer .header_rg .block-search {
    box-sizing: border-box;
    width: 100px !important;
    height: 14.5833333333px !important;
    margin-right: 8.3333333333px;
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000 !important;
  }
  .header_contianer .header_rg .block-search .block-content,
.header_contianer .header_rg .block-search .form.minisearch,
.header_contianer .header_rg .block-search .field.search,
.header_contianer .header_rg .block-search .control,
.header_contianer .header_rg .block-search .control-content,
.header_contianer .header_rg .block-search input {
    height: 14.5833333333px !important;
  }
  .header_contianer .header_rg .block-search .control-content {
    position: relative;
    width: 100px;
    display: flex !important;
    align-items: flex-end !important;
  }
  .header_contianer .header_rg .block-search .control-content .left {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 10px;
    height: 10px;
  }
  .header_contianer .header_rg .block-search .control-content .left img {
    display: block;
    width: 10px;
    height: 10px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .block-search .control-content input {
    box-sizing: border-box;
    padding-left: 10px !important;
    border: none !important;
    border-radius: 0;
    height: 10px !important;
    line-height: 10px !important;
    background: transparent;
  }
  .header_contianer .header_rg .block-search .pc-search-icon {
    display: block !important;
  }
  .header_contianer .header_rg .rg_login,
.header_contianer .header_rg .entrance {
    height: 14.5833333333px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner {
    height: 14.5833333333px !important;
    color: #000;
    font-weight: 500;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance .entrance-text {
    font-size: 5.8333333333px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance img {
    display: block;
    width: 10px;
    height: 10px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 10px;
    margin-left: 3.3333333333px !important;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .action.showcart {
    width: 10px;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    width: 10px;
    height: 10px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper .counter.qty {
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 13px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
  }

  .header_contianer.header_content {
    height: 40.8333333333px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header-left-info {
    height: 40.8333333333px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header_logo a,
.header_contianer.header_content .header_logo img {
    display: block;
    width: 83.3333333333px !important;
    image-rendering: auto;
    transition: width 0.5s !important;
  }
}
@media (min-width: 960px) {
  #header_content {
    margin: 0 auto !important;
  }

  .header_contianer {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 80px !important;
    margin: 0;
    padding: 0 9% !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .header_contianer .header-left-info {
    position: absolute;
    top: 0;
    left: 9%;
    height: 80px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .header_contianer .header-left-info .header-left-info-item {
    color: #000;
    font-size: 7px;
    font-weight: 500;
    line-height: 1;
  }
  .header_contianer .header-left-info .header-left-info-item a, .header_contianer .header-left-info .header-left-info-item span {
    color: #000;
    font-family: Gilroy-Medium, Gilroy !important;
    cursor: pointer;
  }
  .header_contianer .header-left-info .header-left-info-item:not(:last-child) {
    margin-right: 19px;
  }
  .header_contianer .header_logo a {
    display: inline;
    height: auto !important;
  }
  .header_contianer .header_logo a,
.header_contianer .header_logo img {
    display: block;
    width: 150px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    position: absolute;
    right: 9%;
    width: fit-content;
    display: flex;
    align-items: flex-end;
  }
  .header_contianer .header_rg .block-search {
    box-sizing: border-box;
    width: 120px !important;
    height: 17.5px !important;
    margin-right: 10px;
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000 !important;
  }
  .header_contianer .header_rg .block-search .block-content,
.header_contianer .header_rg .block-search .form.minisearch,
.header_contianer .header_rg .block-search .field.search,
.header_contianer .header_rg .block-search .control,
.header_contianer .header_rg .block-search .control-content,
.header_contianer .header_rg .block-search input {
    height: 17.5px !important;
  }
  .header_contianer .header_rg .block-search .control-content {
    position: relative;
    width: 120px;
    display: flex !important;
    align-items: flex-end !important;
  }
  .header_contianer .header_rg .block-search .control-content .left {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 12px;
    height: 12px;
  }
  .header_contianer .header_rg .block-search .control-content .left img {
    display: block;
    width: 12px;
    height: 12px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .block-search .control-content input {
    box-sizing: border-box;
    padding-left: 12px !important;
    border: none !important;
    border-radius: 0;
    height: 12px !important;
    line-height: 12px !important;
    background: transparent;
  }
  .header_contianer .header_rg .block-search .pc-search-icon {
    display: block !important;
  }
  .header_contianer .header_rg .rg_login,
.header_contianer .header_rg .entrance {
    height: 17.5px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner {
    height: 17.5px !important;
    color: #000;
    font-weight: 500;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance .entrance-text {
    font-size: 7px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance img {
    display: block;
    width: 12px;
    height: 12px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 12px;
    margin-left: 4px !important;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .action.showcart {
    width: 12px;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    width: 12px;
    height: 12px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper .counter.qty {
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 13px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
  }

  .header_contianer.header_content {
    height: 49px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header-left-info {
    height: 49px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header_logo a,
.header_contianer.header_content .header_logo img {
    display: block;
    width: 100px !important;
    image-rendering: auto;
    transition: width 0.5s !important;
  }
}
@media (min-width: 1024px) {
  #header_content {
    margin: 0 auto !important;
  }

  .header_contianer {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 85.3333333333px !important;
    margin: 0;
    padding: 0 9% !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .header_contianer .header-left-info {
    position: absolute;
    top: 0;
    left: 9%;
    height: 85.3333333333px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .header_contianer .header-left-info .header-left-info-item {
    color: #000;
    font-size: 7.4666666667px;
    font-weight: 500;
    line-height: 1;
  }
  .header_contianer .header-left-info .header-left-info-item a, .header_contianer .header-left-info .header-left-info-item span {
    color: #000;
    font-family: Gilroy-Medium, Gilroy !important;
    cursor: pointer;
  }
  .header_contianer .header-left-info .header-left-info-item:not(:last-child) {
    margin-right: 20.2666666667px;
  }
  .header_contianer .header_logo a {
    display: inline;
    height: auto !important;
  }
  .header_contianer .header_logo a,
.header_contianer .header_logo img {
    display: block;
    width: 160px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    position: absolute;
    right: 9%;
    width: fit-content;
    display: flex;
    align-items: flex-end;
  }
  .header_contianer .header_rg .block-search {
    box-sizing: border-box;
    width: 128px !important;
    height: 18.6666666667px !important;
    margin-right: 10.6666666667px;
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000 !important;
  }
  .header_contianer .header_rg .block-search .block-content,
.header_contianer .header_rg .block-search .form.minisearch,
.header_contianer .header_rg .block-search .field.search,
.header_contianer .header_rg .block-search .control,
.header_contianer .header_rg .block-search .control-content,
.header_contianer .header_rg .block-search input {
    height: 18.6666666667px !important;
  }
  .header_contianer .header_rg .block-search .control-content {
    position: relative;
    width: 128px;
    display: flex !important;
    align-items: flex-end !important;
  }
  .header_contianer .header_rg .block-search .control-content .left {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 12.8px;
    height: 12.8px;
  }
  .header_contianer .header_rg .block-search .control-content .left img {
    display: block;
    width: 12.8px;
    height: 12.8px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .block-search .control-content input {
    box-sizing: border-box;
    padding-left: 12.8px !important;
    border: none !important;
    border-radius: 0;
    height: 12.8px !important;
    line-height: 12.8px !important;
    background: transparent;
  }
  .header_contianer .header_rg .block-search .pc-search-icon {
    display: block !important;
  }
  .header_contianer .header_rg .rg_login,
.header_contianer .header_rg .entrance {
    height: 18.6666666667px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner {
    height: 18.6666666667px !important;
    color: #000;
    font-weight: 500;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance .entrance-text {
    font-size: 7.4666666667px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance img {
    display: block;
    width: 12.8px;
    height: 12.8px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 12.8px;
    margin-left: 4.2666666667px !important;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .action.showcart {
    width: 12.8px;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    width: 12.8px;
    height: 12.8px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper .counter.qty {
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 13px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
  }

  .header_contianer.header_content {
    height: 52.2666666667px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header-left-info {
    height: 52.2666666667px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header_logo a,
.header_contianer.header_content .header_logo img {
    display: block;
    width: 106.6666666667px !important;
    image-rendering: auto;
    transition: width 0.5s !important;
  }
}
@media (min-width: 1280px) {
  #header_content {
    margin: 0 auto !important;
  }

  .header_contianer {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 106.6666666667px !important;
    margin: 0;
    padding: 0 9% !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .header_contianer .header-left-info {
    position: absolute;
    top: 0;
    left: 9%;
    height: 106.6666666667px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .header_contianer .header-left-info .header-left-info-item {
    color: #000;
    font-size: 9.3333333333px;
    font-weight: 500;
    line-height: 1;
  }
  .header_contianer .header-left-info .header-left-info-item a, .header_contianer .header-left-info .header-left-info-item span {
    color: #000;
    font-family: Gilroy-Medium, Gilroy !important;
    cursor: pointer;
  }
  .header_contianer .header-left-info .header-left-info-item:not(:last-child) {
    margin-right: 25.3333333333px;
  }
  .header_contianer .header_logo a {
    display: inline;
    height: auto !important;
  }
  .header_contianer .header_logo a,
.header_contianer .header_logo img {
    display: block;
    width: 200px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    position: absolute;
    right: 9%;
    width: fit-content;
    display: flex;
    align-items: flex-end;
  }
  .header_contianer .header_rg .block-search {
    box-sizing: border-box;
    width: 160px !important;
    height: 23.3333333333px !important;
    margin-right: 13.3333333333px;
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000 !important;
  }
  .header_contianer .header_rg .block-search .block-content,
.header_contianer .header_rg .block-search .form.minisearch,
.header_contianer .header_rg .block-search .field.search,
.header_contianer .header_rg .block-search .control,
.header_contianer .header_rg .block-search .control-content,
.header_contianer .header_rg .block-search input {
    height: 23.3333333333px !important;
  }
  .header_contianer .header_rg .block-search .control-content {
    position: relative;
    width: 160px;
    display: flex !important;
    align-items: flex-end !important;
  }
  .header_contianer .header_rg .block-search .control-content .left {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 16px;
    height: 16px;
  }
  .header_contianer .header_rg .block-search .control-content .left img {
    display: block;
    width: 16px;
    height: 16px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .block-search .control-content input {
    box-sizing: border-box;
    padding-left: 16px !important;
    border: none !important;
    border-radius: 0;
    height: 16px !important;
    line-height: 16px !important;
    background: transparent;
  }
  .header_contianer .header_rg .block-search .pc-search-icon {
    display: block !important;
  }
  .header_contianer .header_rg .rg_login,
.header_contianer .header_rg .entrance {
    height: 23.3333333333px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner {
    height: 23.3333333333px !important;
    color: #000;
    font-weight: 500;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance .entrance-text {
    font-size: 9.3333333333px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance img {
    display: block;
    width: 16px;
    height: 16px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 16px;
    margin-left: 5.3333333333px !important;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .action.showcart {
    width: 16px;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    width: 16px;
    height: 16px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper .counter.qty {
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 13px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
  }

  .header_contianer.header_content {
    height: 65.3333333333px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header-left-info {
    height: 65.3333333333px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header_logo a,
.header_contianer.header_content .header_logo img {
    display: block;
    width: 133.3333333333px !important;
    image-rendering: auto;
    transition: width 0.5s !important;
  }
}
@media (min-width: 1360px) {
  #header_content {
    margin: 0 auto !important;
  }

  .header_contianer {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 113.3333333333px !important;
    margin: 0;
    padding: 0 9% !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .header_contianer .header-left-info {
    position: absolute;
    top: 0;
    left: 9%;
    height: 113.3333333333px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .header_contianer .header-left-info .header-left-info-item {
    color: #000;
    font-size: 9.9166666667px;
    font-weight: 500;
    line-height: 1;
  }
  .header_contianer .header-left-info .header-left-info-item a, .header_contianer .header-left-info .header-left-info-item span {
    color: #000;
    font-family: Gilroy-Medium, Gilroy !important;
    cursor: pointer;
  }
  .header_contianer .header-left-info .header-left-info-item:not(:last-child) {
    margin-right: 26.9166666667px;
  }
  .header_contianer .header_logo a {
    display: inline;
    height: auto !important;
  }
  .header_contianer .header_logo a,
.header_contianer .header_logo img {
    display: block;
    width: 212.5px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    position: absolute;
    right: 9%;
    width: fit-content;
    display: flex;
    align-items: flex-end;
  }
  .header_contianer .header_rg .block-search {
    box-sizing: border-box;
    width: 170px !important;
    height: 24.7916666667px !important;
    margin-right: 14.1666666667px;
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000 !important;
  }
  .header_contianer .header_rg .block-search .block-content,
.header_contianer .header_rg .block-search .form.minisearch,
.header_contianer .header_rg .block-search .field.search,
.header_contianer .header_rg .block-search .control,
.header_contianer .header_rg .block-search .control-content,
.header_contianer .header_rg .block-search input {
    height: 24.7916666667px !important;
  }
  .header_contianer .header_rg .block-search .control-content {
    position: relative;
    width: 170px;
    display: flex !important;
    align-items: flex-end !important;
  }
  .header_contianer .header_rg .block-search .control-content .left {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 17px;
    height: 17px;
  }
  .header_contianer .header_rg .block-search .control-content .left img {
    display: block;
    width: 17px;
    height: 17px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .block-search .control-content input {
    box-sizing: border-box;
    padding-left: 17px !important;
    border: none !important;
    border-radius: 0;
    height: 17px !important;
    line-height: 17px !important;
    background: transparent;
  }
  .header_contianer .header_rg .block-search .pc-search-icon {
    display: block !important;
  }
  .header_contianer .header_rg .rg_login,
.header_contianer .header_rg .entrance {
    height: 24.7916666667px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner {
    height: 24.7916666667px !important;
    color: #000;
    font-weight: 500;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance .entrance-text {
    font-size: 9.9166666667px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance img {
    display: block;
    width: 17px;
    height: 17px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 17px;
    margin-left: 5.6666666667px !important;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .action.showcart {
    width: 17px;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    width: 17px;
    height: 17px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper .counter.qty {
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 13px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
  }

  .header_contianer.header_content {
    height: 69.4166666667px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header-left-info {
    height: 69.4166666667px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header_logo a,
.header_contianer.header_content .header_logo img {
    display: block;
    width: 141.6666666667px !important;
    image-rendering: auto;
    transition: width 0.5s !important;
  }
}
@media (min-width: 1440px) {
  #header_content {
    margin: 0 auto !important;
  }

  .header_contianer {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 120px !important;
    margin: 0;
    padding: 0 9% !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .header_contianer .header-left-info {
    position: absolute;
    top: 0;
    left: 9%;
    height: 120px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .header_contianer .header-left-info .header-left-info-item {
    color: #000;
    font-size: 10.5px;
    font-weight: 500;
    line-height: 1;
  }
  .header_contianer .header-left-info .header-left-info-item a, .header_contianer .header-left-info .header-left-info-item span {
    color: #000;
    font-family: Gilroy-Medium, Gilroy !important;
    cursor: pointer;
  }
  .header_contianer .header-left-info .header-left-info-item:not(:last-child) {
    margin-right: 28.5px;
  }
  .header_contianer .header_logo a {
    display: inline;
    height: auto !important;
  }
  .header_contianer .header_logo a,
.header_contianer .header_logo img {
    display: block;
    width: 225px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    position: absolute;
    right: 9%;
    width: fit-content;
    display: flex;
    align-items: flex-end;
  }
  .header_contianer .header_rg .block-search {
    box-sizing: border-box;
    width: 180px !important;
    height: 26.25px !important;
    margin-right: 15px;
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000 !important;
  }
  .header_contianer .header_rg .block-search .block-content,
.header_contianer .header_rg .block-search .form.minisearch,
.header_contianer .header_rg .block-search .field.search,
.header_contianer .header_rg .block-search .control,
.header_contianer .header_rg .block-search .control-content,
.header_contianer .header_rg .block-search input {
    height: 26.25px !important;
  }
  .header_contianer .header_rg .block-search .control-content {
    position: relative;
    width: 180px;
    display: flex !important;
    align-items: flex-end !important;
  }
  .header_contianer .header_rg .block-search .control-content .left {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 18px;
    height: 18px;
  }
  .header_contianer .header_rg .block-search .control-content .left img {
    display: block;
    width: 18px;
    height: 18px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .block-search .control-content input {
    box-sizing: border-box;
    padding-left: 18px !important;
    border: none !important;
    border-radius: 0;
    height: 18px !important;
    line-height: 18px !important;
    background: transparent;
  }
  .header_contianer .header_rg .block-search .pc-search-icon {
    display: block !important;
  }
  .header_contianer .header_rg .rg_login,
.header_contianer .header_rg .entrance {
    height: 26.25px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner {
    height: 26.25px !important;
    color: #000;
    font-weight: 500;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance .entrance-text {
    font-size: 10.5px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance img {
    display: block;
    width: 18px;
    height: 18px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 18px;
    margin-left: 6px !important;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .action.showcart {
    width: 18px;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    width: 18px;
    height: 18px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper .counter.qty {
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 13px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
  }

  .header_contianer.header_content {
    height: 73.5px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header-left-info {
    height: 73.5px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header_logo a,
.header_contianer.header_content .header_logo img {
    display: block;
    width: 150px !important;
    image-rendering: auto;
    transition: width 0.5s !important;
  }
}
@media (min-width: 1680px) {
  #header_content {
    margin: 0 auto !important;
  }

  .header_contianer {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 140px !important;
    margin: 0;
    padding: 0 9% !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .header_contianer .header-left-info {
    position: absolute;
    top: 0;
    left: 9%;
    height: 140px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .header_contianer .header-left-info .header-left-info-item {
    color: #000;
    font-size: 12.25px;
    font-weight: 500;
    line-height: 1;
  }
  .header_contianer .header-left-info .header-left-info-item a, .header_contianer .header-left-info .header-left-info-item span {
    color: #000;
    font-family: Gilroy-Medium, Gilroy !important;
    cursor: pointer;
  }
  .header_contianer .header-left-info .header-left-info-item:not(:last-child) {
    margin-right: 33.25px;
  }
  .header_contianer .header_logo a {
    display: inline;
    height: auto !important;
  }
  .header_contianer .header_logo a,
.header_contianer .header_logo img {
    display: block;
    width: 262.5px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    position: absolute;
    right: 9%;
    width: fit-content;
    display: flex;
    align-items: flex-end;
  }
  .header_contianer .header_rg .block-search {
    box-sizing: border-box;
    width: 210px !important;
    height: 30.625px !important;
    margin-right: 17.5px;
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000 !important;
  }
  .header_contianer .header_rg .block-search .block-content,
.header_contianer .header_rg .block-search .form.minisearch,
.header_contianer .header_rg .block-search .field.search,
.header_contianer .header_rg .block-search .control,
.header_contianer .header_rg .block-search .control-content,
.header_contianer .header_rg .block-search input {
    height: 30.625px !important;
  }
  .header_contianer .header_rg .block-search .control-content {
    position: relative;
    width: 210px;
    display: flex !important;
    align-items: flex-end !important;
  }
  .header_contianer .header_rg .block-search .control-content .left {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 21px;
    height: 21px;
  }
  .header_contianer .header_rg .block-search .control-content .left img {
    display: block;
    width: 21px;
    height: 21px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .block-search .control-content input {
    box-sizing: border-box;
    padding-left: 21px !important;
    border: none !important;
    border-radius: 0;
    height: 21px !important;
    line-height: 21px !important;
    background: transparent;
  }
  .header_contianer .header_rg .block-search .pc-search-icon {
    display: block !important;
  }
  .header_contianer .header_rg .rg_login,
.header_contianer .header_rg .entrance {
    height: 30.625px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner {
    height: 30.625px !important;
    color: #000;
    font-weight: 500;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance .entrance-text {
    font-size: 12.25px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance img {
    display: block;
    width: 21px;
    height: 21px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 21px;
    margin-left: 7px !important;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .action.showcart {
    width: 21px;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    width: 21px;
    height: 21px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper .counter.qty {
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 13px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
  }

  .header_contianer.header_content {
    height: 85.75px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header-left-info {
    height: 85.75px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header_logo a,
.header_contianer.header_content .header_logo img {
    display: block;
    width: 175px !important;
    image-rendering: auto;
    transition: width 0.5s !important;
  }
}
@media (min-width: 1920px) {
  #header_content {
    margin: 0 auto !important;
  }

  .header_contianer {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 160px !important;
    margin: 0;
    padding: 0 9% !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .header_contianer .header-left-info {
    position: absolute;
    top: 0;
    left: 9%;
    height: 160px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .header_contianer .header-left-info .header-left-info-item {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }
  .header_contianer .header-left-info .header-left-info-item a, .header_contianer .header-left-info .header-left-info-item span {
    color: #000;
    font-family: Gilroy-Medium, Gilroy !important;
    cursor: pointer;
  }
  .header_contianer .header-left-info .header-left-info-item:not(:last-child) {
    margin-right: 38px;
  }
  .header_contianer .header_logo a {
    display: inline;
    height: auto !important;
  }
  .header_contianer .header_logo a,
.header_contianer .header_logo img {
    display: block;
    width: 300px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    position: absolute;
    right: 9%;
    width: fit-content;
    display: flex;
    align-items: flex-end;
  }
  .header_contianer .header_rg .block-search {
    box-sizing: border-box;
    width: 240px !important;
    height: 35px !important;
    margin-right: 20px;
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000 !important;
  }
  .header_contianer .header_rg .block-search .block-content,
.header_contianer .header_rg .block-search .form.minisearch,
.header_contianer .header_rg .block-search .field.search,
.header_contianer .header_rg .block-search .control,
.header_contianer .header_rg .block-search .control-content,
.header_contianer .header_rg .block-search input {
    height: 35px !important;
  }
  .header_contianer .header_rg .block-search .control-content {
    position: relative;
    width: 240px;
    display: flex !important;
    align-items: flex-end !important;
  }
  .header_contianer .header_rg .block-search .control-content .left {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 24px;
    height: 24px;
  }
  .header_contianer .header_rg .block-search .control-content .left img {
    display: block;
    width: 24px;
    height: 24px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .block-search .control-content input {
    box-sizing: border-box;
    padding-left: 24px !important;
    border: none !important;
    border-radius: 0;
    height: 24px !important;
    line-height: 24px !important;
    background: transparent;
  }
  .header_contianer .header_rg .block-search .pc-search-icon {
    display: block !important;
  }
  .header_contianer .header_rg .rg_login,
.header_contianer .header_rg .entrance {
    height: 35px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner {
    height: 35px !important;
    color: #000;
    font-weight: 500;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance .entrance-text {
    font-size: 14px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance img {
    display: block;
    width: 24px;
    height: 24px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 24px;
    margin-left: 8px !important;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .action.showcart {
    width: 24px;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    width: 24px;
    height: 24px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper .counter.qty {
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 13px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
  }

  .header_contianer.header_content {
    height: 98px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header-left-info {
    height: 98px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header_logo a,
.header_contianer.header_content .header_logo img {
    display: block;
    width: 200px !important;
    image-rendering: auto;
    transition: width 0.5s !important;
  }
}
@media (min-width: 2048px) {
  #header_content {
    margin: 0 auto !important;
  }

  .header_contianer {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 170.6666666667px !important;
    margin: 0;
    padding: 0 9% !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .header_contianer .header-left-info {
    position: absolute;
    top: 0;
    left: 9%;
    height: 170.6666666667px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .header_contianer .header-left-info .header-left-info-item {
    color: #000;
    font-size: 14.9333333333px;
    font-weight: 500;
    line-height: 1;
  }
  .header_contianer .header-left-info .header-left-info-item a, .header_contianer .header-left-info .header-left-info-item span {
    color: #000;
    font-family: Gilroy-Medium, Gilroy !important;
    cursor: pointer;
  }
  .header_contianer .header-left-info .header-left-info-item:not(:last-child) {
    margin-right: 40.5333333333px;
  }
  .header_contianer .header_logo a {
    display: inline;
    height: auto !important;
  }
  .header_contianer .header_logo a,
.header_contianer .header_logo img {
    display: block;
    width: 320px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    position: absolute;
    right: 9%;
    width: fit-content;
    display: flex;
    align-items: flex-end;
  }
  .header_contianer .header_rg .block-search {
    box-sizing: border-box;
    width: 256px !important;
    height: 37.3333333333px !important;
    margin-right: 21.3333333333px;
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000 !important;
  }
  .header_contianer .header_rg .block-search .block-content,
.header_contianer .header_rg .block-search .form.minisearch,
.header_contianer .header_rg .block-search .field.search,
.header_contianer .header_rg .block-search .control,
.header_contianer .header_rg .block-search .control-content,
.header_contianer .header_rg .block-search input {
    height: 37.3333333333px !important;
  }
  .header_contianer .header_rg .block-search .control-content {
    position: relative;
    width: 256px;
    display: flex !important;
    align-items: flex-end !important;
  }
  .header_contianer .header_rg .block-search .control-content .left {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 25.6px;
    height: 25.6px;
  }
  .header_contianer .header_rg .block-search .control-content .left img {
    display: block;
    width: 25.6px;
    height: 25.6px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .block-search .control-content input {
    box-sizing: border-box;
    padding-left: 25.6px !important;
    border: none !important;
    border-radius: 0;
    height: 25.6px !important;
    line-height: 25.6px !important;
    background: transparent;
  }
  .header_contianer .header_rg .block-search .pc-search-icon {
    display: block !important;
  }
  .header_contianer .header_rg .rg_login,
.header_contianer .header_rg .entrance {
    height: 37.3333333333px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner {
    height: 37.3333333333px !important;
    color: #000;
    font-weight: 500;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance .entrance-text {
    font-size: 14.9333333333px !important;
  }
  .header_contianer .header_rg .customer-welcome.custmer-contarner .entrance img {
    display: block;
    width: 25.6px;
    height: 25.6px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 25.6px;
    margin-left: 8.5333333333px !important;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .action.showcart {
    width: 25.6px;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    width: 25.6px;
    height: 25.6px;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper .counter.qty {
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 13px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
  }

  .header_contianer.header_content {
    height: 104.5333333333px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header-left-info {
    height: 104.5333333333px !important;
    transition: height 1s !important;
  }
  .header_contianer.header_content .header_logo a,
.header_contianer.header_content .header_logo img {
    display: block;
    width: 213.3333333333px !important;
    image-rendering: auto;
    transition: width 0.5s !important;
  }
}
@media only screen and (min-width: 218px) and (max-width: 800px) {
  .block-search {
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .block-search .actions {
    display: flex !important;
    height: 32px !important;
  }
  .block-search .actions span {
    font-size: 14px !important;
    font-weight: 600;
  }
  .block-search .h5-back-icon {
    display: flex !important;
    align-items: center;
  }

  .header_contianer {
    box-sizing: border-box;
    width: 100%;
    height: 27.904px !important;
    padding: 0 9.3013333333px !important;
    display: flex;
    align-items: center;
  }
  .header_contianer .nav-toggle {
    width: 13.952px !important;
    height: 13.952px !important;
    background: url("https://static.povison.com/media/wysiwyg/icon/home/menu_toggle_icon.svg");
    background-size: contain;
    top: 13px !important;
  }
  .header_contianer .nav-toggle:before {
    display: none;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 63.9466666667px;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    height: 13.952px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .header_contianer .header_rg .header_lf_box {
    width: 13.952px !important;
    height: 13.952px !important;
    margin-right: 2.3253333333px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search {
    width: 13.952px !important;
    height: 13.952px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search .icon {
    display: block;
    width: 13.952px !important;
    height: 13.952px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 13.952px !important;
    margin: 0 !important;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    display: block;
    width: 13.952px !important;
    height: 13.952px !important;
    image-rendering: auto;
  }
  .header_contianer .header_logo h1 {
    margin-bottom: 0 !important;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 63.9466666667px;
    image-rendering: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
  .block-search {
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .block-search .actions {
    display: flex !important;
    height: 32px !important;
  }
  .block-search .actions span {
    font-size: 14px !important;
    font-weight: 600;
  }
  .block-search .h5-back-icon {
    display: flex !important;
    align-items: center;
  }

  .header_contianer {
    box-sizing: border-box;
    width: 100%;
    height: 40.96px !important;
    padding: 0 13.6533333333px !important;
    display: flex;
    align-items: center;
  }
  .header_contianer .nav-toggle {
    width: 20.48px !important;
    height: 20.48px !important;
    background: url("https://static.povison.com/media/wysiwyg/icon/home/menu_toggle_icon.svg");
    background-size: contain;
    top: 13px !important;
  }
  .header_contianer .nav-toggle:before {
    display: none;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 93.8666666667px;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    height: 20.48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .header_contianer .header_rg .header_lf_box {
    width: 20.48px !important;
    height: 20.48px !important;
    margin-right: 3.4133333333px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search {
    width: 20.48px !important;
    height: 20.48px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search .icon {
    display: block;
    width: 20.48px !important;
    height: 20.48px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 20.48px !important;
    margin: 0 !important;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    display: block;
    width: 20.48px !important;
    height: 20.48px !important;
    image-rendering: auto;
  }
  .header_contianer .header_logo h1 {
    margin-bottom: 0 !important;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 93.8666666667px;
    image-rendering: auto;
  }
}
@media only screen and (min-width: 326px) and (max-width: 800px) {
  .block-search {
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .block-search .actions {
    display: flex !important;
    height: 32px !important;
  }
  .block-search .actions span {
    font-size: 14px !important;
    font-weight: 600;
  }
  .block-search .h5-back-icon {
    display: flex !important;
    align-items: center;
  }

  .header_contianer {
    box-sizing: border-box;
    width: 100%;
    height: 41.728px !important;
    padding: 0 13.9093333333px !important;
    display: flex;
    align-items: center;
  }
  .header_contianer .nav-toggle {
    width: 20.864px !important;
    height: 20.864px !important;
    background: url("https://static.povison.com/media/wysiwyg/icon/home/menu_toggle_icon.svg");
    background-size: contain;
    top: 13px !important;
  }
  .header_contianer .nav-toggle:before {
    display: none;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 95.6266666667px;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    height: 20.864px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .header_contianer .header_rg .header_lf_box {
    width: 20.864px !important;
    height: 20.864px !important;
    margin-right: 3.4773333333px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search {
    width: 20.864px !important;
    height: 20.864px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search .icon {
    display: block;
    width: 20.864px !important;
    height: 20.864px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 20.864px !important;
    margin: 0 !important;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    display: block;
    width: 20.864px !important;
    height: 20.864px !important;
    image-rendering: auto;
  }
  .header_contianer .header_logo h1 {
    margin-bottom: 0 !important;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 95.6266666667px;
    image-rendering: auto;
  }
}
@media only screen and (min-width: 375px) and (max-width: 800px) {
  .block-search {
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .block-search .actions {
    display: flex !important;
    height: 32px !important;
  }
  .block-search .actions span {
    font-size: 14px !important;
    font-weight: 600;
  }
  .block-search .h5-back-icon {
    display: flex !important;
    align-items: center;
  }

  .header_contianer {
    box-sizing: border-box;
    width: 100%;
    height: 48px !important;
    padding: 0 16px !important;
    display: flex;
    align-items: center;
  }
  .header_contianer .nav-toggle {
    width: 24px !important;
    height: 24px !important;
    background: url("https://static.povison.com/media/wysiwyg/icon/home/menu_toggle_icon.svg");
    background-size: contain;
    top: 13px !important;
  }
  .header_contianer .nav-toggle:before {
    display: none;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 110px;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .header_contianer .header_rg .header_lf_box {
    width: 24px !important;
    height: 24px !important;
    margin-right: 4px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search {
    width: 24px !important;
    height: 24px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search .icon {
    display: block;
    width: 24px !important;
    height: 24px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 24px !important;
    margin: 0 !important;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    display: block;
    width: 24px !important;
    height: 24px !important;
    image-rendering: auto;
  }
  .header_contianer .header_logo h1 {
    margin-bottom: 0 !important;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 110px;
    image-rendering: auto;
  }
}
@media only screen and (min-width: 386px) and (max-width: 800px) {
  .block-search {
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .block-search .actions {
    display: flex !important;
    height: 32px !important;
  }
  .block-search .actions span {
    font-size: 14px !important;
    font-weight: 600;
  }
  .block-search .h5-back-icon {
    display: flex !important;
    align-items: center;
  }

  .header_contianer {
    box-sizing: border-box;
    width: 100%;
    height: 49.408px !important;
    padding: 0 16.4693333333px !important;
    display: flex;
    align-items: center;
  }
  .header_contianer .nav-toggle {
    width: 24.704px !important;
    height: 24.704px !important;
    background: url("https://static.povison.com/media/wysiwyg/icon/home/menu_toggle_icon.svg");
    background-size: contain;
    top: 13px !important;
  }
  .header_contianer .nav-toggle:before {
    display: none;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 113.2266666667px;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    height: 24.704px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .header_contianer .header_rg .header_lf_box {
    width: 24.704px !important;
    height: 24.704px !important;
    margin-right: 4.1173333333px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search {
    width: 24.704px !important;
    height: 24.704px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search .icon {
    display: block;
    width: 24.704px !important;
    height: 24.704px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 24.704px !important;
    margin: 0 !important;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    display: block;
    width: 24.704px !important;
    height: 24.704px !important;
    image-rendering: auto;
  }
  .header_contianer .header_logo h1 {
    margin-bottom: 0 !important;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 113.2266666667px;
    image-rendering: auto;
  }
}
@media only screen and (min-width: 424px) and (max-width: 800px) {
  .block-search {
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .block-search .actions {
    display: flex !important;
    height: 32px !important;
  }
  .block-search .actions span {
    font-size: 14px !important;
    font-weight: 600;
  }
  .block-search .h5-back-icon {
    display: flex !important;
    align-items: center;
  }

  .header_contianer {
    box-sizing: border-box;
    width: 100%;
    height: 54.272px !important;
    padding: 0 18.0906666667px !important;
    display: flex;
    align-items: center;
  }
  .header_contianer .nav-toggle {
    width: 27.136px !important;
    height: 27.136px !important;
    background: url("https://static.povison.com/media/wysiwyg/icon/home/menu_toggle_icon.svg");
    background-size: contain;
    top: 13px !important;
  }
  .header_contianer .nav-toggle:before {
    display: none;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 124.3733333333px;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    height: 27.136px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .header_contianer .header_rg .header_lf_box {
    width: 27.136px !important;
    height: 27.136px !important;
    margin-right: 4.5226666667px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search {
    width: 27.136px !important;
    height: 27.136px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search .icon {
    display: block;
    width: 27.136px !important;
    height: 27.136px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 27.136px !important;
    margin: 0 !important;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    display: block;
    width: 27.136px !important;
    height: 27.136px !important;
    image-rendering: auto;
  }
  .header_contianer .header_logo h1 {
    margin-bottom: 0 !important;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 124.3733333333px;
    image-rendering: auto;
  }
}
@media only screen and (min-width: 432px) and (max-width: 800px) {
  .block-search {
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .block-search .actions {
    display: flex !important;
    height: 32px !important;
  }
  .block-search .actions span {
    font-size: 14px !important;
    font-weight: 600;
  }
  .block-search .h5-back-icon {
    display: flex !important;
    align-items: center;
  }

  .header_contianer {
    box-sizing: border-box;
    width: 100%;
    height: 55.296px !important;
    padding: 0 18.432px !important;
    display: flex;
    align-items: center;
  }
  .header_contianer .nav-toggle {
    width: 27.648px !important;
    height: 27.648px !important;
    background: url("https://static.povison.com/media/wysiwyg/icon/home/menu_toggle_icon.svg");
    background-size: contain;
    top: 13px !important;
  }
  .header_contianer .nav-toggle:before {
    display: none;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 126.72px;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    height: 27.648px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .header_contianer .header_rg .header_lf_box {
    width: 27.648px !important;
    height: 27.648px !important;
    margin-right: 4.608px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search {
    width: 27.648px !important;
    height: 27.648px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search .icon {
    display: block;
    width: 27.648px !important;
    height: 27.648px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 27.648px !important;
    margin: 0 !important;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    display: block;
    width: 27.648px !important;
    height: 27.648px !important;
    image-rendering: auto;
  }
  .header_contianer .header_logo h1 {
    margin-bottom: 0 !important;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 126.72px;
    image-rendering: auto;
  }
}
@media only screen and (min-width: 441px) and (max-width: 800px) {
  .block-search {
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .block-search .actions {
    display: flex !important;
    height: 32px !important;
  }
  .block-search .actions span {
    font-size: 14px !important;
    font-weight: 600;
  }
  .block-search .h5-back-icon {
    display: flex !important;
    align-items: center;
  }

  .header_contianer {
    box-sizing: border-box;
    width: 100%;
    height: 56.448px !important;
    padding: 0 18.816px !important;
    display: flex;
    align-items: center;
  }
  .header_contianer .nav-toggle {
    width: 28.224px !important;
    height: 28.224px !important;
    background: url("https://static.povison.com/media/wysiwyg/icon/home/menu_toggle_icon.svg");
    background-size: contain;
    top: 13px !important;
  }
  .header_contianer .nav-toggle:before {
    display: none;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 129.36px;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    height: 28.224px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .header_contianer .header_rg .header_lf_box {
    width: 28.224px !important;
    height: 28.224px !important;
    margin-right: 4.704px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search {
    width: 28.224px !important;
    height: 28.224px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search .icon {
    display: block;
    width: 28.224px !important;
    height: 28.224px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 28.224px !important;
    margin: 0 !important;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    display: block;
    width: 28.224px !important;
    height: 28.224px !important;
    image-rendering: auto;
  }
  .header_contianer .header_logo h1 {
    margin-bottom: 0 !important;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 129.36px;
    image-rendering: auto;
  }
}
@media only screen and (min-width: 458px) and (max-width: 800px) {
  .block-search {
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .block-search .actions {
    display: flex !important;
    height: 32px !important;
  }
  .block-search .actions span {
    font-size: 14px !important;
    font-weight: 600;
  }
  .block-search .h5-back-icon {
    display: flex !important;
    align-items: center;
  }

  .header_contianer {
    box-sizing: border-box;
    width: 100%;
    height: 58.624px !important;
    padding: 0 19.5413333333px !important;
    display: flex;
    align-items: center;
  }
  .header_contianer .nav-toggle {
    width: 29.312px !important;
    height: 29.312px !important;
    background: url("https://static.povison.com/media/wysiwyg/icon/home/menu_toggle_icon.svg");
    background-size: contain;
    top: 13px !important;
  }
  .header_contianer .nav-toggle:before {
    display: none;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 134.3466666667px;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    height: 29.312px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .header_contianer .header_rg .header_lf_box {
    width: 29.312px !important;
    height: 29.312px !important;
    margin-right: 4.8853333333px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search {
    width: 29.312px !important;
    height: 29.312px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search .icon {
    display: block;
    width: 29.312px !important;
    height: 29.312px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 29.312px !important;
    margin: 0 !important;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    display: block;
    width: 29.312px !important;
    height: 29.312px !important;
    image-rendering: auto;
  }
  .header_contianer .header_logo h1 {
    margin-bottom: 0 !important;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 134.3466666667px;
    image-rendering: auto;
  }
}
@media only screen and (min-width: 493px) and (max-width: 800px) {
  .block-search {
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .block-search .actions {
    display: flex !important;
    height: 32px !important;
  }
  .block-search .actions span {
    font-size: 14px !important;
    font-weight: 600;
  }
  .block-search .h5-back-icon {
    display: flex !important;
    align-items: center;
  }

  .header_contianer {
    box-sizing: border-box;
    width: 100%;
    height: 63.104px !important;
    padding: 0 21.0346666667px !important;
    display: flex;
    align-items: center;
  }
  .header_contianer .nav-toggle {
    width: 31.552px !important;
    height: 31.552px !important;
    background: url("https://static.povison.com/media/wysiwyg/icon/home/menu_toggle_icon.svg");
    background-size: contain;
    top: 13px !important;
  }
  .header_contianer .nav-toggle:before {
    display: none;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 144.6133333333px;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    height: 31.552px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .header_contianer .header_rg .header_lf_box {
    width: 31.552px !important;
    height: 31.552px !important;
    margin-right: 5.2586666667px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search {
    width: 31.552px !important;
    height: 31.552px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search .icon {
    display: block;
    width: 31.552px !important;
    height: 31.552px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 31.552px !important;
    margin: 0 !important;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    display: block;
    width: 31.552px !important;
    height: 31.552px !important;
    image-rendering: auto;
  }
  .header_contianer .header_logo h1 {
    margin-bottom: 0 !important;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 144.6133333333px;
    image-rendering: auto;
  }
}
@media only screen and (min-width: 518px) and (max-width: 800px) {
  .block-search {
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .block-search .actions {
    display: flex !important;
    height: 32px !important;
  }
  .block-search .actions span {
    font-size: 14px !important;
    font-weight: 600;
  }
  .block-search .h5-back-icon {
    display: flex !important;
    align-items: center;
  }

  .header_contianer {
    box-sizing: border-box;
    width: 100%;
    height: 66.304px !important;
    padding: 0 22.1013333333px !important;
    display: flex;
    align-items: center;
  }
  .header_contianer .nav-toggle {
    width: 33.152px !important;
    height: 33.152px !important;
    background: url("https://static.povison.com/media/wysiwyg/icon/home/menu_toggle_icon.svg");
    background-size: contain;
    top: 13px !important;
  }
  .header_contianer .nav-toggle:before {
    display: none;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 151.9466666667px;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    height: 33.152px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .header_contianer .header_rg .header_lf_box {
    width: 33.152px !important;
    height: 33.152px !important;
    margin-right: 5.5253333333px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search {
    width: 33.152px !important;
    height: 33.152px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search .icon {
    display: block;
    width: 33.152px !important;
    height: 33.152px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 33.152px !important;
    margin: 0 !important;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    display: block;
    width: 33.152px !important;
    height: 33.152px !important;
    image-rendering: auto;
  }
  .header_contianer .header_logo h1 {
    margin-bottom: 0 !important;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 151.9466666667px;
    image-rendering: auto;
  }
}
@media only screen and (min-width: 540px) and (max-width: 800px) {
  .block-search {
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .block-search .actions {
    display: flex !important;
    height: 32px !important;
  }
  .block-search .actions span {
    font-size: 14px !important;
    font-weight: 600;
  }
  .block-search .h5-back-icon {
    display: flex !important;
    align-items: center;
  }

  .header_contianer {
    box-sizing: border-box;
    width: 100%;
    height: 69.12px !important;
    padding: 0 23.04px !important;
    display: flex;
    align-items: center;
  }
  .header_contianer .nav-toggle {
    width: 34.56px !important;
    height: 34.56px !important;
    background: url("https://static.povison.com/media/wysiwyg/icon/home/menu_toggle_icon.svg");
    background-size: contain;
    top: 13px !important;
  }
  .header_contianer .nav-toggle:before {
    display: none;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 158.4px;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    height: 34.56px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .header_contianer .header_rg .header_lf_box {
    width: 34.56px !important;
    height: 34.56px !important;
    margin-right: 5.76px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search {
    width: 34.56px !important;
    height: 34.56px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search .icon {
    display: block;
    width: 34.56px !important;
    height: 34.56px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 34.56px !important;
    margin: 0 !important;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    display: block;
    width: 34.56px !important;
    height: 34.56px !important;
    image-rendering: auto;
  }
  .header_contianer .header_logo h1 {
    margin-bottom: 0 !important;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 158.4px;
    image-rendering: auto;
  }
}
@media only screen and (min-width: 565px) and (max-width: 800px) {
  .block-search {
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .block-search .actions {
    display: flex !important;
    height: 32px !important;
  }
  .block-search .actions span {
    font-size: 14px !important;
    font-weight: 600;
  }
  .block-search .h5-back-icon {
    display: flex !important;
    align-items: center;
  }

  .header_contianer {
    box-sizing: border-box;
    width: 100%;
    height: 72.32px !important;
    padding: 0 24.1066666667px !important;
    display: flex;
    align-items: center;
  }
  .header_contianer .nav-toggle {
    width: 36.16px !important;
    height: 36.16px !important;
    background: url("https://static.povison.com/media/wysiwyg/icon/home/menu_toggle_icon.svg");
    background-size: contain;
    top: 13px !important;
  }
  .header_contianer .nav-toggle:before {
    display: none;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 165.7333333333px;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    height: 36.16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .header_contianer .header_rg .header_lf_box {
    width: 36.16px !important;
    height: 36.16px !important;
    margin-right: 6.0266666667px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search {
    width: 36.16px !important;
    height: 36.16px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search .icon {
    display: block;
    width: 36.16px !important;
    height: 36.16px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 36.16px !important;
    margin: 0 !important;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    display: block;
    width: 36.16px !important;
    height: 36.16px !important;
    image-rendering: auto;
  }
  .header_contianer .header_logo h1 {
    margin-bottom: 0 !important;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 165.7333333333px;
    image-rendering: auto;
  }
}
@media only screen and (min-width: 800px) and (max-width: 800px) {
  .block-search {
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .block-search .actions {
    display: flex !important;
    height: 32px !important;
  }
  .block-search .actions span {
    font-size: 14px !important;
    font-weight: 600;
  }
  .block-search .h5-back-icon {
    display: flex !important;
    align-items: center;
  }

  .header_contianer {
    box-sizing: border-box;
    width: 100%;
    height: 102.4px !important;
    padding: 0 34.1333333333px !important;
    display: flex;
    align-items: center;
  }
  .header_contianer .nav-toggle {
    width: 51.2px !important;
    height: 51.2px !important;
    background: url("https://static.povison.com/media/wysiwyg/icon/home/menu_toggle_icon.svg");
    background-size: contain;
    top: 13px !important;
  }
  .header_contianer .nav-toggle:before {
    display: none;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 234.6666666667px;
    image-rendering: auto;
  }
  .header_contianer .header_rg {
    height: 51.2px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .header_contianer .header_rg .header_lf_box {
    width: 51.2px !important;
    height: 51.2px !important;
    margin-right: 8.5333333333px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search {
    width: 51.2px !important;
    height: 51.2px !important;
  }
  .header_contianer .header_rg .header_lf_box .header_lf_search.nav-search .icon {
    display: block;
    width: 51.2px !important;
    height: 51.2px !important;
    image-rendering: auto;
  }
  .header_contianer .header_rg .minicart-wrapper {
    width: 51.2px !important;
    margin: 0 !important;
  }
  .header_contianer .header_rg .minicart-wrapper .mini-cart-icon {
    display: block;
    width: 51.2px !important;
    height: 51.2px !important;
    image-rendering: auto;
  }
  .header_contianer .header_logo h1 {
    margin-bottom: 0 !important;
  }
  .header_contianer .header_logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
  }
  .header_contianer .header_logo .logo,
.header_contianer .header_logo .logo img {
    width: 234.6666666667px;
    image-rendering: auto;
  }
}

/*# sourceMappingURL=header.css.map */
.cms-index-index h1{
    text-align: center;
    text-shadow: none;
    font-size: 3.6rem;
    margin-bottom: 0px;
    color: #F49D40;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 0px !important;
}
.page-header .panel.wrapper {
    background-color: #fff !important;
    border-bottom: 0px !important;
}

.qs-option-name {
    color: #333 !important;
}

.page-header .header.panel {
    padding: 0px !important;
    max-width: 100% !important;
}

.page-header .header.panel .action {
    display: none !important;
}


/* .page-header .header_info_box {
    text-align: center;
    background-color: rgba(248, 124, 86, 1);
    color: #fff;
    height: 41px;
    line-height: 41px;
} */

.top_picks_block .product-item-inner {
    display: none !important;
}

.top_picks_block .product-item-actions {
    display: none !important;
}

.header_content {
    top: 0 !important;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%) !important;
    position: fixed !important;
    z-index: 900;
    background: #fff;
}

.header_info_box p {
    margin-bottom: 0px;
    height: 100%;
}

.minicart-wrapper .action.showcart:before {
    display: none;
}

.minicart-wrapper .action.showcart.active:before {
    display: none;
}

@media screen and (min-width: 768px) {
    .header.content {
        padding: 0 !important;
    }
    .header.content .logo {
        width: 260px;
        height: 60px;
        max-width: 100%;
        margin: 0px !important;
    }
    .header.content .logo img {
        /* max-width: 180px; */
    }
    .header-navigation {
        width: 90vw;
        margin: 0 auto;
        display: flex;
    }
    .header-navigation .nav-sections {
        flex: 1;
    }
    .page-header .switcher {
        margin: 0px !important;
    }
    .header_lf_search {
        display: none;
    }
    .header.content {
        max-width: 100% !important;
        width: 100% !important;
        background: #fff;
        z-index: 99;
        top: unset;
        box-shadow: none;
        position: relative;
        padding: 0px !important;
    }
    .header_contianer {
        width: 100%;
        display: flex;
        margin: 0 auto;
        margin: 0 auto;
        justify-content: flex-end;
        height: 65px;
        padding: 15px 0;
    }
    .header_content {
        padding: 0px !important;
    }
    .header_rg {
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .block-content input {
        outline: none;
        /* border: none; */
        border-radius: 5px;
        padding: 0 25px 0 10px!important;
        font-size: 12px !important;
    }
    .block-content input:focus {
        box-shadow: none;
    }
    .search-autocomplete {
        width: 100%;
        height: 250px;
        background: #fff;
        z-index: 9999;
        border-top: 0px;
        box-shadow: 0 2px 5px rgb(0 0 0 / 19%);
        overflow-y: auto;
        display: none;
        border-radius: 3px;
        padding: 5px 0;
    }
    .search-autocomplete::-webkit-scrollbar {
        display: none;
    }
    .header_lf_box {
        display: none;
    }
    .header_rg .minicart-wrapper svg {
        height: 22px;
        width: 22px;
        margin-top: 6px;
    }
    .customer-welcome {
        display: flex !important;
    }
    .customer-welcome .customer-name {
        display: flex;
        align-items: center;
    }
    .columns .column.main {
        padding-bottom: 0px !important;
    }
}

@media (max-width: 767px) {
    .page-header {
        margin-bottom: 0px !important;
        border: 0px !important;
    }
    .page-header .header_info_box {
        height: 5rem;
        line-height: 5rem;
    }
    .header.content {
        padding: 0px !important;
        width: 100%;
    }
    .header_contianer {
        width: 100%;
        display: flex;
        align-items: center;
        height: 5rem;
        padding: 10px 0;
    }
    .rg_login,
    .switcher-currency {
        display: none;
    }
    .header_lf_box {
        margin-right: 10px;
        display: flex;
        align-items: center;
    }
    .header_lf_box span {
        height: 30px;
    }
    .header_lf_box svg {
        height: 30px;
        width: 30px;
    }
    .minicart-wrapper svg {
        height: 22px;
        width: 22px;
        margin-top: 5px;
    }
    .iconsearch {
        font-size: 22px !important;
    }
    .header_logo {
        flex: 1;
        display: flex;
        justify-content: center;
    }
    .header_logo .logo {
        width: 50%;
        font-size: 1.25rem;
        color: inherit;
        position: absolute;
        left: 0;
        right: 5px;
        margin: auto;
        top: -5px;
        bottom: 0;
    }
    .header_logo .nav-toggle {
        text-decoration: none;
        cursor: pointer;
        display: block;
        font-size: 0;
        left: 15px;
        position: absolute;
        top: 0px;
        z-index: 14;
        height: 100%;
        display: flex !important;
        align-items: center;
    }
    .header_rg {
        padding: 0 25px;
        display: flex;
        align-items: center;
    }
    .minicart-wrapper {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 320px) {
    .header_logo .logo {
        height: 40px;
    }
}

@media only screen and (max-width: 500px) {
    .header_logo .logo {
        height: 50px;
    }
}

.header_logo img {
    width: 100%;
    height: 100%;
    margin: 0 auto!important;
}

.nav-toggle:before {
    font-size: 32px !important;
    color: #b3b2b2 !important;
}

@media (max-width: 767px) {
    /* 修改移动端导航栏 */
    .nav-open .nav-off-canvas .nav-sections {
        z-index: 99999
    }
    .nav-open .nav-off-canvas .nav-toggle:before {
        display: none;
    }
    .nav-off-canvas .nav-sections .nav-sections-item-title {
        display: contents;
    }
    .section-item-content.id\= {
        padding: 0 10px;
    }
    .cms-index-index .home-bannerslider_pc {
        position: relative;
        z-index: 0;
    }
    .page-with-filter .columns {
        z-index: 0;
    }
}
@media (min-width: 800px) {
  .global-white-glove-service-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    width: 475px;
    height: 337.5px;
    background: #fff;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: 100%;
    height: 35.8333333333px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 14.1666666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title .gray-close-icon {
    position: absolute;
    right: 30px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    box-sizing: border-box;
    padding: 0 12.5px;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-header {
    width: 100%;
    height: 58.3333333333px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(147, 0, 49, 0.3);
  }
  .global-white-glove-service-popup .table-header .table-header-item {
    box-sizing: border-box;
    position: relative;
    flex: 1;
    height: 100%;
    padding-top: 6.6666666667px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .global-white-glove-service-popup .table-header .table-header-item img {
    width: 20.8333333333px;
    height: 20.8333333333px;
    image-rendering: auto;
    margin-bottom: 4.1666666667px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .title {
    margin-bottom: 1.25px;
    color: #333333;
    font-size: 8.3333333333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 10px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .summary {
    color: #333333;
    font-size: 5.8333333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 5.8333333333px;
  }
  .global-white-glove-service-popup .table-header .table-header-item:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 292.5px;
    background: rgba(148, 78, 108, 0.3);
  }
  .global-white-glove-service-popup .table-info {
    width: 100%;
  }
  .global-white-glove-service-popup .table-info .table-info-row {
    width: 100%;
    height: 46.6666666667px;
    display: flex;
    align-items: center;
    background: #fff;
  }
  .global-white-glove-service-popup .table-info .table-info-row:nth-child(1), .global-white-glove-service-popup .table-info .table-info-row:nth-child(3), .global-white-glove-service-popup .table-info .table-info-row:nth-child(5) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-info .table-info-item {
    flex: 1;
    height: 46.6666666667px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-info .table-info-item.has-desc {
    box-sizing: border-box;
    padding-top: 10.8333333333px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .global-white-glove-service-popup .table-info .table-info-item.name {
    font-size: 7.5px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price {
    font-size: 8.3333333333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price-desc {
    font-size: 7.5px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon img {
    width: 20.8333333333px;
    height: 20.8333333333px;
    image-rendering: auto;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc {
    margin-top: 1.6666666667px;
    font-size: 5.8333333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc .underline {
    text-decoration: underline;
  }
}
@media (min-width: 960px) {
  .global-white-glove-service-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    width: 570px;
    height: 405px;
    background: #fff;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: 100%;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 17px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title .gray-close-icon {
    position: absolute;
    right: 30px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-header {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(147, 0, 49, 0.3);
  }
  .global-white-glove-service-popup .table-header .table-header-item {
    box-sizing: border-box;
    position: relative;
    flex: 1;
    height: 100%;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .global-white-glove-service-popup .table-header .table-header-item img {
    width: 25px;
    height: 25px;
    image-rendering: auto;
    margin-bottom: 5px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .title {
    margin-bottom: 1.5px;
    color: #333333;
    font-size: 10px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 12px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .summary {
    color: #333333;
    font-size: 7px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 7px;
  }
  .global-white-glove-service-popup .table-header .table-header-item:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 351px;
    background: rgba(148, 78, 108, 0.3);
  }
  .global-white-glove-service-popup .table-info {
    width: 100%;
  }
  .global-white-glove-service-popup .table-info .table-info-row {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    background: #fff;
  }
  .global-white-glove-service-popup .table-info .table-info-row:nth-child(1), .global-white-glove-service-popup .table-info .table-info-row:nth-child(3), .global-white-glove-service-popup .table-info .table-info-row:nth-child(5) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-info .table-info-item {
    flex: 1;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-info .table-info-item.has-desc {
    box-sizing: border-box;
    padding-top: 13px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .global-white-glove-service-popup .table-info .table-info-item.name {
    font-size: 9px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price {
    font-size: 10px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price-desc {
    font-size: 9px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon img {
    width: 25px;
    height: 25px;
    image-rendering: auto;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc {
    margin-top: 2px;
    font-size: 7px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc .underline {
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .global-white-glove-service-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    width: 608px;
    height: 432px;
    background: #fff;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: 100%;
    height: 45.8666666667px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 18.1333333333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title .gray-close-icon {
    position: absolute;
    right: 30px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    box-sizing: border-box;
    padding: 0 16px;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-header {
    width: 100%;
    height: 74.6666666667px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(147, 0, 49, 0.3);
  }
  .global-white-glove-service-popup .table-header .table-header-item {
    box-sizing: border-box;
    position: relative;
    flex: 1;
    height: 100%;
    padding-top: 8.5333333333px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .global-white-glove-service-popup .table-header .table-header-item img {
    width: 26.6666666667px;
    height: 26.6666666667px;
    image-rendering: auto;
    margin-bottom: 5.3333333333px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .title {
    margin-bottom: 1.6px;
    color: #333333;
    font-size: 10.6666666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 12.8px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .summary {
    color: #333333;
    font-size: 7.4666666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 7.4666666667px;
  }
  .global-white-glove-service-popup .table-header .table-header-item:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 374.4px;
    background: rgba(148, 78, 108, 0.3);
  }
  .global-white-glove-service-popup .table-info {
    width: 100%;
  }
  .global-white-glove-service-popup .table-info .table-info-row {
    width: 100%;
    height: 59.7333333333px;
    display: flex;
    align-items: center;
    background: #fff;
  }
  .global-white-glove-service-popup .table-info .table-info-row:nth-child(1), .global-white-glove-service-popup .table-info .table-info-row:nth-child(3), .global-white-glove-service-popup .table-info .table-info-row:nth-child(5) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-info .table-info-item {
    flex: 1;
    height: 59.7333333333px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-info .table-info-item.has-desc {
    box-sizing: border-box;
    padding-top: 13.8666666667px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .global-white-glove-service-popup .table-info .table-info-item.name {
    font-size: 9.6px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price {
    font-size: 10.6666666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price-desc {
    font-size: 9.6px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon img {
    width: 26.6666666667px;
    height: 26.6666666667px;
    image-rendering: auto;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc {
    margin-top: 2.1333333333px;
    font-size: 7.4666666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc .underline {
    text-decoration: underline;
  }
}
@media (min-width: 1280px) {
  .global-white-glove-service-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    width: 760px;
    height: 540px;
    background: #fff;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: 100%;
    height: 57.3333333333px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 22.6666666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title .gray-close-icon {
    position: absolute;
    right: 30px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-header {
    width: 100%;
    height: 93.3333333333px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(147, 0, 49, 0.3);
  }
  .global-white-glove-service-popup .table-header .table-header-item {
    box-sizing: border-box;
    position: relative;
    flex: 1;
    height: 100%;
    padding-top: 10.6666666667px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .global-white-glove-service-popup .table-header .table-header-item img {
    width: 33.3333333333px;
    height: 33.3333333333px;
    image-rendering: auto;
    margin-bottom: 6.6666666667px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .title {
    margin-bottom: 2px;
    color: #333333;
    font-size: 13.3333333333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 16px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .summary {
    color: #333333;
    font-size: 9.3333333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 9.3333333333px;
  }
  .global-white-glove-service-popup .table-header .table-header-item:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 468px;
    background: rgba(148, 78, 108, 0.3);
  }
  .global-white-glove-service-popup .table-info {
    width: 100%;
  }
  .global-white-glove-service-popup .table-info .table-info-row {
    width: 100%;
    height: 74.6666666667px;
    display: flex;
    align-items: center;
    background: #fff;
  }
  .global-white-glove-service-popup .table-info .table-info-row:nth-child(1), .global-white-glove-service-popup .table-info .table-info-row:nth-child(3), .global-white-glove-service-popup .table-info .table-info-row:nth-child(5) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-info .table-info-item {
    flex: 1;
    height: 74.6666666667px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-info .table-info-item.has-desc {
    box-sizing: border-box;
    padding-top: 17.3333333333px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .global-white-glove-service-popup .table-info .table-info-item.name {
    font-size: 12px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price {
    font-size: 13.3333333333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price-desc {
    font-size: 12px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon img {
    width: 33.3333333333px;
    height: 33.3333333333px;
    image-rendering: auto;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc {
    margin-top: 2.6666666667px;
    font-size: 9.3333333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc .underline {
    text-decoration: underline;
  }
}
@media (min-width: 1360px) {
  .global-white-glove-service-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    width: 807.5px;
    height: 573.75px;
    background: #fff;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: 100%;
    height: 60.9166666667px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 24.0833333333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title .gray-close-icon {
    position: absolute;
    right: 30px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    box-sizing: border-box;
    padding: 0 21.25px;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-header {
    width: 100%;
    height: 99.1666666667px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(147, 0, 49, 0.3);
  }
  .global-white-glove-service-popup .table-header .table-header-item {
    box-sizing: border-box;
    position: relative;
    flex: 1;
    height: 100%;
    padding-top: 11.3333333333px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .global-white-glove-service-popup .table-header .table-header-item img {
    width: 35.4166666667px;
    height: 35.4166666667px;
    image-rendering: auto;
    margin-bottom: 7.0833333333px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .title {
    margin-bottom: 2.125px;
    color: #333333;
    font-size: 14.1666666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 17px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .summary {
    color: #333333;
    font-size: 9.9166666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 9.9166666667px;
  }
  .global-white-glove-service-popup .table-header .table-header-item:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 497.25px;
    background: rgba(148, 78, 108, 0.3);
  }
  .global-white-glove-service-popup .table-info {
    width: 100%;
  }
  .global-white-glove-service-popup .table-info .table-info-row {
    width: 100%;
    height: 79.3333333333px;
    display: flex;
    align-items: center;
    background: #fff;
  }
  .global-white-glove-service-popup .table-info .table-info-row:nth-child(1), .global-white-glove-service-popup .table-info .table-info-row:nth-child(3), .global-white-glove-service-popup .table-info .table-info-row:nth-child(5) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-info .table-info-item {
    flex: 1;
    height: 79.3333333333px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-info .table-info-item.has-desc {
    box-sizing: border-box;
    padding-top: 18.4166666667px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .global-white-glove-service-popup .table-info .table-info-item.name {
    font-size: 12.75px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price {
    font-size: 14.1666666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price-desc {
    font-size: 12.75px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon img {
    width: 35.4166666667px;
    height: 35.4166666667px;
    image-rendering: auto;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc {
    margin-top: 2.8333333333px;
    font-size: 9.9166666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc .underline {
    text-decoration: underline;
  }
}
@media (min-width: 1440px) {
  .global-white-glove-service-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    width: 855px;
    height: 607.5px;
    background: #fff;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: 100%;
    height: 64.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 25.5px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title .gray-close-icon {
    position: absolute;
    right: 30px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    box-sizing: border-box;
    padding: 0 22.5px;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-header {
    width: 100%;
    height: 105px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(147, 0, 49, 0.3);
  }
  .global-white-glove-service-popup .table-header .table-header-item {
    box-sizing: border-box;
    position: relative;
    flex: 1;
    height: 100%;
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .global-white-glove-service-popup .table-header .table-header-item img {
    width: 37.5px;
    height: 37.5px;
    image-rendering: auto;
    margin-bottom: 7.5px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .title {
    margin-bottom: 2.25px;
    color: #333333;
    font-size: 15px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 18px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .summary {
    color: #333333;
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 10.5px;
  }
  .global-white-glove-service-popup .table-header .table-header-item:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 526.5px;
    background: rgba(148, 78, 108, 0.3);
  }
  .global-white-glove-service-popup .table-info {
    width: 100%;
  }
  .global-white-glove-service-popup .table-info .table-info-row {
    width: 100%;
    height: 84px;
    display: flex;
    align-items: center;
    background: #fff;
  }
  .global-white-glove-service-popup .table-info .table-info-row:nth-child(1), .global-white-glove-service-popup .table-info .table-info-row:nth-child(3), .global-white-glove-service-popup .table-info .table-info-row:nth-child(5) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-info .table-info-item {
    flex: 1;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-info .table-info-item.has-desc {
    box-sizing: border-box;
    padding-top: 19.5px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .global-white-glove-service-popup .table-info .table-info-item.name {
    font-size: 13.5px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price {
    font-size: 15px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price-desc {
    font-size: 13.5px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon img {
    width: 37.5px;
    height: 37.5px;
    image-rendering: auto;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc {
    margin-top: 3px;
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc .underline {
    text-decoration: underline;
  }
}
@media (min-width: 1680px) {
  .global-white-glove-service-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    width: 997.5px;
    height: 708.75px;
    background: #fff;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: 100%;
    height: 75.25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 29.75px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title .gray-close-icon {
    position: absolute;
    right: 30px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    box-sizing: border-box;
    padding: 0 26.25px;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-header {
    width: 100%;
    height: 122.5px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(147, 0, 49, 0.3);
  }
  .global-white-glove-service-popup .table-header .table-header-item {
    box-sizing: border-box;
    position: relative;
    flex: 1;
    height: 100%;
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .global-white-glove-service-popup .table-header .table-header-item img {
    width: 43.75px;
    height: 43.75px;
    image-rendering: auto;
    margin-bottom: 8.75px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .title {
    margin-bottom: 2.625px;
    color: #333333;
    font-size: 17.5px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 21px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .summary {
    color: #333333;
    font-size: 12.25px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 12.25px;
  }
  .global-white-glove-service-popup .table-header .table-header-item:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 614.25px;
    background: rgba(148, 78, 108, 0.3);
  }
  .global-white-glove-service-popup .table-info {
    width: 100%;
  }
  .global-white-glove-service-popup .table-info .table-info-row {
    width: 100%;
    height: 98px;
    display: flex;
    align-items: center;
    background: #fff;
  }
  .global-white-glove-service-popup .table-info .table-info-row:nth-child(1), .global-white-glove-service-popup .table-info .table-info-row:nth-child(3), .global-white-glove-service-popup .table-info .table-info-row:nth-child(5) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-info .table-info-item {
    flex: 1;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-info .table-info-item.has-desc {
    box-sizing: border-box;
    padding-top: 22.75px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .global-white-glove-service-popup .table-info .table-info-item.name {
    font-size: 15.75px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price {
    font-size: 17.5px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price-desc {
    font-size: 15.75px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon img {
    width: 43.75px;
    height: 43.75px;
    image-rendering: auto;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc {
    margin-top: 3.5px;
    font-size: 12.25px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc .underline {
    text-decoration: underline;
  }
}
@media (min-width: 1920px) {
  .global-white-glove-service-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    width: 1140px;
    height: 810px;
    background: #fff;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: 100%;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 34px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title .gray-close-icon {
    position: absolute;
    right: 30px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    box-sizing: border-box;
    padding: 0 30px;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-header {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(147, 0, 49, 0.3);
  }
  .global-white-glove-service-popup .table-header .table-header-item {
    box-sizing: border-box;
    position: relative;
    flex: 1;
    height: 100%;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .global-white-glove-service-popup .table-header .table-header-item img {
    width: 50px;
    height: 50px;
    image-rendering: auto;
    margin-bottom: 10px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .title {
    margin-bottom: 3px;
    color: #333333;
    font-size: 20px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 24px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .summary {
    color: #333333;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 14px;
  }
  .global-white-glove-service-popup .table-header .table-header-item:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 702px;
    background: rgba(148, 78, 108, 0.3);
  }
  .global-white-glove-service-popup .table-info {
    width: 100%;
  }
  .global-white-glove-service-popup .table-info .table-info-row {
    width: 100%;
    height: 112px;
    display: flex;
    align-items: center;
    background: #fff;
  }
  .global-white-glove-service-popup .table-info .table-info-row:nth-child(1), .global-white-glove-service-popup .table-info .table-info-row:nth-child(3), .global-white-glove-service-popup .table-info .table-info-row:nth-child(5) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-info .table-info-item {
    flex: 1;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-info .table-info-item.has-desc {
    box-sizing: border-box;
    padding-top: 26px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .global-white-glove-service-popup .table-info .table-info-item.name {
    font-size: 18px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price {
    font-size: 20px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price-desc {
    font-size: 18px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon img {
    width: 50px;
    height: 50px;
    image-rendering: auto;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc {
    margin-top: 4px;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc .underline {
    text-decoration: underline;
  }
}
@media (min-width: 2048px) {
  .global-white-glove-service-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    width: 1216px;
    height: 864px;
    background: #fff;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: 100%;
    height: 91.7333333333px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 36.2666666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title .gray-close-icon {
    position: absolute;
    right: 30px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    box-sizing: border-box;
    padding: 0 32px;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-header {
    width: 100%;
    height: 149.3333333333px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(147, 0, 49, 0.3);
  }
  .global-white-glove-service-popup .table-header .table-header-item {
    box-sizing: border-box;
    position: relative;
    flex: 1;
    height: 100%;
    padding-top: 17.0666666667px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .global-white-glove-service-popup .table-header .table-header-item img {
    width: 53.3333333333px;
    height: 53.3333333333px;
    image-rendering: auto;
    margin-bottom: 10.6666666667px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .title {
    margin-bottom: 3.2px;
    color: #333333;
    font-size: 21.3333333333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 25.6px;
  }
  .global-white-glove-service-popup .table-header .table-header-item .summary {
    color: #333333;
    font-size: 14.9333333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 14.9333333333px;
  }
  .global-white-glove-service-popup .table-header .table-header-item:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 748.8px;
    background: rgba(148, 78, 108, 0.3);
  }
  .global-white-glove-service-popup .table-info {
    width: 100%;
  }
  .global-white-glove-service-popup .table-info .table-info-row {
    width: 100%;
    height: 119.4666666667px;
    display: flex;
    align-items: center;
    background: #fff;
  }
  .global-white-glove-service-popup .table-info .table-info-row:nth-child(1), .global-white-glove-service-popup .table-info .table-info-row:nth-child(3), .global-white-glove-service-popup .table-info .table-info-row:nth-child(5) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-info .table-info-item {
    flex: 1;
    height: 119.4666666667px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-info .table-info-item.has-desc {
    box-sizing: border-box;
    padding-top: 27.7333333333px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .global-white-glove-service-popup .table-info .table-info-item.name {
    font-size: 19.2px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price {
    font-size: 21.3333333333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.price-desc {
    font-size: 19.2px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon img {
    width: 53.3333333333px;
    height: 53.3333333333px;
    image-rendering: auto;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc {
    margin-top: 4.2666666667px;
    font-size: 14.9333333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-info .table-info-item.icon .desc .underline {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 218px) and (max-width: 800px) {
  .global-white-glove-service-popup {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 20.3466666667px;
    background: #fff;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block {
    position: absolute;
    top: 104.64px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 98.8266666667px;
    height: 63.9466666667px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .swiper-icon {
    width: 16.2773333333px;
    height: 20.928px;
    margin-bottom: 6.976px;
    display: block;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .text {
    font-size: 8.1386666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: auto;
    height: 27.904px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 9.8826666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title-container .gray-close-icon {
    position: absolute;
    right: 8px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    display: flex;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-left-row {
    width: 68.5973333333px;
    background: #fff;
    border-right: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item {
    width: 68.5973333333px;
    height: 46.5066666667px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 6.3946666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 7.5573333333px;
    text-align: center;
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:first-child {
    height: 56.9706666667px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(2), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(4), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row {
    width: auto;
    background: #fff;
    overflow: scroll;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-container {
    width: 246.4853333333px;
    overflow-y: hidden;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list {
    width: 246.4853333333px;
    height: 46.5066666667px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:first-child {
    height: 56.9706666667px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(2), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(4), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header {
    box-sizing: border-box;
    padding-top: 8.1386666667px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header img {
    display: block;
    flex-shrink: 0;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .title {
    margin-top: 5.8133333333px;
    font-size: 6.3946666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 7.5573333333px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .summary {
    margin-top: 6.976px;
    color: #333;
    font-size: 5.8133333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(1) img {
    width: 13.952px;
    height: 13.952px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(2) img, .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(3) img {
    width: 18.6026666667px;
    height: 13.952px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child) {
    position: relative;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 303.456px;
    background: rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon img {
    flex-shrink: 0;
    margin-bottom: 1.744px;
    width: 11.6266666667px;
    height: 11.6266666667px;
    display: block;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc {
    color: #666;
    font-size: 5.8133333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 6.3946666667px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc .underline {
    text-decoration: underline;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price {
    font-size: 8.1386666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 9.8826666667px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price-desc {
    color: #333;
    font-size: 6.976px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 8.1386666667px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
  .global-white-glove-service-popup {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 29.8666666667px;
    background: #fff;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block {
    position: absolute;
    top: 153.6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 145.0666666667px;
    height: 93.8666666667px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .swiper-icon {
    width: 23.8933333333px;
    height: 30.72px;
    margin-bottom: 10.24px;
    display: block;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .text {
    font-size: 11.9466666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: auto;
    height: 40.96px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 14.5066666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title-container .gray-close-icon {
    position: absolute;
    right: 8px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    display: flex;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-left-row {
    width: 100.6933333333px;
    background: #fff;
    border-right: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item {
    width: 100.6933333333px;
    height: 68.2666666667px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 9.3866666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 11.0933333333px;
    text-align: center;
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:first-child {
    height: 83.6266666667px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(2), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(4), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row {
    width: auto;
    background: #fff;
    overflow: scroll;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-container {
    width: 361.8133333333px;
    overflow-y: hidden;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list {
    width: 361.8133333333px;
    height: 68.2666666667px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:first-child {
    height: 83.6266666667px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(2), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(4), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header {
    box-sizing: border-box;
    padding-top: 11.9466666667px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header img {
    display: block;
    flex-shrink: 0;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .title {
    margin-top: 8.5333333333px;
    font-size: 9.3866666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 11.0933333333px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .summary {
    margin-top: 10.24px;
    color: #333;
    font-size: 8.5333333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(1) img {
    width: 20.48px;
    height: 20.48px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(2) img, .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(3) img {
    width: 27.3066666667px;
    height: 20.48px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child) {
    position: relative;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 445.44px;
    background: rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon img {
    flex-shrink: 0;
    margin-bottom: 2.56px;
    width: 17.0666666667px;
    height: 17.0666666667px;
    display: block;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc {
    color: #666;
    font-size: 8.5333333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 9.3866666667px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc .underline {
    text-decoration: underline;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price {
    font-size: 11.9466666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 14.5066666667px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price-desc {
    color: #333;
    font-size: 10.24px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 11.9466666667px;
  }
}
@media only screen and (min-width: 326px) and (max-width: 800px) {
  .global-white-glove-service-popup {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 30.4266666667px;
    background: #fff;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block {
    position: absolute;
    top: 156.48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 147.7866666667px;
    height: 95.6266666667px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .swiper-icon {
    width: 24.3413333333px;
    height: 31.296px;
    margin-bottom: 10.432px;
    display: block;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .text {
    font-size: 12.1706666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: auto;
    height: 41.728px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 14.7786666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title-container .gray-close-icon {
    position: absolute;
    right: 8px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    display: flex;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-left-row {
    width: 102.5813333333px;
    background: #fff;
    border-right: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item {
    width: 102.5813333333px;
    height: 69.5466666667px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 9.5626666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 11.3013333333px;
    text-align: center;
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:first-child {
    height: 85.1946666667px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(2), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(4), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row {
    width: auto;
    background: #fff;
    overflow: scroll;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-container {
    width: 368.5973333333px;
    overflow-y: hidden;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list {
    width: 368.5973333333px;
    height: 69.5466666667px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:first-child {
    height: 85.1946666667px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(2), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(4), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header {
    box-sizing: border-box;
    padding-top: 12.1706666667px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header img {
    display: block;
    flex-shrink: 0;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .title {
    margin-top: 8.6933333333px;
    font-size: 9.5626666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 11.3013333333px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .summary {
    margin-top: 10.432px;
    color: #333;
    font-size: 8.6933333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(1) img {
    width: 20.864px;
    height: 20.864px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(2) img, .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(3) img {
    width: 27.8186666667px;
    height: 20.864px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child) {
    position: relative;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 453.792px;
    background: rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon img {
    flex-shrink: 0;
    margin-bottom: 2.608px;
    width: 17.3866666667px;
    height: 17.3866666667px;
    display: block;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc {
    color: #666;
    font-size: 8.6933333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 9.5626666667px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc .underline {
    text-decoration: underline;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price {
    font-size: 12.1706666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 14.7786666667px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price-desc {
    color: #333;
    font-size: 10.432px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 12.1706666667px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 800px) {
  .global-white-glove-service-popup {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 35px;
    background: #fff;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block {
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 170px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .swiper-icon {
    width: 28px;
    height: 36px;
    margin-bottom: 12px;
    display: block;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .text {
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: auto;
    height: 48px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 17px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title-container .gray-close-icon {
    position: absolute;
    right: 8px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    display: flex;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-left-row {
    width: 118px;
    background: #fff;
    border-right: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item {
    width: 118px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 11px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:first-child {
    height: 98px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(2), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(4), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row {
    width: auto;
    background: #fff;
    overflow: scroll;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-container {
    width: 424px;
    overflow-y: hidden;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list {
    width: 424px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:first-child {
    height: 98px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(2), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(4), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header {
    box-sizing: border-box;
    padding-top: 14px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header img {
    display: block;
    flex-shrink: 0;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .title {
    margin-top: 10px;
    font-size: 11px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 13px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .summary {
    margin-top: 12px;
    color: #333;
    font-size: 10px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(1) img {
    width: 24px;
    height: 24px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(2) img, .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(3) img {
    width: 32px;
    height: 24px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child) {
    position: relative;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 522px;
    background: rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon img {
    flex-shrink: 0;
    margin-bottom: 3px;
    width: 20px;
    height: 20px;
    display: block;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc {
    color: #666;
    font-size: 10px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 11px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc .underline {
    text-decoration: underline;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price {
    font-size: 14px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 17px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price-desc {
    color: #333;
    font-size: 12px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 14px;
  }
}
@media only screen and (min-width: 386px) and (max-width: 800px) {
  .global-white-glove-service-popup {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 36.0266666667px;
    background: #fff;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block {
    position: absolute;
    top: 185.28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 174.9866666667px;
    height: 113.2266666667px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .swiper-icon {
    width: 28.8213333333px;
    height: 37.056px;
    margin-bottom: 12.352px;
    display: block;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .text {
    font-size: 14.4106666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: auto;
    height: 49.408px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 17.4986666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title-container .gray-close-icon {
    position: absolute;
    right: 8px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    display: flex;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-left-row {
    width: 121.4613333333px;
    background: #fff;
    border-right: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item {
    width: 121.4613333333px;
    height: 82.3466666667px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 11.3226666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 13.3813333333px;
    text-align: center;
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:first-child {
    height: 100.8746666667px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(2), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(4), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row {
    width: auto;
    background: #fff;
    overflow: scroll;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-container {
    width: 436.4373333333px;
    overflow-y: hidden;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list {
    width: 436.4373333333px;
    height: 82.3466666667px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:first-child {
    height: 100.8746666667px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(2), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(4), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header {
    box-sizing: border-box;
    padding-top: 14.4106666667px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header img {
    display: block;
    flex-shrink: 0;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .title {
    margin-top: 10.2933333333px;
    font-size: 11.3226666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 13.3813333333px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .summary {
    margin-top: 12.352px;
    color: #333;
    font-size: 10.2933333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(1) img {
    width: 24.704px;
    height: 24.704px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(2) img, .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(3) img {
    width: 32.9386666667px;
    height: 24.704px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child) {
    position: relative;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 537.312px;
    background: rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon img {
    flex-shrink: 0;
    margin-bottom: 3.088px;
    width: 20.5866666667px;
    height: 20.5866666667px;
    display: block;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc {
    color: #666;
    font-size: 10.2933333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 11.3226666667px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc .underline {
    text-decoration: underline;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price {
    font-size: 14.4106666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 17.4986666667px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price-desc {
    color: #333;
    font-size: 12.352px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 14.4106666667px;
  }
}
@media only screen and (min-width: 424px) and (max-width: 800px) {
  .global-white-glove-service-popup {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 39.5733333333px;
    background: #fff;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block {
    position: absolute;
    top: 203.52px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 192.2133333333px;
    height: 124.3733333333px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .swiper-icon {
    width: 31.6586666667px;
    height: 40.704px;
    margin-bottom: 13.568px;
    display: block;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .text {
    font-size: 15.8293333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: auto;
    height: 54.272px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 19.2213333333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title-container .gray-close-icon {
    position: absolute;
    right: 8px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    display: flex;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-left-row {
    width: 133.4186666667px;
    background: #fff;
    border-right: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item {
    width: 133.4186666667px;
    height: 90.4533333333px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 12.4373333333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 14.6986666667px;
    text-align: center;
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:first-child {
    height: 110.8053333333px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(2), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(4), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row {
    width: auto;
    background: #fff;
    overflow: scroll;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-container {
    width: 479.4026666667px;
    overflow-y: hidden;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list {
    width: 479.4026666667px;
    height: 90.4533333333px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:first-child {
    height: 110.8053333333px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(2), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(4), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header {
    box-sizing: border-box;
    padding-top: 15.8293333333px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header img {
    display: block;
    flex-shrink: 0;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .title {
    margin-top: 11.3066666667px;
    font-size: 12.4373333333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 14.6986666667px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .summary {
    margin-top: 13.568px;
    color: #333;
    font-size: 11.3066666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(1) img {
    width: 27.136px;
    height: 27.136px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(2) img, .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(3) img {
    width: 36.1813333333px;
    height: 27.136px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child) {
    position: relative;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 590.208px;
    background: rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon img {
    flex-shrink: 0;
    margin-bottom: 3.392px;
    width: 22.6133333333px;
    height: 22.6133333333px;
    display: block;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc {
    color: #666;
    font-size: 11.3066666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 12.4373333333px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc .underline {
    text-decoration: underline;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price {
    font-size: 15.8293333333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 19.2213333333px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price-desc {
    color: #333;
    font-size: 13.568px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 15.8293333333px;
  }
}
@media only screen and (min-width: 432px) and (max-width: 800px) {
  .global-white-glove-service-popup {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 40.32px;
    background: #fff;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block {
    position: absolute;
    top: 207.36px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 195.84px;
    height: 126.72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .swiper-icon {
    width: 32.256px;
    height: 41.472px;
    margin-bottom: 13.824px;
    display: block;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .text {
    font-size: 16.128px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: auto;
    height: 55.296px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 19.584px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title-container .gray-close-icon {
    position: absolute;
    right: 8px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    display: flex;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-left-row {
    width: 135.936px;
    background: #fff;
    border-right: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item {
    width: 135.936px;
    height: 92.16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 12.672px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 14.976px;
    text-align: center;
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:first-child {
    height: 112.896px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(2), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(4), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row {
    width: auto;
    background: #fff;
    overflow: scroll;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-container {
    width: 488.448px;
    overflow-y: hidden;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list {
    width: 488.448px;
    height: 92.16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:first-child {
    height: 112.896px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(2), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(4), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header {
    box-sizing: border-box;
    padding-top: 16.128px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header img {
    display: block;
    flex-shrink: 0;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .title {
    margin-top: 11.52px;
    font-size: 12.672px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 14.976px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .summary {
    margin-top: 13.824px;
    color: #333;
    font-size: 11.52px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(1) img {
    width: 27.648px;
    height: 27.648px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(2) img, .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(3) img {
    width: 36.864px;
    height: 27.648px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child) {
    position: relative;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 601.344px;
    background: rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon img {
    flex-shrink: 0;
    margin-bottom: 3.456px;
    width: 23.04px;
    height: 23.04px;
    display: block;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc {
    color: #666;
    font-size: 11.52px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 12.672px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc .underline {
    text-decoration: underline;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price {
    font-size: 16.128px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 19.584px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price-desc {
    color: #333;
    font-size: 13.824px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 16.128px;
  }
}
@media only screen and (min-width: 441px) and (max-width: 800px) {
  .global-white-glove-service-popup {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 41.16px;
    background: #fff;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block {
    position: absolute;
    top: 211.68px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 199.92px;
    height: 129.36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .swiper-icon {
    width: 32.928px;
    height: 42.336px;
    margin-bottom: 14.112px;
    display: block;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .text {
    font-size: 16.464px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: auto;
    height: 56.448px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 19.992px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title-container .gray-close-icon {
    position: absolute;
    right: 8px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    display: flex;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-left-row {
    width: 138.768px;
    background: #fff;
    border-right: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item {
    width: 138.768px;
    height: 94.08px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 12.936px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 15.288px;
    text-align: center;
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:first-child {
    height: 115.248px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(2), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(4), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row {
    width: auto;
    background: #fff;
    overflow: scroll;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-container {
    width: 498.624px;
    overflow-y: hidden;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list {
    width: 498.624px;
    height: 94.08px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:first-child {
    height: 115.248px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(2), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(4), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header {
    box-sizing: border-box;
    padding-top: 16.464px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header img {
    display: block;
    flex-shrink: 0;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .title {
    margin-top: 11.76px;
    font-size: 12.936px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 15.288px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .summary {
    margin-top: 14.112px;
    color: #333;
    font-size: 11.76px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(1) img {
    width: 28.224px;
    height: 28.224px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(2) img, .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(3) img {
    width: 37.632px;
    height: 28.224px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child) {
    position: relative;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 613.872px;
    background: rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon img {
    flex-shrink: 0;
    margin-bottom: 3.528px;
    width: 23.52px;
    height: 23.52px;
    display: block;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc {
    color: #666;
    font-size: 11.76px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 12.936px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc .underline {
    text-decoration: underline;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price {
    font-size: 16.464px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 19.992px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price-desc {
    color: #333;
    font-size: 14.112px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 16.464px;
  }
}
@media only screen and (min-width: 458px) and (max-width: 800px) {
  .global-white-glove-service-popup {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 42.7466666667px;
    background: #fff;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block {
    position: absolute;
    top: 219.84px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 207.6266666667px;
    height: 134.3466666667px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .swiper-icon {
    width: 34.1973333333px;
    height: 43.968px;
    margin-bottom: 14.656px;
    display: block;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .text {
    font-size: 17.0986666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: auto;
    height: 58.624px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 20.7626666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title-container .gray-close-icon {
    position: absolute;
    right: 8px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    display: flex;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-left-row {
    width: 144.1173333333px;
    background: #fff;
    border-right: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item {
    width: 144.1173333333px;
    height: 97.7066666667px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 13.4346666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 15.8773333333px;
    text-align: center;
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:first-child {
    height: 119.6906666667px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(2), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(4), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row {
    width: auto;
    background: #fff;
    overflow: scroll;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-container {
    width: 517.8453333333px;
    overflow-y: hidden;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list {
    width: 517.8453333333px;
    height: 97.7066666667px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:first-child {
    height: 119.6906666667px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(2), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(4), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header {
    box-sizing: border-box;
    padding-top: 17.0986666667px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header img {
    display: block;
    flex-shrink: 0;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .title {
    margin-top: 12.2133333333px;
    font-size: 13.4346666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 15.8773333333px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .summary {
    margin-top: 14.656px;
    color: #333;
    font-size: 12.2133333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(1) img {
    width: 29.312px;
    height: 29.312px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(2) img, .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(3) img {
    width: 39.0826666667px;
    height: 29.312px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child) {
    position: relative;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 637.536px;
    background: rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon img {
    flex-shrink: 0;
    margin-bottom: 3.664px;
    width: 24.4266666667px;
    height: 24.4266666667px;
    display: block;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc {
    color: #666;
    font-size: 12.2133333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 13.4346666667px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc .underline {
    text-decoration: underline;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price {
    font-size: 17.0986666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 20.7626666667px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price-desc {
    color: #333;
    font-size: 14.656px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 17.0986666667px;
  }
}
@media only screen and (min-width: 493px) and (max-width: 800px) {
  .global-white-glove-service-popup {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 46.0133333333px;
    background: #fff;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block {
    position: absolute;
    top: 236.64px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 223.4933333333px;
    height: 144.6133333333px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .swiper-icon {
    width: 36.8106666667px;
    height: 47.328px;
    margin-bottom: 15.776px;
    display: block;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .text {
    font-size: 18.4053333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: auto;
    height: 63.104px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 22.3493333333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title-container .gray-close-icon {
    position: absolute;
    right: 8px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    display: flex;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-left-row {
    width: 155.1306666667px;
    background: #fff;
    border-right: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item {
    width: 155.1306666667px;
    height: 105.1733333333px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 14.4613333333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 17.0906666667px;
    text-align: center;
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:first-child {
    height: 128.8373333333px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(2), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(4), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row {
    width: auto;
    background: #fff;
    overflow: scroll;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-container {
    width: 557.4186666667px;
    overflow-y: hidden;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list {
    width: 557.4186666667px;
    height: 105.1733333333px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:first-child {
    height: 128.8373333333px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(2), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(4), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header {
    box-sizing: border-box;
    padding-top: 18.4053333333px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header img {
    display: block;
    flex-shrink: 0;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .title {
    margin-top: 13.1466666667px;
    font-size: 14.4613333333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 17.0906666667px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .summary {
    margin-top: 15.776px;
    color: #333;
    font-size: 13.1466666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(1) img {
    width: 31.552px;
    height: 31.552px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(2) img, .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(3) img {
    width: 42.0693333333px;
    height: 31.552px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child) {
    position: relative;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 686.256px;
    background: rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon img {
    flex-shrink: 0;
    margin-bottom: 3.944px;
    width: 26.2933333333px;
    height: 26.2933333333px;
    display: block;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc {
    color: #666;
    font-size: 13.1466666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 14.4613333333px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc .underline {
    text-decoration: underline;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price {
    font-size: 18.4053333333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 22.3493333333px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price-desc {
    color: #333;
    font-size: 15.776px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 18.4053333333px;
  }
}
@media only screen and (min-width: 518px) and (max-width: 800px) {
  .global-white-glove-service-popup {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 48.3466666667px;
    background: #fff;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block {
    position: absolute;
    top: 248.64px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 234.8266666667px;
    height: 151.9466666667px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .swiper-icon {
    width: 38.6773333333px;
    height: 49.728px;
    margin-bottom: 16.576px;
    display: block;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .text {
    font-size: 19.3386666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: auto;
    height: 66.304px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 23.4826666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title-container .gray-close-icon {
    position: absolute;
    right: 8px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    display: flex;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-left-row {
    width: 162.9973333333px;
    background: #fff;
    border-right: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item {
    width: 162.9973333333px;
    height: 110.5066666667px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 15.1946666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 17.9573333333px;
    text-align: center;
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:first-child {
    height: 135.3706666667px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(2), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(4), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row {
    width: auto;
    background: #fff;
    overflow: scroll;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-container {
    width: 585.6853333333px;
    overflow-y: hidden;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list {
    width: 585.6853333333px;
    height: 110.5066666667px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:first-child {
    height: 135.3706666667px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(2), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(4), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header {
    box-sizing: border-box;
    padding-top: 19.3386666667px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header img {
    display: block;
    flex-shrink: 0;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .title {
    margin-top: 13.8133333333px;
    font-size: 15.1946666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 17.9573333333px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .summary {
    margin-top: 16.576px;
    color: #333;
    font-size: 13.8133333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(1) img {
    width: 33.152px;
    height: 33.152px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(2) img, .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(3) img {
    width: 44.2026666667px;
    height: 33.152px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child) {
    position: relative;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 721.056px;
    background: rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon img {
    flex-shrink: 0;
    margin-bottom: 4.144px;
    width: 27.6266666667px;
    height: 27.6266666667px;
    display: block;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc {
    color: #666;
    font-size: 13.8133333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 15.1946666667px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc .underline {
    text-decoration: underline;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price {
    font-size: 19.3386666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 23.4826666667px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price-desc {
    color: #333;
    font-size: 16.576px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 19.3386666667px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 800px) {
  .global-white-glove-service-popup {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 50.4px;
    background: #fff;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block {
    position: absolute;
    top: 259.2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 244.8px;
    height: 158.4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .swiper-icon {
    width: 40.32px;
    height: 51.84px;
    margin-bottom: 17.28px;
    display: block;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .text {
    font-size: 20.16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: auto;
    height: 69.12px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 24.48px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title-container .gray-close-icon {
    position: absolute;
    right: 8px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    display: flex;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-left-row {
    width: 169.92px;
    background: #fff;
    border-right: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item {
    width: 169.92px;
    height: 115.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 15.84px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 18.72px;
    text-align: center;
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:first-child {
    height: 141.12px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(2), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(4), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row {
    width: auto;
    background: #fff;
    overflow: scroll;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-container {
    width: 610.56px;
    overflow-y: hidden;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list {
    width: 610.56px;
    height: 115.2px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:first-child {
    height: 141.12px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(2), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(4), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header {
    box-sizing: border-box;
    padding-top: 20.16px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header img {
    display: block;
    flex-shrink: 0;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .title {
    margin-top: 14.4px;
    font-size: 15.84px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 18.72px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .summary {
    margin-top: 17.28px;
    color: #333;
    font-size: 14.4px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(1) img {
    width: 34.56px;
    height: 34.56px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(2) img, .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(3) img {
    width: 46.08px;
    height: 34.56px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child) {
    position: relative;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 751.68px;
    background: rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon img {
    flex-shrink: 0;
    margin-bottom: 4.32px;
    width: 28.8px;
    height: 28.8px;
    display: block;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc {
    color: #666;
    font-size: 14.4px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 15.84px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc .underline {
    text-decoration: underline;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price {
    font-size: 20.16px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 24.48px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price-desc {
    color: #333;
    font-size: 17.28px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 20.16px;
  }
}
@media only screen and (min-width: 565px) and (max-width: 800px) {
  .global-white-glove-service-popup {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 52.7333333333px;
    background: #fff;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block {
    position: absolute;
    top: 271.2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 256.1333333333px;
    height: 165.7333333333px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .swiper-icon {
    width: 42.1866666667px;
    height: 54.24px;
    margin-bottom: 18.08px;
    display: block;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .text {
    font-size: 21.0933333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: auto;
    height: 72.32px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 25.6133333333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title-container .gray-close-icon {
    position: absolute;
    right: 8px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    display: flex;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-left-row {
    width: 177.7866666667px;
    background: #fff;
    border-right: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item {
    width: 177.7866666667px;
    height: 120.5333333333px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16.5733333333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 19.5866666667px;
    text-align: center;
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:first-child {
    height: 147.6533333333px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(2), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(4), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row {
    width: auto;
    background: #fff;
    overflow: scroll;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-container {
    width: 638.8266666667px;
    overflow-y: hidden;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list {
    width: 638.8266666667px;
    height: 120.5333333333px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:first-child {
    height: 147.6533333333px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(2), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(4), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header {
    box-sizing: border-box;
    padding-top: 21.0933333333px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header img {
    display: block;
    flex-shrink: 0;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .title {
    margin-top: 15.0666666667px;
    font-size: 16.5733333333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 19.5866666667px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .summary {
    margin-top: 18.08px;
    color: #333;
    font-size: 15.0666666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(1) img {
    width: 36.16px;
    height: 36.16px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(2) img, .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(3) img {
    width: 48.2133333333px;
    height: 36.16px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child) {
    position: relative;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 786.48px;
    background: rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon img {
    flex-shrink: 0;
    margin-bottom: 4.52px;
    width: 30.1333333333px;
    height: 30.1333333333px;
    display: block;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc {
    color: #666;
    font-size: 15.0666666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 16.5733333333px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc .underline {
    text-decoration: underline;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price {
    font-size: 21.0933333333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 25.6133333333px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price-desc {
    color: #333;
    font-size: 18.08px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 21.0933333333px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 800px) {
  .global-white-glove-service-popup {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 74.6666666667px;
    background: #fff;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block {
    position: absolute;
    top: 384px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 362.6666666667px;
    height: 234.6666666667px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .swiper-icon {
    width: 59.7333333333px;
    height: 76.8px;
    margin-bottom: 25.6px;
    display: block;
  }
  .global-white-glove-service-popup .global-white-glove-service-popup-container .swiper-action-hint-block .text {
    font-size: 29.8666666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title {
    position: relative;
    width: auto;
    height: 102.4px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 36.2666666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 1;
  }
  .global-white-glove-service-popup .popup-title-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .global-white-glove-service-popup .popup-title-container .gray-close-icon {
    position: absolute;
    right: 8px;
    width: 16px;
    height: 16px;
  }
  .global-white-glove-service-popup .table {
    display: flex;
    overflow: hidden;
  }
  .global-white-glove-service-popup .table-left-row {
    width: 251.7333333333px;
    background: #fff;
    border-right: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item {
    width: 251.7333333333px;
    height: 170.6666666667px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 23.4666666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 27.7333333333px;
    text-align: center;
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:first-child {
    height: 209.0666666667px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(2), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(4), .global-white-glove-service-popup .table-left-row .table-left-row-item:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row {
    width: auto;
    background: #fff;
    overflow: scroll;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-container {
    width: 904.5333333333px;
    overflow-y: hidden;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list {
    width: 904.5333333333px;
    height: 170.6666666667px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:first-child {
    height: 209.0666666667px;
    border-bottom: 1px solid rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(2), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(4), .global-white-glove-service-popup .table-right-row .table-right-row-list:nth-child(6) {
    background: rgba(244, 242, 240, 0.3);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header {
    box-sizing: border-box;
    padding-top: 29.8666666667px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header img {
    display: block;
    flex-shrink: 0;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .title {
    margin-top: 21.3333333333px;
    font-size: 23.4666666667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 27.7333333333px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header .summary {
    margin-top: 25.6px;
    color: #333;
    font-size: 21.3333333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(1) img {
    width: 51.2px;
    height: 51.2px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(2) img, .global-white-glove-service-popup .table-right-row .table-right-row-item.header:nth-child(3) img {
    width: 68.2666666667px;
    height: 51.2px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child) {
    position: relative;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.header:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 1113.6px;
    background: rgba(147, 0, 49, 0.09);
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon img {
    flex-shrink: 0;
    margin-bottom: 6.4px;
    width: 42.6666666667px;
    height: 42.6666666667px;
    display: block;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc {
    color: #666;
    font-size: 21.3333333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 23.4666666667px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.icon .desc .underline {
    text-decoration: underline;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price {
    font-size: 29.8666666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #930031;
    line-height: 36.2666666667px;
  }
  .global-white-glove-service-popup .table-right-row .table-right-row-item.price-desc {
    color: #333;
    font-size: 25.6px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    line-height: 29.8666666667px;
  }
}

/*# sourceMappingURL=index.css.map */
.dj_skin_title_font {
    text-align: center;
    font-size: 20px;
    color: rgba(33, 33, 33, 1) !important;
    font-family: Poppins, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

.newsletter__form .action.primary {
    width: 190px;
    height: 38px;
    line-height: 38px;
    background-image: none;
    background: rgba(248, 124, 86, 1) !important;
    border: 1px solid #F0F0F0 !important;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 0px 15px !important;
    font-size: 18px;
    box-sizing: border-box;
    vertical-align: middle;
}
.cms-index-index .newsletter__input-wrap input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-family: Gilroy-Regular, Gilroy !important;
    font-weight: 400 !important;
    color: #999 !important;
    font-style: normal !important;
}

.cms-index-index .newsletter__input-wrap input::placeholder {
    font-size: 14px !important;
    font-family: Gilroy-Regular, Gilroy !important;
    font-weight: 400 !important;
    color: #999 !important;
    font-style: normal !important;
}
.newsletter__input-wrap input:focus {
    box-shadow: none !important;
}

.newsletter_title_sub {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #777;
}

@media (min-width: 768px) {
    .dj_skin_title_font {
        line-height: 40px;
    }
    .newsletter__form {
        display: flex;
        margin-top: 30px;
    }
    .form-row {
        display: flex;
        width: 536px;
        margin: 0 auto;
    }
    .newsletter__input-wrap {
        padding-right: 5px;
    }
    .newsletter__form .actions {
        width: fit-content;
        padding: 0 5px;
    }
    .form-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .newsletter__input-wrap input {
        width: 192px;
        height: 40px;
        line-height: 45px;
        outline: none !important;
    }
    .email-title-m {
        display: none;
    }
}

@media (max-width: 768px) {
    .home-news-wrapper {
        background: #930031;
        color: #fff;
        padding: 20px 0;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .email-register-left {
        text-align: center;
        font-size: 18px;
    }
    .dj_skin_title_font {
        line-height: 30px;
        font-size: 12px;
    }
    .dj_skin_title_font strong {
        font-weight: 500;
        color: #fff;
    }
    .newsletter_title_sub {
        display: none;
    }
    .newsletter__form .form-row {
        padding: 0 20px;
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    .newsletter__input-wrap {
        flex: 1;
        margin-right: 15px;
    }
    .actions {
        margin: 0 auto;
    }
    .newsletter__input-wrap input {
        width: 100%;
        height: 35px;
        line-height: 35px;
        outline: none !important;
        text-align: center;
        background: #930031;
        color: #fff;
    }
    .newsletter__input-wrap input::-webkit-input-placeholder {
        color: #fff !important;
    }
    .email-subscribe-btn {
        background: #fff;
        height: 35px;
    }
    .home-newsletter-wrapper .mage-error {
        border-color: red;
    }
    .home-newsletter-wrapper .email-error {
        padding: 0 20px;
        margin-top: 5px;
        color: red;
    }
    .email-title-pc {
        display: none;
    }
}footer.page-footer {
  padding: 0;
  overflow: hidden;
}
footer.page-footer p {
  padding: 0;
  margin: 0;
}
footer.page-footer .footer.content {
  max-width: unset !important;
  width: 100%;
  margin: 0;
  padding: 0;
}
footer.page-footer .footer.content ul {
  padding-right: 0;
}

.footer_info_box .footer_wachat_box {
  width: 54px;
  height: 54px;
  background: #930031;
  position: fixed;
  right: 16px;
  bottom: 22px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
}

.footer_info_box .footer_wachat_box img {
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: block;
}

.footer_info_box .footer_wachat_box a {
  clear: both !important;
  all: initial !important;
  cursor: pointer;
}

.back-box {
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 414px) {
  .footer_info_box .footer_wachat_box {
    bottom: 100px;
  }
}
@media (min-width: 800px) {
  .page-wrapper .page-footer {
    margin-top: 50px;
  }

  .back-top-wrapper {
    position: fixed;
    max-height: 100vh;
    right: 0px;
    z-index: 12345;
    left: auto;
    padding: 16px;
    bottom: 76px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    top: 8px;
  }

  footer.page-footer {
    padding: 0;
    background-color: #111;
    overflow: hidden;
  }
  footer.page-footer p {
    padding: 0;
    margin: 0;
  }
  footer.page-footer .footer.content {
    max-width: unset !important;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer.page-footer .footer.content ul {
    padding-right: 0;
  }

  .footer_info_box {
    width: 100%;
    padding-bottom: 15.3833333333px;
  }
  .footer_info_box .footer_info_contianer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 116.6666666667px;
    margin-top: 42.5px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list {
    flex-shrink: 0;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container {
    position: relative;
    font-size: 6.6666666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    height: 20.4166666667px;
    line-height: 20.4166666667px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container:nth-child(-n+1)::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 33.3333333333px;
    height: 0.8333333333px;
    background-color: #fff;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container.first::after {
    display: none;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box {
    margin-top: 17.5px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li, .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li > a,
.footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-info-list-desc {
    font-size: 5.4166666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 12.5px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 69.1666666667px;
    height: 17.9166666667px;
    margin-top: 15.8333333333px;
    background-color: #940231;
    line-height: 1;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button a {
    color: white;
    text-decoration: none;
    font-size: 7.5px;
    font-family: Gilroy-Medium;
    font-weight: 400;
    color: #FFFFFF;
  }
  .footer_info_box .footer-social-media-icons {
    margin: 0 116.6666666667px;
    margin-top: 33.3333333333px;
  }
  .footer_info_box .footer-social-media-icons .footer-social-text {
    color: white;
    font-size: 9.5833333333px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_info_box .footer-social-media-icons > ul {
    margin-top: 7.9166666667px;
    display: flex;
    font-size: 6.6666666667px;
  }
  .footer_info_box .footer-social-media-icons > ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding-right: 6.25px;
  }
  .footer_info_box .footer-social-media-icons > ul li a {
    display: block;
  }
  .footer_info_box .footer-social-media-icons > ul li a i {
    color: white;
    font-size: 12.5px;
  }
  .footer_info_box .footer-social-media-icons > ul li:last-child {
    padding-right: 0;
  }
  .footer_info_box .footer_info_bottom {
    display: flex;
    margin: 0 116.6666666667px;
    margin-top: 37.0833333333px;
  }
  .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    line-height: 17.0833333333px;
    font-size: 5px;
  }
  .footer_info_box .footer_info_bottom .footer_right {
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 960px) {
  .page-wrapper .page-footer {
    margin-top: 50px;
  }

  .back-top-wrapper {
    position: fixed;
    max-height: 100vh;
    right: 0px;
    z-index: 12345;
    left: auto;
    padding: 16px;
    bottom: 76px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    top: 8px;
  }

  footer.page-footer {
    padding: 0;
    background-color: #111;
    overflow: hidden;
  }
  footer.page-footer p {
    padding: 0;
    margin: 0;
  }
  footer.page-footer .footer.content {
    max-width: unset !important;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer.page-footer .footer.content ul {
    padding-right: 0;
  }

  .footer_info_box {
    width: 100%;
    padding-bottom: 18.46px;
  }
  .footer_info_box .footer_info_contianer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 140px;
    margin-top: 51px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list {
    flex-shrink: 0;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container {
    position: relative;
    font-size: 8px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    height: 24.5px;
    line-height: 24.5px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container:nth-child(-n+1)::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background-color: #fff;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container.first::after {
    display: none;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box {
    margin-top: 21px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li, .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li > a,
.footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-info-list-desc {
    font-size: 6.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 15px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 83px;
    height: 21.5px;
    margin-top: 19px;
    background-color: #940231;
    line-height: 1;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button a {
    color: white;
    text-decoration: none;
    font-size: 9px;
    font-family: Gilroy-Medium;
    font-weight: 400;
    color: #FFFFFF;
  }
  .footer_info_box .footer-social-media-icons {
    margin: 0 140px;
    margin-top: 40px;
  }
  .footer_info_box .footer-social-media-icons .footer-social-text {
    color: white;
    font-size: 11.5px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_info_box .footer-social-media-icons > ul {
    margin-top: 9.5px;
    display: flex;
    font-size: 8px;
  }
  .footer_info_box .footer-social-media-icons > ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding-right: 7.5px;
  }
  .footer_info_box .footer-social-media-icons > ul li a {
    display: block;
  }
  .footer_info_box .footer-social-media-icons > ul li a i {
    color: white;
    font-size: 15px;
  }
  .footer_info_box .footer-social-media-icons > ul li:last-child {
    padding-right: 0;
  }
  .footer_info_box .footer_info_bottom {
    display: flex;
    margin: 0 140px;
    margin-top: 44.5px;
  }
  .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    line-height: 20.5px;
    font-size: 6px;
  }
  .footer_info_box .footer_info_bottom .footer_right {
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .page-wrapper .page-footer {
    margin-top: 50px;
  }

  .back-top-wrapper {
    position: fixed;
    max-height: 100vh;
    right: 0px;
    z-index: 12345;
    left: auto;
    padding: 16px;
    bottom: 76px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    top: 8px;
  }

  footer.page-footer {
    padding: 0;
    background-color: #111;
    overflow: hidden;
  }
  footer.page-footer p {
    padding: 0;
    margin: 0;
  }
  footer.page-footer .footer.content {
    max-width: unset !important;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer.page-footer .footer.content ul {
    padding-right: 0;
  }

  .footer_info_box {
    width: 100%;
    padding-bottom: 19.6906666667px;
  }
  .footer_info_box .footer_info_contianer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 149.3333333333px;
    margin-top: 54.4px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list {
    flex-shrink: 0;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container {
    position: relative;
    font-size: 8.5333333333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    height: 26.1333333333px;
    line-height: 26.1333333333px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container:nth-child(-n+1)::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 42.6666666667px;
    height: 1.0666666667px;
    background-color: #fff;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container.first::after {
    display: none;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box {
    margin-top: 22.4px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li, .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li > a,
.footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-info-list-desc {
    font-size: 6.9333333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88.5333333333px;
    height: 22.9333333333px;
    margin-top: 20.2666666667px;
    background-color: #940231;
    line-height: 1;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button a {
    color: white;
    text-decoration: none;
    font-size: 9.6px;
    font-family: Gilroy-Medium;
    font-weight: 400;
    color: #FFFFFF;
  }
  .footer_info_box .footer-social-media-icons {
    margin: 0 149.3333333333px;
    margin-top: 42.6666666667px;
  }
  .footer_info_box .footer-social-media-icons .footer-social-text {
    color: white;
    font-size: 12.2666666667px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_info_box .footer-social-media-icons > ul {
    margin-top: 10.1333333333px;
    display: flex;
    font-size: 8.5333333333px;
  }
  .footer_info_box .footer-social-media-icons > ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding-right: 8px;
  }
  .footer_info_box .footer-social-media-icons > ul li a {
    display: block;
  }
  .footer_info_box .footer-social-media-icons > ul li a i {
    color: white;
    font-size: 16px;
  }
  .footer_info_box .footer-social-media-icons > ul li:last-child {
    padding-right: 0;
  }
  .footer_info_box .footer_info_bottom {
    display: flex;
    margin: 0 149.3333333333px;
    margin-top: 47.4666666667px;
  }
  .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    line-height: 21.8666666667px;
    font-size: 6.4px;
  }
  .footer_info_box .footer_info_bottom .footer_right {
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .page-wrapper .page-footer {
    margin-top: 50px;
  }

  .back-top-wrapper {
    position: fixed;
    max-height: 100vh;
    right: 0px;
    z-index: 12345;
    left: auto;
    padding: 16px;
    bottom: 76px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    top: 8px;
  }

  footer.page-footer {
    padding: 0;
    background-color: #111;
    overflow: hidden;
  }
  footer.page-footer p {
    padding: 0;
    margin: 0;
  }
  footer.page-footer .footer.content {
    max-width: unset !important;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer.page-footer .footer.content ul {
    padding-right: 0;
  }

  .footer_info_box {
    width: 100%;
    padding-bottom: 24.6133333333px;
  }
  .footer_info_box .footer_info_contianer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 186.6666666667px;
    margin-top: 68px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list {
    flex-shrink: 0;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container {
    position: relative;
    font-size: 10.6666666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    height: 32.6666666667px;
    line-height: 32.6666666667px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container:nth-child(-n+1)::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 53.3333333333px;
    height: 1.3333333333px;
    background-color: #fff;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container.first::after {
    display: none;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box {
    margin-top: 28px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li, .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li > a,
.footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-info-list-desc {
    font-size: 8.6666666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110.6666666667px;
    height: 28.6666666667px;
    margin-top: 25.3333333333px;
    background-color: #940231;
    line-height: 1;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-family: Gilroy-Medium;
    font-weight: 400;
    color: #FFFFFF;
  }
  .footer_info_box .footer-social-media-icons {
    margin: 0 186.6666666667px;
    margin-top: 53.3333333333px;
  }
  .footer_info_box .footer-social-media-icons .footer-social-text {
    color: white;
    font-size: 15.3333333333px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_info_box .footer-social-media-icons > ul {
    margin-top: 12.6666666667px;
    display: flex;
    font-size: 10.6666666667px;
  }
  .footer_info_box .footer-social-media-icons > ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding-right: 10px;
  }
  .footer_info_box .footer-social-media-icons > ul li a {
    display: block;
  }
  .footer_info_box .footer-social-media-icons > ul li a i {
    color: white;
    font-size: 20px;
  }
  .footer_info_box .footer-social-media-icons > ul li:last-child {
    padding-right: 0;
  }
  .footer_info_box .footer_info_bottom {
    display: flex;
    margin: 0 186.6666666667px;
    margin-top: 59.3333333333px;
  }
  .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    line-height: 27.3333333333px;
    font-size: 8px;
  }
  .footer_info_box .footer_info_bottom .footer_right {
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 1360px) {
  .page-wrapper .page-footer {
    margin-top: 50px;
  }

  .back-top-wrapper {
    position: fixed;
    max-height: 100vh;
    right: 0px;
    z-index: 12345;
    left: auto;
    padding: 16px;
    bottom: 76px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    top: 8px;
  }

  footer.page-footer {
    padding: 0;
    background-color: #111;
    overflow: hidden;
  }
  footer.page-footer p {
    padding: 0;
    margin: 0;
  }
  footer.page-footer .footer.content {
    max-width: unset !important;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer.page-footer .footer.content ul {
    padding-right: 0;
  }

  .footer_info_box {
    width: 100%;
    padding-bottom: 26.1516666667px;
  }
  .footer_info_box .footer_info_contianer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 198.3333333333px;
    margin-top: 72.25px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list {
    flex-shrink: 0;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container {
    position: relative;
    font-size: 11.3333333333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    height: 34.7083333333px;
    line-height: 34.7083333333px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container:nth-child(-n+1)::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 56.6666666667px;
    height: 1.4166666667px;
    background-color: #fff;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container.first::after {
    display: none;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box {
    margin-top: 29.75px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li, .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li > a,
.footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-info-list-desc {
    font-size: 9.2083333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21.25px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 117.5833333333px;
    height: 30.4583333333px;
    margin-top: 26.9166666667px;
    background-color: #940231;
    line-height: 1;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button a {
    color: white;
    text-decoration: none;
    font-size: 12.75px;
    font-family: Gilroy-Medium;
    font-weight: 400;
    color: #FFFFFF;
  }
  .footer_info_box .footer-social-media-icons {
    margin: 0 198.3333333333px;
    margin-top: 56.6666666667px;
  }
  .footer_info_box .footer-social-media-icons .footer-social-text {
    color: white;
    font-size: 16.2916666667px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_info_box .footer-social-media-icons > ul {
    margin-top: 13.4583333333px;
    display: flex;
    font-size: 11.3333333333px;
  }
  .footer_info_box .footer-social-media-icons > ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding-right: 10.625px;
  }
  .footer_info_box .footer-social-media-icons > ul li a {
    display: block;
  }
  .footer_info_box .footer-social-media-icons > ul li a i {
    color: white;
    font-size: 21.25px;
  }
  .footer_info_box .footer-social-media-icons > ul li:last-child {
    padding-right: 0;
  }
  .footer_info_box .footer_info_bottom {
    display: flex;
    margin: 0 198.3333333333px;
    margin-top: 63.0416666667px;
  }
  .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    line-height: 29.0416666667px;
    font-size: 8.5px;
  }
  .footer_info_box .footer_info_bottom .footer_right {
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 1440px) {
  .page-wrapper .page-footer {
    margin-top: 50px;
  }

  .back-top-wrapper {
    position: fixed;
    max-height: 100vh;
    right: 0px;
    z-index: 12345;
    left: auto;
    padding: 16px;
    bottom: 76px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    top: 8px;
  }

  footer.page-footer {
    padding: 0;
    background-color: #111;
    overflow: hidden;
  }
  footer.page-footer p {
    padding: 0;
    margin: 0;
  }
  footer.page-footer .footer.content {
    max-width: unset !important;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer.page-footer .footer.content ul {
    padding-right: 0;
  }

  .footer_info_box {
    width: 100%;
    padding-bottom: 27.69px;
  }
  .footer_info_box .footer_info_contianer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 210px;
    margin-top: 76.5px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list {
    flex-shrink: 0;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container {
    position: relative;
    font-size: 12px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    height: 36.75px;
    line-height: 36.75px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container:nth-child(-n+1)::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1.5px;
    background-color: #fff;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container.first::after {
    display: none;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box {
    margin-top: 31.5px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li, .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li > a,
.footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-info-list-desc {
    font-size: 9.75px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22.5px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124.5px;
    height: 32.25px;
    margin-top: 28.5px;
    background-color: #940231;
    line-height: 1;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button a {
    color: white;
    text-decoration: none;
    font-size: 13.5px;
    font-family: Gilroy-Medium;
    font-weight: 400;
    color: #FFFFFF;
  }
  .footer_info_box .footer-social-media-icons {
    margin: 0 210px;
    margin-top: 60px;
  }
  .footer_info_box .footer-social-media-icons .footer-social-text {
    color: white;
    font-size: 17.25px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_info_box .footer-social-media-icons > ul {
    margin-top: 14.25px;
    display: flex;
    font-size: 12px;
  }
  .footer_info_box .footer-social-media-icons > ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding-right: 11.25px;
  }
  .footer_info_box .footer-social-media-icons > ul li a {
    display: block;
  }
  .footer_info_box .footer-social-media-icons > ul li a i {
    color: white;
    font-size: 22.5px;
  }
  .footer_info_box .footer-social-media-icons > ul li:last-child {
    padding-right: 0;
  }
  .footer_info_box .footer_info_bottom {
    display: flex;
    margin: 0 210px;
    margin-top: 66.75px;
  }
  .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    line-height: 30.75px;
    font-size: 9px;
  }
  .footer_info_box .footer_info_bottom .footer_right {
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 1680px) {
  .page-wrapper .page-footer {
    margin-top: 50px;
  }

  .back-top-wrapper {
    position: fixed;
    max-height: 100vh;
    right: 0px;
    z-index: 12345;
    left: auto;
    padding: 16px;
    bottom: 76px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    top: 8px;
  }

  footer.page-footer {
    padding: 0;
    background-color: #111;
    overflow: hidden;
  }
  footer.page-footer p {
    padding: 0;
    margin: 0;
  }
  footer.page-footer .footer.content {
    max-width: unset !important;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer.page-footer .footer.content ul {
    padding-right: 0;
  }

  .footer_info_box {
    width: 100%;
    padding-bottom: 32.305px;
  }
  .footer_info_box .footer_info_contianer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 245px;
    margin-top: 89.25px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list {
    flex-shrink: 0;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container {
    position: relative;
    font-size: 14px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    height: 42.875px;
    line-height: 42.875px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container:nth-child(-n+1)::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1.75px;
    background-color: #fff;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container.first::after {
    display: none;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box {
    margin-top: 36.75px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li, .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li > a,
.footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-info-list-desc {
    font-size: 11.375px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26.25px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145.25px;
    height: 37.625px;
    margin-top: 33.25px;
    background-color: #940231;
    line-height: 1;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button a {
    color: white;
    text-decoration: none;
    font-size: 15.75px;
    font-family: Gilroy-Medium;
    font-weight: 400;
    color: #FFFFFF;
  }
  .footer_info_box .footer-social-media-icons {
    margin: 0 245px;
    margin-top: 70px;
  }
  .footer_info_box .footer-social-media-icons .footer-social-text {
    color: white;
    font-size: 20.125px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_info_box .footer-social-media-icons > ul {
    margin-top: 16.625px;
    display: flex;
    font-size: 14px;
  }
  .footer_info_box .footer-social-media-icons > ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding-right: 13.125px;
  }
  .footer_info_box .footer-social-media-icons > ul li a {
    display: block;
  }
  .footer_info_box .footer-social-media-icons > ul li a i {
    color: white;
    font-size: 26.25px;
  }
  .footer_info_box .footer-social-media-icons > ul li:last-child {
    padding-right: 0;
  }
  .footer_info_box .footer_info_bottom {
    display: flex;
    margin: 0 245px;
    margin-top: 77.875px;
  }
  .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    line-height: 35.875px;
    font-size: 10.5px;
  }
  .footer_info_box .footer_info_bottom .footer_right {
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 1920px) {
  .page-wrapper .page-footer {
    margin-top: 50px;
  }

  .back-top-wrapper {
    position: fixed;
    max-height: 100vh;
    right: 0px;
    z-index: 12345;
    left: auto;
    padding: 16px;
    bottom: 76px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    top: 8px;
  }

  footer.page-footer {
    padding: 0;
    background-color: #111;
    overflow: hidden;
  }
  footer.page-footer p {
    padding: 0;
    margin: 0;
  }
  footer.page-footer .footer.content {
    max-width: unset !important;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer.page-footer .footer.content ul {
    padding-right: 0;
  }

  .footer_info_box {
    width: 100%;
    padding-bottom: 36.92px;
  }
  .footer_info_box .footer_info_contianer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 280px;
    margin-top: 102px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list {
    flex-shrink: 0;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container {
    position: relative;
    font-size: 16px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    height: 49px;
    line-height: 49px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container:nth-child(-n+1)::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background-color: #fff;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container.first::after {
    display: none;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box {
    margin-top: 42px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li, .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li > a,
.footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-info-list-desc {
    font-size: 13px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 166px;
    height: 43px;
    margin-top: 38px;
    background-color: #940231;
    line-height: 1;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-family: Gilroy-Medium;
    font-weight: 400;
    color: #FFFFFF;
  }
  .footer_info_box .footer-social-media-icons {
    margin: 0 280px;
    margin-top: 80px;
  }
  .footer_info_box .footer-social-media-icons .footer-social-text {
    color: white;
    font-size: 23px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_info_box .footer-social-media-icons > ul {
    margin-top: 19px;
    display: flex;
    font-size: 16px;
  }
  .footer_info_box .footer-social-media-icons > ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding-right: 15px;
  }
  .footer_info_box .footer-social-media-icons > ul li a {
    display: block;
  }
  .footer_info_box .footer-social-media-icons > ul li a i {
    color: white;
    font-size: 30px;
  }
  .footer_info_box .footer-social-media-icons > ul li:last-child {
    padding-right: 0;
  }
  .footer_info_box .footer_info_bottom {
    display: flex;
    margin: 0 280px;
    margin-top: 89px;
  }
  .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    line-height: 41px;
    font-size: 12px;
  }
  .footer_info_box .footer_info_bottom .footer_right {
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 2048px) {
  .page-wrapper .page-footer {
    margin-top: 50px;
  }

  .back-top-wrapper {
    position: fixed;
    max-height: 100vh;
    right: 0px;
    z-index: 12345;
    left: auto;
    padding: 16px;
    bottom: 76px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    top: 8px;
  }

  footer.page-footer {
    padding: 0;
    background-color: #111;
    overflow: hidden;
  }
  footer.page-footer p {
    padding: 0;
    margin: 0;
  }
  footer.page-footer .footer.content {
    max-width: unset !important;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer.page-footer .footer.content ul {
    padding-right: 0;
  }

  .footer_info_box {
    width: 100%;
    padding-bottom: 39.3813333333px;
  }
  .footer_info_box .footer_info_contianer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 298.6666666667px;
    margin-top: 108.8px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list {
    flex-shrink: 0;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container {
    position: relative;
    font-size: 17.0666666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    height: 52.2666666667px;
    line-height: 52.2666666667px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container:nth-child(-n+1)::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 85.3333333333px;
    height: 2.1333333333px;
    background-color: #fff;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-col-title-container.first::after {
    display: none;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box {
    margin-top: 44.8px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li, .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box > li > a,
.footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-info-list-desc {
    font-size: 13.8666666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 177.0666666667px;
    height: 45.8666666667px;
    margin-top: 40.5333333333px;
    background-color: #940231;
    line-height: 1;
  }
  .footer_info_box .footer_info_contianer .footer-info-list .footer-row-box .footer-button a {
    color: white;
    text-decoration: none;
    font-size: 19.2px;
    font-family: Gilroy-Medium;
    font-weight: 400;
    color: #FFFFFF;
  }
  .footer_info_box .footer-social-media-icons {
    margin: 0 298.6666666667px;
    margin-top: 85.3333333333px;
  }
  .footer_info_box .footer-social-media-icons .footer-social-text {
    color: white;
    font-size: 24.5333333333px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_info_box .footer-social-media-icons > ul {
    margin-top: 20.2666666667px;
    display: flex;
    font-size: 17.0666666667px;
  }
  .footer_info_box .footer-social-media-icons > ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding-right: 16px;
  }
  .footer_info_box .footer-social-media-icons > ul li a {
    display: block;
  }
  .footer_info_box .footer-social-media-icons > ul li a i {
    color: white;
    font-size: 32px;
  }
  .footer_info_box .footer-social-media-icons > ul li:last-child {
    padding-right: 0;
  }
  .footer_info_box .footer_info_bottom {
    display: flex;
    margin: 0 298.6666666667px;
    margin-top: 94.9333333333px;
  }
  .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    line-height: 43.7333333333px;
    font-size: 12.8px;
  }
  .footer_info_box .footer_info_bottom .footer_right {
    margin-left: auto;
    text-align: right;
  }
}
@media only screen and (min-width: 218px) and (max-width: 800px) {
  .page-wrapper .page-footer {
    margin-top: 25px;
  }

  div.footer.content {
    padding: 0;
  }

  .nav-open .nav-off-canvas .nav-toggle {
    z-index: 999 !important;
  }

  .back-top-wrapper {
    position: fixed;
    right: 0px;
    width: 54px;
    height: 54px;
    z-index: 1;
    padding: 16px;
    bottom: 156px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
  }

  .footer_warpper {
    display: flex;
  }
  .footer_warpper .footer_info_box {
    padding: 15.1146666667px 9.3013333333px;
    background-color: #111;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-info-list {
    border-bottom: 1px solid #fff;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 29.648px;
    margin: 0px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-col-title {
    font-size: 15px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-links-list-action {
    width: 9.3013333333px;
    height: 9.3013333333px;
    margin-left: auto;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .pack-up-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon_-.png) no-repeat;
    background-size: 9.3013333333px 9.3013333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .spread-out-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon__.png) no-repeat;
    background-size: 9.3013333333px 9.3013333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box {
    margin-top: 9.3013333333px;
    padding-bottom: 11.0453333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box,
.footer_warpper .footer_info_box .footer_info_contianer .footer-row-box a {
    font-size: 8.1386666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 13.952px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-button a {
    margin-top: 6.976px;
    font-size: 8.1386666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 9.8826666667px;
    text-decoration: underline;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons {
    padding: 17.44px 14.5333333333px 11.0453333333px 14.5333333333px;
    border-bottom: 0.27rem solid white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons .footer-social-text {
    color: #fff;
    font-size: 9.3013333333px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul {
    display: flex;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li {
    margin-right: 8.72px;
    flex: 1;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a {
    color: white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a i {
    font-size: 17.44px;
  }
  .footer_warpper .footer_info_box .footer_info_bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_warpper .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    margin-top: 10.464px;
    text-align: center;
    font-size: 5.8133333333px;
    font-family: Gilroy-Medium, Gilroy;
  }
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
  .page-wrapper .page-footer {
    margin-top: 25px;
  }

  div.footer.content {
    padding: 0;
  }

  .nav-open .nav-off-canvas .nav-toggle {
    z-index: 999 !important;
  }

  .back-top-wrapper {
    position: fixed;
    right: 0px;
    width: 54px;
    height: 54px;
    z-index: 1;
    padding: 16px;
    bottom: 156px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
  }

  .footer_warpper {
    display: flex;
  }
  .footer_warpper .footer_info_box {
    padding: 22.1866666667px 13.6533333333px;
    background-color: #111;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-info-list {
    border-bottom: 1px solid #fff;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 43.52px;
    margin: 0px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-col-title {
    font-size: 15px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-links-list-action {
    width: 13.6533333333px;
    height: 13.6533333333px;
    margin-left: auto;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .pack-up-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon_-.png) no-repeat;
    background-size: 13.6533333333px 13.6533333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .spread-out-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon__.png) no-repeat;
    background-size: 13.6533333333px 13.6533333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box {
    margin-top: 13.6533333333px;
    padding-bottom: 16.2133333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box,
.footer_warpper .footer_info_box .footer_info_contianer .footer-row-box a {
    font-size: 11.9466666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20.48px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-button a {
    margin-top: 10.24px;
    font-size: 11.9466666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 14.5066666667px;
    text-decoration: underline;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons {
    padding: 25.6px 21.3333333333px 16.2133333333px 21.3333333333px;
    border-bottom: 0.27rem solid white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons .footer-social-text {
    color: #fff;
    font-size: 13.6533333333px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul {
    display: flex;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li {
    margin-right: 12.8px;
    flex: 1;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a {
    color: white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a i {
    font-size: 25.6px;
  }
  .footer_warpper .footer_info_box .footer_info_bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_warpper .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    margin-top: 15.36px;
    text-align: center;
    font-size: 8.5333333333px;
    font-family: Gilroy-Medium, Gilroy;
  }
}
@media only screen and (min-width: 326px) and (max-width: 800px) {
  .page-wrapper .page-footer {
    margin-top: 25px;
  }

  div.footer.content {
    padding: 0;
  }

  .nav-open .nav-off-canvas .nav-toggle {
    z-index: 999 !important;
  }

  .back-top-wrapper {
    position: fixed;
    right: 0px;
    width: 54px;
    height: 54px;
    z-index: 1;
    padding: 16px;
    bottom: 156px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
  }

  .footer_warpper {
    display: flex;
  }
  .footer_warpper .footer_info_box {
    padding: 22.6026666667px 13.9093333333px;
    background-color: #111;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-info-list {
    border-bottom: 1px solid #fff;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 44.336px;
    margin: 0px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-col-title {
    font-size: 15px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-links-list-action {
    width: 13.9093333333px;
    height: 13.9093333333px;
    margin-left: auto;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .pack-up-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon_-.png) no-repeat;
    background-size: 13.9093333333px 13.9093333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .spread-out-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon__.png) no-repeat;
    background-size: 13.9093333333px 13.9093333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box {
    margin-top: 13.9093333333px;
    padding-bottom: 16.5173333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box,
.footer_warpper .footer_info_box .footer_info_contianer .footer-row-box a {
    font-size: 12.1706666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20.864px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-button a {
    margin-top: 10.432px;
    font-size: 12.1706666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 14.7786666667px;
    text-decoration: underline;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons {
    padding: 26.08px 21.7333333333px 16.5173333333px 21.7333333333px;
    border-bottom: 0.27rem solid white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons .footer-social-text {
    color: #fff;
    font-size: 13.9093333333px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul {
    display: flex;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li {
    margin-right: 13.04px;
    flex: 1;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a {
    color: white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a i {
    font-size: 26.08px;
  }
  .footer_warpper .footer_info_box .footer_info_bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_warpper .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    margin-top: 15.648px;
    text-align: center;
    font-size: 8.6933333333px;
    font-family: Gilroy-Medium, Gilroy;
  }
}
@media only screen and (min-width: 375px) and (max-width: 800px) {
  .page-wrapper .page-footer {
    margin-top: 25px;
  }

  div.footer.content {
    padding: 0;
  }

  .nav-open .nav-off-canvas .nav-toggle {
    z-index: 999 !important;
  }

  .back-top-wrapper {
    position: fixed;
    right: 0px;
    width: 54px;
    height: 54px;
    z-index: 1;
    padding: 16px;
    bottom: 156px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
  }

  .footer_warpper {
    display: flex;
  }
  .footer_warpper .footer_info_box {
    padding: 26px 16px;
    background-color: #111;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-info-list {
    border-bottom: 1px solid #fff;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 51px;
    margin: 0px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-col-title {
    font-size: 15px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-links-list-action {
    width: 16px;
    height: 16px;
    margin-left: auto;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .pack-up-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon_-.png) no-repeat;
    background-size: 16px 16px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .spread-out-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon__.png) no-repeat;
    background-size: 16px 16px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box {
    margin-top: 16px;
    padding-bottom: 19px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box,
.footer_warpper .footer_info_box .footer_info_contianer .footer-row-box a {
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-button a {
    margin-top: 12px;
    font-size: 14px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 17px;
    text-decoration: underline;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons {
    padding: 30px 25px 19px 25px;
    border-bottom: 0.27rem solid white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons .footer-social-text {
    color: #fff;
    font-size: 16px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul {
    display: flex;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li {
    margin-right: 15px;
    flex: 1;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a {
    color: white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a i {
    font-size: 30px;
  }
  .footer_warpper .footer_info_box .footer_info_bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_warpper .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    margin-top: 18px;
    text-align: center;
    font-size: 10px;
    font-family: Gilroy-Medium, Gilroy;
  }
}
@media only screen and (min-width: 386px) and (max-width: 800px) {
  .page-wrapper .page-footer {
    margin-top: 25px;
  }

  div.footer.content {
    padding: 0;
  }

  .nav-open .nav-off-canvas .nav-toggle {
    z-index: 999 !important;
  }

  .back-top-wrapper {
    position: fixed;
    right: 0px;
    width: 54px;
    height: 54px;
    z-index: 1;
    padding: 16px;
    bottom: 156px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
  }

  .footer_warpper {
    display: flex;
  }
  .footer_warpper .footer_info_box {
    padding: 26.7626666667px 16.4693333333px;
    background-color: #111;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-info-list {
    border-bottom: 1px solid #fff;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 52.496px;
    margin: 0px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-col-title {
    font-size: 15px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-links-list-action {
    width: 16.4693333333px;
    height: 16.4693333333px;
    margin-left: auto;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .pack-up-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon_-.png) no-repeat;
    background-size: 16.4693333333px 16.4693333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .spread-out-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon__.png) no-repeat;
    background-size: 16.4693333333px 16.4693333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box {
    margin-top: 16.4693333333px;
    padding-bottom: 19.5573333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box,
.footer_warpper .footer_info_box .footer_info_contianer .footer-row-box a {
    font-size: 14.4106666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24.704px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-button a {
    margin-top: 12.352px;
    font-size: 14.4106666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 17.4986666667px;
    text-decoration: underline;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons {
    padding: 30.88px 25.7333333333px 19.5573333333px 25.7333333333px;
    border-bottom: 0.27rem solid white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons .footer-social-text {
    color: #fff;
    font-size: 16.4693333333px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul {
    display: flex;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li {
    margin-right: 15.44px;
    flex: 1;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a {
    color: white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a i {
    font-size: 30.88px;
  }
  .footer_warpper .footer_info_box .footer_info_bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_warpper .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    margin-top: 18.528px;
    text-align: center;
    font-size: 10.2933333333px;
    font-family: Gilroy-Medium, Gilroy;
  }
}
@media only screen and (min-width: 424px) and (max-width: 800px) {
  .page-wrapper .page-footer {
    margin-top: 25px;
  }

  div.footer.content {
    padding: 0;
  }

  .nav-open .nav-off-canvas .nav-toggle {
    z-index: 999 !important;
  }

  .back-top-wrapper {
    position: fixed;
    right: 0px;
    width: 54px;
    height: 54px;
    z-index: 1;
    padding: 16px;
    bottom: 156px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
  }

  .footer_warpper {
    display: flex;
  }
  .footer_warpper .footer_info_box {
    padding: 29.3973333333px 18.0906666667px;
    background-color: #111;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-info-list {
    border-bottom: 1px solid #fff;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 57.664px;
    margin: 0px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-col-title {
    font-size: 15px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-links-list-action {
    width: 18.0906666667px;
    height: 18.0906666667px;
    margin-left: auto;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .pack-up-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon_-.png) no-repeat;
    background-size: 18.0906666667px 18.0906666667px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .spread-out-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon__.png) no-repeat;
    background-size: 18.0906666667px 18.0906666667px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box {
    margin-top: 18.0906666667px;
    padding-bottom: 21.4826666667px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box,
.footer_warpper .footer_info_box .footer_info_contianer .footer-row-box a {
    font-size: 15.8293333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 27.136px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-button a {
    margin-top: 13.568px;
    font-size: 15.8293333333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 19.2213333333px;
    text-decoration: underline;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons {
    padding: 33.92px 28.2666666667px 21.4826666667px 28.2666666667px;
    border-bottom: 0.27rem solid white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons .footer-social-text {
    color: #fff;
    font-size: 18.0906666667px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul {
    display: flex;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li {
    margin-right: 16.96px;
    flex: 1;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a {
    color: white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a i {
    font-size: 33.92px;
  }
  .footer_warpper .footer_info_box .footer_info_bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_warpper .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    margin-top: 20.352px;
    text-align: center;
    font-size: 11.3066666667px;
    font-family: Gilroy-Medium, Gilroy;
  }
}
@media only screen and (min-width: 432px) and (max-width: 800px) {
  .page-wrapper .page-footer {
    margin-top: 25px;
  }

  div.footer.content {
    padding: 0;
  }

  .nav-open .nav-off-canvas .nav-toggle {
    z-index: 999 !important;
  }

  .back-top-wrapper {
    position: fixed;
    right: 0px;
    width: 54px;
    height: 54px;
    z-index: 1;
    padding: 16px;
    bottom: 156px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
  }

  .footer_warpper {
    display: flex;
  }
  .footer_warpper .footer_info_box {
    padding: 29.952px 18.432px;
    background-color: #111;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-info-list {
    border-bottom: 1px solid #fff;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 58.752px;
    margin: 0px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-col-title {
    font-size: 15px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-links-list-action {
    width: 18.432px;
    height: 18.432px;
    margin-left: auto;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .pack-up-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon_-.png) no-repeat;
    background-size: 18.432px 18.432px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .spread-out-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon__.png) no-repeat;
    background-size: 18.432px 18.432px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box {
    margin-top: 18.432px;
    padding-bottom: 21.888px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box,
.footer_warpper .footer_info_box .footer_info_contianer .footer-row-box a {
    font-size: 16.128px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 27.648px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-button a {
    margin-top: 13.824px;
    font-size: 16.128px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 19.584px;
    text-decoration: underline;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons {
    padding: 34.56px 28.8px 21.888px 28.8px;
    border-bottom: 0.27rem solid white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons .footer-social-text {
    color: #fff;
    font-size: 18.432px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul {
    display: flex;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li {
    margin-right: 17.28px;
    flex: 1;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a {
    color: white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a i {
    font-size: 34.56px;
  }
  .footer_warpper .footer_info_box .footer_info_bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_warpper .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    margin-top: 20.736px;
    text-align: center;
    font-size: 11.52px;
    font-family: Gilroy-Medium, Gilroy;
  }
}
@media only screen and (min-width: 441px) and (max-width: 800px) {
  .page-wrapper .page-footer {
    margin-top: 25px;
  }

  div.footer.content {
    padding: 0;
  }

  .nav-open .nav-off-canvas .nav-toggle {
    z-index: 999 !important;
  }

  .back-top-wrapper {
    position: fixed;
    right: 0px;
    width: 54px;
    height: 54px;
    z-index: 1;
    padding: 16px;
    bottom: 156px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
  }

  .footer_warpper {
    display: flex;
  }
  .footer_warpper .footer_info_box {
    padding: 30.576px 18.816px;
    background-color: #111;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-info-list {
    border-bottom: 1px solid #fff;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 59.976px;
    margin: 0px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-col-title {
    font-size: 15px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-links-list-action {
    width: 18.816px;
    height: 18.816px;
    margin-left: auto;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .pack-up-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon_-.png) no-repeat;
    background-size: 18.816px 18.816px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .spread-out-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon__.png) no-repeat;
    background-size: 18.816px 18.816px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box {
    margin-top: 18.816px;
    padding-bottom: 22.344px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box,
.footer_warpper .footer_info_box .footer_info_contianer .footer-row-box a {
    font-size: 16.464px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28.224px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-button a {
    margin-top: 14.112px;
    font-size: 16.464px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 19.992px;
    text-decoration: underline;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons {
    padding: 35.28px 29.4px 22.344px 29.4px;
    border-bottom: 0.27rem solid white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons .footer-social-text {
    color: #fff;
    font-size: 18.816px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul {
    display: flex;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li {
    margin-right: 17.64px;
    flex: 1;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a {
    color: white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a i {
    font-size: 35.28px;
  }
  .footer_warpper .footer_info_box .footer_info_bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_warpper .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    margin-top: 21.168px;
    text-align: center;
    font-size: 11.76px;
    font-family: Gilroy-Medium, Gilroy;
  }
}
@media only screen and (min-width: 458px) and (max-width: 800px) {
  .page-wrapper .page-footer {
    margin-top: 25px;
  }

  div.footer.content {
    padding: 0;
  }

  .nav-open .nav-off-canvas .nav-toggle {
    z-index: 999 !important;
  }

  .back-top-wrapper {
    position: fixed;
    right: 0px;
    width: 54px;
    height: 54px;
    z-index: 1;
    padding: 16px;
    bottom: 156px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
  }

  .footer_warpper {
    display: flex;
  }
  .footer_warpper .footer_info_box {
    padding: 31.7546666667px 19.5413333333px;
    background-color: #111;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-info-list {
    border-bottom: 1px solid #fff;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 62.288px;
    margin: 0px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-col-title {
    font-size: 15px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-links-list-action {
    width: 19.5413333333px;
    height: 19.5413333333px;
    margin-left: auto;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .pack-up-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon_-.png) no-repeat;
    background-size: 19.5413333333px 19.5413333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .spread-out-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon__.png) no-repeat;
    background-size: 19.5413333333px 19.5413333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box {
    margin-top: 19.5413333333px;
    padding-bottom: 23.2053333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box,
.footer_warpper .footer_info_box .footer_info_contianer .footer-row-box a {
    font-size: 17.0986666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29.312px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-button a {
    margin-top: 14.656px;
    font-size: 17.0986666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 20.7626666667px;
    text-decoration: underline;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons {
    padding: 36.64px 30.5333333333px 23.2053333333px 30.5333333333px;
    border-bottom: 0.27rem solid white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons .footer-social-text {
    color: #fff;
    font-size: 19.5413333333px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul {
    display: flex;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li {
    margin-right: 18.32px;
    flex: 1;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a {
    color: white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a i {
    font-size: 36.64px;
  }
  .footer_warpper .footer_info_box .footer_info_bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_warpper .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    margin-top: 21.984px;
    text-align: center;
    font-size: 12.2133333333px;
    font-family: Gilroy-Medium, Gilroy;
  }
}
@media only screen and (min-width: 493px) and (max-width: 800px) {
  .page-wrapper .page-footer {
    margin-top: 25px;
  }

  div.footer.content {
    padding: 0;
  }

  .nav-open .nav-off-canvas .nav-toggle {
    z-index: 999 !important;
  }

  .back-top-wrapper {
    position: fixed;
    right: 0px;
    width: 54px;
    height: 54px;
    z-index: 1;
    padding: 16px;
    bottom: 156px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
  }

  .footer_warpper {
    display: flex;
  }
  .footer_warpper .footer_info_box {
    padding: 34.1813333333px 21.0346666667px;
    background-color: #111;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-info-list {
    border-bottom: 1px solid #fff;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 67.048px;
    margin: 0px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-col-title {
    font-size: 15px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-links-list-action {
    width: 21.0346666667px;
    height: 21.0346666667px;
    margin-left: auto;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .pack-up-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon_-.png) no-repeat;
    background-size: 21.0346666667px 21.0346666667px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .spread-out-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon__.png) no-repeat;
    background-size: 21.0346666667px 21.0346666667px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box {
    margin-top: 21.0346666667px;
    padding-bottom: 24.9786666667px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box,
.footer_warpper .footer_info_box .footer_info_contianer .footer-row-box a {
    font-size: 18.4053333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 31.552px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-button a {
    margin-top: 15.776px;
    font-size: 18.4053333333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22.3493333333px;
    text-decoration: underline;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons {
    padding: 39.44px 32.8666666667px 24.9786666667px 32.8666666667px;
    border-bottom: 0.27rem solid white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons .footer-social-text {
    color: #fff;
    font-size: 21.0346666667px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul {
    display: flex;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li {
    margin-right: 19.72px;
    flex: 1;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a {
    color: white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a i {
    font-size: 39.44px;
  }
  .footer_warpper .footer_info_box .footer_info_bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_warpper .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    margin-top: 23.664px;
    text-align: center;
    font-size: 13.1466666667px;
    font-family: Gilroy-Medium, Gilroy;
  }
}
@media only screen and (min-width: 518px) and (max-width: 800px) {
  .page-wrapper .page-footer {
    margin-top: 25px;
  }

  div.footer.content {
    padding: 0;
  }

  .nav-open .nav-off-canvas .nav-toggle {
    z-index: 999 !important;
  }

  .back-top-wrapper {
    position: fixed;
    right: 0px;
    width: 54px;
    height: 54px;
    z-index: 1;
    padding: 16px;
    bottom: 156px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
  }

  .footer_warpper {
    display: flex;
  }
  .footer_warpper .footer_info_box {
    padding: 35.9146666667px 22.1013333333px;
    background-color: #111;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-info-list {
    border-bottom: 1px solid #fff;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 70.448px;
    margin: 0px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-col-title {
    font-size: 15px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-links-list-action {
    width: 22.1013333333px;
    height: 22.1013333333px;
    margin-left: auto;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .pack-up-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon_-.png) no-repeat;
    background-size: 22.1013333333px 22.1013333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .spread-out-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon__.png) no-repeat;
    background-size: 22.1013333333px 22.1013333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box {
    margin-top: 22.1013333333px;
    padding-bottom: 26.2453333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box,
.footer_warpper .footer_info_box .footer_info_contianer .footer-row-box a {
    font-size: 19.3386666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33.152px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-button a {
    margin-top: 16.576px;
    font-size: 19.3386666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 23.4826666667px;
    text-decoration: underline;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons {
    padding: 41.44px 34.5333333333px 26.2453333333px 34.5333333333px;
    border-bottom: 0.27rem solid white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons .footer-social-text {
    color: #fff;
    font-size: 22.1013333333px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul {
    display: flex;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li {
    margin-right: 20.72px;
    flex: 1;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a {
    color: white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a i {
    font-size: 41.44px;
  }
  .footer_warpper .footer_info_box .footer_info_bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_warpper .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    margin-top: 24.864px;
    text-align: center;
    font-size: 13.8133333333px;
    font-family: Gilroy-Medium, Gilroy;
  }
}
@media only screen and (min-width: 540px) and (max-width: 800px) {
  .page-wrapper .page-footer {
    margin-top: 25px;
  }

  div.footer.content {
    padding: 0;
  }

  .nav-open .nav-off-canvas .nav-toggle {
    z-index: 999 !important;
  }

  .back-top-wrapper {
    position: fixed;
    right: 0px;
    width: 54px;
    height: 54px;
    z-index: 1;
    padding: 16px;
    bottom: 156px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
  }

  .footer_warpper {
    display: flex;
  }
  .footer_warpper .footer_info_box {
    padding: 37.44px 23.04px;
    background-color: #111;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-info-list {
    border-bottom: 1px solid #fff;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 73.44px;
    margin: 0px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-col-title {
    font-size: 15px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-links-list-action {
    width: 23.04px;
    height: 23.04px;
    margin-left: auto;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .pack-up-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon_-.png) no-repeat;
    background-size: 23.04px 23.04px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .spread-out-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon__.png) no-repeat;
    background-size: 23.04px 23.04px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box {
    margin-top: 23.04px;
    padding-bottom: 27.36px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box,
.footer_warpper .footer_info_box .footer_info_contianer .footer-row-box a {
    font-size: 20.16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34.56px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-button a {
    margin-top: 17.28px;
    font-size: 20.16px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24.48px;
    text-decoration: underline;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons {
    padding: 43.2px 36px 27.36px 36px;
    border-bottom: 0.27rem solid white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons .footer-social-text {
    color: #fff;
    font-size: 23.04px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul {
    display: flex;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li {
    margin-right: 21.6px;
    flex: 1;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a {
    color: white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a i {
    font-size: 43.2px;
  }
  .footer_warpper .footer_info_box .footer_info_bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_warpper .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    margin-top: 25.92px;
    text-align: center;
    font-size: 14.4px;
    font-family: Gilroy-Medium, Gilroy;
  }
}
@media only screen and (min-width: 565px) and (max-width: 800px) {
  .page-wrapper .page-footer {
    margin-top: 25px;
  }

  div.footer.content {
    padding: 0;
  }

  .nav-open .nav-off-canvas .nav-toggle {
    z-index: 999 !important;
  }

  .back-top-wrapper {
    position: fixed;
    right: 0px;
    width: 54px;
    height: 54px;
    z-index: 1;
    padding: 16px;
    bottom: 156px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
  }

  .footer_warpper {
    display: flex;
  }
  .footer_warpper .footer_info_box {
    padding: 39.1733333333px 24.1066666667px;
    background-color: #111;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-info-list {
    border-bottom: 1px solid #fff;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 76.84px;
    margin: 0px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-col-title {
    font-size: 15px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-links-list-action {
    width: 24.1066666667px;
    height: 24.1066666667px;
    margin-left: auto;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .pack-up-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon_-.png) no-repeat;
    background-size: 24.1066666667px 24.1066666667px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .spread-out-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon__.png) no-repeat;
    background-size: 24.1066666667px 24.1066666667px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box {
    margin-top: 24.1066666667px;
    padding-bottom: 28.6266666667px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box,
.footer_warpper .footer_info_box .footer_info_contianer .footer-row-box a {
    font-size: 21.0933333333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36.16px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-button a {
    margin-top: 18.08px;
    font-size: 21.0933333333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 25.6133333333px;
    text-decoration: underline;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons {
    padding: 45.2px 37.6666666667px 28.6266666667px 37.6666666667px;
    border-bottom: 0.27rem solid white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons .footer-social-text {
    color: #fff;
    font-size: 24.1066666667px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul {
    display: flex;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li {
    margin-right: 22.6px;
    flex: 1;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a {
    color: white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a i {
    font-size: 45.2px;
  }
  .footer_warpper .footer_info_box .footer_info_bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_warpper .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    margin-top: 27.12px;
    text-align: center;
    font-size: 15.0666666667px;
    font-family: Gilroy-Medium, Gilroy;
  }
}
@media only screen and (min-width: 800px) and (max-width: 800px) {
  .page-wrapper .page-footer {
    margin-top: 25px;
  }

  div.footer.content {
    padding: 0;
  }

  .nav-open .nav-off-canvas .nav-toggle {
    z-index: 999 !important;
  }

  .back-top-wrapper {
    position: fixed;
    right: 0px;
    width: 54px;
    height: 54px;
    z-index: 1;
    padding: 16px;
    bottom: 156px;
  }
  .back-top-wrapper .back-box {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: #8e9799;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
  }

  .footer_warpper {
    display: flex;
  }
  .footer_warpper .footer_info_box {
    padding: 55.4666666667px 34.1333333333px;
    background-color: #111;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-info-list {
    border-bottom: 1px solid #fff;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 108.8px;
    margin: 0px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-col-title {
    font-size: 15px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .footer-links-list-action {
    width: 34.1333333333px;
    height: 34.1333333333px;
    margin-left: auto;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .pack-up-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon_-.png) no-repeat;
    background-size: 34.1333333333px 34.1333333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-col-title-container .spread-out-icon {
    background: url(https://static.povison.com/media/wysiwyg/icon/home/icon__.png) no-repeat;
    background-size: 34.1333333333px 34.1333333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box {
    margin-top: 34.1333333333px;
    padding-bottom: 40.5333333333px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-row-box,
.footer_warpper .footer_info_box .footer_info_contianer .footer-row-box a {
    font-size: 29.8666666667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 51.2px;
  }
  .footer_warpper .footer_info_box .footer_info_contianer .footer-button a {
    margin-top: 25.6px;
    font-size: 29.8666666667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36.2666666667px;
    text-decoration: underline;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons {
    padding: 64px 53.3333333333px 40.5333333333px 53.3333333333px;
    border-bottom: 0.27rem solid white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons .footer-social-text {
    color: #fff;
    font-size: 34.1333333333px;
    font-family: Gilroy-Bold, Gilroy;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul {
    display: flex;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li {
    margin-right: 32px;
    flex: 1;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a {
    color: white;
  }
  .footer_warpper .footer_info_box .footer-social-media-icons ul li a i {
    font-size: 64px;
  }
  .footer_warpper .footer_info_box .footer_info_bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_warpper .footer_info_box .footer_info_bottom .footer_left {
    color: #999;
    margin-top: 38.4px;
    text-align: center;
    font-size: 21.3333333333px;
    font-family: Gilroy-Medium, Gilroy;
  }
}

/*# sourceMappingURL=footer.css.map */
.cms-content {
    max-width: 80%;
    margin: 0 auto;
}

.cms-content a {
    color: #930031;
}

.cms-content img {
    height: unset;
}

.cms-content-title {
    text-align: center;
    position: relative;
}

.checkout-onepage-success .page-main {
    width: 90vw !important;
    margin: 0 auto !important;
}

.checkout-onepage-success .cms-content-title .action {
    float: unset !important;
    margin-top: 0px !important;
    position: absolute;
    right: 0px;
    top: 25px;
}

.cms-content-title span {
    color: #000000;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 0;
    line-height: initial;
    font-size: 19px;
}


/* 设置new角标样式 */

.new-product-active {
    display: none !important;
}

.cms-index-index li.product-item {
    position: relative;
}

@media screen and (min-width: 768px) {
    .page-product-configurable .new-product {
        width: 35px;
        height: 35px;
        background: #930031;
        color: #fff;
        left: 2%;
        top: 20px;
        border-radius: 50%;
        position: absolute;
        line-height: 35px;
        font-size: 12px;
        text-align: center;
        z-index: 9;
    }
    .cms-index-index .new-product {
        width: 35px;
        height: 35px;
        background: #930031;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 0;
        line-height: 35px;
        font-size: 12px;
        text-align: center;
        z-index: 99;
    }
}

@media screen and (max-width: 767px) {
    .page-product-configurable .new-product {
        width: 35px;
        height: 35px;
        background: #930031;
        color: #fff;
        left: 2%;
        top: 10px;
        border-radius: 50%;
        position: absolute;
        line-height: 35px;
        font-size: 12px;
        text-align: center;
        z-index: 9;
    }
    .page-product-configurable .product-info__box {
        position: relative;
    }
    .cms-index-index .new-product {
        width: 35px;
        height: 35px;
        background: #930031;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 5px;
        line-height: 35px;
        font-size: 12px;
        text-align: center;
        z-index: 99;
    }
}.cms-page-view .price-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#cookie-status {
    display: none !important;
}

.old-price {
    display: block !important;
}

.old-price .price-label {
    display: none;
}

.sidebar-additional .price-configured_price .price {
    color: #930031;
}

.magestore-bannerslide-flex-slider {
    margin-bottom: 0px !important;
}

.cms-page-view .breadcrumbs {
    display: none;
}

.block-compare {
    display: none;
}

.switcher-store {
    display: none;
}

.swatch-option {
    margin: 0 8px 5px 0 !important;
}

.swatch-option-loading {
    content: url('../../frontend/Mus/povison/en_US/images/loading.jpg') !important;
}

.fotorama__spinner {
    background-image: url('../../frontend/Mus/povison/en_US/images/loading.jpg') !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
}

.fotorama__wrap--css3 .fotorama__spinner {
    animation: unset !important
}

.page-products .product-item-info .product-item-inner {
    display: none !important;
}

.home-bannerslider_pc ul li {
    margin-bottom: 0px !important;
}

.cms-collections-dining-room .product-item-inner,
.cms-collections-living-room .product-item-inner,
.cms-collections-bedroom .product-item-inner {
    display: none !important;
}

.sale-tips {
    position: absolute;
    width: 35px;
    text-align: center;
    height: 15px;
    line-height: 15px;
    border: 1px solid #930031;
    border-radius: 3px;
    margin-right: 3px;
    color: #930031;
    font-size: 12px;
}

.rocketchat-widget #app button {
    width: 40px !important;
    height: 40px !important;
}

.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search {
    margin: 0 auto;
}

input.mage-error,
select.mage-error,
textarea.mage-error {
    border-color: #930031;
}

.home-news-wrapper {
    display: none;
}

.cms-index-index .home-news-wrapper {
    display: block;
}

.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
    display: none !important;
}

.catalog-category-view .home-news-wrapper {
    display: block;
}

.action.primary,
.action-primary {
    background: #930031;
    border: 1px solid #930031;
}

.action.primary:hover,
.action-primary:hover {
    background: #930031;
    border: 1px solid #930031;
}

.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
    background: #930031;
    border: 1px solid #930031;
}

.rating-summary .rating-result>span:before {
    color: #930031;
}

.product-list-swatch-a .swatch-attribute-options {
    height: 50px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .breadcrumbs {
        width: 90vw !important;
        margin: 15px auto 20px!important;
        max-width: unset !important;
        padding: 0px !important;
    }
    .checkout-cart-index .page-main {
        width: 90vw;
        margin: 0 auto;
    }
    .page-layout-2columns-right .page-main {
        width: 90vw;
        margin: 0 auto;
    }
    .page-products .columns {
        width: 90vw;
        margin: 0 auto;
    }
    .cms-page-view .page-main {
        width: 90vw;
        margin: 0 auto;
    }
    .customer-account-createpassword .page-main {
        width: 90vw;
        margin: 0 auto;
    }
    .customer-account-createpassword .password {
        margin: 0 auto;
    }
    .cms-page-view .cms-content {
        max-width: 100% !important;
    }
    .catalog-product-view .page-main {
        width: 90vw;
        margin: 0 auto;
    }
    .cms-falsh-deal-activitys .page-main {
        width: 100%;
        margin: 0 auto;
    }
    .account .page-main {
        width: 90vw;
        margin: 0 auto;
    }
    .customer-account-logoutsuccess .page-main {
        width: 90vw;
        margin: 0 auto;
    }
    .customer-account-forgotpassword .page-main {
        width: 90vw;
        margin: 0 auto;
    }
    .customer-account-forgotpassword .form.password {
        margin: 0 auto;
    }
    .cms-page-view .product-items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
        padding-top: 20px;
    }
    .cms-page-view .product-items .product-item {
        width: 100% !important;
    }
    .account .sidebar-additional .product-item .product-image-container {
        width: 100% !important;
    }
    .wishlist-index-index .product-item .product-image-wrapper {
        padding-bottom: 100% !important;
    }
    .sidebar-additional .product-items .product-item-info .product-item-photo {
        width: 33%;
        margin: 0px !important;
    }
    .product-image-container {
        width: 100% !important;
    }
    .product-item-info {
        padding: 15px !important;
    }
    .product-item-info:hover {
        padding: 15px !important;
    }
    .sidebar-additional .product-item-info {
        padding: 0px !important;
    }
    .sidebar-additional .product-items .product-item-details {
        margin-left: 37% !important;
    }
    .product-reviews-summary {
        margin-bottom: 10px !important;
    }
    .home-bannerslider-block {
        height: auto !important;
    }
    .old-price .price {
        color: #ccc !important;
        text-decoration: line-through;
        font-size: 13px !important;
        margin-left: 10px;
    }
    .cms-page-view .product-item-info .product-item-name {
        height: 42px;
    }
    .sale-tips {
        top: 2px;
    }
    .checkout-cart-index .sale-tips {
        top: 20px;
    }
    .checkout-cart-index .sale-tips-title {
        margin-left: 45px;
    }
}

@media screen and (max-width: 767px) {
    .swatch-option-tooltip {
        display: none !important;
    }
    .sidebar-additional .product-items .product-item-info .product-item-photo {
        width: 25%;
        margin: 0px !important;
    }
    .block-wishlist .product-image-container {
        width: 100% !important;
    }
    .products-grid.wishlist .product-image-container {
        max-width: 120px;
    }
    .sidebar-additional .product-items .product-item-details {
        margin-left: 28% !important;
    }
    .products-grid.wishlist .box-tocart,
    .products-grid.wishlist .fieldset {
        margin-bottom: 0px;
    }
    .product-item-info:hover {
        background: #ffffff;
        box-shadow: 0px 1px 7px 0 rgb(0 0 0 / 30%) !important;
        position: relative;
        z-index: 9;
        overflow: hidden;
    }
    .magestore-bannerslide-flex-slider {
        margin-bottom: 0px !important;
    }
    .cms-collections-dining-room .product-item-details,
    .cms-collections-living-room .product-item-details,
    .cms-collections-bedroom .product-item-details {
        padding: 0 10px;
    }
    .old-price .price {
        color: #ccc !important;
        text-decoration: line-through;
        font-size: 12px !important;
        margin-left: 0px;
    }
    .cms-page-view .product-item-info .product-item-name {
        height: 40px;
    }
    .sale-tips {
        top: 2px;
    }
    .product-info-main .sale-tips {
        top: 17px;
    }
    .checkout-cart-index .sale-tips-title {
        margin-left: 45px;
    }
}
.account.newsletter-manage-index .block.block-collapsible-nav,
.account.review-customer-index .block.block-collapsible-nav,
.account.paypal-billing_agreement-index .block.block-collapsible-nav,
.account.vault-cards-listaction .block.block-collapsible-nav,
.account.customer-account-edit .block.block-collapsible-nav,
.account.wishlist-index-index .block.block-collapsible-nav,
.account.downloadable-customer-products .block.block-collapsible-nav,
.account.sales-order-history .block.block-collapsible-nav,
.account.sales-order-view .block.block-collapsible-nav,
.account.customer-account-index .block.block-collapsible-nav,
.account.customer-address-form .block.block-collapsible-nav,
.account.mployaltyprogram-dashboard-index .block.block-collapsible-nav,
.companyaccounts-mycompany-registerform .block.block-collapsible-nav,
.companyaccounts-orders-index .block.block-collapsible-nav,
.companyaccounts-mycompany-index .block.block-collapsible-nav,
.account.customer-address-index .block.block-collapsible-nav {
    top: 7px !important;
}

.account.newsletter-manage-index .title.block-collapsible-nav-title,
.account.review-customer-index .title.block-collapsible-nav-title,
.account.paypal-billing_agreement-index .title.block-collapsible-nav-title,
.account.vault-cards-listaction .title.block-collapsible-nav-title,
.account.customer-account-edit .title.block-collapsible-nav-title,
.account.wishlist-index-index .title.block-collapsible-nav-title,
.account.downloadable-customer-products .title.block-collapsible-nav-title,
.account.sales-order-history .title.block-collapsible-nav-title,
.account.sales-order-view .title.block-collapsible-nav-title,
.account.customer-account-index .title.block-collapsible-nav-title,
.account.customer-address-form .title.block-collapsible-nav-title,
.account.customer-address-index .title.block-collapsible-nav-title,
.companyaccounts-mycompany-registerform .title.block-collapsible-nav-title,
.companyaccounts-orders-index .title.block-collapsible-nav-title,
.companyaccounts-mycompany-index .title.block-collapsible-nav-title,
.mployaltyprogram-dashboard-index .title.block-collapsible-nav-title {
    box-sizing: border-box;
    height: 42px;
}

.account.newsletter-manage-index .title.block-collapsible-nav-title strong,
.account.review-customer-index .title.block-collapsible-nav-title strong,
.account.paypal-billing_agreement-index .title.block-collapsible-nav-title strong,
.account.vault-cards-listaction .title.block-collapsible-nav-title strong,
.account.customer-account-edit .title.block-collapsible-nav-title strong,
.account.wishlist-index-index .title.block-collapsible-nav-title strong,
.account.downloadable-customer-products .title.block-collapsible-nav-title strong,
.account.sales-order-history .title.block-collapsible-nav-title strong,
.account.sales-order-view .title.block-collapsible-nav-title strong,
.account.customer-account-index .title.block-collapsible-nav-title strong,
.account.customer-address-form .title.block-collapsible-nav-title strong,
.account.mployaltyprogram-dashboard-index .title.block-collapsible-nav-title strong,
.companyaccounts-mycompany-registerform .title.block-collapsible-nav-title strong,
.companyaccounts-orders-index .title.block-collapsible-nav-title strong,
.companyaccounts-mycompany-index .title.block-collapsible-nav-title strong,
.account.customer-address-index .title.block-collapsible-nav-title strong {
    display: none !important;
}


.customer-account-index .block.block-dashboard-info .block-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.customer-account-index .customer-account-index-business-pro-register-entrance {
    box-sizing: border-box;
    height: 40px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    background: #940032;
    border-radius: 4px;
}
@media screen and (min-width: 500px) {
    .customer-account-index .customer-account-index-business-pro-register-entrance {
        padding: 0 10px;
    }
}@media (min-width: 768px) {
    /* 活动首页头部 */
    .header_info_box {
        text-align: center;
    }
    .page-header .header.panel {
        position: relative;
        /* background: #930031; */
        line-height: 35px;
        color: #fff;
        padding-left: 20px;
    }
    .page-header .header_info_box {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    /* .page-header .header_info_box span:last-child {
        display: none;
    } */
    .header_block {
        height: 50px;
        text-align: center;
        line-height: 50px;
        background: #F78c56;
        color: #fff;
        font-size: 18px;
    }
    .page-header .header_info_box img {
        /* height: 40px; */
    }
    .page-header .header_info_box p:nth-child(2) {
        display: none;
    }
    .header-timer {
        position: absolute;
        width: 200px;
        height: 100%;
        /* line-height: 60px; */
        top: 0;
        left: 13%;
    }
    .header-time {
        display: flex;
        justify-content: space-around;
        font-weight: bold;
        color: #000;
        font-size: 18px;
    }
    .time-data {
        position: relative;
    }
    .time-data .time-line {
        position: absolute;
        left: 27px;
    }
    .header-timer-tips {
        display: flex;
        justify-content: space-around;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        margin-top: -10px;
    }
}

@media (max-width: 767px) {
    /* 活动首页头部 */
    .page-header .panel.wrapper {
        display: block;
    }
    .page-header .header_info_box {
        height: 50px;
        line-height: 35px;
        color: #fff;
        text-align: center;
        /* background: #930031; */
        display: block !important;
    }
    /* .page-header .header_info_box span:first-child {
        display: none;
    } */
    .page-header .header_info_box {
        /* height: 60px; */
        color: #fff;
        text-align: center;
    }
    .page-header .time-line {
        margin-left: 3px;
    }
    .header_block {
        height: 50px;
        text-align: center;
        line-height: 50px;
        background: #F78c56;
        color: #fff;
        font-size: 16px;
    }
    .header_hide {
        height: 60px;
    }
    .page-header .header_info_box img {
        /* height: 100%; */
    }
    .page-header .header_info_box p:nth-child(1) {
        display: none;
    }
    .header-timer {
        width: 27%;
        position: absolute;
        height: 40px;
        top: 0;
        left: 10px;
        padding: 2px 0 8px 0;
    }
    .header-time {
        height: 20px;
        line-height: 20px;
        display: flex;
        justify-content: space-around;
        font-weight: bold;
        color: #000;
        font-size: 13px;
    }
    .time-data {
        display: flex;
        justify-content: flex-start;
    }
    .header-timer-tips {
        height: 20px;
        line-height: 20px;
        display: flex;
        justify-content: space-around;
        color: #000;
        font-size: 12px;
        font-weight: 600;
    }
}

@media screen and (max-width: 400px) {
    .header-timer {
        width: 26%;
    }
}


/* 首页优化 移动端 */

@media screen and (max-width:767px) {
    .cms-index-index .top_picks_block {
        padding-left: 24px !important;
        padding-right: 0px !important;
    }
    .cms-index-index .flash_deal_block {
        padding-left: 24px !important;
        padding-right: 0px !important;
    }
    .cms-index-index .page-header .header_info_box {
        height: 50px;
        line-height: 40px;
        font-size: 12px;
    }
    .header_contianer {
        height: auto;
    }
    .cms-index-index .header_contianer {
        width: 100%;
        display: flex;
        align-items: center;
        height: 80px;
        padding: 0;
    }
    .cms-index-index .flash_deal_block .product-item .price-box {
        justify-content: space-between;
    }
    .cms-index-index .home-bannerslider-block {
        height: 300px !important;
        overflow: hidden;
    }
    .cms-index-index .home-bannerslider-block .owl-dots {
        margin-top: -5px !important;
    }
    .cms-index-index .carousel-container.mp-banner-slider {
        height: 300px !important;
    }
    .cms-index-index .small-business-big-mission-wrapper {
        margin-top: 34px;
    }
    .cms-index-index .small-business-big-mission-wrapper h2 {
        font-size: 16px;
        font-family: 'San Francisco Text';
    }
    .cms-index-index .small-business-m {
        width: 251px;
        text-align: center;
        margin-bottom: 25px;
        margin: auto;
        margin-top: 16px;
        font-size: 12px;
        /* font-family: 'San Francisco Text'; */
    }
    .cms-index-index .business-mission-content {
        margin-top: 14px;
    }
    .cms-index-index .business-mission-item p {
        font-size: 9px !important;
        color: #333;
    }
    .cms-index-index .business-mission-item img {
        width: 19px !important;
        height: 18px !important;
    }
    .cms-index-index .top_picks_block .block-cms-link {
        display: none;
    }
    .cms-index-index .top_picks_block .block-title strong {
        font-size: 14px !important;
    }
    .cms-index-index .top_picks_block .block-title {
        text-align: left;
        margin-bottom: 12px !important;
    }
    .cms-index-index .top_picks_block .product-item {
        width: 157px !important;
        margin-right: 14px;
        padding: 5px 0;
    }
    .cms-index-index .flash_deal_block .product-item {
        width: 157px !important;
        margin-right: 14px;
        padding: 5px 0;
    }
    .cms-index-index .product-item .price-box .normal-price .price {
        font-size: 13px;
    }
    .cms-index-index .product-item .old-price .price {
        font-size: 9px !important;
    }
    .cms-index-index .product-item .price-box .price-label {
        color: #666;
        font-size: 10px;
        margin-top: 4px;
    }
    .cms-index-index .top_picks_block .product-item-name {
        font-size: 12px !important;
    }
    .cms-index-index .rating-summary .rating-result>span:before {
        font-size: 9.85px;
    }
    .cms-index-index .rating-summary .rating-result:before {
        font-size: 9.85px;
    }
    .cms-index-index .flash_deal_block .price-box {
        line-height: 3px;
    }
    .cms-index-index .flash_deal_block .product-item .product-item-info {
        overflow: hidden;
    }
    .cms-index-index .flash_deal_block .product-item-name {
        height: 34px;
        line-height: 16px;
        font-weight: 540 !important;
    }
    .cms-index-index .top_picks_block .product-item-info .product-item-name {
        height: 34px;
        line-height: 16px;
        font-weight: 540 !important;
    }
    .cms-index-index .top_picks_block .product-item .price-box {
        margin: -4px 0px 0px 0px;
    }
    .cms-index-index .top_picks_block .price-box {
        line-height: 3px;
    }
    .cms-index-index .product-item-name {
        margin: 0px;
        line-height: 16px;
    }
    .cms-index-index .flash_deal_block .product-item .price-box {
        margin: -4px 0px 0px 0px;
    }
    .cms-index-index .product-item-details .is-reviews {
        margin-top: 24px !important;
    }
    /* .cms-index-index .product-item .product-reviews-summary .rating-summary {
        margin: -4px 4px 0px 0px;
    } */
    .cms-index-index .top_picks_block .picks-host span {
        position: absolute;
        top: -25px;
        font-size: 8px;
        color: #fff;
        transform: rotate( -45deg);
    }
    .cms-index-index .top_picks_block .picks-host {
        border-top: 31px solid #930031;
        border-right: 31px solid transparent;
    }
    .cms-index-index .flash_deal_block .block-title strong {
        font-size: 14px !important;
    }
    .cms-index-index .flash-deal-block-wrapper {
        margin-top: 40px;
    }
    .cms-index-index .flash_deal_block .block-title {
        margin-bottom: 12px !important;
    }
    .cms-index-index .flash-sale {
        width: 30px;
        height: 30px;
        background: #930031;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 0;
        line-height: 30px;
        font-size: 8px;
        text-align: center;
    }
    .cms-index-index div#Hits\ Bundle {
        display: none;
    }
    .cms-index-index .home-room-wrapper h2 {
        margin-bottom: 12px;
    }
    .cms-index-index .home-silder-block h2 {
        margin-bottom: 12px;
    }
    .cms-index-index .gallery__column-content {
        grid-gap: 0px !important
    }
    .cms-index-index .flash-deal-block-wrapper .flash-deal-block .view-more {
        box-sizing: border-box;
        width: fit-content;
        width: 160px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px auto 0;
        padding: 2px 40px;
        color: #666;
        font-size: 12px;
        font-family: Poppins, sans-serif !important;
        border: none;
        border-radius: 14px;
        line-height: 1;
        font-weight: normal;
        word-break: keep-all;
        background: #930031;
        color: #fff;
        margin-top: 20px;
    }
    .cms-index-index .top-picks-block .view-more {
        box-sizing: border-box;
        width: fit-content;
        width: 160px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px auto 0;
        padding: 2px 40px;
        color: #666;
        font-size: 12px;
        font-family: Poppins, sans-serif !important;
        border: none;
        border-radius: 14px;
        line-height: 1;
        font-weight: normal;
        word-break: keep-all;
        background: #930031;
        color: #fff;
        margin-top: 20px;
    }
    .cms-index-index .flash_deal_block .discount-title {
        width: 100%;
        height: 20px;
        background: #930031;
        color: #fff;
        position: absolute;
        bottom: 0;
        line-height: 20px;
        font-size: 10px;
        text-align: center;
        font-weight: 0px;
    }
    .cms-index-index .flash_deal_block .product-item-name {
        font-size: 12px !important;
    }
    .cms-index-index .sale-tips-name {
        position: relative;
        width: 22px;
        top: -2px;
        text-align: center;
        height: 11px;
        line-height: 11px;
        border: 1px solid #930031;
        border-radius: 1.42px;
        margin-right: 3px;
        color: #930031;
        font-size: 8px;
    }
    .cms-index-index .home-room-wrapper h2,
    .cms-index-index .home-silder-block h2 {
        font-size: 14px;
        padding-left: 24px;
    }
    .cms-index-index .home-room-content {
        width: 326px;
        justify-content: space-between;
        margin: auto;
    }
    .cms-index-index .room__item-bg {
        margin-top: 2px;
        width: 156px !important;
        height: 100px;
        overflow: hidden;
        margin-bottom: 14px;
        border-radius: 4px;
    }
    .cms-index-index .home-silder-block {
        margin-top: 14px;
    }
    .cms-index-index .home-silder-block img {
        height: 167px;
    }
    .cms-index-index .shop-our-catalog-wrapper .shop-our-catalog-item {
        margin-top: -5px;
        height: 90px;
        padding-top: 8px;
    }
    .cms-index-index .shop-our-catalog-box h3 {
        margin: 0 0 10px 0;
        font-size: 14px;
        font-weight: bold;
    }
    .cms-index-index .shop-our-catalog-box p {
        font-size: 12px;
    }
    .cms-index-index .shop-our-catalog-wrapper .shop-our-catalog-item .shop-out-btn {
        width: 80px;
        height: 26px;
        line-height: 26px;
        background: #930031;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        font-size: 12px;
        margin: 7px auto 0px;
        /* font-family: 'San Francisco Display'; */
    }
    .cms-index-index .home-people-are-saying-wrapper {
        padding: 0px !important;
        padding-left: 24px !important;
    }
    .cms-index-index .product-image-photo {
        border-radius: 4px;
    }
    .cms-index-index .gallery__column-item img {
        border-radius: 4px;
    }
    .cms-index-index .home-people-are-saying-wrapper .home-saying-title {
        font-size: 14px;
    }
    .cms-index-index .home-people-are-saying-wrapper .product-saying-item {
        width: 136px;
        margin-right: 14px;
    }
    .cms-index-index .home-people-are-saying-wrapper .product-reviews-summary-content {
        font-size: 10px;
        height: 44px;
        overflow-y: auto;
    }
    .cms-index-index .home-instagram-block {
        padding: 0px !important;
        padding-left: 24px !important;
        margin-top: 40px;
    }
    .cms-index-index .home-povison-press-wrapper {
        padding: 0px !important;
        padding-left: 24px !important;
    }
    .cms-index-index .home-instagram-block .gallery__column-wrapper h2 {
        font-size: 14px;
    }
    .cms-index-index .gallery__column-item {
        width: 138px;
        margin-right: 14px;
        height: 164px;
    }
    .cms-index-index .home-povison-press-wrapper h2 {
        font-size: 14px;
    }
    .cms-index-index .home-povison-press-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 22%;
        margin-top: 20px;
    }
    .cms-index-index .home-povison-press-item img {
        width: 65% !important;
    }
    .whitebox a i {
        font-size: 29.9px;
    }
    .footer-social-media-icons ul {
        width: 287px;
    }
    li.whitebox {
        width: 40px;
    }
    .cms-index-index .dj_skin_title_font {
        line-height: 30px;
        font-size: 11px;
    }
    .cms-index-index .email-register-left {
        text-align: center;
        font-size: 16px;
    }
    .cms-index-index .newsletter__form .form-row {
        padding: 0px 58px;
    }
    .cms-index-index .email-subscribe-btn {
        height: 26px;
        line-height: 8px;
    }
    .cms-index-index button,
    a.action.primary {
        border-radius: 4px;
    }
    .cms-index-index .email-subscribe-btn span {
        font-size: 10px;
        line-height: 13px;
    }
    /* .cms-index-index .newsletter__input-wrap input {
        width: 158px;
        height: 26px;
        line-height: 26px;
        font-size: 10px;
    } */
    .footer_right img {
        width: 44px;
        height: 26px;
        /* display: block; */
        margin: 0 18px;
        margin-top: 17px;
    }
    .footer_left {
        margin-top: 18px;
    }
}

@media screen and (min-width: 400px) and (max-width: 420px) {
    .cms-index-index .home-room-content {
        width: 360px;
    }
    .cms-index-index .room__item-bg {
        margin-top: 2px;
        width: 172px !important;
        height: 110px;
        overflow: hidden;
        margin-bottom: 14px;
        border-radius: 4px;
    }
}

/* 首页优化 1920pc */

@media screen and (min-width: 1900px) {
    .cms-index-index .header-navigation {
        width: 72%;
    }
    /* 活动首页头部 */
    .cms-index-index .page-header .header_info_box {
        height: 50px;
        line-height: 50px;
        color: #fff;
        text-align: center;
        background: #930031;
        font-size: 20px;
    }
    .cms-index-index .header.content {
        margin-top: 19px;
    }
    .cms-index-index .header_contianer {
        width: 100%;
        display: flex;
        align-items: center;
        height: 110px;
    }
    .cms-index-index .block-search .action.search:before {
        line-height: 44px !important;
    }
    .cms-index-index .header.content .logo {
        width: 100%;
        height: 110px;
        max-width: 100%;
        margin: 0px !important;
    }
    .cms-index-index .block-search .block-content {
        height: 44px !important;
    }
    .cms-index-index .header.content .logo {
        width: 300px;
        height: 70px;
        max-width: 100%;
        margin: 0px !important;
    }
    .cms-index-index .block-search input {
        height: 44px !important;
    }
    .cms-index-index .block-search {
        width: 660px !important;
        height: 44px;
    }
    /* .cms-index-index .nav-sections .nav-sections-items {
        display: block !important;
        margin: auto;
        max-width: 1344px !important;
        margin-left: 178px !important;
    } */
    .cms-index-index .header-navigation {
        width: 1374px;
    }
    .cms-index-index .navigation .level0 {
        padding-right: 7%;
    }
    .cms-index-index .navigation .nav-menu {
        text-align: center;
        /* font-size: 22px; */
    }
    .cms-index-index .level0.horizontal-root>li.mega>.mega {
        padding: 0px;
        padding-right: 99px;
    }
    .cms-index-index .small-business-big-mission-wrapper h2 {
        font-size: 40px !important;
    }
    .cms-index-index .small-business-big-mission-wrapper>h2 {
        margin-bottom: 40px;
    }
    .cms-index-index .small-business-big-mission-wrapper p {
        font-size: 20px;
        font-family: 'San Francisco Text';
    }
    .cms-index-index .top-picks-block-wrapper {
        margin-top: 60px;
    }
    .cms-index-index .business-mission-content {
        width: 1200px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .cms-index-index li.product-item {
        width: 412px !important;
    }
    .cms-index-index .flash_deal_block .block-cms-link {
        right: 42px;
    }
    .cms-index-index .flash-deal-block-wrapper {
        margin-top: 65px;
    }
    .cms-index-index .top_picks_block .owl-prev {
        left: 50px;
    }
    .cms-index-index .top_picks_block .owl-next {
        right: 50px;
    }
    .cms-index-index .flash_deal_block .owl-prev {
        left: 50px;
    }
    .cms-index-index .flash_deal_block .owl-next {
        right: 50px;
    }
    .cms-index-index .top_picks_block .block-cms-link {
        display: none;
    }
    .cms-index-index div#Hits\ Bundle {
        display: none;
    }
    .cms-index-index .room__item-bg {
        width: 524px;
        height: 336px;
        /* margin-top: 40px; */
    }
    .cms-index-index .home-silder-block {
        margin-top: 120px;
    }
    .cms-index-index .shop-our-catalog-wrapper {
        max-height: 550px;
        margin-top: 40px;
    }
    .cms-index-index .home-people-are-saying-wrapper {
        margin-top: 120px;
    }
    .cms-index-index #home_room_block>h2 {
        font-size: 40px;
        /* margin-bottom: 50px; */
    }
    .cms-index-index .home-saying-title {
        margin-bottom: 40px;
        font-size: 40px;
    }
    .cms-index-index .product-image-photo {
        border-radius: 5px;
    }
    .cms-index-index .product-saying-content {
        display: flex;
        width: 1678px;
        margin: auto;
        justify-content: space-between;
    }
    .cms-index-index .gallery__column-content {
        width: 1678px;
        display: flex;
        /* grid-template-columns: repeat(4, 1fr); */
        /* grid-gap: 30px; */
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }
    .cms-index-index .product-saying-item {
        padding: 0 !important
    }
    .cms-index-index .product-saying-item {
        width: 382px !important;
        height: fit-content;
    }
    .cms-index-index .gallery__column-wrapper h2 {
        font-size: 40px;
        margin: 0px 0px 40px 0px;
    }
    .cms-index-index h2 {
        font-size: 40px !important;
        margin-bottom: 0px;
    }
    /* .cms-index-index .top_picks_block .product-item {
        padding: 0 !important;
    }
    .cms-index-index .flash_deal_block .product-item {
        padding: 0 !important;
    } */
    .cms-index-index .top_picks_block .block-title {
        margin-bottom: 40px;
    }
    .cms-index-index .flash_deal_block .block-title {
        margin-bottom: 40px;
    }
    .cms-index-index .top_picks_block .block-title strong {
        font-size: 40px !important;
    }
    .cms-index-index .flash_deal_block .block-title strong {
        font-size: 40px !important;
    }
    .cms-index-index .gallery__column-item {
        width: 382px;
    }
    .cms-index-index .home-povison-press-item {
        width: calc(100% / 6);
        margin-top: 47px;
    }
    .cms-index-index .home-povison-press-item img {
        width: 124px !important;
    }
    .cms-index-index .flash_deal_block .product-item .price-box {
        justify-content: space-between;
    }
    .cms-index-index .top_picks_block .product-item .price-box {
        justify-content: space-between;
    }
    .cms-index-index .flash-deal-block .view-more {
        width: 500px !important;
        box-sizing: border-box;
        width: fit-content;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 60px auto 0;
        padding: 2px 40px;
        color: #666;
        font-size: 20px;
        font-family: San Francisco Display !important;
        /* border: 1px solid #666; */
        border-radius: 31px;
        line-height: 1;
        font-weight: normal;
        word-break: keep-all;
        background: #930031;
        color: #fff;
    }
    .cms-index-index .top-picks-block .view-more {
        width: 500px !important;
        box-sizing: border-box;
        width: fit-content;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 60px auto 0;
        padding: 2px 40px;
        color: #666;
        font-size: 20px;
        font-family: San Francisco Display !important;
        /* border: 1px solid #666; */
        border-radius: 31px;
        line-height: 1;
        font-weight: normal;
        word-break: keep-all;
        background: #930031;
        color: #fff;
    }
    .cms-index-index .home-room-wrapper {
        margin-top: 120px;
    }
    .cms-index-index .shop-our-catalog-wrapper .shop-our-catalog-item h3 {
        color: #930031;
        margin-bottom: 20px;
        font-size: 32px;
    }
    .cms-index-index .shop-our-catalog-wrapper .shop-our-catalog-item .shop-out-btn {
        width: 154px;
        height: 50px;
        line-height: 50px;
        background: #930031;
        color: #fff;
        text-align: center;
        border-radius: 3px;
        margin-top: 50px;
        font-size: 22px;
    }
    .cms-index-index .shop-our-catalog-wrapper .shop-our-catalog-item {
        width: 467px;
    }
    .cms-index-index .shop-our-catalog-box {
        width: 304px;
        font-size: 21px;
    }
    .page-wrapper .page-footer {
        /* height: 450px !important; */
    }
    .footer_info_box .row {
        margin: 60px auto;
    }
    .footer_info_bottom div {
        width: 46%;
    }
    .footer_info_bottom {
        max-width: 1920px;
    }
    .footer-social-media-icons {
        text-align: left;
    }
    .footer-social-media-icons li.whitebox {
        padding-right: 15px;
    }
    .footer-social-media-icons {
        right: 235px;
        bottom: 140px;
    }
    .footer-social-media-icons ul li a i {
        color: #fff;
        font-size: 30px;
    }
}

@media screen and (min-width: 1617px) and (max-width: 1680px) {
    /* 活动首页头部 */
    .cms-index-index .small-business-big-mission-wrapper {
        margin-top: 71px;
    }
    .cms-index-index .page-header .header_info_box {
        height: 39px;
        text-align: center;
        background: #930031;
        font-size: 18px;
        line-height: 39px;
    }
    .cms-index-index .header.content {
        margin-top: 17px;
    }
    .cms-index-index .header_contianer {
        width: 100%;
        display: flex;
        align-items: center;
        height: 96px;
    }
    .cms-index-index .block-search .action.search:before {
        line-height: 39px !important;
    }
    .cms-index-index .header.content .logo {
        width: 100%;
        height: 93px;
        max-width: 100%;
        margin: 0px !important;
    }
    .cms-index-index .block-search .block-content {
        height: 39px !important;
    }
    .cms-index-index .header.content .logo {
        width: 263px;
        height: 61px;
        max-width: 100%;
        margin: 0px !important;
    }
    .cms-index-index .block-search input {
        height: 39px !important;
    }
    .cms-index-index .block-search {
        width: 578px !important;
        height: 39px;
    }
    /* .cms-index-index .nav-sections .nav-sections-items {
        display: block !important;
        margin: auto;
        max-width: 1136px !important;
        margin-left: 220px !important;
    } */
    /* .cms-index-index .header-navigation {
        margin-left: 261px !important;
    } */
    .cms-index-index .navigation .level0 {
        padding-right: 5%;
    }
    .cms-index-index .navigation .nav-menu {
        text-align: center;
        /* font-size: 19px; */
    }
    .cms-index-index .level0.horizontal-root>li.mega>.mega {
        padding: 0px;
        padding-right: 70px;
    }
    .cms-index-index .small-business-big-mission-wrapper h2 {
        font-size: 35px !important;
    }
    .cms-index-index .small-business-big-mission-wrapper>h2 {
        margin-bottom: 35px;
    }
    .cms-index-index .small-business-big-mission-wrapper p {
        font-size: 18px;
        font-family: 'San Francisco Text';
    }
    .cms-index-index .business-mission-content {
        width: 1039px;
        margin: 0 auto;
        margin-top: 14px;
    }
    .cms-index-index li.product-item {
        width: 364px !important;
    }
    .cms-index-index .flash_deal_block .block-cms-link {
        right: 42px;
    }
    .cms-index-index .flash-deal-block-wrapper {
        margin-top: 50px;
    }
    .cms-index-index .top_picks_block .owl-prev {
        left: 50px;
    }
    .cms-index-index .top_picks_block .owl-next {
        right: 50px;
    }
    .cms-index-index .flash_deal_block .owl-prev {
        left: 50px;
    }
    .cms-index-index .flash_deal_block .owl-next {
        right: 50px;
    }
    .cms-index-index .top_picks_block .block-cms-link {
        display: none;
    }
    .cms-index-index div#Hits\ Bundle {
        display: none;
    }
    .cms-index-index .room__item-bg {
        width: 458px;
        height: 294px;
        margin-top: 35px;
    }
    .cms-index-index .home-silder-block {
        margin-top: 105px;
    }
    .cms-index-index .shop-our-catalog-wrapper {
        max-height: 481px;
        margin-top: 35px;
    }
    .cms-index-index .home-people-are-saying-wrapper {
        margin-top: 105px;
    }
    .cms-index-index #home_room_block>h2 {
        font-size: 42px;
        /* margin-bottom: 50px; */
    }
    .cms-index-index .home-saying-title {
        margin-bottom: 35px;
        font-size: 35px;
    }
    .cms-index-index .product-image-photo {
        border-radius: 5px;
    }
    .cms-index-index .product-saying-content {
        display: flex;
        width: 1468px;
        margin: auto;
        justify-content: space-between;
    }
    .cms-index-index .product-saying-item {
        padding: 0px !important;
    }
    .cms-index-index .gallery__column-content {
        width: 1468px;
        display: flex;
        /* grid-template-columns: repeat(4, 1fr); */
        /* grid-gap: 30px; */
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }
    .cms-index-index .product-saying-item {
        width: 334px !important;
        height: fit-content;
    }
    .cms-index-index .top-picks-block-wrapper {
        margin-top: 45px;
    }
    .cms-index-index .gallery__column-wrapper h2 {
        font-size: 35px;
        margin: 0px 0px 35px 0px;
    }
    .cms-index-index h2 {
        font-size: 35px !important;
        /* margin-top: 105px; */
    }
    .cms-index-index .top_picks_block .block-title {
        margin-bottom: 35px;
    }
    .cms-index-index .flash_deal_block .block-title {
        margin-bottom: 35px;
    }
    .cms-index-index .top_picks_block .block-title strong {
        font-size: 35px !important;
    }
    .cms-index-index .flash_deal_block .block-title strong {
        font-size: 35px !important;
    }
    .cms-index-index .gallery__column-item {
        width: 334px;
    }
    .cms-index-index .home-povison-press-item {
        width: calc(100% / 6);
        margin-top: 47px;
    }
    .cms-index-index .home-povison-press-item img {
        width: 104px !important;
    }
    .cms-index-index .flash_deal_block .product-item .price-box {
        justify-content: space-between;
    }
    .cms-index-index .top_picks_block .product-item .price-box {
        justify-content: space-between;
    }
    .cms-index-index .flash-deal-block .view-more {
        width: 450px !important;
        box-sizing: border-box;
        width: fit-content;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 53px auto 0;
        padding: 2px 40px;
        color: #666;
        font-size: 19px;
        font-family: San Francisco Display !important;
        /* border: 1px solid #666; */
        border-radius: 31px;
        line-height: 1;
        font-weight: normal;
        word-break: keep-all;
        background: #930031;
        color: #fff;
    }
    .cms-index-index .top-picks-block .view-more {
        width: 450px !important;
        box-sizing: border-box;
        width: fit-content;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 53px auto 0;
        padding: 2px 40px;
        color: #666;
        font-size: 19px;
        font-family: San Francisco Display !important;
        /* border: 1px solid #666; */
        border-radius: 31px;
        line-height: 1;
        font-weight: normal;
        word-break: keep-all;
        background: #930031;
        color: #fff;
    }
    .cms-index-index .home-room-wrapper {
        margin-top: 105px;
    }
    .cms-index-index .shop-our-catalog-wrapper .shop-our-catalog-item h3 {
        color: #930031;
        margin-bottom: 20px;
        font-size: 28px;
    }
    .cms-index-index .shop-our-catalog-wrapper .shop-our-catalog-item .shop-out-btn {
        width: 135px;
        height: 44px;
        line-height: 44px;
        background: #930031;
        color: #fff;
        text-align: center;
        border-radius: 3px;
        margin-top: 50px;
        font-size: 19px;
    }
    .cms-index-index .shop-our-catalog-wrapper .shop-our-catalog-item {
        width: 409px;
    }
    .cms-index-index .shop-our-catalog-box {
        width: 303px;
        font-size: 19px;
    }
    .page-wrapper .page-footer {
        /* height: 450px !important; */
    }
    .footer_info_box .row {
        margin: 50px auto;
    }
    .footer_info_bottom div {
        width: 46%;
    }
    .footer_info_bottom {
        max-width: 1920px;
    }
    .footer-social-media-icons {
        text-align: left;
    }
    .footer-social-media-icons li.whitebox {
        padding-right: 15px;
    }
    .footer-social-media-icons ul li a i {
        color: #fff;
        font-size: 30px;
    }
}

@media screen and (min-width: 1445px) and (max-width: 1616px) {
    /* .cms-index-index .top_picks_block .product-item {
        padding: 0 !important;
    }
    .cms-index-index .flash_deal_block .product-item {
        padding: 0 !important;
    } */
    /* 活动首页头部 */
    .cms-index-index .page-header .header_info_box {
        height: 38px;
        text-align: center;
        /* background: #930031; */
        font-size: 15px;
        line-height: 38px;
    }
    .cms-index-index .header.content {
        margin-top: 14px;
    }
    .cms-index-index .header_contianer {
        width: 100%;
        display: flex;
        align-items: center;
        height: 83px;
    }
    .cms-index-index .block-search .action.search:before {
        line-height: 33px !important;
    }
    .cms-index-index .header.content .logo {
        width: 100%;
        height: 93px;
        max-width: 100%;
        margin: 0px !important;
    }
    .cms-index-index .block-search .block-content {
        height: 33px !important;
        width: 495px !important;
    }
    .cms-index-index .header.content .logo {
        width: 225px;
        height: 53px;
        max-width: 100%;
        margin: 0px !important;
    }
    .cms-index-index .block-search input {
        height: 33px !important;
    }
    .cms-index-index .block-search {
        width: 495px !important;
        height: 33px;
    }
    /* .cms-index-index .nav-sections .nav-sections-items {
        display: block !important;
        margin: auto;
        max-width: 1008px !important;
        margin-left: 150px !important;
    } */
    .cms-index-index .navigation .level0 {
        padding-right: 5%;
    }
    .cms-index-index .navigation .nav-menu {
        text-align: center;
        /* font-size: 17px; */
    }
    /* .cms-index-index .navigation .level0>a span {
        font-size: 17px;
    } */
    .cms-index-index .level0.horizontal-root>li.mega>.mega {
        padding: 0px;
        padding-right: 34px;
    }
    .cms-index-index .small-business-big-mission-wrapper h2 {
        font-size: 31px !important;
    }
    .cms-index-index .small-business-big-mission-wrapper>h2 {
        margin-bottom: 30px;
    }
    .cms-index-index .small-business-big-mission-wrapper p {
        font-size: 15px;
        font-family: 'San Francisco Text';
    }
    .cms-index-index .business-mission-content {
        width: 782px;
        margin: 0 auto;
        margin-top: 8px;
    }
    .cms-index-index .top-picks-block-wrapper {
        margin-top: 35px;
    }
    .cms-index-index .small-business-big-mission-wrapper {
        margin-top: 58px;
    }
    .cms-index-index li.product-item {
        width: 307px !important;
    }
    .cms-index-index .flash_deal_block .block-cms-link {
        right: 42px;
    }
    .cms-index-index .flash-deal-block-wrapper {
        margin-top: 45px;
    }
    .cms-index-index .top_picks_block .owl-prev {
        left: 50px;
    }
    .cms-index-index .top_picks_block .owl-next {
        right: 50px;
    }
    .cms-index-index .flash_deal_block .owl-prev {
        left: 50px;
    }
    .cms-index-index .flash_deal_block .owl-next {
        right: 50px;
    }
    .cms-index-index .top_picks_block .block-cms-link {
        display: none;
    }
    .cms-index-index div#Hits\ Bundle {
        display: none;
    }
    .cms-index-index .room__item-bg {
        width: 393px;
        height: 252px;
        margin-top: 30px;
    }
    .cms-index-index .home-silder-block {
        margin-top: 90px;
    }
    .cms-index-index .shop-our-catalog-wrapper {
        max-height: 412px;
        margin-top: 30px;
    }
    .cms-index-index .home-people-are-saying-wrapper {
        margin-top: 90px;
    }
    .cms-index-index #home_room_block>h2 {
        font-size: 42px;
        /* margin-bottom: 50px; */
    }
    .cms-index-index .home-saying-title {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .cms-index-index .product-image-photo {
        border-radius: 5px;
    }
    .cms-index-index .product-saying-content {
        display: flex;
        width: 1259px;
        margin: auto;
        justify-content: space-between;
    }
    .cms-index-index .gallery__column-content {
        width: 1259px;
        display: flex;
        /* grid-template-columns: repeat(4, 1fr); */
        /* grid-gap: 30px; */
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }
    .cms-index-index .product-saying-item {
        padding: 0 !important;
    }
    .cms-index-index .product-saying-item {
        width: 287px !important;
        height: fit-content;
    }
    .cms-index-index .gallery__column-wrapper h2 {
        font-size: 30px;
        margin: 0px 0px 37px 0px;
    }
    .cms-index-index h2 {
        font-size: 30px !important;
    }
    .cms-index-index .top_picks_block .block-title {
        margin-bottom: 30px;
    }
    .cms-index-index .flash_deal_block .block-title {
        margin-bottom: 30px;
    }
    .cms-index-index .top_picks_block .block-title strong {
        font-size: 30px !important;
    }
    .cms-index-index .flash_deal_block .block-title strong {
        font-size: 30px !important;
    }
    .cms-index-index .gallery__column-item {
        width: 287px;
    }
    .cms-index-index .home-povison-press-item {
        width: calc(100% / 6);
        margin-top: 47px;
    }
    .cms-index-index .home-povison-press-item img {
        width: 88px !important;
    }
    .cms-index-index .flash_deal_block .product-item .price-box {
        justify-content: space-between;
    }
    .cms-index-index .top_picks_block .product-item .price-box {
        justify-content: space-between;
    }
    .cms-index-index .flash-deal-block .view-more {
        width: 400px !important;
        box-sizing: border-box;
        width: fit-content;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 50px auto 0;
        padding: 2px 40px;
        color: #666;
        font-size: 17px;
        font-family: San Francisco Display !important;
        /* border: 1px solid #666; */
        border-radius: 31px;
        line-height: 1;
        font-weight: normal;
        word-break: keep-all;
        background: #930031;
        color: #fff;
    }
    .cms-index-index .top-picks-block .view-more {
        width: 400px !important;
        box-sizing: border-box;
        width: fit-content;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 50px auto 0;
        padding: 2px 40px;
        color: #666;
        font-size: 17px;
        font-family: San Francisco Display !important;
        /* border: 1px solid #666; */
        border-radius: 31px;
        line-height: 1;
        font-weight: normal;
        word-break: keep-all;
        background: #930031;
        color: #fff;
    }
    .cms-index-index .home-room-wrapper {
        margin-top: 95px;
    }
    .cms-index-index .shop-our-catalog-wrapper .shop-our-catalog-item h3 {
        color: #930031;
        margin-bottom: 20px;
        font-size: 24px;
    }
    .cms-index-index .shop-our-catalog-wrapper .shop-our-catalog-item .shop-out-btn {
        width: 116px;
        height: 38px;
        line-height: 38px;
        background: #930031;
        color: #fff;
        text-align: center;
        border-radius: 3px;
        margin-top: 50px;
        font-size: 17px;
    }
    .cms-index-index .shop-our-catalog-wrapper .shop-our-catalog-item {
        width: 350px;
    }
    .cms-index-index .shop-our-catalog-box {
        width: 270px;
        font-size: 17px;
    }
    .cms-index-index .home-newsletter-wrapper {
        z-index: 99999999999;
    }
    .page-wrapper .page-footer {
        /* height: 450px !important; */
    }
    .footer_info_box .row {
        margin: 40px auto;
    }
    .footer_info_bottom div {
        width: 46%;
    }
    .footer_info_bottom {
        max-width: 1920px;
    }
    .footer-social-media-icons {
        text-align: left;
    }
    .footer-social-media-icons li.whitebox {
        padding-right: 15px;
    }
    .footer-social-media-icons {
        right: 10%;
        bottom: 140px;
    }
    .footer-social-media-icons ul li a i {
        color: #fff;
        font-size: 30px;
    }
    /* .footer_info_box {
        height: 404px;
        padding: 20px 0 0 0;
    } */
    .back-top-wrapper {
        bottom: 80px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1444px) {
    .cms-index-index li.product-item {
        width: 270px !important;
    }
}
/*M端*/
@media only screen and (max-width: 799px) {
  .header_info_box-swiper-container {
    position: relative;
    z-index: -1 !important;
    width: 100%;
    height: 30px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    background: #000;
  }
  .header_info_box-swiper-container a {
    color: #fff;
  }
  .header_info_box-swiper-container .swiper-slide {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_info_box-swiper-container .swiper-slide .high-light {
    font-weight: bold;
  }
  .header_info_box-default-container {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    background: #930031;
  }
}
/*PC端*/
@media only screen and (min-width: 800px) {
  .header_info_box-swiper-container {
    position: relative;
    z-index: -1 !important;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    background: #000;
  }
  .header_info_box-swiper-container a {
    color: #fff;
  }
  .header_info_box-swiper-container .swiper-slide {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_info_box-swiper-container .swiper-slide .high-light {
    font-weight: bold;
  }
  .header_info_box-default-container {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background: #930031;
  }
}
.cms-brand-artines .page-main {
    width: 100% !important;
}

.cms-brand-artines .product-item-inner {
    display: none !important;
}

.cms-brand-artines h2 {
    margin-top: 0px;
    margin-left: 5px;
    margin-bottom: 0px;
}

.cms-brand-artines .swatch-attribute-options {
    padding: 2px;
    height: 50px;
    overflow: hidden;
}

.cms-brand-artines h3 {
    color: #333;
    margin: 5px 0;
    font-size: 15px;
    font-weight: 400;
    margin: 5px 0;
    line-height: 20px;
}

.cms-brand-artines h3 img {
    margin-top: 15px;
}

.cms-brand-artines .product-item-info .product-item-name {
    height: 40px;
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .cms-brand-artines .block-products-list {
        width: 90vw;
        margin: 0 auto;
    }
    .brand-img-m {
        display: none;
    }
    .brand-box {
        width: 90vw;
        margin: 0 auto;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .brand-logo-box {
        width: 90vw;
        margin: 0 auto;
        padding: 0 15px;
    }
    .brand-logo-box img {
        width: 13%;
    }
}

@media screen and (max-width: 767px) {
    .cms-brand-artines .columns {
        padding: 15px 0px !important;
    }
    .cms-brand-artines .block-products-list {
        padding: 15px 3%;
    }
    .brand-logo-box {
        padding: 0px 3%;
        margin-bottom: 0px;
    }
    .brand-img-m h3 {
        padding: 0px 3%;
    }
    .cms-brand-artines .block.widget .products-grid .product-item {
        margin-left: 3%;
        width: calc((100% - 3%) / 2);
        margin-bottom: 10px;
    }
    .cms-brand-artines .block.widget .products-grid .product-item:nth-child(2n + 1) {
        margin-left: 0px;
    }
    .cms-brand-artines .brand-logo-box img {
        width: 28%;
    }
    .brand-img-pc {
        display: none;
    }
}
.cms-brand-hanswell .page-main {
    width: 100% !important;
}

.cms-brand-hanswell .product-item-inner {
    display: none !important;
}

.cms-brand-hanswell h2 {
    margin-top: 0px;
    margin-left: 5px;
    margin-bottom: 0px;
}

.cms-brand-hanswell .swatch-attribute-options {
    padding: 2px;
    height: 50px;
    overflow: hidden;
}

.cms-brand-hanswell h3 {
    color: #333;
    margin: 5px 0;
    font-size: 15px;
    font-weight: 400;
    margin: 5px 0;
    line-height: 20px;
}

.cms-brand-hanswell h3 img {
    margin-top: 15px;
}

.cms-brand-hanswell .product-item-info .product-item-name {
    height: 40px;
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .cms-brand-hanswell .block-products-list {
        width: 90vw;
        margin: 0 auto;
    }
    .brand-img-m {
        display: none;
    }
    .brand-box {
        width: 90vw;
        margin: 0 auto;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .brand-logo-box {
        width: 90vw;
        margin: 0 auto;
        padding: 0 15px;
    }
    .brand-logo-box img {
        width: 13%;
    }
}

@media screen and (max-width: 767px) {
    .cms-brand-hanswell .columns {
        padding: 15px 0px !important;
    }
    .cms-brand-hanswell .block-products-list {
        padding: 15px 3%;
    }
    .brand-logo-box {
        padding: 0px 3%;
        margin-bottom: 0px;
    }
    .brand-img-m h3 {
        padding: 0px 3%;
    }
    .cms-brand-hanswell .block.widget .products-grid .product-item {
        margin-left: 3%;
        width: calc((100% - 3%) / 2);
        margin-bottom: 10px;
    }
    .cms-brand-hanswell .block.widget .products-grid .product-item:nth-child(2n + 1) {
        margin-left: 0px;
    }
    .cms-brand-hanswell .brand-logo-box img {
        width: 28%;
    }
    .brand-img-pc {
        display: none;
    }
}

.home-news-wrapper {
    display: none;
}
@media screen and (min-width: 768px) {
    .content-text-sub {
        display: none;
    }
    .home-newsletter-wrapper {
        transition: right 0.5s;
        position: fixed;
        width: 40px;
        height: 280px;
        top: 240px;
        bottom: 0;
        right: 0;
        z-index: 10;
    }

    .home-newsletter-wrapper .email-register .email-register-left {
        position: absolute;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 280px;
        background: #944E6C;
        cursor: pointer;
    }

    .active-open-email {
        right: 500px;
    }
    .btn-span-text {
        display: none;
    }
    .home-newsletter-wrapper .email-show-icon {
        position: absolute;
        top: 18px;
        left: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-right-color: #fff;
    }

    .active-open-email .email-show-icon {
        left: 16px;
        transform: rotate(-180deg);
    }
    .email-subscribe-btn > .btn-icon {

    }

    .home-newsletter-wrapper .email-lf-title {
        position: absolute;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        line-height: 24px;
        transform: rotate(-90deg);
        margin-top: 25px;
        white-space: nowrap;
    }

    .newsletter-email-drawer {
        background: #fff;
        width: 500px;
        margin-left: 40px;
        height: 280px;
        box-shadow: -2px 0 8px rgb(0 0 0 / 15%);
    }

    .newsletter-img-box {
        width: 185px;
        height: 100%;
    }

    .newsletter-email-drawer .newsletter_title_sub {
        padding-top: 40px;
        color: #333 !important;
        font-size: 20px;
        font-weight: bold;
        font-family: Gilroy-Bold, Gilroy;
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .newsletter-email-drawer .dj_skin_title_font {
        padding-top: 00px;
        font-size: 16px;
        color: #999 !important;
    }

    .newsletter-email-drawer .dj_skin_title_font strong {
        font-weight: 500 !important;
    }

    .newsletter-email-drawer .email-text {
        padding: 0 25px;
        font-size: 13px;
        color: #999;
        line-height: 22px;
        margin-top: 29px;
    }

    .newsletter-email-drawer .content {
        padding: 0 20px;
    }

    .newsletter-email-drawer .newsletter__form {
        margin-top: 10px;
    }

    .newsletter-email-drawer .form-row {
        width: auto !important;
    }

    .newsletter-email-drawer .newsletter__form .actions {
        width: fit-content;
    }

    .home-newsletter-wrapper .email-error {
        color: #930031;
        font-size: 12px;
        margin-top: 5px;
        margin-left: 5px;
    }

    .email-subscribe-btn {
        width: 40px;
        height: 40px;
        background-image: none;
        background: #944E6C;
        border: 0px !important;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 18px;
        padding: 10px;
        line-height: 24px;
        text-align: center;
        box-sizing: border-box;
        text-align: center;
        vertical-align: middle;
        border-radius: 0px !important;
    }

    .email-subscribe-btn:focus,
    .email-subscribe-btn:active {
        background: #930031;
        color: #ffffff;
    }

    .email-subscribe-btn:hover {
        background: #930031;
        border: 0px !important;
        color: #ffffff;
    }

    .newsletter-email-drawer {
        display: flex;
    }

    .newsletter-img-box {
        display: block;
        flex-shrink: 0;
    }

    .newsletter-img-box img {
        display: block;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .home-news-wrapper {
        margin-bottom: 0px;
        margin-top: 0;
        padding: 0;
        overflow: hidden;
        background: #944E6C;
    }
    .btn-icon {
        display: none;
    }
    .home-news-wrapper {
        display: none;
        height: 56rem;
    }

    .email-lf-title.email-title-m {
        margin-top: 4.27rem;
    }

    .newsletter__form {
        margin: 0 auto;
        margin-top: 3.2rem;
        width: 85.33rem;
    }

    .newsletter__input-wrap {
        margin-right: 0;
    }

    .newsletter__form .form-row {
        display: flex;
        flex-direction: column;
    }

    .cms-index-index .newsletter__input-wrap input {
        width: 80.53rem;
        height: 9.6rem;
        font-size: 3.73rem;
        font-family: Gilroy-Regular, Gilroy;
        border: 1px solid #930031;
        background: white;
        color: #333;
        padding:0;
        line-height:normal !important;
    }

    /* .cms-index-index .newsletter__input-wrap input::-webkit-input-placeholder {
        font-size: 3.73rem !important;
        font-family: Gilroy-Regular, Gilroy !important;
        font-weight: 400 !important;
        color: #D2D2D2 !important;
        font-style: normal !important;
        
    } */

    .cms-index-index .newsletter__input-wrap input::placeholder {
        font-size: 3.73rem !important;
        font-family: Gilroy-Regular, Gilroy !important;
        font-weight: 400 !important;
        color: #D2D2D2 !important;
        font-style: normal !important;
        /* color: red !important; */
        /* padding-top: 100px; */
    }

    .form-row>div {
        text-align: center;
    }

    .cms-index-index .email-subscribe-btn {
        margin-top: 4rem;
        background-color: #930031;
        color: #FFFFFF;
        height: 9.6rem;
        width: 24.8rem;
        border:#930031 1px solid ;
        /* line-height: 5.33rem; */
    }
    .cms-index-index .email-subscribe-btn span {
        font-size: 3.73rem;
        font-family: Gilroy-Regular, Gilroy;
        font-weight: 400;
    }
    .content-text-sub {
        margin: 0 auto !important;
        max-width: 61.33rem;
        margin-top: 3.73rem !important;
        text-align: center;
        font-size: 3.73rem;
        font-family: Gilroy-Regular, Gilroy;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 4.27rem;
    }
    .newsletter-img-box {
        display: none;
    }
}/* [class*="cms-black-friday"] .product-item-name, */
body[class*="cms-collection"] .product-item-name,
.cms-new-in-decor .product-item-name,
.cms-new-in-cabinets-chests .product-item-name,
.cms-new-in-sideboards-buffets .product-item-name,
.cms-new-in-nightstands .product-item-name,
.cms-new-in-makeup-vanities .product-item-name,
.cms-new-in-coffee-tables .product-item-name,
.cms-new-in-sofa .product-item-name,
.cms-new-in-dining-tables .product-item-name,
.cms-new-in-dining-chairs .product-item-name,
.cms-new-in-lightings .product-item-name,
.cms-new-in-tv-stands .product-item-name,
.cms-brand-artines .product-item-name,
.cms-black-friday-nightstands .product-item-name,
.cms-black-friday-cabinets .product-item-name,
.cms-black-friday-office .product-item-name,
.cms-black-friday-console-tables .product-item-name,
.cms-black-friday-makeup .product-item-name,
.cms-black-friday-dining .product-item-name,
.cms-black-friday-coffee-tables .product-item-name,
.cms-black-friday-tv-stands .product-item-name,
.cms-black-friday-dining-tc .product-item-name,
.cms-collections-living-room .product-item-name,
.cms-collections-dining-room .product-item-name,
.cms-collections-bedroom .product-item-name,
.cms-collections-entry-mudroom .product-item-name,
.cms-collections-bathroom .product-item-name,
.cms-collections-office .product-item-name,
.cms-hot-seller .product-item-name {
    position: relative;
}
body[class*="cms-collection"] .sale-tips-name,
.cms-new-in-decor .sale-tips-name,
.cms-new-in-cabinets-chests .sale-tips-name,
.cms-new-in-sideboards-buffets .sale-tips-name,
.cms-new-in-nightstands .sale-tips-name,
.cms-new-in-makeup-vanities .sale-tips-name,
.cms-new-in-coffee-tables .sale-tips-name,
.cms-new-in-sofa .sale-tips-name,
.cms-new-in-dining-tables .sale-tips-name,
.cms-new-in-dining-chairs .sale-tips-name,
.cms-new-in-lightings .sale-tips-name,
.cms-new-in-tv-stands .sale-tips-name,
.cms-brand-artines .sale-tips-name,
.cms-black-friday-nightstands .sale-tips-name,
.cms-black-friday-cabinets .sale-tips-name,
.cms-black-friday-office .sale-tips-name,
.cms-black-friday-console-tables .sale-tips-name,
.cms-black-friday-makeup .sale-tips-name,
.cms-black-friday-dining .sale-tips-name,
.cms-black-friday-coffee-tables .sale-tips-name,
.cms-black-friday-tv-stands .sale-tips-name,
.cms-black-friday-dining-tc .sale-tips-name,
.cms-collections-living-room .sale-tips-name,
.cms-collections-dining-room .sale-tips-name,
.cms-collections-bedroom .sale-tips-name,
.cms-collections-entry-mudroom .sale-tips-name,
.cms-collections-bathroom .sale-tips-name,
.cms-collections-office .sale-tips-name,
.cms-hot-seller .sale-tips-name {
    position: absolute;
    width: 35px;
    top: 3px;
    text-align: center;
    height: 15px;
    line-height: 15px;
    border: 1px solid #930031;
    border-radius: 3px;
    margin-right: 3px;
    color: #930031;
    font-size: 12px;
}


.cms-limited-offer .sale-tips,
.cms-hot-seller .sale-tips {
    position: relative;
}

.cms-limited-offer .tiered-title {
    color: #930031;
    font-size: 28px;
    font-weight: 700;
}

.cms-hot-seller .block-title strong {
    color: #930031;
    font-size: 28px;
    font-weight: 700;
}

.cms-limited-offer .tiered-more,
.cms-hot-seller .tiered-more {
    display: none;
}
body[class*="cms-collection"] .product-item-actions,
.cms-collections-entry-mudroom .product-item-actions,
.cms-collections-bathroom .product-item-actions,
.cms-collections-office .product-item-actions,
.cms-hot-seller .product-item-actions {
    display: none;
}

.cms-hot-seller .block-products-list {
    width: 90vw;
    margin: auto;
}

.cms-hot-seller .abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
    text-align: center;
}

@media (max-width: 767px) {
    .cms-index-index .home-room-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 5px;
    }
    .cms-index-index .room__item-bg {
        margin-top: 2px;
        width: 49%;
    }
    .cms-hot-seller .product-item-details .is-reviews {
        margin-top: 37px !important;
    }
    .cms-best-sellers .product-item .old-price {
        margin: 0 !important;
    }
}
@media screen and (min-width: 1180px){
    .sales-guest-view .page-main {
        padding: 0 50px !important;
    }
}

@media screen and (min-width: 1180px){
    .sales-guest-invoice .page-main {
        padding: 0 50px !important;
    }
}

@media screen and (min-width: 1180px){
    .sales-guest-shipment .page-main {
        padding: 0 50px !important;
    }
}

.sales-guest-view  .confirm-cancel,
.sales-order-view .confirm-cancel{
    width: 180px;
    margin: 20px auto;
}
.sales-guest-view .cancel-button,
.sales-order-view .cancel-button{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#FFFFFF;
    background: #006BB4;
    height: 35px;
    line-height: 35px;
}
.sales-guest-view .please,
.sales-order-view .please{
    height: 35px;
    line-height: 35px;
}
.sales-guest-view .icn-close,
.sales-order-view .icn-close{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.sales-guest-view .icn-close:before,
.sales-order-view .icn-close:before{
    content: '';
    height: 20px;
    border-left: 1px solid #000;
    position: absolute;
    transform: rotate(
        -45deg);
    left: 8px;
}
.sales-guest-view .icn-close:after,
.sales-order-view .icn-close:after {
    content: '';
    height: 20px;
    border-left: 1px solid #000;
    position: absolute;
    transform: rotate(
        45deg);
    left: 8px;
}
.sales-guest-view .cancel-popup,
.sales-order-view .cancel-popup{
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    align-items: center;
    justify-content: center;
}
.sales-guest-view .cancel-popup-container,
.sales-order-view .cancel-popup-container {
    box-sizing: border-box;
    position: relative;

    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}
.sales-guest-view .select-reson,
.sales-order-view .select-reson {
    width: 60%;
    margin: 30px auto 50px;
}
.sales-guest-view #wrongHint,
.sales-order-view #wrongHint {
    margin-top:5px;
    color: #930031;

}
@media screen and (max-width: 767px) {
    .sales-guest-view .cancel-popup-container,
    .sales-order-view .cancel-popup-container{
        width: 90%;
        height: 360px;
    }

}
@media screen and (min-width: 768px) {
    .sales-guest-view .cancel-popup-container,
    .sales-order-view .cancel-popup-container{
        width:600px;
        height: 360px;
    }
}
/**
 * jQuery toast plugin created by Kamran Ahmed copyright MIT license 2014
 */
.jq-toast-wrap { display: block; position: fixed; width: 250px;  pointer-events: none !important; margin: 0; padding: 0; letter-spacing: normal; z-index: 99000 !important; }
.jq-toast-wrap * { margin: 0; padding: 0; }

.jq-toast-wrap.bottom-left { bottom: 20px; left: 20px; }
.jq-toast-wrap.bottom-right { bottom: 20px; right: 40px; }
.jq-toast-wrap.top-left { top: 20px; left: 20px; }
.jq-toast-wrap.top-right { top: 20px; right: 40px; }

.jq-toast-single { display: block; box-sizing: border-box; width: 100%; padding: 10px; margin: 0px 0px 5px; border-radius: 4px; font-size: 15px; font-family: arial, sans-serif; line-height: 17px; position: relative;  pointer-events: all !important; background-color: #444444; color: white; }

.jq-toast-single h2 { font-family: arial, sans-serif; font-size: 18px; margin: 0px 0px 7px; background: none; color: inherit; line-height: inherit; letter-spacing: normal; }
.jq-toast-single a { box-sizing: border-box; color: #eee; text-decoration: none; font-weight: bold; border-bottom: 1px solid white; padding-bottom: 3px; font-size: 12px; }

.jq-toast-single ul { margin: 0px 0px 0px 15px; background: none; padding:0px; }
.jq-toast-single ul li { list-style-type: disc !important; line-height: 17px; background: none; margin: 0; padding: 0; letter-spacing: normal; }

.close-jq-toast-single { position: absolute; top: 3px; right: 7px; font-size: 14px; cursor: pointer; }

.jq-toast-loader { display: block; position: absolute; top: -2px; height: 5px; width: 0%; left: 0; border-radius: 5px; background: red; }
.jq-toast-loaded { width: 100%; }
.jq-has-icon { box-sizing: border-box; padding: 10px 10px 10px 50px; background-repeat: no-repeat; background-position: 10px; }
.jq-icon-info { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII='); background-color: #31708f; color: #d9edf7; border-color: #bce8f1; }
.jq-icon-warning { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII='); background-color: #8a6d3b; color: #fcf8e3; border-color: #faebcc; }
.jq-icon-error { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII='); background-color: #a94442; color: #f2dede; border-color: #ebccd1; }
.jq-icon-success { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg=='); color: #dff0d8; background-color: #3c763d; border-color: #d6e9c6; }

@media only screen and (min-width: 1100px) {
    .customer-account-forgotpassword .page-title {
        margin: 65px 0 20px 0 !important;
        padding: 0 !important;
        font-size: 24px !important;
        line-height: 1;
    }
    .customer-account-forgotpassword .page-title .base {
        color: #333;
        font-size: 24px !important;
        font-weight: bold;
        line-height: 1;
    }
    .customer-account-forgotpassword .form.password.forget {
        width: 1020px;
        margin: 0 auto;
    }
    .customer-account-forgotpassword .form.password.forget .fieldset {
        margin: 0 0 50px;
    }
    .customer-account-forgotpassword .form.password.forget .fieldset .field.note {
        margin: 0 0 40px;
        color: #666;
        font-size: 18px;
        line-height: 1;
        text-align: center;
        font-weight: 500;
    }
    .customer-account-forgotpassword .form.password.forget .fieldset:after {
        display: none;
    }
    .customer-account-forgotpassword .field.email.required {
        margin: 0 0 40px;
    }
    .customer-account-forgotpassword .field.email.required label,
    .customer-account-forgotpassword .field.captcha.required label {
        margin: 0 0 12px 0;
    }
    .customer-account-forgotpassword .field.email.required label:after,
    .customer-account-forgotpassword .field.captcha.required label:after {
        margin: 0 0 0 10px;
        color: #ff0202;
        content: '*';
        font-size: 18px;
        line-height: 1;
    }
    .customer-account-forgotpassword .field.email.required label span,
    .customer-account-forgotpassword .field.captcha.required label span {
        color: #333;
        font-size: 20px;
        line-height: 1;
    }
    .customer-account-forgotpassword .field.email.required .control input,
    .customer-account-forgotpassword .field.captcha.required .control input {
        width: 1020px;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    .customer-account-forgotpassword .nested .control.captcha-image {
        margin-top: 40px;
        display: flex;
        align-items: center;
    }
    .customer-account-forgotpassword .nested .control.captcha-image button {
        width: 140px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        font-size: 13px;
        line-height: 1;
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 4px;
    }
    .customer-account-forgotpassword .nested .control.captcha-image img {
        width: 200px;
        height: 50px;
        margin: 0 21px 0 0;
    }
    .customer-account-forgotpassword .form.password.forget .actions-toolbar .primary button {
        width: 626px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        background: #940032;
        border-radius: 4px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {

    .customer-account-forgotpassword .page-title {
        margin: 43px 0 14px 0 !important;
        padding: 0 !important;
        font-size: 16px !important;
        line-height: 1;
    }
    .customer-account-forgotpassword .page-title .base {
        color: #333;
        font-size: 16px !important;
        font-weight: bold;
        line-height: 1;
    }
    .customer-account-forgotpassword .columns {
        padding-top: 0;
    }
    .customer-account-forgotpassword .form.password.forget {
        width: 600px;
        margin: 0 auto;
    }
    .customer-account-forgotpassword .form.password.forget .fieldset {
        margin: 0 0 40px;
    }
    .customer-account-forgotpassword .form.password.forget .fieldset .field.note {
        width: 400px;
        margin: 0 auto 30px;
        color: #666;
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
        font-weight: 500;
    }
    .customer-account-forgotpassword .form.password.forget .fieldset:after {
        display: none;
    }
    .customer-account-forgotpassword .field.email.required {
        margin: 0 0 20px;
    }
    .customer-account-forgotpassword .field.email.required label,
    .customer-account-forgotpassword .field.captcha.required label {
        margin: 0 0 10px 0;
    }
    .customer-account-forgotpassword .field.email.required label:after,
    .customer-account-forgotpassword .field.captcha.required label:after {
        margin: 0 0 0 4px;
        color: #ff0202;
        content: '*';
        font-size: 14px;
        line-height: 1;
    }
    .customer-account-forgotpassword .field.email.required label span,
    .customer-account-forgotpassword .field.captcha.required label span {
        color: #333;
        font-size: 14px;
        line-height: 1;
    }
    .customer-account-forgotpassword .field.email.required .control input,
    .customer-account-forgotpassword .field.captcha.required .control input {
        width: 600px;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    .customer-account-forgotpassword .nested .control.captcha-image {
        margin-top: 40px;
        display: flex;
        align-items: center;
    }
    .customer-account-forgotpassword .nested .control.captcha-image button {
        width: 126px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        font-size: 12px;
        line-height: 1;
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 4px;
    }
    .customer-account-forgotpassword .nested .control.captcha-image img {
        width: 160px;
        height: 40px;
        margin: 0 12px 0 0;
    }
    .customer-account-forgotpassword .form.password.forget .actions-toolbar .primary button {
        width: 310px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        background: #940032;
        border-radius: 4px;
    }
}

@media only screen and (max-width: 414px) {
    .customer-account-forgotpassword .page-title {
        margin: 43px 0 14px 0 !important;
        padding: 0 !important;
        font-size: 16px !important;
        line-height: 1;
    }
    .customer-account-forgotpassword .page-title .base {
        color: #333;
        font-size: 16px !important;
        font-weight: bold;
        line-height: 1;
    }
    .customer-account-forgotpassword .columns {
        padding-top: 0;
    }
    .customer-account-forgotpassword .form.password.forget {
        width: 315px;
        margin: 0 auto;
    }
    .customer-account-forgotpassword .form.password.forget .fieldset {
        margin: 0 0 40px;
    }
    .customer-account-forgotpassword .form.password.forget .fieldset .field.note {
        width: 212px;
        margin: 0 auto 30px;
        color: #666;
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
        font-weight: 500;
    }
    .customer-account-forgotpassword .form.password.forget .fieldset:after {
        display: none;
    }
    .customer-account-forgotpassword .field.email.required {
        margin: 0 0 20px;
    }
    .customer-account-forgotpassword .field.email.required label,
    .customer-account-forgotpassword .field.captcha.required label {
        margin: 0 0 10px 0;
    }
    .customer-account-forgotpassword .field.email.required label:after,
    .customer-account-forgotpassword .field.captcha.required label:after {
        margin: 0 0 0 4px;
        color: #ff0202;
        content: '*';
        font-size: 14px;
        line-height: 1;
    }
    .customer-account-forgotpassword .field.email.required label span,
    .customer-account-forgotpassword .field.captcha.required label span {
        color: #333;
        font-size: 14px;
        line-height: 1;
    }
    .customer-account-forgotpassword .field.email.required .control input,
    .customer-account-forgotpassword .field.captcha.required .control input {
        width: 315px;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    .customer-account-forgotpassword .nested .control.captcha-image {
        margin-top: 40px;
        display: flex;
        align-items: center;
    }
    .customer-account-forgotpassword .nested .control.captcha-image button {
        width: 126px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        font-size: 12px;
        line-height: 1;
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 4px;
    }
    .customer-account-forgotpassword .nested .control.captcha-image img {
        width: 160px;
        height: 40px;
        margin: 0 12px 0 0;
    }
    .customer-account-forgotpassword .form.password.forget .actions-toolbar .primary button {
        width: 310px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        background: #940032;
        border-radius: 4px;
    }
}
.mployaltyprogram-dashboard-index #mployaltyprogram-program-data {
    width: 100% !important;
}@media (min-width: 960px) {
  .header-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100% !important;
    background-color: #222D3B;
    padding-left: 9%;
    padding-right: 9%;
    box-sizing: border-box;
  }
  #nav-sections {
    height: 60px;
    line-height: 60px;
  }
  #nav-sections .section-items {
    height: 100%;
    line-height: 60px;
    margin-left: 0;
    margin-right: 0;
  }
  #nav-sections .child-top {
    margin-top: 12.5px;
  }
  #nav-sections .nav-bar-bubble {
    position: absolute;
    display: block;
    left: 100%;
    top: -13px;
    transform: translate3d(0%, -7%, -1px);
    width: fit-content;
    padding: 2px 6px;
    font-size: 8px !important;
    font-family: Gilroy-Regular, Gilroy;
    border-radius: 10px;
    background: #930031;
    color: #fff;
    line-height: 1.5em;
    z-index: 3;
  }
  #nav-sections .nav-bar-bubble::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -3px;
    left: 0%;
    border-top: 6px solid transparent;
    border-left: 10px solid #930031;
    border-bottom: 6px solid transparent;
    z-index: -1;
  }
  #nav-sections .menu-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #nav-sections .menu-desc p {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8.75px !important;
  }
  #nav-sections .menu-desc p img:not(:first-child) {
    margin-left: 17.5px;
  }
  #nav-sections .menu-desc p a:not(:first-child) {
    margin-left: 17.5px;
  }
  #nav-sections .empty-p {
    display: none;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root {
    height: 30px;
    flex-direction: row;
    justify-content: space-between;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega {
    padding: 18px 0px;
    text-transform: none;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a {
    white-space: nowrap;
    cursor: pointer;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega {
    margin: 0 auto;
    text-align: left;
    color: white;
    font-size: 15px;
    line-height: 25px;
    padding: 0 0;
    text-transform: none;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    background-color: transparent;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega span.menu-title {
    word-spacing: 1px;
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: border .3s linear;
    line-height: 25px;
    white-space: nowrap;
    font-size: 15px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega > span.menu-title::after {
    display: block;
    content: attr(title);
    font-family: Gilroy-Bold, Gilroy;
    visibility: hidden;
    padding-left: 1.5px;
    padding-right: 1.5px;
    font-size: 15px;
    height: 1px;
    color: transparent;
    margin-bottom: -1px;
    overflow: hidden;
    box-sizing: content-box;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega.active {
    background-color: transparent;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega.mega-hover > a.mega span.menu-title,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega.active span.menu-title {
    border-bottom: 1px solid white;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content {
    margin: 0 auto;
    top: auto;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto !important;
    padding: 0;
    white-space: nowrap;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col:first-child {
    border-left: 0px;
    padding-left: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col:last-child {
    border-right: 0px;
    padding-right: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col {
    padding: 0 26.5px;
    border-right: 2px solid rgba(153, 153, 153, 0.2);
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col .menu-desc .image-p a {
    display: block;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col .menu-desc .image-p img {
    display: block;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col > ul.level1 .menu-title {
    font-weight: bold;
    line-height: 17.5px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li {
    line-height: 16px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 {
    display: flex;
    flex-direction: column;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega {
    display: flex;
    flex-direction: column;
    width: fit-content;
    line-height: 17.5px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega a.mega {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-top: 5px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega > a.mega {
    display: inline;
    color: #333333;
    border-bottom: 1px solid transparent;
    font-size: 15px;
    line-height: 1.5em;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.active > a.active,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.active > a.active,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.active > a.active {
    color: #333333;
    border-bottom: 1px solid #333333;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.group.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.group.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.group.mega-hover > a.mega {
    border-bottom: 1px solid transparent !important;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.group.active > a.active.has-child,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.group.active > a.active.has-child,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.group.active > a.active.has-child {
    width: fit-content;
    color: #333333;
    border-bottom: 1px solid transparent !important;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner li.group > .mega {
    padding-top: 0px !important;
  }
  #nav-sections .menu-title:after {
    display: none;
  }
  li.mega div.child-content {
    margin: 0;
    padding: 0;
    padding: 17.5px 26.5px 35px 26.5px;
    box-sizing: content-box;
    background: #FFFFFF;
    box-shadow: 0px 3px 4px rgba(51, 51, 51, 0.1) !important;
    opacity: 1;
    border-radius: 0px;
  }
  li.mega div.child-content div.mega-col:last-child:after {
    display: none;
  }
}

@media (min-width: 1024px) {
  .header-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100% !important;
    background-color: #222D3B;
    padding-left: 9%;
    padding-right: 9%;
    box-sizing: border-box;
  }
  #nav-sections {
    height: 60px;
    line-height: 60px;
  }
  #nav-sections .section-items {
    height: 100%;
    line-height: 60px;
    margin-left: 0;
    margin-right: 0;
  }
  #nav-sections .child-top {
    margin-top: 13.33333px;
  }
  #nav-sections .nav-bar-bubble {
    position: absolute;
    display: block;
    left: 100%;
    top: -13px;
    transform: translate3d(0%, -7%, -1px);
    width: fit-content;
    padding: 2px 6px;
    font-size: 8px !important;
    font-family: Gilroy-Regular, Gilroy;
    border-radius: 10px;
    background: #930031;
    color: #fff;
    line-height: 1.5em;
    z-index: 3;
  }
  #nav-sections .nav-bar-bubble::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -3px;
    left: 0%;
    border-top: 6px solid transparent;
    border-left: 10px solid #930031;
    border-bottom: 6px solid transparent;
    z-index: -1;
  }
  #nav-sections .menu-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #nav-sections .menu-desc p {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9.33333px !important;
  }
  #nav-sections .menu-desc p img:not(:first-child) {
    margin-left: 18.66667px;
  }
  #nav-sections .menu-desc p a:not(:first-child) {
    margin-left: 18.66667px;
  }
  #nav-sections .empty-p {
    display: none;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root {
    height: 32px;
    flex-direction: row;
    justify-content: space-between;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega {
    padding: 18px 0px;
    text-transform: none;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a {
    white-space: nowrap;
    cursor: pointer;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega {
    margin: 0 auto;
    text-align: left;
    color: white;
    font-size: 15px;
    line-height: 25px;
    padding: 0 0;
    text-transform: none;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    background-color: transparent;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega span.menu-title {
    word-spacing: 1px;
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: border .3s linear;
    line-height: 25px;
    white-space: nowrap;
    font-size: 15px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega > span.menu-title::after {
    display: block;
    content: attr(title);
    font-family: Gilroy-Bold, Gilroy;
    visibility: hidden;
    padding-left: 1.6px;
    padding-right: 1.6px;
    font-size: 15px;
    height: 1px;
    color: transparent;
    margin-bottom: -1px;
    overflow: hidden;
    box-sizing: content-box;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega.active {
    background-color: transparent;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega.mega-hover > a.mega span.menu-title,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega.active span.menu-title {
    border-bottom: 1px solid white;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content {
    margin: 0 auto;
    top: auto;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto !important;
    padding: 0;
    white-space: nowrap;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col:first-child {
    border-left: 0px;
    padding-left: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col:last-child {
    border-right: 0px;
    padding-right: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col {
    padding: 0 28.26667px;
    border-right: 2px solid rgba(153, 153, 153, 0.2);
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col .menu-desc .image-p a {
    display: block;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col .menu-desc .image-p img {
    display: block;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col > ul.level1 .menu-title {
    font-weight: bold;
    line-height: 18.66667px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li {
    line-height: 17.06667px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 {
    display: flex;
    flex-direction: column;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega {
    display: flex;
    flex-direction: column;
    width: fit-content;
    line-height: 18.66667px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega a.mega {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-top: 5px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega > a.mega {
    display: inline;
    color: #333333;
    border-bottom: 1px solid transparent;
    font-size: 15px;
    line-height: 1.5em;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.active > a.active,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.active > a.active,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.active > a.active {
    color: #333333;
    border-bottom: 1px solid #333333;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.group.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.group.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.group.mega-hover > a.mega {
    border-bottom: 1px solid transparent !important;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.group.active > a.active.has-child,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.group.active > a.active.has-child,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.group.active > a.active.has-child {
    width: fit-content;
    color: #333333;
    border-bottom: 1px solid transparent !important;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner li.group > .mega {
    padding-top: 0px !important;
  }
  #nav-sections .menu-title:after {
    display: none;
  }
  li.mega div.child-content {
    margin: 0;
    padding: 0;
    padding: 18.66667px 28.26667px 37.33333px 28.26667px;
    box-sizing: content-box;
    background: #FFFFFF;
    box-shadow: 0px 3.2px 4.26667px rgba(51, 51, 51, 0.1) !important;
    opacity: 1;
    border-radius: 0px;
  }
  li.mega div.child-content div.mega-col:last-child:after {
    display: none;
  }
}

@media (min-width: 1280px) {
  .header-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100% !important;
    background-color: #222D3B;
    padding-left: 9%;
    padding-right: 9%;
    box-sizing: border-box;
  }
  #nav-sections {
    height: 60px;
    line-height: 60px;
  }
  #nav-sections .section-items {
    height: 100%;
    line-height: 60px;
    margin-left: 0;
    margin-right: 0;
  }
  #nav-sections .child-top {
    margin-top: 16.66667px;
  }
  #nav-sections .nav-bar-bubble {
    position: absolute;
    display: block;
    left: 100%;
    top: -13px;
    transform: translate3d(0%, -7%, -1px);
    width: fit-content;
    padding: 2px 6px;
    font-size: 8px !important;
    font-family: Gilroy-Regular, Gilroy;
    border-radius: 10px;
    background: #930031;
    color: #fff;
    line-height: 1.5em;
    z-index: 3;
  }
  #nav-sections .nav-bar-bubble::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -3px;
    left: 0%;
    border-top: 6px solid transparent;
    border-left: 10px solid #930031;
    border-bottom: 6px solid transparent;
    z-index: -1;
  }
  #nav-sections .menu-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #nav-sections .menu-desc p {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11.66667px !important;
  }
  #nav-sections .menu-desc p img:not(:first-child) {
    margin-left: 23.33333px;
  }
  #nav-sections .menu-desc p a:not(:first-child) {
    margin-left: 23.33333px;
  }
  #nav-sections .empty-p {
    display: none;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root {
    height: 40px;
    flex-direction: row;
    justify-content: space-between;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega {
    padding: 18px 0px;
    text-transform: none;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a {
    white-space: nowrap;
    cursor: pointer;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega {
    margin: 0 auto;
    text-align: left;
    color: white;
    font-size: 15px;
    line-height: 25px;
    padding: 0 0;
    text-transform: none;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    background-color: transparent;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega span.menu-title {
    word-spacing: 1px;
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: border .3s linear;
    line-height: 25px;
    white-space: nowrap;
    font-size: 15px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega > span.menu-title::after {
    display: block;
    content: attr(title);
    font-family: Gilroy-Bold, Gilroy;
    visibility: hidden;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 15px;
    height: 1px;
    color: transparent;
    margin-bottom: -1px;
    overflow: hidden;
    box-sizing: content-box;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega.active {
    background-color: transparent;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega.mega-hover > a.mega span.menu-title,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega.active span.menu-title {
    border-bottom: 1px solid white;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content {
    margin: 0 auto;
    top: auto;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto !important;
    padding: 0;
    white-space: nowrap;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col:first-child {
    border-left: 0px;
    padding-left: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col:last-child {
    border-right: 0px;
    padding-right: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col {
    padding: 0 35.33333px;
    border-right: 2px solid rgba(153, 153, 153, 0.2);
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col .menu-desc .image-p a {
    display: block;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col .menu-desc .image-p img {
    display: block;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col > ul.level1 .menu-title {
    font-weight: bold;
    line-height: 23.33333px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li {
    line-height: 21.33333px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 {
    display: flex;
    flex-direction: column;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega {
    display: flex;
    flex-direction: column;
    width: fit-content;
    line-height: 23.33333px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega a.mega {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-top: 5px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega > a.mega {
    display: inline;
    color: #333333;
    border-bottom: 1px solid transparent;
    font-size: 15px;
    line-height: 1.5em;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.active > a.active,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.active > a.active,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.active > a.active {
    color: #333333;
    border-bottom: 1px solid #333333;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.group.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.group.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.group.mega-hover > a.mega {
    border-bottom: 1px solid transparent !important;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.group.active > a.active.has-child,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.group.active > a.active.has-child,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.group.active > a.active.has-child {
    width: fit-content;
    color: #333333;
    border-bottom: 1px solid transparent !important;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner li.group > .mega {
    padding-top: 0px !important;
  }
  #nav-sections .menu-title:after {
    display: none;
  }
  li.mega div.child-content {
    margin: 0;
    padding: 0;
    padding: 23.33333px 35.33333px 46.66667px 35.33333px;
    box-sizing: content-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 5.33333px rgba(51, 51, 51, 0.1) !important;
    opacity: 1;
    border-radius: 0px;
  }
  li.mega div.child-content div.mega-col:last-child:after {
    display: none;
  }
}

@media (min-width: 1360px) {
  .header-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100% !important;
    background-color: #222D3B;
    padding-left: 9%;
    padding-right: 9%;
    box-sizing: border-box;
  }
  #nav-sections {
    height: 60px;
    line-height: 60px;
  }
  #nav-sections .section-items {
    height: 100%;
    line-height: 60px;
    margin-left: 0;
    margin-right: 0;
  }
  #nav-sections .child-top {
    margin-top: 17.70833px;
  }
  #nav-sections .nav-bar-bubble {
    position: absolute;
    display: block;
    left: 100%;
    top: -13px;
    transform: translate3d(0%, -7%, -1px);
    width: fit-content;
    padding: 2px 6px;
    font-size: 8px !important;
    font-family: Gilroy-Regular, Gilroy;
    border-radius: 10px;
    background: #930031;
    color: #fff;
    line-height: 1.5em;
    z-index: 3;
  }
  #nav-sections .nav-bar-bubble::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -3px;
    left: 0%;
    border-top: 6px solid transparent;
    border-left: 10px solid #930031;
    border-bottom: 6px solid transparent;
    z-index: -1;
  }
  #nav-sections .menu-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #nav-sections .menu-desc p {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12.39583px !important;
  }
  #nav-sections .menu-desc p img:not(:first-child) {
    margin-left: 24.79167px;
  }
  #nav-sections .menu-desc p a:not(:first-child) {
    margin-left: 24.79167px;
  }
  #nav-sections .empty-p {
    display: none;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root {
    height: 42.5px;
    flex-direction: row;
    justify-content: space-between;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega {
    padding: 18px 0px;
    text-transform: none;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a {
    white-space: nowrap;
    cursor: pointer;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega {
    margin: 0 auto;
    text-align: left;
    color: white;
    font-size: 15px;
    line-height: 25px;
    padding: 0 0;
    text-transform: none;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    background-color: transparent;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega span.menu-title {
    word-spacing: 1px;
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: border .3s linear;
    line-height: 25px;
    white-space: nowrap;
    font-size: 15px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega > span.menu-title::after {
    display: block;
    content: attr(title);
    font-family: Gilroy-Bold, Gilroy;
    visibility: hidden;
    padding-left: 2.125px;
    padding-right: 2.125px;
    font-size: 15px;
    height: 1px;
    color: transparent;
    margin-bottom: -1px;
    overflow: hidden;
    box-sizing: content-box;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega.active {
    background-color: transparent;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega.mega-hover > a.mega span.menu-title,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega.active span.menu-title {
    border-bottom: 1px solid white;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content {
    margin: 0 auto;
    top: auto;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto !important;
    padding: 0;
    white-space: nowrap;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col:first-child {
    border-left: 0px;
    padding-left: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col:last-child {
    border-right: 0px;
    padding-right: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col {
    padding: 0 37.54167px;
    border-right: 2px solid rgba(153, 153, 153, 0.2);
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col .menu-desc .image-p a {
    display: block;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col .menu-desc .image-p img {
    display: block;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col > ul.level1 .menu-title {
    font-weight: bold;
    line-height: 24.79167px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li {
    line-height: 22.66667px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 {
    display: flex;
    flex-direction: column;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega {
    display: flex;
    flex-direction: column;
    width: fit-content;
    line-height: 24.79167px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega a.mega {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-top: 5px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega > a.mega {
    display: inline;
    color: #333333;
    border-bottom: 1px solid transparent;
    font-size: 15px;
    line-height: 1.5em;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.active > a.active,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.active > a.active,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.active > a.active {
    color: #333333;
    border-bottom: 1px solid #333333;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.group.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.group.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.group.mega-hover > a.mega {
    border-bottom: 1px solid transparent !important;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.group.active > a.active.has-child,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.group.active > a.active.has-child,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.group.active > a.active.has-child {
    width: fit-content;
    color: #333333;
    border-bottom: 1px solid transparent !important;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner li.group > .mega {
    padding-top: 0px !important;
  }
  #nav-sections .menu-title:after {
    display: none;
  }
  li.mega div.child-content {
    margin: 0;
    padding: 0;
    padding: 24.79167px 37.54167px 49.58333px 37.54167px;
    box-sizing: content-box;
    background: #FFFFFF;
    box-shadow: 0px 4.25px 5.66667px rgba(51, 51, 51, 0.1) !important;
    opacity: 1;
    border-radius: 0px;
  }
  li.mega div.child-content div.mega-col:last-child:after {
    display: none;
  }
}

@media (min-width: 1440px) {
  .header-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100% !important;
    background-color: #222D3B;
    padding-left: 9%;
    padding-right: 9%;
    box-sizing: border-box;
  }
  #nav-sections {
    height: 60px;
    line-height: 60px;
  }
  #nav-sections .section-items {
    height: 100%;
    line-height: 60px;
    margin-left: 0;
    margin-right: 0;
  }
  #nav-sections .child-top {
    margin-top: 18.75px;
  }
  #nav-sections .nav-bar-bubble {
    position: absolute;
    display: block;
    left: 100%;
    top: -13px;
    transform: translate3d(0%, -7%, -1px);
    width: fit-content;
    padding: 2px 6px;
    font-size: 8px !important;
    font-family: Gilroy-Regular, Gilroy;
    border-radius: 10px;
    background: #930031;
    color: #fff;
    line-height: 1.5em;
    z-index: 3;
  }
  #nav-sections .nav-bar-bubble::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -3px;
    left: 0%;
    border-top: 6px solid transparent;
    border-left: 10px solid #930031;
    border-bottom: 6px solid transparent;
    z-index: -1;
  }
  #nav-sections .menu-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #nav-sections .menu-desc p {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13.125px !important;
  }
  #nav-sections .menu-desc p img:not(:first-child) {
    margin-left: 26.25px;
  }
  #nav-sections .menu-desc p a:not(:first-child) {
    margin-left: 26.25px;
  }
  #nav-sections .empty-p {
    display: none;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root {
    height: 45px;
    flex-direction: row;
    justify-content: space-between;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega {
    padding: 18px 0px;
    text-transform: none;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a {
    white-space: nowrap;
    cursor: pointer;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega {
    margin: 0 auto;
    text-align: left;
    color: white;
    font-size: 15px;
    line-height: 25px;
    padding: 0 0;
    text-transform: none;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    background-color: transparent;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega span.menu-title {
    word-spacing: 1px;
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: border .3s linear;
    line-height: 25px;
    white-space: nowrap;
    font-size: 15px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega > span.menu-title::after {
    display: block;
    content: attr(title);
    font-family: Gilroy-Bold, Gilroy;
    visibility: hidden;
    padding-left: 2.25px;
    padding-right: 2.25px;
    font-size: 15px;
    height: 1px;
    color: transparent;
    margin-bottom: -1px;
    overflow: hidden;
    box-sizing: content-box;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega.active {
    background-color: transparent;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega.mega-hover > a.mega span.menu-title,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega.active span.menu-title {
    border-bottom: 1px solid white;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content {
    margin: 0 auto;
    top: auto;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto !important;
    padding: 0;
    white-space: nowrap;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col:first-child {
    border-left: 0px;
    padding-left: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col:last-child {
    border-right: 0px;
    padding-right: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col {
    padding: 0 39.75px;
    border-right: 2px solid rgba(153, 153, 153, 0.2);
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col .menu-desc .image-p a {
    display: block;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col .menu-desc .image-p img {
    display: block;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col > ul.level1 .menu-title {
    font-weight: bold;
    line-height: 26.25px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li {
    line-height: 24px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 {
    display: flex;
    flex-direction: column;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega {
    display: flex;
    flex-direction: column;
    width: fit-content;
    line-height: 26.25px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega a.mega {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-top: 5px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega > a.mega {
    display: inline;
    color: #333333;
    border-bottom: 1px solid transparent;
    font-size: 15px;
    line-height: 1.5em;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.active > a.active,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.active > a.active,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.active > a.active {
    color: #333333;
    border-bottom: 1px solid #333333;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.group.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.group.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.group.mega-hover > a.mega {
    border-bottom: 1px solid transparent !important;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.group.active > a.active.has-child,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.group.active > a.active.has-child,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.group.active > a.active.has-child {
    width: fit-content;
    color: #333333;
    border-bottom: 1px solid transparent !important;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner li.group > .mega {
    padding-top: 0px !important;
  }
  #nav-sections .menu-title:after {
    display: none;
  }
  li.mega div.child-content {
    margin: 0;
    padding: 0;
    padding: 26.25px 39.75px 52.5px 39.75px;
    box-sizing: content-box;
    background: #FFFFFF;
    box-shadow: 0px 4.5px 6px rgba(51, 51, 51, 0.1) !important;
    opacity: 1;
    border-radius: 0px;
  }
  li.mega div.child-content div.mega-col:last-child:after {
    display: none;
  }
}

@media (min-width: 1680px) {
  .header-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100% !important;
    background-color: #222D3B;
    padding-left: 9%;
    padding-right: 9%;
    box-sizing: border-box;
  }
  #nav-sections {
    height: 60px;
    line-height: 60px;
  }
  #nav-sections .section-items {
    height: 100%;
    line-height: 60px;
    margin-left: 0;
    margin-right: 0;
  }
  #nav-sections .child-top {
    margin-top: 21.875px;
  }
  #nav-sections .nav-bar-bubble {
    position: absolute;
    display: block;
    left: 100%;
    top: -13px;
    transform: translate3d(0%, -7%, -1px);
    width: fit-content;
    padding: 2px 6px;
    font-size: 8px !important;
    font-family: Gilroy-Regular, Gilroy;
    border-radius: 10px;
    background: #930031;
    color: #fff;
    line-height: 1.5em;
    z-index: 3;
  }
  #nav-sections .nav-bar-bubble::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -3px;
    left: 0%;
    border-top: 6px solid transparent;
    border-left: 10px solid #930031;
    border-bottom: 6px solid transparent;
    z-index: -1;
  }
  #nav-sections .menu-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #nav-sections .menu-desc p {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15.3125px !important;
  }
  #nav-sections .menu-desc p img:not(:first-child) {
    margin-left: 30.625px;
  }
  #nav-sections .menu-desc p a:not(:first-child) {
    margin-left: 30.625px;
  }
  #nav-sections .empty-p {
    display: none;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root {
    height: 52.5px;
    flex-direction: row;
    justify-content: space-between;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega {
    padding: 18px 0px;
    text-transform: none;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a {
    white-space: nowrap;
    cursor: pointer;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega {
    margin: 0 auto;
    text-align: left;
    color: white;
    font-size: 15px;
    line-height: 25px;
    padding: 0 0;
    text-transform: none;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    background-color: transparent;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega span.menu-title {
    word-spacing: 1px;
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: border .3s linear;
    line-height: 25px;
    white-space: nowrap;
    font-size: 15px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega > span.menu-title::after {
    display: block;
    content: attr(title);
    font-family: Gilroy-Bold, Gilroy;
    visibility: hidden;
    padding-left: 2.625px;
    padding-right: 2.625px;
    font-size: 15px;
    height: 1px;
    color: transparent;
    margin-bottom: -1px;
    overflow: hidden;
    box-sizing: content-box;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega.active {
    background-color: transparent;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega.mega-hover > a.mega span.menu-title,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega.active span.menu-title {
    border-bottom: 1px solid white;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content {
    margin: 0 auto;
    top: auto;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto !important;
    padding: 0;
    white-space: nowrap;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col:first-child {
    border-left: 0px;
    padding-left: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col:last-child {
    border-right: 0px;
    padding-right: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col {
    padding: 0 46.375px;
    border-right: 2px solid rgba(153, 153, 153, 0.2);
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col .menu-desc .image-p a {
    display: block;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col .menu-desc .image-p img {
    display: block;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col > ul.level1 .menu-title {
    font-weight: bold;
    line-height: 30.625px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li {
    line-height: 28px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 {
    display: flex;
    flex-direction: column;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega {
    display: flex;
    flex-direction: column;
    width: fit-content;
    line-height: 30.625px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega a.mega {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-top: 5px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega > a.mega {
    display: inline;
    color: #333333;
    border-bottom: 1px solid transparent;
    font-size: 15px;
    line-height: 1.5em;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.active > a.active,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.active > a.active,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.active > a.active {
    color: #333333;
    border-bottom: 1px solid #333333;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.group.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.group.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.group.mega-hover > a.mega {
    border-bottom: 1px solid transparent !important;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.group.active > a.active.has-child,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.group.active > a.active.has-child,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.group.active > a.active.has-child {
    width: fit-content;
    color: #333333;
    border-bottom: 1px solid transparent !important;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner li.group > .mega {
    padding-top: 0px !important;
  }
  #nav-sections .menu-title:after {
    display: none;
  }
  li.mega div.child-content {
    margin: 0;
    padding: 0;
    padding: 30.625px 46.375px 61.25px 46.375px;
    box-sizing: content-box;
    background: #FFFFFF;
    box-shadow: 0px 5.25px 7px rgba(51, 51, 51, 0.1) !important;
    opacity: 1;
    border-radius: 0px;
  }
  li.mega div.child-content div.mega-col:last-child:after {
    display: none;
  }
}

@media (min-width: 1920px) {
  .header-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100% !important;
    background-color: #222D3B;
    padding-left: 9%;
    padding-right: 9%;
    box-sizing: border-box;
  }
  #nav-sections {
    height: 60px;
    line-height: 60px;
  }
  #nav-sections .section-items {
    height: 100%;
    line-height: 60px;
    margin-left: 0;
    margin-right: 0;
  }
  #nav-sections .child-top {
    margin-top: 25px;
  }
  #nav-sections .nav-bar-bubble {
    position: absolute;
    display: block;
    left: 100%;
    top: -13px;
    transform: translate3d(0%, -7%, -1px);
    width: fit-content;
    padding: 2px 6px;
    font-size: 8px !important;
    font-family: Gilroy-Regular, Gilroy;
    border-radius: 10px;
    background: #930031;
    color: #fff;
    line-height: 1.5em;
    z-index: 3;
  }
  #nav-sections .nav-bar-bubble::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -3px;
    left: 0%;
    border-top: 6px solid transparent;
    border-left: 10px solid #930031;
    border-bottom: 6px solid transparent;
    z-index: -1;
  }
  #nav-sections .menu-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #nav-sections .menu-desc p {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 17.5px !important;
  }
  #nav-sections .menu-desc p img:not(:first-child) {
    margin-left: 35px;
  }
  #nav-sections .menu-desc p a:not(:first-child) {
    margin-left: 35px;
  }
  #nav-sections .empty-p {
    display: none;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root {
    height: 60px;
    flex-direction: row;
    justify-content: space-between;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega {
    padding: 18px 0px;
    text-transform: none;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a {
    white-space: nowrap;
    cursor: pointer;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega {
    margin: 0 auto;
    text-align: left;
    color: white;
    font-size: 15px;
    line-height: 25px;
    padding: 0 0;
    text-transform: none;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    background-color: transparent;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega span.menu-title {
    word-spacing: 1px;
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: border .3s linear;
    line-height: 25px;
    white-space: nowrap;
    font-size: 15px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega > span.menu-title::after {
    display: block;
    content: attr(title);
    font-family: Gilroy-Bold, Gilroy;
    visibility: hidden;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 15px;
    height: 1px;
    color: transparent;
    margin-bottom: -1px;
    overflow: hidden;
    box-sizing: content-box;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega.active {
    background-color: transparent;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega.mega-hover > a.mega span.menu-title,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega.active span.menu-title {
    border-bottom: 1px solid white;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content {
    margin: 0 auto;
    top: auto;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto !important;
    padding: 0;
    white-space: nowrap;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col:first-child {
    border-left: 0px;
    padding-left: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col:last-child {
    border-right: 0px;
    padding-right: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col {
    padding: 0 53px;
    border-right: 2px solid rgba(153, 153, 153, 0.2);
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col .menu-desc .image-p a {
    display: block;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col .menu-desc .image-p img {
    display: block;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col > ul.level1 .menu-title {
    font-weight: bold;
    line-height: 35px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li {
    line-height: 32px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 {
    display: flex;
    flex-direction: column;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega {
    display: flex;
    flex-direction: column;
    width: fit-content;
    line-height: 35px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega a.mega {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-top: 5px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega > a.mega {
    display: inline;
    color: #333333;
    border-bottom: 1px solid transparent;
    font-size: 15px;
    line-height: 1.5em;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.active > a.active,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.active > a.active,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.active > a.active {
    color: #333333;
    border-bottom: 1px solid #333333;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.group.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.group.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.group.mega-hover > a.mega {
    border-bottom: 1px solid transparent !important;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.group.active > a.active.has-child,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.group.active > a.active.has-child,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.group.active > a.active.has-child {
    width: fit-content;
    color: #333333;
    border-bottom: 1px solid transparent !important;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner li.group > .mega {
    padding-top: 0px !important;
  }
  #nav-sections .menu-title:after {
    display: none;
  }
  li.mega div.child-content {
    margin: 0;
    padding: 0;
    padding: 35px 53px 70px 53px;
    box-sizing: content-box;
    background: #FFFFFF;
    box-shadow: 0px 6px 8px rgba(51, 51, 51, 0.1) !important;
    opacity: 1;
    border-radius: 0px;
  }
  li.mega div.child-content div.mega-col:last-child:after {
    display: none;
  }
}

@media (min-width: 2048px) {
  .header-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100% !important;
    background-color: #222D3B;
    padding-left: 9%;
    padding-right: 9%;
    box-sizing: border-box;
  }
  #nav-sections {
    height: 60px;
    line-height: 60px;
  }
  #nav-sections .section-items {
    height: 100%;
    line-height: 60px;
    margin-left: 0;
    margin-right: 0;
  }
  #nav-sections .child-top {
    margin-top: 26.66667px;
  }
  #nav-sections .nav-bar-bubble {
    position: absolute;
    display: block;
    left: 100%;
    top: -13px;
    transform: translate3d(0%, -7%, -1px);
    width: fit-content;
    padding: 2px 6px;
    font-size: 8px !important;
    font-family: Gilroy-Regular, Gilroy;
    border-radius: 10px;
    background: #930031;
    color: #fff;
    line-height: 1.5em;
    z-index: 3;
  }
  #nav-sections .nav-bar-bubble::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -3px;
    left: 0%;
    border-top: 6px solid transparent;
    border-left: 10px solid #930031;
    border-bottom: 6px solid transparent;
    z-index: -1;
  }
  #nav-sections .menu-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #nav-sections .menu-desc p {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18.66667px !important;
  }
  #nav-sections .menu-desc p img:not(:first-child) {
    margin-left: 37.33333px;
  }
  #nav-sections .menu-desc p a:not(:first-child) {
    margin-left: 37.33333px;
  }
  #nav-sections .empty-p {
    display: none;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root {
    height: 64px;
    flex-direction: row;
    justify-content: space-between;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega {
    padding: 18px 0px;
    text-transform: none;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a {
    white-space: nowrap;
    cursor: pointer;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega {
    margin: 0 auto;
    text-align: left;
    color: white;
    font-size: 15px;
    line-height: 25px;
    padding: 0 0;
    text-transform: none;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    background-color: transparent;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega span.menu-title {
    word-spacing: 1px;
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: border .3s linear;
    line-height: 25px;
    white-space: nowrap;
    font-size: 15px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega > span.menu-title::after {
    display: block;
    content: attr(title);
    font-family: Gilroy-Bold, Gilroy;
    visibility: hidden;
    padding-left: 3.2px;
    padding-right: 3.2px;
    font-size: 15px;
    height: 1px;
    color: transparent;
    margin-bottom: -1px;
    overflow: hidden;
    box-sizing: content-box;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega.active {
    background-color: transparent;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega.mega-hover > a.mega span.menu-title,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > a.mega.active span.menu-title {
    border-bottom: 1px solid white;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content {
    margin: 0 auto;
    top: auto;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto !important;
    padding: 0;
    white-space: nowrap;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col:first-child {
    border-left: 0px;
    padding-left: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col:last-child {
    border-right: 0px;
    padding-right: 0;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col {
    padding: 0 56.53333px;
    border-right: 2px solid rgba(153, 153, 153, 0.2);
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col .menu-desc .image-p a {
    display: block;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col .menu-desc .image-p img {
    display: block;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col > ul.level1 .menu-title {
    font-weight: bold;
    line-height: 37.33333px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li {
    line-height: 34.13333px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 {
    display: flex;
    flex-direction: column;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega {
    display: flex;
    flex-direction: column;
    width: fit-content;
    line-height: 37.33333px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega a,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega a.mega {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-top: 5px;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega > a.mega {
    display: inline;
    color: #333333;
    border-bottom: 1px solid transparent;
    font-size: 15px;
    line-height: 1.5em;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.active > a.active,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.active > a.active,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.active > a.active {
    color: #333333;
    border-bottom: 1px solid #333333;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.group.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.group.mega-hover > a.mega,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.group.mega-hover > a.mega {
    border-bottom: 1px solid transparent !important;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level3 > li.mega.group.active > a.active.has-child,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level1 > li.mega.group.active > a.active.has-child,
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner div.mega-col ul.level2 > li.mega.group.active > a.active.has-child {
    width: fit-content;
    color: #333333;
    border-bottom: 1px solid transparent !important;
  }
  #nav-sections .ub-mega-menu.level0.horizontal-root > li.mega > .child-content > .child-content-inner li.group > .mega {
    padding-top: 0px !important;
  }
  #nav-sections .menu-title:after {
    display: none;
  }
  li.mega div.child-content {
    margin: 0;
    padding: 0;
    padding: 37.33333px 56.53333px 74.66667px 56.53333px;
    box-sizing: content-box;
    background: #FFFFFF;
    box-shadow: 0px 6.4px 8.53333px rgba(51, 51, 51, 0.1) !important;
    opacity: 1;
    border-radius: 0px;
  }
  li.mega div.child-content div.mega-col:last-child:after {
    display: none;
  }
}
a:hover, .fa {
    text-decoration: none;
}
.page-with-filter .product-reviews-summary .reviews-actions a,
.page-products .product-reviews-summary .reviews-actions a {
  display: block !important;
}
.page-with-filter .product-reviews-summary .reviews-actions a span,
.page-products .product-reviews-summary .reviews-actions a span {
  display: none;
}
.page-with-filter .product-items .old-price,
.page-products .product-items .old-price {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.product-options-bottom .control {
  position: relative;
}
@media only screen and (min-width: 800px) {
  .coupon-heighest-tips {
    height: 30px;
    display: flex;
    align-items: center;
    width: 86.9%;
    margin-left: 24.75px;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #23CD68;
    background-color: rgba(35, 205, 104, 0.05);
    box-sizing: border-box;
    padding: 6px 8px;
    margin-bottom: 10px;
  }
  .coupon-heighest-tips img {
    flex-shrink: 0;
    display: block;
    height: 14px;
    width: 14px;
    margin-right: 2px;
  }
  .product-item-link {
    padding-top: 2px;
  }
  .product-detail-link:hover {
    text-decoration: none !important;
  }
  .product-detail-link:hover span {
    text-decoration: underline !important;
  }
  .product-detail-link:hover .gift-for-mom-icon {
    text-decoration: none !important;
  }
  .gift-for-mom-icon {
    display: inline-block;
    margin-right: 6px;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #A80036;
    line-height: 20px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #A80036;
    padding: 0 4px;
    text-decoration: none !important;
  }
  .gift-for-mom-icon:hover {
    text-decoration: none !important;
  }
  .stock-number-text {
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    width: fit-content;
    transform: translateY(-50%);
    display: block;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
  }
  .dispatch-tag-product-detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
  }
  .dispatch-tag-product-detail img {
    display: block;
    width: 16px;
    height: 16px;
  }
  .dispatch-tag-product-detail > span {
    display: block;
    margin-left: 4px;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #028248;
  }
  .dispatch-tag-product-detail > span span {
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #028248;
  }
  .dispatch-tag-product-detail > span a {
    text-decoration: underline;
    color: #222222 !important;
  }
}
@media only screen and (min-width: 200px) and (max-width: 799px) {
  .coupon-heighest-tips {
    height: 30px;
    display: flex;
    align-items: center;
    width: 85.2%;
    margin-left: 18.75px;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #23CD68;
    background-color: rgba(35, 205, 104, 0.05);
    box-sizing: border-box;
    padding: 6px 8px;
    margin-bottom: 16px;
  }
  .coupon-heighest-tips img {
    flex-shrink: 0;
    display: block;
    height: 14px;
    width: 14px;
    margin-right: 4px;
  }
  .stock-number-text {
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    width: fit-content;
    transform: translateY(-50%);
    display: block;
    font-size: 15px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
  }
  .gift-for-mom-icon {
    display: inline-block;
    margin-right: 6px;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #A80036;
    line-height: 20px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #A80036;
    padding: 0 4px;
    text-decoration: none !important;
  }
  .gift-for-mom-icon:hover {
    text-decoration: none !important;
  }
  .dispatch-tag-product-detail {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-right: auto;
    width: fit-content;
  }
  .dispatch-tag-product-detail img {
    display: block;
    width: 20px;
    height: 20px;
  }
  .dispatch-tag-product-detail > span {
    display: block;
    margin-left: 5px;
    font-size: 13px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #028248;
  }
  .dispatch-tag-product-detail > span span {
    font-size: 13px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #028248;
  }
  .dispatch-tag-product-detail > span a {
    text-decoration: underline;
    color: #222222 !important;
  }
}
[v-cloak] {
  display: none;
}

@media (min-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 50.41667px;
    height: 45px;
    right: 0;
    bottom: 280px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a,
  .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media (min-width: 960px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 60.5px;
    height: 54px;
    right: 0;
    bottom: 280px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a,
  .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 64.53333px;
    height: 57.6px;
    right: 0;
    bottom: 280px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 6.4px;
    height: 6.4px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a,
  .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media (min-width: 1280px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 80.66667px;
    height: 72px;
    right: 0;
    bottom: 280px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a,
  .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media (min-width: 1360px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 85.70833px;
    height: 76.5px;
    right: 0;
    bottom: 280px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 8.5px;
    height: 8.5px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a,
  .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media (min-width: 1440px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 90.75px;
    height: 81px;
    right: 0;
    bottom: 280px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a,
  .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media (min-width: 1680px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 105.875px;
    height: 94.5px;
    right: 0;
    bottom: 280px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 10.5px;
    height: 10.5px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a,
  .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media (min-width: 1920px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 121px;
    height: 108px;
    right: 0;
    bottom: 280px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a,
  .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media (min-width: 2048px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 129.06667px;
    height: 115.2px;
    right: 0;
    bottom: 280px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 12.8px;
    height: 12.8px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a,
  .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media (min-width: 2545px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 160.38802px;
    height: 143.15625px;
    right: 0;
    bottom: 280px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 15.90625px;
    height: 15.90625px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a,
  .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media (min-width: 2560px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 161.33333px;
    height: 144px;
    right: 0;
    bottom: 280px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a,
  .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media (min-width: 3840px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 242px;
    height: 216px;
    right: 0;
    bottom: 280px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a,
  .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 218px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 51.44364px;
    height: 42.25131px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 6.976px;
    height: 6.976px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 6.976px 6.976px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 75.5136px;
    height: 62.02027px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 10.24px;
    height: 10.24px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 10.24px 10.24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 326px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 76.92948px;
    height: 63.18315px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 10.432px;
    height: 10.432px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 10.432px 10.432px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 375px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 88.4925px;
    height: 72.68px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 386px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 91.08828px;
    height: 74.81195px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 12.352px;
    height: 12.352px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 12.352px 12.352px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 390px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 92.0322px;
    height: 75.5872px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 12.48px;
    height: 12.48px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 12.48px 12.48px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 414px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 97.69572px;
    height: 80.23872px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 13.248px;
    height: 13.248px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 13.248px 13.248px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 424px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 100.05552px;
    height: 82.17685px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 13.568px;
    height: 13.568px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 13.568px 13.568px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 428px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 100.99944px;
    height: 82.95211px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 13.696px;
    height: 13.696px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 13.696px 13.696px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 432px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 101.94336px;
    height: 83.72736px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 13.824px;
    height: 13.824px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 13.824px 13.824px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 441px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 104.06718px;
    height: 85.47168px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 14.112px;
    height: 14.112px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 14.112px 14.112px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 458px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 108.07884px;
    height: 88.76651px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 14.656px;
    height: 14.656px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 14.656px 14.656px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 493px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 116.33814px;
    height: 95.54997px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 15.776px;
    height: 15.776px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 15.776px 15.776px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 518px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 122.23764px;
    height: 100.39531px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 16.576px;
    height: 16.576px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 16.576px 16.576px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 540px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 127.4292px;
    height: 104.6592px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 17.28px;
    height: 17.28px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 17.28px 17.28px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 565px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 133.3287px;
    height: 109.50453px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 18.08px;
    height: 18.08px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 18.08px 18.08px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 181.23264px;
    height: 148.84864px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 24.576px;
    height: 24.576px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 24.576px 24.576px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 800px) and (max-width: 800px) {
  .easter-sale-fixed-entry {
    position: fixed;
    display: block;
    width: 188.784px;
    height: 155.05067px;
    right: 0;
    bottom: 260px;
    z-index: 98;
    cursor: pointer;
  }
  .easter-sale-fixed-entry .clear-icon {
    position: absolute;
    display: block;
    width: 25.6px;
    height: 25.6px;
    right: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    background-size: 25.6px 25.6px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .easter-sale-fixed-entry a, .easter-sale-fixed-entry img {
    display: block;
    height: 100%;
    height: 100%;
  }
}
.error-text {
  margin-bottom: 0;
}

p.input-title {
  margin-bottom: 0;
}

.showMessage {
  width: fit-content !important;
  padding-right: 10px;
  z-index: 12347;
}

[v-cloak] {
  display: none;
}

img.rotateImages {
  -webkit-animation: myRotate 2s linear infinite;
  animation: myRotate 2s linear infinite;
}

@-webkit-keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@media (min-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1 !important;
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 308.33333px;
    background-color: white;
    box-sizing: border-box;
    padding: 12.5px 16.66667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    font-size: 10px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 11.66667px;
    text-align: center;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 12.5px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 8.33333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 7.5px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 8.75px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 4.16667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 8.33333px;
    font-size: 7.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 8.75px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 9.58333px;
    top: 9.58333px;
    width: 7.5px;
    height: 7.5px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 960px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1 !important;
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 370px;
    background-color: white;
    box-sizing: border-box;
    padding: 15px 20px;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    font-size: 12px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 14px;
    text-align: center;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 15px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 10px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 9px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 10.5px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 5px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 10px;
    font-size: 9px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 10.5px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 11.5px;
    top: 11.5px;
    width: 9px;
    height: 9px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1024px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1 !important;
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 394.66667px;
    background-color: white;
    box-sizing: border-box;
    padding: 16px 21.33333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    font-size: 12.8px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 14.93333px;
    text-align: center;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 16px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 10.66667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 9.6px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 11.2px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 5.33333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 10.66667px;
    font-size: 9.6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 11.2px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 12.26667px;
    top: 12.26667px;
    width: 9.6px;
    height: 9.6px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1280px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1 !important;
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 493.33333px;
    background-color: white;
    box-sizing: border-box;
    padding: 20px 26.66667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    font-size: 16px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 18.66667px;
    text-align: center;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 20px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 13.33333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 12px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 14px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 6.66667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 13.33333px;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 15.33333px;
    top: 15.33333px;
    width: 12px;
    height: 12px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1360px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1 !important;
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 524.16667px;
    background-color: white;
    box-sizing: border-box;
    padding: 21.25px 28.33333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    font-size: 17px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 19.83333px;
    text-align: center;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 21.25px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 14.16667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 12.75px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 14.875px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 7.08333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 14.16667px;
    font-size: 12.75px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 14.875px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 16.29167px;
    top: 16.29167px;
    width: 12.75px;
    height: 12.75px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1440px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1 !important;
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 555px;
    background-color: white;
    box-sizing: border-box;
    padding: 22.5px 30px;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    font-size: 18px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 21px;
    text-align: center;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 22.5px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 15px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 13.5px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 15.75px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 7.5px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 15px;
    font-size: 13.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 15.75px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 17.25px;
    top: 17.25px;
    width: 13.5px;
    height: 13.5px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1680px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1 !important;
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 647.5px;
    background-color: white;
    box-sizing: border-box;
    padding: 26.25px 35px;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    font-size: 21px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 24.5px;
    text-align: center;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 26.25px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 17.5px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 15.75px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 18.375px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 8.75px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 17.5px;
    font-size: 15.75px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 18.375px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 20.125px;
    top: 20.125px;
    width: 15.75px;
    height: 15.75px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1920px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1 !important;
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 740px;
    background-color: white;
    box-sizing: border-box;
    padding: 30px 40px;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    font-size: 24px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    text-align: center;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 30px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 20px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 18px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 21px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 10px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 20px;
    font-size: 18px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 23px;
    top: 23px;
    width: 18px;
    height: 18px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 2048px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1 !important;
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 789.33333px;
    background-color: white;
    box-sizing: border-box;
    padding: 32px 42.66667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    font-size: 25.6px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 29.86667px;
    text-align: center;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 32px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 21.33333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 19.2px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 22.4px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 10.66667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 21.33333px;
    font-size: 19.2px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 22.4px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 24.53333px;
    top: 24.53333px;
    width: 19.2px;
    height: 19.2px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 2545px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1 !important;
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 980.88542px;
    background-color: white;
    box-sizing: border-box;
    padding: 39.76562px 53.02083px;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    font-size: 31.8125px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 37.11458px;
    text-align: center;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 39.76562px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 26.51042px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 23.85938px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 27.83594px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 13.25521px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 26.51042px;
    font-size: 23.85938px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 27.83594px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 30.48698px;
    top: 30.48698px;
    width: 23.85938px;
    height: 23.85938px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 2560px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1 !important;
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 986.66667px;
    background-color: white;
    box-sizing: border-box;
    padding: 40px 53.33333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    font-size: 32px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 37.33333px;
    text-align: center;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 40px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 26.66667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 24px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 13.33333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 26.66667px;
    font-size: 24px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 30.66667px;
    top: 30.66667px;
    width: 24px;
    height: 24px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 3840px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1 !important;
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1480px;
    background-color: white;
    box-sizing: border-box;
    padding: 60px 80px;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    font-size: 48px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 56px;
    text-align: center;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 60px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 40px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 36px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 42px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 20px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 40px;
    font-size: 36px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 46px;
    top: 46px;
    width: 36px;
    height: 36px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 218px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 8.13867px 9.30133px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 9.88267px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 11.62667px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 11.62667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 15.11467px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 10.464px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 10.464px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 5.81333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 11.62667px;
    font-size: 8.13867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 9.30133px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 9.30133px;
    top: 9.30133px;
    width: 9.30133px;
    height: 9.30133px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 11.94667px 13.65333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 14.50667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 17.06667px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 17.06667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 22.18667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 15.36px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 15.36px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 8.53333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 17.06667px;
    font-size: 11.94667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 13.65333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 13.65333px;
    top: 13.65333px;
    width: 13.65333px;
    height: 13.65333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 326px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 12.17067px 13.90933px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 14.77867px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 17.38667px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 17.38667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 22.60267px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 15.648px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 15.648px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 8.69333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 17.38667px;
    font-size: 12.17067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 13.90933px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 13.90933px;
    top: 13.90933px;
    width: 13.90933px;
    height: 13.90933px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 375px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 14px 16px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 17px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 20px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 26px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 18px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 18px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 10px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 20px;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px;
    height: 16px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 386px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 14.41067px 16.46933px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 17.49867px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 20.58667px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 20.58667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 26.76267px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 18.528px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 18.528px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 10.29333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 20.58667px;
    font-size: 14.41067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 16.46933px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 16.46933px;
    top: 16.46933px;
    width: 16.46933px;
    height: 16.46933px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 390px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 14.56px 16.64px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 17.68px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 20.8px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 20.8px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 27.04px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 18.72px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 18.72px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 10.4px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 20.8px;
    font-size: 14.56px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 16.64px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 16.64px;
    top: 16.64px;
    width: 16.64px;
    height: 16.64px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 414px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 15.456px 17.664px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 18.768px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 22.08px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 22.08px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 28.704px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 19.872px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 19.872px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 11.04px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 22.08px;
    font-size: 15.456px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 17.664px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 17.664px;
    top: 17.664px;
    width: 17.664px;
    height: 17.664px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 424px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 15.82933px 18.09067px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 19.22133px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 22.61333px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 22.61333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 29.39733px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 20.352px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 20.352px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 11.30667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 22.61333px;
    font-size: 15.82933px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 18.09067px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 18.09067px;
    top: 18.09067px;
    width: 18.09067px;
    height: 18.09067px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 428px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 15.97867px 18.26133px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 19.40267px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 22.82667px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 22.82667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 29.67467px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 20.544px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 20.544px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 11.41333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 22.82667px;
    font-size: 15.97867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 18.26133px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 18.26133px;
    top: 18.26133px;
    width: 18.26133px;
    height: 18.26133px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 432px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 16.128px 18.432px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 19.584px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 23.04px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 23.04px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 29.952px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 20.736px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 20.736px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 11.52px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 23.04px;
    font-size: 16.128px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 18.432px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 18.432px;
    top: 18.432px;
    width: 18.432px;
    height: 18.432px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 441px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 16.464px 18.816px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 19.992px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 23.52px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 23.52px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 30.576px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 21.168px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 21.168px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 11.76px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 23.52px;
    font-size: 16.464px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 18.816px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 18.816px;
    top: 18.816px;
    width: 18.816px;
    height: 18.816px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 458px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 17.09867px 19.54133px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 20.76267px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 24.42667px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 24.42667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 31.75467px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 21.984px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 21.984px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 12.21333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 24.42667px;
    font-size: 17.09867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 19.54133px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 19.54133px;
    top: 19.54133px;
    width: 19.54133px;
    height: 19.54133px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 493px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 18.40533px 21.03467px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 22.34933px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 26.29333px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 26.29333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 34.18133px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 23.664px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 23.664px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 13.14667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 26.29333px;
    font-size: 18.40533px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 21.03467px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 21.03467px;
    top: 21.03467px;
    width: 21.03467px;
    height: 21.03467px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 518px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 19.33867px 22.10133px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 23.48267px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 27.62667px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 27.62667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 35.91467px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 24.864px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 24.864px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 13.81333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 27.62667px;
    font-size: 19.33867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 22.10133px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 22.10133px;
    top: 22.10133px;
    width: 22.10133px;
    height: 22.10133px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 540px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 20.16px 23.04px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 24.48px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 28.8px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 28.8px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 37.44px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 25.92px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 25.92px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 14.4px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 28.8px;
    font-size: 20.16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 23.04px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 23.04px;
    top: 23.04px;
    width: 23.04px;
    height: 23.04px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 565px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 21.09333px 24.10667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 25.61333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 30.13333px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 30.13333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 39.17333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 27.12px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 27.12px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 15.06667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 30.13333px;
    font-size: 21.09333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 24.10667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 24.10667px;
    top: 24.10667px;
    width: 24.10667px;
    height: 24.10667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 28.672px 32.768px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 34.816px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 40.96px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 40.96px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 53.248px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 36.864px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 36.864px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 20.48px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 40.96px;
    font-size: 28.672px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 32.768px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 32.768px;
    top: 32.768px;
    width: 32.768px;
    height: 32.768px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 800px) and (max-width: 800px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1 !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0 !important;
      -webkit-transform: translateZ(100%);
      transform: translateZ(100%);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1 !important;
  }
  .animate__fadeoutDown {
    -webkit-animation-name: fadefadeOutDownInUp;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0 !important;
  }
  #motherDaysVotePopup .mother-days-masker,
  #motherDaysRulesPopup .mother-days-masker,
  #newAppPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #motherDaysVotePopup .mother-day-popup-content,
  #motherDaysRulesPopup .mother-day-popup-content,
  #newAppPopup .mother-day-popup-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 60vh;
    bottom: 0;
    background-color: white;
    box-sizing: border-box;
    padding: 29.86667px 34.13333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .scorll-content,
  #motherDaysRulesPopup .mother-day-popup-content .scorll-content,
  #newAppPopup .mother-day-popup-content .scorll-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #motherDaysVotePopup .mother-day-popup-content .content-title,
  #motherDaysRulesPopup .mother-day-popup-content .content-title,
  #newAppPopup .mother-day-popup-content .content-title {
    flex-shrink: 0;
    font-size: 36.26667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 42.66667px;
    text-align: center;
    background-color: white;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details,
  #newAppPopup .mother-day-popup-content .rule-details {
    margin-top: 42.66667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details.first,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details.first,
  #newAppPopup .mother-day-popup-content .rule-details.first {
    margin-top: 55.46667px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .title,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .title,
  #newAppPopup .mother-day-popup-content .rule-details .title {
    font-size: 38.4px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 38.4px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content {
    margin-top: 21.33333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line {
    margin-top: 42.66667px;
    font-size: 29.86667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 34.13333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #motherDaysRulesPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child,
  #newAppPopup .mother-day-popup-content .rule-details .detail-content .text-line:first-child {
    margin-top: 0;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon,
  #newAppPopup .mother-day-popup-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 34.13333px;
    top: 34.13333px;
    width: 34.13333px;
    height: 34.13333px;
  }
  #motherDaysVotePopup .mother-day-popup-content .close-icon img,
  #motherDaysRulesPopup .mother-day-popup-content .close-icon img,
  #newAppPopup .mother-day-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 800px) {
  .new-user-gift-tips {
    margin-top: 12px;
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .new-user-gift-tips img {
    display: block;
    width: 18px;
    height: 16.2px;
    margin-right: 12px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-cart-text {
    margin-top: 5px;
    text-align: center;
    font-size: 6.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 7.5px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 8.33333px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 10px;
    display: block;
    width: 18px;
    height: 17px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media (min-width: 960px) {
  .new-user-gift-tips {
    margin-top: 12px;
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .new-user-gift-tips img {
    display: block;
    width: 18px;
    height: 16.2px;
    margin-right: 12px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-cart-text {
    margin-top: 6px;
    text-align: center;
    font-size: 8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 9px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 10px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 10px;
    display: block;
    width: 18px;
    height: 17px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media (min-width: 1024px) {
  .new-user-gift-tips {
    margin-top: 12px;
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .new-user-gift-tips img {
    display: block;
    width: 18px;
    height: 16.2px;
    margin-right: 12px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-cart-text {
    margin-top: 6.4px;
    text-align: center;
    font-size: 8.53333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 9.6px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 10.66667px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 10px;
    display: block;
    width: 18px;
    height: 17px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media (min-width: 1280px) {
  .new-user-gift-tips {
    margin-top: 12px;
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .new-user-gift-tips img {
    display: block;
    width: 18px;
    height: 16.2px;
    margin-right: 12px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-cart-text {
    margin-top: 8px;
    text-align: center;
    font-size: 10.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 12px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 13.33333px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 10px;
    display: block;
    width: 18px;
    height: 17px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media (min-width: 1360px) {
  .new-user-gift-tips {
    margin-top: 12px;
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .new-user-gift-tips img {
    display: block;
    width: 18px;
    height: 16.2px;
    margin-right: 12px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-cart-text {
    margin-top: 8.5px;
    text-align: center;
    font-size: 11.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 12.75px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 14.16667px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 10px;
    display: block;
    width: 18px;
    height: 17px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media (min-width: 1440px) {
  .new-user-gift-tips {
    margin-top: 12px;
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .new-user-gift-tips img {
    display: block;
    width: 18px;
    height: 16.2px;
    margin-right: 12px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-cart-text {
    margin-top: 9px;
    text-align: center;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 13.5px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 15px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 10px;
    display: block;
    width: 18px;
    height: 17px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media (min-width: 1680px) {
  .new-user-gift-tips {
    margin-top: 12px;
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .new-user-gift-tips img {
    display: block;
    width: 18px;
    height: 16.2px;
    margin-right: 12px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-cart-text {
    margin-top: 10.5px;
    text-align: center;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 15.75px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 17.5px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 10px;
    display: block;
    width: 18px;
    height: 17px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media (min-width: 1920px) {
  .new-user-gift-tips {
    margin-top: 12px;
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .new-user-gift-tips img {
    display: block;
    width: 18px;
    height: 16.2px;
    margin-right: 12px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-cart-text {
    margin-top: 12px;
    text-align: center;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 18px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 20px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 10px;
    display: block;
    width: 18px;
    height: 17px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media (min-width: 2048px) {
  .new-user-gift-tips {
    margin-top: 12px;
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .new-user-gift-tips img {
    display: block;
    width: 18px;
    height: 16.2px;
    margin-right: 12px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-cart-text {
    margin-top: 12.8px;
    text-align: center;
    font-size: 17.06667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 19.2px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 21.33333px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 10px;
    display: block;
    width: 18px;
    height: 17px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media (min-width: 2545px) {
  .new-user-gift-tips {
    margin-top: 12px;
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .new-user-gift-tips img {
    display: block;
    width: 18px;
    height: 16.2px;
    margin-right: 12px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-cart-text {
    margin-top: 15.90625px;
    text-align: center;
    font-size: 21.20833px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 23.85938px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 26.51042px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 10px;
    display: block;
    width: 18px;
    height: 17px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media (min-width: 2560px) {
  .new-user-gift-tips {
    margin-top: 12px;
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .new-user-gift-tips img {
    display: block;
    width: 18px;
    height: 16.2px;
    margin-right: 12px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-cart-text {
    margin-top: 16px;
    text-align: center;
    font-size: 21.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 24px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 26.66667px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 10px;
    display: block;
    width: 18px;
    height: 17px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media (min-width: 3840px) {
  .new-user-gift-tips {
    margin-top: 12px;
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .new-user-gift-tips img {
    display: block;
    width: 18px;
    height: 16.2px;
    margin-right: 12px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-cart-text {
    margin-top: 24px;
    text-align: center;
    font-size: 32px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 36px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 40px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 10px;
    display: block;
    width: 18px;
    height: 17px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 218px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 4.65067px 5.81333px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 8.72px;
    height: 23.83467px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 10.464px;
    height: 9.4176px;
    margin-right: 6.976px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 8.13867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34.88px;
    height: 15.11467px;
    margin-left: 26.16px;
    font-size: 8.13867px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 6.976px;
    text-align: center;
    font-size: 8.13867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 10.464px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 11.62667px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 5.81333px;
    display: block;
    width: 11.62667px;
    height: 10.464px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 9.30133px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 6.82667px 8.53333px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 12.8px;
    height: 34.98667px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 15.36px;
    height: 13.824px;
    margin-right: 10.24px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 11.94667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51.2px;
    height: 22.18667px;
    margin-left: 38.4px;
    font-size: 11.94667px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 10.24px;
    text-align: center;
    font-size: 11.94667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 15.36px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 17.06667px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 8.53333px;
    display: block;
    width: 17.06667px;
    height: 15.36px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 13.65333px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 326px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 6.95467px 8.69333px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 13.04px;
    height: 35.64267px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 15.648px;
    height: 14.0832px;
    margin-right: 10.432px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 12.17067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52.16px;
    height: 22.60267px;
    margin-left: 39.12px;
    font-size: 12.17067px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 10.432px;
    text-align: center;
    font-size: 12.17067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 15.648px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 17.38667px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 8.69333px;
    display: block;
    width: 17.38667px;
    height: 15.648px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 13.90933px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 375px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 8px 10px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 15px;
    height: 41px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 18px;
    height: 16.2px;
    margin-right: 12px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 26px;
    margin-left: 45px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 18px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 20px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 10px;
    display: block;
    width: 20px;
    height: 18px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 386px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 8.23467px 10.29333px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 15.44px;
    height: 42.20267px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 18.528px;
    height: 16.6752px;
    margin-right: 12.352px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 14.41067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61.76px;
    height: 26.76267px;
    margin-left: 46.32px;
    font-size: 14.41067px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 12.352px;
    text-align: center;
    font-size: 14.41067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 18.528px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 20.58667px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 10.29333px;
    display: block;
    width: 20.58667px;
    height: 18.528px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 16.46933px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 390px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 8.32px 10.4px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 15.6px;
    height: 42.64px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 18.72px;
    height: 16.848px;
    margin-right: 12.48px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 14.56px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62.4px;
    height: 27.04px;
    margin-left: 46.8px;
    font-size: 14.56px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 12.48px;
    text-align: center;
    font-size: 14.56px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 18.72px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 20.8px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 10.4px;
    display: block;
    width: 20.8px;
    height: 18.72px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 16.64px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 414px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 8.832px 11.04px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 16.56px;
    height: 45.264px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 19.872px;
    height: 17.8848px;
    margin-right: 13.248px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 15.456px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66.24px;
    height: 28.704px;
    margin-left: 49.68px;
    font-size: 15.456px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 13.248px;
    text-align: center;
    font-size: 15.456px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 19.872px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 22.08px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 11.04px;
    display: block;
    width: 22.08px;
    height: 19.872px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 17.664px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 424px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 9.04533px 11.30667px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 16.96px;
    height: 46.35733px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 20.352px;
    height: 18.3168px;
    margin-right: 13.568px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 15.82933px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67.84px;
    height: 29.39733px;
    margin-left: 50.88px;
    font-size: 15.82933px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 13.568px;
    text-align: center;
    font-size: 15.82933px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 20.352px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 22.61333px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 11.30667px;
    display: block;
    width: 22.61333px;
    height: 20.352px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 18.09067px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 428px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 9.13067px 11.41333px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 17.12px;
    height: 46.79467px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 20.544px;
    height: 18.4896px;
    margin-right: 13.696px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 15.97867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68.48px;
    height: 29.67467px;
    margin-left: 51.36px;
    font-size: 15.97867px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 13.696px;
    text-align: center;
    font-size: 15.97867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 20.544px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 22.82667px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 11.41333px;
    display: block;
    width: 22.82667px;
    height: 20.544px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 18.26133px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 432px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 9.216px 11.52px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 17.28px;
    height: 47.232px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 20.736px;
    height: 18.6624px;
    margin-right: 13.824px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 16.128px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 69.12px;
    height: 29.952px;
    margin-left: 51.84px;
    font-size: 16.128px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 13.824px;
    text-align: center;
    font-size: 16.128px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 20.736px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 23.04px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 11.52px;
    display: block;
    width: 23.04px;
    height: 20.736px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 18.432px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 441px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 9.408px 11.76px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 17.64px;
    height: 48.216px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 21.168px;
    height: 19.0512px;
    margin-right: 14.112px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 16.464px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70.56px;
    height: 30.576px;
    margin-left: 52.92px;
    font-size: 16.464px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 14.112px;
    text-align: center;
    font-size: 16.464px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 21.168px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 23.52px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 11.76px;
    display: block;
    width: 23.52px;
    height: 21.168px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 18.816px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 458px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 9.77067px 12.21333px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 18.32px;
    height: 50.07467px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 21.984px;
    height: 19.7856px;
    margin-right: 14.656px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 17.09867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73.28px;
    height: 31.75467px;
    margin-left: 54.96px;
    font-size: 17.09867px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 14.656px;
    text-align: center;
    font-size: 17.09867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 21.984px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 24.42667px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 12.21333px;
    display: block;
    width: 24.42667px;
    height: 21.984px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 19.54133px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 493px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 10.51733px 13.14667px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 19.72px;
    height: 53.90133px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 23.664px;
    height: 21.2976px;
    margin-right: 15.776px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 18.40533px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78.88px;
    height: 34.18133px;
    margin-left: 59.16px;
    font-size: 18.40533px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 15.776px;
    text-align: center;
    font-size: 18.40533px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 23.664px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 26.29333px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 13.14667px;
    display: block;
    width: 26.29333px;
    height: 23.664px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 21.03467px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 518px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 11.05067px 13.81333px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 20.72px;
    height: 56.63467px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 24.864px;
    height: 22.3776px;
    margin-right: 16.576px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 19.33867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82.88px;
    height: 35.91467px;
    margin-left: 62.16px;
    font-size: 19.33867px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 16.576px;
    text-align: center;
    font-size: 19.33867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 24.864px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 27.62667px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 13.81333px;
    display: block;
    width: 27.62667px;
    height: 24.864px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 22.10133px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 540px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 11.52px 14.4px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 21.6px;
    height: 59.04px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 25.92px;
    height: 23.328px;
    margin-right: 17.28px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 20.16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86.4px;
    height: 37.44px;
    margin-left: 64.8px;
    font-size: 20.16px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 17.28px;
    text-align: center;
    font-size: 20.16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 25.92px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 28.8px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 14.4px;
    display: block;
    width: 28.8px;
    height: 25.92px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 23.04px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 565px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 12.05333px 15.06667px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 22.6px;
    height: 61.77333px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 27.12px;
    height: 24.408px;
    margin-right: 18.08px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 21.09333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90.4px;
    height: 39.17333px;
    margin-left: 67.8px;
    font-size: 21.09333px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 18.08px;
    text-align: center;
    font-size: 21.09333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 27.12px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 30.13333px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 15.06667px;
    display: block;
    width: 30.13333px;
    height: 27.12px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 24.10667px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 16.384px 20.48px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 30.72px;
    height: 83.968px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 36.864px;
    height: 33.1776px;
    margin-right: 24.576px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 28.672px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122.88px;
    height: 53.248px;
    margin-left: 92.16px;
    font-size: 28.672px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 24.576px;
    text-align: center;
    font-size: 28.672px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 36.864px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 40.96px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 20.48px;
    display: block;
    width: 40.96px;
    height: 36.864px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 32.768px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}

@media only screen and (min-width: 800px) and (max-width: 800px) {
  .new-user-gift-tips {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 17.06667px 21.33333px;
    background-color: rgba(147, 0, 49, 0.04);
    margin-top: 32px;
    height: 87.46667px;
  }
  .new-user-gift-tips img {
    display: block;
    width: 38.4px;
    height: 34.56px;
    margin-right: 25.6px;
  }
  .new-user-gift-tips span {
    display: block;
    font-size: 29.86667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
    cursor: pointer;
  }
  .new-user-gift-tips span.get-it {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 55.46667px;
    margin-left: 96px;
    font-size: 29.86667px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 15px;
    background: #C40041;
  }
  .new-user-cart-text {
    margin-top: 25.6px;
    text-align: center;
    font-size: 29.86667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 38.4px;
  }
  .customer-account-create .page-title-wrapper .page-title {
    margin-bottom: 42.66667px;
  }
  .create-account-page-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }
  .create-account-page-tips img {
    margin-right: 21.33333px;
    display: block;
    width: 42.66667px;
    height: 38.4px;
  }
  .create-account-page-tips span {
    display: block;
    font-size: 34.13333px;
    font-weight: 400;
    color: #C40041;
    font-family: Gilroy-Regular, Gilroy;
  }
}
.error-text {
  margin-bottom: 0;
}

p.input-title {
  margin-bottom: 0;
}

.showMessage {
  width: fit-content !important;
  padding-right: 10px;
  z-index: 12347;
}

[v-cloak] {
  display: none !important;
}

img.rotateImages {
  -webkit-animation: myRotate 2s linear infinite;
  animation: myRotate 2s linear infinite;
}

@-webkit-keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

[v-cloak] {
  display: none;
}

@media (min-width: 800px) {
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 375px;
    height: 191.66667px;
  }
  .new-user-popup-masker .new-user-popup-content {
    display: flex;
    flex-direction: row;
    background-color: white;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .m {
    display: none !important;
  }
  .new-user-popup-masker .new-user-popup-content > div,
  .new-user-popup-masker .new-user-popup-content > p {
    text-align: center;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img,
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    flex: 1;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    position: relative;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more {
    text-align: center;
    margin-top: 27.91667px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more.error-style {
    margin-top: 2.08333px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 6.25px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon {
    cursor: pointer;
    position: absolute;
    right: 4.16667px;
    top: 4.16667px;
    width: 6.66667px;
    height: 6.66667px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title {
    margin-top: 31.25px;
    font-size: 8.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 8.33333px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title.success {
    margin-top: 6.25px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 9.16667px;
    font-size: 6.66667px;
    width: fit-content;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 8.33333px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description img {
    margin-right: 4.16667px;
    width: 8.33333px;
    height: 7.5px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description.success {
    margin-top: 10.41667px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button {
    margin: 0 auto;
    margin-top: 6.25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 145.83333px;
    height: 18.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-size: 7.5px;
    background: #C40041;
    cursor: pointer;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button .rolate-icon {
    width: 7.5px;
    height: 7.5px;
    opacity: 0.8;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button.success {
    margin-top: 12.5px;
    background: #222;
    color: white;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-tips-small {
    text-align: left;
    padding-left: 20.83333px;
    margin-top: 5px;
    font-size: 5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 6.25px;
    word-wrap: break-word;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-top {
    margin: 0 auto;
    width: 48.33333px;
    height: 48.33333px;
    margin-top: 23.75px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .coupon-expires {
    margin-top: 10.41667px;
    font-size: 5.83333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 7.5px;
  }
  .new-user-popup-masker .error-text {
    left: 0;
    width: 145.83333px;
    margin-top: 2.08333px;
    font-size: 5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 6.25px;
  }
  .new-user-popup-masker .error-text a {
    color: #930031;
  }
  .new-user-popup-masker .input-box {
    margin: 0 auto;
    margin-top: 20.83333px;
    width: 145.83333px;
    text-align: left;
  }
  .new-user-popup-masker .input-box .input-title {
    font-size: 5.83333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 6.66667px;
  }
  .new-user-popup-masker .input-box .input-title span {
    color: #930031;
    vertical-align: top;
  }
  .new-user-popup-masker .input-box .input-content {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 3.33333px;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    height: 15.83333px;
  }
  .new-user-popup-masker .input-box .input-content .clear-icon {
    cursor: pointer;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 6.25px;
    height: 6.25px;
    right: 4.16667px;
    top: 50%;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .new-user-popup-masker .input-box .input-content input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 6.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 7.91667px;
  }
  .new-user-popup-masker .input-box .input-content input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 5.41667px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 6.66667px !important;
  }
  .new-user-popup-masker .input-box .input-content.focus {
    border: 1px solid #333;
  }
}

@media (min-width: 960px) {
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 230px;
  }
  .new-user-popup-masker .new-user-popup-content {
    display: flex;
    flex-direction: row;
    background-color: white;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .m {
    display: none !important;
  }
  .new-user-popup-masker .new-user-popup-content > div,
  .new-user-popup-masker .new-user-popup-content > p {
    text-align: center;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img,
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    flex: 1;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    position: relative;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more {
    text-align: center;
    margin-top: 33.5px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more.error-style {
    margin-top: 2.5px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 7.5px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title {
    margin-top: 37.5px;
    font-size: 10px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 10px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title.success {
    margin-top: 7.5px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 11px;
    font-size: 8px;
    width: fit-content;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 10px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description img {
    margin-right: 5px;
    width: 10px;
    height: 9px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description.success {
    margin-top: 12.5px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button {
    margin: 0 auto;
    margin-top: 7.5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 22px;
    font-family: Gilroy-Regular, Gilroy;
    font-size: 9px;
    background: #C40041;
    cursor: pointer;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button .rolate-icon {
    width: 9px;
    height: 9px;
    opacity: 0.8;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button.success {
    margin-top: 15px;
    background: #222;
    color: white;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-tips-small {
    text-align: left;
    padding-left: 25px;
    margin-top: 6px;
    font-size: 6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 7.5px;
    word-wrap: break-word;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-top {
    margin: 0 auto;
    width: 58px;
    height: 58px;
    margin-top: 28.5px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .coupon-expires {
    margin-top: 12.5px;
    font-size: 7px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 9px;
  }
  .new-user-popup-masker .error-text {
    left: 0;
    width: 175px;
    margin-top: 2.5px;
    font-size: 6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 7.5px;
  }
  .new-user-popup-masker .error-text a {
    color: #930031;
  }
  .new-user-popup-masker .input-box {
    margin: 0 auto;
    margin-top: 25px;
    width: 175px;
    text-align: left;
  }
  .new-user-popup-masker .input-box .input-title {
    font-size: 7px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 8px;
  }
  .new-user-popup-masker .input-box .input-title span {
    color: #930031;
    vertical-align: top;
  }
  .new-user-popup-masker .input-box .input-content {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 4px;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    height: 19px;
  }
  .new-user-popup-masker .input-box .input-content .clear-icon {
    cursor: pointer;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 7.5px;
    height: 7.5px;
    right: 5px;
    top: 50%;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .new-user-popup-masker .input-box .input-content input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 9.5px;
  }
  .new-user-popup-masker .input-box .input-content input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 6.5px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 8px !important;
  }
  .new-user-popup-masker .input-box .input-content.focus {
    border: 1px solid #333;
  }
}

@media (min-width: 1024px) {
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    height: 245.33333px;
  }
  .new-user-popup-masker .new-user-popup-content {
    display: flex;
    flex-direction: row;
    background-color: white;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .m {
    display: none !important;
  }
  .new-user-popup-masker .new-user-popup-content > div,
  .new-user-popup-masker .new-user-popup-content > p {
    text-align: center;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img,
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    flex: 1;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    position: relative;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more {
    text-align: center;
    margin-top: 35.73333px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more.error-style {
    margin-top: 2.66667px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 6.4px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 8px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon {
    cursor: pointer;
    position: absolute;
    right: 5.33333px;
    top: 5.33333px;
    width: 8.53333px;
    height: 8.53333px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title {
    margin-top: 40px;
    font-size: 10.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 10.66667px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title.success {
    margin-top: 8px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 11.73333px;
    font-size: 8.53333px;
    width: fit-content;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 10.66667px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description img {
    margin-right: 5.33333px;
    width: 10.66667px;
    height: 9.6px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description.success {
    margin-top: 13.33333px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button {
    margin: 0 auto;
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 186.66667px;
    height: 23.46667px;
    font-family: Gilroy-Regular, Gilroy;
    font-size: 9.6px;
    background: #C40041;
    cursor: pointer;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button .rolate-icon {
    width: 9.6px;
    height: 9.6px;
    opacity: 0.8;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button.success {
    margin-top: 16px;
    background: #222;
    color: white;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-tips-small {
    text-align: left;
    padding-left: 26.66667px;
    margin-top: 6.4px;
    font-size: 6.4px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 8px;
    word-wrap: break-word;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-top {
    margin: 0 auto;
    width: 61.86667px;
    height: 61.86667px;
    margin-top: 30.4px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .coupon-expires {
    margin-top: 13.33333px;
    font-size: 7.46667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 9.6px;
  }
  .new-user-popup-masker .error-text {
    left: 0;
    width: 186.66667px;
    margin-top: 2.66667px;
    font-size: 6.4px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 8px;
  }
  .new-user-popup-masker .error-text a {
    color: #930031;
  }
  .new-user-popup-masker .input-box {
    margin: 0 auto;
    margin-top: 26.66667px;
    width: 186.66667px;
    text-align: left;
  }
  .new-user-popup-masker .input-box .input-title {
    font-size: 7.46667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 8.53333px;
  }
  .new-user-popup-masker .input-box .input-title span {
    color: #930031;
    vertical-align: top;
  }
  .new-user-popup-masker .input-box .input-content {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 4.26667px;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    height: 20.26667px;
  }
  .new-user-popup-masker .input-box .input-content .clear-icon {
    cursor: pointer;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 8px;
    height: 8px;
    right: 5.33333px;
    top: 50%;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .new-user-popup-masker .input-box .input-content input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 8.53333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 10.13333px;
  }
  .new-user-popup-masker .input-box .input-content input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 6.93333px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 8.53333px !important;
  }
  .new-user-popup-masker .input-box .input-content.focus {
    border: 1px solid #333;
  }
}

@media (min-width: 1280px) {
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 306.66667px;
  }
  .new-user-popup-masker .new-user-popup-content {
    display: flex;
    flex-direction: row;
    background-color: white;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .m {
    display: none !important;
  }
  .new-user-popup-masker .new-user-popup-content > div,
  .new-user-popup-masker .new-user-popup-content > p {
    text-align: center;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img,
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    flex: 1;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    position: relative;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more {
    text-align: center;
    margin-top: 44.66667px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more.error-style {
    margin-top: 3.33333px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 10px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon {
    cursor: pointer;
    position: absolute;
    right: 6.66667px;
    top: 6.66667px;
    width: 10.66667px;
    height: 10.66667px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title {
    margin-top: 50px;
    font-size: 13.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 13.33333px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title.success {
    margin-top: 10px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 14.66667px;
    font-size: 10.66667px;
    width: fit-content;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 13.33333px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description img {
    margin-right: 6.66667px;
    width: 13.33333px;
    height: 12px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description.success {
    margin-top: 16.66667px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button {
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 233.33333px;
    height: 29.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-size: 12px;
    background: #C40041;
    cursor: pointer;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button .rolate-icon {
    width: 12px;
    height: 12px;
    opacity: 0.8;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button.success {
    margin-top: 20px;
    background: #222;
    color: white;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-tips-small {
    text-align: left;
    padding-left: 33.33333px;
    margin-top: 8px;
    font-size: 8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 10px;
    word-wrap: break-word;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-top {
    margin: 0 auto;
    width: 77.33333px;
    height: 77.33333px;
    margin-top: 38px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .coupon-expires {
    margin-top: 16.66667px;
    font-size: 9.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 12px;
  }
  .new-user-popup-masker .error-text {
    left: 0;
    width: 233.33333px;
    margin-top: 3.33333px;
    font-size: 8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 10px;
  }
  .new-user-popup-masker .error-text a {
    color: #930031;
  }
  .new-user-popup-masker .input-box {
    margin: 0 auto;
    margin-top: 33.33333px;
    width: 233.33333px;
    text-align: left;
  }
  .new-user-popup-masker .input-box .input-title {
    font-size: 9.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 10.66667px;
  }
  .new-user-popup-masker .input-box .input-title span {
    color: #930031;
    vertical-align: top;
  }
  .new-user-popup-masker .input-box .input-content {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 5.33333px;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    height: 25.33333px;
  }
  .new-user-popup-masker .input-box .input-content .clear-icon {
    cursor: pointer;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 10px;
    right: 6.66667px;
    top: 50%;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .new-user-popup-masker .input-box .input-content input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 10.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 12.66667px;
  }
  .new-user-popup-masker .input-box .input-content input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 8.66667px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 10.66667px !important;
  }
  .new-user-popup-masker .input-box .input-content.focus {
    border: 1px solid #333;
  }
}

@media (min-width: 1360px) {
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 637.5px;
    height: 325.83333px;
  }
  .new-user-popup-masker .new-user-popup-content {
    display: flex;
    flex-direction: row;
    background-color: white;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .m {
    display: none !important;
  }
  .new-user-popup-masker .new-user-popup-content > div,
  .new-user-popup-masker .new-user-popup-content > p {
    text-align: center;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img,
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    flex: 1;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    position: relative;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more {
    text-align: center;
    margin-top: 47.45833px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more.error-style {
    margin-top: 3.54167px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 8.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 10.625px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon {
    cursor: pointer;
    position: absolute;
    right: 7.08333px;
    top: 7.08333px;
    width: 11.33333px;
    height: 11.33333px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title {
    margin-top: 53.125px;
    font-size: 14.16667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 14.16667px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title.success {
    margin-top: 10.625px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 15.58333px;
    font-size: 11.33333px;
    width: fit-content;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 14.16667px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description img {
    margin-right: 7.08333px;
    width: 14.16667px;
    height: 12.75px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description.success {
    margin-top: 17.70833px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button {
    margin: 0 auto;
    margin-top: 10.625px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 247.91667px;
    height: 31.16667px;
    font-family: Gilroy-Regular, Gilroy;
    font-size: 12.75px;
    background: #C40041;
    cursor: pointer;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button .rolate-icon {
    width: 12.75px;
    height: 12.75px;
    opacity: 0.8;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button.success {
    margin-top: 21.25px;
    background: #222;
    color: white;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-tips-small {
    text-align: left;
    padding-left: 35.41667px;
    margin-top: 8.5px;
    font-size: 8.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 10.625px;
    word-wrap: break-word;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-top {
    margin: 0 auto;
    width: 82.16667px;
    height: 82.16667px;
    margin-top: 40.375px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .coupon-expires {
    margin-top: 17.70833px;
    font-size: 9.91667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 12.75px;
  }
  .new-user-popup-masker .error-text {
    left: 0;
    width: 247.91667px;
    margin-top: 3.54167px;
    font-size: 8.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 10.625px;
  }
  .new-user-popup-masker .error-text a {
    color: #930031;
  }
  .new-user-popup-masker .input-box {
    margin: 0 auto;
    margin-top: 35.41667px;
    width: 247.91667px;
    text-align: left;
  }
  .new-user-popup-masker .input-box .input-title {
    font-size: 9.91667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 11.33333px;
  }
  .new-user-popup-masker .input-box .input-title span {
    color: #930031;
    vertical-align: top;
  }
  .new-user-popup-masker .input-box .input-content {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 5.66667px;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    height: 26.91667px;
  }
  .new-user-popup-masker .input-box .input-content .clear-icon {
    cursor: pointer;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 10.625px;
    height: 10.625px;
    right: 7.08333px;
    top: 50%;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .new-user-popup-masker .input-box .input-content input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 11.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 13.45833px;
  }
  .new-user-popup-masker .input-box .input-content input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 9.20833px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 11.33333px !important;
  }
  .new-user-popup-masker .input-box .input-content.focus {
    border: 1px solid #333;
  }
}

@media (min-width: 1440px) {
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 675px;
    height: 345px;
  }
  .new-user-popup-masker .new-user-popup-content {
    display: flex;
    flex-direction: row;
    background-color: white;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .m {
    display: none !important;
  }
  .new-user-popup-masker .new-user-popup-content > div,
  .new-user-popup-masker .new-user-popup-content > p {
    text-align: center;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img,
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    flex: 1;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    position: relative;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more {
    text-align: center;
    margin-top: 50.25px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more.error-style {
    margin-top: 3.75px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 9px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 11.25px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon {
    cursor: pointer;
    position: absolute;
    right: 7.5px;
    top: 7.5px;
    width: 12px;
    height: 12px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title {
    margin-top: 56.25px;
    font-size: 15px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 15px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title.success {
    margin-top: 11.25px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 16.5px;
    font-size: 12px;
    width: fit-content;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 15px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description img {
    margin-right: 7.5px;
    width: 15px;
    height: 13.5px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description.success {
    margin-top: 18.75px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button {
    margin: 0 auto;
    margin-top: 11.25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 262.5px;
    height: 33px;
    font-family: Gilroy-Regular, Gilroy;
    font-size: 13.5px;
    background: #C40041;
    cursor: pointer;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button .rolate-icon {
    width: 13.5px;
    height: 13.5px;
    opacity: 0.8;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button.success {
    margin-top: 22.5px;
    background: #222;
    color: white;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-tips-small {
    text-align: left;
    padding-left: 37.5px;
    margin-top: 9px;
    font-size: 9px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 11.25px;
    word-wrap: break-word;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-top {
    margin: 0 auto;
    width: 87px;
    height: 87px;
    margin-top: 42.75px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .coupon-expires {
    margin-top: 18.75px;
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 13.5px;
  }
  .new-user-popup-masker .error-text {
    left: 0;
    width: 262.5px;
    margin-top: 3.75px;
    font-size: 9px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 11.25px;
  }
  .new-user-popup-masker .error-text a {
    color: #930031;
  }
  .new-user-popup-masker .input-box {
    margin: 0 auto;
    margin-top: 37.5px;
    width: 262.5px;
    text-align: left;
  }
  .new-user-popup-masker .input-box .input-title {
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 12px;
  }
  .new-user-popup-masker .input-box .input-title span {
    color: #930031;
    vertical-align: top;
  }
  .new-user-popup-masker .input-box .input-content {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 6px;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    height: 28.5px;
  }
  .new-user-popup-masker .input-box .input-content .clear-icon {
    cursor: pointer;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 11.25px;
    height: 11.25px;
    right: 7.5px;
    top: 50%;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .new-user-popup-masker .input-box .input-content input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 14.25px;
  }
  .new-user-popup-masker .input-box .input-content input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 9.75px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 12px !important;
  }
  .new-user-popup-masker .input-box .input-content.focus {
    border: 1px solid #333;
  }
}

@media (min-width: 1680px) {
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 787.5px;
    height: 402.5px;
  }
  .new-user-popup-masker .new-user-popup-content {
    display: flex;
    flex-direction: row;
    background-color: white;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .m {
    display: none !important;
  }
  .new-user-popup-masker .new-user-popup-content > div,
  .new-user-popup-masker .new-user-popup-content > p {
    text-align: center;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img,
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    flex: 1;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    position: relative;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more {
    text-align: center;
    margin-top: 58.625px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more.error-style {
    margin-top: 4.375px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 13.125px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon {
    cursor: pointer;
    position: absolute;
    right: 8.75px;
    top: 8.75px;
    width: 14px;
    height: 14px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title {
    margin-top: 65.625px;
    font-size: 17.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 17.5px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title.success {
    margin-top: 13.125px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 19.25px;
    font-size: 14px;
    width: fit-content;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 17.5px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description img {
    margin-right: 8.75px;
    width: 17.5px;
    height: 15.75px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description.success {
    margin-top: 21.875px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button {
    margin: 0 auto;
    margin-top: 13.125px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 306.25px;
    height: 38.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-size: 15.75px;
    background: #C40041;
    cursor: pointer;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button .rolate-icon {
    width: 15.75px;
    height: 15.75px;
    opacity: 0.8;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button.success {
    margin-top: 26.25px;
    background: #222;
    color: white;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-tips-small {
    text-align: left;
    padding-left: 43.75px;
    margin-top: 10.5px;
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 13.125px;
    word-wrap: break-word;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-top {
    margin: 0 auto;
    width: 101.5px;
    height: 101.5px;
    margin-top: 49.875px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .coupon-expires {
    margin-top: 21.875px;
    font-size: 12.25px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 15.75px;
  }
  .new-user-popup-masker .error-text {
    left: 0;
    width: 306.25px;
    margin-top: 4.375px;
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 13.125px;
  }
  .new-user-popup-masker .error-text a {
    color: #930031;
  }
  .new-user-popup-masker .input-box {
    margin: 0 auto;
    margin-top: 43.75px;
    width: 306.25px;
    text-align: left;
  }
  .new-user-popup-masker .input-box .input-title {
    font-size: 12.25px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
  }
  .new-user-popup-masker .input-box .input-title span {
    color: #930031;
    vertical-align: top;
  }
  .new-user-popup-masker .input-box .input-content {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 7px;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    height: 33.25px;
  }
  .new-user-popup-masker .input-box .input-content .clear-icon {
    cursor: pointer;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 13.125px;
    height: 13.125px;
    right: 8.75px;
    top: 50%;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .new-user-popup-masker .input-box .input-content input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 16.625px;
  }
  .new-user-popup-masker .input-box .input-content input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 11.375px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 14px !important;
  }
  .new-user-popup-masker .input-box .input-content.focus {
    border: 1px solid #333;
  }
}

@media (min-width: 1920px) {
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 460px;
  }
  .new-user-popup-masker .new-user-popup-content {
    display: flex;
    flex-direction: row;
    background-color: white;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .m {
    display: none !important;
  }
  .new-user-popup-masker .new-user-popup-content > div,
  .new-user-popup-masker .new-user-popup-content > p {
    text-align: center;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img,
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    flex: 1;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    position: relative;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more {
    text-align: center;
    margin-top: 67px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more.error-style {
    margin-top: 5px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 15px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title {
    margin-top: 75px;
    font-size: 20px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 20px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title.success {
    margin-top: 15px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 22px;
    font-size: 16px;
    width: fit-content;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 20px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description img {
    margin-right: 10px;
    width: 20px;
    height: 18px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description.success {
    margin-top: 25px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button {
    margin: 0 auto;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 44px;
    font-family: Gilroy-Regular, Gilroy;
    font-size: 18px;
    background: #C40041;
    cursor: pointer;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button .rolate-icon {
    width: 18px;
    height: 18px;
    opacity: 0.8;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button.success {
    margin-top: 30px;
    background: #222;
    color: white;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-tips-small {
    text-align: left;
    padding-left: 50px;
    margin-top: 12px;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 15px;
    word-wrap: break-word;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-top {
    margin: 0 auto;
    width: 116px;
    height: 116px;
    margin-top: 57px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .coupon-expires {
    margin-top: 25px;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 18px;
  }
  .new-user-popup-masker .error-text {
    left: 0;
    width: 350px;
    margin-top: 5px;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 15px;
  }
  .new-user-popup-masker .error-text a {
    color: #930031;
  }
  .new-user-popup-masker .input-box {
    margin: 0 auto;
    margin-top: 50px;
    width: 350px;
    text-align: left;
  }
  .new-user-popup-masker .input-box .input-title {
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
  }
  .new-user-popup-masker .input-box .input-title span {
    color: #930031;
    vertical-align: top;
  }
  .new-user-popup-masker .input-box .input-content {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    height: 38px;
  }
  .new-user-popup-masker .input-box .input-content .clear-icon {
    cursor: pointer;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 50%;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .new-user-popup-masker .input-box .input-content input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
  }
  .new-user-popup-masker .input-box .input-content input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 13px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 16px !important;
  }
  .new-user-popup-masker .input-box .input-content.focus {
    border: 1px solid #333;
  }
}

@media (min-width: 2048px) {
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 960px;
    height: 490.66667px;
  }
  .new-user-popup-masker .new-user-popup-content {
    display: flex;
    flex-direction: row;
    background-color: white;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .m {
    display: none !important;
  }
  .new-user-popup-masker .new-user-popup-content > div,
  .new-user-popup-masker .new-user-popup-content > p {
    text-align: center;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img,
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    flex: 1;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    position: relative;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more {
    text-align: center;
    margin-top: 71.46667px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more.error-style {
    margin-top: 5.33333px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 12.8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 16px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon {
    cursor: pointer;
    position: absolute;
    right: 10.66667px;
    top: 10.66667px;
    width: 17.06667px;
    height: 17.06667px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title {
    margin-top: 80px;
    font-size: 21.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 21.33333px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title.success {
    margin-top: 16px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 23.46667px;
    font-size: 17.06667px;
    width: fit-content;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 21.33333px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description img {
    margin-right: 10.66667px;
    width: 21.33333px;
    height: 19.2px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description.success {
    margin-top: 26.66667px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button {
    margin: 0 auto;
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 373.33333px;
    height: 46.93333px;
    font-family: Gilroy-Regular, Gilroy;
    font-size: 19.2px;
    background: #C40041;
    cursor: pointer;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button .rolate-icon {
    width: 19.2px;
    height: 19.2px;
    opacity: 0.8;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button.success {
    margin-top: 32px;
    background: #222;
    color: white;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-tips-small {
    text-align: left;
    padding-left: 53.33333px;
    margin-top: 12.8px;
    font-size: 12.8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 16px;
    word-wrap: break-word;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-top {
    margin: 0 auto;
    width: 123.73333px;
    height: 123.73333px;
    margin-top: 60.8px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .coupon-expires {
    margin-top: 26.66667px;
    font-size: 14.93333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 19.2px;
  }
  .new-user-popup-masker .error-text {
    left: 0;
    width: 373.33333px;
    margin-top: 5.33333px;
    font-size: 12.8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 16px;
  }
  .new-user-popup-masker .error-text a {
    color: #930031;
  }
  .new-user-popup-masker .input-box {
    margin: 0 auto;
    margin-top: 53.33333px;
    width: 373.33333px;
    text-align: left;
  }
  .new-user-popup-masker .input-box .input-title {
    font-size: 14.93333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 17.06667px;
  }
  .new-user-popup-masker .input-box .input-title span {
    color: #930031;
    vertical-align: top;
  }
  .new-user-popup-masker .input-box .input-content {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 8.53333px;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    height: 40.53333px;
  }
  .new-user-popup-masker .input-box .input-content .clear-icon {
    cursor: pointer;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    right: 10.66667px;
    top: 50%;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .new-user-popup-masker .input-box .input-content input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 17.06667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 20.26667px;
  }
  .new-user-popup-masker .input-box .input-content input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 13.86667px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 17.06667px !important;
  }
  .new-user-popup-masker .input-box .input-content.focus {
    border: 1px solid #333;
  }
}

@media (min-width: 2545px) {
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1192.96875px;
    height: 609.73958px;
  }
  .new-user-popup-masker .new-user-popup-content {
    display: flex;
    flex-direction: row;
    background-color: white;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .m {
    display: none !important;
  }
  .new-user-popup-masker .new-user-popup-content > div,
  .new-user-popup-masker .new-user-popup-content > p {
    text-align: center;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img,
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    flex: 1;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    position: relative;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more {
    text-align: center;
    margin-top: 88.8099px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more.error-style {
    margin-top: 6.6276px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 15.90625px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 19.88281px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon {
    cursor: pointer;
    position: absolute;
    right: 13.25521px;
    top: 13.25521px;
    width: 21.20833px;
    height: 21.20833px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title {
    margin-top: 99.41406px;
    font-size: 26.51042px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 26.51042px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title.success {
    margin-top: 19.88281px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 29.16146px;
    font-size: 21.20833px;
    width: fit-content;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 26.51042px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description img {
    margin-right: 13.25521px;
    width: 26.51042px;
    height: 23.85938px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description.success {
    margin-top: 33.13802px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button {
    margin: 0 auto;
    margin-top: 19.88281px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 463.93229px;
    height: 58.32292px;
    font-family: Gilroy-Regular, Gilroy;
    font-size: 23.85938px;
    background: #C40041;
    cursor: pointer;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button .rolate-icon {
    width: 23.85938px;
    height: 23.85938px;
    opacity: 0.8;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button.success {
    margin-top: 39.76562px;
    background: #222;
    color: white;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-tips-small {
    text-align: left;
    padding-left: 66.27604px;
    margin-top: 15.90625px;
    font-size: 15.90625px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 19.88281px;
    word-wrap: break-word;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-top {
    margin: 0 auto;
    width: 153.76042px;
    height: 153.76042px;
    margin-top: 75.55469px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .coupon-expires {
    margin-top: 33.13802px;
    font-size: 18.55729px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 23.85938px;
  }
  .new-user-popup-masker .error-text {
    left: 0;
    width: 463.93229px;
    margin-top: 6.6276px;
    font-size: 15.90625px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 19.88281px;
  }
  .new-user-popup-masker .error-text a {
    color: #930031;
  }
  .new-user-popup-masker .input-box {
    margin: 0 auto;
    margin-top: 66.27604px;
    width: 463.93229px;
    text-align: left;
  }
  .new-user-popup-masker .input-box .input-title {
    font-size: 18.55729px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 21.20833px;
  }
  .new-user-popup-masker .input-box .input-title span {
    color: #930031;
    vertical-align: top;
  }
  .new-user-popup-masker .input-box .input-content {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 10.60417px;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    height: 50.36979px;
  }
  .new-user-popup-masker .input-box .input-content .clear-icon {
    cursor: pointer;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 19.88281px;
    height: 19.88281px;
    right: 13.25521px;
    top: 50%;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .new-user-popup-masker .input-box .input-content input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 21.20833px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 25.1849px;
  }
  .new-user-popup-masker .input-box .input-content input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 17.23177px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 21.20833px !important;
  }
  .new-user-popup-masker .input-box .input-content.focus {
    border: 1px solid #333;
  }
}

@media (min-width: 2560px) {
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 613.33333px;
  }
  .new-user-popup-masker .new-user-popup-content {
    display: flex;
    flex-direction: row;
    background-color: white;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .m {
    display: none !important;
  }
  .new-user-popup-masker .new-user-popup-content > div,
  .new-user-popup-masker .new-user-popup-content > p {
    text-align: center;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img,
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    flex: 1;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    position: relative;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more {
    text-align: center;
    margin-top: 89.33333px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more.error-style {
    margin-top: 6.66667px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 20px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon {
    cursor: pointer;
    position: absolute;
    right: 13.33333px;
    top: 13.33333px;
    width: 21.33333px;
    height: 21.33333px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title {
    margin-top: 100px;
    font-size: 26.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 26.66667px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title.success {
    margin-top: 20px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 29.33333px;
    font-size: 21.33333px;
    width: fit-content;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 26.66667px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description img {
    margin-right: 13.33333px;
    width: 26.66667px;
    height: 24px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description.success {
    margin-top: 33.33333px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button {
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 466.66667px;
    height: 58.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-size: 24px;
    background: #C40041;
    cursor: pointer;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button .rolate-icon {
    width: 24px;
    height: 24px;
    opacity: 0.8;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button.success {
    margin-top: 40px;
    background: #222;
    color: white;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-tips-small {
    text-align: left;
    padding-left: 66.66667px;
    margin-top: 16px;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 20px;
    word-wrap: break-word;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-top {
    margin: 0 auto;
    width: 154.66667px;
    height: 154.66667px;
    margin-top: 76px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .coupon-expires {
    margin-top: 33.33333px;
    font-size: 18.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 24px;
  }
  .new-user-popup-masker .error-text {
    left: 0;
    width: 466.66667px;
    margin-top: 6.66667px;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 20px;
  }
  .new-user-popup-masker .error-text a {
    color: #930031;
  }
  .new-user-popup-masker .input-box {
    margin: 0 auto;
    margin-top: 66.66667px;
    width: 466.66667px;
    text-align: left;
  }
  .new-user-popup-masker .input-box .input-title {
    font-size: 18.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 21.33333px;
  }
  .new-user-popup-masker .input-box .input-title span {
    color: #930031;
    vertical-align: top;
  }
  .new-user-popup-masker .input-box .input-content {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 10.66667px;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    height: 50.66667px;
  }
  .new-user-popup-masker .input-box .input-content .clear-icon {
    cursor: pointer;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    right: 13.33333px;
    top: 50%;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .new-user-popup-masker .input-box .input-content input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 21.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 25.33333px;
  }
  .new-user-popup-masker .input-box .input-content input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 17.33333px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 21.33333px !important;
  }
  .new-user-popup-masker .input-box .input-content.focus {
    border: 1px solid #333;
  }
}

@media (min-width: 3840px) {
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1800px;
    height: 920px;
  }
  .new-user-popup-masker .new-user-popup-content {
    display: flex;
    flex-direction: row;
    background-color: white;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .m {
    display: none !important;
  }
  .new-user-popup-masker .new-user-popup-content > div,
  .new-user-popup-masker .new-user-popup-content > p {
    text-align: center;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img,
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    flex: 1;
  }
  .new-user-popup-masker .new-user-popup-content .register-left-img img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form {
    position: relative;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more {
    text-align: center;
    margin-top: 134px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more.error-style {
    margin-top: 10px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 24px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 30px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title {
    margin-top: 150px;
    font-size: 40px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 40px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-title.success {
    margin-top: 30px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 44px;
    font-size: 32px;
    width: fit-content;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 40px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description img {
    margin-right: 20px;
    width: 40px;
    height: 36px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-form-description.success {
    margin-top: 50px;
    color: #222;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button {
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 700px;
    height: 88px;
    font-family: Gilroy-Regular, Gilroy;
    font-size: 36px;
    background: #C40041;
    cursor: pointer;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button .rolate-icon {
    width: 36px;
    height: 36px;
    opacity: 0.8;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-button.success {
    margin-top: 60px;
    background: #222;
    color: white;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-right-tips-small {
    text-align: left;
    padding-left: 100px;
    margin-top: 24px;
    font-size: 24px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
    word-wrap: break-word;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .register-top {
    margin: 0 auto;
    width: 232px;
    height: 232px;
    margin-top: 114px;
  }
  .new-user-popup-masker .new-user-popup-content .register-right-form .coupon-expires {
    margin-top: 50px;
    font-size: 28px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 36px;
  }
  .new-user-popup-masker .error-text {
    left: 0;
    width: 700px;
    margin-top: 10px;
    font-size: 24px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 30px;
  }
  .new-user-popup-masker .error-text a {
    color: #930031;
  }
  .new-user-popup-masker .input-box {
    margin: 0 auto;
    margin-top: 100px;
    width: 700px;
    text-align: left;
  }
  .new-user-popup-masker .input-box .input-title {
    font-size: 28px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
  }
  .new-user-popup-masker .input-box .input-title span {
    color: #930031;
    vertical-align: top;
  }
  .new-user-popup-masker .input-box .input-content {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    height: 76px;
  }
  .new-user-popup-masker .input-box .input-content .clear-icon {
    cursor: pointer;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 50%;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-friends-gifts/icon_clear.png);
  }
  .new-user-popup-masker .input-box .input-content input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 32px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 38px;
  }
  .new-user-popup-masker .input-box .input-content input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 26px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 32px !important;
  }
  .new-user-popup-masker .input-box .input-content.focus {
    border: 1px solid #333;
  }
}

@media only screen and (min-width: 218px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 186.02667px;
    height: 146.496px;
    background-color: white;
    padding-top: 30.22933px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 5.81333px;
    top: 5.81333px;
    width: 9.30133px;
    height: 9.30133px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 69.76px;
    top: -23.25333px;
    width: 46.50667px;
    height: 46.50667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 10.464px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 9.30133px;
    background-image: unset !important;
    height: unset !important;
    width: 120.91733px;
    text-align: center;
    font-size: 8.13867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 10.464px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 9.30133px;
    text-align: center;
    font-size: 6.976px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 8.72px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 145.33333px;
    height: 25.57867px;
    background: #222222;
    font-size: 9.30133px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 11.62667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 186.608px;
    height: 237.76533px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 11.04533px;
    width: 14.53333px;
    height: 15.11467px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 39.53067px;
    font-size: 11.62667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 13.952px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 4.65067px;
    width: 128.47467px;
    height: 56.97067px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 19.76533px;
    top: 13.952px;
    font-size: 9.30133px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 11.04533px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 27.32267px;
    top: 11.04533px;
    font-size: 29.06667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33.71733px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 9.30133px;
    left: 73.248px;
    top: 29.06667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 11.04533px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 5.81333px;
    width: 120.91733px;
    padding-bottom: 6.39467px;
    border-bottom: 0.58133px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 9.30133px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 2.18px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 8.13867px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 9.30133px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 124.40533px;
    margin-top: 2.90667px;
    left: 0;
    font-size: 6.976px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 12.208px;
    width: 120.91733px;
    height: 22.09067px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 8.13867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 9.30133px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 10.9px;
    height: 10.9px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 6.976px;
    width: 120.91733px;
    font-size: 6.976px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 8.13867px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 11.62667px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 2.90667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 6.976px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 8.72px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 273.06667px;
    height: 215.04px;
    background-color: white;
    padding-top: 44.37333px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 8.53333px;
    top: 8.53333px;
    width: 13.65333px;
    height: 13.65333px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 102.4px;
    top: -34.13333px;
    width: 68.26667px;
    height: 68.26667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 15.36px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 13.65333px;
    background-image: unset !important;
    height: unset !important;
    width: 177.49333px;
    text-align: center;
    font-size: 11.94667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 15.36px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 13.65333px;
    text-align: center;
    font-size: 10.24px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 12.8px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 213.33333px;
    height: 37.54667px;
    background: #222222;
    font-size: 13.65333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17.06667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 273.92px;
    height: 349.01333px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 16.21333px;
    width: 21.33333px;
    height: 22.18667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 58.02667px;
    font-size: 17.06667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 20.48px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 6.82667px;
    width: 188.58667px;
    height: 83.62667px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 29.01333px;
    top: 20.48px;
    font-size: 13.65333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16.21333px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 40.10667px;
    top: 16.21333px;
    font-size: 42.66667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 49.49333px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 13.65333px;
    left: 107.52px;
    top: 42.66667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16.21333px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 8.53333px;
    width: 177.49333px;
    padding-bottom: 9.38667px;
    border-bottom: 0.85333px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 13.65333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 3.2px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 11.94667px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 13.65333px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 182.61333px;
    margin-top: 4.26667px;
    left: 0;
    font-size: 10.24px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 17.92px;
    width: 177.49333px;
    height: 32.42667px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 11.94667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 13.65333px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 16px;
    height: 16px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 10.24px;
    width: 177.49333px;
    font-size: 10.24px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 11.94667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 17.06667px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 4.26667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 10.24px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 12.8px;
  }
}

@media only screen and (min-width: 326px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 278.18667px;
    height: 219.072px;
    background-color: white;
    padding-top: 45.20533px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 8.69333px;
    top: 8.69333px;
    width: 13.90933px;
    height: 13.90933px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 104.32px;
    top: -34.77333px;
    width: 69.54667px;
    height: 69.54667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 15.648px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 13.90933px;
    background-image: unset !important;
    height: unset !important;
    width: 180.82133px;
    text-align: center;
    font-size: 12.17067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 15.648px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 13.90933px;
    text-align: center;
    font-size: 10.432px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 13.04px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 217.33333px;
    height: 38.25067px;
    background: #222222;
    font-size: 13.90933px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17.38667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 279.056px;
    height: 355.55733px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 16.51733px;
    width: 21.73333px;
    height: 22.60267px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 59.11467px;
    font-size: 17.38667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 20.864px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 6.95467px;
    width: 192.12267px;
    height: 85.19467px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 29.55733px;
    top: 20.864px;
    font-size: 13.90933px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16.51733px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 40.85867px;
    top: 16.51733px;
    font-size: 43.46667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50.42133px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 13.90933px;
    left: 109.536px;
    top: 43.46667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16.51733px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 8.69333px;
    width: 180.82133px;
    padding-bottom: 9.56267px;
    border-bottom: 0.86933px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 13.90933px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 3.26px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 12.17067px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 13.90933px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 186.03733px;
    margin-top: 4.34667px;
    left: 0;
    font-size: 10.432px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 18.256px;
    width: 180.82133px;
    height: 33.03467px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12.17067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 13.90933px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 16.3px;
    height: 16.3px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 10.432px;
    width: 180.82133px;
    font-size: 10.432px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 12.17067px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 17.38667px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 4.34667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 10.432px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 13.04px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 320px;
    height: 252px;
    background-color: white;
    padding-top: 52px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 120px;
    top: -40px;
    width: 80px;
    height: 80px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 18px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 16px;
    background-image: unset !important;
    height: unset !important;
    width: 208px;
    text-align: center;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 18px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 16px;
    text-align: center;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 15px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 250px;
    height: 44px;
    background: #222222;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 321px;
    height: 409px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 19px;
    width: 25px;
    height: 26px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 68px;
    font-size: 20px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 8px;
    width: 221px;
    height: 98px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 34px;
    top: 24px;
    font-size: 16px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 19px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 47px;
    top: 19px;
    font-size: 50px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 58px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 16px;
    left: 126px;
    top: 50px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 19px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    width: 208px;
    padding-bottom: 11px;
    border-bottom: 1px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 3.75px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 14px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 16px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 214px;
    margin-top: 5px;
    left: 0;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 21px;
    width: 208px;
    height: 38px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 18.75px;
    height: 18.75px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 12px;
    width: 208px;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 14px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 20px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 5px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 15px;
  }
}

@media only screen and (min-width: 386px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 329.38667px;
    height: 259.392px;
    background-color: white;
    padding-top: 53.52533px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 10.29333px;
    top: 10.29333px;
    width: 16.46933px;
    height: 16.46933px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 123.52px;
    top: -41.17333px;
    width: 82.34667px;
    height: 82.34667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 18.528px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 16.46933px;
    background-image: unset !important;
    height: unset !important;
    width: 214.10133px;
    text-align: center;
    font-size: 14.41067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 18.528px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 16.46933px;
    text-align: center;
    font-size: 12.352px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 15.44px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 257.33333px;
    height: 45.29067px;
    background: #222222;
    font-size: 16.46933px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20.58667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 330.416px;
    height: 420.99733px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 19.55733px;
    width: 25.73333px;
    height: 26.76267px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 69.99467px;
    font-size: 20.58667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 24.704px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 8.23467px;
    width: 227.48267px;
    height: 100.87467px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 34.99733px;
    top: 24.704px;
    font-size: 16.46933px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 19.55733px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 48.37867px;
    top: 19.55733px;
    font-size: 51.46667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 59.70133px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 16.46933px;
    left: 129.696px;
    top: 51.46667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 19.55733px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 10.29333px;
    width: 214.10133px;
    padding-bottom: 11.32267px;
    border-bottom: 1.02933px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 16.46933px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 3.86px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 14.41067px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 16.46933px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 220.27733px;
    margin-top: 5.14667px;
    left: 0;
    font-size: 12.352px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 21.616px;
    width: 214.10133px;
    height: 39.11467px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14.41067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16.46933px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 19.3px;
    height: 19.3px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 12.352px;
    width: 214.10133px;
    font-size: 12.352px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 14.41067px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 20.58667px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 5.14667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 12.352px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 15.44px;
  }
}

@media only screen and (min-width: 390px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 332.8px;
    height: 262.08px;
    background-color: white;
    padding-top: 54.08px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 10.4px;
    top: 10.4px;
    width: 16.64px;
    height: 16.64px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 124.8px;
    top: -41.6px;
    width: 83.2px;
    height: 83.2px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 18.72px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 16.64px;
    background-image: unset !important;
    height: unset !important;
    width: 216.32px;
    text-align: center;
    font-size: 14.56px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 18.72px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 16.64px;
    text-align: center;
    font-size: 12.48px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 15.6px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 260px;
    height: 45.76px;
    background: #222222;
    font-size: 16.64px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20.8px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 333.84px;
    height: 425.36px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 19.76px;
    width: 26px;
    height: 27.04px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 70.72px;
    font-size: 20.8px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 24.96px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 8.32px;
    width: 229.84px;
    height: 101.92px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 35.36px;
    top: 24.96px;
    font-size: 16.64px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 19.76px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 48.88px;
    top: 19.76px;
    font-size: 52px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 60.32px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 16.64px;
    left: 131.04px;
    top: 52px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 19.76px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 10.4px;
    width: 216.32px;
    padding-bottom: 11.44px;
    border-bottom: 1.04px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 16.64px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 3.9px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 14.56px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 16.64px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 222.56px;
    margin-top: 5.2px;
    left: 0;
    font-size: 12.48px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 21.84px;
    width: 216.32px;
    height: 39.52px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14.56px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16.64px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 19.5px;
    height: 19.5px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 12.48px;
    width: 216.32px;
    font-size: 12.48px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 14.56px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 20.8px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 5.2px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 12.48px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 15.6px;
  }
}

@media only screen and (min-width: 414px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 353.28px;
    height: 278.208px;
    background-color: white;
    padding-top: 57.408px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 11.04px;
    top: 11.04px;
    width: 17.664px;
    height: 17.664px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 132.48px;
    top: -44.16px;
    width: 88.32px;
    height: 88.32px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 19.872px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 17.664px;
    background-image: unset !important;
    height: unset !important;
    width: 229.632px;
    text-align: center;
    font-size: 15.456px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 19.872px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 17.664px;
    text-align: center;
    font-size: 13.248px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 16.56px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 276px;
    height: 48.576px;
    background: #222222;
    font-size: 17.664px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22.08px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 354.384px;
    height: 451.536px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 20.976px;
    width: 27.6px;
    height: 28.704px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 75.072px;
    font-size: 22.08px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 26.496px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 8.832px;
    width: 243.984px;
    height: 108.192px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 37.536px;
    top: 26.496px;
    font-size: 17.664px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 20.976px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 51.888px;
    top: 20.976px;
    font-size: 55.2px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 64.032px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 17.664px;
    left: 139.104px;
    top: 55.2px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 20.976px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 11.04px;
    width: 229.632px;
    padding-bottom: 12.144px;
    border-bottom: 1.104px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 17.664px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 4.14px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 15.456px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 17.664px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 236.256px;
    margin-top: 5.52px;
    left: 0;
    font-size: 13.248px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 23.184px;
    width: 229.632px;
    height: 41.952px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 15.456px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17.664px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 20.7px;
    height: 20.7px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 13.248px;
    width: 229.632px;
    font-size: 13.248px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 15.456px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 22.08px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 5.52px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 13.248px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 16.56px;
  }
}

@media only screen and (min-width: 424px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 361.81333px;
    height: 284.928px;
    background-color: white;
    padding-top: 58.79467px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 11.30667px;
    top: 11.30667px;
    width: 18.09067px;
    height: 18.09067px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 135.68px;
    top: -45.22667px;
    width: 90.45333px;
    height: 90.45333px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 20.352px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 18.09067px;
    background-image: unset !important;
    height: unset !important;
    width: 235.17867px;
    text-align: center;
    font-size: 15.82933px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 20.352px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 18.09067px;
    text-align: center;
    font-size: 13.568px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 16.96px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 282.66667px;
    height: 49.74933px;
    background: #222222;
    font-size: 18.09067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22.61333px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 362.944px;
    height: 462.44267px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 21.48267px;
    width: 28.26667px;
    height: 29.39733px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 76.88533px;
    font-size: 22.61333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 27.136px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 9.04533px;
    width: 249.87733px;
    height: 110.80533px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 38.44267px;
    top: 27.136px;
    font-size: 18.09067px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 21.48267px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 53.14133px;
    top: 21.48267px;
    font-size: 56.53333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 65.57867px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 18.09067px;
    left: 142.464px;
    top: 56.53333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 21.48267px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 11.30667px;
    width: 235.17867px;
    padding-bottom: 12.43733px;
    border-bottom: 1.13067px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 18.09067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 4.24px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 15.82933px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 18.09067px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 241.96267px;
    margin-top: 5.65333px;
    left: 0;
    font-size: 13.568px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 23.744px;
    width: 235.17867px;
    height: 42.96533px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 15.82933px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18.09067px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 21.2px;
    height: 21.2px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 13.568px;
    width: 235.17867px;
    font-size: 13.568px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 15.82933px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 22.61333px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 5.65333px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 13.568px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 16.96px;
  }
}

@media only screen and (min-width: 428px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 365.22667px;
    height: 287.616px;
    background-color: white;
    padding-top: 59.34933px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 11.41333px;
    top: 11.41333px;
    width: 18.26133px;
    height: 18.26133px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 136.96px;
    top: -45.65333px;
    width: 91.30667px;
    height: 91.30667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 20.544px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 18.26133px;
    background-image: unset !important;
    height: unset !important;
    width: 237.39733px;
    text-align: center;
    font-size: 15.97867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 20.544px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 18.26133px;
    text-align: center;
    font-size: 13.696px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 17.12px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 285.33333px;
    height: 50.21867px;
    background: #222222;
    font-size: 18.26133px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22.82667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 366.368px;
    height: 466.80533px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 21.68533px;
    width: 28.53333px;
    height: 29.67467px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 77.61067px;
    font-size: 22.82667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 27.392px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 9.13067px;
    width: 252.23467px;
    height: 111.85067px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 38.80533px;
    top: 27.392px;
    font-size: 18.26133px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 21.68533px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 53.64267px;
    top: 21.68533px;
    font-size: 57.06667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 66.19733px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 18.26133px;
    left: 143.808px;
    top: 57.06667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 21.68533px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 11.41333px;
    width: 237.39733px;
    padding-bottom: 12.55467px;
    border-bottom: 1.14133px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 18.26133px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 4.28px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 15.97867px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 18.26133px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 244.24533px;
    margin-top: 5.70667px;
    left: 0;
    font-size: 13.696px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 23.968px;
    width: 237.39733px;
    height: 43.37067px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 15.97867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18.26133px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 21.4px;
    height: 21.4px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 13.696px;
    width: 237.39733px;
    font-size: 13.696px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 15.97867px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 22.82667px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 5.70667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 13.696px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 17.12px;
  }
}

@media only screen and (min-width: 432px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 368.64px;
    height: 290.304px;
    background-color: white;
    padding-top: 59.904px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 11.52px;
    top: 11.52px;
    width: 18.432px;
    height: 18.432px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 138.24px;
    top: -46.08px;
    width: 92.16px;
    height: 92.16px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 20.736px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 18.432px;
    background-image: unset !important;
    height: unset !important;
    width: 239.616px;
    text-align: center;
    font-size: 16.128px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 20.736px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 18.432px;
    text-align: center;
    font-size: 13.824px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 17.28px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 288px;
    height: 50.688px;
    background: #222222;
    font-size: 18.432px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23.04px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 369.792px;
    height: 471.168px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 21.888px;
    width: 28.8px;
    height: 29.952px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 78.336px;
    font-size: 23.04px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 27.648px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 9.216px;
    width: 254.592px;
    height: 112.896px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 39.168px;
    top: 27.648px;
    font-size: 18.432px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 21.888px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 54.144px;
    top: 21.888px;
    font-size: 57.6px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 66.816px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 18.432px;
    left: 145.152px;
    top: 57.6px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 21.888px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 11.52px;
    width: 239.616px;
    padding-bottom: 12.672px;
    border-bottom: 1.152px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 18.432px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 4.32px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 16.128px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 18.432px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 246.528px;
    margin-top: 5.76px;
    left: 0;
    font-size: 13.824px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 24.192px;
    width: 239.616px;
    height: 43.776px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16.128px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18.432px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 21.6px;
    height: 21.6px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 13.824px;
    width: 239.616px;
    font-size: 13.824px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 16.128px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 23.04px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 5.76px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 13.824px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 17.28px;
  }
}

@media only screen and (min-width: 441px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 376.32px;
    height: 296.352px;
    background-color: white;
    padding-top: 61.152px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 11.76px;
    top: 11.76px;
    width: 18.816px;
    height: 18.816px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 141.12px;
    top: -47.04px;
    width: 94.08px;
    height: 94.08px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 21.168px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 18.816px;
    background-image: unset !important;
    height: unset !important;
    width: 244.608px;
    text-align: center;
    font-size: 16.464px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 21.168px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 18.816px;
    text-align: center;
    font-size: 14.112px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 17.64px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 294px;
    height: 51.744px;
    background: #222222;
    font-size: 18.816px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23.52px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 377.496px;
    height: 480.984px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 22.344px;
    width: 29.4px;
    height: 30.576px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 79.968px;
    font-size: 23.52px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 28.224px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 9.408px;
    width: 259.896px;
    height: 115.248px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 39.984px;
    top: 28.224px;
    font-size: 18.816px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22.344px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 55.272px;
    top: 22.344px;
    font-size: 58.8px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 68.208px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 18.816px;
    left: 148.176px;
    top: 58.8px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22.344px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 11.76px;
    width: 244.608px;
    padding-bottom: 12.936px;
    border-bottom: 1.176px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 18.816px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 4.41px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 16.464px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 18.816px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 251.664px;
    margin-top: 5.88px;
    left: 0;
    font-size: 14.112px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 24.696px;
    width: 244.608px;
    height: 44.688px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16.464px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18.816px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 22.05px;
    height: 22.05px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 14.112px;
    width: 244.608px;
    font-size: 14.112px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 16.464px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 23.52px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 5.88px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 14.112px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 17.64px;
  }
}

@media only screen and (min-width: 458px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 390.82667px;
    height: 307.776px;
    background-color: white;
    padding-top: 63.50933px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 12.21333px;
    top: 12.21333px;
    width: 19.54133px;
    height: 19.54133px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 146.56px;
    top: -48.85333px;
    width: 97.70667px;
    height: 97.70667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 21.984px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 19.54133px;
    background-image: unset !important;
    height: unset !important;
    width: 254.03733px;
    text-align: center;
    font-size: 17.09867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 21.984px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 19.54133px;
    text-align: center;
    font-size: 14.656px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 18.32px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 305.33333px;
    height: 53.73867px;
    background: #222222;
    font-size: 19.54133px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24.42667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 392.048px;
    height: 499.52533px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 23.20533px;
    width: 30.53333px;
    height: 31.75467px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 83.05067px;
    font-size: 24.42667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 29.312px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 9.77067px;
    width: 269.91467px;
    height: 119.69067px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 41.52533px;
    top: 29.312px;
    font-size: 19.54133px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 23.20533px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 57.40267px;
    top: 23.20533px;
    font-size: 61.06667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 70.83733px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 19.54133px;
    left: 153.888px;
    top: 61.06667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 23.20533px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 12.21333px;
    width: 254.03733px;
    padding-bottom: 13.43467px;
    border-bottom: 1.22133px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 19.54133px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 4.58px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 17.09867px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 19.54133px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 261.36533px;
    margin-top: 6.10667px;
    left: 0;
    font-size: 14.656px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 25.648px;
    width: 254.03733px;
    height: 46.41067px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 17.09867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 19.54133px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 22.9px;
    height: 22.9px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 14.656px;
    width: 254.03733px;
    font-size: 14.656px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 17.09867px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 24.42667px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 6.10667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 14.656px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 18.32px;
  }
}

@media only screen and (min-width: 493px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 420.69333px;
    height: 331.296px;
    background-color: white;
    padding-top: 68.36267px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 13.14667px;
    top: 13.14667px;
    width: 21.03467px;
    height: 21.03467px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 157.76px;
    top: -52.58667px;
    width: 105.17333px;
    height: 105.17333px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 23.664px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 21.03467px;
    background-image: unset !important;
    height: unset !important;
    width: 273.45067px;
    text-align: center;
    font-size: 18.40533px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 23.664px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 21.03467px;
    text-align: center;
    font-size: 15.776px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 19.72px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 328.66667px;
    height: 57.84533px;
    background: #222222;
    font-size: 21.03467px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26.29333px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 422.008px;
    height: 537.69867px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 24.97867px;
    width: 32.86667px;
    height: 34.18133px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 89.39733px;
    font-size: 26.29333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 31.552px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 10.51733px;
    width: 290.54133px;
    height: 128.83733px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 44.69867px;
    top: 31.552px;
    font-size: 21.03467px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24.97867px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 61.78933px;
    top: 24.97867px;
    font-size: 65.73333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 76.25067px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 21.03467px;
    left: 165.648px;
    top: 65.73333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24.97867px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 13.14667px;
    width: 273.45067px;
    padding-bottom: 14.46133px;
    border-bottom: 1.31467px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 21.03467px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 4.93px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 18.40533px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 21.03467px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 281.33867px;
    margin-top: 6.57333px;
    left: 0;
    font-size: 15.776px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 27.608px;
    width: 273.45067px;
    height: 49.95733px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18.40533px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21.03467px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 24.65px;
    height: 24.65px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 15.776px;
    width: 273.45067px;
    font-size: 15.776px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 18.40533px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 26.29333px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 6.57333px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 15.776px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 19.72px;
  }
}

@media only screen and (min-width: 518px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 442.02667px;
    height: 348.096px;
    background-color: white;
    padding-top: 71.82933px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 13.81333px;
    top: 13.81333px;
    width: 22.10133px;
    height: 22.10133px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 165.76px;
    top: -55.25333px;
    width: 110.50667px;
    height: 110.50667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 24.864px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 22.10133px;
    background-image: unset !important;
    height: unset !important;
    width: 287.31733px;
    text-align: center;
    font-size: 19.33867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 24.864px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 22.10133px;
    text-align: center;
    font-size: 16.576px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 20.72px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 345.33333px;
    height: 60.77867px;
    background: #222222;
    font-size: 22.10133px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 27.62667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 443.408px;
    height: 564.96533px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 26.24533px;
    width: 34.53333px;
    height: 35.91467px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 93.93067px;
    font-size: 27.62667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 33.152px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 11.05067px;
    width: 305.27467px;
    height: 135.37067px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 46.96533px;
    top: 33.152px;
    font-size: 22.10133px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26.24533px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 64.92267px;
    top: 26.24533px;
    font-size: 69.06667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 80.11733px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 22.10133px;
    left: 174.048px;
    top: 69.06667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26.24533px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 13.81333px;
    width: 287.31733px;
    padding-bottom: 15.19467px;
    border-bottom: 1.38133px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 22.10133px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 5.18px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 19.33867px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 22.10133px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 295.60533px;
    margin-top: 6.90667px;
    left: 0;
    font-size: 16.576px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 29.008px;
    width: 287.31733px;
    height: 52.49067px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 19.33867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22.10133px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 25.9px;
    height: 25.9px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 16.576px;
    width: 287.31733px;
    font-size: 16.576px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 19.33867px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 27.62667px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 6.90667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 16.576px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 20.72px;
  }
}

@media only screen and (min-width: 540px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 460.8px;
    height: 362.88px;
    background-color: white;
    padding-top: 74.88px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 14.4px;
    top: 14.4px;
    width: 23.04px;
    height: 23.04px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 172.8px;
    top: -57.6px;
    width: 115.2px;
    height: 115.2px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 25.92px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 23.04px;
    background-image: unset !important;
    height: unset !important;
    width: 299.52px;
    text-align: center;
    font-size: 20.16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 25.92px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 23.04px;
    text-align: center;
    font-size: 17.28px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 21.6px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 360px;
    height: 63.36px;
    background: #222222;
    font-size: 23.04px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28.8px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 462.24px;
    height: 588.96px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 27.36px;
    width: 36px;
    height: 37.44px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 97.92px;
    font-size: 28.8px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 34.56px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 11.52px;
    width: 318.24px;
    height: 141.12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 48.96px;
    top: 34.56px;
    font-size: 23.04px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 27.36px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 67.68px;
    top: 27.36px;
    font-size: 72px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 83.52px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 23.04px;
    left: 181.44px;
    top: 72px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 27.36px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 14.4px;
    width: 299.52px;
    padding-bottom: 15.84px;
    border-bottom: 1.44px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 23.04px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 5.4px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 20.16px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 23.04px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 308.16px;
    margin-top: 7.2px;
    left: 0;
    font-size: 17.28px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 30.24px;
    width: 299.52px;
    height: 54.72px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 20.16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23.04px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 27px;
    height: 27px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 17.28px;
    width: 299.52px;
    font-size: 17.28px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 20.16px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 28.8px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 7.2px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 17.28px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 21.6px;
  }
}

@media only screen and (min-width: 565px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 482.13333px;
    height: 379.68px;
    background-color: white;
    padding-top: 78.34667px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 15.06667px;
    top: 15.06667px;
    width: 24.10667px;
    height: 24.10667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 180.8px;
    top: -60.26667px;
    width: 120.53333px;
    height: 120.53333px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 27.12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 24.10667px;
    background-image: unset !important;
    height: unset !important;
    width: 313.38667px;
    text-align: center;
    font-size: 21.09333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 27.12px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 24.10667px;
    text-align: center;
    font-size: 18.08px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 22.6px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 376.66667px;
    height: 66.29333px;
    background: #222222;
    font-size: 24.10667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30.13333px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 483.64px;
    height: 616.22667px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 28.62667px;
    width: 37.66667px;
    height: 39.17333px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 102.45333px;
    font-size: 30.13333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 36.16px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 12.05333px;
    width: 332.97333px;
    height: 147.65333px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 51.22667px;
    top: 36.16px;
    font-size: 24.10667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28.62667px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 70.81333px;
    top: 28.62667px;
    font-size: 75.33333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 87.38667px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 24.10667px;
    left: 189.84px;
    top: 75.33333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28.62667px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 15.06667px;
    width: 313.38667px;
    padding-bottom: 16.57333px;
    border-bottom: 1.50667px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 24.10667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 5.65px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 21.09333px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 24.10667px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 322.42667px;
    margin-top: 7.53333px;
    left: 0;
    font-size: 18.08px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 31.64px;
    width: 313.38667px;
    height: 57.25333px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 21.09333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24.10667px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 28.25px;
    height: 28.25px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 18.08px;
    width: 313.38667px;
    font-size: 18.08px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 21.09333px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 30.13333px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 7.53333px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 18.08px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 22.6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 655.36px;
    height: 516.096px;
    background-color: white;
    padding-top: 106.496px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 20.48px;
    top: 20.48px;
    width: 32.768px;
    height: 32.768px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 245.76px;
    top: -81.92px;
    width: 163.84px;
    height: 163.84px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 36.864px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 32.768px;
    background-image: unset !important;
    height: unset !important;
    width: 425.984px;
    text-align: center;
    font-size: 28.672px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 36.864px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 32.768px;
    text-align: center;
    font-size: 24.576px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 30.72px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 512px;
    height: 90.112px;
    background: #222222;
    font-size: 32.768px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40.96px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 657.408px;
    height: 837.632px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 38.912px;
    width: 51.2px;
    height: 53.248px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 139.264px;
    font-size: 40.96px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 49.152px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 16.384px;
    width: 452.608px;
    height: 200.704px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 69.632px;
    top: 49.152px;
    font-size: 32.768px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 38.912px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 96.256px;
    top: 38.912px;
    font-size: 102.4px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 118.784px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 32.768px;
    left: 258.048px;
    top: 102.4px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 38.912px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 20.48px;
    width: 425.984px;
    padding-bottom: 22.528px;
    border-bottom: 2.048px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 32.768px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 7.68px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 28.672px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 32.768px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 438.272px;
    margin-top: 10.24px;
    left: 0;
    font-size: 24.576px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 43.008px;
    width: 425.984px;
    height: 77.824px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 28.672px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32.768px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 38.4px;
    height: 38.4px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 24.576px;
    width: 425.984px;
    font-size: 24.576px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 28.672px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 40.96px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 10.24px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 24.576px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 30.72px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 800px) {
  .close-icon.pc {
    display: none;
  }
  .new-user-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .new-user-popup-masker .position-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-user-popup-masker .position-box .new-user-popup-content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .pc {
    display: none !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success {
    position: relative;
    width: 682.66667px;
    height: 537.6px;
    background-color: white;
    padding-top: 110.93333px;
    box-sizing: border-box;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon {
    cursor: pointer;
    position: absolute;
    right: 21.33333px;
    top: 21.33333px;
    width: 34.13333px;
    height: 34.13333px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top {
    position: absolute;
    right: 256px;
    top: -85.33333px;
    width: 170.66667px;
    height: 170.66667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-title {
    text-align: center;
    font-size: 38.4px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-form-description {
    margin-top: 34.13333px;
    background-image: unset !important;
    height: unset !important;
    width: 443.73333px;
    text-align: center;
    font-size: 29.86667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 38.4px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .coupon-expires {
    margin-top: 34.13333px;
    text-align: center;
    font-size: 25.6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.success .register-right-button {
    width: 533.33333px;
    height: 93.86667px;
    background: #222222;
    font-size: 34.13333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42.66667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form.noregister {
    overflow: hidden;
    width: 684.8px;
    height: 872.53333px;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/popup-bg-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon {
    position: absolute;
    top: 0;
    right: 40.53333px;
    width: 53.33333px;
    height: 55.46667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title {
    text-align: center;
    margin-top: 145.06667px;
    font-size: 42.66667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #000000;
    line-height: 51.2px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-title.success {
    margin-top: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    margin-top: 17.06667px;
    width: 471.46667px;
    height: 209.06667px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/coupon-bg-m.png);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span {
    display: block;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.left-icon {
    position: absolute;
    left: 72.53333px;
    top: 51.2px;
    font-size: 34.13333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40.53333px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.price-detail {
    position: absolute;
    left: 100.26667px;
    top: 40.53333px;
    font-size: 106.66667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 123.73333px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-form-description span.off-text {
    position: absolute;
    align-self: bottom;
    font-size: 34.13333px;
    left: 268.8px;
    top: 106.66667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40.53333px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box {
    position: relative;
    margin: 0 auto;
    margin-top: 21.33333px;
    width: 443.73333px;
    padding-bottom: 23.46667px;
    border-bottom: 2.13333px solid black;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input {
    height: 100%;
    width: 100%;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 34.13333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 8px;
    padding: 0 !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 29.86667px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 34.13333px !important;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .error-text {
    margin: 0 auto;
    width: 456.53333px;
    margin-top: 10.66667px;
    left: 0;
    font-size: 25.6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 1em;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button {
    margin: 0 auto;
    margin-top: 44.8px;
    width: 443.73333px;
    height: 81.06667px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 29.86667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34.13333px;
    background-color: #c40041;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-button .rolate-icon {
    width: 40px;
    height: 40px;
    opacity: 0.8;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .register-right-tips-small {
    margin: 0 auto;
    margin-top: 25.6px;
    width: 443.73333px;
    font-size: 25.6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 29.86667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more {
    margin-top: 42.66667px;
    text-align: center;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more.error-style {
    margin-top: 10.66667px;
  }
  .new-user-popup-masker .position-box .new-user-popup-content .learn-more a {
    text-decoration: underline;
    font-size: 25.6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
  }
}
.error-text {
  margin-bottom: 0;
}

p.input-title {
  margin-bottom: 0;
}

.showMessage {
  width: fit-content !important;
  padding-right: 10px;
  z-index: 12347;
}

[v-cloak] {
  display: none;
}

img.rotateImages {
  -webkit-animation: myRotate 2s linear infinite;
  animation: myRotate 2s linear infinite;
}

@-webkit-keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1 !important;
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  opacity: 1 !important;
}

.animate__fadeoutDown {
  -webkit-animation-name: fadefadeOutDownInUp;
  animation-name: fadeOutDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  opacity: 1 !important;
}

@media (min-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 960px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 1024px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 1280px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 1360px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 1440px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 1680px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 1920px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 2048px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 2545px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 2560px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 3840px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 218px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 326px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 375px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 386px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 390px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 414px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 424px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 428px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 432px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 441px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 458px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 493px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 518px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 540px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 565px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 800px) and (max-width: 800px) {
  .common-popup-style .common-popup-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.error-text {
  margin-bottom: 0;
}

p.input-title {
  margin-bottom: 0;
}

.showMessage {
  width: fit-content !important;
  padding-right: 10px;
  z-index: 12347;
}

[v-cloak] {
  display: none;
}

img.rotateImages {
  -webkit-animation: myRotate 2s linear infinite;
  animation: myRotate 2s linear infinite;
}

@-webkit-keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@media (min-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .error-text {
    left: 0;
    height: 6.25px;
    width: 122.5px;
    margin-top: 2.08333px;
    font-size: 5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 6.25px;
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 206.66667px;
    height: 169.58333px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-pc.png);
    box-sizing: border-box;
    padding: 10px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 186.66667px;
    height: 149.58333px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 14.16667px 29.58333px;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    font-size: 5.83333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 6.66667px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 10px;
    font-size: 10px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 10px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 12.08333px;
    font-size: 5.83333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 5.83333px;
    letter-spacing: 0.41667px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 5px;
    font-size: 29.16667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 20.83333px;
    letter-spacing: 1.25px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 5px;
    font-size: 6.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 8.33333px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 11.66667px;
    width: 90.83333px;
    height: 15px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 7.5px;
    line-height: 15px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 3.33333px;
    font-size: 5.83333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 7.5px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 7.08333px;
    top: 4.16667px;
    width: 6.1375px;
    height: 6.1375px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 960px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .error-text {
    left: 0;
    height: 7.5px;
    width: 147px;
    margin-top: 2.5px;
    font-size: 6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 7.5px;
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 248px;
    height: 203.5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-pc.png);
    box-sizing: border-box;
    padding: 12px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 224px;
    height: 179.5px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 17px 35.5px;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    font-size: 7px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 8px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 12px;
    font-size: 12px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 12px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 14.5px;
    font-size: 7px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 7px;
    letter-spacing: 0.5px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 6px;
    font-size: 35px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 25px;
    letter-spacing: 1.5px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 6px;
    font-size: 8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 10px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 14px;
    width: 109px;
    height: 18px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 9px;
    line-height: 18px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 4px;
    font-size: 7px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 9px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 8.5px;
    top: 5px;
    width: 7.365px;
    height: 7.365px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1024px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .error-text {
    left: 0;
    height: 8px;
    width: 156.8px;
    margin-top: 2.66667px;
    font-size: 6.4px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 8px;
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 264.53333px;
    height: 217.06667px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-pc.png);
    box-sizing: border-box;
    padding: 12.8px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 238.93333px;
    height: 191.46667px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 18.13333px 37.86667px;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    font-size: 7.46667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 8.53333px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 12.8px;
    font-size: 12.8px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 12.8px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 15.46667px;
    font-size: 7.46667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 7.46667px;
    letter-spacing: 0.53333px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 6.4px;
    font-size: 37.33333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 26.66667px;
    letter-spacing: 1.6px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 6.4px;
    font-size: 8.53333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 10.66667px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 14.93333px;
    width: 116.26667px;
    height: 19.2px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 9.6px;
    line-height: 19.2px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 4.26667px;
    font-size: 7.46667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 9.6px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 9.06667px;
    top: 5.33333px;
    width: 7.856px;
    height: 7.856px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1280px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .error-text {
    left: 0;
    height: 10px;
    width: 196px;
    margin-top: 3.33333px;
    font-size: 8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 10px;
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 330.66667px;
    height: 271.33333px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-pc.png);
    box-sizing: border-box;
    padding: 16px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 298.66667px;
    height: 239.33333px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 22.66667px 47.33333px;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    font-size: 9.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 10.66667px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 16px;
    font-size: 16px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 16px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 19.33333px;
    font-size: 9.33333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 9.33333px;
    letter-spacing: 0.66667px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 8px;
    font-size: 46.66667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 33.33333px;
    letter-spacing: 2px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 8px;
    font-size: 10.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 13.33333px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 18.66667px;
    width: 145.33333px;
    height: 24px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 5.33333px;
    font-size: 9.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 12px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 11.33333px;
    top: 6.66667px;
    width: 9.82px;
    height: 9.82px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1360px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .error-text {
    left: 0;
    height: 10.625px;
    width: 208.25px;
    margin-top: 3.54167px;
    font-size: 8.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 10.625px;
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 351.33333px;
    height: 288.29167px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-pc.png);
    box-sizing: border-box;
    padding: 17px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 317.33333px;
    height: 254.29167px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 24.08333px 50.29167px;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    font-size: 9.91667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 11.33333px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 17px;
    font-size: 17px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 17px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 20.54167px;
    font-size: 9.91667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 9.91667px;
    letter-spacing: 0.70833px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 8.5px;
    font-size: 49.58333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 35.41667px;
    letter-spacing: 2.125px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 8.5px;
    font-size: 11.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 14.16667px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 19.83333px;
    width: 154.41667px;
    height: 25.5px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 12.75px;
    line-height: 25.5px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 5.66667px;
    font-size: 9.91667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 12.75px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 12.04167px;
    top: 7.08333px;
    width: 10.43375px;
    height: 10.43375px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1440px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .error-text {
    left: 0;
    height: 11.25px;
    width: 220.5px;
    margin-top: 3.75px;
    font-size: 9px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 11.25px;
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 372px;
    height: 305.25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-pc.png);
    box-sizing: border-box;
    padding: 18px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 336px;
    height: 269.25px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 25.5px 53.25px;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 12px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 18px;
    font-size: 18px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 18px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 21.75px;
    font-size: 10.5px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 10.5px;
    letter-spacing: 0.75px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 9px;
    font-size: 52.5px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 37.5px;
    letter-spacing: 2.25px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 9px;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 15px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 21px;
    width: 163.5px;
    height: 27px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 13.5px;
    line-height: 27px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 6px;
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 13.5px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 12.75px;
    top: 7.5px;
    width: 11.0475px;
    height: 11.0475px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1680px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .error-text {
    left: 0;
    height: 13.125px;
    width: 257.25px;
    margin-top: 4.375px;
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 13.125px;
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 434px;
    height: 356.125px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-pc.png);
    box-sizing: border-box;
    padding: 21px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 392px;
    height: 314.125px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 29.75px 62.125px;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    font-size: 12.25px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 14px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 21px;
    font-size: 21px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 21px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 25.375px;
    font-size: 12.25px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 12.25px;
    letter-spacing: 0.875px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 10.5px;
    font-size: 61.25px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 43.75px;
    letter-spacing: 2.625px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 10.5px;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 17.5px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 24.5px;
    width: 190.75px;
    height: 31.5px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 15.75px;
    line-height: 31.5px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 7px;
    font-size: 12.25px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 15.75px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 14.875px;
    top: 8.75px;
    width: 12.88875px;
    height: 12.88875px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1920px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .error-text {
    left: 0;
    height: 15px;
    width: 294px;
    margin-top: 5px;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 15px;
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 496px;
    height: 407px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-pc.png);
    box-sizing: border-box;
    padding: 24px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 448px;
    height: 359px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 34px 71px;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 16px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 24px;
    font-size: 24px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 24px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 29px;
    font-size: 14px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 14px;
    letter-spacing: 1px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 12px;
    font-size: 70px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 50px;
    letter-spacing: 3px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 12px;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 20px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 28px;
    width: 218px;
    height: 36px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 8px;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 17px;
    top: 10px;
    width: 14.73px;
    height: 14.73px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 2048px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .error-text {
    left: 0;
    height: 16px;
    width: 313.6px;
    margin-top: 5.33333px;
    font-size: 12.8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 16px;
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 529.06667px;
    height: 434.13333px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-pc.png);
    box-sizing: border-box;
    padding: 25.6px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 477.86667px;
    height: 382.93333px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 36.26667px 75.73333px;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    font-size: 14.93333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 17.06667px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 25.6px;
    font-size: 25.6px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 25.6px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 30.93333px;
    font-size: 14.93333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 14.93333px;
    letter-spacing: 1.06667px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 12.8px;
    font-size: 74.66667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 53.33333px;
    letter-spacing: 3.2px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 12.8px;
    font-size: 17.06667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 21.33333px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 29.86667px;
    width: 232.53333px;
    height: 38.4px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 19.2px;
    line-height: 38.4px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 8.53333px;
    font-size: 14.93333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 19.2px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 18.13333px;
    top: 10.66667px;
    width: 15.712px;
    height: 15.712px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 2545px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .error-text {
    left: 0;
    height: 19.88281px;
    width: 389.70312px;
    margin-top: 6.6276px;
    font-size: 15.90625px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 19.88281px;
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 657.45833px;
    height: 539.48698px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-pc.png);
    box-sizing: border-box;
    padding: 31.8125px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 593.83333px;
    height: 475.86198px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 45.06771px 94.11198px;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    font-size: 18.55729px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 21.20833px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 31.8125px;
    font-size: 31.8125px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 31.8125px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 38.4401px;
    font-size: 18.55729px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 18.55729px;
    letter-spacing: 1.32552px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 15.90625px;
    font-size: 92.78646px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 66.27604px;
    letter-spacing: 3.97656px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 15.90625px;
    font-size: 21.20833px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 26.51042px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 37.11458px;
    width: 288.96354px;
    height: 47.71875px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 23.85938px;
    line-height: 47.71875px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 10.60417px;
    font-size: 18.55729px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 23.85938px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 22.53385px;
    top: 13.25521px;
    width: 19.52492px;
    height: 19.52492px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 2560px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .error-text {
    left: 0;
    height: 20px;
    width: 392px;
    margin-top: 6.66667px;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 20px;
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 661.33333px;
    height: 542.66667px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-pc.png);
    box-sizing: border-box;
    padding: 32px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 597.33333px;
    height: 478.66667px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 45.33333px 94.66667px;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    font-size: 18.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 21.33333px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 32px;
    font-size: 32px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 32px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 38.66667px;
    font-size: 18.66667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 18.66667px;
    letter-spacing: 1.33333px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 16px;
    font-size: 93.33333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 66.66667px;
    letter-spacing: 4px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 16px;
    font-size: 21.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 26.66667px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 37.33333px;
    width: 290.66667px;
    height: 48px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 10.66667px;
    font-size: 18.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 22.66667px;
    top: 13.33333px;
    width: 19.64px;
    height: 19.64px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 3840px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .error-text {
    left: 0;
    height: 30px;
    width: 588px;
    margin-top: 10px;
    font-size: 24px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 30px;
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 992px;
    height: 814px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-pc.png);
    box-sizing: border-box;
    padding: 48px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 896px;
    height: 718px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 68px 142px;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    font-size: 28px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 32px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 48px;
    font-size: 48px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 48px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 58px;
    font-size: 28px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 28px;
    letter-spacing: 2px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 24px;
    font-size: 140px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 100px;
    letter-spacing: 6px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 24px;
    font-size: 32px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 40px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 56px;
    width: 436px;
    height: 72px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 36px;
    line-height: 72px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 16px;
    font-size: 28px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 34px;
    top: 20px;
    width: 29.46px;
    height: 29.46px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 218px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 183.12px;
    height: 208.11733px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 10.464px 9.30133px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 164.51733px;
    height: 187.18933px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 13.952px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 104.64px;
    font-size: 8.13867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 9.30133px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 9.30133px;
    font-size: 9.30133px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 11.04533px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 13.952px;
    font-size: 8.13867px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 8.13867px;
    letter-spacing: 0.58133px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 4.65067px;
    font-size: 29.06667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 29.06667px;
    letter-spacing: 1.744px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 4.65067px;
    font-size: 7.55733px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 7.55733px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 20.928px;
    width: 105.80267px;
    height: 20.928px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 9.30133px;
    line-height: 20.928px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 6.976px;
    font-size: 7.55733px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 9.30133px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 5.81333px;
    top: 5.81333px;
    width: 8.13867px;
    height: 8.13867px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 268.8px;
    height: 305.49333px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 15.36px 13.65333px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 241.49333px;
    height: 274.77333px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20.48px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 153.6px;
    font-size: 11.94667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 13.65333px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 13.65333px;
    font-size: 13.65333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 16.21333px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 20.48px;
    font-size: 11.94667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 11.94667px;
    letter-spacing: 0.85333px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 6.82667px;
    font-size: 42.66667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 42.66667px;
    letter-spacing: 2.56px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 6.82667px;
    font-size: 11.09333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 11.09333px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 30.72px;
    width: 155.30667px;
    height: 30.72px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 13.65333px;
    line-height: 30.72px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 10.24px;
    font-size: 11.09333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 13.65333px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 8.53333px;
    top: 8.53333px;
    width: 11.94667px;
    height: 11.94667px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 326px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 273.84px;
    height: 311.22133px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 15.648px 13.90933px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 246.02133px;
    height: 279.92533px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20.864px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 156.48px;
    font-size: 12.17067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 13.90933px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 13.90933px;
    font-size: 13.90933px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 16.51733px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 20.864px;
    font-size: 12.17067px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 12.17067px;
    letter-spacing: 0.86933px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 6.95467px;
    font-size: 43.46667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 43.46667px;
    letter-spacing: 2.608px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 6.95467px;
    font-size: 11.30133px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 11.30133px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 31.296px;
    width: 158.21867px;
    height: 31.296px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 13.90933px;
    line-height: 31.296px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 10.432px;
    font-size: 11.30133px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 13.90933px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 8.69333px;
    top: 8.69333px;
    width: 12.17067px;
    height: 12.17067px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 375px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 315px;
    height: 358px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 18px 16px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 283px;
    height: 322px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 24px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 180px;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 16px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 16px;
    font-size: 16px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 19px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 24px;
    font-size: 14px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 14px;
    letter-spacing: 1px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 8px;
    font-size: 50px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 50px;
    letter-spacing: 3px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 8px;
    font-size: 13px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 13px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 36px;
    width: 182px;
    height: 36px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 12px;
    font-size: 13px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 14px;
    height: 14px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 386px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 324.24px;
    height: 368.50133px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 18.528px 16.46933px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 291.30133px;
    height: 331.44533px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 24.704px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 185.28px;
    font-size: 14.41067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 16.46933px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 16.46933px;
    font-size: 16.46933px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 19.55733px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 24.704px;
    font-size: 14.41067px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 14.41067px;
    letter-spacing: 1.02933px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 8.23467px;
    font-size: 51.46667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 51.46667px;
    letter-spacing: 3.088px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 8.23467px;
    font-size: 13.38133px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 13.38133px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 37.056px;
    width: 187.33867px;
    height: 37.056px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16.46933px;
    line-height: 37.056px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 12.352px;
    font-size: 13.38133px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 16.46933px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 10.29333px;
    top: 10.29333px;
    width: 14.41067px;
    height: 14.41067px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 390px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 327.6px;
    height: 372.32px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 18.72px 16.64px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 294.32px;
    height: 334.88px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 24.96px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 187.2px;
    font-size: 14.56px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 16.64px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 16.64px;
    font-size: 16.64px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 19.76px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 24.96px;
    font-size: 14.56px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 14.56px;
    letter-spacing: 1.04px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 8.32px;
    font-size: 52px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 52px;
    letter-spacing: 3.12px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 8.32px;
    font-size: 13.52px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 13.52px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 37.44px;
    width: 189.28px;
    height: 37.44px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16.64px;
    line-height: 37.44px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 12.48px;
    font-size: 13.52px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 16.64px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 10.4px;
    top: 10.4px;
    width: 14.56px;
    height: 14.56px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 414px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 347.76px;
    height: 395.232px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 19.872px 17.664px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 312.432px;
    height: 355.488px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 26.496px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 198.72px;
    font-size: 15.456px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 17.664px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 17.664px;
    font-size: 17.664px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 20.976px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 26.496px;
    font-size: 15.456px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 15.456px;
    letter-spacing: 1.104px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 8.832px;
    font-size: 55.2px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 55.2px;
    letter-spacing: 3.312px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 8.832px;
    font-size: 14.352px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 14.352px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 39.744px;
    width: 200.928px;
    height: 39.744px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 17.664px;
    line-height: 39.744px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 13.248px;
    font-size: 14.352px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 17.664px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 11.04px;
    top: 11.04px;
    width: 15.456px;
    height: 15.456px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 424px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 356.16px;
    height: 404.77867px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 20.352px 18.09067px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 319.97867px;
    height: 364.07467px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 27.136px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 203.52px;
    font-size: 15.82933px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 18.09067px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 18.09067px;
    font-size: 18.09067px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 21.48267px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 27.136px;
    font-size: 15.82933px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 15.82933px;
    letter-spacing: 1.13067px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 9.04533px;
    font-size: 56.53333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 56.53333px;
    letter-spacing: 3.392px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 9.04533px;
    font-size: 14.69867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 14.69867px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 40.704px;
    width: 205.78133px;
    height: 40.704px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18.09067px;
    line-height: 40.704px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 13.568px;
    font-size: 14.69867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 18.09067px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 11.30667px;
    top: 11.30667px;
    width: 15.82933px;
    height: 15.82933px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 428px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 359.52px;
    height: 408.59733px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 20.544px 18.26133px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 322.99733px;
    height: 367.50933px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 27.392px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 205.44px;
    font-size: 15.97867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 18.26133px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 18.26133px;
    font-size: 18.26133px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 21.68533px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 27.392px;
    font-size: 15.97867px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 15.97867px;
    letter-spacing: 1.14133px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 9.13067px;
    font-size: 57.06667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 57.06667px;
    letter-spacing: 3.424px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 9.13067px;
    font-size: 14.83733px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 14.83733px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 41.088px;
    width: 207.72267px;
    height: 41.088px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18.26133px;
    line-height: 41.088px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 13.696px;
    font-size: 14.83733px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 18.26133px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 11.41333px;
    top: 11.41333px;
    width: 15.97867px;
    height: 15.97867px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 432px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 362.88px;
    height: 412.416px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 20.736px 18.432px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 326.016px;
    height: 370.944px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 27.648px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 207.36px;
    font-size: 16.128px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 18.432px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 18.432px;
    font-size: 18.432px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 21.888px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 27.648px;
    font-size: 16.128px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 16.128px;
    letter-spacing: 1.152px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 9.216px;
    font-size: 57.6px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 57.6px;
    letter-spacing: 3.456px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 9.216px;
    font-size: 14.976px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 14.976px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 41.472px;
    width: 209.664px;
    height: 41.472px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18.432px;
    line-height: 41.472px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 13.824px;
    font-size: 14.976px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 18.432px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 11.52px;
    top: 11.52px;
    width: 16.128px;
    height: 16.128px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 441px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 370.44px;
    height: 421.008px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 21.168px 18.816px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 332.808px;
    height: 378.672px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 28.224px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 211.68px;
    font-size: 16.464px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 18.816px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 18.816px;
    font-size: 18.816px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 22.344px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 28.224px;
    font-size: 16.464px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 16.464px;
    letter-spacing: 1.176px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 9.408px;
    font-size: 58.8px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 58.8px;
    letter-spacing: 3.528px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 9.408px;
    font-size: 15.288px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 15.288px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 42.336px;
    width: 214.032px;
    height: 42.336px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18.816px;
    line-height: 42.336px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 14.112px;
    font-size: 15.288px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 18.816px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 11.76px;
    top: 11.76px;
    width: 16.464px;
    height: 16.464px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 458px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 384.72px;
    height: 437.23733px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 21.984px 19.54133px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 345.63733px;
    height: 393.26933px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 29.312px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 219.84px;
    font-size: 17.09867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 19.54133px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 19.54133px;
    font-size: 19.54133px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 23.20533px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 29.312px;
    font-size: 17.09867px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 17.09867px;
    letter-spacing: 1.22133px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 9.77067px;
    font-size: 61.06667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 61.06667px;
    letter-spacing: 3.664px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 9.77067px;
    font-size: 15.87733px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 15.87733px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 43.968px;
    width: 222.28267px;
    height: 43.968px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 19.54133px;
    line-height: 43.968px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 14.656px;
    font-size: 15.87733px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 19.54133px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 12.21333px;
    top: 12.21333px;
    width: 17.09867px;
    height: 17.09867px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 493px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 414.12px;
    height: 470.65067px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 23.664px 21.03467px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 372.05067px;
    height: 423.32267px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 31.552px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 236.64px;
    font-size: 18.40533px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 21.03467px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 21.03467px;
    font-size: 21.03467px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 24.97867px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 31.552px;
    font-size: 18.40533px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 18.40533px;
    letter-spacing: 1.31467px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 10.51733px;
    font-size: 65.73333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 65.73333px;
    letter-spacing: 3.944px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 10.51733px;
    font-size: 17.09067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 17.09067px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 47.328px;
    width: 239.26933px;
    height: 47.328px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 21.03467px;
    line-height: 47.328px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 15.776px;
    font-size: 17.09067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 21.03467px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 13.14667px;
    top: 13.14667px;
    width: 18.40533px;
    height: 18.40533px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 518px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 435.12px;
    height: 494.51733px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 24.864px 22.10133px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 390.91733px;
    height: 444.78933px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 33.152px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 248.64px;
    font-size: 19.33867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 22.10133px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 22.10133px;
    font-size: 22.10133px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 26.24533px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 33.152px;
    font-size: 19.33867px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 19.33867px;
    letter-spacing: 1.38133px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 11.05067px;
    font-size: 69.06667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 69.06667px;
    letter-spacing: 4.144px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 11.05067px;
    font-size: 17.95733px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 17.95733px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 49.728px;
    width: 251.40267px;
    height: 49.728px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 22.10133px;
    line-height: 49.728px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 16.576px;
    font-size: 17.95733px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 22.10133px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 13.81333px;
    top: 13.81333px;
    width: 19.33867px;
    height: 19.33867px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 540px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 453.6px;
    height: 515.52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 25.92px 23.04px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 407.52px;
    height: 463.68px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 34.56px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 259.2px;
    font-size: 20.16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 23.04px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 23.04px;
    font-size: 23.04px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 27.36px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 34.56px;
    font-size: 20.16px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 20.16px;
    letter-spacing: 1.44px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 11.52px;
    font-size: 72px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 72px;
    letter-spacing: 4.32px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 11.52px;
    font-size: 18.72px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 18.72px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 51.84px;
    width: 262.08px;
    height: 51.84px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 23.04px;
    line-height: 51.84px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 17.28px;
    font-size: 18.72px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 23.04px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 14.4px;
    top: 14.4px;
    width: 20.16px;
    height: 20.16px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 565px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 474.6px;
    height: 539.38667px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 27.12px 24.10667px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 426.38667px;
    height: 485.14667px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 36.16px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 271.2px;
    font-size: 21.09333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 24.10667px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 24.10667px;
    font-size: 24.10667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 28.62667px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 36.16px;
    font-size: 21.09333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 21.09333px;
    letter-spacing: 1.50667px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 12.05333px;
    font-size: 75.33333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 75.33333px;
    letter-spacing: 4.52px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 12.05333px;
    font-size: 19.58667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 19.58667px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 54.24px;
    width: 274.21333px;
    height: 54.24px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 24.10667px;
    line-height: 54.24px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 18.08px;
    font-size: 19.58667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 24.10667px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 15.06667px;
    top: 15.06667px;
    width: 21.09333px;
    height: 21.09333px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 645.12px;
    height: 733.184px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 36.864px 32.768px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 579.584px;
    height: 659.456px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 49.152px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 368.64px;
    font-size: 28.672px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 32.768px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 32.768px;
    font-size: 32.768px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 38.912px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 49.152px;
    font-size: 28.672px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 28.672px;
    letter-spacing: 2.048px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 16.384px;
    font-size: 102.4px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 102.4px;
    letter-spacing: 6.144px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 16.384px;
    font-size: 26.624px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 26.624px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 73.728px;
    width: 372.736px;
    height: 73.728px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 32.768px;
    line-height: 73.728px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 24.576px;
    font-size: 26.624px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 32.768px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 20.48px;
    top: 20.48px;
    width: 28.672px;
    height: 28.672px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 800px) and (max-width: 800px) {
  #povisonDayPopup .mother-days-masker {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12346;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #povisonDayPopup .povison-day-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 672px;
    height: 763.73333px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/povison-day/popup-bg-m.png);
    box-sizing: border-box;
    padding: 38.4px 34.13333px;
    background-color: white;
  }
  #povisonDayPopup .povison-day-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 603.73333px;
    height: 686.93333px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 51.2px 0;
  }
  #povisonDayPopup .povison-day-content > div {
    text-align: center;
  }
  #povisonDayPopup .povison-day-content .povison-day-title {
    margin: 0 auto;
    width: 384px;
    font-size: 29.86667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 34.13333px;
  }
  #povisonDayPopup .povison-day-content .povison-day-title-desc {
    margin-top: 34.13333px;
    font-size: 34.13333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #222222;
    line-height: 40.53333px;
  }
  #povisonDayPopup .povison-day-content .extra {
    margin-top: 51.2px;
    font-size: 29.86667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 29.86667px;
    letter-spacing: 2.13333px;
  }
  #povisonDayPopup .povison-day-content .popup-content-off {
    margin-top: 17.06667px;
    font-size: 106.66667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #FF465D;
    line-height: 106.66667px;
    letter-spacing: 6.4px;
  }
  #povisonDayPopup .povison-day-content .coupon-code {
    margin-top: 17.06667px;
    font-size: 27.73333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 27.73333px;
  }
  #povisonDayPopup .povison-day-content .coupon-code span {
    color: #ff465d;
  }
  #povisonDayPopup .povison-day-content .show-now-button {
    margin: 0 auto;
    margin-top: 76.8px;
    width: 388.26667px;
    height: 76.8px;
    background: #222222;
    color: white;
  }
  #povisonDayPopup .povison-day-content .show-now-button a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 34.13333px;
    line-height: 76.8px;
    text-align: center;
    font-family: Gilroy-Regular, Gilroy;
  }
  #povisonDayPopup .povison-day-content .validate-date {
    margin-top: 25.6px;
    font-size: 27.73333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999999;
    line-height: 34.13333px;
  }
  #povisonDayPopup .povison-day-content .close-icon {
    cursor: pointer;
    position: absolute;
    right: 21.33333px;
    top: 21.33333px;
    width: 29.86667px;
    height: 29.86667px;
  }
  #povisonDayPopup .povison-day-content .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@charset "UTF-8";
[v-cloak] {
  display: none;
}

.error-text {
  margin-bottom: 0;
}

p.input-title {
  margin-bottom: 0;
}

.showMessage {
  width: fit-content !important;
  padding-right: 10px;
  z-index: 12347;
}

[v-cloak] {
  display: none !important;
}

img.rotateImages {
  -webkit-animation: myRotate 2s linear infinite;
  animation: myRotate 2s linear infinite;
}

@media screen and (min-width: 800) and (max-width: 1520) {
  body {
    background-color: lightblue;
  }
  .learn-more {
    margin-top: -8px !important;
  }
  .learn-more.normal {
    margin-top: 15px !important;
  }
}

@media (min-width: 800px) {
  .gift-right-slider {
    height: 91.66667px;
    position: fixed;
    right: -183.33333px;
    bottom: 134.58333px;
    z-index: 99;
    transition: right .25s linear;
  }
  .gift-right-slider .gift-left {
    position: relative;
    padding-top: 23.75px;
    font-size: 6.66667px;
    font-family: Gilroy-Bold, Gilroy;
    color: #FFFFFF;
    line-height: 15.83333px;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    cursor: pointer;
    transform: rotate(180deg);
  }
  .gift-right-slider .gift-left:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 13.33333px;
    left: 60%;
    transform: translate(-50%, 0) rotate(-180deg);
    width: 0;
    height: 0;
    border: 2.08333px solid transparent;
    border-right-color: #fff;
  }
  .gift-right-slider.show {
    right: 0;
  }
  .gift-right-slider.show .gift-left:before {
    left: 45%;
    transform: translate(-50%, 0);
  }
  .gift-right-slider .container-box {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .gift-right-slider .container-box .gift-left {
    width: 15.83333px;
    flex-shrink: 0;
    background: #c40041;
  }
  .gift-right-slider .container-box .gift-right {
    width: 183.33333px;
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/background.png);
    background-color: #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .gifts-title {
    margin-top: 6.66667px;
    text-align: center;
    font-size: 8.33333px;
    font-family: Gilroy-Bold, Gilroy;
    color: #C40041;
    line-height: 10.41667px;
  }
  .gift-right-slider .container-box .gift-right .title-description {
    position: relative;
    margin: 0 auto;
    margin-top: 4.16667px;
    width: 109.58333px;
    height: 10.83333px;
    font-size: 6.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 10.83333px;
    background-color: #c40041;
    text-align: center;
  }
  .gift-right-slider .container-box .gift-right .title-description::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 5.41667px solid transparent;
    border-left: 5.41667px solid #fff8f0;
    left: -1px;
    top: 0;
  }
  .gift-right-slider .container-box .gift-right .title-description::before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border: 5.41667px solid transparent;
    border-right: 5.41667px solid #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .input-box {
    margin: 0 auto;
    margin-top: 7.08333px;
    width: fit-content;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text {
    left: 0;
    width: 145.83333px;
    margin-top: 2.08333px;
    font-size: 5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 6.25px;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text a {
    color: #930031;
  }
  .gift-right-slider .container-box .gift-right .input-box .input-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
    height: 15.83333px;
    flex-wrap: normal;
    background-color: white;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    text-align: center;
    width: 41.66667px;
    height: 14.16667px;
    background-color: #c40041;
    font-size: 5.83333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14.16667px;
    cursor: pointer;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button .rolate-icon {
    position: absolute;
    width: 7.5px;
    height: 7.5px;
    opacity: 0.8;
  }
  .gift-right-slider .container-box .gift-right .input-box input {
    box-sizing: border-box;
    flex: 1;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 6.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 7.91667px;
  }
  .gift-right-slider .container-box .gift-right .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 5.41667px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 6.66667px !important;
  }
  .gift-right-slider .container-box .gift-right .gifts-left-tips {
    padding-left: 16.66667px;
    margin-top: 3.33333px;
    text-align: left;
    font-size: 5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 6.25px;
  }
  .gift-right-slider .container-box .gift-right .learn-more {
    text-align: center;
    line-height: 6.25px;
  }
  .gift-right-slider .container-box .gift-right .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 6.25px;
  }
  .gift-right-slider .container-box .gift-right .learn-more.normal {
    margin-top: 6.25px;
  }
  .gift-right-slider .container-box .gift-right .container-title {
    text-align: center;
    margin-top: 12.5px;
    font-size: 8.33333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 8.33333px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .success-message {
    text-align: center;
    margin-top: 8.33333px;
    font-size: 6.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 8.33333px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-expires-time {
    text-align: center;
    margin-top: 6.25px;
    font-size: 5.83333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 7.5px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-check-button {
    text-align: center;
    margin: 0 auto;
    margin-top: 9.58333px;
    width: 120px;
    height: 18.33333px;
    background-color: #222;
    font-size: 7.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18.33333px;
    cursor: pointer;
  }
}

@media (min-width: 960px) {
  .gift-right-slider {
    height: 110px;
    position: fixed;
    right: -220px;
    bottom: 161.5px;
    z-index: 99;
    transition: right .25s linear;
  }
  .gift-right-slider .gift-left {
    position: relative;
    padding-top: 28.5px;
    font-size: 8px;
    font-family: Gilroy-Bold, Gilroy;
    color: #FFFFFF;
    line-height: 19px;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    cursor: pointer;
    transform: rotate(180deg);
  }
  .gift-right-slider .gift-left:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 16px;
    left: 60%;
    transform: translate(-50%, 0) rotate(-180deg);
    width: 0;
    height: 0;
    border: 2.5px solid transparent;
    border-right-color: #fff;
  }
  .gift-right-slider.show {
    right: 0;
  }
  .gift-right-slider.show .gift-left:before {
    left: 45%;
    transform: translate(-50%, 0);
  }
  .gift-right-slider .container-box {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .gift-right-slider .container-box .gift-left {
    width: 19px;
    flex-shrink: 0;
    background: #c40041;
  }
  .gift-right-slider .container-box .gift-right {
    width: 220px;
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/background.png);
    background-color: #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .gifts-title {
    margin-top: 8px;
    text-align: center;
    font-size: 10px;
    font-family: Gilroy-Bold, Gilroy;
    color: #C40041;
    line-height: 12.5px;
  }
  .gift-right-slider .container-box .gift-right .title-description {
    position: relative;
    margin: 0 auto;
    margin-top: 5px;
    width: 131.5px;
    height: 13px;
    font-size: 8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 13px;
    background-color: #c40041;
    text-align: center;
  }
  .gift-right-slider .container-box .gift-right .title-description::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 6.5px solid transparent;
    border-left: 6.5px solid #fff8f0;
    left: -1px;
    top: 0;
  }
  .gift-right-slider .container-box .gift-right .title-description::before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border: 6.5px solid transparent;
    border-right: 6.5px solid #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .input-box {
    margin: 0 auto;
    margin-top: 8.5px;
    width: fit-content;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text {
    left: 0;
    width: 175px;
    margin-top: 2.5px;
    font-size: 6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 7.5px;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text a {
    color: #930031;
  }
  .gift-right-slider .container-box .gift-right .input-box .input-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 180px;
    height: 19px;
    flex-wrap: normal;
    background-color: white;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    text-align: center;
    width: 50px;
    height: 17px;
    background-color: #c40041;
    font-size: 7px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
    cursor: pointer;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button .rolate-icon {
    position: absolute;
    width: 9px;
    height: 9px;
    opacity: 0.8;
  }
  .gift-right-slider .container-box .gift-right .input-box input {
    box-sizing: border-box;
    flex: 1;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 9.5px;
  }
  .gift-right-slider .container-box .gift-right .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 6.5px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 8px !important;
  }
  .gift-right-slider .container-box .gift-right .gifts-left-tips {
    padding-left: 20px;
    margin-top: 4px;
    text-align: left;
    font-size: 6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 7.5px;
  }
  .gift-right-slider .container-box .gift-right .learn-more {
    text-align: center;
    line-height: 7.5px;
  }
  .gift-right-slider .container-box .gift-right .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 7.5px;
  }
  .gift-right-slider .container-box .gift-right .learn-more.normal {
    margin-top: 7.5px;
  }
  .gift-right-slider .container-box .gift-right .container-title {
    text-align: center;
    margin-top: 15px;
    font-size: 10px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 10px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .success-message {
    text-align: center;
    margin-top: 10px;
    font-size: 8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 10px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-expires-time {
    text-align: center;
    margin-top: 7.5px;
    font-size: 7px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 9px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-check-button {
    text-align: center;
    margin: 0 auto;
    margin-top: 11.5px;
    width: 144px;
    height: 22px;
    background-color: #222;
    font-size: 9px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    cursor: pointer;
  }
}

@media (min-width: 1024px) {
  .gift-right-slider {
    height: 117.33333px;
    position: fixed;
    right: -234.66667px;
    bottom: 172.26667px;
    z-index: 99;
    transition: right .25s linear;
  }
  .gift-right-slider .gift-left {
    position: relative;
    padding-top: 30.4px;
    font-size: 8.53333px;
    font-family: Gilroy-Bold, Gilroy;
    color: #FFFFFF;
    line-height: 20.26667px;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    cursor: pointer;
    transform: rotate(180deg);
  }
  .gift-right-slider .gift-left:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 17.06667px;
    left: 60%;
    transform: translate(-50%, 0) rotate(-180deg);
    width: 0;
    height: 0;
    border: 2.66667px solid transparent;
    border-right-color: #fff;
  }
  .gift-right-slider.show {
    right: 0;
  }
  .gift-right-slider.show .gift-left:before {
    left: 45%;
    transform: translate(-50%, 0);
  }
  .gift-right-slider .container-box {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .gift-right-slider .container-box .gift-left {
    width: 20.26667px;
    flex-shrink: 0;
    background: #c40041;
  }
  .gift-right-slider .container-box .gift-right {
    width: 234.66667px;
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/background.png);
    background-color: #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .gifts-title {
    margin-top: 8.53333px;
    text-align: center;
    font-size: 10.66667px;
    font-family: Gilroy-Bold, Gilroy;
    color: #C40041;
    line-height: 13.33333px;
  }
  .gift-right-slider .container-box .gift-right .title-description {
    position: relative;
    margin: 0 auto;
    margin-top: 5.33333px;
    width: 140.26667px;
    height: 13.86667px;
    font-size: 8.53333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 13.86667px;
    background-color: #c40041;
    text-align: center;
  }
  .gift-right-slider .container-box .gift-right .title-description::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 6.93333px solid transparent;
    border-left: 6.93333px solid #fff8f0;
    left: -1px;
    top: 0;
  }
  .gift-right-slider .container-box .gift-right .title-description::before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border: 6.93333px solid transparent;
    border-right: 6.93333px solid #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .input-box {
    margin: 0 auto;
    margin-top: 9.06667px;
    width: fit-content;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text {
    left: 0;
    width: 186.66667px;
    margin-top: 2.66667px;
    font-size: 6.4px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 8px;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text a {
    color: #930031;
  }
  .gift-right-slider .container-box .gift-right .input-box .input-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 192px;
    height: 20.26667px;
    flex-wrap: normal;
    background-color: white;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    text-align: center;
    width: 53.33333px;
    height: 18.13333px;
    background-color: #c40041;
    font-size: 7.46667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18.13333px;
    cursor: pointer;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button .rolate-icon {
    position: absolute;
    width: 9.6px;
    height: 9.6px;
    opacity: 0.8;
  }
  .gift-right-slider .container-box .gift-right .input-box input {
    box-sizing: border-box;
    flex: 1;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 8.53333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 10.13333px;
  }
  .gift-right-slider .container-box .gift-right .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 6.93333px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 8.53333px !important;
  }
  .gift-right-slider .container-box .gift-right .gifts-left-tips {
    padding-left: 21.33333px;
    margin-top: 4.26667px;
    text-align: left;
    font-size: 6.4px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 8px;
  }
  .gift-right-slider .container-box .gift-right .learn-more {
    text-align: center;
    line-height: 8px;
  }
  .gift-right-slider .container-box .gift-right .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 6.4px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 8px;
  }
  .gift-right-slider .container-box .gift-right .learn-more.normal {
    margin-top: 8px;
  }
  .gift-right-slider .container-box .gift-right .container-title {
    text-align: center;
    margin-top: 16px;
    font-size: 10.66667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 10.66667px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .success-message {
    text-align: center;
    margin-top: 10.66667px;
    font-size: 8.53333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 10.66667px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-expires-time {
    text-align: center;
    margin-top: 8px;
    font-size: 7.46667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 9.6px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-check-button {
    text-align: center;
    margin: 0 auto;
    margin-top: 12.26667px;
    width: 153.6px;
    height: 23.46667px;
    background-color: #222;
    font-size: 9.6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23.46667px;
    cursor: pointer;
  }
}

@media (min-width: 1280px) {
  .gift-right-slider {
    height: 146.66667px;
    position: fixed;
    right: -293.33333px;
    bottom: 215.33333px;
    z-index: 99;
    transition: right .25s linear;
  }
  .gift-right-slider .gift-left {
    position: relative;
    padding-top: 38px;
    font-size: 10.66667px;
    font-family: Gilroy-Bold, Gilroy;
    color: #FFFFFF;
    line-height: 25.33333px;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    cursor: pointer;
    transform: rotate(180deg);
  }
  .gift-right-slider .gift-left:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 21.33333px;
    left: 60%;
    transform: translate(-50%, 0) rotate(-180deg);
    width: 0;
    height: 0;
    border: 3.33333px solid transparent;
    border-right-color: #fff;
  }
  .gift-right-slider.show {
    right: 0;
  }
  .gift-right-slider.show .gift-left:before {
    left: 45%;
    transform: translate(-50%, 0);
  }
  .gift-right-slider .container-box {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .gift-right-slider .container-box .gift-left {
    width: 25.33333px;
    flex-shrink: 0;
    background: #c40041;
  }
  .gift-right-slider .container-box .gift-right {
    width: 293.33333px;
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/background.png);
    background-color: #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .gifts-title {
    margin-top: 10.66667px;
    text-align: center;
    font-size: 13.33333px;
    font-family: Gilroy-Bold, Gilroy;
    color: #C40041;
    line-height: 16.66667px;
  }
  .gift-right-slider .container-box .gift-right .title-description {
    position: relative;
    margin: 0 auto;
    margin-top: 6.66667px;
    width: 175.33333px;
    height: 17.33333px;
    font-size: 10.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17.33333px;
    background-color: #c40041;
    text-align: center;
  }
  .gift-right-slider .container-box .gift-right .title-description::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 8.66667px solid transparent;
    border-left: 8.66667px solid #fff8f0;
    left: -1px;
    top: 0;
  }
  .gift-right-slider .container-box .gift-right .title-description::before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border: 8.66667px solid transparent;
    border-right: 8.66667px solid #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .input-box {
    margin: 0 auto;
    margin-top: 11.33333px;
    width: fit-content;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text {
    left: 0;
    width: 233.33333px;
    margin-top: 3.33333px;
    font-size: 8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 10px;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text a {
    color: #930031;
  }
  .gift-right-slider .container-box .gift-right .input-box .input-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 240px;
    height: 25.33333px;
    flex-wrap: normal;
    background-color: white;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    text-align: center;
    width: 66.66667px;
    height: 22.66667px;
    background-color: #c40041;
    font-size: 9.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22.66667px;
    cursor: pointer;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button .rolate-icon {
    position: absolute;
    width: 12px;
    height: 12px;
    opacity: 0.8;
  }
  .gift-right-slider .container-box .gift-right .input-box input {
    box-sizing: border-box;
    flex: 1;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 10.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 12.66667px;
  }
  .gift-right-slider .container-box .gift-right .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 8.66667px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 10.66667px !important;
  }
  .gift-right-slider .container-box .gift-right .gifts-left-tips {
    padding-left: 26.66667px;
    margin-top: 5.33333px;
    text-align: left;
    font-size: 8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 10px;
  }
  .gift-right-slider .container-box .gift-right .learn-more {
    text-align: center;
    line-height: 10px;
  }
  .gift-right-slider .container-box .gift-right .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 10px;
  }
  .gift-right-slider .container-box .gift-right .learn-more.normal {
    margin-top: 10px;
  }
  .gift-right-slider .container-box .gift-right .container-title {
    text-align: center;
    margin-top: 20px;
    font-size: 13.33333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 13.33333px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .success-message {
    text-align: center;
    margin-top: 13.33333px;
    font-size: 10.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 13.33333px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-expires-time {
    text-align: center;
    margin-top: 10px;
    font-size: 9.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 12px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-check-button {
    text-align: center;
    margin: 0 auto;
    margin-top: 15.33333px;
    width: 192px;
    height: 29.33333px;
    background-color: #222;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29.33333px;
    cursor: pointer;
  }
}

@media (min-width: 1360px) {
  .gift-right-slider {
    height: 155.83333px;
    position: fixed;
    right: -311.66667px;
    bottom: 228.79167px;
    z-index: 99;
    transition: right .25s linear;
  }
  .gift-right-slider .gift-left {
    position: relative;
    padding-top: 40.375px;
    font-size: 11.33333px;
    font-family: Gilroy-Bold, Gilroy;
    color: #FFFFFF;
    line-height: 26.91667px;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    cursor: pointer;
    transform: rotate(180deg);
  }
  .gift-right-slider .gift-left:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 22.66667px;
    left: 60%;
    transform: translate(-50%, 0) rotate(-180deg);
    width: 0;
    height: 0;
    border: 3.54167px solid transparent;
    border-right-color: #fff;
  }
  .gift-right-slider.show {
    right: 0;
  }
  .gift-right-slider.show .gift-left:before {
    left: 45%;
    transform: translate(-50%, 0);
  }
  .gift-right-slider .container-box {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .gift-right-slider .container-box .gift-left {
    width: 26.91667px;
    flex-shrink: 0;
    background: #c40041;
  }
  .gift-right-slider .container-box .gift-right {
    width: 311.66667px;
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/background.png);
    background-color: #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .gifts-title {
    margin-top: 11.33333px;
    text-align: center;
    font-size: 14.16667px;
    font-family: Gilroy-Bold, Gilroy;
    color: #C40041;
    line-height: 17.70833px;
  }
  .gift-right-slider .container-box .gift-right .title-description {
    position: relative;
    margin: 0 auto;
    margin-top: 7.08333px;
    width: 186.29167px;
    height: 18.41667px;
    font-size: 11.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18.41667px;
    background-color: #c40041;
    text-align: center;
  }
  .gift-right-slider .container-box .gift-right .title-description::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 9.20833px solid transparent;
    border-left: 9.20833px solid #fff8f0;
    left: -1px;
    top: 0;
  }
  .gift-right-slider .container-box .gift-right .title-description::before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border: 9.20833px solid transparent;
    border-right: 9.20833px solid #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .input-box {
    margin: 0 auto;
    margin-top: 12.04167px;
    width: fit-content;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text {
    left: 0;
    width: 247.91667px;
    margin-top: 3.54167px;
    font-size: 8.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 10.625px;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text a {
    color: #930031;
  }
  .gift-right-slider .container-box .gift-right .input-box .input-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 255px;
    height: 26.91667px;
    flex-wrap: normal;
    background-color: white;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    text-align: center;
    width: 70.83333px;
    height: 24.08333px;
    background-color: #c40041;
    font-size: 9.91667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24.08333px;
    cursor: pointer;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button .rolate-icon {
    position: absolute;
    width: 12.75px;
    height: 12.75px;
    opacity: 0.8;
  }
  .gift-right-slider .container-box .gift-right .input-box input {
    box-sizing: border-box;
    flex: 1;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 11.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 13.45833px;
  }
  .gift-right-slider .container-box .gift-right .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 9.20833px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 11.33333px !important;
  }
  .gift-right-slider .container-box .gift-right .gifts-left-tips {
    padding-left: 28.33333px;
    margin-top: 5.66667px;
    text-align: left;
    font-size: 8.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 10.625px;
  }
  .gift-right-slider .container-box .gift-right .learn-more {
    text-align: center;
    line-height: 10.625px;
  }
  .gift-right-slider .container-box .gift-right .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 8.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 10.625px;
  }
  .gift-right-slider .container-box .gift-right .learn-more.normal {
    margin-top: 10.625px;
  }
  .gift-right-slider .container-box .gift-right .container-title {
    text-align: center;
    margin-top: 21.25px;
    font-size: 14.16667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 14.16667px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .success-message {
    text-align: center;
    margin-top: 14.16667px;
    font-size: 11.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 14.16667px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-expires-time {
    text-align: center;
    margin-top: 10.625px;
    font-size: 9.91667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 12.75px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-check-button {
    text-align: center;
    margin: 0 auto;
    margin-top: 16.29167px;
    width: 204px;
    height: 31.16667px;
    background-color: #222;
    font-size: 12.75px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 31.16667px;
    cursor: pointer;
  }
}

@media (min-width: 1440px) {
  .gift-right-slider {
    height: 165px;
    position: fixed;
    right: -330px;
    bottom: 242.25px;
    z-index: 99;
    transition: right .25s linear;
  }
  .gift-right-slider .gift-left {
    position: relative;
    padding-top: 42.75px;
    font-size: 12px;
    font-family: Gilroy-Bold, Gilroy;
    color: #FFFFFF;
    line-height: 28.5px;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    cursor: pointer;
    transform: rotate(180deg);
  }
  .gift-right-slider .gift-left:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 24px;
    left: 60%;
    transform: translate(-50%, 0) rotate(-180deg);
    width: 0;
    height: 0;
    border: 3.75px solid transparent;
    border-right-color: #fff;
  }
  .gift-right-slider.show {
    right: 0;
  }
  .gift-right-slider.show .gift-left:before {
    left: 45%;
    transform: translate(-50%, 0);
  }
  .gift-right-slider .container-box {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .gift-right-slider .container-box .gift-left {
    width: 28.5px;
    flex-shrink: 0;
    background: #c40041;
  }
  .gift-right-slider .container-box .gift-right {
    width: 330px;
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/background.png);
    background-color: #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .gifts-title {
    margin-top: 12px;
    text-align: center;
    font-size: 15px;
    font-family: Gilroy-Bold, Gilroy;
    color: #C40041;
    line-height: 18.75px;
  }
  .gift-right-slider .container-box .gift-right .title-description {
    position: relative;
    margin: 0 auto;
    margin-top: 7.5px;
    width: 197.25px;
    height: 19.5px;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 19.5px;
    background-color: #c40041;
    text-align: center;
  }
  .gift-right-slider .container-box .gift-right .title-description::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 9.75px solid transparent;
    border-left: 9.75px solid #fff8f0;
    left: -1px;
    top: 0;
  }
  .gift-right-slider .container-box .gift-right .title-description::before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border: 9.75px solid transparent;
    border-right: 9.75px solid #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .input-box {
    margin: 0 auto;
    margin-top: 12.75px;
    width: fit-content;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text {
    left: 0;
    width: 262.5px;
    margin-top: 3.75px;
    font-size: 9px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 11.25px;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text a {
    color: #930031;
  }
  .gift-right-slider .container-box .gift-right .input-box .input-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 270px;
    height: 28.5px;
    flex-wrap: normal;
    background-color: white;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    text-align: center;
    width: 75px;
    height: 25.5px;
    background-color: #c40041;
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25.5px;
    cursor: pointer;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button .rolate-icon {
    position: absolute;
    width: 13.5px;
    height: 13.5px;
    opacity: 0.8;
  }
  .gift-right-slider .container-box .gift-right .input-box input {
    box-sizing: border-box;
    flex: 1;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 14.25px;
  }
  .gift-right-slider .container-box .gift-right .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 9.75px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 12px !important;
  }
  .gift-right-slider .container-box .gift-right .gifts-left-tips {
    padding-left: 30px;
    margin-top: 6px;
    text-align: left;
    font-size: 9px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 11.25px;
  }
  .gift-right-slider .container-box .gift-right .learn-more {
    text-align: center;
    line-height: 11.25px;
  }
  .gift-right-slider .container-box .gift-right .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 9px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 11.25px;
  }
  .gift-right-slider .container-box .gift-right .learn-more.normal {
    margin-top: 11.25px;
  }
  .gift-right-slider .container-box .gift-right .container-title {
    text-align: center;
    margin-top: 22.5px;
    font-size: 15px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 15px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .success-message {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 15px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-expires-time {
    text-align: center;
    margin-top: 11.25px;
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 13.5px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-check-button {
    text-align: center;
    margin: 0 auto;
    margin-top: 17.25px;
    width: 216px;
    height: 33px;
    background-color: #222;
    font-size: 13.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    cursor: pointer;
  }
}

@media (min-width: 1680px) {
  .gift-right-slider {
    height: 192.5px;
    position: fixed;
    right: -385px;
    bottom: 282.625px;
    z-index: 99;
    transition: right .25s linear;
  }
  .gift-right-slider .gift-left {
    position: relative;
    padding-top: 49.875px;
    font-size: 14px;
    font-family: Gilroy-Bold, Gilroy;
    color: #FFFFFF;
    line-height: 33.25px;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    cursor: pointer;
    transform: rotate(180deg);
  }
  .gift-right-slider .gift-left:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 28px;
    left: 60%;
    transform: translate(-50%, 0) rotate(-180deg);
    width: 0;
    height: 0;
    border: 4.375px solid transparent;
    border-right-color: #fff;
  }
  .gift-right-slider.show {
    right: 0;
  }
  .gift-right-slider.show .gift-left:before {
    left: 45%;
    transform: translate(-50%, 0);
  }
  .gift-right-slider .container-box {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .gift-right-slider .container-box .gift-left {
    width: 33.25px;
    flex-shrink: 0;
    background: #c40041;
  }
  .gift-right-slider .container-box .gift-right {
    width: 385px;
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/background.png);
    background-color: #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .gifts-title {
    margin-top: 14px;
    text-align: center;
    font-size: 17.5px;
    font-family: Gilroy-Bold, Gilroy;
    color: #C40041;
    line-height: 21.875px;
  }
  .gift-right-slider .container-box .gift-right .title-description {
    position: relative;
    margin: 0 auto;
    margin-top: 8.75px;
    width: 230.125px;
    height: 22.75px;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22.75px;
    background-color: #c40041;
    text-align: center;
  }
  .gift-right-slider .container-box .gift-right .title-description::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 11.375px solid transparent;
    border-left: 11.375px solid #fff8f0;
    left: -1px;
    top: 0;
  }
  .gift-right-slider .container-box .gift-right .title-description::before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border: 11.375px solid transparent;
    border-right: 11.375px solid #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .input-box {
    margin: 0 auto;
    margin-top: 14.875px;
    width: fit-content;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text {
    left: 0;
    width: 306.25px;
    margin-top: 4.375px;
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 13.125px;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text a {
    color: #930031;
  }
  .gift-right-slider .container-box .gift-right .input-box .input-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 315px;
    height: 33.25px;
    flex-wrap: normal;
    background-color: white;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    text-align: center;
    width: 87.5px;
    height: 29.75px;
    background-color: #c40041;
    font-size: 12.25px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29.75px;
    cursor: pointer;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button .rolate-icon {
    position: absolute;
    width: 15.75px;
    height: 15.75px;
    opacity: 0.8;
  }
  .gift-right-slider .container-box .gift-right .input-box input {
    box-sizing: border-box;
    flex: 1;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 16.625px;
  }
  .gift-right-slider .container-box .gift-right .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 11.375px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 14px !important;
  }
  .gift-right-slider .container-box .gift-right .gifts-left-tips {
    padding-left: 35px;
    margin-top: 7px;
    text-align: left;
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 13.125px;
  }
  .gift-right-slider .container-box .gift-right .learn-more {
    text-align: center;
    line-height: 13.125px;
  }
  .gift-right-slider .container-box .gift-right .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 13.125px;
  }
  .gift-right-slider .container-box .gift-right .learn-more.normal {
    margin-top: 13.125px;
  }
  .gift-right-slider .container-box .gift-right .container-title {
    text-align: center;
    margin-top: 26.25px;
    font-size: 17.5px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 17.5px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .success-message {
    text-align: center;
    margin-top: 17.5px;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 17.5px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-expires-time {
    text-align: center;
    margin-top: 13.125px;
    font-size: 12.25px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 15.75px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-check-button {
    text-align: center;
    margin: 0 auto;
    margin-top: 20.125px;
    width: 252px;
    height: 38.5px;
    background-color: #222;
    font-size: 15.75px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38.5px;
    cursor: pointer;
  }
}

@media (min-width: 1920px) {
  .gift-right-slider {
    height: 220px;
    position: fixed;
    right: -440px;
    bottom: 323px;
    z-index: 99;
    transition: right .25s linear;
  }
  .gift-right-slider .gift-left {
    position: relative;
    padding-top: 57px;
    font-size: 16px;
    font-family: Gilroy-Bold, Gilroy;
    color: #FFFFFF;
    line-height: 38px;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    cursor: pointer;
    transform: rotate(180deg);
  }
  .gift-right-slider .gift-left:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 32px;
    left: 60%;
    transform: translate(-50%, 0) rotate(-180deg);
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: #fff;
  }
  .gift-right-slider.show {
    right: 0;
  }
  .gift-right-slider.show .gift-left:before {
    left: 45%;
    transform: translate(-50%, 0);
  }
  .gift-right-slider .container-box {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .gift-right-slider .container-box .gift-left {
    width: 38px;
    flex-shrink: 0;
    background: #c40041;
  }
  .gift-right-slider .container-box .gift-right {
    width: 440px;
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/background.png);
    background-color: #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .gifts-title {
    margin-top: 16px;
    text-align: center;
    font-size: 20px;
    font-family: Gilroy-Bold, Gilroy;
    color: #C40041;
    line-height: 25px;
  }
  .gift-right-slider .container-box .gift-right .title-description {
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    width: 263px;
    height: 26px;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    background-color: #c40041;
    text-align: center;
  }
  .gift-right-slider .container-box .gift-right .title-description::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-left: 13px solid #fff8f0;
    left: -1px;
    top: 0;
  }
  .gift-right-slider .container-box .gift-right .title-description::before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-right: 13px solid #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .input-box {
    margin: 0 auto;
    margin-top: 17px;
    width: fit-content;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text {
    left: 0;
    width: 350px;
    margin-top: 5px;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 15px;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text a {
    color: #930031;
  }
  .gift-right-slider .container-box .gift-right .input-box .input-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 360px;
    height: 38px;
    flex-wrap: normal;
    background-color: white;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    text-align: center;
    width: 100px;
    height: 34px;
    background-color: #c40041;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    cursor: pointer;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button .rolate-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    opacity: 0.8;
  }
  .gift-right-slider .container-box .gift-right .input-box input {
    box-sizing: border-box;
    flex: 1;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
  }
  .gift-right-slider .container-box .gift-right .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 13px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 16px !important;
  }
  .gift-right-slider .container-box .gift-right .gifts-left-tips {
    padding-left: 40px;
    margin-top: 8px;
    text-align: left;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 15px;
  }
  .gift-right-slider .container-box .gift-right .learn-more {
    text-align: center;
    line-height: 15px;
  }
  .gift-right-slider .container-box .gift-right .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 15px;
  }
  .gift-right-slider .container-box .gift-right .learn-more.normal {
    margin-top: 15px;
  }
  .gift-right-slider .container-box .gift-right .container-title {
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 20px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .success-message {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 20px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-expires-time {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 18px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-check-button {
    text-align: center;
    margin: 0 auto;
    margin-top: 23px;
    width: 288px;
    height: 44px;
    background-color: #222;
    font-size: 18px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    cursor: pointer;
  }
}

@media (min-width: 2048px) {
  .gift-right-slider {
    height: 234.66667px;
    position: fixed;
    right: -469.33333px;
    bottom: 344.53333px;
    z-index: 99;
    transition: right .25s linear;
  }
  .gift-right-slider .gift-left {
    position: relative;
    padding-top: 60.8px;
    font-size: 17.06667px;
    font-family: Gilroy-Bold, Gilroy;
    color: #FFFFFF;
    line-height: 40.53333px;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    cursor: pointer;
    transform: rotate(180deg);
  }
  .gift-right-slider .gift-left:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 34.13333px;
    left: 60%;
    transform: translate(-50%, 0) rotate(-180deg);
    width: 0;
    height: 0;
    border: 5.33333px solid transparent;
    border-right-color: #fff;
  }
  .gift-right-slider.show {
    right: 0;
  }
  .gift-right-slider.show .gift-left:before {
    left: 45%;
    transform: translate(-50%, 0);
  }
  .gift-right-slider .container-box {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .gift-right-slider .container-box .gift-left {
    width: 40.53333px;
    flex-shrink: 0;
    background: #c40041;
  }
  .gift-right-slider .container-box .gift-right {
    width: 469.33333px;
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/background.png);
    background-color: #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .gifts-title {
    margin-top: 17.06667px;
    text-align: center;
    font-size: 21.33333px;
    font-family: Gilroy-Bold, Gilroy;
    color: #C40041;
    line-height: 26.66667px;
  }
  .gift-right-slider .container-box .gift-right .title-description {
    position: relative;
    margin: 0 auto;
    margin-top: 10.66667px;
    width: 280.53333px;
    height: 27.73333px;
    font-size: 17.06667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 27.73333px;
    background-color: #c40041;
    text-align: center;
  }
  .gift-right-slider .container-box .gift-right .title-description::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 13.86667px solid transparent;
    border-left: 13.86667px solid #fff8f0;
    left: -1px;
    top: 0;
  }
  .gift-right-slider .container-box .gift-right .title-description::before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border: 13.86667px solid transparent;
    border-right: 13.86667px solid #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .input-box {
    margin: 0 auto;
    margin-top: 18.13333px;
    width: fit-content;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text {
    left: 0;
    width: 373.33333px;
    margin-top: 5.33333px;
    font-size: 12.8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 16px;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text a {
    color: #930031;
  }
  .gift-right-slider .container-box .gift-right .input-box .input-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 384px;
    height: 40.53333px;
    flex-wrap: normal;
    background-color: white;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    text-align: center;
    width: 106.66667px;
    height: 36.26667px;
    background-color: #c40041;
    font-size: 14.93333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36.26667px;
    cursor: pointer;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button .rolate-icon {
    position: absolute;
    width: 19.2px;
    height: 19.2px;
    opacity: 0.8;
  }
  .gift-right-slider .container-box .gift-right .input-box input {
    box-sizing: border-box;
    flex: 1;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 17.06667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 20.26667px;
  }
  .gift-right-slider .container-box .gift-right .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 13.86667px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 17.06667px !important;
  }
  .gift-right-slider .container-box .gift-right .gifts-left-tips {
    padding-left: 42.66667px;
    margin-top: 8.53333px;
    text-align: left;
    font-size: 12.8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 16px;
  }
  .gift-right-slider .container-box .gift-right .learn-more {
    text-align: center;
    line-height: 16px;
  }
  .gift-right-slider .container-box .gift-right .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 12.8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 16px;
  }
  .gift-right-slider .container-box .gift-right .learn-more.normal {
    margin-top: 16px;
  }
  .gift-right-slider .container-box .gift-right .container-title {
    text-align: center;
    margin-top: 32px;
    font-size: 21.33333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 21.33333px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .success-message {
    text-align: center;
    margin-top: 21.33333px;
    font-size: 17.06667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 21.33333px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-expires-time {
    text-align: center;
    margin-top: 16px;
    font-size: 14.93333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 19.2px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-check-button {
    text-align: center;
    margin: 0 auto;
    margin-top: 24.53333px;
    width: 307.2px;
    height: 46.93333px;
    background-color: #222;
    font-size: 19.2px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 46.93333px;
    cursor: pointer;
  }
}

@media (min-width: 2545px) {
  .gift-right-slider {
    height: 291.61458px;
    position: fixed;
    right: -583.22917px;
    bottom: 428.14323px;
    z-index: 99;
    transition: right .25s linear;
  }
  .gift-right-slider .gift-left {
    position: relative;
    padding-top: 75.55469px;
    font-size: 21.20833px;
    font-family: Gilroy-Bold, Gilroy;
    color: #FFFFFF;
    line-height: 50.36979px;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    cursor: pointer;
    transform: rotate(180deg);
  }
  .gift-right-slider .gift-left:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 42.41667px;
    left: 60%;
    transform: translate(-50%, 0) rotate(-180deg);
    width: 0;
    height: 0;
    border: 6.6276px solid transparent;
    border-right-color: #fff;
  }
  .gift-right-slider.show {
    right: 0;
  }
  .gift-right-slider.show .gift-left:before {
    left: 45%;
    transform: translate(-50%, 0);
  }
  .gift-right-slider .container-box {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .gift-right-slider .container-box .gift-left {
    width: 50.36979px;
    flex-shrink: 0;
    background: #c40041;
  }
  .gift-right-slider .container-box .gift-right {
    width: 583.22917px;
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/background.png);
    background-color: #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .gifts-title {
    margin-top: 21.20833px;
    text-align: center;
    font-size: 26.51042px;
    font-family: Gilroy-Bold, Gilroy;
    color: #C40041;
    line-height: 33.13802px;
  }
  .gift-right-slider .container-box .gift-right .title-description {
    position: relative;
    margin: 0 auto;
    margin-top: 13.25521px;
    width: 348.61198px;
    height: 34.46354px;
    font-size: 21.20833px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34.46354px;
    background-color: #c40041;
    text-align: center;
  }
  .gift-right-slider .container-box .gift-right .title-description::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 17.23177px solid transparent;
    border-left: 17.23177px solid #fff8f0;
    left: -1px;
    top: 0;
  }
  .gift-right-slider .container-box .gift-right .title-description::before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border: 17.23177px solid transparent;
    border-right: 17.23177px solid #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .input-box {
    margin: 0 auto;
    margin-top: 22.53385px;
    width: fit-content;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text {
    left: 0;
    width: 463.93229px;
    margin-top: 6.6276px;
    font-size: 15.90625px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 19.88281px;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text a {
    color: #930031;
  }
  .gift-right-slider .container-box .gift-right .input-box .input-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 477.1875px;
    height: 50.36979px;
    flex-wrap: normal;
    background-color: white;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    text-align: center;
    width: 132.55208px;
    height: 45.06771px;
    background-color: #c40041;
    font-size: 18.55729px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45.06771px;
    cursor: pointer;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button .rolate-icon {
    position: absolute;
    width: 23.85938px;
    height: 23.85938px;
    opacity: 0.8;
  }
  .gift-right-slider .container-box .gift-right .input-box input {
    box-sizing: border-box;
    flex: 1;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 21.20833px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 25.1849px;
  }
  .gift-right-slider .container-box .gift-right .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 17.23177px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 21.20833px !important;
  }
  .gift-right-slider .container-box .gift-right .gifts-left-tips {
    padding-left: 53.02083px;
    margin-top: 10.60417px;
    text-align: left;
    font-size: 15.90625px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 19.88281px;
  }
  .gift-right-slider .container-box .gift-right .learn-more {
    text-align: center;
    line-height: 19.88281px;
  }
  .gift-right-slider .container-box .gift-right .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 15.90625px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 19.88281px;
  }
  .gift-right-slider .container-box .gift-right .learn-more.normal {
    margin-top: 19.88281px;
  }
  .gift-right-slider .container-box .gift-right .container-title {
    text-align: center;
    margin-top: 39.76562px;
    font-size: 26.51042px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 26.51042px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .success-message {
    text-align: center;
    margin-top: 26.51042px;
    font-size: 21.20833px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 26.51042px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-expires-time {
    text-align: center;
    margin-top: 19.88281px;
    font-size: 18.55729px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 23.85938px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-check-button {
    text-align: center;
    margin: 0 auto;
    margin-top: 30.48698px;
    width: 381.75px;
    height: 58.32292px;
    background-color: #222;
    font-size: 23.85938px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 58.32292px;
    cursor: pointer;
  }
}

@media (min-width: 2560px) {
  .gift-right-slider {
    height: 293.33333px;
    position: fixed;
    right: -586.66667px;
    bottom: 430.66667px;
    z-index: 99;
    transition: right .25s linear;
  }
  .gift-right-slider .gift-left {
    position: relative;
    padding-top: 76px;
    font-size: 21.33333px;
    font-family: Gilroy-Bold, Gilroy;
    color: #FFFFFF;
    line-height: 50.66667px;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    cursor: pointer;
    transform: rotate(180deg);
  }
  .gift-right-slider .gift-left:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 42.66667px;
    left: 60%;
    transform: translate(-50%, 0) rotate(-180deg);
    width: 0;
    height: 0;
    border: 6.66667px solid transparent;
    border-right-color: #fff;
  }
  .gift-right-slider.show {
    right: 0;
  }
  .gift-right-slider.show .gift-left:before {
    left: 45%;
    transform: translate(-50%, 0);
  }
  .gift-right-slider .container-box {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .gift-right-slider .container-box .gift-left {
    width: 50.66667px;
    flex-shrink: 0;
    background: #c40041;
  }
  .gift-right-slider .container-box .gift-right {
    width: 586.66667px;
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/background.png);
    background-color: #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .gifts-title {
    margin-top: 21.33333px;
    text-align: center;
    font-size: 26.66667px;
    font-family: Gilroy-Bold, Gilroy;
    color: #C40041;
    line-height: 33.33333px;
  }
  .gift-right-slider .container-box .gift-right .title-description {
    position: relative;
    margin: 0 auto;
    margin-top: 13.33333px;
    width: 350.66667px;
    height: 34.66667px;
    font-size: 21.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34.66667px;
    background-color: #c40041;
    text-align: center;
  }
  .gift-right-slider .container-box .gift-right .title-description::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 17.33333px solid transparent;
    border-left: 17.33333px solid #fff8f0;
    left: -1px;
    top: 0;
  }
  .gift-right-slider .container-box .gift-right .title-description::before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border: 17.33333px solid transparent;
    border-right: 17.33333px solid #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .input-box {
    margin: 0 auto;
    margin-top: 22.66667px;
    width: fit-content;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text {
    left: 0;
    width: 466.66667px;
    margin-top: 6.66667px;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 20px;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text a {
    color: #930031;
  }
  .gift-right-slider .container-box .gift-right .input-box .input-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 480px;
    height: 50.66667px;
    flex-wrap: normal;
    background-color: white;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    text-align: center;
    width: 133.33333px;
    height: 45.33333px;
    background-color: #c40041;
    font-size: 18.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45.33333px;
    cursor: pointer;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button .rolate-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    opacity: 0.8;
  }
  .gift-right-slider .container-box .gift-right .input-box input {
    box-sizing: border-box;
    flex: 1;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 21.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 25.33333px;
  }
  .gift-right-slider .container-box .gift-right .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 17.33333px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 21.33333px !important;
  }
  .gift-right-slider .container-box .gift-right .gifts-left-tips {
    padding-left: 53.33333px;
    margin-top: 10.66667px;
    text-align: left;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 20px;
  }
  .gift-right-slider .container-box .gift-right .learn-more {
    text-align: center;
    line-height: 20px;
  }
  .gift-right-slider .container-box .gift-right .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 20px;
  }
  .gift-right-slider .container-box .gift-right .learn-more.normal {
    margin-top: 20px;
  }
  .gift-right-slider .container-box .gift-right .container-title {
    text-align: center;
    margin-top: 40px;
    font-size: 26.66667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 26.66667px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .success-message {
    text-align: center;
    margin-top: 26.66667px;
    font-size: 21.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 26.66667px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-expires-time {
    text-align: center;
    margin-top: 20px;
    font-size: 18.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 24px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-check-button {
    text-align: center;
    margin: 0 auto;
    margin-top: 30.66667px;
    width: 384px;
    height: 58.66667px;
    background-color: #222;
    font-size: 24px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 58.66667px;
    cursor: pointer;
  }
}

@media (min-width: 3840px) {
  .gift-right-slider {
    height: 440px;
    position: fixed;
    right: -880px;
    bottom: 646px;
    z-index: 99;
    transition: right .25s linear;
  }
  .gift-right-slider .gift-left {
    position: relative;
    padding-top: 114px;
    font-size: 32px;
    font-family: Gilroy-Bold, Gilroy;
    color: #FFFFFF;
    line-height: 76px;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    cursor: pointer;
    transform: rotate(180deg);
  }
  .gift-right-slider .gift-left:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 64px;
    left: 60%;
    transform: translate(-50%, 0) rotate(-180deg);
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fff;
  }
  .gift-right-slider.show {
    right: 0;
  }
  .gift-right-slider.show .gift-left:before {
    left: 45%;
    transform: translate(-50%, 0);
  }
  .gift-right-slider .container-box {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .gift-right-slider .container-box .gift-left {
    width: 76px;
    flex-shrink: 0;
    background: #c40041;
  }
  .gift-right-slider .container-box .gift-right {
    width: 880px;
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://static.povison.com/media/wysiwyg/activity/new-user-gifts/background.png);
    background-color: #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .gifts-title {
    margin-top: 32px;
    text-align: center;
    font-size: 40px;
    font-family: Gilroy-Bold, Gilroy;
    color: #C40041;
    line-height: 50px;
  }
  .gift-right-slider .container-box .gift-right .title-description {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    width: 526px;
    height: 52px;
    font-size: 32px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 52px;
    background-color: #c40041;
    text-align: center;
  }
  .gift-right-slider .container-box .gift-right .title-description::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 26px solid transparent;
    border-left: 26px solid #fff8f0;
    left: -1px;
    top: 0;
  }
  .gift-right-slider .container-box .gift-right .title-description::before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border: 26px solid transparent;
    border-right: 26px solid #fff8f0;
  }
  .gift-right-slider .container-box .gift-right .input-box {
    margin: 0 auto;
    margin-top: 34px;
    width: fit-content;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text {
    left: 0;
    width: 700px;
    margin-top: 10px;
    font-size: 24px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #930031;
    line-height: 30px;
  }
  .gift-right-slider .container-box .gift-right .input-box .error-text a {
    color: #930031;
  }
  .gift-right-slider .container-box .gift-right .input-box .input-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 720px;
    height: 76px;
    flex-wrap: normal;
    background-color: white;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    text-align: center;
    width: 200px;
    height: 68px;
    background-color: #c40041;
    font-size: 28px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 68px;
    cursor: pointer;
  }
  .gift-right-slider .container-box .gift-right .input-box .register-button .rolate-icon {
    position: absolute;
    width: 36px;
    height: 36px;
    opacity: 0.8;
  }
  .gift-right-slider .container-box .gift-right .input-box input {
    box-sizing: border-box;
    flex: 1;
    display: block;
    outline: none !important;
    border: none !important;
    font-size: 32px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 38px;
  }
  .gift-right-slider .container-box .gift-right .input-box input::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 26px !important;
    font-family: Gilroy-Light, Gilroy !important;
    font-weight: 300 !important;
    color: #999999 !important;
    line-height: 32px !important;
  }
  .gift-right-slider .container-box .gift-right .gifts-left-tips {
    padding-left: 80px;
    margin-top: 16px;
    text-align: left;
    font-size: 24px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
  }
  .gift-right-slider .container-box .gift-right .learn-more {
    text-align: center;
    line-height: 30px;
  }
  .gift-right-slider .container-box .gift-right .learn-more a {
    text-decoration: underline;
    color: #c40041;
    font-size: 24px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #C40041;
    line-height: 30px;
  }
  .gift-right-slider .container-box .gift-right .learn-more.normal {
    margin-top: 30px;
  }
  .gift-right-slider .container-box .gift-right .container-title {
    text-align: center;
    margin-top: 60px;
    font-size: 40px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #222222;
    line-height: 40px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .success-message {
    text-align: center;
    margin-top: 40px;
    font-size: 32px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 40px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-expires-time {
    text-align: center;
    margin-top: 30px;
    font-size: 28px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222222;
    line-height: 36px;
  }
  .gift-right-slider .container-box .gift-right .register-success-content .coupon-check-button {
    text-align: center;
    margin: 0 auto;
    margin-top: 46px;
    width: 576px;
    height: 88px;
    background-color: #222;
    font-size: 36px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 88px;
    cursor: pointer;
  }
}

@media only screen and (min-width: 218px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}

@media only screen and (min-width: 326px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}

@media only screen and (min-width: 375px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}

@media only screen and (min-width: 386px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}

@media only screen and (min-width: 390px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}

@media only screen and (min-width: 414px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}

@media only screen and (min-width: 424px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}

@media only screen and (min-width: 428px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}

@media only screen and (min-width: 432px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}

@media only screen and (min-width: 441px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}

@media only screen and (min-width: 458px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}

@media only screen and (min-width: 493px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}

@media only screen and (min-width: 518px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}

@media only screen and (min-width: 540px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}

@media only screen and (min-width: 565px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}

@media only screen and (min-width: 800px) and (max-width: 800px) {
  #giftContainer {
    display: none;
  }
}
.left .iconleft_3 {
    font-size: 22px !important;
}

.block-content input:focus {
    box-shadow: none;
}

@media (min-width: 768px) {
    .block-mobile-search {
        /* display: none; */
    }
    .left {
        display: none;
    }
}

@media (max-width: 768px) {
    .block-search {
        margin-top: 0px !important;
    }
    .block-search .control {
        border-top: 0px !important;
    }
    .block-search input {
        left: unset !important;
        position: unset !important;
        margin: unset !important;
    }
    .block-search .action.search {
        display: block !important;
    }
    .search-autocomplete {
        width: 96% !important;
        margin: 0 auto;
        top: 60px !important;
    }
    .block-search .label {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .search-open .block-mobile-search {
        -webkit-box-shadow: 0 0 5px 0 rgb(50 50 50 / 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 rgb(50 50 50 / 75%);
        left: 0;
        z-index: 99999;
    }
    .block-mobile-search {
        -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: -100%;
        overflow: auto;
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
    }
    .control-content {
        display: grid;
        align-items: center;
        padding: 10px;
        grid-gap: 10px;
        grid-template-columns: .5fr 6fr 1fr;
    }
    .control-content .left {
        width: 30px;
        text-align: center;
        display: flex;
        align-items: center;
    }
    .control-content .left svg {
        width: 25px;
        height: 25px;
    }
    .search-open .page-wrapper {
        left: 100%;
    }
    .search-open .nav-search:after {
        background: rgba(0, 0, 0, 0.7);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }
}.reset-open {
    overflow: hidden;
}

.reset-password-popup {
    display: none;
}

.reset-open .reset-password-popup {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 999;
    border-radius: 3px;
}

.reset-open .pass-popup:after {
    background: rgba(88, 88, 88, 0.6);
    content: '';
    display: block;
    height: calc(100% - 110px);
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 998;
}

.reset-password-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.reset-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.reset-close:after {
    content: '';
    height: 20px;
    border-left: 1px solid #000;
    position: absolute;
    transform: rotate( 45deg);
    left: 8px;
}

.reset-close:before {
    content: '';
    height: 20px;
    border-left: 1px solid #000;
    position: absolute;
    transform: rotate( -45deg);
    left: 8px;
}

.reset-butt button {
    width: 30%;
    background: #930031;
    color: #fff;
    border: 1px solid #930031;
}

.reset-password-popup .fieldset {
    margin-bottom: 20px;
    margin-top: 10px;
}

.reset-password-popup .form.password.forget .fieldset:after {
    margin-top: 10px;
}

.hide-reset {
    display: none;
}

.reset-success {
    display: none;
}

.show-reset {
    display: block !important;
}

.error-tips {
    color: red;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .reset-password-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .reset-password-popup {
        padding: 50px 30px 50px 30px;
        width: 50%;
        height: max-content;
    }
    .reset-success-tips {
        width: 68%;
        margin: auto;
        font-size: 18px;
    }
    .reset-success {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .reset-password-popup {
        width: 80%;
        height: max-content;
        padding: 15px 15px 50px 15px;
    }
    .reset-password-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .reset-success-tips {
        text-align: center;
    }
}.reset-toolbar {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .reset-submit-btn {
        width: 155px;
    }
}

@media screen and (max-width: 768px) {
    .reset-submit-btn {
        width: 100%;
    }
    .secondary {
        margin-top: 5px;
    }
}

.request-error {
    width: 90vw;
    margin: 0 auto 30px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fae5e5;
    color: #e02b27;
    padding-left: 45px;
    position: relative;
}

.request-error .error-box: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;
}

.reset-submit-btn:focus,
.reset-submit-btn:active {
    background: #930031;
    border: 1px solid #930031;
    color: #fff;
}

.block-customer-login .email-error {
    color: #e02b27;
    margin-top: 5px;
}

.login-container .fieldset:after {
    position: absolute;
    bottom: -30px;
}

.block-customer-login .block-content {
    position: relative;
}

.reset-submit-btn {
    background: #930031;
    border: 1px solid #930031;
    color: #fff;
    background-image: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: '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;
    border-radius: 3px;
    text-align: center;
}

.reset-submit-btn:hover {
    background: #930031;
    border: 1px solid #930031;
    color: #ffffff;
}
.customer-account-login .fieldset.login .field.note {
    display: none;
}
.customer-account-login .fieldset.login:after {
    display: none;
}

@media only screen and (min-width: 1100px) {
    .customer-account-login .page-title {
        margin: 65px 0 40px 0 !important;
        padding: 0 !important;
        font-size: 24px !important;
        line-height: 1;
    }
    .customer-account-login .page-title .base {
        color: #333;
        font-size: 24px !important;
        font-weight: bold;
        line-height: 1;
    }
    .customer-account-login .block.block-customer-login,
    .customer-account-login .block-content,
    .customer-account-login .block.block-new-customer,
    .customer-account-login .form.form-login {
        width: 1020px;
        margin: 0 auto;
    }
    .customer-account-login .field.email.required {
        margin: 0 0 40px;
    }
    .customer-account-login .field.email.required label,
    .customer-account-login .field.password.required label {
        margin: 0 0 12px 0;
    }
    .customer-account-login .field.email.required label:after,
    .customer-account-login .field.password.required label:after {
        margin: 0 0 0 10px;
        color: #ff0202;
        content: '*';
        font-size: 18px;
        line-height: 1;
    }
    .customer-account-login .field.email.required label span,
    .customer-account-login .field.password.required label span {
        color: #333;
        font-size: 20px;
        line-height: 1;
    }
    .customer-account-login .field.email.required .control input,
    .customer-account-login .field.password.required .control input {
        width: 1020px;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    .customer-account-login .reset-toolbar {
        margin-bottom: 100px;
    }
    .customer-account-login .reset-toolbar .reset-submit-btn {
        width: 626px;
        height: 40px;
        margin-right: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        background: #940032;
        border-radius: 4px;
    }
    .customer-account-login .reset-toolbar .secondary a {
        color: #2185cb;
        font-size: 14px;
        line-height: 1;
    }
    .customer-account-login .block.block-new-customer .block-title {
        padding-bottom: 22px;
        margin-bottom: 20px;
    }
    .customer-account-login .block.block-new-customer .block-title strong {
        color: #333;
        font-size: 20px;
        line-height: 1;
        font-weight: bold;
    }
    .customer-account-login .block.block-new-customer .block-content p {
        color: #333;
        font-size: 16px;
        line-height: 1;
        margin: 20px 0 50px 0;
    }
    .customer-account-login .login-page-business-pro-entrance {
        width: 1020px;
        margin: 30px auto 0;
    }
    .customer-account-login .login-page-business-pro-entrance a,
    .customer-account-login .block.block-new-customer .block-content .actions-toolbar {
        width: 626px;
        height: 40px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        background: #940032;
        border-radius: 4px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
    .customer-account-login .page-title {
        margin: 65px 0 40px 0 !important;
        padding: 0 !important;
        font-size: 24px !important;
        line-height: 1;
    }
    .customer-account-login .page-title .base {
        color: #333;
        font-size: 24px !important;
        font-weight: bold;
        line-height: 1;
    }
    .customer-account-login .block.block-customer-login,
    .customer-account-login .block-content,
    .customer-account-login .block.block-new-customer,
    .customer-account-login .form.form-login {
        width: 800px;
        margin: 0 auto;
    }
    .customer-account-login .field.email.required {
        margin: 0 0 40px;
    }
    .customer-account-login .field.email.required label,
    .customer-account-login .field.password.required label {
        margin: 0 0 12px 0;
    }
    .customer-account-login .field.email.required label:after,
    .customer-account-login .field.password.required label:after {
        margin: 0 0 0 10px;
        color: #ff0202;
        content: '*';
        font-size: 18px;
        line-height: 1;
    }
    .customer-account-login .field.email.required label span,
    .customer-account-login .field.password.required label span {
        color: #333;
        font-size: 20px;
        line-height: 1;
    }
    .customer-account-login .field.email.required .control input,
    .customer-account-login .field.password.required .control input {
        width: 800px;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    .customer-account-login .reset-toolbar {
        margin-bottom: 100px;
    }
    .customer-account-login .reset-toolbar .reset-submit-btn {
        width: 626px;
        height: 40px;
        margin-right: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        background: #940032;
        border-radius: 4px;
    }
    .customer-account-login .reset-toolbar .secondary a {
        color: #2185cb;
        font-size: 14px;
        line-height: 1;
    }
    .customer-account-login .block.block-new-customer .block-title {
        padding-bottom: 22px;
        margin-bottom: 20px;
    }
    .customer-account-login .block.block-new-customer .block-title strong {
        color: #333;
        font-size: 20px;
        line-height: 1;
        font-weight: bold;
    }
    .customer-account-login .block.block-new-customer .block-content p {
        color: #333;
        font-size: 16px;
        line-height: 1;
        margin: 20px 0 50px 0;
    }
    .customer-account-login .login-page-business-pro-entrance a,
    .customer-account-login .block.block-new-customer .block-content .actions-toolbar {
        width: 626px;
        height: 40px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        background: #940032;
        border-radius: 4px;
    }
    .customer-account-login .login-page-business-pro-entrance {
        width: 800px;
        margin: 30px auto 0;
    }
}

@media only screen and (max-width: 414px) {
    .customer-account-login .columns {
        padding-top: 0;
    }
    .customer-account-login .page-title {
        width: 250px;
        margin: 38px auto 22px !important;
        padding: 0 !important;
        font-size: 16px !important;
        line-height: 1;
    }
    .customer-account-login .page-title .base {
        width: 250px;
        color: #333;
        font-size: 16px !important;
        font-weight: bold;
        line-height: 1.3;
    }
    .customer-account-login .block.block-customer-login,
    .customer-account-login .block-content,
    .customer-account-login .block.block-new-customer,
    .customer-account-login .form.form-login {
        width: 315px;
        margin: 0 auto;
    }

    .customer-account-login .fieldset.login {
        margin-bottom: 0;
    }
    .customer-account-login .field.email.required {
        margin: 0 0 20px;
    }
    .customer-account-login .field.email.required label,
    .customer-account-login .field.password.required label {
        margin: 0 0 10px 0;
    }
    .customer-account-login .field.email.required label:after,
    .customer-account-login .field.password.required label:after {
        margin: 0 0 0 10px;
        color: #ff0202;
        content: '*';
        font-size: 18px;
        line-height: 1;
    }
    .customer-account-login .field.email.required label span,
    .customer-account-login .field.password.required label span {
        color: #333;
        font-size: 14px;
        line-height: 1;
    }
    .customer-account-login .field.email.required .control input,
    .customer-account-login .field.password.required .control input {
        width: 315px;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    .customer-account-login .reset-toolbar {
        margin-bottom: 40px;
    }
    .customer-account-login .reset-toolbar .reset-submit-btn {
        width: 240px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        background: #940032;
        border-radius: 4px;
    }
    .customer-account-login .reset-toolbar .secondary a {
        width: 58px;
        display: inline-block;
        color: #2185cb;
        font-size: 10px;
        line-height: 1.3;
        word-break: break-all;
    }
    .customer-account-login .block.block-new-customer .block-title {
        padding-bottom: 16px;
        margin-bottom: 14px;
    }
    .customer-account-login .block.block-new-customer .block-title strong {
        color: #333;
        font-size: 16px;
        line-height: 1;
        font-weight: bold;
    }
    .customer-account-login .block.block-new-customer .block-content p {
        width: 312px;
        margin: 14px 0 20px 0;
        color: #333;
        font-size: 10px;
        line-height: 1.3;
        word-break: break-all;
    }
    .customer-account-login .login-page-business-pro-entrance a {
        width: 100%;
        height: 36px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        background: #940032;
        border-radius: 4px;
    }
    .customer-account-login .login-page-business-pro-entrance {
        box-sizing: border-box;
        width: 100%;
        margin: 30px auto 0;
    }
}

@media only screen and (min-width: 750px) {
    .customer-account-login .block.block-new-customer .actions-toolbar {
        width: 626px;
    }
    .customer-account-login .block.block-new-customer .actions-toolbar .primary {
        width: 626px;
    }
    .customer-account-login .block.block-new-customer .actions-toolbar a {
        width: 100%;
    }
}.product-item-info .product-item-name {
    white-space: initial;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-item-info .product-item-description {
    display: none;
}

.product-item-info .swatch-attribute.size {
    display: none;
}

.products-list .product-item-details {
    padding-top: 20px;
}

.page-products .sidebar-main {
    display: none !important;
}

.product-info-main .product-add-form {
    padding-top: 0px !important;
}

.product-info-main .product-info-price {
    border-bottom: 1px solid #d5d5dd;
}

.reviews-actions a {
    color: #000000 !important;
}

.catalog-category-view .reviews-actions a:hover {
    color: #006bb4 !important;
}

.product-info-main .product-info-stock-sku {
    text-align: left !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    float: unset !important;
}

.product-info-stock-sku .sku {
    color: #999;
    margin-bottom: 15px;
}

.product-info-main .product.attribute.sku .type:after {
    content: '：' !important;
}

.product-info-main .product.attribute.sku .type {
    margin-right: 0px !important;
}

.catalog-category-view .product-reviews-summary {
    float: unset !important;
}

.swatch-attribute-label:after {
    content: '：' !important;
}

.product-info-main .swatch-attribute {
    display: flex;
    margin-bottom: 15px;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
}

.product-info-main .swatch-attribute-options {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.page-products .product-item .price-box {
    display: flex;
    align-items: center;
}

.product-info-main .swatch-attribute-label {
    font-weight: 500 !important;
}

.swatch-option.text {
    background: #fff !important;
    border: 1px solid #ddd;
    border-radius: 2px !important;
}

.size .swatch-option.selected {
    background: #930031 !important;
    color: #fff !important;
    outline: none !important;
    border: 1px solid #930031 !important;
}

.page-products .swatch-option {
    padding: 2px !important;
    border-radius: 0px !important;
    border: 1px solid #dadada;
}

.page-products .swatch-option.selected {
    border-radius: 0px !important;
    outline: none !important;
    border: 1px solid #ff5501 !important;
}

.swatch-option:focus {
    box-shadow: none !important;
}

.swatch-attribute-selected-option {
    display: none;
}

.field-error,
div.mage-error[generated] {
    margin-top: 0px !important;
    line-height: 30px;
}

iframe.zoid-component-frame {
    z-index: 10 !important;
}

iframe.component-frame {
    z-index: 98 !important;
}

.page-products .product-item-actions {
    display: flex;
}

.page-products .actions-secondary {
    margin-left: 20px;
}

.page-products .product-item .price-box {
    margin: 5px 0px 0px 0px;
}

.page-products .swatch-attribute-options {
    padding: 2px;
    height: 50px;
    overflow: hidden;
}

.page-products .product-item-name {
    display: flex;
}

.page-products .product-item-details {
    position: relative;
}

.product-item-info .sale-tips-title {
    margin-left: 0px;
}

@media screen and (min-width: 768px) {
    .product-item-info .product-item-name {
        height: 42px;
    }
    .page-products .product-item-info {
        width: 100% !important;
    }
    .page-products .product-image-container {
        width: 100% !important;
    }
    .page-products .products-grid .product-item {
        margin-left: 0px !important;
    }
    .page-products .swatch-option.image:not(.disabled):hover,
    .swatch-option.color:not(.disabled):hover {
        border-radius: 0px !important;
        outline: none !important;
        border: 1px solid #ff5501 !important;
    }
    .wishlist-index-index .products-grid .product-item {
        margin-left: 0px !important;
    }
    .products-grid .product-item-info,
    .products-grid .product-item-info:hover,
    .products-grid .product-item-info.active {
        padding: 9px;
        margin: 0px 0px;
    }
    .page-products .products-list .product-item-photo {
        width: 30%;
    }
    .toolbar-products {
        padding-left: 30px;
    }
    .category-view-top {
        margin-bottom: 50px;
    }
    .is-reviews {
        margin-top: 35px !important;
    }
}

@media screen and (min-width: 1024px) {
    .page-products .products-grid .product-item {
        width: 33% !important;
        padding: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .filter.active .filter-title strong {
        text-align: right;
    }
    .page-products .product-item-info .product-item-name {
        height: 40px;
    }
    .page-products .swatch-option.image:not(.disabled):hover,
    .swatch-option.color:not(.disabled):hover {
        border-radius: 5px !important;
        outline: none !important;
        border: 1px solid #dadada;
    }
    .page-products .product-item-info {
        padding: 0px !important;
    }
    .page-products .products-grid .product-item {
        width: calc((100% - 4%)/2);
        margin-bottom: 30px;
    }
    .page-products .products-grid .product-item-info {
        border: 0px !important;
    }
    .page-products .products-grid .product-item {
        margin-left: 4%;
    }
    .page-products .product-item:nth-child(2n + 1) {
        margin-left: 0px !important;
    }
    .page-products .sorter {
        top: 15px !important;
    }
    .product-item-details .is-reviews {
        margin-top: 30px !important;
    }
    .page-products .product-item-details {
        padding: 0px;
        position: relative;
    }
    .page-products .swatch-option {
        margin: 0 9px 5px 0 !important;
    }
    .page-products .swatch-attribute-options a:nth-child(3) .swatch-option {
        margin: 0 0 5px 0 !important;
    }
}

@media screen and (max-width: 380px) {
    .page-products .swatch-option {
        margin: 0 6px 5px 0 !important;
    }
}

.is-reviews .price-box {
    margin-top: 0px !important;
}.page-products .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 {
    text-transform: none;
    color: #222;
}

.abs-actions-addto span:hover,
.bundle-options-container .block-bundle-summary .product-addto-links>.action span:hover,
.product-item-actions .actions-secondary>.action span:hover,
.product-social-links .action.tocompare span:hover,
.wishlist.split.button>.action.split span:hover,
.product-social-links .action.mailto.friend span:hover,
.product-social-links .action.towishlist span:hover,
.block-bundle-summary .action.towishlist span:hover,
.product-item .action.towishlist span:hover,
.table-comparison span:hover {
    border-bottom: 1px solid #ccc;
}

.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
    content: '\e600';
    background: url(https://static.povison.com/media/wysiwyg/product_detail/add_to_wish.png) no-repeat;
    background-size: contain;
    color: white;
}

.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:before,
.product-item-actions .actions-secondary>.action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button>.action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
    font-size: 12px;
}

/* 产品页面 discount title */

.products .discount-title {
    width: 100%;
    height: 25px;
    background: #930031;
    color: #fff;
    position: absolute;
    bottom: 0;
    line-height: 25px;
    font-size: 11px;
    text-align: center;
    font-weight: 0px;
}
/* 添加五角星 */

.star::before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #930031;
    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;
}

.product-info-sku-review .discuss {
    display: flex !important;
}

.product-info-sku-review .rating-summary.rating-summary-score {
    margin-top: -3px;
    margin-left: 10px;
}


/* 添加new图标 */

.page-products li.item.product.product-item {
    position: relative;
}


/* .page-products .products-grid .new-product {
    position: absolute;
    top: 4%;
    z-index: 999;
    left: 5%;
    width: 40px;
    background: #930031;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 12px;
} */

.time-open {
    overflow: hidden;
}

.product-image-photo {
    width: 100% !important;
}

.instructons-open {
    overflow: hidden;
}

.fotorama__nav__shaft {
    cursor: grab;
}

.product-details-wrapper {
    clear: both;
}

.exchange-wrapper img {
    height: auto;
    width: unset !important;
}

.fotorama__arr:hover {
    background: unset !important;
}

.fotorama__thumb__arr:hover {
    background-color: rgb(162 159 159 / 50%) !important;
}

.fotorama__arr {
    background: unset !important;
}

.fotorama__nav--thumbs:hover .fotorama__thumb__arr {
    background-color: rgba(167, 161, 161, 0.3) !important;
}

.fotorama__thumb__arr--right .fotorama__thumb--icon {
    background-position: -25px -346px !important;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 1 !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    transform: unset !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    transform: unset !important;
}

.delivery-wrapper img {
    height: auto;
    width: unset !important;
}

.popup-wrapper img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.product-info-stock-sku .availability {
    display: none !important;
}

.product-attribute-wrapper ul {
    margin: 0px !important;
    padding-inline-start: 20px !important;
    margin-bottom: 15px !important;
}

.product-attribute-wrapper ul li {
    list-style: unset !important;
    font-size: 13px;
    margin-bottom: 5px !important;
}

.product-attribute-wrapper ul:nth-child(4) {
    height: 50px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
}

.page-product-configurable .swatch-option {
    padding: 3px 5px !important;
    border-radius: 3px !important;
    border: 1px solid #757070;
}

.page-product-configurable .text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto !important;
    min-height: 30px !important;
    min-width: 30px !important;
    line-height: 1.5;
}

.page-product-configurable .description table {
    width: 100% !important;
}

.page-product-configurable .description .mobile-description {
    width: 100% !important;
}

.page-product-configurable .fotorama__arr--next {
    right: -10px !important;
}

.care-more {
    text-align: center;
    width: 150px;
    margin: 0 auto;
}

.care-more span {
    cursor: pointer;
}

.care-icon::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.description img {
    height: auto;
}

img {
    max-height: unset !important;
}

.price-container .price {
    font-size: 20px;
}

.price-final_price .price {
    color: #930031;
}

.price-final_price .old-price .price {
    color: #666 !important;
}

.page-product-configurable .price-final_price .old-price .price {
    font-size: 15px !important;
}

.product-info-main .product-info-price .price-box {
    display: flex;
    width: unset !important;
    align-items: center !important;
}

.product-info-main .price-label {
    display: none !important;
}

.product-info-main .no-display {
    margin-left: 10px;
    text-decoration: line-through;
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
    top: 15px;
}

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
    left: -16px;
    top: 14px;
}

.buy-now-btn {
    background: #930031 !important;
    border: 1px solid #930031 !important;
    font-size: 18px !important;
}

#tab-label-additional {
    display: none !important;
}

#additional {
    display: none !important;
}

.product-info-main .page-title-wrapper .page-title {
    display: unset;
}

.product-reviews-summary .reviews-actions a {
    display: none;
}

.catalog-product-view .product-reviews-summary {
    float: unset !important;
    margin-top: 15px;
}

.catalog-product-view .page-title-wrapper {
    position: relative;
}

.product-details-wrapper p {
    word-wrap: break-word;
}

@media screen and (min-width: 768px) {
    .page-products .products-grid .new-product {
        position: absolute;
        /* top: 5%; */
        z-index: 99;
        left: 31px;
        width: 40px;
        background: #930031;
        height: 40px;
        border-radius: 50%;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        top: 31px;
    }
    .product-info-main {
        margin-bottom: 50px;
    }
    .product.media {
        margin-top: 20px;
    }
    .product-info-main .page-title-wrapper {
        margin-top: -8px;
    }
    .product-info__box .product-info-main .page-title {
        font-size: 22px;
        color: #353535;
        line-height: 22px;
        margin-bottom: 0px;
    }
    .product-details-wrapper {
        margin-bottom: 30px;
    }
    .mobile-description {
        display: none;
    }
    .product.media {
        margin-bottom: 50px !important;
    }
    .product-info-main {
        padding-top: 40px !important;
    }
    .fotorama__stage__shaft {
        width: 100% !important;
    }
    .fotorama__stage__frame .fotorama__img {
        width: 100% !important;
        height: 100% !important;
    }
    .time-open .block-time-wrapper,
    .instructons-open .block-instrutions-wrapper {
        -webkit-box-shadow: 0 0 5px 0 rgb(50 50 50 / 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 rgb(50 50 50 / 75%);
        right: 0;
        z-index: 999;
    }
    .block-time-wrapper {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: right 0.5s;
        -moz-transition: right 0.5s;
        -ms-transition: right 0.5s;
        transition: right 0.5s;
        height: 100vh;
        right: -100%;
        position: fixed;
        top: 0;
        width: 600px;
        background: #fff;
    }
    .time-open .time-close-popup:after,
    .instructons-open .instruntion-close-popup:after {
        background: rgba(88, 88, 88, 0.6);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 998;
    }
    .icn-close {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
    }
    .icn-close:before {
        content: '';
        height: 20px;
        border-left: 1px solid #000;
        position: absolute;
        transform: rotate(-45deg);
        left: 8px;
    }
    .icn-close:after {
        content: '';
        height: 20px;
        border-left: 1px solid #000;
        position: absolute;
        transform: rotate(45deg);
        left: 8px;
    }
    .block-instrutions-wrapper {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: right 0.5s;
        -moz-transition: right 0.5s;
        -ms-transition: right 0.5s;
        transition: right 0.5s;
        height: 100vh;
        right: -100%;
        position: fixed;
        top: 0;
        width: 600px;
        background: #fff;
    }
    .product-instructions-wrapper p {
        margin-bottom: 0px !important;
    }
    .instructons_pc-box span {
        cursor: pointer;
        font-size: 14px;
        font-family: Sofia;
        font-weight: 400;
        color: #fb9221;
        text-decoration: underline;
    }
    .product-details-position {
        /* position: fixed;
        top: 170px; */
        padding-top: 200px;
    }
    .page-product-configurable .swatch-option:not(.disabled):hover {
        border: 1px solid #757070 !important;
        outline: unset !important;
        color: #686868 !important;
    }
    .tip-icon {
        width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        margin-left: 5px;
        cursor: pointer;
    }
    .tip-icon::after {
        font-size: 17px;
        color: #999;
        font-weight: 500 !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: inherit;
        color: inherit;
        content: '\e623';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
    }
    .tip-icon .icontanhao {
        font-weight: bold;
    }
    .product-info-main .no-display .price-wrapper {
        color: #ccc !important;
    }
    .page-product-configurable .fotorama__stage__frame img {
        height: 100% !important;
    }
    .page-product-configurable .swatch-option.image:not(.disabled):hover,
    .swatch-option.color:not(.disabled):hover {
        border-radius: 5px !important;
        outline: none !important;
        border: 2px solid #ff5501 !important;
    }
    .page-product-configurable .swatch-option.selected {
        border-radius: 3px !important;
        outline: none !important;
        border: 2px solid #930031 !important;
    }
    .product-item .price-box .normal-price .price {
        color: #930031;
        font-size: 18px;
        margin-right: 3px;
    }
    .page-product-configurable .product-info-price {
        display: flex;
    }
    .catalog-product-view .sale-tips {
        margin-top: 1px;
        position: absolute;
    }
    .catalog-product-view .sale-tips-title {
        text-indent: 0px;
    }
}

@media screen and (min-width: 1024px) {
    .products-related .product-item {
        width: 25% !important;
    }
}

@media screen and (max-width: 767px) {
    .page-product-configurable .footer_info_box {
        padding-bottom: 90px !important;
    }
    /* 显示组合搭配中间的加号 */
    .page-product-configurable .kit-list-box .kit-item-icon-plus {
        display: block !important;
        right: 0 !important;
        top: 32% !important;
    }
    .page-products .products-grid .new-product {
        position: absolute;
        /* top: 5%; */
        z-index: 99;
        /* left: 0%; */
        width: 40px;
        background: #930031;
        height: 40px;
        border-radius: 50%;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        top: 0;
    }
    .catalog-product-view .columns {
        padding: 0px 0px 15px 0px !important;
    }
    .catalog-product-view .product-info-main {
        padding: 0 15px;
    }
    .product_delivery-open {
        overflow: hidden;
    }
    .catalog-product-view .page-title-wrapper {
        padding: 15px 0px 0px 0px !important;
    }
    .product-info__box .product-info-main .page-title {
        font-size: 18px;
        color: #222222;
        line-height: 22px;
        margin-bottom: 0px;
        font-weight: bold;
    }
    .catalog-product-view .page-title-wrapper h1 {
        margin-bottom: 0px;
    }
    .page-title {
        font-size: 2rem;
        color: #000;
        font-weight: 500;
    }
    .description {
        display: none;
    }
    .mobile-active {
        display: block !important;
    }
    .mobile-description-active a:after {
        content: '\e621' !important;
    }
    .time-open .block-time-wrapper,
    .instructons-open .block-instrutions-wrapper {
        -webkit-box-shadow: 0 0 5px 0 rgb(50 50 50 / 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 rgb(50 50 50 / 75%);
        bottom: 0;
        z-index: 99999;
    }
    .block-time-wrapper {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: bottom 0.3s;
        -moz-transition: bottom 0.3s;
        -ms-transition: bottom 0.3s;
        transition: bottom 0.3s;
        height: 92vh;
        bottom: -1000px;
        position: fixed;
        width: 100vw;
        left: 0;
        background: #fff;
        z-index: 999;
    }
    .time-open .time-close-popup:after,
    .instructons-open .instruntion-close-popup:after,
    .product_delivery-open .time-close-popup:after {
        background: rgba(88, 88, 88, 0.6);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 998;
    }
    .icn-close {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 3px;
        top: 5px;
        cursor: pointer;
    }
    .icn-close:before {
        content: '';
        height: 20px;
        border-left: 1px solid #000;
        position: absolute;
        transform: rotate(-45deg);
        left: 8px;
    }
    .icn-close:after {
        content: '';
        height: 20px;
        border-left: 1px solid #000;
        position: absolute;
        transform: rotate(45deg);
        left: 8px;
    }
    .block-instrutions-wrapper {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: bottom 0.3s;
        -moz-transition: bottom 0.3s;
        -ms-transition: bottom 0.3s;
        transition: bottom 0.3s;
        height: 92vh;
        bottom: -1000px;
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 999;
    }
    .product-instructions-wrapper {
        margin-bottom: 30px;
    }
    .product-instructions-wrapper p {
        margin-bottom: 0px !important;
    }
    .instructons_pc-box span {
        cursor: pointer;
        font-size: 14px;
        font-family: Sofia;
        font-weight: 400;
        color: #fb9221;
        text-decoration: underline;
    }
    .product.data.items>.item.content {
        padding: 0px 0 0px 0;
    }
    .product.data.items>.item.content img {
        height: auto;
    }
    .product.data.items .item.title>.switch {
        padding: 0px !important;
    }
    .tip-icon {
        display: flex;
        margin-left: 10px;
    }
    .normal-price .price-container .price {
        color: #930031;
    }
    .product-info-main .no-display .price-wrapper {
        color: #ccc !important;
    }
    .product-info-price {
        padding-bottom: 15px;
    }
    .page-product-configurable .product-info-price {
        display: block;
    }
    .product-info-price .normal-price .price-container .price {
        font-size: 30px !important;
    }
    .product-info-price {
        margin: 0px !important;
    }
    .product-info-price>*:last-child,
    .product-info-price>*:first-child {
        padding: 0px !important;
    }
    .product-info-main .product-info-price .price-box .price-container>span {
        margin-bottom: 0px;
    }
    .minicart-wrapper .text {
        display: none;
    }
    .page-product-configurable .swatch-option.image:not(.disabled):hover,
    .swatch-option.color:not(.disabled):hover {
        border-radius: 3px;
        outline: none;
        border: 1px solid #757070;
    }
    .page-product-configurable .swatch-option.selected {
        border-radius: 3px !important;
        outline: none !important;
        border: 2px solid #930031 !important;
    }
    .catalog-product-view .fotorama__nav--dots .fotorama__nav__frame {
        width: 15px !important;
    }
    .product-item .price-box .normal-price .price {
        color: #930031;
        font-size: 16px;
        margin-right: 3px;
    }
    .catalog-product-view .fotorama__nav-wrap {
        margin-top: -30px;
    }
    .buy-now-btn {
        width: 100%;
        margin-bottom: 15px;
    }
    .catalog-product-view .sale-tips-title {
        text-indent: 0px;
    }
}

/*M端*/
@media only screen and (max-width: 799px) {
  .page-product-configurable .magenest-photoreview-filter-options {
    justify-content: flex-end !important;
  }
  .page-product-configurable .product-review-count-wrap #customer-reviews {
    min-height: 130px;
  }
  .page-product-configurable .product-review-count-wrap .block.review-add.amreview-submit-form .block-title,
  .page-product-configurable .product-review-count-wrap .block.review-add .block-title {
    width: 100%;
  }
}
.product-info__box .product-options-bottom .buynow-button {
    display: none;
}

.product-info__box .product-reviews-summary {
    display: none;
}

.product-info__box .product-info-sku-review .product-reviews-summary {
    display: block;
}

.catalog-product-view .product-reviews-summary {
    margin-top: 0px;
}

.catalog-product-view .product-reviews-summary .reviews-actions a {
    display: block;
}

.catalog-product-view .product-info-main .product-info-price {
    border: 0px;
}

.catalog-product-view .product-info-main .swatch-attribute {
    display: block;
    margin-bottom: 10px;
    border: 0px;
}

.catalog-product-view .swatch-attribute-selected-option {
    display: unset;
    padding-left: 0px;
}

.ap-product-banners-wrapper {
    display: none;
}

.product-info-main .product-info-sku-review .detail-more {
    display: none;
}

.product-popup-title {
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    z-index: 99999;
}

.popup-title-name {
    font-weight: bold;
    font-size: 18px;
}

.popup-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.popup-close::after {
    content: '';
    height: 23px;
    border-left: 5px solid #999;
    position: absolute;
    transform: rotate(45deg);
    right: 15px;
    border-radius: 10px;
    top: 9px;
}

.popup-close:before {
    content: '';
    height: 23px;
    border-left: 5px solid #999;
    position: absolute;
    transform: rotate(-45deg);
    right: 15px;
    border-radius: 10px;
    top: 9px;
}

.product-detail-open .detail-close-popup:after {
    background: rgba(88, 88, 88, .6);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 998;
    transition: all 2s ease;
}

.product-exchange-open .exchange-close-popup:after {
    background: rgba(88, 88, 88, .6);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 998;
    transition: all 2s ease;
}

.product-exchange-open {
    overflow: hidden;
}

.product-options-open {
    overflow: hidden;
}

.product-info__box .product-options-bottom {
    position: relative;
}

.product-popup-wrap::-webkit-scrollbar {
    display: none;
}

.product-info__box .product-attribute-wrapper .value p:nth-of-type(n+2),
.product-info__box .product-attribute-wrapper .value ul:nth-of-type(n+2),
.product-info__box .product-attribute-wrapper .value ul li:nth-of-type(n+3) {
    display: none;
}

.product-info__box .product-attribute-wrapper .more-instrute p:nth-of-type(n+1),
.product-info__box .product-attribute-wrapper .more-instrute ul:nth-of-type(n+1) {
    display: block;
}

.product-info__box .product-attribute-wrapper .more-instrute ul li:nth-of-type(n+1) {
    display: list-item;
}

.product-info__box .product-attribute-wrapper .more-instrute .care-icon::after {
    content: '\e621';
}

.product-info__box .paypal-smart-button {
    display: none !important;
}

.product-info__box .swatch-option.text.selected {
    background: #fff !important;
    color: #000 !important;
    outline: none !important;
    border: 2px solid #930031 !important;
    border-radius: 3px !important;
}

.catalog-product-view .box-tocart .qty {
    width: 70px !important;
    display: flex;
    height: 37px;
    line-height: 35px;
    font-size: 18px;
    margin-bottom: 25px;
}

.catalog-product-view .box-tocart .qty label {
    font-weight: 500 !important;
}

.catalog-product-view .box-tocart .qty .control {
    display: flex;
}

.catalog-product-view .qty-item {
    width: 40px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #ccc;
    font-size: 18px;
    cursor: pointer;
}

.catalog-product-view .qty-reduce {
    border-right: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.catalog-product-view .qty-add {
    border-left: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.catalog-product-view .product-details-wrapper table,
.mobile-description table {
    display: inline-block;
    height: auto !important;
}

.catalog-product-view .product-details-wrapper table tbody,
.mobile-description table tbody {
    width: 100%;
    display: inline-block;
}

.catalog-product-view .product-details-wrapper table tr td:first-child,
.mobile-description table tr td:first-child {
    background: #f5f5f5;
}

.catalog-product-view .product-details-wrapper table tr,
.mobile-description table tr {
    width: 100%;
    border-top: 1px solid #dfdfe1;
    min-height: 42px;
    height: auto !important;
    display: flex;
}

.catalog-product-view .product-details-wrapper table tr:last-child,
.mobile-description table tr:last-child {
    border-bottom: 1px solid #dfdfe1;
}

.catalog-product-view .product-details-wrapper table tr td,
.mobile-description table tr td {
    vertical-align: middle;
    width: 45% !important;
    min-height: 42px;
    padding: 5px 2%;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    word-break: break-word;
}

.product-info__box .product-info-stock-sku .available {
    display: none;
}

.fotorama__thumb-border {
    border: 2px solid #930031 !important;
}

.fotorama__active .fotorama__dot {
    background-color: #930310 !important;
    border-color: #930310 !important;
}

@media screen and (min-width: 768px) {
    .product-info__box {
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        transition: .2s ease;
        padding-bottom: 30px;
    }
    .product-info__box .product.media {
        float: unset;
        width: 47% !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        height: 0;
        padding-bottom: 60%;
        position: -webkit-sticky;
        position: sticky;
        top: 66px;
        left: 0;
        background: #fff;
        overflow: hidden;
    }
    .product-info__box .product-info-main {
        float: unset;
        width: 50% !important;
        padding-top: 0px !important;
    }
    /* 主图 */
    .catalog-product-view .fotorama {
        overflow: unset !important;
    }
    .catalog-product-view .fotorama__nav-wrap {
        margin-top: 15px;
    }
    .page-product-configurable .fotorama__stage {
        width: 100% !important;
    }
    /* -----end----- */
    /* 商品信息板块 */
    .product-info-options-wrap {
        border-top: 1px dashed #ccc;
        margin-top: 10px;
        border-bottom: 1px dashed #ccc;
    }
    .bundle-options-container .block-bundle-summary .box-tocart,
    .box-tocart {
        margin: 0 0 20px;
    }
    .catalog-product-view .product-info-sku-review {
        display: flex;
        margin: 10px 0 0px 0;
    }
    .catalog-product-view .reting-top {
        width: 100%;
        height: 18px;
    }
    .catalog-product-view .product-reviews-summary {
        margin-left: 30px;
    }
    .catalog-product-view .product-info-sku-review .rating-summary {
        margin-right: 10px;
        line-height: 20px;
    }
    .catalog-product-view .product-info-sku-review .reviews-actions {
        margin-top: 2px;
        border-bottom: 1px solid;
    }
    .catalog-product-view .product-info-main .product-info-price  {
        display: flex;
        align-items: center;
    }
    .catalog-product-view .product-info-main .product-info-price .test-badge-element-id {
        display: none;
    }
    .catalog-product-view .product-info-main .product-info-price {
        margin-bottom: 0px !important;
    }
    .catalog-product-view .product-options-bottom .price-box,
    .product-info-price .price-box {
        padding-bottom: 0px !important;
    }
    .catalog-product-view .product-info-main .product-add-form {
        margin-top: -10px;
    }
    .catalog-product-view .product-info-main .swatch-attribute-options {
        margin-bottom: 5px !important;
        display: flex;
        flex-wrap: wrap;
    }
    .product-options-wrap {
        position: relative;
    }
    .product-options-wrap .product-options-bottom .actions {
        width: 90%;
    }
    .product-options-wrap .product-social-links {
        /* width: 30px;
        height: 30px;
        position: absolute;
        bottom: 9px;
        right: 0;
        text-align: center;
        margin: 0px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #999;
        display: flex;
        justify-content: center;
        align-items: center; */
    }
    .product-options-wrap .action.towishlist:before {
        /* margin: 0px;
        content: '\2661';
        font-size: 26px;
        height: 20px; */
    }
    .product-info__box .product-options-bottom .control #qty-error {
        position: absolute;
        left: 165px;
        line-height: 42px;
    }
    .product-info__box .product-title-wrapper {
        display: none;
    }
    .product-info__box .product-popup-options-wrap {
        display: none;
    }
    .product-info__box .price-box {
        display: none;
    }
    .catalog-product-view .tocart,
    .catalog-product-view .tocart:hover {
        background: #222222;
        color: #fff;
        border: 1px solid #222222;
        width: 47% !important;
        margin-right: 3% !important;
    }
    .catalog-product-view .buy-now-btn {
        width: 47% !important;
        margin-left: 2%;
    }
    .catalog-product-view .tocart:focus,
    .catalog-product-view .tocart:active {
        background: #222222;
        color: #fff;
        border: 1px solid #222222;
    }
    /* -----end----- */
    /* 详情内容 */
    .product-pc-items,
    .product-detail-wrap {
        margin-bottom: 0px !important;
    }
    .catalog-product-view .product.data.items .item.title {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
    }
    .catalog-product-view .product.data.items .item.title a {
        font-size: 18px !important;
        font-weight: bold !important;
        border: 0px;
        background: unset !important;
        padding: 0px;
        color: #000;
    }
    .catalog-product-view .product.data.items .item.title a:after {
        font-size: 18px;
        right: 0px !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: inherit;
        color: #666;
        content: '\e608';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .catalog-product-view .product.data.items .item.title.active a:after {
        content: '\e608' !important;
        font-size: 18px;
    }
    .catalog-product-view .product.data.items>.item.content {
        padding: 0px;
        border: 0px;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
        padding-bottom: 25px;
        position: relative;
    }
    .catalog-product-view .product.data.items>.item.title>.switch:hover {
        color: #000;
    }
    .catalog-product-view .product.data.items .item.title .switch:hover {
        color: #000;
    }
    .catalog-product-view .product.data.items>.item.content ul {
        padding-inline-start: 15px;
    }
    .detail-attribute-wrapper {
        padding-top: 10px;
    }
    .product-details-wrapper .detail-attribute-wrapper {
        height: 180px;
        overflow: hidden;
    }
    .product-details-wrapper .detail-attribute-wrapper ul {
        margin-bottom: 10px;
    }
    .product-details-wrapper .detail-attribute-wrapper li {
        margin-bottom: 5px;
        list-style: inside !important;
    }
    .detail-more {
        margin-top: 20px;
        display: flex;
    }
    .detail-mobile-more-skiy {
        cursor: pointer;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient( 180deg, hsla(0, 0%, 100%, .3), #fff);
    }
    .more-one {
        position: absolute;
        width: 100%;
        bottom: 16px;
        height: 30px;
        line-height: 30px;
        background: #fff;
    }
    .detail-more span {
        color: #000;
        border-bottom: 1px solid;
        font-weight: bold;
        cursor: pointer;
    }
    .symbol-icon::after {
        content: '\e608';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: inherit;
        color: #666;
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        cursor: pointer;
    }
    .detail-content-wrap {
        padding: 50px 15px 20px 15px;
    }
    .mobile-icon-detail {
        display: none;
    }
    .product-social-links {
        margin-top: 15px;
        text-align: left;
    }
    /* -----end----- */
    /* 产品保养字段 */
    .product-instructions-wrapper {
        margin-bottom: 0px;
        line-height: 40px;
        cursor: pointer;
    }
    .product-instructions-wrapper p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 18px;
        font-weight: bold;
        line-height: 40px;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }
    .instrutions-popup-content {
        padding-top: 42px;
        height: calc(100% - 42px);
        overflow: scroll;
    }
    /* -----end----- */
    /* 退换政策/运费规则 */
    .exchange-wrapper {
        line-height: 40px;
        cursor: pointer;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }
    .exchange-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 18px;
        font-weight: bold;
        line-height: 40px;
    }
    .detail-popup-content {
        padding: 50px 15px 20px 15px;
        height: calc(100% - 50px);
        overflow: scroll;
    }
    .detail-popup-content h2 {
        margin: 0px;
    }
    /* -----end----- */
    /* 品牌名 */
    .brand-name-wrap {
        width: 100%;
        margin-top: 15px;
    }
    .brand-title {
        font-size: 18px;
        font-weight: bold;
        line-height: 25px;
        color: #000;
    }
    .brand-mobile-wrap {
        display: none;
    }
    .brand-pc-wrap,
    .brand-mobile-wrap {
        display: flex;
        align-items: center;
    }
    .catalog-product-view .product.info.detailed {
        margin-bottom: 0px;
    }
    .brand-contnet a {
        align-items: center;
        justify-content: space-between;
        color: #666;
        border-bottom: 1px solid;
    }
    .brand-logo {
        flex-shrink: 0;
        width: 18%;
        height: 66px;
        overflow: hidden;
        display: flex;
        align-items: center;
        padding: 0 5px;
    }
    .brand-logo img {
        width: 100%;
    }
    .brand-info-content {
        padding-left: 10px;
        flex: 1;
    }
    .brand-name-title {
        line-height: 17px;
        margin-bottom: 5px;
    }
    .brand-links::after {
        content: '\e608';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: inherit;
        color: inherit;
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    /* -----end----- */
    /* 弹窗 */
    .product-detail-open {
        overflow: hidden;
    }
    .product-popup-title {
        width: 600px;
    }
    .block-time-content {
        height: calc(100% - 50px);
        overflow: scroll;
    }
    .block-time-content h3 {
        margin-top: 0px;
    }
    .product-detail-open .product-details-wrap,
    .product-exchange-open .product-popup-refund {
        -webkit-box-shadow: 0 0 5px 0 rgb(50 50 50 / 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 rgb(50 50 50 / 75%);
        right: 0;
        z-index: 999;
    }
    .product-popup-wrap {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: right 0.5s;
        -moz-transition: right 0.5s;
        -ms-transition: right 0.5s;
        transition: right 0.5s;
        height: 100vh;
        right: -100%;
        position: fixed;
        top: 0;
        width: 600px;
        background: #fff;
    }
    /* -----end----- */
}

@media screen and (min-width: 1400px) {
    .product-info__box .product.media {
        padding-bottom: 56%;
    }
}

@media screen and (max-width: 767px) {
    /* 商品信息板块 */
    .catalog-product-view .product-info-main {
        position: relative;
    }
    .catalog-product-view .product-info-sku-review {
        display: flex;
        margin: 10px 0 15px 0;
        flex-wrap: wrap;
    }
    .catalog-product-view .product-info-sku-review .product-info-stock-sku .sku {
        margin-bottom: 0px;
    }
    .catalog-product-view .product-info-sku-review .product-reviews-summary {
        margin-left: 20px;
        margin-bottom: 0px;
    }
    .catalog-product-view .reting-top {
        width: 100%;
        height: 20px;
    }
    .catalog-product-view .rating-summary-wrap {
        display: flex;
        align-items: center;
    }
    .catalog-product-view .product-info-sku-review .rating-summary {
        margin-right: 10px;
        line-height: 20px;
    }
    .catalog-product-view .product-info-sku-review .reviews-actions {
        margin-top: 2px;
        border-bottom: 1px solid;
    }
    .catalog-product-view .product-info-price {
        padding-bottom: 0px !important;
    }
    .symbol-icon::after {
        content: '\e608';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: inherit;
        color: #666;
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        cursor: pointer;
    }
    .product-options-wrap .product-options-bottom .actions {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        display: flex;
        z-index: 99;
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 7%);
        display: -webkit-box;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        justify-content: center;
        padding: 15px 0px 20px 0px;
    }
    .product-options-wrap .product-options-bottom .actions button {
        width: 45%;
        margin-bottom: 0px !important;
        height: 40px;
        padding: 0px;
        line-height: 40px;
    }
    .catalog-product-view .tocart,
    .catalog-product-view .tocart:hover {
        background: #222222;
        color: #fff;
        border: 1px solid #222222;
        margin-right: 3%;
    }
    .product-options-wrap .product-options-bottom .actions .buy-now-btn {
        margin-right: 0px;
    }
    .catalog-product-view .page-title-wrapper {
        width: 100%;
    }
    .product-options-wrap .product-social-links {
        width: 36px;
        height: 36px;
        text-align: center;
        position: absolute;
        top: 13px;
        right: 12px;
    }
    .product-options-wrap .action.towishlist:before {
        margin: 0px;
        content: '\2661';
        font-size: 26px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    .product-options-wrap .swatch-opt {
        margin: 15px 0;
    }
    .product-info__box .product-options-bottom .control #qty-error {
        position: absolute;
        bottom: -28px;
    }
    .catalog-product-view .product-info-main .swatch-attribute-options {
        margin-bottom: 0px !important;
        display: flex;
        flex-wrap: wrap;
    }
    .product-info__box .swatch-option:not(.disabled):hover {
        border-radius: 3px !important;
        outline: none;
        border: 1px solid #757070;
    }
    .product-info-options-wrap {
        height: auto;
    }
    /* -----end----- */
    /* 商品信息板块弹窗 */
    .product-options-popup-wrap .product-options-popup-wrapper {
        padding-bottom: 50px;
    }
    .product-options-open .product-options-popup-content {
        display: flex;
        padding: 0px 15px 15px 15px;
    }
    .product-popup-options-wrap {
        width: 35%;
        margin-right: 15px;
        display: none;
    }
    .product-title-wrapper {
        padding: 15px;
        width: 86%;
        display: none;
    }
    .product-options-open .product-title-wrapper,
    .product-options-open .product-popup-options-wrap {
        display: block;
    }
    .product-info-options-wrap .page-title {
        margin-bottom: 0px;
    }
    .product-popup-options-wrap .options-close::before {
        content: '';
        height: 23px;
        border-left: 5px solid #999;
        position: absolute;
        transform: rotate( -45deg);
        right: 16px;
        border-radius: 10px;
        top: 9px;
    }
    .product-popup-options-wrap .options-close::after {
        content: '';
        height: 23px;
        border-left: 5px solid #999;
        position: absolute;
        transform: rotate( 45deg);
        right: 16px;
        border-radius: 10px;
        top: 9px;
    }
    .product-options-popup-wrap .product-popup-image {
        padding-top: 5px;
    }
    .product-options-popup-content-wrapper .price-box {
        display: none;
    }
    .product-options-open .price-box {
        display: block;
    }
    .product-options-popup-wrap .price-final_price {
        flex: 1;
        display: flex;
        align-items: center;
    }
    .product-options-popup-wrap .normal-price .price-container .price {
        font-size: 25px;
        font-weight: bold;
    }
    .product-options-popup-wrap .product-options-wrap .swatch-opt {
        margin: 0px;
    }
    .product-options-popup-wrap .swatch-attribute .mage-error {
        line-height: 10px !important;
        margin-bottom: 10px;
    }
    .product-options-popup-wrap .product-options-bottom .control #qty-error {
        bottom: -40px;
        line-height: 15px !important;
    }
    .block-time-content {
        height: calc(100% - 50px);
        overflow: scroll;
    }
    .product-social-links {
        margin-top: 15px;
        text-align: left;
    }
    /* -----end----- */
    /* 详情内容 */
    .catalog-product-view .description-content {
        display: none !important;
    }
    .catalog-product-view .product.data.items>.item.content {
        padding: 0px 0 25px 0 !important;
        margin-top: -10px;
        border-bottom: 1px solid #ccc;
        position: relative;
    }
    .catalog-product-view .product-details-wrapper {
        padding: 0px;
    }
    .mobile-description-content {
        padding-bottom: 20px !important;
    }
    .catalog-product-view .product.data.items .item.title {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }
    .catalog-product-view .product.data.items>.item.title>.switch {
        border-top: 0px !important;
    }
    .catalog-product-view .product.data.items .item.title a {
        font-size: 18px !important;
        font-weight: bold !important;
    }
    .catalog-product-view .product.data.items .item.title a:after {
        content: '\e608' !important;
        font-size: 18px;
        right: 0px !important;
        color: #666;
    }
    .product-details-wrapper .detail-mobile-wrapper {
        height: 180px;
        overflow: hidden;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .product-details-wrapper .detail-mobile-wrapper p {
        margin-bottom: 5px;
    }
    .product-details-wrapper ul {
        margin-left: 0px;
        padding-inline-start: 10px;
        margin-bottom: 10px;
    }
    .product-details-wrapper ul li {
        margin-bottom: 5px;
    }
    .product-details-wrapper .detail-content ul li {
        margin-bottom: 5px;
    }
    .product.data.items {
        border-bottom: 0px;
        margin-bottom: 0px;
    }
    .detail-more {
        margin-top: 20px;
        display: flex;
    }
    .detail-mobile-more-skiy {
        cursor: pointer;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 105px;
        background: linear-gradient( 180deg, hsla(0, 0%, 100%, .3), #fff);
    }
    .more-one {
        position: absolute;
        width: 100%;
        bottom: 16px;
        height: 30px;
        line-height: 30px;
        background: #fff;
    }
    .detail-more span {
        color: #000;
        border-bottom: 1px solid;
        font-weight: bold;
    }
    .product-options-open .product-social-links {
        display: none;
    }
    .detail-mobile-short-content ul li {
        list-style: inside;
    }
    .mobile-description ul li {
        list-style: inside;
    }
    .date-detail-switch {
        position: relative;
        z-index: 1;
    }
    .mobile-icon-detail {
        width: 30px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }
    /* -----end----- */
    /* 产品保养字段 */
    .product-instructions-wrapper {
        margin-bottom: 0px;
        line-height: 40px;
    }
    .product-instructions-wrapper p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 18px;
        font-weight: bold;
        line-height: 40px;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }
    .instrutions-popup-content {
        padding-top: 42px;
        height: calc(100% - 42px);
        overflow: scroll;
    }
    /* -----end----- */
    /* 退换政策/运费规则 */
    .exchange-wrapper {
        line-height: 40px;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }
    .exchange-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 18px;
        font-weight: bold;
        line-height: 40px;
    }
    /* -----end----- */
    /* 品牌名 */
    .brand-name-wrap {
        width: 100%;
        margin-top: 15px;
    }
    .brand-title {
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
        color: #000;
    }
    .brand-pc-wrap {
        display: none;
    }
    .catalog-product-view .product.info.detailed {
        margin-bottom: 0px;
    }
    .brand-contnet a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #666;
    }
    .product-info-brand-name {
        margin-bottom: 10px;
    }
    .brand-logo {
        width: 24%;
        height: 66px;
        overflow: hidden;
        display: flex;
        align-items: center;
        padding: 0 5px;
    }
    .brand-logo img {
        width: 100%;
    }
    .brand-info-content {
        height: 80px;
        flex: 1;
        padding: 0 5px 0 15px;
    }
    .brand-name-title {
        line-height: 20px;
        flex: 1;
    }
    .brand-name-title p {
        margin-bottom: 0px;
    }
    .brand-links::after {
        content: '\e608';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: inherit;
        color: inherit;
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    /* -----end----- */
    /* 组合商品 */
    .bundled-cart-promos-wrapper {
        margin-top: 30px;
    }
    .cart-promo-product-group-description {
        display: none;
    }
    .bundled-cart-promos-wrapper .cart-promos-wrapper-title {
        text-align: left !important;
        padding: 0 15px !important;
    }
    /* -----end----- */
    /* 弹窗样式 */
    .product-detail-open {
        overflow: hidden;
    }
    .product-options-open .popup:after {
        background: rgba(88, 88, 88, .6);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 998;
        transition: all 2s ease;
    }
    .product-detail-open .product-popup-details,
    .product-exchange-open .product-popup-refund {
        -webkit-box-shadow: 0 0 5px 0 rgb(50 50 50 / 75%);
        -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
        -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
        box-shadow: 0 0 5px 0 rgb(50 50 50 / 75%);
        bottom: 0;
        z-index: 99999;
    }
    .product-options-open .product-options-popup-wrap {
        height: 75vh;
        overflow: auto;
        position: fixed;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0 0 5px 0 rgb(50 50 50 / 75%);
        -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
        -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
        box-shadow: 0 0 5px 0 rgb(50 50 50 / 75%);
        left: 0;
        bottom: 0;
        z-index: 99999;
        transition: opacity 100ms ease-out, top 100ms ease-out, height 100ms ease-out;
        animation: fadeInUp .5s;
    }
    .product-popup-wrap {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: bottom .3s;
        -moz-transition: bottom .3s;
        -ms-transition: bottom .3s;
        transition: bottom .3s;
        height: 92vh;
        bottom: -1000px;
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 999;
    }
    .detail-popup-return-wrapper {
        padding: 50px 15px 15px 15px;
        height: calc(100% - 50px);
        overflow: scroll;
    }
    .detail-popup-wrapper {
        padding: 45px 15px 15px 15px;
        height: calc(100% - 60px);
        overflow: scroll;
    }
    .detail-popup-content h2 {
        margin: 0;
    }
    .product-popup-wrap ul {
        margin-left: 0px;
        padding-inline-start: 10px;
        margin-bottom: 10px;
    }
    .product-popup-title {
        width: 100%;
    }
    @keyframes fromBottom {
        0% {
            transform: translateY(100%);
        }
        100% {
            transform: translateY(0%);
        }
    }
    @keyframes toBottom {
        0% {
            transform: translateY(0%);
        }
        100% {
            transform: translateY(100%);
        }
    }
    /* -----end----- */
}

@media screen and (max-width: 320px) {
    .catalog-product-view .product-info-sku-review .product-reviews-summary {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .catalog-product-view .reting-top {
        height: 0px;
    }
}
@media (min-width: 800px) {
  .page-product-configurable .product-info-main {
    padding-top: 6.25px !important;
  }
  .page-product-configurable .page-title-wrapper.product .page-title {
    margin-bottom: 4.16667px !important;
    font-size: 8.33333px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 15px !important;
  }
  .page-product-configurable .page-title-wrapper.product .sale-tips {
    display: none;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 0 !important;
    font-family: Gilroy-Regular, Gilroy !important;
    line-height: 1 !important;
  }
  .page-product-configurable .page-title-wrapper.product .product.attribute.sku {
    font-size: 5.83333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .page-product-configurable .product-info-sku-review {
    margin-bottom: 12.5px;
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-info-sku-review .product.attribute.sku {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-sku-review .discuss {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-info-sku-review .skip {
    font-size: 5.83333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #944E6C;
    line-height: 1;
  }
  .page-product-configurable .product-info-price .normal-price .price-wrapper {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-price .normal-price .price {
    font-size: 10px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #930031 !important;
    line-height: 7.91667px !important;
  }
  .page-product-configurable .product-info-price .old-price {
    margin-left: 0 !important;
  }
  .page-product-configurable .product-info-price .old-price .price {
    font-size: 5.83333px !important;
    font-family: Gilroy-Regular, Gilroy !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 7.91667px !important;
  }
  .page-product-configurable .product-info-price .coupon-wrapper {
    margin-left: 6.25px !important;
  }
}

@media (min-width: 960px) {
  .page-product-configurable .product-info-main {
    padding-top: 7.5px !important;
  }
  .page-product-configurable .page-title-wrapper.product .page-title {
    margin-bottom: 5px !important;
    font-size: 10px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 18px !important;
  }
  .page-product-configurable .page-title-wrapper.product .sale-tips {
    display: none;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 0 !important;
    font-family: Gilroy-Regular, Gilroy !important;
    line-height: 1 !important;
  }
  .page-product-configurable .page-title-wrapper.product .product.attribute.sku {
    font-size: 7px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .page-product-configurable .product-info-sku-review {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-info-sku-review .product.attribute.sku {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-sku-review .discuss {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-info-sku-review .skip {
    font-size: 7px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #944E6C;
    line-height: 1;
  }
  .page-product-configurable .product-info-price .normal-price .price-wrapper {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-price .normal-price .price {
    font-size: 12px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #930031 !important;
    line-height: 9.5px !important;
  }
  .page-product-configurable .product-info-price .old-price {
    margin-left: 0 !important;
  }
  .page-product-configurable .product-info-price .old-price .price {
    font-size: 7px !important;
    font-family: Gilroy-Regular, Gilroy !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 9.5px !important;
  }
  .page-product-configurable .product-info-price .coupon-wrapper {
    margin-left: 7.5px !important;
  }
}

@media (min-width: 1024px) {
  .page-product-configurable .product-info-main {
    padding-top: 8px !important;
  }
  .page-product-configurable .page-title-wrapper.product .page-title {
    margin-bottom: 5.33333px !important;
    font-size: 10.66667px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 19.2px !important;
  }
  .page-product-configurable .page-title-wrapper.product .sale-tips {
    display: none;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 0 !important;
    font-family: Gilroy-Regular, Gilroy !important;
    line-height: 1 !important;
  }
  .page-product-configurable .page-title-wrapper.product .product.attribute.sku {
    font-size: 7.46667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .page-product-configurable .product-info-sku-review {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-info-sku-review .product.attribute.sku {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-sku-review .discuss {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-info-sku-review .skip {
    font-size: 7.46667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #944E6C;
    line-height: 1;
  }
  .page-product-configurable .product-info-price .normal-price .price-wrapper {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-price .normal-price .price {
    font-size: 12.8px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #930031 !important;
    line-height: 10.13333px !important;
  }
  .page-product-configurable .product-info-price .old-price {
    margin-left: 0 !important;
  }
  .page-product-configurable .product-info-price .old-price .price {
    font-size: 7.46667px !important;
    font-family: Gilroy-Regular, Gilroy !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 10.13333px !important;
  }
  .page-product-configurable .product-info-price .coupon-wrapper {
    margin-left: 8px !important;
  }
}

@media (min-width: 1280px) {
  .page-product-configurable .product-info-main {
    padding-top: 10px !important;
  }
  .page-product-configurable .page-title-wrapper.product .page-title {
    margin-bottom: 6.66667px !important;
    font-size: 13.33333px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 24px !important;
  }
  .page-product-configurable .page-title-wrapper.product .sale-tips {
    display: none;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 0 !important;
    font-family: Gilroy-Regular, Gilroy !important;
    line-height: 1 !important;
  }
  .page-product-configurable .page-title-wrapper.product .product.attribute.sku {
    font-size: 9.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .page-product-configurable .product-info-sku-review {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-info-sku-review .product.attribute.sku {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-sku-review .discuss {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-info-sku-review .skip {
    font-size: 9.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #944E6C;
    line-height: 1;
  }
  .page-product-configurable .product-info-price .normal-price .price-wrapper {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-price .normal-price .price {
    font-size: 16px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #930031 !important;
    line-height: 12.66667px !important;
  }
  .page-product-configurable .product-info-price .old-price {
    margin-left: 0 !important;
  }
  .page-product-configurable .product-info-price .old-price .price {
    font-size: 9.33333px !important;
    font-family: Gilroy-Regular, Gilroy !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 12.66667px !important;
  }
  .page-product-configurable .product-info-price .coupon-wrapper {
    margin-left: 10px !important;
  }
}

@media (min-width: 1360px) {
  .page-product-configurable .product-info-main {
    padding-top: 10.625px !important;
  }
  .page-product-configurable .page-title-wrapper.product .page-title {
    margin-bottom: 7.08333px !important;
    font-size: 14.16667px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 25.5px !important;
  }
  .page-product-configurable .page-title-wrapper.product .sale-tips {
    display: none;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 0 !important;
    font-family: Gilroy-Regular, Gilroy !important;
    line-height: 1 !important;
  }
  .page-product-configurable .page-title-wrapper.product .product.attribute.sku {
    font-size: 9.91667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .page-product-configurable .product-info-sku-review {
    margin-bottom: 21.25px;
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-info-sku-review .product.attribute.sku {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-sku-review .discuss {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-info-sku-review .skip {
    font-size: 9.91667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #944E6C;
    line-height: 1;
  }
  .page-product-configurable .product-info-price .normal-price .price-wrapper {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-price .normal-price .price {
    font-size: 17px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #930031 !important;
    line-height: 13.45833px !important;
  }
  .page-product-configurable .product-info-price .old-price {
    margin-left: 0 !important;
  }
  .page-product-configurable .product-info-price .old-price .price {
    font-size: 9.91667px !important;
    font-family: Gilroy-Regular, Gilroy !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 13.45833px !important;
  }
  .page-product-configurable .product-info-price .coupon-wrapper {
    margin-left: 10.625px !important;
  }
}

@media (min-width: 1440px) {
  .page-product-configurable .product-info-main {
    padding-top: 11.25px !important;
  }
  .page-product-configurable .page-title-wrapper.product .page-title {
    margin-bottom: 7.5px !important;
    font-size: 15px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 27px !important;
  }
  .page-product-configurable .page-title-wrapper.product .sale-tips {
    display: none;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 0 !important;
    font-family: Gilroy-Regular, Gilroy !important;
    line-height: 1 !important;
  }
  .page-product-configurable .page-title-wrapper.product .product.attribute.sku {
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .page-product-configurable .product-info-sku-review {
    margin-bottom: 22.5px;
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-info-sku-review .product.attribute.sku {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-sku-review .discuss {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-info-sku-review .skip {
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #944E6C;
    line-height: 1;
  }
  .page-product-configurable .product-info-price .normal-price .price-wrapper {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-price .normal-price .price {
    font-size: 18px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #930031 !important;
    line-height: 14.25px !important;
  }
  .page-product-configurable .product-info-price .old-price {
    margin-left: 0 !important;
  }
  .page-product-configurable .product-info-price .old-price .price {
    font-size: 10.5px !important;
    font-family: Gilroy-Regular, Gilroy !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 14.25px !important;
  }
  .page-product-configurable .product-info-price .coupon-wrapper {
    margin-left: 11.25px !important;
  }
}

@media (min-width: 1680px) {
  .page-product-configurable .product-info-main {
    padding-top: 13.125px !important;
  }
  .page-product-configurable .page-title-wrapper.product .page-title {
    margin-bottom: 8.75px !important;
    font-size: 17.5px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 31.5px !important;
  }
  .page-product-configurable .page-title-wrapper.product .sale-tips {
    display: none;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 0 !important;
    font-family: Gilroy-Regular, Gilroy !important;
    line-height: 1 !important;
  }
  .page-product-configurable .page-title-wrapper.product .product.attribute.sku {
    font-size: 12.25px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .page-product-configurable .product-info-sku-review {
    margin-bottom: 26.25px;
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-info-sku-review .product.attribute.sku {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-sku-review .discuss {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-info-sku-review .skip {
    font-size: 12.25px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #944E6C;
    line-height: 1;
  }
  .page-product-configurable .product-info-price .normal-price .price-wrapper {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-price .normal-price .price {
    font-size: 21px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #930031 !important;
    line-height: 16.625px !important;
  }
  .page-product-configurable .product-info-price .old-price {
    margin-left: 0 !important;
  }
  .page-product-configurable .product-info-price .old-price .price {
    font-size: 12.25px !important;
    font-family: Gilroy-Regular, Gilroy !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 16.625px !important;
  }
  .page-product-configurable .product-info-price .coupon-wrapper {
    margin-left: 13.125px !important;
  }
}

@media (min-width: 1920px) {
  .page-product-configurable .product-info-main {
    padding-top: 15px !important;
  }
  .page-product-configurable .page-title-wrapper.product .page-title {
    margin-bottom: 10px !important;
    font-size: 20px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 36px !important;
  }
  .page-product-configurable .page-title-wrapper.product .sale-tips {
    display: none;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 0 !important;
    font-family: Gilroy-Regular, Gilroy !important;
    line-height: 1 !important;
  }
  .page-product-configurable .page-title-wrapper.product .product.attribute.sku {
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .page-product-configurable .product-info-sku-review {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-info-sku-review .product.attribute.sku {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-sku-review .discuss {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-info-sku-review .skip {
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #944E6C;
    line-height: 1;
  }
  .page-product-configurable .product-info-price .normal-price .price-wrapper {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-price .normal-price .price {
    font-size: 24px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #930031 !important;
    line-height: 19px !important;
  }
  .page-product-configurable .product-info-price .old-price {
    margin-left: 0 !important;
  }
  .page-product-configurable .product-info-price .old-price .price {
    font-size: 14px !important;
    font-family: Gilroy-Regular, Gilroy !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 19px !important;
  }
  .page-product-configurable .product-info-price .coupon-wrapper {
    margin-left: 15px !important;
  }
}

@media (min-width: 2048px) {
  .page-product-configurable .product-info-main {
    padding-top: 16px !important;
  }
  .page-product-configurable .page-title-wrapper.product .page-title {
    margin-bottom: 10.66667px !important;
    font-size: 21.33333px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 38.4px !important;
  }
  .page-product-configurable .page-title-wrapper.product .sale-tips {
    display: none;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 0 !important;
    font-family: Gilroy-Regular, Gilroy !important;
    line-height: 1 !important;
  }
  .page-product-configurable .page-title-wrapper.product .product.attribute.sku {
    font-size: 14.93333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .page-product-configurable .product-info-sku-review {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-info-sku-review .product.attribute.sku {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-sku-review .discuss {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-info-sku-review .skip {
    font-size: 14.93333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #944E6C;
    line-height: 1;
  }
  .page-product-configurable .product-info-price .normal-price .price-wrapper {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-price .normal-price .price {
    font-size: 25.6px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #930031 !important;
    line-height: 20.26667px !important;
  }
  .page-product-configurable .product-info-price .old-price {
    margin-left: 0 !important;
  }
  .page-product-configurable .product-info-price .old-price .price {
    font-size: 14.93333px !important;
    font-family: Gilroy-Regular, Gilroy !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 20.26667px !important;
  }
  .page-product-configurable .product-info-price .coupon-wrapper {
    margin-left: 16px !important;
  }
}

@media (min-width: 2545px) {
  .page-product-configurable .product-info-main {
    padding-top: 19.88281px !important;
  }
  .page-product-configurable .page-title-wrapper.product .page-title {
    margin-bottom: 13.25521px !important;
    font-size: 26.51042px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 47.71875px !important;
  }
  .page-product-configurable .page-title-wrapper.product .sale-tips {
    display: none;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 0 !important;
    font-family: Gilroy-Regular, Gilroy !important;
    line-height: 1 !important;
  }
  .page-product-configurable .page-title-wrapper.product .product.attribute.sku {
    font-size: 18.55729px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .page-product-configurable .product-info-sku-review {
    margin-bottom: 39.76562px;
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-info-sku-review .product.attribute.sku {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-sku-review .discuss {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-info-sku-review .skip {
    font-size: 18.55729px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #944E6C;
    line-height: 1;
  }
  .page-product-configurable .product-info-price .normal-price .price-wrapper {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-price .normal-price .price {
    font-size: 31.8125px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #930031 !important;
    line-height: 25.1849px !important;
  }
  .page-product-configurable .product-info-price .old-price {
    margin-left: 0 !important;
  }
  .page-product-configurable .product-info-price .old-price .price {
    font-size: 18.55729px !important;
    font-family: Gilroy-Regular, Gilroy !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 25.1849px !important;
  }
  .page-product-configurable .product-info-price .coupon-wrapper {
    margin-left: 19.88281px !important;
  }
}

@media (min-width: 2560px) {
  .page-product-configurable .product-info-main {
    padding-top: 20px !important;
  }
  .page-product-configurable .page-title-wrapper.product .page-title {
    margin-bottom: 13.33333px !important;
    font-size: 26.66667px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 48px !important;
  }
  .page-product-configurable .page-title-wrapper.product .sale-tips {
    display: none;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 0 !important;
    font-family: Gilroy-Regular, Gilroy !important;
    line-height: 1 !important;
  }
  .page-product-configurable .page-title-wrapper.product .product.attribute.sku {
    font-size: 18.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .page-product-configurable .product-info-sku-review {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-info-sku-review .product.attribute.sku {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-sku-review .discuss {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-info-sku-review .skip {
    font-size: 18.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #944E6C;
    line-height: 1;
  }
  .page-product-configurable .product-info-price .normal-price .price-wrapper {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-price .normal-price .price {
    font-size: 32px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #930031 !important;
    line-height: 25.33333px !important;
  }
  .page-product-configurable .product-info-price .old-price {
    margin-left: 0 !important;
  }
  .page-product-configurable .product-info-price .old-price .price {
    font-size: 18.66667px !important;
    font-family: Gilroy-Regular, Gilroy !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 25.33333px !important;
  }
  .page-product-configurable .product-info-price .coupon-wrapper {
    margin-left: 20px !important;
  }
}

@media (min-width: 3840px) {
  .page-product-configurable .product-info-main {
    padding-top: 30px !important;
  }
  .page-product-configurable .page-title-wrapper.product .page-title {
    margin-bottom: 20px !important;
    font-size: 40px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 72px !important;
  }
  .page-product-configurable .page-title-wrapper.product .sale-tips {
    display: none;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 0 !important;
    font-family: Gilroy-Regular, Gilroy !important;
    line-height: 1 !important;
  }
  .page-product-configurable .page-title-wrapper.product .product.attribute.sku {
    font-size: 28px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #666666;
    line-height: 1;
  }
  .page-product-configurable .product-info-sku-review {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-info-sku-review .product.attribute.sku {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-sku-review .discuss {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-info-sku-review .skip {
    font-size: 28px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #944E6C;
    line-height: 1;
  }
  .page-product-configurable .product-info-price .normal-price .price-wrapper {
    margin-bottom: 0 !important;
  }
  .page-product-configurable .product-info-price .normal-price .price {
    font-size: 48px !important;
    font-family: Gilroy-Bold, Gilroy !important;
    font-weight: bold !important;
    color: #930031 !important;
    line-height: 38px !important;
  }
  .page-product-configurable .product-info-price .old-price {
    margin-left: 0 !important;
  }
  .page-product-configurable .product-info-price .old-price .price {
    font-size: 28px !important;
    font-family: Gilroy-Regular, Gilroy !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 38px !important;
  }
  .page-product-configurable .product-info-price .coupon-wrapper {
    margin-left: 30px !important;
  }
}

@media (min-width: 800px) {
  .page-product-configurable .page-title-wrapper.product .sale-tips {
    font-size: 12px !important;
  }
  .page-product-configurable .base,
  .page-product-configurable .sale-tips-title {
    text-indent: 0 !important;
    line-height: 20px !important;
  }
}
@media (min-width: 800px) {
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 8.33333px;
    height: 15.83333px;
    padding: 0 5.83333px 0 4.16667px;
    display: flex;
    align-items: center;
    border-radius: 7.91667px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
    cursor: pointer;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 10.83333px;
    height: 10.83333px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 15.83333px;
    padding: 0 0 0 2.5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 5.83333px;
    line-height: 1;
    word-break: keep-all;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  @keyframes hiddenInfo {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 600px;
    height: 350px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 6.25px;
    right: 6.25px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 12.5px;
    height: 12.5px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 600px;
    height: 350px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media (min-width: 960px) {
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 10px;
    height: 19px;
    padding: 0 7px 0 5px;
    display: flex;
    align-items: center;
    border-radius: 9.5px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
    cursor: pointer;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 13px;
    height: 13px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 19px;
    padding: 0 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 7px;
    line-height: 1;
    word-break: keep-all;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  @keyframes hiddenInfo {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 720px;
    height: 420px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 7.5px;
    right: 7.5px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 15px;
    height: 15px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 720px;
    height: 420px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media (min-width: 1024px) {
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 10.66667px;
    height: 20.26667px;
    padding: 0 7.46667px 0 5.33333px;
    display: flex;
    align-items: center;
    border-radius: 10.13333px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
    cursor: pointer;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 13.86667px;
    height: 13.86667px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 20.26667px;
    padding: 0 0 0 3.2px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 7.46667px;
    line-height: 1;
    word-break: keep-all;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  @keyframes hiddenInfo {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 768px;
    height: 448px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 8px;
    right: 8px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 16px;
    height: 16px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 768px;
    height: 448px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media (min-width: 1280px) {
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 13.33333px;
    height: 25.33333px;
    padding: 0 9.33333px 0 6.66667px;
    display: flex;
    align-items: center;
    border-radius: 12.66667px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
    cursor: pointer;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 17.33333px;
    height: 17.33333px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 25.33333px;
    padding: 0 0 0 4px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 9.33333px;
    line-height: 1;
    word-break: keep-all;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  @keyframes hiddenInfo {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 960px;
    height: 560px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 20px;
    height: 20px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 960px;
    height: 560px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media (min-width: 1360px) {
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 14.16667px;
    height: 26.91667px;
    padding: 0 9.91667px 0 7.08333px;
    display: flex;
    align-items: center;
    border-radius: 13.45833px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
    cursor: pointer;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 18.41667px;
    height: 18.41667px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 26.91667px;
    padding: 0 0 0 4.25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 9.91667px;
    line-height: 1;
    word-break: keep-all;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  @keyframes hiddenInfo {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 1020px;
    height: 595px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 10.625px;
    right: 10.625px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 21.25px;
    height: 21.25px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 1020px;
    height: 595px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media (min-width: 1440px) {
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    height: 28.5px;
    padding: 0 10.5px 0 7.5px;
    display: flex;
    align-items: center;
    border-radius: 14.25px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
    cursor: pointer;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 19.5px;
    height: 19.5px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 28.5px;
    padding: 0 0 0 4.5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 10.5px;
    line-height: 1;
    word-break: keep-all;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  @keyframes hiddenInfo {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 1080px;
    height: 630px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 11.25px;
    right: 11.25px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 22.5px;
    height: 22.5px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 1080px;
    height: 630px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media (min-width: 1680px) {
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 17.5px;
    height: 33.25px;
    padding: 0 12.25px 0 8.75px;
    display: flex;
    align-items: center;
    border-radius: 16.625px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
    cursor: pointer;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 22.75px;
    height: 22.75px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 33.25px;
    padding: 0 0 0 5.25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 12.25px;
    line-height: 1;
    word-break: keep-all;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  @keyframes hiddenInfo {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 1260px;
    height: 735px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 13.125px;
    right: 13.125px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 26.25px;
    height: 26.25px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 1260px;
    height: 735px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media (min-width: 1920px) {
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    height: 38px;
    padding: 0 14px 0 10px;
    display: flex;
    align-items: center;
    border-radius: 19px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
    cursor: pointer;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 26px;
    height: 26px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 38px;
    padding: 0 0 0 6px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 14px;
    line-height: 1;
    word-break: keep-all;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  @keyframes hiddenInfo {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 1440px;
    height: 840px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 15px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 30px;
    height: 30px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 1440px;
    height: 840px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media (min-width: 2048px) {
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 21.33333px;
    height: 40.53333px;
    padding: 0 14.93333px 0 10.66667px;
    display: flex;
    align-items: center;
    border-radius: 20.26667px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
    cursor: pointer;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 27.73333px;
    height: 27.73333px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 40.53333px;
    padding: 0 0 0 6.4px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 14.93333px;
    line-height: 1;
    word-break: keep-all;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  @keyframes hiddenInfo {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 1536px;
    height: 896px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 16px;
    right: 16px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 32px;
    height: 32px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 1536px;
    height: 896px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media only screen and (min-width: 800px) {
  .page-product-configurable .viewer-3d-entrance-block {
    bottom: 25%;
  }
}

@media only screen and (min-width: 1400px) {
  .page-product-configurable .viewer-3d-entrance-block {
    bottom: 19%;
  }
}

@media only screen and (min-width: 218px) and (max-width: 800px) {
  .page-product-configurable .product.media {
    position: relative;
    min-height: 218px;
  }
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 6.976px;
    bottom: 6.976px;
    height: 20.928px;
    padding: 0 8.72px 0 3.488px;
    display: flex;
    align-items: center;
    border-radius: 10.464px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 13.952px;
    height: 13.952px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 17.44px;
    padding: 0 0 0 3.488px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 6.976px;
    line-height: 1;
    word-break: keep-all;
    border-radius: 0 8.72px 8.72px 0;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 203.46667px;
    height: 279.04px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 10.464px;
    right: 8.72px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 8.72px;
    height: 8.72px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 203.46667px;
    height: 279.04px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
  .page-product-configurable .product.media {
    position: relative;
    min-height: 320px;
  }
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 10.24px;
    bottom: 10.24px;
    height: 30.72px;
    padding: 0 12.8px 0 5.12px;
    display: flex;
    align-items: center;
    border-radius: 15.36px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 20.48px;
    height: 20.48px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 25.6px;
    padding: 0 0 0 5.12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 10.24px;
    line-height: 1;
    word-break: keep-all;
    border-radius: 0 12.8px 12.8px 0;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 298.66667px;
    height: 409.6px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 15.36px;
    right: 12.8px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 12.8px;
    height: 12.8px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 298.66667px;
    height: 409.6px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media only screen and (min-width: 326px) and (max-width: 800px) {
  .page-product-configurable .product.media {
    position: relative;
    min-height: 326px;
  }
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 10.432px;
    bottom: 10.432px;
    height: 31.296px;
    padding: 0 13.04px 0 5.216px;
    display: flex;
    align-items: center;
    border-radius: 15.648px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 20.864px;
    height: 20.864px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 26.08px;
    padding: 0 0 0 5.216px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 10.432px;
    line-height: 1;
    word-break: keep-all;
    border-radius: 0 13.04px 13.04px 0;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 304.26667px;
    height: 417.28px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 15.648px;
    right: 13.04px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 13.04px;
    height: 13.04px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 304.26667px;
    height: 417.28px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media only screen and (min-width: 375px) and (max-width: 800px) {
  .page-product-configurable .product.media {
    position: relative;
    min-height: 375px;
  }
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 12px;
    bottom: 12px;
    height: 36px;
    padding: 0 15px 0 6px;
    display: flex;
    align-items: center;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 24px;
    height: 24px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 30px;
    padding: 0 0 0 6px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 12px;
    line-height: 1;
    word-break: keep-all;
    border-radius: 0 15px 15px 0;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 350px;
    height: 480px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 18px;
    right: 15px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 15px;
    height: 15px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 350px;
    height: 480px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media only screen and (min-width: 386px) and (max-width: 800px) {
  .page-product-configurable .product.media {
    position: relative;
    min-height: 386px;
  }
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 12.352px;
    bottom: 12.352px;
    height: 37.056px;
    padding: 0 15.44px 0 6.176px;
    display: flex;
    align-items: center;
    border-radius: 18.528px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 24.704px;
    height: 24.704px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 30.88px;
    padding: 0 0 0 6.176px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 12.352px;
    line-height: 1;
    word-break: keep-all;
    border-radius: 0 15.44px 15.44px 0;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 360.26667px;
    height: 494.08px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 18.528px;
    right: 15.44px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 15.44px;
    height: 15.44px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 360.26667px;
    height: 494.08px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media only screen and (min-width: 424px) and (max-width: 800px) {
  .page-product-configurable .product.media {
    position: relative;
    min-height: 424px;
  }
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 13.568px;
    bottom: 13.568px;
    height: 40.704px;
    padding: 0 16.96px 0 6.784px;
    display: flex;
    align-items: center;
    border-radius: 20.352px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 27.136px;
    height: 27.136px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 33.92px;
    padding: 0 0 0 6.784px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 13.568px;
    line-height: 1;
    word-break: keep-all;
    border-radius: 0 16.96px 16.96px 0;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 395.73333px;
    height: 542.72px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 20.352px;
    right: 16.96px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 16.96px;
    height: 16.96px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 395.73333px;
    height: 542.72px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media only screen and (min-width: 432px) and (max-width: 800px) {
  .page-product-configurable .product.media {
    position: relative;
    min-height: 432px;
  }
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 13.824px;
    bottom: 13.824px;
    height: 41.472px;
    padding: 0 17.28px 0 6.912px;
    display: flex;
    align-items: center;
    border-radius: 20.736px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 27.648px;
    height: 27.648px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 34.56px;
    padding: 0 0 0 6.912px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 13.824px;
    line-height: 1;
    word-break: keep-all;
    border-radius: 0 17.28px 17.28px 0;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 403.2px;
    height: 552.96px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 20.736px;
    right: 17.28px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 17.28px;
    height: 17.28px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 403.2px;
    height: 552.96px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media only screen and (min-width: 441px) and (max-width: 800px) {
  .page-product-configurable .product.media {
    position: relative;
    min-height: 441px;
  }
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 14.112px;
    bottom: 14.112px;
    height: 42.336px;
    padding: 0 17.64px 0 7.056px;
    display: flex;
    align-items: center;
    border-radius: 21.168px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 28.224px;
    height: 28.224px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 35.28px;
    padding: 0 0 0 7.056px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 14.112px;
    line-height: 1;
    word-break: keep-all;
    border-radius: 0 17.64px 17.64px 0;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 411.6px;
    height: 564.48px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 21.168px;
    right: 17.64px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 17.64px;
    height: 17.64px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 411.6px;
    height: 564.48px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media only screen and (min-width: 458px) and (max-width: 800px) {
  .page-product-configurable .product.media {
    position: relative;
    min-height: 458px;
  }
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 14.656px;
    bottom: 14.656px;
    height: 43.968px;
    padding: 0 18.32px 0 7.328px;
    display: flex;
    align-items: center;
    border-radius: 21.984px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 29.312px;
    height: 29.312px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 36.64px;
    padding: 0 0 0 7.328px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 14.656px;
    line-height: 1;
    word-break: keep-all;
    border-radius: 0 18.32px 18.32px 0;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 427.46667px;
    height: 586.24px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 21.984px;
    right: 18.32px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 18.32px;
    height: 18.32px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 427.46667px;
    height: 586.24px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media only screen and (min-width: 493px) and (max-width: 800px) {
  .page-product-configurable .product.media {
    position: relative;
    min-height: 493px;
  }
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 15.776px;
    bottom: 15.776px;
    height: 47.328px;
    padding: 0 19.72px 0 7.888px;
    display: flex;
    align-items: center;
    border-radius: 23.664px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 31.552px;
    height: 31.552px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 39.44px;
    padding: 0 0 0 7.888px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 15.776px;
    line-height: 1;
    word-break: keep-all;
    border-radius: 0 19.72px 19.72px 0;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 460.13333px;
    height: 631.04px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 23.664px;
    right: 19.72px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 19.72px;
    height: 19.72px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 460.13333px;
    height: 631.04px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media only screen and (min-width: 518px) and (max-width: 800px) {
  .page-product-configurable .product.media {
    position: relative;
    min-height: 518px;
  }
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 16.576px;
    bottom: 16.576px;
    height: 49.728px;
    padding: 0 20.72px 0 8.288px;
    display: flex;
    align-items: center;
    border-radius: 24.864px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 33.152px;
    height: 33.152px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 41.44px;
    padding: 0 0 0 8.288px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 16.576px;
    line-height: 1;
    word-break: keep-all;
    border-radius: 0 20.72px 20.72px 0;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 483.46667px;
    height: 663.04px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 24.864px;
    right: 20.72px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 20.72px;
    height: 20.72px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 483.46667px;
    height: 663.04px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media only screen and (min-width: 540px) and (max-width: 800px) {
  .page-product-configurable .product.media {
    position: relative;
    min-height: 540px;
  }
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 17.28px;
    bottom: 17.28px;
    height: 51.84px;
    padding: 0 21.6px 0 8.64px;
    display: flex;
    align-items: center;
    border-radius: 25.92px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 34.56px;
    height: 34.56px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 43.2px;
    padding: 0 0 0 8.64px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 17.28px;
    line-height: 1;
    word-break: keep-all;
    border-radius: 0 21.6px 21.6px 0;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 504px;
    height: 691.2px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 25.92px;
    right: 21.6px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 21.6px;
    height: 21.6px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 504px;
    height: 691.2px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media only screen and (min-width: 565px) and (max-width: 800px) {
  .page-product-configurable .product.media {
    position: relative;
    min-height: 565px;
  }
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 18.08px;
    bottom: 18.08px;
    height: 54.24px;
    padding: 0 22.6px 0 9.04px;
    display: flex;
    align-items: center;
    border-radius: 27.12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 36.16px;
    height: 36.16px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 45.2px;
    padding: 0 0 0 9.04px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 18.08px;
    line-height: 1;
    word-break: keep-all;
    border-radius: 0 22.6px 22.6px 0;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 527.33333px;
    height: 723.2px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 27.12px;
    right: 22.6px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 22.6px;
    height: 22.6px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 527.33333px;
    height: 723.2px;
    position: relative;
    z-index: 9;
    border: none;
  }
}

@media only screen and (min-width: 800px) and (max-width: 800px) {
  .page-product-configurable .product.media {
    position: relative;
    min-height: 800px;
  }
  .page-product-configurable .viewer-3d-entrance-block {
    box-sizing: border-box;
    position: absolute;
    left: 25.6px;
    bottom: 25.6px;
    height: 76.8px;
    padding: 0 32px 0 12.8px;
    display: flex;
    align-items: center;
    border-radius: 38.4px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
  }
  .page-product-configurable .viewer-3d-entrance-block img {
    position: relative;
    z-index: 2;
    width: 51.2px;
    height: 51.2px;
    transform-origin: center;
  }
  @keyframes shake {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .page-product-configurable .viewer-3d-entrance-block .info {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    height: 64px;
    padding: 0 0 0 12.8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 25.6px;
    line-height: 1;
    word-break: keep-all;
    border-radius: 0 32px 32px 0;
  }
  .page-product-configurable .viewer-3d-entrance-block .info.hidden-animation {
    animation: hiddenInfo 0.5s ease-in forwards;
  }
  .page-product-configurable .viewer-3d-iframe-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-product-configurable .viewer-3d-iframe-popup .popup-container {
    position: relative;
    width: 746.66667px;
    height: 1024px;
    background: #fff;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close {
    position: absolute;
    z-index: 10;
    top: 38.4px;
    right: 32px;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-close img {
    width: 32px;
    height: 32px;
    image-rendering: auto;
  }
  .page-product-configurable .viewer-3d-iframe-popup .viewer-3d-iframe-popup-iframe {
    width: 746.66667px;
    height: 1024px;
    position: relative;
    z-index: 9;
    border: none;
  }
}
/*M端*/
@media only screen and (max-width: 799px) {
  .page-product-configurable .product-options-popup-wrapper.product-options-popup-wrap .product-options-popup-content {
    padding-bottom: 80px;
    padding-top: 20px !important;
  }
  .page-product-configurable .mpgiftwrap-block .action.primary.btn-danger {
    display: none !important;
  }
  .page-product-configurable .mpgiftwrap-block .mpgiftwrap-block-title {
    margin-bottom: 4px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
  }
  .page-product-configurable .mpgiftwrap-block .mpgiftwrap-wrap-item {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage {
    width: 332px !important;
    display: flex;
    flex-direction: column;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item,
  .page-product-configurable .mpgiftwrap-block .owl-stage .option {
    width: 332px !important;
    display: flex;
    align-items: center;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item .note,
  .page-product-configurable .mpgiftwrap-block .owl-stage .option .note {
    margin: 0 10px 0 10px;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item {
    box-sizing: border-box;
    width: 332px !important;
    padding: 16px 0 16px 12px;
    margin-bottom: 10px;
    background: #f7f7f7;
    border-radius: 4px;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item .option input[type="radio"] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0 !important;
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #930031;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item .option input[type="radio"]:after {
    box-sizing: border-box;
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 13px;
    background: url('https://static.povison.com/media/wysiwyg/icon/tick_icon.png') no-repeat #930031;
    background-size: contain;
    border-radius: 2px;
    border: none;
    font-family: meiryo, "sans-serif";
    opacity: 0;
    transition: all 0.1s ease;
    transform: translate(-50%, -50%) scale3d(0.2, 0.2, 1);
    transform-origin: center center;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item .option input[type="radio"]:checked:after {
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    opacity: 1;
    transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1);
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-info-title {
    margin-bottom: 5px;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-info {
    color: #333;
    font-size: 13px;
    line-height: 1;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-description {
    color: #930031;
    font-size: 10px;
    text-decoration: underline;
    cursor: pointer;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-title {
    display: none;
  }
  .page-product-configurable .product-options-popup-content .mpgiftwrap-block .owl-stage {
    width: 100% !important;
  }
  .page-product-configurable .product-options-popup-content .mpgiftwrap-block .owl-stage .owl-item,
  .page-product-configurable .product-options-popup-content .mpgiftwrap-block .owl-stage .option {
    width: 100% !important;
  }
}
/*PC端*/
@media only screen and (min-width: 800px) {
  .page-product-configurable .mpgiftwrap-block .action.primary.btn-danger {
    display: none !important;
  }
  .page-product-configurable .mpgiftwrap-block .mpgiftwrap-block-title {
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
  }
  .page-product-configurable .mpgiftwrap-block .mpgiftwrap-wrap-item {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage {
    width: 416px !important;
    display: flex;
    flex-direction: column;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item,
  .page-product-configurable .mpgiftwrap-block .owl-stage .option {
    width: 416px !important;
    display: flex;
    align-items: center;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item .note,
  .page-product-configurable .mpgiftwrap-block .owl-stage .option .note {
    margin: 0 10px 0 10px;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item {
    box-sizing: border-box;
    width: 416px !important;
    height: 56px;
    padding-left: 14px;
    margin-bottom: 10px;
    background: #f7f7f7;
    border-radius: 4px;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item .option input[type="radio"] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px 0 0 !important;
    padding: 0;
    width: 16px;
    height: 16px;
    font-size: 9px;
    border: 1px solid #930031;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item .option input[type="radio"]:after {
    box-sizing: border-box;
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    background: url('https://static.povison.com/media/wysiwyg/icon/tick_icon.png') no-repeat;
    background-size: contain;
    border-radius: 2px;
    border: none;
    opacity: 0;
    transition: all 0.1s ease;
    transform: translate(-50%, -50%) scale3d(0.2, 0.2, 1);
    transform-origin: center center;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item .option input[type="radio"]:checked:after {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    opacity: 1;
    border-radius: 2px;
    transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1);
    text-align: center;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-info-title {
    margin-bottom: 5px;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-info {
    color: #333;
    font-size: 13px;
    line-height: 1;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-description {
    color: #930031;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
  }
  .page-product-configurable .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-title {
    display: none;
  }
  .page-product-configurable .gift-wrap-desc-popup,
  .checkout-cart-index .gift-wrap-desc-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  .page-product-configurable .gift-wrap-desc-popup .gift-wrap-desc-container,
  .checkout-cart-index .gift-wrap-desc-popup .gift-wrap-desc-container {
    width: 500px;
    height: 300px;
    background: #fff;
  }
  .page-product-configurable .gift-wrap-desc-popup .gift-wrap-desc-popup-close-icon,
  .checkout-cart-index .gift-wrap-desc-popup .gift-wrap-desc-popup-close-icon {
    color: #fff;
  }
}
@media (min-width: 768px) {
    .breadcrumbs {
        margin-top: 30px;
        margin-bottom: 18px;
    }
    .breadcrumbs a {
        color: #000 !important;
    }
}.coupon-tip a.detail {
    font-size: 1.2rem;
    color:#930031;
    text-decoration: underline #930031;
    font-weight: bold;
}
.coupon-open {
    overflow: hidden;
}

.coupon-title {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 35px;
    padding: 0 10px;
    margin-top: 25px;
}

.coupon-title-head {
    width: fit-content;
    text-align: center;
}

.coupon-discount {
    position: relative;
}

.full-cut {
    position: relative;
}

.discount-coupon {
    position: relative;
}

.coupon-discount .coupon-wrap .coupon-content .coupon-info .coupon-text {
    height: 42px;
    line-height: 42px;
}

/* .discount-coupon .coupon-wrap .coupon-content .coupon-info .coupon-text {
    height: 42px;
    line-height: 42px;
} */

.coupon-weekend .coupon-wrap .coupon-content .coupon-info .coupon-text {
    height: 42px;
    line-height: 42px;
}

.weekend-coupon .coupon-wrap .coupon-content .coupon-info .coupon-text {
    height: 42px;
    line-height: 42px;
}
.new-weekend-coupon .coupon-wrap .coupon-content .coupon-info .coupon-text {
    height: 42px;
    line-height: 42px;
}
.coupon-5 .coupon-wrap .coupon-content .coupon-info .coupon-text {
    height: 42px;
    line-height: 42px;
}
/*.coupon-6 .coupon-wrap .coupon-content .coupon-info .coupon-text {*/
/*    height: 42px;*/
/*    line-height: 42px;*/
/*}*/

.new-coupon-weekend .coupon-wrap .coupon-content .coupon-info .coupon-text {
    height: 42px;
    line-height: 42px;
}

.coupon-title span:nth-child(1) {
    width: 20px;
    text-align: center;
}

.coupon-title span:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
}

.coupon-title span:nth-child(3) {
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.coupon-icn-close {
    width: 20px;
    height: 20px;
    position: absolute;
}

@media screen and (min-width: 768px) {
    .coupon-icn-close {
        left: 94%;
        top: 9px;
    }
    .close-cut-2 {
        left: 93% !important;
        top: 26px !important;
    }
    div#coupon-popup-box {
        height: 400px;
        overflow: auto;
    }
}

@media screen and (max-width: 767px) {
    .coupon-icn-close {
        left: 92%;
        top: 10px;
    }
    .close-cut-2 {
        left: 92% !important;
        top: 26px !important;
    }
}

.coupon-icn-close:before {
    content: '';
    height: 20px;
    border-left: 1px solid #000;
    position: absolute;
    transform: rotate(-45deg);
    left: 8px;
}

.coupon-icn-close:after {
    content: '';
    height: 20px;
    border-left: 1px solid #000;
    position: absolute;
    transform: rotate(45deg);
    left: 8px;
}

.coupon-text p {
    margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
    .product-info__box .coupon-wrapper {
        margin-top: 3px;
        position: relative;
        margin-left: 30px;
    }
    .product-info__box .coupon-wrapper img {
        width: 250px;
        cursor: pointer;
    }
    .product-info__box .coupon-btn {
        background: #fff;
        position: absolute;
        right: 10px;
        top: 9px;
        margin: auto;
        color: #930031;
        font-size: 12px;
        display: flex !important;
        align-items: center;
        height: 20px;
        cursor: pointer;
        padding: 0 2px 0 5px;
        border-radius: 8px;
        font-weight: 500;
        opacity: 1;
    }
    .product-info__box .coupon-btn span::after {
        font-size: 12px;
        right: 0px !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: inherit;
        color: #930031;
        content: '\e608';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        margin-top: 2px;
        margin-left: 2px;
    }
    .coupon-popup {
        display: none;
    }
    .coupon-open .coupon-popup {
        display: block;
        -webkit-box-shadow: 0 0 5px 0 rgb(50 50 50 / 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 rgb(50 50 50 / 75%);
        height: 485px;
        width: 495px;
        /*overflow: auto;*/
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
        border-radius: 10px;
        z-index: 999;
    }
    .coupon-show-content {
        display: block;
        /*-webkit-box-shadow: 0 0 5px 0 rgb(50 50 50 / 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 rgb(50 50 50 / 75%);*/
        height: 421px;
        width: 495px;
        overflow: auto;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
        border-radius: 10px;
        z-index: 999;
    }
    .coupon-open .coupon-both-all {
        height: 640px !important;
    }
    .coupon-scoller {
        /* height: 195px;
        overflow: auto; */
    }
    .coupon-scoller::-webkit-scrollbar {
        width: 6px;
        height: 30px;
        background-color: transparent;
    }
    .coupon-scoller::-webkit-scrollbar-thumb {
        border-radius: 16px;
        background-color: #ccc;
    }
    .popup {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: right 0.5s;
        -moz-transition: right 0.5s;
        -ms-transition: right 0.5s;
        transition: right 0.5s;
    }
    .coupon-open .popup:after {
        background: rgba(88, 88, 88, 0.6);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 998;
    }
    .coupon-wrap {
        position: relative;
    }
    .coupon-left {
        width: 100%;
        position: absolute;
        top: -15px;
        height: 15px;
        z-index: 9999;
        background: #fff;
    }
    .coupon-right {
        width: 100%;
        position: absolute;
        bottom: -15px;
        height: 15px;
        z-index: 9999;
        background: #fff;
    }
    .coupon-content {
        width: 90%;
        margin: 20px auto;
        border-radius: 5px;
        border-top: 1px solid #930031;
        border-bottom: 1px solid #930031;
        display: flex;
    }
    .coupon-box {
        width: 38%;
        padding: 15px;
        border-left: 1px solid #930031;
        border-right: 1px dashed #930031;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .coupon-box p {
        margin-bottom: 0px;
        color: #930031;
        font-weight: bold;
    }
    .coupon-box h2 {
        font-weight: bold;
        margin: 0px;
        color: #930031;
        font-size: 21px;
    }
    .coupon-info {
        width: 60%;
        padding: 10px 15px;
        position: relative;
        border-right: 1px solid #930031;
        border-radius: 5px;
    }
    .coupon-text {
        font-size: 15px;
        position: relative;
    }
    .coupon-text p:nth-child(1) {
        font-weight: bold;
        color: #930031;
    }
    .coupon-tip {
        width: 90%;
        margin: 0 auto;
        font-size: 12px;
        color: #999;
    }
    .coupon-circular {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 1px solid #930031;
    }
    .circular-left {
        top: -15px;
        left: -12px;
        border-radius: 0 0 20px 20px;
    }
    .circular-right {
        bottom: -15px;
        left: -12px;
        border-radius: 20px 20px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .product-info__box .coupon-wrapper {
        position: relative;
        margin-top: 10px;
        width: 230px;
    }
    .product-info__box .coupon-wrapper img {
        width: 100%;
    }
    .product-info__box .coupon-btn {
        background: #fff;
        position: absolute;
        right: 8px;
        top: 8px;
        margin: auto;
        color: #930031;
        font-size: 12px;
        display: flex !important;
        align-items: center;
        cursor: pointer;
        padding: 0 2px 0 5px;
        border-radius: 8px;
        font-weight: 500;
        opacity: 1;
    }
    .product-info__box .coupon-btn span::after {
        font-size: 12px;
        right: 0px !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: inherit;
        color: #930031;
        content: '\e608';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        margin-top: 2px;
    }
    .coupon-popup {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: bottom 0.3s;
        -moz-transition: bottom 0.3s;
        -ms-transition: bottom 0.3s;
        transition: bottom 0.3s;
        height: 65vh;
        bottom: -100%;
        left: 0;
        overflow: auto;
        position: fixed;
        width: 100vw;
        background: #fff;
        z-index: 999;
    }
    .coupon-open .coupon-popup {
        bottom: 0;
        z-index: 999;
    }
    .coupon-open .popup:after {
        background: rgba(88, 88, 88, 0.6);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 998;
    }
    .coupon-wrap {
        width: 100%;
        position: relative;
    }
    .coupon-content {
        width: 93%;
        margin: 20px auto;
        border-radius: 5px;
        border: 1px solid #930031;
        display: flex;
    }
    .coupon-left {
        width: 100%;
        position: absolute;
        top: -15px;
        height: 15px;
        z-index: 9999;
        background: #fff;
    }
    .coupon-right {
        width: 100%;
        position: absolute;
        bottom: -15px;
        height: 15px;
        z-index: 9999;
        background: #fff;
    }
    .coupon-box {
        width: 36%;
        padding: 15px 10px 15px 10px;
        border-radius: 5px;
        position: relative;
        z-index: 10;
        border-right: 1px dashed #930031;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .coupon-box p {
        margin-bottom: 0px;
        color: #930031;
        font-size: 12px;
        font-weight: bold;
    }
    .coupon-open .coupon-popup {
        z-index: 999999 !important;
        bottom: 0;
    }
    .coupon-box h2 {
        font-weight: bold;
        margin: 0px;
        color: #930031;
        font-size: 21px;
    }
    .coupon-info {
        width: 63%;
        padding: 15px 5px 15px 15px;
        position: relative;
        border-radius: 5px;
    }
    .coupon-text {
        font-size: 13px;
        position: relative;
    }
    .coupon-text p:nth-child(1) {
        color: #930031;
        font-weight: bold;
    }
    .coupon-tip {
        width: 90%;
        margin: 0 auto;
        font-size: 12px;
        color: #999;
    }
    .coupon-circular {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 1px solid #930031;
        z-index: 99;
    }
    .circular-left {
        top: -15px;
        left: -12px;
        border-radius: 0 0 20px 20px;
    }
    .circular-right {
        bottom: -15px;
        left: -12px;
        border-radius: 20px 20px 0 0;
    }
}

@media screen and (max-width: 393px) {
    .coupon-text {
        font-size: 13px;
        position: relative;
        top: unset;
        margin-top: 0px;
    }
    .coupon-box {
        width: 42%;
    }
    .coupon-box h2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 320px) {
    .coupon-box {
        width: 42%;
    }
    .coupon-box h2 {
        font-size: 15px;
    }
}
.product-block-wrapper .price-label {
    display: none;
}

.product-block-wrapper .product-item .price-box {
    display: flex;
    align-items: baseline;
    margin: 0px;
}

.product-block-wrapper .reviews-actions a span {
    display: none;
}

.related .block-title {
    text-align: center;
}

.related .block-title strong {
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .related {
        padding-top: 30px;
    }
    .products-related .product-item-info {
        width: unset !important;
    }
    .products-related .product-image-container {
        width: 100% !important;
    }
    .products-related .product-image-wrapper {
        padding-bottom: 100% !important;
    }
    .products-related .product-item {
        padding: 0px !important;
    }
    .product-block-wrapper .sly-old-price {
        margin: 0px;
    }
    .product-block-wrapper .old-price .price {
        margin-left: 5px;
    }
    .product-block-wrapper .product-reviews-summary {
        margin-left: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 5px;
    }
    .product-block-wrapper .product-item-details {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .product-block-wrapper {
        padding: 15px;
    }
    .product-block-wrapper .block-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .product-block-wrapper .product-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .product-block-wrapper .product-item-info {
        border: 0px;
    }
    .product-block-wrapper .product-item {
        width: 48%;
        margin-left: 0px !important;
        box-shadow: 0 1px 3px 0 rgb(0 0 0 / 9%);
        border-radius: 5px;
        margin-bottom: 15px;
        overflow: hidden;
    }
    .product-block-wrapper .product-item-details {
        padding: 10px;
    }
    .product-block-wrapper .sly-old-price {
        margin-left: 5px;
    }
    /* 详情页热销产品样式 */
    .related .product-item-info {
        width: 100% !important;
    }
    .related .product-image-container {
        width: 100% !important;
    }
}.delivery-wrapper {
    position: relative;
}

.delivery-title {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.delivery-location {
    display: flex;
    align-items: center;
}

.delivery-title .delivery-icon {
    margin-right: 5px;
    display: flex;
}

.delivery-title .delivery-icon svg {
    width: 20px;
    height: 20px;
}

.delivery-location span:nth-child(2) {
    font-weight: bold;
}

.delivery-location a {
    margin-left: 5px;
    color: #930031;
    border-bottom: 1px dotted #930031;
    cursor: pointer;
    font-weight: bold;
}

.delivery-region {
    margin-right: 3px;
}

.delivery-time {
    font-weight: bold;
}

.delivery-time span:nth-child(2) {
    margin-right: 3px;
}

@media (min-width: 768px) {
    .product.delivery-wrapper {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .zip-form-container {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 35px;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        padding: 15px;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        transition: opacity 100ms ease-out, bottom 100ms ease-out, height 100ms ease-out, visibility 0s linear 100ms;
    }
    .product_delivery-active {
        visibility: visible;
        opacity: 1;
        transition: opacity 100ms ease-out, bottom 100ms ease-out, height 100ms ease-out;
    }
    .product_delivery-active:nth-child(0) {
        /* display: none !important; */
    }
    /* .product_delivery-active {} */
    .form-title {
        margin-bottom: 0px !important;
        padding: 0 15px;
    }
    .state-title {
        font-size: 16px;
    }
    .state-box {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        color: #999;
    }
    .delivery-select .options {
        font-size: 13px;
        cursor: pointer;
        padding: 2px 0;
    }
    .delivery-select .options:hover span {
        border-bottom: 1px solid #ccc;
        color: #930031;
    }
    .select--state-active {
        width: 100%;
        padding: 15px;
    }
    .slideout__drawer-delivery {
        transform: translateX(-1450px);
    }
    .delivery-span {
        display: none;
    }
    .select_active_delivery {
        color: #ff6458;
        border-bottom: 1px solid #ff6458;
    }
    .seller__hot-bundler {
        display: flex;
        justify-content: center;
    }
    .seller__hot-bundler .bundler-target-element {
        margin: 0 30px;
    }
    .slideout-left--open .slideout--actives.subtitle-wrapper {
        transform: translateX(0)!important;
    }
}

@media screen and (min-width:199px) and (max-width:320px) {
    .delivery-title {
        font-size: 12px !important;
    }
}

@media (max-width: 767px) {
    .product.delivery-wrapper {
        margin-bottom: 10px;
        padding-bottom: 15px;
        border-bottom: 1px solid var(--dotted-color);
    }
    .delivery-title {
        font-size: 14px;
    }
    .zip-form-container {
        width: 100%;
        height: 92%;
        position: fixed;
        transform: translateX(-450px);
        background-color: #fff;
        z-index: 99999;
        /* visibility: hidden;
        opacity: 0; */
        -webkit-animation: slideoutFadeout 0.4s linear;
        bottom: 0;
        left: 0;
    }
    .product_delivery-active {
        /* display: none !important;
        visibility: hidden; */
        visibility: visible;
        opacity: 1;
        transition: opacity 100ms ease-out, bottom 100ms ease-out, height 100ms ease-out;
        transform: translateX(0px);
        animation: fadein .5s;
    }
    @keyframes fadein {
        0% {
            transform: translate(100%, 0);
        }
        100% {
            transform: none;
        }
    }
    .tip-icon {
        display: none;
    }
    .delivery-active-open {
        overflow: hidden;
    }
    .moblie--close {
        display: flex;
        justify-content: flex-end;
        padding: 15px 15px 0 15px;
    }
    .moblie-icn-close {
        width: 20px;
        height: 20px;
        position: relative;
    }
    .moblie-icn-close:before {
        content: '';
        height: 20px;
        border-left: 1px solid #000;
        position: absolute;
        transform: rotate(-45deg);
        left: 8px;
    }
    .moblie-icn-close:after {
        content: '';
        height: 20px;
        border-left: 1px solid #000;
        position: absolute;
        transform: rotate(45deg);
        left: 8px;
    }
    .delivery-content {
        padding: 15px;
    }
    .form-title {
        padding: 5px 15px 0 15px;
    }
    .delivery-box span:before {
        content: "\f107";
        font-family: "Font Awesome";
        position: absolute;
        right: 10px;
        color: #999;
        margin-top: 5px;
    }
    .delivery-select {
        height: calc(100vh - 170px);
        background-color: #fff;
        padding: 15px;
        overflow-y: scroll;
    }
    .state-title {
        font-size: 16px;
    }
    .state-box {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        color: #999;
        margin-bottom: 15px;
    }
    .delivery-select .options {
        font-size: 13px;
        cursor: pointer;
        padding: 5px 0;
    }
    .delivery-span {
        position: absolute;
        right: 0;
        top: 0;
    }
    .delivery-span::after {
        font-size: 18px;
        right: 0px !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: inherit;
        color: #666;
        content: '\e608';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        position: absolute;
        right: 0;
    }
    .sticky-actives-header {
        position: fixed;
        top: 0px;
    }
    .select_active_delivery {
        color: #ff6458;
    }
}@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {}.block-instrutions-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {}.page-product-configurable .product-assembly-guide-wrapper {
    box-sizing: border-box;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.page-product-configurable .product-assembly-guide-wrapper p {
    margin: 0;
    padding: 0;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
}

.page-product-configurable .product-assembly-guide-content {
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}

.page-product-configurable .product-assembly-guide-content a:hover {
    color: #006bb4;
}
@media (min-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    position: relative;
    box-sizing: border-box;
    width: 475px;
    height: 350px;
    padding: 26.66667px 0 30.83333px 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-container .pc-close-icon {
    position: absolute;
    top: 6.25px;
    right: 12.5px;
    display: block !important;
    width: 6.66667px;
    height: 6.66667px;
  }
  .page-product-configurable .add-to-cart-success-hint {
    margin-bottom: 14.16667px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 10px;
    height: 10px;
    margin-right: 3.33333px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    width: 386.66667px;
    margin-bottom: 8.33333px;
    padding: 9.16667px 0 11.66667px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 14.16667px;
    height: 10.83333px;
    margin-right: 5.83333px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 10px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 2.08333px;
    font-size: 10px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 124.16667px;
    height: 20px;
    margin: 4.58333px 0 12.5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 7.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 2px;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    width: 372.5px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 8.75px;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 10px;
    font-size: 6.66667px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 5.83333px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 10px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 386.66667px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    width: 100%;
    height: 21.66667px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 11.66667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action,
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    width: 10.41667px;
    height: 10.41667px;
    display: block;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action {
    margin-right: 4.16667px;
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
    transform: rotate(180deg);
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 10.41667px 10.41667px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 10.41667px 10.41667px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    width: 386.66667px;
    min-height: 125px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 106.25px;
    padding-right: 6.25px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 100px;
    height: 88.33333px;
    display: block;
    margin-bottom: 4.16667px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 3.33333px;
    font-size: 6.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 7.91667px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 4.16667px;
    font-size: 8.33333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 10px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 6.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 7.91667px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all {
    font-size: 5.83333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 16px;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all a {
    color: #940231;
  }
}

@media (min-width: 960px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    position: relative;
    box-sizing: border-box;
    width: 570px;
    height: 420px;
    padding: 32px 0 37px 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-container .pc-close-icon {
    position: absolute;
    top: 7.5px;
    right: 15px;
    display: block !important;
    width: 8px;
    height: 8px;
  }
  .page-product-configurable .add-to-cart-success-hint {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    width: 464px;
    margin-bottom: 10px;
    padding: 11px 0 14px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 17px;
    height: 13px;
    margin-right: 7px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 12px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 2.5px;
    font-size: 12px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 149px;
    height: 24px;
    margin: 5.5px 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 9px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 2px;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    width: 447px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 10.5px;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 12px;
    font-size: 8px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 7px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 12px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 464px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    width: 100%;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 14px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action,
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    width: 12.5px;
    height: 12.5px;
    display: block;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action {
    margin-right: 5px;
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
    transform: rotate(180deg);
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 12.5px 12.5px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 12.5px 12.5px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    width: 464px;
    min-height: 150px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 127.5px;
    padding-right: 7.5px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 120px;
    height: 106px;
    display: block;
    margin-bottom: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 4px;
    font-size: 8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 9.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 5px;
    font-size: 10px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 12px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 9.5px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all {
    font-size: 7px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 16px;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all a {
    color: #940231;
  }
}

@media (min-width: 1024px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    position: relative;
    box-sizing: border-box;
    width: 608px;
    height: 448px;
    padding: 34.13333px 0 39.46667px 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-container .pc-close-icon {
    position: absolute;
    top: 8px;
    right: 16px;
    display: block !important;
    width: 8.53333px;
    height: 8.53333px;
  }
  .page-product-configurable .add-to-cart-success-hint {
    margin-bottom: 18.13333px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12.8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 12.8px;
    height: 12.8px;
    margin-right: 4.26667px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    width: 494.93333px;
    margin-bottom: 10.66667px;
    padding: 11.73333px 0 14.93333px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 18.13333px;
    height: 13.86667px;
    margin-right: 7.46667px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 12.8px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 2.66667px;
    font-size: 12.8px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 158.93333px;
    height: 25.6px;
    margin: 5.86667px 0 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 9.6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 2px;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    width: 476.8px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 11.2px;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 12.8px;
    font-size: 8.53333px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 7.46667px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 12.8px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 494.93333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    width: 100%;
    height: 27.73333px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 14.93333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action,
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    width: 13.33333px;
    height: 13.33333px;
    display: block;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action {
    margin-right: 5.33333px;
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
    transform: rotate(180deg);
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 13.33333px 13.33333px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 13.33333px 13.33333px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    width: 494.93333px;
    min-height: 160px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 136px;
    padding-right: 8px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 128px;
    height: 113.06667px;
    display: block;
    margin-bottom: 5.33333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 4.26667px;
    font-size: 8.53333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 10.13333px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 5.33333px;
    font-size: 10.66667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 12.8px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 8.53333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 10.13333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all {
    font-size: 7.46667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 16px;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all a {
    color: #940231;
  }
}

@media (min-width: 1280px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    position: relative;
    box-sizing: border-box;
    width: 760px;
    height: 560px;
    padding: 42.66667px 0 49.33333px 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-container .pc-close-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    display: block !important;
    width: 10.66667px;
    height: 10.66667px;
  }
  .page-product-configurable .add-to-cart-success-hint {
    margin-bottom: 22.66667px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 16px;
    height: 16px;
    margin-right: 5.33333px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    width: 618.66667px;
    margin-bottom: 13.33333px;
    padding: 14.66667px 0 18.66667px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 22.66667px;
    height: 17.33333px;
    margin-right: 9.33333px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 16px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 3.33333px;
    font-size: 16px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 198.66667px;
    height: 32px;
    margin: 7.33333px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 2px;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    width: 596px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 14px;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 16px;
    font-size: 10.66667px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 9.33333px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 16px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 618.66667px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    width: 100%;
    height: 34.66667px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 18.66667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action,
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    width: 16.66667px;
    height: 16.66667px;
    display: block;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action {
    margin-right: 6.66667px;
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
    transform: rotate(180deg);
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 16.66667px 16.66667px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 16.66667px 16.66667px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    width: 618.66667px;
    min-height: 200px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 170px;
    padding-right: 10px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 160px;
    height: 141.33333px;
    display: block;
    margin-bottom: 6.66667px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 5.33333px;
    font-size: 10.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 12.66667px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 6.66667px;
    font-size: 13.33333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 16px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 10.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 12.66667px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all {
    font-size: 9.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 16px;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all a {
    color: #940231;
  }
}

@media (min-width: 1360px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    position: relative;
    box-sizing: border-box;
    width: 807.5px;
    height: 595px;
    padding: 45.33333px 0 52.41667px 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-container .pc-close-icon {
    position: absolute;
    top: 10.625px;
    right: 21.25px;
    display: block !important;
    width: 11.33333px;
    height: 11.33333px;
  }
  .page-product-configurable .add-to-cart-success-hint {
    margin-bottom: 24.08333px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 17px;
    height: 17px;
    margin-right: 5.66667px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    width: 657.33333px;
    margin-bottom: 14.16667px;
    padding: 15.58333px 0 19.83333px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 24.08333px;
    height: 18.41667px;
    margin-right: 9.91667px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 17px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 3.54167px;
    font-size: 17px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 211.08333px;
    height: 34px;
    margin: 7.79167px 0 21.25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12.75px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 2px;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    width: 633.25px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 14.875px;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 17px;
    font-size: 11.33333px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 9.91667px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 17px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 657.33333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    width: 100%;
    height: 36.83333px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 19.83333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action,
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    width: 17.70833px;
    height: 17.70833px;
    display: block;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action {
    margin-right: 7.08333px;
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
    transform: rotate(180deg);
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 17.70833px 17.70833px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 17.70833px 17.70833px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    width: 657.33333px;
    min-height: 212.5px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 180.625px;
    padding-right: 10.625px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 170px;
    height: 150.16667px;
    display: block;
    margin-bottom: 7.08333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 5.66667px;
    font-size: 11.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 13.45833px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 7.08333px;
    font-size: 14.16667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 17px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 11.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 13.45833px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all {
    font-size: 9.91667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 16px;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all a {
    color: #940231;
  }
}

@media (min-width: 1440px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    position: relative;
    box-sizing: border-box;
    width: 855px;
    height: 630px;
    padding: 48px 0 55.5px 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-container .pc-close-icon {
    position: absolute;
    top: 11.25px;
    right: 22.5px;
    display: block !important;
    width: 12px;
    height: 12px;
  }
  .page-product-configurable .add-to-cart-success-hint {
    margin-bottom: 25.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    width: 696px;
    margin-bottom: 15px;
    padding: 16.5px 0 21px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 25.5px;
    height: 19.5px;
    margin-right: 10.5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 18px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 3.75px;
    font-size: 18px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 223.5px;
    height: 36px;
    margin: 8.25px 0 22.5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 2px;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    width: 670.5px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 15.75px;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 18px;
    font-size: 12px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 10.5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 18px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 696px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    width: 100%;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 21px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action,
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    width: 18.75px;
    height: 18.75px;
    display: block;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action {
    margin-right: 7.5px;
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
    transform: rotate(180deg);
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 18.75px 18.75px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 18.75px 18.75px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    width: 696px;
    min-height: 225px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 191.25px;
    padding-right: 11.25px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 180px;
    height: 159px;
    display: block;
    margin-bottom: 7.5px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 6px;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 14.25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 7.5px;
    font-size: 15px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 18px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 14.25px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all {
    font-size: 10.5px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 16px;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all a {
    color: #940231;
  }
}

@media (min-width: 1680px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    position: relative;
    box-sizing: border-box;
    width: 997.5px;
    height: 735px;
    padding: 56px 0 64.75px 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-container .pc-close-icon {
    position: absolute;
    top: 13.125px;
    right: 26.25px;
    display: block !important;
    width: 14px;
    height: 14px;
  }
  .page-product-configurable .add-to-cart-success-hint {
    margin-bottom: 29.75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 21px;
    height: 21px;
    margin-right: 7px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    width: 812px;
    margin-bottom: 17.5px;
    padding: 19.25px 0 24.5px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 29.75px;
    height: 22.75px;
    margin-right: 12.25px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 21px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 4.375px;
    font-size: 21px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 260.75px;
    height: 42px;
    margin: 9.625px 0 26.25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15.75px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 2px;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    width: 782.25px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 18.375px;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 21px;
    font-size: 14px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 12.25px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 21px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 812px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    width: 100%;
    height: 45.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 24.5px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action,
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    width: 21.875px;
    height: 21.875px;
    display: block;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action {
    margin-right: 8.75px;
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
    transform: rotate(180deg);
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 21.875px 21.875px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 21.875px 21.875px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    width: 812px;
    min-height: 262.5px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 223.125px;
    padding-right: 13.125px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 210px;
    height: 185.5px;
    display: block;
    margin-bottom: 8.75px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 7px;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 16.625px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 8.75px;
    font-size: 17.5px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 21px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 16.625px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all {
    font-size: 12.25px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 16px;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all a {
    color: #940231;
  }
}

@media (min-width: 1920px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    position: relative;
    box-sizing: border-box;
    width: 1140px;
    height: 840px;
    padding: 64px 0 74px 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-container .pc-close-icon {
    position: absolute;
    top: 15px;
    right: 30px;
    display: block !important;
    width: 16px;
    height: 16px;
  }
  .page-product-configurable .add-to-cart-success-hint {
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    width: 928px;
    margin-bottom: 20px;
    padding: 22px 0 28px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 34px;
    height: 26px;
    margin-right: 14px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 24px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 5px;
    font-size: 24px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 298px;
    height: 48px;
    margin: 11px 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 2px;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    width: 894px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 21px;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 24px;
    font-size: 16px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 14px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 24px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 928px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 28px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action,
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action {
    margin-right: 10px;
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
    transform: rotate(180deg);
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 25px 25px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 25px 25px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    width: 928px;
    min-height: 300px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 255px;
    padding-right: 15px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 240px;
    height: 212px;
    display: block;
    margin-bottom: 10px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 8px;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 10px;
    font-size: 20px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 24px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 19px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all {
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 16px;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all a {
    color: #940231;
  }
}

@media (min-width: 2048px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    position: relative;
    box-sizing: border-box;
    width: 1216px;
    height: 896px;
    padding: 68.26667px 0 78.93333px 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-container .pc-close-icon {
    position: absolute;
    top: 16px;
    right: 32px;
    display: block !important;
    width: 17.06667px;
    height: 17.06667px;
  }
  .page-product-configurable .add-to-cart-success-hint {
    margin-bottom: 36.26667px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25.6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 25.6px;
    height: 25.6px;
    margin-right: 8.53333px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    width: 989.86667px;
    margin-bottom: 21.33333px;
    padding: 23.46667px 0 29.86667px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 36.26667px;
    height: 27.73333px;
    margin-right: 14.93333px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 25.6px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 5.33333px;
    font-size: 25.6px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 317.86667px;
    height: 51.2px;
    margin: 11.73333px 0 32px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19.2px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 2px;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    width: 953.6px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 22.4px;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 25.6px;
    font-size: 17.06667px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 14.93333px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 25.6px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 989.86667px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    width: 100%;
    height: 55.46667px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 29.86667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action,
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    width: 26.66667px;
    height: 26.66667px;
    display: block;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action {
    margin-right: 10.66667px;
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
    transform: rotate(180deg);
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 26.66667px 26.66667px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 26.66667px 26.66667px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    width: 989.86667px;
    min-height: 320px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 272px;
    padding-right: 16px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 256px;
    height: 226.13333px;
    display: block;
    margin-bottom: 10.66667px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 8.53333px;
    font-size: 17.06667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 20.26667px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 10.66667px;
    font-size: 21.33333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 25.6px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 17.06667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 20.26667px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all {
    font-size: 14.93333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 16px;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all a {
    color: #940231;
  }
}

@media (min-width: 2545px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    position: relative;
    box-sizing: border-box;
    width: 1511.09375px;
    height: 1113.4375px;
    padding: 84.83333px 0 98.08854px 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-container .pc-close-icon {
    position: absolute;
    top: 19.88281px;
    right: 39.76562px;
    display: block !important;
    width: 21.20833px;
    height: 21.20833px;
  }
  .page-product-configurable .add-to-cart-success-hint {
    margin-bottom: 45.06771px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31.8125px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 31.8125px;
    height: 31.8125px;
    margin-right: 10.60417px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    width: 1230.08333px;
    margin-bottom: 26.51042px;
    padding: 29.16146px 0 37.11458px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 45.06771px;
    height: 34.46354px;
    margin-right: 18.55729px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 31.8125px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 6.6276px;
    font-size: 31.8125px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 395.00521px;
    height: 63.625px;
    margin: 14.58073px 0 39.76562px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 23.85938px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 2px;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    width: 1185.01562px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 27.83594px;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 31.8125px;
    font-size: 21.20833px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 18.55729px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 31.8125px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 1230.08333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    width: 100%;
    height: 68.92708px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 37.11458px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action,
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    width: 33.13802px;
    height: 33.13802px;
    display: block;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action {
    margin-right: 13.25521px;
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
    transform: rotate(180deg);
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 33.13802px 33.13802px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 33.13802px 33.13802px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    width: 1230.08333px;
    min-height: 397.65625px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 338.00781px;
    padding-right: 19.88281px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 318.125px;
    height: 281.01042px;
    display: block;
    margin-bottom: 13.25521px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 10.60417px;
    font-size: 21.20833px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 25.1849px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 13.25521px;
    font-size: 26.51042px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 31.8125px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 21.20833px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 25.1849px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all {
    font-size: 18.55729px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 16px;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all a {
    color: #940231;
  }
}

@media (min-width: 2560px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    position: relative;
    box-sizing: border-box;
    width: 1520px;
    height: 1120px;
    padding: 85.33333px 0 98.66667px 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-container .pc-close-icon {
    position: absolute;
    top: 20px;
    right: 40px;
    display: block !important;
    width: 21.33333px;
    height: 21.33333px;
  }
  .page-product-configurable .add-to-cart-success-hint {
    margin-bottom: 45.33333px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 32px;
    height: 32px;
    margin-right: 10.66667px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    width: 1237.33333px;
    margin-bottom: 26.66667px;
    padding: 29.33333px 0 37.33333px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 45.33333px;
    height: 34.66667px;
    margin-right: 18.66667px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 32px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 6.66667px;
    font-size: 32px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 397.33333px;
    height: 64px;
    margin: 14.66667px 0 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 2px;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    width: 1192px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 28px;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 32px;
    font-size: 21.33333px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 18.66667px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 32px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 1237.33333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    width: 100%;
    height: 69.33333px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 37.33333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action,
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    width: 33.33333px;
    height: 33.33333px;
    display: block;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action {
    margin-right: 13.33333px;
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
    transform: rotate(180deg);
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 33.33333px 33.33333px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 33.33333px 33.33333px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    width: 1237.33333px;
    min-height: 400px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 340px;
    padding-right: 20px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 320px;
    height: 282.66667px;
    display: block;
    margin-bottom: 13.33333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 10.66667px;
    font-size: 21.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 25.33333px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 13.33333px;
    font-size: 26.66667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 32px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 21.33333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 25.33333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all {
    font-size: 18.66667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 16px;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all a {
    color: #940231;
  }
}

@media (min-width: 3840px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    position: relative;
    box-sizing: border-box;
    width: 2280px;
    height: 1680px;
    padding: 128px 0 148px 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-container .pc-close-icon {
    position: absolute;
    top: 30px;
    right: 60px;
    display: block !important;
    width: 32px;
    height: 32px;
  }
  .page-product-configurable .add-to-cart-success-hint {
    margin-bottom: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 48px;
    height: 48px;
    margin-right: 16px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    width: 1856px;
    margin-bottom: 40px;
    padding: 44px 0 56px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 68px;
    height: 52px;
    margin-right: 28px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 48px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 10px;
    font-size: 48px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 596px;
    height: 96px;
    margin: 22px 0 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 2px;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    width: 1788px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 42px;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 48px;
    font-size: 32px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 28px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 48px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 1856px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    width: 100%;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 56px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action,
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action {
    margin-right: 20px;
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
    transform: rotate(180deg);
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-prev-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 50px 50px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg");
    background-size: contain;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .swiper-next-action.disabled {
    background-image: url("https://static.povison.com/media/wysiwyg/icon/product_out_of_stock/swiper_action_active.svg"), linear-gradient(#f0f0f0, #f0f0f0);
    background-blend-mode: lighten;
    background-size: 50px 50px;
    border-radius: 2px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    width: 1856px;
    min-height: 600px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 510px;
    padding-right: 30px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 480px;
    height: 424px;
    display: block;
    margin-bottom: 20px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 16px;
    font-size: 32px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 20px;
    font-size: 40px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 48px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 32px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 38px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all {
    font-size: 28px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 16px;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-shop-all a {
    color: #940231;
  }
}

@media only screen and (min-width: 218px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 41.856px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 22.09067px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 27.904px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9.88267px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 9.30133px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 23.25333px;
    padding-left: 9.30133px;
    display: flex;
    align-items: center;
    font-size: 8.72px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 10.464px;
    height: 10.464px;
    margin-right: 3.488px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 22.09067px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 6.976px 0 10.464px 9.30133px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 13.952px;
    height: 10.464px;
    margin-right: 4.65067px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 9.30133px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 2.90667px;
    font-size: 9.30133px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 147.65867px;
    height: 20.928px;
    margin: 6.976px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 9.30133px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 8.13867px;
    padding-right: 9.30133px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 10.464px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 4.65067px;
    font-size: 8.72px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 8.72px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 12.78933px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 27.904px;
    padding: 0 9.30133px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 9.88267px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 6.976px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 218px;
    min-height: 139.52px;
    padding-left: 9.30133px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 98.82667px;
    padding-right: 5.81333px;
    padding-bottom: 5.81333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 93.01333px;
    height: 93.01333px;
    display: block;
    margin-bottom: 4.65067px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 4.65067px;
    font-size: 8.13867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 9.30133px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 5.81333px;
    font-size: 9.30133px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 11.04533px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 6.976px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 8.13867px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 61.44px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 32.42667px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 40.96px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14.50667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 13.65333px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 34.13333px;
    padding-left: 13.65333px;
    display: flex;
    align-items: center;
    font-size: 12.8px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 15.36px;
    height: 15.36px;
    margin-right: 5.12px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 32.42667px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 10.24px 0 15.36px 13.65333px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 20.48px;
    height: 15.36px;
    margin-right: 6.82667px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 13.65333px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 4.26667px;
    font-size: 13.65333px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 216.74667px;
    height: 30.72px;
    margin: 10.24px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13.65333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 11.94667px;
    padding-right: 13.65333px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 15.36px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 6.82667px;
    font-size: 12.8px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 12.8px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 18.77333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 40.96px;
    padding: 0 13.65333px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 14.50667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 10.24px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 320px;
    min-height: 204.8px;
    padding-left: 13.65333px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 145.06667px;
    padding-right: 8.53333px;
    padding-bottom: 8.53333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 136.53333px;
    height: 136.53333px;
    display: block;
    margin-bottom: 6.82667px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 6.82667px;
    font-size: 11.94667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 13.65333px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 8.53333px;
    font-size: 13.65333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 16.21333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 10.24px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 11.94667px;
  }
}

@media only screen and (min-width: 326px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 62.592px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 33.03467px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 41.728px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14.77867px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 13.90933px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 34.77333px;
    padding-left: 13.90933px;
    display: flex;
    align-items: center;
    font-size: 13.04px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 15.648px;
    height: 15.648px;
    margin-right: 5.216px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 33.03467px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 10.432px 0 15.648px 13.90933px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 20.864px;
    height: 15.648px;
    margin-right: 6.95467px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 13.90933px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 4.34667px;
    font-size: 13.90933px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 220.81067px;
    height: 31.296px;
    margin: 10.432px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13.90933px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 12.17067px;
    padding-right: 13.90933px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 15.648px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 6.95467px;
    font-size: 13.04px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 13.04px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 19.12533px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 41.728px;
    padding: 0 13.90933px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 14.77867px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 10.432px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 326px;
    min-height: 208.64px;
    padding-left: 13.90933px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 147.78667px;
    padding-right: 8.69333px;
    padding-bottom: 8.69333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 139.09333px;
    height: 139.09333px;
    display: block;
    margin-bottom: 6.95467px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 6.95467px;
    font-size: 12.17067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 13.90933px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 8.69333px;
    font-size: 13.90933px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 16.51733px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 10.432px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 12.17067px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 72px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 38px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 38px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 12px 0 18px 16px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 24px;
    height: 18px;
    margin-right: 8px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 16px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 5px;
    font-size: 16px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 254px;
    height: 36px;
    margin: 12px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 14px;
    padding-right: 16px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 18px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 8px;
    font-size: 15px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 15px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 22px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 17px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 375px;
    min-height: 240px;
    padding-left: 16px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 170px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 160px;
    height: 160px;
    display: block;
    margin-bottom: 8px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 8px;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 10px;
    font-size: 16px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 19px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 14px;
  }
}

@media only screen and (min-width: 386px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 74.112px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 39.11467px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 49.408px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17.49867px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 16.46933px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 41.17333px;
    padding-left: 16.46933px;
    display: flex;
    align-items: center;
    font-size: 15.44px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 18.528px;
    height: 18.528px;
    margin-right: 6.176px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 39.11467px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 12.352px 0 18.528px 16.46933px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 24.704px;
    height: 18.528px;
    margin-right: 8.23467px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 16.46933px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 5.14667px;
    font-size: 16.46933px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 261.45067px;
    height: 37.056px;
    margin: 12.352px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16.46933px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 14.41067px;
    padding-right: 16.46933px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 18.528px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 8.23467px;
    font-size: 15.44px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 15.44px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 22.64533px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 49.408px;
    padding: 0 16.46933px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 17.49867px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 12.352px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 386px;
    min-height: 247.04px;
    padding-left: 16.46933px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 174.98667px;
    padding-right: 10.29333px;
    padding-bottom: 10.29333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 164.69333px;
    height: 164.69333px;
    display: block;
    margin-bottom: 8.23467px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 8.23467px;
    font-size: 14.41067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 16.46933px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 10.29333px;
    font-size: 16.46933px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 19.55733px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 12.352px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 14.41067px;
  }
}

@media only screen and (min-width: 390px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 74.88px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 39.52px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 49.92px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17.68px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 16.64px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 41.6px;
    padding-left: 16.64px;
    display: flex;
    align-items: center;
    font-size: 15.6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 18.72px;
    height: 18.72px;
    margin-right: 6.24px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 39.52px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 12.48px 0 18.72px 16.64px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 24.96px;
    height: 18.72px;
    margin-right: 8.32px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 16.64px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 5.2px;
    font-size: 16.64px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 264.16px;
    height: 37.44px;
    margin: 12.48px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16.64px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 14.56px;
    padding-right: 16.64px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 18.72px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 8.32px;
    font-size: 15.6px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 15.6px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 22.88px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 49.92px;
    padding: 0 16.64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 17.68px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 12.48px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 390px;
    min-height: 249.6px;
    padding-left: 16.64px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 176.8px;
    padding-right: 10.4px;
    padding-bottom: 10.4px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 166.4px;
    height: 166.4px;
    display: block;
    margin-bottom: 8.32px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 8.32px;
    font-size: 14.56px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 16.64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 10.4px;
    font-size: 16.64px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 19.76px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 12.48px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 14.56px;
  }
}

@media only screen and (min-width: 414px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 79.488px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 41.952px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 52.992px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18.768px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 17.664px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 44.16px;
    padding-left: 17.664px;
    display: flex;
    align-items: center;
    font-size: 16.56px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 19.872px;
    height: 19.872px;
    margin-right: 6.624px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 41.952px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 13.248px 0 19.872px 17.664px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 26.496px;
    height: 19.872px;
    margin-right: 8.832px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 17.664px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 5.52px;
    font-size: 17.664px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 280.416px;
    height: 39.744px;
    margin: 13.248px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17.664px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 15.456px;
    padding-right: 17.664px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 19.872px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 8.832px;
    font-size: 16.56px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 16.56px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 24.288px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 52.992px;
    padding: 0 17.664px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 18.768px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 13.248px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 414px;
    min-height: 264.96px;
    padding-left: 17.664px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 187.68px;
    padding-right: 11.04px;
    padding-bottom: 11.04px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 176.64px;
    height: 176.64px;
    display: block;
    margin-bottom: 8.832px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 8.832px;
    font-size: 15.456px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 17.664px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 11.04px;
    font-size: 17.664px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 20.976px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 13.248px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 15.456px;
  }
}

@media only screen and (min-width: 424px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 81.408px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 42.96533px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 54.272px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19.22133px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 18.09067px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 45.22667px;
    padding-left: 18.09067px;
    display: flex;
    align-items: center;
    font-size: 16.96px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 20.352px;
    height: 20.352px;
    margin-right: 6.784px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 42.96533px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 13.568px 0 20.352px 18.09067px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 27.136px;
    height: 20.352px;
    margin-right: 9.04533px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 18.09067px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 5.65333px;
    font-size: 18.09067px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 287.18933px;
    height: 40.704px;
    margin: 13.568px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18.09067px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 15.82933px;
    padding-right: 18.09067px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 20.352px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 9.04533px;
    font-size: 16.96px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 16.96px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 24.87467px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 54.272px;
    padding: 0 18.09067px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 19.22133px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 13.568px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 424px;
    min-height: 271.36px;
    padding-left: 18.09067px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 192.21333px;
    padding-right: 11.30667px;
    padding-bottom: 11.30667px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 180.90667px;
    height: 180.90667px;
    display: block;
    margin-bottom: 9.04533px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 9.04533px;
    font-size: 15.82933px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 18.09067px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 11.30667px;
    font-size: 18.09067px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 21.48267px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 13.568px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 15.82933px;
  }
}

@media only screen and (min-width: 428px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 82.176px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 43.37067px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 54.784px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19.40267px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 18.26133px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 45.65333px;
    padding-left: 18.26133px;
    display: flex;
    align-items: center;
    font-size: 17.12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 20.544px;
    height: 20.544px;
    margin-right: 6.848px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 43.37067px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 13.696px 0 20.544px 18.26133px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 27.392px;
    height: 20.544px;
    margin-right: 9.13067px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 18.26133px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 5.70667px;
    font-size: 18.26133px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 289.89867px;
    height: 41.088px;
    margin: 13.696px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18.26133px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 15.97867px;
    padding-right: 18.26133px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 20.544px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 9.13067px;
    font-size: 17.12px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 17.12px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 25.10933px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 54.784px;
    padding: 0 18.26133px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 19.40267px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 13.696px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 428px;
    min-height: 273.92px;
    padding-left: 18.26133px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 194.02667px;
    padding-right: 11.41333px;
    padding-bottom: 11.41333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 182.61333px;
    height: 182.61333px;
    display: block;
    margin-bottom: 9.13067px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 9.13067px;
    font-size: 15.97867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 18.26133px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 11.41333px;
    font-size: 18.26133px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 21.68533px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 13.696px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 15.97867px;
  }
}

@media only screen and (min-width: 432px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 82.944px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 43.776px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 55.296px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19.584px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 18.432px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 46.08px;
    padding-left: 18.432px;
    display: flex;
    align-items: center;
    font-size: 17.28px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 20.736px;
    height: 20.736px;
    margin-right: 6.912px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 43.776px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 13.824px 0 20.736px 18.432px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 27.648px;
    height: 20.736px;
    margin-right: 9.216px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 18.432px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 5.76px;
    font-size: 18.432px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 292.608px;
    height: 41.472px;
    margin: 13.824px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18.432px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 16.128px;
    padding-right: 18.432px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 20.736px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 9.216px;
    font-size: 17.28px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 17.28px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 25.344px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 55.296px;
    padding: 0 18.432px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 19.584px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 13.824px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 432px;
    min-height: 276.48px;
    padding-left: 18.432px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 195.84px;
    padding-right: 11.52px;
    padding-bottom: 11.52px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 184.32px;
    height: 184.32px;
    display: block;
    margin-bottom: 9.216px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 9.216px;
    font-size: 16.128px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 18.432px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 11.52px;
    font-size: 18.432px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 21.888px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 13.824px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 16.128px;
  }
}

@media only screen and (min-width: 441px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 84.672px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 44.688px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 56.448px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19.992px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 18.816px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 47.04px;
    padding-left: 18.816px;
    display: flex;
    align-items: center;
    font-size: 17.64px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 21.168px;
    height: 21.168px;
    margin-right: 7.056px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 44.688px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 14.112px 0 21.168px 18.816px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 28.224px;
    height: 21.168px;
    margin-right: 9.408px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 18.816px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 5.88px;
    font-size: 18.816px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 298.704px;
    height: 42.336px;
    margin: 14.112px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18.816px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 16.464px;
    padding-right: 18.816px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 21.168px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 9.408px;
    font-size: 17.64px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 17.64px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 25.872px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 56.448px;
    padding: 0 18.816px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 19.992px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 14.112px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 441px;
    min-height: 282.24px;
    padding-left: 18.816px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 199.92px;
    padding-right: 11.76px;
    padding-bottom: 11.76px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 188.16px;
    height: 188.16px;
    display: block;
    margin-bottom: 9.408px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 9.408px;
    font-size: 16.464px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 18.816px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 11.76px;
    font-size: 18.816px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 22.344px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 14.112px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 16.464px;
  }
}

@media only screen and (min-width: 458px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 87.936px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 46.41067px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 58.624px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20.76267px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 19.54133px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 48.85333px;
    padding-left: 19.54133px;
    display: flex;
    align-items: center;
    font-size: 18.32px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 21.984px;
    height: 21.984px;
    margin-right: 7.328px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 46.41067px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 14.656px 0 21.984px 19.54133px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 29.312px;
    height: 21.984px;
    margin-right: 9.77067px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 19.54133px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 6.10667px;
    font-size: 19.54133px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 310.21867px;
    height: 43.968px;
    margin: 14.656px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19.54133px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 17.09867px;
    padding-right: 19.54133px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 21.984px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 9.77067px;
    font-size: 18.32px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 18.32px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 26.86933px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 58.624px;
    padding: 0 19.54133px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 20.76267px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 14.656px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 458px;
    min-height: 293.12px;
    padding-left: 19.54133px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 207.62667px;
    padding-right: 12.21333px;
    padding-bottom: 12.21333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 195.41333px;
    height: 195.41333px;
    display: block;
    margin-bottom: 9.77067px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 9.77067px;
    font-size: 17.09867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 19.54133px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 12.21333px;
    font-size: 19.54133px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 23.20533px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 14.656px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 17.09867px;
  }
}

@media only screen and (min-width: 493px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 94.656px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 49.95733px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 63.104px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22.34933px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 21.03467px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 52.58667px;
    padding-left: 21.03467px;
    display: flex;
    align-items: center;
    font-size: 19.72px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 23.664px;
    height: 23.664px;
    margin-right: 7.888px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 49.95733px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 15.776px 0 23.664px 21.03467px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 31.552px;
    height: 23.664px;
    margin-right: 10.51733px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 21.03467px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 6.57333px;
    font-size: 21.03467px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 333.92533px;
    height: 47.328px;
    margin: 15.776px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 21.03467px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 18.40533px;
    padding-right: 21.03467px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 23.664px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 10.51733px;
    font-size: 19.72px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 19.72px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 28.92267px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 63.104px;
    padding: 0 21.03467px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 22.34933px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 15.776px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 493px;
    min-height: 315.52px;
    padding-left: 21.03467px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 223.49333px;
    padding-right: 13.14667px;
    padding-bottom: 13.14667px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 210.34667px;
    height: 210.34667px;
    display: block;
    margin-bottom: 10.51733px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 10.51733px;
    font-size: 18.40533px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 21.03467px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 13.14667px;
    font-size: 21.03467px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 24.97867px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 15.776px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 18.40533px;
  }
}

@media only screen and (min-width: 518px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 99.456px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 52.49067px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 66.304px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23.48267px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 22.10133px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 55.25333px;
    padding-left: 22.10133px;
    display: flex;
    align-items: center;
    font-size: 20.72px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 24.864px;
    height: 24.864px;
    margin-right: 8.288px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 52.49067px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 16.576px 0 24.864px 22.10133px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 33.152px;
    height: 24.864px;
    margin-right: 11.05067px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 22.10133px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 6.90667px;
    font-size: 22.10133px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 350.85867px;
    height: 49.728px;
    margin: 16.576px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22.10133px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 19.33867px;
    padding-right: 22.10133px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 24.864px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 11.05067px;
    font-size: 20.72px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 20.72px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 30.38933px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 66.304px;
    padding: 0 22.10133px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 23.48267px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 16.576px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 518px;
    min-height: 331.52px;
    padding-left: 22.10133px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 234.82667px;
    padding-right: 13.81333px;
    padding-bottom: 13.81333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 221.01333px;
    height: 221.01333px;
    display: block;
    margin-bottom: 11.05067px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 11.05067px;
    font-size: 19.33867px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 22.10133px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 13.81333px;
    font-size: 22.10133px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 26.24533px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 16.576px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 19.33867px;
  }
}

@media only screen and (min-width: 540px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 103.68px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 54.72px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 69.12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24.48px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 23.04px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 57.6px;
    padding-left: 23.04px;
    display: flex;
    align-items: center;
    font-size: 21.6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 25.92px;
    height: 25.92px;
    margin-right: 8.64px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 54.72px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 17.28px 0 25.92px 23.04px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 34.56px;
    height: 25.92px;
    margin-right: 11.52px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 23.04px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 7.2px;
    font-size: 23.04px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 365.76px;
    height: 51.84px;
    margin: 17.28px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 23.04px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 20.16px;
    padding-right: 23.04px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 25.92px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 11.52px;
    font-size: 21.6px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 21.6px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 31.68px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 69.12px;
    padding: 0 23.04px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 24.48px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 17.28px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 540px;
    min-height: 345.6px;
    padding-left: 23.04px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 244.8px;
    padding-right: 14.4px;
    padding-bottom: 14.4px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 230.4px;
    height: 230.4px;
    display: block;
    margin-bottom: 11.52px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 11.52px;
    font-size: 20.16px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 23.04px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 14.4px;
    font-size: 23.04px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 27.36px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 17.28px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 20.16px;
  }
}

@media only screen and (min-width: 565px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 108.48px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 57.25333px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 72.32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25.61333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 24.10667px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 60.26667px;
    padding-left: 24.10667px;
    display: flex;
    align-items: center;
    font-size: 22.6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 27.12px;
    height: 27.12px;
    margin-right: 9.04px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 57.25333px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 18.08px 0 27.12px 24.10667px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 36.16px;
    height: 27.12px;
    margin-right: 12.05333px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 24.10667px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 7.53333px;
    font-size: 24.10667px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 382.69333px;
    height: 54.24px;
    margin: 18.08px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24.10667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 21.09333px;
    padding-right: 24.10667px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 27.12px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 12.05333px;
    font-size: 22.6px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 22.6px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 33.14667px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 72.32px;
    padding: 0 24.10667px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 25.61333px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 18.08px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 565px;
    min-height: 361.6px;
    padding-left: 24.10667px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 256.13333px;
    padding-right: 15.06667px;
    padding-bottom: 15.06667px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 241.06667px;
    height: 241.06667px;
    display: block;
    margin-bottom: 12.05333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 12.05333px;
    font-size: 21.09333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 24.10667px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 15.06667px;
    font-size: 24.10667px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 28.62667px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 18.08px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 21.09333px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 147.456px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 77.824px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 98.304px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34.816px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 32.768px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 81.92px;
    padding-left: 32.768px;
    display: flex;
    align-items: center;
    font-size: 30.72px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 36.864px;
    height: 36.864px;
    margin-right: 12.288px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 77.824px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 24.576px 0 36.864px 32.768px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 49.152px;
    height: 36.864px;
    margin-right: 16.384px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 32.768px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 10.24px;
    font-size: 32.768px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 520.192px;
    height: 73.728px;
    margin: 24.576px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32.768px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 28.672px;
    padding-right: 32.768px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 36.864px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 16.384px;
    font-size: 30.72px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 30.72px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 45.056px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 98.304px;
    padding: 0 32.768px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 34.816px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 24.576px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 768px;
    min-height: 491.52px;
    padding-left: 32.768px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 348.16px;
    padding-right: 20.48px;
    padding-bottom: 20.48px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 327.68px;
    height: 327.68px;
    display: block;
    margin-bottom: 16.384px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 16.384px;
    font-size: 28.672px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 32.768px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 20.48px;
    font-size: 32.768px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 38.912px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 24.576px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 28.672px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 800px) {
  .page-product-configurable .product-out-of-stock-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12346;
  }
  .page-product-configurable .product-out-of-stock-popup-top-container {
    width: 100%;
    height: 153.6px;
    flex-shrink: 0;
  }
  .page-product-configurable .product-out-of-stock-popup-container {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 81.06667px;
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 102.4px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36.26667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  }
  .page-product-configurable .product-out-of-stock-popup-container .popup-title .close-icon {
    position: absolute;
    right: 34.13333px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-product-configurable .add-to-cart-success-hint {
    box-sizing: border-box;
    width: 100%;
    height: 85.33333px;
    padding-left: 34.13333px;
    display: flex;
    align-items: center;
    font-size: 32px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    background: #f5f5f5;
  }
  .page-product-configurable .add-to-cart-success-hint .icon {
    width: 38.4px;
    height: 38.4px;
    margin-right: 12.8px;
  }
  .page-product-configurable .product-out-of-stock-popup-content-container {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 81.06667px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 25.6px 0 38.4px 34.13333px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .icon {
    width: 51.2px;
    height: 38.4px;
    margin-right: 17.06667px;
    display: none;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #930031;
    font-size: 34.13333px;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .text {
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header .title .high-light {
    margin-left: 10.66667px;
    font-size: 34.13333px;
    font-family: Gilroy-Bold, Bold;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .continue-btn {
    width: 541.86667px;
    height: 76.8px;
    margin: 25.6px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 34.13333px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    line-height: 1;
    background: #930031;
    border-radius: 5px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info {
    box-sizing: border-box;
    width: 100%;
    margin-top: 29.86667px;
    padding-right: 34.13333px;
    color: #333;
    font-family: Gilroy-Regular, Regular;
    line-height: 38.4px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .title {
    margin-bottom: 17.06667px;
    font-size: 32px;
    font-family: Gilroy-Medium, Medium;
    font-weight: 500;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph {
    font-size: 32px;
  }
  .page-product-configurable .product-out-of-stock-popup-header-block .header-info .paragraph:not(:last-child) {
    margin-bottom: 46.93333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product {
    width: 100%;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header {
    box-sizing: border-box;
    width: 100%;
    height: 102.4px;
    padding: 0 34.13333px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .title {
    font-size: 36.26667px;
    font-family: Gilroy-Medium, Gilroy;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action {
    font-size: 25.6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #940231;
    line-height: 14;
    text-decoration: underline;
    text-align: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-header .action a {
    color: #940231;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container {
    box-sizing: border-box;
    width: 800px;
    min-height: 512px;
    padding-left: 34.13333px;
    overflow-x: scroll;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .product-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 362.66667px;
    padding-right: 21.33333px;
    padding-bottom: 21.33333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-cover {
    width: 341.33333px;
    height: 341.33333px;
    display: block;
    margin-bottom: 17.06667px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-title {
    margin-bottom: 17.06667px;
    font-size: 29.86667px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #333;
    line-height: 34.13333px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price {
    display: flex;
    align-items: center;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .highlight-price {
    margin-right: 21.33333px;
    font-size: 34.13333px;
    font-family: Gilroy-Bold, Gilroy;
    font-weight: bold;
    color: #940231;
    line-height: 40.53333px;
  }
  .page-product-configurable .product-out-of-stock-popup-recommend-product-container .item-price .origin-price {
    font-size: 25.6px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #999;
    line-height: 29.86667px;
  }
}
/* 购物车加号样式 */

.checkout-cart-index .kit-list-box {
    grid-gap: 130px;
}


/* .checkout-cart-index .kit-item .kit-item-outline .kit-item-icon-plus {
    left: 50% !important;
    transform: translate(-50%);
    margin: 0;
} */

.kit-open {
    overflow: hidden;
}

.kit-mantle-open .kit-popup::after {
    background: rgba(88, 88, 88, 0.6);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 998;
}

.kit_add_cart {
    background: #222222 !important;
    border: 1px solid #222222 !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.kit-cancel-btn {
    background: #fff !important;
    border: 1px solid #ccc !important;
    color: #000 !important;
    margin-right: 15px !important;
}

.kit-item-name {
    height: 40px;
    line-height: 20px;
    white-space: initial;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-width: unset;
    max-width: unset;
    margin-bottom: 5px !important;
    margin-top: 5px;
}

.kit-item .kit-item-outline .kit-item-inner .kit-item-prices {
    margin: 5px 0;
}

.mst-product_kit__kit .product-reviews-summary .reviews-actions a {
    font-weight: bold;
    font-size: 13px;
}

.mst-product_kit__kit .product-reviews-summary .reviews-actions a span {
    display: none;
}

.kit-item .kit-item-outline .kit-item-checkbox input[type=checkbox] {
    border: 1px solid #000;
}

.mst-product_kit__kitList .kit-item .kit-item-outline .kit-item-discount {
    display: none;
}

.kit-footer-price-item {
    color: #930031;
}

.mst-product_kit__cart-list .mst-product_kit__cart-item .messages {
    margin-bottom: 1rem;
    background: #fff;
    padding: 1rem;
    color: #999;
    font-size: 13px;
}

.kit-cart-title {
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0px;
    z-index: 999;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 0 3px #ccc;
    left: 0;
}

.kit-popup-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
}

.kit-popup-close:before {
    content: '';
    height: 23px;
    border-left: 5px solid #999;
    position: absolute;
    transform: rotate( -45deg);
    right: 15px;
    border-radius: 10px;
    top: 9px;
}

.kit-popup-close::after {
    content: '';
    height: 23px;
    border-left: 5px solid #999;
    position: absolute;
    transform: rotate( 45deg);
    right: 15px;
    border-radius: 10px;
    top: 9px;
}

.kit-footer-cart .kit-price .price-final_price .old-price {
    display: none !important;
}

.mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper .cart-item-inner .cart-item-name {
    /* height: 40px; */
    line-height: 20px;
    white-space: initial;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px !important;
    font-weight: 500;
}

.product-item .kit-price .kit-item-newPrice {
    margin: 0px 5px 0px 0px !important;
}

.kit-open .swatch-attribute .text {
    height: auto !important;
    line-height: unset !important;
    overflow: unset !important;
}

.product-item .swatch-option:not(.disabled):hover {
    outline: unset !important;
    border-radius: 3px;
    border: 1px solid #757070;
}

.mst-product_kit__kit .kit-item-newPrice {
    color: #930031 !important;
    margin-right: 5px;
}

.mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper .cart-item-inner .price-box .price {
    font-weight: 500;
    color: #666 !important;
}

.kit-list-content .kit-item .kit-item-outline .kit-item-icon-plus {
    background: unset !important;
    display: none;
}

.showMessage {
    border-radius: 5px;
    position: fixed;
    top: 80px;
    font-size: 14px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    display: inline-block;
    pointer-events: all;
    padding: 8px 0px 8px 45px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
    background: #fff;
}

.showMessageSuccess {
    background-color: #e5efe5;
    color: #006400;
}

.showMessageSuccess::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: 18px;
    width: 45px;
    position: absolute;
    text-align: center;
}

.showMessageError {
    background-color: #fae5e5;
    color: #e02b27;
}

.showMessageError::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: 18px;
    width: 45px;
    position: absolute;
    text-align: center;
}

.mst-product_kit__kitList .kitList-paging .kitList-page._active {
    background: #930031;
}

.kit-item .kit-item-outline .kit-item-checkbox input[type=checkbox]:checked {
    background-color: #930031;
    border: 1px solid #930031;
}

@media screen and (min-width: 768px) {
    .mst-product_kit__kitList {
        margin-bottom: 30px;
        background: #fff;
        padding: 3rem 0;
    }
    .kit-cart-title {
        font-size: 18px;
        padding: 10px 0;
    }
    .product_kit__kit-horizontal {
        width: 100%;
        margin: 0 auto;
    }
    .product_kit__kit-horizontal .kit-item._highlight .kit-item-outline {
        outline: unset !important;
        padding: 15px;
        box-shadow: 0 1px 5px 0 rgb(0 0 0 / 15%);
        height: 160px;
        position: unset;
    }
    .product_kit__kit-horizontal .kit-item .kit-item-outline {
        padding: 15px;
        box-shadow: 0 1px 5px 0 rgb(0 0 0 / 15%);
        height: 160px;
    }
    .kit-heading {
        font-size: 20px;
        font-weight: bold;
    }
    .product_kit__kit-horizontal .mst-product_kit__kit .kit-inner {
        padding-top: 40px;
    }
    .mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price .kit-footer-price-item._oldPrice {
        margin-left: 1rem;
    }
    .page-product-configurable .kit-list-box {
        grid-gap: 130px;
    }
    .page-product-configurable .kit-list-box .kit-item-outline .kit-item-icon-plus,
    .checkout-cart-index .kit-list-box .kit-item-outline .kit-item-icon-plus {
        right: 0 !important;
        left: 0;
        top: -10px;
        bottom: 0;
        margin: auto;
    }
    .kit-list-box .kit-item-outline .kit-item-icon-plus {
        right: 216px !important;
        left: 0;
        top: 20px;
        /* bottom: 0; */
        margin: auto;
    }
    .kit-list-content .kit-item .kit-item-outline .kit-item-icon-plus {
        right: -48px;
    }
    .product_kit__kit-horizontal .kit-item-image {
        width: 160px;
        height: 160px;
        max-width: unset !important;
        min-width: unset !important;
        position: relative;
    }
    .product_kit__kit-horizontal .kit-footer-horizontal {
        border-top: 0px !important;
    }
    .mst-product_kit__kitList .kit-item .kit-item-outline .kit-item-inner .kit-item-prices {
        align-items: baseline;
    }
    .mst-product_kit__kitList .kit-list-content .kit-item .kit-item-outline {
        padding: 15px;
    }
    .kit-item .kit-item-outline .kit-item-image {
        margin-right: 15px;
    }
    .kit-item {
        border-right: 0px !important;
    }
    .kit-list-box .kit-item {
        width: 50%;
        flex-grow: unset !important;
        flex-basis: unset !important;
    }
    ._kit_list_box .kit-list-item {
        width: 65%;
    }
    .kit-item._highlight .kit-item-outline {
        outline: unset;
    }
    .kit-list-content .kit-item .kit-item-outline .kit-item-image {
        position: relative;
    }
    .kit-list-content .kit-item .kit-item-outline .kit-item-image {
        width: 160px;
        height: 160px;
        min-width: unset !important;
        max-width: unset !important;
    }
    .kit-list-content .kit-item .kit-item-outline .kit-item-image img {
        width: 100%;
        height: 100%;
    }
    .mst-product_kit__kitList .kit-list-content .kit-item .kit-item-outline {
        box-shadow: 0px 1px 3px 0 rgb(0 0 0 / 15%);
    }
    .kit-list-content .kit-item .kit-item-outline .kit-item-inner {
        width: 220px;
    }
    .mst-product_kit__kitList .kitList-paging .kitList-page {
        width: 10px;
        height: 10px;
    }
    .kit-list-content ._highlight {
        border-right: 0px;
    }
    .kit-item .kit-item-outline .kit-item-image img {
        width: 100%;
    }
    .kit-list-item {
        display: flex;
        grid-gap: 10px;
    }
    .mst-product_kit__kit .kit-inner {
        border: 0px;
    }
    .kit-list-content ._highlight .kit-item-icon-plus {
        display: block !important;
    }
    .kit-item .kit-item-outline .kit-item-checkbox {
        top: -1px;
        left: 0px;
    }
    .kit-item .kit-item-outline .kit-item-discount {
        top: 0px;
        right: 0px;
    }
    .mst-product_kit__kitList .product-reviews-summary {
        height: 100%;
        margin-left: 0px;
        flex-direction: unset !important;
        align-items: unset !important;
        flex-wrap: unset !important;
        margin-bottom: 5px !important;
    }
    .mst-product_kit__kitList .product-reviews-summary .reviews-actions a {
        display: flex !important;
        height: 100%;
    }
    .mst-product_kit__kitList .product-reviews-summary .reviews-actions {
        margin-left: 10px;
    }
    .kit-item-newPrice {
        font-size: 18px;
    }
    .kit-item .kit-item-outline .kit-item-icon-plus i:before {
        background: #930031 !important;
    }
    .kit-item .kit-item-outline .kit-item-icon-plus i::after {
        background: #930031 !important;
    }
    .mst-product_kit__kitList .kitList-prev,
    .mst-product_kit__kitList .kitList-next {
        top: calc(50% - 70px);
    }
    .mst-product_kit__kitList .kitList-prev {
        left: -2.5rem;
    }
    .mst-product_kit__kitList .kitList-next {
        right: -2.5rem;
    }
    .mst-product_kit__kit {
        margin-bottom: 0px;
    }
    .kit-open .kit-cart-content {
        height: calc(100% - 120px);
        overflow-y: scroll;
        padding: 0px 10px 0px 10px;
        margin-top: 60px;
    }
    .kit-open .swatch-attribute .text {
        padding: 10px !important;
    }
    .kit-footer-cart {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: right 0.5s;
        -moz-transition: right 0.5s;
        -ms-transition: right 0.5s;
        transition: right 0.5s;
        height: 75vh;
        right: -100%;
        position: fixed;
        top: 0;
        width: 1000px;
        background: #fff;
        overflow: hidden;
    }
    .kit-open .kit-footer-cart {
        -webkit-box-shadow: 0 0 5px 0 rgb(50 50 50 / 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 rgb(50 50 50 / 75%);
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        z-index: 999;
        border-radius: 5px;
    }
    .kit-cart-content {
        height: calc(100% - 60px);
        overflow-y: scroll;
    }
    .mst-product_kit__kit .kit-inner .kit-list-content {
        grid-gap: 40px;
    }
    .mst-product_kit__kit .kit-inner .kit-list {
        padding: 10px 0px 20px 0px;
        position: relative;
    }
    .mst-product_kit__kit .kit-inner .kit-footer {
        border-top: 0px;
    }
    .kit-footer-price-item {
        font-size: 18px;
    }
    .kit-open .mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper .cart-item-image {
        width: 100px;
    }
    .kit-open .mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper .cart-item-inner {
        flex: 1;
    }
    .kit-cart-content .kit-price {
        display: flex;
        align-items: baseline;
    }
    .kit-cart-content .kit-item-oldPrice {
        margin: 0px;
    }
    .kit-cart-content .kit-item-newPrice {
        margin: 0px;
    }
    .kit-cart-content .swatch-opt {
        margin: 10px 0;
    }
    .kit-cart-content .swatch-option.selected {
        border: 2px solid #930031 !important;
    }
    .kit-cart-content .swatch-option:not(.disabled):hover {
        border: 2px solid #757070 !important;
        border-radius: 0px;
    }
    .kit-cart-content .swatch-option {
        border: 1px solid #757070;
    }
    .kit-cart-content .swatch-option.image:not(.disabled):hover,
    .kit-cart-content .swatch-option.color:not(.disabled):hover {
        border: 2px solid #ff5501 !important;
    }
    .kit-cart-content .swatch-attribute-options {
        margin: 5px 0;
    }
    .kit-cart-content .field-error,
    div.mage-error[generated] {
        line-height: 15px;
        margin-bottom: 10px;
    }
    .kit-cart-content .mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper .cart-item-inner .price-box .price {
        font-weight: 500;
    }
    .kit-open .size .swatch-option.selected {
        background: #fff !important;
        color: #000 !important;
        outline: none !important;
        border: 2px solid #930031 !important;
        border-radius: 3px !important;
    }
    .kit-popup-close {
        top: 10px;
    }
    .kit-list::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 10px;
    }
    .kit-list::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        background-color: #ccc;
        /* background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); */
    }
    .kit-list::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #ededed;
        /* border-radius: 10px; */
    }
    .showMessage {
        width: 35%;
    }
    .mst-product_kit__kit .kit-inner .kit-footer-cart .kit-footer-cart-footer {
        text-align: center;
    }
    .kit_add_cart {
        width: 25%;
    }
    .mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price {
        margin-left: 0px !important;
        align-items: baseline;
    }
    .mst-product_kit__kit .kit-inner .kit-footer {
        justify-content: center !important;
        position: relative;
    }
    .mst-product_kit__kit._cart .kit-footer-cart {
        display: block;
        position: fixed !important;
        width: 780px;
    }
    .mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price .kit-footer-price-item {
        font-size: 2.5rem !important;
    }
    .mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price .kit-footer-price-item._oldPrice {
        font-size: 2.0rem !important;
    }
    /* .mst-product_kit__kit .kit-inner .kit-image {
        width: 80px;
        height: 80px;
        background-image: url(../../frontend/Mus/povison/en_US/Mirasvit_ProductKit/css/'../../frontend/Mus/povison/en_US/Mirasvit_ProductKit/css/');
        background-repeat: no-repeat;
        background-size: 80px;
        transform: rotateX(30deg);
    } */
    /* .mst-product_kit__kit .kit-inner .kit-image {
        position: absolute;
        top: 0px;
        left: -40px;
        width: 100px;
        height: 100px;
        background-image: url('/media/wysiwyg/image/file.png');
        background-repeat: no-repeat;
        background-size: 100px;
        transform: rotate3d(10, 20, -31, 45deg);
    } */
    .kit-title {
        color: #fff;
        font-size: 18px;
        position: absolute;
        top: 36px;
        left: -20px;
    }
    /* .mst-product_kit__kit .kit-inner .kit-footer .save-price-img {
        position: absolute;
        top: -24px;
        left: -40px;
        width: 100px;
        height: 100px;
        background-image: url('https://static.povison.com/media/wysiwyg/image/six-star.png');
        background-repeat: no-repeat;
        background-size: 100px;
        transform: rotate3d(110, 20, -31, 45deg);
    } */
    .mst-product_kit__kit .kit-inner .kit-footer .save-price {
        position: absolute;
        top: 7px;
        left: -6px;
        width: 58px;
        z-index: 999;
        color: #FFFFFF;
        font-weight: 400;
    }
}

@media screen and (max-width: 767px) {
    .mst-product_kit__kitList {
        padding: 0 15px;
        background: #fff;
        margin-bottom: 0px;
        margin-top: 30px;
    }
    .mst-product_kit__kit .kit-inner {
        border: 0px;
    }
    .kit-list-box .kit-item {
        width: 45%;
        border: 0px;
        flex-grow: unset;
        flex-basis: unset;
    }
    .mst-product_kit__kitList .kit-item {
        border-right: 0px !important;
        padding: 0px;
    }
    .kit-list-box .kit-item {
        padding: 5px;
    }
    .kit-item .kit-item-outline .kit-item-inner {
        padding: 5px;
    }
    .kit-list-box .kit-item-outline {
        padding: 0px !important;
    }
    .kit-item .kit-item-outline .kit-item-image img {
        border-radius: 0px;
    }
    .kit-list-box .kit-item-outline {
        outline: unset !important;
    }
    .kit-list-box .kit-item .kit-item-outline {
        outline: unset;
        box-shadow: 0 1px 5px 0 rgb(0 0 0 / 15%);
        position: unset;
    }
    .mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper .cart-item-inner .cart-item-name {
        height: 40px;
    }
    .mst-product_kit__kit .kit-heading {
        font-size: 18px;
        font-weight: bold;
    }
    .kit-list-content .kit-item._highlight .kit-item-outline {
        outline: unset;
        box-shadow: 0 1px 5px 0 rgb(0 0 0 / 15%);
    }
    .mst-product_kit__kit .kit-inner .kit-footer {
        border-bottom: 1px solid #e9e9e9;
        border-top: 0px;
        padding-bottom: 20px;
    }
    .mst-product_kit__kitList .kit-list-box {
        flex-wrap: unset !important;
        justify-content: space-between;
        margin-top: 15px;
    }
    .kit-list-box {
        margin-bottom: 10px !important;
    }
    .kit-list-box .kit-item .kit-item-outline .kit-item-discount {
        top: 0px !important;
        right: 0px !important;
        font-size: 12px;
        padding: 2px 5px;
    }
    .kit-list-box .kit-item .kit-item-outline .kit-item-checkbox {
        top: -2px !important;
        left: 0px !important;
    }
    .kit-list-box .kit-item .kit-item-outline .kit-item-image {
        margin-right: 0px;
        max-width: unset;
        min-width: unset;
    }
    .kit-list-box .kit-item .kit-item-outline .kit-item-image img {
        width: 100%;
    }
    .kit-list-box .kit-item .kit-item-outline.active {
        display: block !important;
        overflow: hidden;
        border-radius: 3px;
    }
    .kit-list-box .kit-item-icon-plus {
        /* display: block !important; */
        width: 14% !important;
        height: 50px !important;
        position: absolute;
        background: unset !important;
        right: 42px !important;
        left: 0;
        margin: auto;
        /* top: 32% !important; */
        margin-top: -25px;
        display: none !important;
    }
    .kit-list-box .kit-item .kit-item-outline .kit-item-icon-plus i {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .kit-item .kit-item-outline .kit-item-icon-plus i:before {
        width: 25px !important;
        top: 12px !important;
        background: #930031 !important;
    }
    .kit-item .kit-item-outline .kit-item-icon-plus i:after {
        height: 25px !important;
        left: 12px !important;
        background: #930031 !important;
    }
    .kit-list-box ._last .kit-item-icon-plus {
        display: none !important;
    }
    .mst-product_kit__kit .kit-inner .kit-footer button {
        padding: 7px 25px;
        font-size: 16px;
        font-weight: 500;
    }
    .mst-product_kit__kit .product-reviews-summary {
        flex-direction: unset !important;
        align-items: center !important;
        margin-bottom: 10px;
    }
    .mst-product_kit__kit .product-reviews-summary .reviews-actions {
        margin-left: 5px;
        padding-top: 5px;
    }
    .mst-product_kit__kit .kit-item-newPrice {
        font-size: 18px;
    }
    .mst-product_kit__kit .kit-item-oldPrice {
        color: #666 !important;
    }
    .mst-product_kit__kit ._first .kit-item-outline {
        display: flex;
    }
    .mst-product_kit__kit .kit-footer {
        justify-content: center;
    }
    .mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price {
        margin-left: 0px;
    }
    .kit-list-content .kit-item .kit-item-outline {
        padding: 0px;
    }
    .kit-list-content .kit-item._highlight .kit-item-outline {
        padding: 0px;
    }
    .kit-list-content ._highlight {
        padding: 5px 5px 60px 5px;
    }
    .kit-list-content .kit-list-item {
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 1px;
        padding-bottom: 20px;
        width: 100%;
        justify-content: space-between;
    }
    .kit-list-content ._kit_list_item {
        padding-right: 5px !important;
        margin-right: 0px !important;
    }
    .kit-list-content .kit-list-item .kit-item {
        width: 145px;
        display: block;
        flex-grow: unset;
        flex-basis: unset;
        margin-right: 15px;
    }
    .kit-list-content .kit-list-item .kit-item:last-child {
        margin-right: 3px;
    }
    .kit-list-content .kit-list-item .kit-item .kit-item-outline {
        display: block;
        width: 145px;
        overflow: hidden;
        box-shadow: 0 1px 5px 0 rgb(0 0 0 / 15%);
        border-radius: 3px;
    }
    .kit-list-content .kit-list-item .kit-item-image {
        width: 100%;
        max-width: unset;
        margin-right: 0px;
    }
    .kit-list-content .kit-list-item .kit-item-image img {
        width: 100%;
    }
    .kit-item .kit-item-outline .kit-item-image {
        position: relative;
        width: 153px;
        height: 144px;
    }
    .kit-item .kit-item-outline .kit-item-image img {
        width: 100%;
    }
    .kit-list-content .kit-item-checkbox {
        left: 0px !important;
        top: -2px !important;
    }
    .kit-list-content .kit-item .kit-item-outline .kit-item-discount {
        top: 0px !important;
        right: 0px !important;
        padding: 1px 5px !important;
        font-size: 12px !important;
    }
    .kit-list-content .kit-list-three {
        width: 47.5% !important;
        margin-right: 0px !important;
    }
    .kit-list-content .kit-list-item .kit-list-three .kit-item-outline {
        width: 100% !important;
    }
    .kit-list-content ._highlight .kit-item-icon-plus {
        display: block !important;
        width: 65px !important;
        left: 0;
        right: 0;
        bottom: -50px;
        top: unset !important;
        margin: auto;
        z-index: 1;
    }
    .kit-list-content ._highlight .kit-item-icon-plus i {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 10px;
        left: 0px;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .kit-list-item .kit-item-icon-plus {
        width: 20px !important;
        height: 20px !important;
        right: -11% !important;
        top: 33% !important;
    }
    .kit-list-content .kit-list-item .kit-item-icon-plus i {
        width: 20px !important;
        height: 20px !important;
    }
    .kit-list-item .kit-item-outline .kit-item-icon-plus i:before {
        width: 20px !important;
        top: 9px !important;
        background: #930031 !important;
    }
    .kit-list-item .kit-item-outline .kit-item-icon-plus i:after {
        height: 20px !important;
        left: 9px !important;
        background: #930031 !important;
    }
    .kit-list-item ._last .kit-item-icon-plus {
        display: none !important;
    }
    .mst-product_kit__kitList .kitList-next,
    .mst-product_kit__kitList .kitList-prev {
        top: unset;
        bottom: 56%;
        height: 25px;
        width: 25px;
        border-radius: 50px;
        position: absolute;
        border: 1px solid #f1f1f1;
        background-repeat: no-repeat;
        background-size: 65% 65%;
        background-position: center;
        cursor: pointer;
        user-select: none;
        z-index: 99;
    }
    .mst-product_kit__kitList .kitList-next-kits,
    .mst-product_kit__kitList .kitList-prev-kits {
        bottom: 40%;
    }
    .mst-product_kit__kitList .kitList-next {
        right: 6px;
    }
    .mst-product_kit__kitList .kitList-prev {
        left: 6px;
    }
    .kit-list-box .kit-item .kit-item-outline .kit-item-icon-plus i:before {
        width: 20px !important;
        top: 9px !important;
    }
    .kit-list-box .kit-item .kit-item-outline .kit-item-icon-plus i::after {
        height: 20px !important;
        left: 9px !important;
    }
    .kit-list-content ._highlight .kit-item-outline .kit-item-image {
        margin-right: 1rem !important;
        min-width: 40% !important;
        max-width: 40% !important;
        height: 0px;
        padding-bottom: 40%;
    }
    .mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price .kit-footer-price-item._oldPrice {
        margin-left: 1rem;
    }
    /* 弹窗样式 */
    .kit-footer-cart {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: bottom .3s;
        -moz-transition: bottom .3s;
        -ms-transition: bottom .3s;
        transition: bottom .3s;
        height: 92vh;
        bottom: -1000px;
        position: fixed;
        background: #fff;
        z-index: 999;
    }
    .kit-open .kit-footer-cart {
        -webkit-box-shadow: 0 0 5px 0 rgb(50 50 50 / 75%);
        -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
        -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
        box-shadow: 0 0 5px 0 rgb(50 50 50 / 75%);
        bottom: 0;
        left: 0;
        padding: 0px !important;
        z-index: 99999;
    }
    .kit-cart-title span {
        font-weight: bold;
        font-size: 18px;
    }
    .kit-open .kit-cart-content {
        height: calc(100% - 100px);
        overflow-y: scroll;
        padding: 0px 20px 0px 20px;
        margin-top: 40px;
    }
    .kit-open .mst-product_kit__cart-list {
        justify-content: space-between;
    }
    .kit-open .mst-product_kit__cart-list .mst-product_kit__cart-item {
        max-width: 48% !important;
        min-width: 48% !important;
        padding: 10px 7px!important;
        margin-bottom: 0px;
    }
    .kit-open .cart-item-image {
        margin-right: 0px !important;
    }
    .kit-open .cart-item-image img {
        width: 100%;
    }
    .kit_add_cart {
        width: 65%;
    }
    .kit-open .kit-footer-cart-footer {
        padding: 10px 10px 20px 10px;
        text-align: center !important;
    }
    .kit-open .cart-item-wrapper .cart-item-name {
        height: 40px;
        line-height: 20px;
        white-space: initial;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .kit-open .kit-price {
        display: flex;
        align-items: center;
    }
    .kit-open .kit-price .price-box {
        display: block;
        margin: 0px;
    }
    .kit-open .kit-price .price-box .price-label {
        display: none;
    }
    .kit-open .product-add-form .swatch-opt {
        margin: 10px 0;
    }
    .kit-open .product-add-form .swatch-opt .swatch-attribute-options {
        margin: 10px 0px 0px 0px;
        display: flex;
        flex-wrap: wrap;
    }
    .kit-open .product-add-form .swatch-opt .swatch-attribute {
        margin-bottom: 10px;
    }
    .kit-open .swatch-attribute .swatch-option {
        float: unset;
    }
    .kit-open .size .swatch-option.selected {
        background: #fff !important;
        color: #000 !important;
        outline: none !important;
        border: 2px solid #930031 !important;
        border-radius: 3px !important;
    }
    .kit-open .field-error,
    .kit-open div.mage-error[generated] {
        line-height: 15px;
    }
    .kit-open .product-add-form .fieldset {
        margin: 0px;
    }
    .kit-open .swatch-attribute-selected-option {
        font-size: 12px;
    }
    .mst-product_kit__kitList .kitList-paging .kitList-page {
        width: 10px;
        height: 10px;
    }
    .kit-open .swatch-attribute .swatch-option.image {
        height: 30px !important;
        width: 30px !important;
        padding: 5px 5px !important;
    }
    .showMessage {
        width: 80%;
    }
    .kit-cart-content .swatch-option.selected {
        border: 2px solid #930031 !important;
        outline: unset !important;
    }
    .kit-cart-content .swatch-option:not(.disabled):hover {
        /* border: 2px solid #930031 !important; */
        border-radius: 0px;
    }
    .kit-cart-content .swatch-option {
        border: 1px solid #757070;
    }
    /* .mst-product_kit__kit .kit-inner .kit-footer .save-price-img {
        width: 80px;
        height: 80px;
        background-image: url(https://static.povison.com/media/wysiwyg/image/six-star.png);
        background-repeat: no-repeat;
        background-size: 80px;
        transform: rotate3d(110, 20, -112, 45deg);
        margin-right: 10px;
    } */
    .mst-product_kit__kit .kit-inner .kit-footer .save-price {
        position: absolute;
        /* top: 0px; */
        left: 28px;
        width: 55px;
        /* line-height: 15px; */
        z-index: 999;
        color: #FFFFFF;
    }
    .mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price {
        margin-left: 0px;
        display: block !important;
    }
}

@media screen and (min-width:1700px) {
    .kit-list-box .kit-item-outline .kit-item-icon-plus {
        right: 22rem !important;
    }
}

@media screen and (min-width: 1580px) and (max-width: 1700px) {
    .kit-list-box .kit-item-outline .kit-item-icon-plus {
        right: 11rem !important;
    }
}

@media screen and (min-width: 1480px) and (max-width: 1580px) {
    .kit-list-box .kit-item-outline .kit-item-icon-plus {
        right: 6rem !important;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1480px) {
    .kit-list-box .kit-item-outline .kit-item-icon-plus {
        right: 13rem !important;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1400px) {
    .kit-list-box .kit-item-outline .kit-item-icon-plus {
        right: 7rem !important;
    }
}

@media screen and (min-width: 1180px) and (max-width: 1280px) {
    .kit-list-box .kit-item-outline .kit-item-icon-plus {
        right: 2rem !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1180px) {
    .kit-list-box .kit-item-outline .kit-item-icon-plus {
        right: 0rem !important;
    }
}._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: unset !important;
}

.coupon-tips a.detail {
    padding-left: 10px;
    font-size: 1.2rem;
    color: #930031;
    text-decoration: underline #930031;
    font-weight: bold;
}

.cart-container .action-edit {
    display: none !important;
}

.cart .control.qty {
    position: relative;
}

.note-title {
    display: flex;
    justify-content: flex-end;
    line-height: 30px;
    cursor: pointer;
    padding-right: 10px;
}

.clo-arrow {
    display: none;
    font-weight: bold;
    margin-left: 10px;
}

.iconedit {
    font-size: 13px !important;
}

.op-arrow {
    font-weight: bold;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
    display: none !important;
}

.coupon-cart-wrapper img {
    width: 96px;
    cursor: pointer;
}

.checkout-cart-index .action-towishlist {
    display: none !important;
}

.checkout-cart-index .page-title-wrapper {
    display: none;
}

.checkout-cart-index .stock-number-text {
    position: absolute;
    left: 50%;
    top: 100%;
    width: fit-content;
    transform: translateX(-50%);
    display: block;
    font-size: 14px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #222;
}

.checkout-cart-index .dispatch-tag {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    justify-content: center;
    top: 10px;
    left: 10px;
    background: white;
    width: fit-content;
    height: 25px;
    padding: 3px 4px;
    box-sizing: border-box;
}

.checkout-cart-index .dispatch-tag span {
    display: block;
    margin-left: 7px;
    font-size: 12px;
    font-family: Gilroy-Regular, Gilroy;
    font-weight: 400;
    color: #028248;
}

.checkout-cart-index .dispatch-tag img {
    display: block;
    width: 14px;
    height: 14px;
}

@media screen and (min-width: 768px) {

    .checkout-cart-index .field.qty div.mage-error {
        position: absolute;
        top: 15%;
        right: 5%;
    }

    .checkout-cart-index .columns {
        min-height: 400px;
    }

    .cart-container .form-cart {
        padding-right: 3% !important;
    }

    .cart.table-wrapper .product-item-photo {
        width: unset !important;
    }

    .checkbox {
        vertical-align: middle !important;
    }

    .cart .col {
        vertical-align: middle !important;
    }

    input[type="checkbox"] {
        margin: 0px !important;
        top: 1px !important;
    }

    .cart .cart-price span {
        font-weight: 400 !important;
    }

    .cart .col.qty {
        text-align: center !important;
    }

    .cart .col span {
        margin-top: 2px;
    }

    .cart .col.qty {
        padding: 0px !important;
    }

    .cart .field.qty {
        display: flex;
        justify-content: center !important;
    }

    .cart.table-wrapper .col.qty .input-text {
        margin-top: 0px !important;
    }

    .cart .control.qty {
        height: 30px;
    }

    .cart .control.qty label {
        display: flex;
    }

    .cart .control .del-qty,
    .cart .control .add-qty {
        padding: 0px !important;
        width: 22px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px !important;
        cursor: pointer;
    }

    .cart.table-wrapper .col.qty .input-text {
        width: 50px !important;
        padding: 0 !important;
    }

    .cart .control .del-qty {
        border: 1px solid #ccc !important;
        border-right: 0px !important;
    }

    .cart .control .add-qty {
        border: 1px solid #ccc !important;
        border-left: 0px !important;
    }

    .cart.table-wrapper .col.price,
    .cart.table-wrapper .col.subtotal,
    .cart.table-wrapper .col.msrp {
        padding: 0px !important;
        text-align: center;
    }

    .cart .product-item-name {
        white-space: initial;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px !important;
    }

    .note-title span {
        font-size: 18px;
    }

    .cart-container {
        padding-top: 100px;
    }

    .cart-title-wrapper {
        /* display: none; */
        width: 90vw;
        position: absolute;
        top: -60px;
        text-align: center;
        font-size: 18px;
    }

    .cart-qty {
        margin-left: 20px;
    }

    .coupon-mobile-tips {
        display: none;
    }

    .cart-title-mobile {
        display: none;
    }

    .coupon-pc-tips {
        height: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #FAF9DA;
        color: #e8630a;
        padding: 5px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .checkout-cart-index .table-wrapper #shopping-cart-table tr {
        height: 70px;
    }

    .checkout-cart-index .table-wrapper tr .item {
        padding: 0px;
        position: relative;
    }

    .coupon-pc-tips svg {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
}

.multishipping-checkout-addresses .page-main {
    width: 90vw;
    margin: 0 auto;
}

.checkout-cart-index .cart.table-wrapper .actions-toolbar {
    position: unset !important;
    display: flex;
    justify-content: flex-end;
}

.checkout-cart-index .coupon-cart-wrapper {
    position: absolute;
    right: 0px;
    padding: 20px 0 !important;
}

.checkout-cart-index .action-delete {
    position: unset !important;
}

.checkout-cart-index .table-wrapper {
    position: relative;
}

.mobile-conpon {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .cart.table-wrapper .item .col.item {
        width: 380px !important;
        display: flex;
    }
}

@media screen and (min-width: 1220px) {
    .cart.table-wrapper .item .col.item {
        width: 420px !important;
        display: flex;
    }
}

@media screen and (min-width: 1480px) {
    .cart.table-wrapper .item .col.item {
        width: 480px !important;
        display: flex;
    }
}

.cart-mes-note {
    display: none;
}

input[type="checkbox"] {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .checkout-cart-index .stock-number-text {
        position: absolute;
        left: 50%;
        top: 102%;
        width: fit-content;
        transform: translateX(-50%);
        display: block;
        font-size: 14px;
        font-family: Gilroy-Regular, Gilroy;
        font-weight: 400;
        color: #222;
    }

    .checkout-cart-index .dispatch-tag {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: absolute;
        justify-content: center;
        top: 5px;
        left: 5px;
        background: white;
        width: fit-content;
        height: 20px;
        padding: 3px 4px;
        box-sizing: border-box;
    }

    .checkout-cart-index .dispatch-tag span {
        display: block;
        font-size: 7px;
        font-family: Gilroy-Regular, Gilroy;
        font-weight: 400;
        color: #028248;
        margin-left: 4px;
    }

    .checkout-cart-index .dispatch-tag img {
        display: block;
        width: 14px;
        height: 14px;
    }

    /* 购物车组合搭配加号显示间隔缩短 */
    .checkout-cart-index .kit-list-box .kit-item-icon-plus {
        display: block !important;
        right: 0 !important;
        top: 32% !important;
    }

    .checkout-cart-index .kit-list-box {
        grid-gap: 0px;
    }

    .checkout-cart-index .field.qty div.mage-error {
        position: absolute;
        top: 95%;
        /* right: 5%; */
    }

    .Shopping {
        display: none !important;
    }

    .cart-title-wrapper {
        text-align: center;
        margin-bottom: 5px;
        line-height: 30px;
        display: flex;
        justify-content: space-between;
    }

    .cart-title-wrapper span:nth-child(2) {
        text-align: center;
        font-size: 18px;
    }

    .cart-title-wrapper span:nth-child(3) {
        text-align: right;
    }

    .cart.table-wrapper .product-item-photo {
        max-width: 95px !important;
        left: 0px !important;
    }

    .cart.table-wrapper .item .col.item {
        box-sizing: border-box;
        padding: 15px 15px 0px 125px !important;
    }

    .cart-title-pc {
        display: none;
    }

    .cart.table-wrapper .product-item-name {
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px !important;
    }

    .cart.table-wrapper .item-options {
        margin-top: 10px !important;
    }

    .checkbox {
        padding: 0px !important;
        position: relative;
    }

    .checkbox input[type="checkbox"] {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .cart.table-wrapper .col.qty[data-th]:before,
    .cart.table-wrapper .col.price[data-th]:before,
    .cart.table-wrapper .col.subtotal[data-th]:before {
        /* content: ''!important;
        display: none !important; */
    }

    .cart.table-wrapper .product-item-details {
        min-height: 120px;
        position: relative;
    }

    .cart .table.items .col.qty {
        position: absolute;
        left: 0px;
        padding: 0px !important;
        width: 96px;
    }

    .cart.table-wrapper .field.qty {
        width: 100%;
        display: flex;
        justify-content: center !important;
        border: 1px solid #ccc;
    }

    .cart.table-wrapper .control.qty {
        height: 22px;
        width: 100%;
    }

    .cart.table-wrapper .control.qty label {
        display: flex;
        width: 100%;
    }

    .cart.table-wrapper .col.qty .input-text {
        height: 22px !important;
        line-height: 22px;
        margin-top: 0px !important;
        border: 0px !important;
    }

    .cart .control .del-qty,
    .cart .control .add-qty {
        padding: 0px !important;
        width: 30px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px !important;
        font-size: 16px !important;
    }

    .cart .control .del-qty {
        border-right: 0px !important;
    }

    .cart .control .add-qty {
        border-left: 0px !important;
    }

    .cart .table.items .col.price {
        position: absolute;
        left: 0px;
        right: 0;
        margin: auto;
        padding: 0px !important;
        text-align: center !important;
    }

    .cart .table.items .col.price .cart-price {
        color: #930031 !important;
        font-weight: 600 !important;
    }

    .cart .table.items .col.subtotal {
        position: absolute;
        right: 0;
        padding: 0px !important;
        text-align: center !important;
    }

    .cart.table-wrapper .item-actions .actions-toolbar {
        margin-top: 80px;
        padding-bottom: 10px;
    }

    .item-actions td {
        padding: 0px !important;
    }

    .checkout-cart-index .cart.table-wrapper .action {
        margin-right: 0px;
    }

    .cart-message {
        /* margin-top: 50px; */
    }

    .pc-conpon {
        display: none !important;
    }

    .coupon-open .popup:after {
        background: rgba(88, 88, 88, 0.6);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 9998 !important;
    }

    .checkout-cart-index .sale-tips {
        left: 0px;
    }

    .coupon-cart-wrapper img {
        width: 84px;
        height: 22px;
        cursor: pointer;
    }

    .coupon-mobile-tips {
        font-size: 13px;
        line-height: 30px;
        background: #FAF9DA;
        margin-bottom: 10px;
        color: #e8630a;
        padding-left: 5px;
    }
}.checkout-payment-method .payment-option .payment-option-title {
    display: none;
}

.checkout-payment-method .payment-option._collapsible .payment-option-content {
    display: block !important;
    margin-top: 10px;
}

.minicart-items-wrapper .product-image-container {
    width: 90px !important;
    height: 90px !important;
}

.minicart-items-wrapper .product-image-container img {
    width: 100%;
    height: 100%;
}

.minicart-items .product-item-details {
    padding-left: 100px;
}

.minicart-items .subtitle-content {
    display: block !important;
}

.minicart-items .cart-price .price {
    color: #930031;
}

.checkout-index-index #customer-email-fieldset .fieldset {
    display: none !important;
}

.table-checkout-shipping-method tbody .col-method {
    display: none !important;
}

.checkout-index-index .shipping-information .ship-via .action-edit {
    display: none;
}

.checkout-index-index #shipping-new-address-form .field:nth-child(3) {
    /*display: none;*/
}

.checkout-index-index #shipping-new-address-form .admin__control-fields .field:nth-child(3) {
    display: none;
}

.discount-wrap {
    display: flex;
    align-items: center;
}

.discount-wrap img {
    margin-left: 10px;
    cursor: pointer;
}

.pay-sale-title {
    width: 35px;
    text-align: center;
    border: 1px solid #930031;
    border-radius: 3px;
    margin-right: 5px;
    color: #930031;
    font-size: 12px;
    font-weight: unset;
}

.sale-item-name {
    text-indent: 42px;
}

.checkout-index-index .product {
    position: relative;
}

.coupon-box span {
    font-size: 12px;
    color: tomato;
}

.checkout-container .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkout-container .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 12px;
    top: 3px;
    right: 0;
    bottom: 0;
    margin: auto;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.checkout-container .checkbox input[type="checkbox"],
.checkout-container .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    position: relative;
    top: 43px;
    left: 14px;
    cursor: pointer;
}

.checkout-container .checkbox input[type="checkbox"]:focus+label::before,
.checkout-container .checkbox input[type="radio"]:focus+label::before {
    background-color: #930031;
    border-color: #930031;
}

.checkout-container .checkbox input[type="checkbox"]:checked+label::before,
.checkout-container .checkbox input[type="radio"]:checked+label::before {
    background-color: #930031;
    border-color: #930031;
}

.checkout-container .checkbox input[type="checkbox"]:checked+label::after,
.checkout-container .checkbox input[type="radio"]:checked+label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}

.checkout-container .checkbox input[type="checkbox"]:disabled+label,
.checkout-container .checkbox input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.checkout-container .checkbox input[type="checkbox"]:disabled+label::before,
.checkout-container .checkbox input[type="radio"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkout-container .checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkout-container .radio,
.checkout-container .checkbox {
    position: relative;
    display: unset !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.checkout-container .coupon-content {
    width: 90%;
    margin: 20px auto;
    border-radius: 5px;
    display: flex;
    border: 0px;
}

.checkout-container .coupon-box {
    border-top: 1px solid #930031;
    border-bottom: 1px solid #930031;
}

.checkout-container .coupon-info {
    width: 60%;
    padding: 10px 15px;
    position: relative;
    border-right: 1px solid #930031;
    border-radius: 5px;
    border-top: 1px solid #930031;
    border-bottom: 1px solid #930031;
}

.checkout-shipping-method .actions-toolbar .action.primary {
    background: #930031;
    color: #fff;
    border: 1px solid #930031;
}

.payment-methods .actions-toolbar .action.primary {
    background: #930031;
    color: #fff;
    border: 1px solid #930031;
}

.cart-summary .checkout-btn {
    background: #930031;
    color: #fff;
    border: 1px solid #930031;
}

.opc-progress-bar-item._active>span:before {
    background: #930031 !important;
    border-color: #930031 !important;
}

.opc-progress-bar-item._active:before {
    background: #930031 !important;
    border-color: #930031 !important;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #930031;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #930031;
}

.checkout-index-index #co-shipping-method-form {
    background: #ffffff;
}


/*.field-tooltip .field-tooltip-content{*/


/*    background: #FFFFFF !important;*/


/*}*/

@media screen and (min-width: 768px) {
    .opc-block-summary .product-item .product-item-inner {
        position: relative;
        margin: 0px !important;
    }
    .opc-block-summary {
        width: 33.33333333%;
        float: right;
        background: #fff !important;
    }
    .opc-block-shipping-information {
        width: 60%;
        padding: 0px !important;
    }
    .checkout-payment-method .payment-option-content {
        padding: 0px 0 20px 0 !important;
    }
    .checkout-container {
        padding: 0 5%;
        position: relative;
    }
    .opc-block-summary .items-in-cart>.title {
        display: flex;
        justify-content: space-between;
    }
    .minicart-items .product-item-name {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .minicart-items .product-item {
        padding: 10px;
    }
    .minicart-items .product-item .product {
        margin-bottom: 0 !important;
    }
    .opc-wrapper .checkout-payment-method .opc-payment .actions-toolbar .checkout {
        position: absolute;
        right: 15%;
        top: 516px;
    }
    .authentication-wrapper {
        display: none;
    }
    .opc-block-summary .product-item .subtotal {
        /*position: absolute;*/
        right: 0;
        bottom: -5px;
    }
    .opc-block-summary .product-item .discounted {
        bottom: -25px;
    }
    .opc-block-summary .product-item .item-options {
        margin-bottom: 0px !important;
        overflow: hidden;
        margin-top: 10px;
    }
    .discount-wrap img {
        width: 100%;
    }
    .coupon-pay-btn,
    .coupon-pay-btn-persent,
    .coupon-pay-btn-onlyweekend,
    .coupon-pay-btn-weekend {
        margin-top: 5px;
        position: relative;
        width: 220px;
        height: 34px;
    }
    .discount-wrap .coupon-btn {
        background: #fff;
        position: absolute;
        right: -5px;
        top: 7px;
        margin: auto;
        color: #930031;
        font-size: 12px;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 0 2px 0 5px;
        border-radius: 8px;
        font-weight: 500;
    }
    .discount-wrap .coupon-btn span::after {
        font-size: 12px;
        right: 0px !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: inherit;
        color: #930031;
        content: '\e608';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        margin-top: 2px;
        margin-left: 2px;
    }
    .pay-sale-title {
        position: absolute;
        left: 100px;
        top: 2px;
    }
    .coupon-open .checkout-container .coupon-popup {
        height: 485px;
    }
    .coupon-open .checkout-container .coupon-both-all {
        height: 640px !important;
    }
    /* .coupon-scoller{
        height:195px;
        overflow: auto;
    } */
    .coupon-scoller::-webkit-scrollbar {
        width: 6px;
        height: 30px;
        background-color: transparent;
    }
    .coupon-scoller::-webkit-scrollbar-thumb {
        border-radius: 16px;
        background-color: #ccc;
    }
    .checkout-container .coupon-box {
        width: 39%;
    }
    .checkout-container .checkbox label::before {
        left: 8px;
    }
    .checkout-container .checkbox label::after {
        left: 12px;
    }
}

@media screen and (max-width: 767px) {
    .authentication-wrapper {
        float: unset !important;
        max-width: unset !important;
        margin-top: -60px;
        left: 16%;
        width: 30px;
    }
    .authentication-active {
        margin-top: 0px !important;
        position: fixed;
        top: 17px;
        z-index: 999;
        left: 18% !important;
    }
    .authentication-wrapper span {
        color: #757575;
        font-weight: bold;
    }
    .authentication-wrapper svg {
        width: 21px;
        visibility: hidden;
    }
    .opc-estimated-wrapper {
        margin: 0px;
        margin-top: 35px !important;
    }
    .checkout-container .minicart-wrapper {
        display: none !important;
    }
    .checkout-index-index .nav-sections,
    .checkout-index-index .nav-toggle {
        display: flex !important;
    }
    .methods-shipping .actions-toolbar .action.continue {
        background: #930031;
        border: #930031;
        width: unset !important;
    }
    .opc-block-summary {
        margin: 0px 0 20px !important;
        background: #fff;
        padding: 0px;
    }
    .items-in-cart.active>.title strong {
        color: #1979c3;
    }
    .opc-block-summary .items-in-cart>.title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .opc-block-summary .items-in-cart>.title strong {
        display: flex;
        align-items: center;
        font-weight: bold;
    }
    .items-in-cart.active>.title strong .minicart-icon::before {
        color: #1979c3 !important;
    }
    .opc-block-summary>.title {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 2.0rem;
    }
    .minicart-icon::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;
        margin-right: 5px;
    }
    .opc-block-summary .items-in-cart>.title p {
        margin-right: 20px;
    }
    .count-chec {
        color: #930031;
        font-weight: bold;
    }
    .opc-block-summary .items-in-cart>.title:after {
        top: 16px !important;
    }
    .opc-block-summary .product-item .product-item-inner {
        position: relative;
        margin: 0px !important;
    }
    .subtitle-content {
        display: block !important;
    }
    .opc-block-summary .product-item .subtotal {
        /*position: absolute;*/
        right: 0;
        bottom: -5px;
    }
    .opc-block-summary .product-item .discounted {
        bottom: -25px;
    }
    .opc-block-summary .items-in-cart .product {
        margin-top: 5px;
    }
    .opc-block-summary .product-item .item-options {
        margin-bottom: 0px !important;
        overflow: hidden;
    }
    .opc-block-shipping-information {
        padding: 0px !important;
    }
    .cart-totals .grand .mark,
    .opc-block-summary .table-totals .grand .mark {
        border-bottom: 1px solid #cccccc;
        border-top: 0px !important;
    }
    .cart-totals .grand .amount,
    .opc-block-summary .table-totals .grand .amount {
        border-bottom: 1px solid #cccccc;
        border-top: 0px !important;
    }
    .opc-block-summary ol.minicart-items {
        border-bottom: 1px solid #cccccc;
    }
    .shipping-information {
        padding-top: 15px;
    }
    .opc-block-shipping-information .shipping-information-title {
        border-bottom: 0px !important;
        margin: 0px !important;
    }
    .ship-to {
        border-bottom: 1px solid #cccccc;
        padding-bottom: 20px;
    }
    .opc-block-shipping-information .shipping-information-title {
        font-size: 2.0rem;
        font-weight: bold;
    }
    .opc-wrapper .step-title {
        font-size: 2.0rem;
        font-weight: bold;
    }
    .checkout-payment-method .payment-option-title {
        border: 0px !important;
    }
    .discount-title {
        font-size: 2.0rem;
        font-weight: bold;
    }
    .page-main>.page-title-wrapper h1.page-title {
        padding: 0 15px;
        margin-top: 15px;
    }
    .checkout-index-index #co-shipping-method-form {
        padding-top: 0px !important;
    }
    .checkout-index-index #co-shipping-method-form .col {
        padding: 10px 0px!important;
    }
    .checkout-index-index #co-shipping-method-form .col-price {
        width: 70px !important;
    }
    .coupon-pay-btn,
    .coupon-pay-btn-persent,
    .coupon-pay-btn-onlyweekend,
    .coupon-pay-btn-weekend {
        position: relative;
        margin-top: 10px;
        width: 220px;
    }
    .discount-wrap img {
        width: 100%;
    }
    .discount-wrap .coupon-btn {
        background: #fff;
        position: absolute;
        right: -5px;
        top: 7px;
        margin: auto;
        color: #930031;
        font-size: 12px;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 0 2px 0 5px;
        border-radius: 8px;
        font-weight: 500;
    }
    .discount-wrap .coupon-btn span::after {
        font-size: 12px;
        right: 0px !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: inherit;
        color: #930031;
        content: '\e608';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        margin-top: 2px;
        margin-left: 2px;
    }
    .pay-sale-title {
        position: absolute;
        left: 101px;
        top: 1px;
    }
    .checkout-container .coupon-box {
        border-left: 1px solid #930031;
    }
    .checkout-container .coupon-text {
        top: 0;
        margin-top: 0;
    }
    .checkout-container .coupon-box {
        width: 38%;
    }
    .checkout-container .checkbox label::before {
        left: 8px;
    }
    .checkout-container .checkbox label::after {
        left: 12px;
    }
}

@media screen and (max-width: 393px) {
    .checkout-container .coupon-box h2 {
        font-size: 17px;
    }
}

@media screen and (max-width: 320px) {
    .checkout-container .coupon-box h2 {
        font-size: 18px;
    }
    .checkout-container .checkbox label::before {
        left: 6px;
    }
    .checkout-container .checkbox label::after {
        left: 10px;
    }
}
@media screen and (min-width: 414px) {
    .checkout-onepage-success .page-main {
        margin: 30px auto 0 !important;
    }
    .checkout-onepage-success .page-title-wrapper.cms-content-title {
        width: 1100px !important;
        margin: 0 auto 53px !important;
        padding-left: 0 !important;
    }
    .checkout-onepage-success .page-title {
        display: flex;
        align-items: center;
        margin: 0 !important;
        padding: 0 !important;
    }
    .checkout-onepage-success .page-title .base {
        display: flex;
        align-items: center;
        letter-spacing: 0;
    }
    .checkout-onepage-success .page-title .base span {
        width: 50px !important;
        height: 50px !important;
        display: inline-block;
        margin-right: 20px;
    }
    .checkout-onepage-success .page-title-wrapper.cms-content-title svg {
        width: 50px !important;
        height: 50px !important;
        margin-top: 0;
    }
    .checkout-onepage-success .cms-content-title {
        margin-bottom: 53px !important;
        text-align: left;
    }
    .checkout-onepage-success .cms-content-title span {
        font-size: 32px !important;
        color: #333;
        font-weight: bold;
        line-height: 1;
    }
    .checkout-onepage-success .page-main .checkout-success {
        width: 1100px !important;
        margin: 0 auto !important;
    }
    .checkout-onepage-success .page-main .checkout-success p {
        font-size: 34px !important;
    }
    .checkout-onepage-success .page-main .checkout-success p:nth-child(1) {
        width: 1100px !important;
        margin-bottom: 30px !important;
        font-size: 34px !important;
        color: #333;
        font-weight: bold;
        line-height: 1;
    }
    .checkout-onepage-success .page-main .checkout-success p:nth-child(2),
    .checkout-onepage-success .page-main .checkout-success p:nth-child(3) {
        box-sizing: border-box;
        width: 1100px !important;
        margin-bottom: 60px !important;
        padding: 0;
        font-size: 26px !important;
        line-height: 30px;
    }
    .checkout-onepage-success .checkout-success .actions-toolbar .primary {
        width: 800px !important;
        height: 40px !important;
        display: flex;
        margin-left: 120px;
    }
    .checkout-onepage-success .checkout-success .action.primary.continue {
        width: 800px !important;
        height: 40px !important;
        margin-left: 0;
        padding: 0;
        font-size: 20px !important;
        display: inline-block;
        font-weight: 500;
        line-height: 40px !important;
    }
}

@media only screen and (max-width: 768px) {

    .checkout-onepage-success .page-main {
        margin: 30px 0 0 60px !important;
    }

    .checkout-onepage-success .page-title-wrapper.cms-content-title {
        padding-left: 0 !important;
    }
    .checkout-onepage-success .page-title-wrapper.cms-content-title span {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
    }
    .checkout-onepage-success .page-title {
        display: flex;
        align-items: center;
        margin: 0 !important;
        padding: 0 !important;
    }
    .checkout-onepage-success .page-title .base {
        display: flex;
        align-items: center;
        letter-spacing: 0;
    }
    .checkout-onepage-success .page-title .base span {
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-right: 14px;
    }
    .checkout-onepage-success .page-title-wrapper.cms-content-title svg {
        width: 24px;
        height: 24px;
        margin-top: 0;
        margin-right: 14px;
    }

    .checkout-onepage-success .page-main .columns {
        box-sizing: border-box;
        padding: 0;
    }

    .checkout-onepage-success .page-main .checkout-success p:nth-child(1) {
        width: 280px;
        margin-bottom: 8px;
        color: #333;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
    }
    .checkout-onepage-success .page-main .checkout-success p:nth-child(2),
    .checkout-onepage-success .page-main .checkout-success p:nth-child(3) {
        width: 280px;
        margin-bottom: 16px;
        color: #333;
        font-size: 14px;
        line-height: 28px;
    }

    .checkout-onepage-success .checkout-success .actions-toolbar .primary {
        margin-left: 48px;
        display: flex;
    }
    .checkout-onepage-success .checkout-success .action.primary.continue {
        width: 160px;
        height: 20px;
        margin-left: 0;
        padding: 0;
        font-size: 8px;
        display: inline-block;
        font-weight: 500;
        line-height: 20px;
    }
}

.checkout-index-index .field-tooltip.toggle {
    display: none !important;
}

@media only screen and (min-width: 768px) {
    .checkout-index-index .header_contianer,
    .checkout-index-index .header_contianer.header_content {
        box-sizing: border-box;
        width: 100%;
        height: 120px;
        padding: 18px 5% !important;
        display: flex;
        justify-content: space-between;
    }
    .checkout-index-index .header_contianer .header_logo.col-4 {
        position: static;
    }
    .checkout-index-index .header_contianer .header_logo {
        width: 264px;
        height: 64px;
        flex-direction: column;
    }
    .checkout-index-index .header_contianer .header_logo .logo {
        position: relative;
        top: 0;
        right: 0;
        margin: 0;
        width: 264px;
        height: 64px;
    }
    .checkout-index-index .header_contianer .header_logo .secure-box {
        margin-top: 0;
        margin-left: 28px;
        font-size: 18px;
    }
    .checkout-index-index .header_contianer .header_logo .secure-box #DigiCertClickID_Jbu0RRd_ {
        position: absolute;
        right: 5%;
        top: 23px;
        width: 130px;
        height: 74.5px;
    }
    .checkout-index-index .header_contianer .header_logo .secure-box #DigiCertClickID_Jbu0RRd_ img{
        width: 130px !important;
        height: 74.4px !important;
    }
    .checkout-index-index .header_contianer .header_logo .secure-box .striping {
        display: none;
    }
    .checkout-index-index .header_contianer .header_logo .secure-box .secure-checkout {
        width: fit-content;
        color: #2185cb;
        font-size: 18px;
        font-weight: 500;
    }

    .checkout-index-index .opc.one-step-checkout-container.opc-sticky {
        display: flex;
        justify-content: space-between;
    }

    .checkout-index-index .col-mp.mp-6.mp-sm-5.mp-xs-12,
    .checkout-index-index .col-mp.mp-6.mp-sm-5.mp-xs-12 .row-mp,
    .checkout-index-index .col-mp.mp-6.mp-sm-5.mp-xs-12 .row-mp .col-mp.mp-12,
    .checkout-index-index .col-mp.mp-6.mp-sm-5.mp-xs-12 .row-mp .col-mp.mp-12 .checkout-shipping-address,
    .checkout-index-index .col-mp.mp-6.mp-sm-5.mp-xs-12 .row-mp .col-mp.mp-12 .checkout-billing-address,
    .checkout-index-index .col-mp.mp-6.mp-sm-7.mp-xs-12.sticky {
        width: 630px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .checkout-index-index .col-mp.mp-6.mp-sm-5.mp-xs-12 .step-content,
    .checkout-index-index .col-mp.mp-6.mp-sm-5.mp-xs-12 .step-content .form.form-login {
        width: 630px;
    }

    .checkout-index-index .field.col-mp.mp-12.mp-clear.required._required .label:after,
    .checkout-index-index .col-mp.mp-6.mp-sm-5.mp-xs-12 .step-content .form.form-login .label:after,
    .checkout-index-index .field.col-mp.mp-6._required .label:after,
    .checkout-index-index .field.col-mp.mp-6.mp-clear .label:after,
    .checkout-index-index .create-account-block .form.form-create-account .label:after,
    .checkout-index-index .field.col-mp.mp-6.mp-clear._required .label:after {
        display: none;
    }
    .checkout-index-index .field.col-mp.mp-12.mp-clear.required._required .label span,
    .checkout-index-index .col-mp.mp-6.mp-sm-5.mp-xs-12 .step-content .form.form-login .label span,
    .checkout-index-index .field.col-mp.mp-6._required .label span,
    .checkout-index-index .field.street.col-mp.mp-12.mp-clear.admin__control-fields.required .label span,
    .checkout-index-index .field.col-mp.mp-6.mp-clear .label span,
    .checkout-index-index .create-account-block .form.form-create-account .label span,
    .checkout-index-index .field.col-mp.mp-6.mp-clear._required .label span {
        position: relative;
        color: #333;
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
    }
    .checkout-index-index .field.col-mp.mp-12.mp-clear.required._required .label span:after,
    .checkout-index-index .col-mp.mp-6.mp-sm-5.mp-xs-12 .step-content .form.form-login .label span:after,
    .checkout-index-index .field.col-mp.mp-6._required .label span:after,
    .checkout-index-index .field.col-mp.mp-6.mp-clear .label span:after,
    .checkout-index-index .create-account-block .form.form-create-account .label span:after,
    .checkout-index-index .field.col-mp.mp-6.mp-clear._required .label span:after {
        position: absolute;
        right: -10px;
        top: 2px;
        content: '*';
        color: #ff0202;
        line-height: 1;
        font-weight: 400;
    }
    .checkout-index-index .col-mp.mp-6.mp-sm-5.mp-xs-12 .step-content .form.form-login .control {
        position: relative;
        width: 630px !important;
        margin-top: 0 !important;
    }
    .checkout-index-index .col-mp.mp-6.mp-sm-5.mp-xs-12 .step-content .form.form-login .control:after {
        position: absolute;
        right: 26px;
        bottom: -14px;
        content: "We'll send your order confirmation here.";
        color: #aaa;
        font-size: 8px;
        line-height: 1;
    }
    .checkout-index-index .field.col-mp.mp-12.mp-clear.required._required .control._with-tooltip:after,
    .checkout-index-index .field.col-mp.mp-6._required .control._with-tooltip:after {
        position: absolute;
        right: 22px;
        bottom: -14px;
        content: 'For delivery questions.';
        color: #aaa;
        font-size: 8px;
        line-height: 1;
    }

    .checkout-index-index .field.street.col-mp.mp-12.mp-clear.admin__control-fields.required .control,
    .checkout-index-index .field.street.col-mp.mp-12.mp-clear.admin__control-fields.required .control .field._required .control,
    .checkout-index-index .field.street.col-mp.mp-12.mp-clear.admin__control-fields.required .control .field.additional .control {
        margin-top: 0 !important;
    }
    .checkout-index-index .field-tooltip.toggle,
    .checkout-index-index .field.col-mp.mp-6._required .control._with-tooltip .field-tooltip.toggle,
    .checkout-index-index .col-mp.mp-6.mp-sm-5.mp-xs-12 .step-content .form.form-login .control .field-tooltip.toggle {
        display: none;
    }

    .checkout-index-index .field.col-mp.mp-12.mp-clear.required._required input,
    .checkout-index-index .field.street.col-mp.mp-12.mp-clear.admin__control-fields.required .control input,
    .checkout-index-index .col-mp.mp-6.mp-sm-5.mp-xs-12 .step-content .form.form-login .control input {
        box-sizing: border-box;
        width: 615px;
        height: 40px;
        margin: 0;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .checkout-index-index .field.required.col-mp.mp-12 .control.input-field._with-tooltip input {
        margin-top: 0 !important;
    }

    .checkout-index-index .col-mp.mp-6.mp-sm-5.mp-xs-12 .step-content .form.form-login,
    .checkout-index-index .col-mp.mp-6.mp-sm-5.mp-xs-12 .step-content .form.form-shipping-address {
        width: 630px !important;
        max-width: 630px !important;
    }

    .checkout-index-index .field.col-mp.mp-6._required .control,
    .checkout-index-index .field.col-mp.mp-6.mp-clear .control,
    .checkout-index-index .create-account-block .form.form-create-account .control,
    .checkout-index-index .field.col-mp.mp-6.mp-clear._required .control {
        box-sizing: border-box;
        width: 315px !important;
        padding: 0;
        margin-top: 0 !important;
    }
    .checkout-index-index .create-account-block .form.form-create-account input,
    .checkout-index-index .field.col-mp.mp-6._required .control input,
    .checkout-index-index .field.col-mp.mp-6._required .control select,
    .checkout-index-index .field.col-mp.mp-6.mp-clear .control input,
    .checkout-index-index .field.col-mp.mp-6.mp-clear._required .control input {
        width: 300px;
        height: 40px;
        margin: 0;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .checkout-index-index #co-shipping-form .control {
        margin-top: 0 !important;
    }

    .checkout-index-index .billing-address-form .field.col-mp.mp-6.mp-clear._required,
    .checkout-index-index .billing-address-form .field.col-mp.mp-6.mp-clear {
        width: 315px;
    }

    .checkout-index-index .create-account-block,
    .checkout-index-index .create-account-block .fieldset.hidden-fields.mp-clear {
        margin-bottom: 0 !important;
    }

    .checkout-index-index .create-account-block .create-account-checkbox.field.choice.col-mp.mp-12 {
        box-sizing: border-box;
        margin-bottom: 0 !important;
        padding-left: 10px;
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        align-items: center;
        font-weight: bold;
    }
    .checkout-index-index .checkout-shipping-address .billing-address-same-as-shipping-block.field.choice.col-mp.mp-12 input,
    .checkout-index-index .create-account-block .create-account-checkbox.field.choice.col-mp.mp-12  input {
        margin-right: 4px !important;
    }

    .checkout-index-index .checkout-shipping-address .billing-address-same-as-shipping-block.field.choice.col-mp.mp-12 {
        box-sizing: border-box;
        margin-bottom: 0;
        padding-left: 10px;
        font-weight: bold;
    }

    .checkout-index-index #checkout-step-shipping {
        margin-bottom: 20px;
    }

    .checkout-index-index .field.street.col-mp.mp-12.mp-clear.admin__control-fields.required .field._required {
        margin-bottom: 4px;
    }
    .checkout-index-index .field.street.col-mp.mp-12.mp-clear.admin__control-fields.required .field.additional:nth-child(3) {
        display: none;
    }

    .checkout-index-index .col-mp.mp-12.hoverable .checkout-payment-method .step-title {
        margin-top: 12px !important;
    }

    .checkout-index-index .col-mp.mp-12.hoverable .checkout-payment-method .payment-method-title.field.choice {
        color: #333;
        font-size: 14px;
        font-weight: bold;
    }

    .checkout-index-index .col-mp.mp-12.hoverable .checkout-payment-method .payment-method-title.field.choice .action.action-help {
        display: none;
    }

    .checkout-index-index .order-summary.hoverable .opc-block-summary.step-content {
        padding: 0 !important;
    }

    .checkout-index-index #opc-sidebar {
        box-sizing: border-box;
        width: 630px !important;
        margin-left: 10px !important;
    }

    .checkout-index-index #opc-sidebar .order-summary.hoverable .step-title {
        box-sizing: border-box;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .checkout-index-index #opc-sidebar .block.items-in-cart {
        margin-bottom: 260px !important;
    }

    .checkout-index-index .payment-method .payment-method-title.field.choice,
    .checkout-index-index .payment-method._active .payment-method-title.field.choice {
        box-sizing: border-box;
        margin-left: 15px !important;
        padding-left: 5px !important;
    }

    .checkout-index-index .order-summary.hoverable .block.items-in-cart .title strong,
    .checkout-index-index .order-summary.hoverable .block.items-in-cart.active .title strong {
        font-weight: bold;
    }
    .checkout-index-index .order-summary.hoverable .block.items-in-cart .title {
        box-sizing: border-box;
        margin: 0 auto !important;
    }
    .checkout-index-index .order-summary.hoverable .opc-block-summary.step-content .title,
    .checkout-index-index .order-summary.hoverable .opc-block-summary.step-content table {
        margin: 0 auto !important;
    }
    .checkout-index-index .order-summary.hoverable .opc-block-summary.step-content .title,
    .checkout-index-index .order-summary.hoverable .opc-block-summary.step-content table tr th {
        padding-left: 0;
    }
    .checkout-index-index .order-summary.hoverable .opc-block-summary.step-content table .totals.shipping.excl .value {
        color: #999;
    }
    .checkout-index-index .order-summary.hoverable .opc-block-summary.step-content table .amount {
        padding-right: 0;
    }

    .checkout-index-index #co-place-order-area {
        padding-left: 0 !important;
    }

    .checkout-index-index #co-place-order-area .osc-addition-content-wrapper.col-mp.mp-lg-6.mp-md-6.mp-sm-12.mp-xs-12 {
        margin-top: -490px;
    }

    .checkout-index-index #co-place-order-area .osc-addition-content-wrapper.col-mp.mp-lg-6.mp-md-6.mp-sm-12.mp-xs-12,
    .checkout-index-index #co-place-order-area .osc-addition-content-wrapper.col-mp.mp-lg-6.mp-md-6.mp-sm-12.mp-xs-12 .osc-place-order-block.checkout-comment-block.col-mp.mp-12 {
        width: 630px;
        padding-left: 0 !important;
    }
    .checkout-index-index #co-place-order-area .osc-addition-content-wrapper.col-mp.mp-lg-6.mp-md-6.mp-sm-12.mp-xs-12 .field-row input {
        box-sizing: border-box;
        width: 630px;
        height: 40px;
        margin: 0;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    .checkout-index-index #co-place-order-area .osc-addition-content-wrapper.col-mp.mp-lg-6.mp-md-6.mp-sm-12.mp-xs-12 .message.message-success.success {
        margin-top: 15px;
    }
    .checkout-index-index #co-place-order-area .osc-addition-content-wrapper.col-mp.mp-lg-6.mp-md-6.mp-sm-12.mp-xs-12 .action.action-cancel,
    .checkout-index-index #co-place-order-area .osc-addition-content-wrapper.col-mp.mp-lg-6.mp-md-6.mp-sm-12.mp-xs-12 .action.action-apply {
        box-sizing: border-box;
        width: 630px;
        height: 40px;
    }

    .checkout-index-index .field.number.cardContainerField .checkout-component-dock {
        max-width: 376px;
        width: 376px;
    }
    .checkout-index-index .field.number.cardContainerField .checkout-component-dock .adyen-checkout__label__text{
        color: #333;
        font-size: 13px;
        font-weight: bold;
    }
}

@media only screen and (max-width: 1400px) {
    .checkout-index-index .opc.one-step-checkout-container.opc-sticky {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) {
    .checkout-index-index .checkout-container {
        padding: 0 6% 0 2%;
    }
    .checkout-index-index .header_contianer.header_content,
    .checkout-index-index .header_contianer {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .checkout-index-index .header_contianer .header_logo .secure-box #DigiCertClickID_Jbu0RRd_ {
        right: 5%;
    }
}

@media only screen and (min-width: 900px) {
    .checkout-index-index .header_contianer.header_content,
    .checkout-index-index .header_contianer {
        padding-left: 15% !important;
        padding-right: 15% !important;
    }
    .checkout-index-index .header_contianer .header_logo .secure-box #DigiCertClickID_Jbu0RRd_ {
        right: 15%;
    }
}

@media only screen and (min-width: 1100px) {
    .checkout-index-index .header_contianer.header_content,
    .checkout-index-index .header_contianer {
        padding-left: 18% !important;
        padding-right: 18% !important;
    }
    .checkout-index-index .header_contianer .header_logo .secure-box #DigiCertClickID_Jbu0RRd_ {
        right: 18%;
    }
}

@media only screen and (min-width: 1200px) {
    .checkout-index-index .checkout-container {
        padding: 0 6%;
    }
    .checkout-index-index .header_contianer.header_content,
    .checkout-index-index .header_contianer {
        padding-left: 20% !important;
        padding-right: 20% !important;
    }
    .checkout-index-index .header_contianer .header_logo .secure-box #DigiCertClickID_Jbu0RRd_ {
        right: 20%;
    }
}

@media only screen and (min-width: 1300px) {
    .checkout-index-index .header_contianer.header_content,
    .checkout-index-index .header_contianer {
        padding-left: 300px !important;
        padding-right: 300px !important;
    }
    .checkout-index-index .header_contianer .header_logo .secure-box #DigiCertClickID_Jbu0RRd_ {
        right: 300px;
    }
}

@media only screen and (min-width: 1400px) {
    .checkout-index-index .checkout-container {
        padding: 0 6% 0 3%;
    }
}
@media only screen and (min-width: 1600px) {
    .checkout-index-index .checkout-container {
        padding: 0 9% 0 6%;
    }
    .checkout-index-index .header_contianer.header_content,
    .checkout-index-index .header_contianer {
        padding-left: 400px !important;
        padding-right: 400px !important;
    }
    .checkout-index-index .header_contianer .header_logo .secure-box #DigiCertClickID_Jbu0RRd_ {
        right: 400px;
    }
}
@media only screen and (min-width: 1800px) {
    .checkout-index-index .checkout-container {
        padding: 0 14% 0 12%
    }
}

@media only screen and (max-width: 414px) {

    .checkout-index-index .header_contianer {
        box-sizing: border-box;
        width: 100%;
        height: 78px;
        padding: 0 32px 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .checkout-index-index .header_contianer .header_logo {
        width: 158px;
        height: 44px;
        flex-direction: column;
    }
    .checkout-index-index .header_contianer .header_logo a {
        display: inline !important;
    }
    .checkout-index-index .header_contianer .header_logo .logo {
        position: relative;
        top: 0;
        right: 0;
        margin: 0;
        width: 158px;
    }
    .checkout-index-index .header_contianer .header_logo .secure-box {
        margin-top: 0;
        margin-left: 28px;
    }
    .checkout-index-index .header_contianer .header_logo .secure-box #DigiCertClickID_Jbu0RRd_ {
        position: absolute;
        right: 32px;
        top: 14px;
        width: 84px;
        height: 48.1px;
    }
    .checkout-index-index .header_contianer .header_logo .secure-box #DigiCertClickID_Jbu0RRd_ img {
        width: 84px !important;
        height: 48.1px !important;
    }
    .checkout-index-index .header_contianer .header_logo .secure-box .striping {
        display: none;
    }
    .checkout-index-index .header_contianer .header_logo .secure-box .secure-checkout {
        width: fit-content;
        color: #2185cb;
        font-size: 10px;
        font-weight: 500;
    }

    /* SHIPPING ADDRESS start */
    .checkout-index-index .opc-wrapper.one-step-checkout-wrapper {
        padding-top: 20px !important;
    }
    .checkout-index-index .columns {
        padding: 0;
    }
    .checkout-index-index .columns .one-step-checkout-wrapper {
        margin-top: 0;
    }
    .checkout-index-index .columns .one-step-checkout-wrapper .col-mp {
        padding: 0;
    }
    .checkout-index-index .columns .one-step-checkout-wrapper .col-mp .row-mp {
        margin: 0;
    }
    .checkout-index-index .columns .one-step-checkout-wrapper .step-title {
        box-sizing: border-box;
        width: 315px;
        margin: 0 auto 10px !important;
        padding: 0 !important;
        display: flex;
        align-items: center;
        color: #8e0c3a;
        font-size: 20px;
        font-weight: bold;;
        line-height: 1;
    }
    .checkout-index-index .columns .one-step-checkout-wrapper .step-title i {
        margin-right: 12px;
    }
    /* SHIPPING ADDRESS end */

    .checkout-index-index .billing-address-form,
    .checkout-index-index #co-shipping-form,
    .checkout-index-index .form.form-shipping-address,
    .checkout-index-index .create-account-block,
    .checkout-index-index .create-account-block .create-account-checkbox.field.choice.col-mp.mp-12,
    .checkout-index-index #customer-email-fieldset {
        box-sizing: border-box;
        width: 315px;
        margin: 0 auto !important;
    }
    .checkout-index-index .form.form-login {
        box-sizing: border-box;
        width: 315px;
        margin: 0 auto;
        padding: 0;
    }
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(1) .label,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(2) .label,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(3) .label,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(3) .label,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(4) .label,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(5) .label,
    .checkout-index-index #customer-email-fieldset .label {
        width: 315px !important;
        display: block;
        margin-bottom: 10px;
        color: #333;
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
    }
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(1) .label:after,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(2) .label:after,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(3) .label:after,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(4) .label:after,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(5) .label:after,
    .checkout-index-index #customer-email-fieldset .label:after {
        display: none;
    }
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(1) span,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(2) span,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(3) span,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(4) span,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(5) span,
    .checkout-index-index #customer-email-fieldset .label span {
        position: relative;
    }
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(1) span:after,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(2) span:after,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(3) span:after,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(4) span:after,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(5) span:after,
    .checkout-index-index #customer-email-fieldset .label span:after {
        position: absolute;
        right: -10px;
        top: 2px;
        content: '*';
        color: #ff0202;
        line-height: 1;
        font-weight: 400;
    }
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(1) .input-field,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(2) .input-field,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(3) .input-field,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(4) .input-field,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(5) .input-field,
    .checkout-index-index #customer-email-fieldset .input-field {
        position: relative;
    }
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(1) .control,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(1) .control,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(1) .control,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(1) .control,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(1) .control {
        width: 315px !important;
        margin-top: 0 !important;
    }
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(1) input,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(2) input,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(3) input,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(4) input,
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(5) input,
    .checkout-index-index .field.col-mp.mp-6.mp-clear._required select,
    .checkout-index-index .field.col-mp.mp-6.mp-clear._required input,
    .checkout-index-index .field.col-mp.mp-6.mp-clear input,
    .checkout-index-index .field.col-mp.mp-6._required input,
    .checkout-index-index .field.street.col-mp.mp-12.mp-clear.admin__control-fields.required input,
    .checkout-index-index .field.col-mp.mp-6._required select,
    .checkout-index-index #customer-email-fieldset .input-field input {
        width: 315px;
        height: 40px;
        margin: 0;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    .checkout-index-index .field.street.col-mp.mp-12.mp-clear.admin__control-fields.required .field._required {
        margin-bottom: 4px;
    }
    .checkout-index-index .field.street.col-mp.mp-12.mp-clear.admin__control-fields.required .field.additional:nth-child(3) {
        display: none;
    }

    .checkout-index-index .field.col-mp.mp-6.mp-clear._required select,
    .checkout-index-index .field.col-mp.mp-6._required select {
        color: #333;
        font-size: 13px;
    }
    .checkout-index-index #customer-email-fieldset .input-field:after {
        position: absolute;
        right: 12px;
        bottom: -14px;
        content: "We'll send your order confirmation here.";
        color: #aaa;
        font-size: 8px;
        line-height: 1;
    }
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(1),
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(2),
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(3),
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(4),
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(5) {
        width: 315px !important;
    }
    .checkout-index-index .field.col-mp.mp-6._required .field-tooltip.toggle,
    .checkout-index-index #customer-email-fieldset .input-field .field-tooltip.toggle {
        display: none;
    }
    .checkout-index-index .form-shipping-address {
        margin: 0;
        padding: 0;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .checkout-index-index .form-shipping-address #shipping-new-address-form {
        box-sizing: border-box;
        width: 100%;
    }
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(1) {
        margin-top: 34px;
    }
    .checkout-index-index .form-shipping-address #shipping-new-address-form:nth-child(3) fieldset.field.col-mp {
        align-self: flex-start;
    }

    .checkout-index-index .field.street.col-mp.mp-12.mp-clear.admin__control-fields.required {
        padding: 0 !important;
    }
    .checkout-index-index .field.col-mp.mp-6._required .control._with-tooltip {
        position: relative;
    }
    .checkout-index-index .field.col-mp.mp-6._required .control._with-tooltip:after {
        position: absolute;
        right: 6px;
        bottom: -14px;
        content: 'For delivery questions.';
        color: #aaa;
        font-size: 8px;
        line-height: 1;
    }

    .checkout-index-index .create-account-block .create-account-checkbox.field.choice.col-mp.mp-12,
    .checkout-index-index .create-account-block .field.osc-password.required.col-mp.mp-6,
    .checkout-index-index .create-account-block .field.confirmation.required.col-mp.mp-6 {
        margin-bottom: 10px !important;
    }
    .checkout-index-index .create-account-block .field.osc-password.required.col-mp.mp-6 .control.input-field,
    .checkout-index-index .create-account-block .field.confirmation.required.col-mp.mp-6 .control.input-field {
        margin-top: 10px !important;
    }
    .checkout-index-index .create-account-block .create-account-checkbox.field.choice.col-mp.mp-12 label span {
        color: #333;
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
    }
    .checkout-index-index .create-account-block .form.form-create-account .field.osc-password.required.col-mp.mp-6 label:after,
    .checkout-index-index .create-account-block .form.form-create-account .field.confirmation.required.col-mp.mp-6 label:after {
        display: none;
    }
    .checkout-index-index .create-account-block .form.form-create-account .field.osc-password.required.col-mp.mp-6 label span,
    .checkout-index-index .create-account-block .form.form-create-account .field.confirmation.required.col-mp.mp-6 label span {
        position: relative;
        color: #333;
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
    }
    .checkout-index-index .create-account-block .form.form-create-account .field.osc-password.required.col-mp.mp-6 label span:after,
    .checkout-index-index .create-account-block .form.form-create-account .field.confirmation.required.col-mp.mp-6 label span:after {
        position: absolute;
        right: -10px;
        top: 2px;
        content: '*';
        color: #ff0202;
        line-height: 1;
        font-weight: 400;
    }

    .checkout-index-index .billing-address-same-as-shipping-block.field.choice.col-mp.mp-12 {
        box-sizing: border-box;
        width: 315px;
        margin-left: 0;
        margin-bottom: 0;
        clear: both;
    }

    .checkout-index-index .billing-address-same-as-shipping-block.field.choice.col-mp.mp-12 label span {
        color: #333;
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
    }
    .checkout-index-index #checkout-step-shipping {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .checkout-index-index .checkout-billing-address {
        box-sizing: border-box;
        padding-top: 15px;
    }
    .checkout-index-index .checkout-billing-address .step-title {
        margin-top: 15px !important;
    }


    .checkout-index-index .col-mp.mp-12.hoverable {
        margin-top: 36px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .checkout-index-index .col-mp.mp-12.hoverable #payment {
        width: 315px;
        margin-left: 0;
    }
    .checkout-index-index .col-mp.mp-12.hoverable .checkout-payment-method .step-title {
        margin: 0 !important;
        padding: 0 !important;
    }
    .checkout-index-index .col-mp.mp-12.hoverable #checkout-payment-method-load .items.payment-methods {
        box-sizing: border-box;
        width: fit-content;
        margin: 0 !important;
        padding: 0 !important;
    }
    .checkout-index-index .col-mp.mp-12.hoverable #checkout-payment-method-load .items.payment-methods .payment-method-title.field.choice {
        margin-left: 0 !important;
        padding: 15px 0 !important;
    }
    .checkout-index-index .col-mp.mp-12.hoverable #checkout-payment-method-load .items.payment-methods .payment-method-title.field.choice input {
        flex-shrink: 0;
    }
    .checkout-index-index .col-mp.mp-12.hoverable #checkout-payment-method-load .payment-method .payment-method-title.field.choice .action.action-help {
        display: none;
    }

    .checkout-index-index .opc-block-summary.step-content .block.items-in-cart.active {
        margin-bottom: 260px !important;
    }
    .checkout-index-index #co-place-order-area {
        width: 315px;
        margin: 0 auto;
    }
    .checkout-index-index #co-place-order-area .osc-addition-content-wrapper.col-mp.mp-lg-6.mp-md-6.mp-sm-12.mp-xs-12 {
        width: 315px;
        margin: -470px auto 0;
    }
    .checkout-index-index #co-place-order-area .osc-addition-content-wrapper.col-mp.mp-lg-6.mp-md-6.mp-sm-12.mp-xs-12 .osc-place-order-block.checkout-comment-block.col-mp.mp-12 {
        width: 315px;
        margin: 0 auto;
    }
    .checkout-index-index #co-place-order-area .osc-addition-content-wrapper.col-mp.mp-lg-6.mp-md-6.mp-sm-12.mp-xs-12 input {
        width: 315px;
        height: 40px;
        margin: 0;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    .checkout-index-index #co-place-order-area .osc-addition-content-wrapper.col-mp.mp-lg-6.mp-md-6.mp-sm-12.mp-xs-12 .actions-toolbar .action.action-cancel {
        width: 315px;
        height: 40px;
    }
    .checkout-index-index #co-place-order-area .osc-addition-content-wrapper.col-mp.mp-lg-6.mp-md-6.mp-sm-12.mp-xs-12 .action.action-apply {
        width: 315px;
        height: 40px;
    }

    .checkout-index-index .col-mp.mp-6.mp-sm-7.mp-xs-12.sticky .order-summary.hoverable .opc-block-summary.step-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .checkout-index-index .col-mp.mp-6.mp-sm-7.mp-xs-12.sticky .order-summary.hoverable .opc-block-summary.step-content .product-item-detail {
        padding-left: 5px;
    }
    .checkout-index-index .col-mp.mp-6.mp-sm-7.mp-xs-12.sticky .order-summary.hoverable .opc-block-summary.step-content .product-item-detail .product.options .toggle {
        font-size: 16px !important;
    }
    .checkout-index-index .col-mp.mp-6.mp-sm-7.mp-xs-12.sticky .order-summary.hoverable .opc-block-summary.step-content .product-item-name {
        color: #0968ac;
        font-size: 16px !important;
    }
    .checkout-index-index .col-mp.mp-6.mp-sm-7.mp-xs-12.sticky .order-summary.hoverable .block.items-in-cart {
        width: 315px;
        margin: 0 auto 250px !important;
    }
    .checkout-index-index .col-mp.mp-6.mp-sm-7.mp-xs-12.sticky .order-summary.hoverable .block.items-in-cart .title {
        box-sizing: border-box;
        width: 315px !important;
        margin: 0 auto !important;
    }
    .checkout-index-index .col-mp.mp-6.mp-sm-7.mp-xs-12.sticky .order-summary.hoverable .opc-block-summary.step-content .title,
    .checkout-index-index .col-mp.mp-6.mp-sm-7.mp-xs-12.sticky .order-summary.hoverable .opc-block-summary.step-content table {
        width: 315px;
        margin: 0 auto !important;
    }
    .checkout-index-index .col-mp.mp-6.mp-sm-7.mp-xs-12.sticky .order-summary.hoverable .opc-block-summary.step-content .title,
    .checkout-index-index .col-mp.mp-6.mp-sm-7.mp-xs-12.sticky .order-summary.hoverable .block.items-in-cart.active .title strong,
    .checkout-index-index .col-mp.mp-6.mp-sm-7.mp-xs-12.sticky .order-summary.hoverable .opc-block-summary.step-content table tr th {
        padding-left: 0;
    }
    .checkout-index-index .col-mp.mp-6.mp-sm-7.mp-xs-12.sticky .order-summary.hoverable .opc-block-summary.step-content table .totals.shipping.excl .value {
        color: #999;
    }
    .checkout-index-index .col-mp.mp-6.mp-sm-7.mp-xs-12.sticky .order-summary.hoverable .opc-block-summary.step-content table .amount {
        padding-right: 0;
    }

    .checkout-index-index .payment-method._active .payment-method-content {
        padding: 0 !important;
        width: 315px;
    }
    .checkout-index-index .payment-method._active .payment-method-content .form .fieldset.payment.items.ccard.adyen_cc .checkout-component-dock,
    .checkout-index-index .payment-method._active .payment-method-content .form .fieldset.payment.items.ccard.adyen_cc {
        max-width: 315px !important;
    }
    .checkout-index-index .payment-method._active .payment-method-content .form .fieldset.payment.items.ccard.adyen_cc,
    .checkout-index-index .payment-method._active .payment-method-content .form {
        width: 315px !important;
    }
    .checkout-index-index .fieldset.payment.items.ccard.adyen_cc .adyen-checkout__label__text {
        color: #333;
        font-size: 13px;
        font-weight: bold;
    }
}

@media only screen and (max-width: 799px) {
    .checkout-index-index .osc-place-order-wrapper.col-mp.mp-lg-6.mp-md-6.mp-sm-12.mp-xs-12 {
        margin-top: 60px;
    }

    .checkout-index-index #checkout-payment-method-load .payment-group .step-title {
        display: none;
    }
    .checkout-index-index #checkout-step-payment hr {
        margin: 20px 0 10px 0;
    }
    .checkout-index-index #recaptcha-checkout-place-order-wrapper {
        display: none;
    }
}

@media only screen and (min-width: 800px) {
    .checkout-index-index .osc-place-order-wrapper.col-mp.mp-lg-6.mp-md-6.mp-sm-12.mp-xs-12 {
        margin-top: 50px;
    }
}
/*M端*/
@media only screen and (max-width: 799px) {
  .checkout-cart-index .mpgiftwrap-block .action.primary.btn-danger {
    display: none;
  }
  .checkout-cart-index .mpgiftwrap-block .mpgiftwrap-wrap-item {
    display: flex;
    align-items: center;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage {
    width: fit-content !important;
    display: flex;
    flex-direction: column;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item,
  .checkout-cart-index .mpgiftwrap-block .owl-stage .option {
    width: fit-content !important;
    display: flex;
    align-items: flex-start;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .note,
  .checkout-cart-index .mpgiftwrap-block .owl-stage .option .note {
    margin: 0 10px 0 10px;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item {
    box-sizing: border-box;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .option input[type="radio"] {
    box-sizing: border-box;
    flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 6px 4px 0 0 !important;
    padding: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #930031;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .option input[type="radio"]:after {
    box-sizing: border-box;
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    line-height: 12px;
    color: #fff !important;
    background: url('https://static.povison.com/media/wysiwyg/icon/tick_icon.png') no-repeat #930031;
    background-size: contain;
    border-radius: 2px;
    border: none;
    font-family: meiryo, "sans-serif";
    opacity: 0;
    transition: all 0.1s ease;
    transform: translate(-50%, -50%) scale3d(0.2, 0.2, 1);
    transform-origin: center center;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .option input[type="radio"]:checked:after {
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    font-size: 8px;
    opacity: 1;
    transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1);
    text-align: center;
    vertical-align: middle;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-info {
    box-sizing: border-box;
    width: 300px;
    padding-top: 3px;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    line-height: 20px;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-info .mpgiftwrap-item-title {
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding-right: 6px;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-info .mpgiftwrap-item-title:after {
    position: absolute;
    right: 0;
    top: -1px;
    content: '|';
    color: #333;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-info .mpgiftwrap-item-desc {
    color: #333;
    font-size: 14px;
    font-weight: 400;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-description {
    color: #930031;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
  }
  .checkout-cart-index .mpgiftwrap-item-description {
    display: none;
  }
}
/*PC端*/
@media only screen and (min-width: 800px) {
  .checkout-cart-index .mpgiftwrap-block .action.primary.btn-danger {
    display: none;
  }
  .checkout-cart-index .mpgiftwrap-block .mpgiftwrap-wrap-item {
    display: flex;
    align-items: center;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage {
    width: fit-content !important;
    display: flex;
    flex-direction: column;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item,
  .checkout-cart-index .mpgiftwrap-block .owl-stage .option {
    width: fit-content !important;
    min-width: 440px !important;
    display: flex;
    align-items: center;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .note,
  .checkout-cart-index .mpgiftwrap-block .owl-stage .option .note {
    margin: 0 10px 0 10px;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item {
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .option input[type="radio"] {
    box-sizing: border-box;
    flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 0 !important;
    padding: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #930031;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
    font-size: 12px;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .option input[type="radio"] {
    border-radius: 2px;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .option input[type="radio"]:after {
    box-sizing: border-box;
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    background: url('https://static.povison.com/media/wysiwyg/icon/tick_icon.png') no-repeat;
    background-size: contain;
    border-radius: 2px;
    border: none;
    opacity: 0;
    transition: all 0.1s ease;
    transform: translate(-50%, -50%) scale3d(0.2, 0.2, 1);
    transform-origin: center center;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .option input[type="radio"]:checked:after {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    line-height: 13px;
    opacity: 1;
    border-radius: 2px;
    transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1);
    text-align: center;
    font-size: 12px;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-info {
    box-sizing: border-box;
    padding-top: 3px;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 13px;
    line-height: 1.2;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-info .mpgiftwrap-item-title {
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding-right: 6px;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-info .mpgiftwrap-item-title:after {
    position: absolute;
    right: 0;
    top: 1px;
    content: '|';
    color: #333;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-info .mpgiftwrap-item-desc {
    color: #333;
    font-size: 14px;
    font-weight: 400;
  }
  .checkout-cart-index .mpgiftwrap-block .owl-stage .owl-item .mpgiftwrap-item-description {
    color: #930031;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
  }
  .checkout-cart-index .mpgiftwrap-item-description {
    display: none;
  }
}
/*M端*/
@media only screen and (max-width: 799px) {
  .checkout-index-index .product-item-detail {
    padding-left: 0 !important;
  }
  .checkout-index-index .note.mpgiftwrap-item-detail {
    margin-top: 10px;
    padding-left: 0 !important;
  }
  .checkout-index-index .note.mpgiftwrap-item-detail .mpgiftwrap-item-title {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding-right: 6px;
  }
  .checkout-index-index .note.mpgiftwrap-item-detail .mpgiftwrap-item-desc {
    color: #333;
    font-size: 14px;
    font-weight: 400;
  }
}
/*PC端*/
@media only screen and (min-width: 800px) {
  .checkout-index-index .note.mpgiftwrap-item-detail {
    padding-left: 99px;
  }
  .checkout-index-index .note.mpgiftwrap-item-detail .mpgiftwrap-item-title {
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding-right: 6px;
  }
  .checkout-index-index .note.mpgiftwrap-item-detail .mpgiftwrap-item-title:after {
    position: absolute;
    right: 0;
    top: -1px;
    content: '|';
    color: #333;
  }
  .checkout-index-index .note.mpgiftwrap-item-detail .mpgiftwrap-item-desc {
    color: #333;
    font-size: 14px;
    font-weight: 400;
  }
}
/*M端*/
@media only screen and (min-width: 375px) and (max-width: 799px) {
  .checkout-cart-index .block-content-pc-prev-action,
  .checkout-cart-index .block-content-pc-next-action {
    display: none;
  }
  .checkout-cart-index .block-products-list {
    box-sizing: border-box;
    width: 328px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .checkout-cart-index .block-products-list .block-header {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }
  .checkout-cart-index .block-products-list .block-title {
    margin-bottom: 4px;
    color: #000;
    font-size: 12px;
    line-height: 1;
  }
  .checkout-cart-index .block-products-list .block-sub-title {
    padding-bottom: 4px;
    color: #333;
    font-size: 12px;
    line-height: 1;
  }
  .checkout-cart-index .block-products-list .block-sub-title .high-light {
    color: #940032;
    font-size: 14px;
  }
  .checkout-cart-index .block-products-list .block-container {
    position: relative;
  }
  .checkout-cart-index .block-products-list .block-content {
    box-sizing: content-box;
    width: 330px;
    height: 244px;
    padding: 2px;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
  }
  .checkout-cart-index .block-products-list .block-content-h5-prev-action,
  .checkout-cart-index .block-products-list .block-content-h5-next-action {
    position: absolute;
    top: calc(50% - 18px);
    width: 20px;
    height: 33px;
  }
  .checkout-cart-index .block-products-list .block-content-h5-prev-action {
    left: -20px;
  }
  .checkout-cart-index .block-products-list .block-content-h5-next-action {
    right: -20px;
  }
  .checkout-cart-index .block-products-list .product-item-container {
    width: 171px;
  }
  .checkout-cart-index .block-products-list .product-item {
    box-sizing: border-box;
    width: 157px;
    height: 244px;
    display: block;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
  }
  .checkout-cart-index .block-products-list .product-item-cover-container {
    box-sizing: border-box;
    width: 100%;
    position: relative;
  }
  .checkout-cart-index .block-products-list .product-item-cover-dero {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 8px;
    line-height: 1;
    font-weight: 600;
    background: #930031;
    border-radius: 50%;
  }
  .checkout-cart-index .block-products-list .product-item-cover {
    width: 157px;
    height: 157px;
    border-radius: 4px 4px 0 0;
  }
  .checkout-cart-index .block-products-list .product-item-detail-info {
    box-sizing: border-box;
    padding: 8px 9px 0 9px;
  }
  .checkout-cart-index .block-products-list .product-item-title {
    width: 100%;
    height: 30px;
    margin-bottom: 8px;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .checkout-cart-index .block-products-list .product-item-price-block {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .checkout-cart-index .block-products-list .product-item-highlight-price {
    color: #930130;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
  }
  .checkout-cart-index .block-products-list .product-item-regular-price {
    color: #aaa;
    font-size: 10px;
    line-height: 1;
  }
  .checkout-cart-index .block-products-list .product-item-save-price-info {
    color: #FB6969;
    font-size: 10px;
    line-height: 1;
  }
}
@media only screen and (min-width: 414px) and (max-width: 799px) {
  .checkout-cart-index .block-products-list {
    width: 362px;
  }
  .checkout-cart-index .block-products-list .block-header {
    margin-bottom: 15px;
  }
  .checkout-cart-index .block-products-list .block-title {
    font-size: 13px;
  }
  .checkout-cart-index .block-products-list .block-sub-title {
    font-size: 13px;
  }
  .checkout-cart-index .block-products-list .block-sub-title .high-light {
    font-size: 15px;
  }
  .checkout-cart-index .block-products-list .block-content {
    width: 362px;
    height: 270px;
  }
  .checkout-cart-index .block-products-list .block-content-h5-prev-action,
  .checkout-cart-index .block-products-list .block-content-h5-next-action {
    position: absolute;
    top: calc(50% - 18px);
    width: 22px;
    height: 36px;
  }
  .checkout-cart-index .block-products-list .block-content-h5-prev-action {
    left: -20px;
  }
  .checkout-cart-index .block-products-list .block-content-h5-next-action {
    right: -20px;
  }
  .checkout-cart-index .block-products-list .product-item-container {
    width: 188px;
  }
  .checkout-cart-index .block-products-list .product-item {
    width: 173px;
    height: 269px;
  }
  .checkout-cart-index .block-products-list .product-item-cover-dero {
    width: 33px;
    height: 33px;
    font-size: 9px;
  }
  .checkout-cart-index .block-products-list .product-item-cover {
    width: 173px;
    height: 173px;
  }
  .checkout-cart-index .block-products-list .product-item-detail-info {
    padding: 9px 10px 0 10px;
  }
  .checkout-cart-index .block-products-list .product-item-title {
    height: 33px;
    margin-bottom: 9px;
    font-size: 13px;
  }
  .checkout-cart-index .block-products-list .product-item-price-block {
    margin-bottom: 4px;
  }
  .checkout-cart-index .block-products-list .product-item-highlight-price {
    font-size: 15px;
  }
  .checkout-cart-index .block-products-list .product-item-regular-price {
    font-size: 11px;
  }
  .checkout-cart-index .block-products-list .product-item-save-price-info {
    font-size: 11px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 799px) {
  .checkout-cart-index .block-products-list {
    width: 525px;
  }
  .checkout-cart-index .block-products-list .block-header {
    margin-bottom: 19px;
  }
  .checkout-cart-index .block-products-list .block-title {
    font-size: 19px;
  }
  .checkout-cart-index .block-products-list .block-sub-title {
    font-size: 19px;
  }
  .checkout-cart-index .block-products-list .block-sub-title .high-light {
    font-size: 22px;
  }
  .checkout-cart-index .block-products-list .block-content {
    width: 525px;
    height: 390px;
  }
  .checkout-cart-index .block-products-list .block-content-h5-prev-action,
  .checkout-cart-index .block-products-list .block-content-h5-next-action {
    position: absolute;
    top: calc(50% - 27px);
    width: 32px;
    height: 53px;
  }
  .checkout-cart-index .block-products-list .block-content-h5-prev-action {
    left: -34px;
  }
  .checkout-cart-index .block-products-list .block-content-h5-next-action {
    right: -34px;
  }
  .checkout-cart-index .block-products-list .product-item-container {
    width: 273px;
  }
  .checkout-cart-index .block-products-list .product-item {
    width: 251px;
    height: 390px;
  }
  .checkout-cart-index .block-products-list .product-item-cover-dero {
    width: 48px;
    height: 48px;
    font-size: 13px;
  }
  .checkout-cart-index .block-products-list .product-item-cover {
    width: 251px;
    height: 251px;
  }
  .checkout-cart-index .block-products-list .product-item-detail-info {
    padding: 13px 14px 0 14px;
  }
  .checkout-cart-index .block-products-list .product-item-title {
    height: 48px;
    margin-bottom: 13px;
    font-size: 19px;
  }
  .checkout-cart-index .block-products-list .product-item-price-block {
    margin-bottom: 4px;
  }
  .checkout-cart-index .block-products-list .product-item-highlight-price {
    font-size: 22px;
  }
  .checkout-cart-index .block-products-list .product-item-regular-price {
    font-size: 16px;
  }
  .checkout-cart-index .block-products-list .product-item-save-price-info {
    font-size: 16px;
  }
}
/*PC端*/
@media only screen and (min-width: 800px) {
  .checkout-cart-index .product-image-container {
    width: 165px !important;
  }
  .checkout-cart-index .block-content-h5-prev-action,
  .checkout-cart-index .block-content-h5-next-action {
    display: none;
  }
  .checkout-cart-index .block-products-list {
    box-sizing: border-box;
    width: 737px;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .checkout-cart-index .block-products-list .block-header {
    margin-bottom: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }
  .checkout-cart-index .block-products-list .block-title {
    margin-bottom: 4px;
    color: #000;
    font-size: 17px;
    line-height: 1;
  }
  .checkout-cart-index .block-products-list .block-sub-title {
    padding-bottom: 4px;
    color: #333;
    font-size: 12px;
    line-height: 1;
  }
  .checkout-cart-index .block-products-list .block-sub-title .high-light {
    color: #940032;
    font-size: 14px;
  }
  .checkout-cart-index .block-products-list .block-container {
    position: relative;
  }
  .checkout-cart-index .block-products-list .block-content {
    box-sizing: content-box;
    width: 687px;
    height: 230px;
    padding: 2px;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
  }
  .checkout-cart-index .block-products-list .block-content.flex-row {
    flex-direction: row;
  }
  .checkout-cart-index .block-products-list .block-content-pc-prev-action,
  .checkout-cart-index .block-products-list .block-content-pc-next-action {
    position: absolute;
    top: calc(50% - 16px);
    width: 19px;
    height: 31px;
  }
  .checkout-cart-index .block-products-list .block-content-pc-prev-action {
    left: -19px;
  }
  .checkout-cart-index .block-products-list .block-content-pc-next-action {
    right: -19px;
  }
  .checkout-cart-index .block-products-list .product-item-container {
    width: 176px;
  }
  .checkout-cart-index .block-products-list .product-item {
    box-sizing: border-box;
    width: 159px;
    height: 230px;
    display: block;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
  }
  .checkout-cart-index .block-products-list .product-item-cover-container {
    box-sizing: border-box;
    width: 100%;
    position: relative;
  }
  .checkout-cart-index .block-products-list .product-item-cover-dero {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 6px;
    line-height: 1;
    font-weight: 600;
    background: #930031;
    border-radius: 50%;
  }
  .checkout-cart-index .block-products-list .product-item-cover {
    width: 159px;
    height: 159px;
    border-radius: 2px 2px 0 0;
  }
  .checkout-cart-index .block-products-list .product-item-detail-info {
    box-sizing: border-box;
    padding: 6px 10px 0 10px;
  }
  .checkout-cart-index .block-products-list .product-item-title {
    width: 100%;
    height: 28px;
    margin-bottom: 5px;
    color: #333;
    font-size: 10px;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .checkout-cart-index .block-products-list .product-item-price-block {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .checkout-cart-index .block-products-list .product-item-highlight-price {
    color: #930130;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
  }
  .checkout-cart-index .block-products-list .product-item-regular-price {
    color: #aaa;
    font-size: 8px;
    line-height: 1;
  }
  .checkout-cart-index .block-products-list .product-item-save-price-info {
    color: #FB6969;
    font-size: 8px;
    line-height: 1;
  }
}
@media only screen and (min-width: 1000px) {
  .checkout-cart-index .block-products-list {
    width: 921px;
  }
  .checkout-cart-index .block-products-list .block-header {
    margin-bottom: 21px;
  }
  .checkout-cart-index .block-products-list .block-title {
    font-size: 17px;
  }
  .checkout-cart-index .block-products-list .block-sub-title {
    font-size: 17px;
  }
  .checkout-cart-index .block-products-list .block-sub-title .high-light {
    font-size: 19px;
  }
  .checkout-cart-index .block-products-list .block-content {
    box-sizing: content-box;
    width: 859px;
    height: 288px;
  }
  .checkout-cart-index .block-products-list .block-content-pc-prev-action,
  .checkout-cart-index .block-products-list .block-content-pc-next-action {
    position: absolute;
    top: calc(50% - 20px);
    width: 24px;
    height: 39px;
  }
  .checkout-cart-index .block-products-list .block-content-pc-prev-action {
    left: -19px;
  }
  .checkout-cart-index .block-products-list .block-content-pc-next-action {
    right: -19px;
  }
  .checkout-cart-index .block-products-list .product-item-container {
    width: 220px;
  }
  .checkout-cart-index .block-products-list .product-item {
    box-sizing: border-box;
    width: 199px;
    height: 288px;
  }
  .checkout-cart-index .block-products-list .product-item-cover-dero {
    width: 26px;
    height: 26px;
    font-size: 7px;
  }
  .checkout-cart-index .block-products-list .product-item-cover {
    width: 199px;
    height: 199px;
  }
  .checkout-cart-index .block-products-list .product-item-detail-info {
    padding: 13px 13px 0 13px;
  }
  .checkout-cart-index .block-products-list .product-item-title {
    height: 28px;
    margin-bottom: 5px;
    font-size: 10px;
  }
  .checkout-cart-index .block-products-list .product-item-price-block {
    margin-bottom: 4px;
  }
  .checkout-cart-index .block-products-list .product-item-highlight-price {
    font-size: 13px;
  }
  .checkout-cart-index .block-products-list .product-item-regular-price {
    font-size: 9px;
  }
  .checkout-cart-index .block-products-list .product-item-save-price-info {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .checkout-cart-index .block-products-list {
    width: 1105px;
  }
  .checkout-cart-index .block-products-list .block-header {
    margin-bottom: 25px;
  }
  .checkout-cart-index .block-products-list .block-title {
    font-size: 19px;
  }
  .checkout-cart-index .block-products-list .block-sub-title {
    font-size: 19px;
  }
  .checkout-cart-index .block-products-list .block-sub-title .high-light {
    font-size: 21px;
  }
  .checkout-cart-index .block-products-list .block-content {
    width: 1032px;
    height: 346px;
  }
  .checkout-cart-index .block-products-list .block-content-pc-prev-action,
  .checkout-cart-index .block-products-list .block-content-pc-next-action {
    position: absolute;
    top: calc(50% - 23px);
    width: 29px;
    height: 46px;
  }
  .checkout-cart-index .block-products-list .block-content-pc-prev-action {
    left: -19px;
  }
  .checkout-cart-index .block-products-list .block-content-pc-next-action {
    right: -19px;
  }
  .checkout-cart-index .block-products-list .product-item-container {
    width: 264px;
  }
  .checkout-cart-index .block-products-list .product-item {
    box-sizing: border-box;
    width: 239px;
    height: 346px;
  }
  .checkout-cart-index .block-products-list .product-item-cover-dero {
    width: 31px;
    height: 31px;
    font-size: 9px;
  }
  .checkout-cart-index .block-products-list .product-item-cover {
    width: 239px;
    height: 239px;
  }
  .checkout-cart-index .block-products-list .product-item-detail-info {
    padding: 15px 15px 0 15px;
  }
  .checkout-cart-index .block-products-list .product-item-title {
    height: 34px;
    margin-bottom: 5px;
    font-size: 13px;
  }
  .checkout-cart-index .block-products-list .product-item-price-block {
    margin-bottom: 4px;
  }
  .checkout-cart-index .block-products-list .product-item-highlight-price {
    font-size: 16px;
  }
  .checkout-cart-index .block-products-list .product-item-regular-price {
    font-size: 11px;
  }
  .checkout-cart-index .block-products-list .product-item-save-price-info {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1400px) {
  .checkout-cart-index .block-products-list {
    width: 1289px;
  }
  .checkout-cart-index .block-products-list .block-header {
    margin-bottom: 25px;
  }
  .checkout-cart-index .block-products-list .block-title {
    font-size: 22px;
  }
  .checkout-cart-index .block-products-list .block-sub-title {
    font-size: 22px;
  }
  .checkout-cart-index .block-products-list .block-sub-title .high-light {
    font-size: 25px;
  }
  .checkout-cart-index .block-products-list .block-content {
    width: 1204px;
    height: 403px;
  }
  .checkout-cart-index .block-products-list .block-content-pc-prev-action,
  .checkout-cart-index .block-products-list .block-content-pc-next-action {
    position: absolute;
    top: calc(50% - 27px);
    width: 34px;
    height: 54px;
  }
  .checkout-cart-index .block-products-list .block-content-pc-prev-action {
    left: -26px;
  }
  .checkout-cart-index .block-products-list .block-content-pc-next-action {
    right: -26px;
  }
  .checkout-cart-index .block-products-list .product-item-container {
    width: 308px;
  }
  .checkout-cart-index .block-products-list .product-item {
    width: 279px;
    height: 403px;
  }
  .checkout-cart-index .block-products-list .product-item-cover-dero {
    width: 36px;
    height: 36px;
    font-size: 10px;
  }
  .checkout-cart-index .block-products-list .product-item-cover {
    width: 279px;
    height: 279px;
  }
  .checkout-cart-index .block-products-list .product-item-detail-info {
    padding: 18px 18px 0 18px;
  }
  .checkout-cart-index .block-products-list .product-item-title {
    height: 40px;
    margin-bottom: 5px;
    font-size: 15px;
  }
  .checkout-cart-index .block-products-list .product-item-price-block {
    margin-bottom: 4px;
  }
  .checkout-cart-index .block-products-list .product-item-highlight-price {
    font-size: 19px;
  }
  .checkout-cart-index .block-products-list .product-item-regular-price {
    font-size: 13px;
  }
  .checkout-cart-index .block-products-list .product-item-save-price-info {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1600px) {
  .checkout-cart-index .block-products-list {
    width: 1473px;
  }
  .checkout-cart-index .block-products-list .block-header {
    margin-bottom: 33px;
  }
  .checkout-cart-index .block-products-list .block-title {
    font-size: 25px;
  }
  .checkout-cart-index .block-products-list .block-sub-title {
    font-size: 25px;
  }
  .checkout-cart-index .block-products-list .block-sub-title .high-light {
    font-size: 28px;
  }
  .checkout-cart-index .block-products-list .block-content {
    width: 1376px;
    height: 461px;
  }
  .checkout-cart-index .block-products-list .block-content-pc-prev-action,
  .checkout-cart-index .block-products-list .block-content-pc-next-action {
    position: absolute;
    top: calc(50% - 31px);
    width: 38px;
    height: 62px;
  }
  .checkout-cart-index .block-products-list .block-content-pc-prev-action {
    left: -26px;
  }
  .checkout-cart-index .block-products-list .block-content-pc-next-action {
    right: -26px;
  }
  .checkout-cart-index .block-products-list .product-item-container {
    width: 351px;
  }
  .checkout-cart-index .block-products-list .product-item {
    width: 318px;
    height: 461px;
  }
  .checkout-cart-index .block-products-list .product-item-cover-dero {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }
  .checkout-cart-index .block-products-list .product-item-cover {
    width: 318px;
    height: 318px;
  }
  .checkout-cart-index .block-products-list .product-item-detail-info {
    padding: 20px 20px 0 20px;
  }
  .checkout-cart-index .block-products-list .product-item-title {
    height: 46px;
    margin-bottom: 5px;
    font-size: 17px;
  }
  .checkout-cart-index .block-products-list .product-item-price-block {
    margin-bottom: 4px;
  }
  .checkout-cart-index .block-products-list .product-item-highlight-price {
    font-size: 22px;
  }
  .checkout-cart-index .block-products-list .product-item-regular-price {
    font-size: 15px;
  }
  .checkout-cart-index .block-products-list .product-item-save-price-info {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1920px) {
  .checkout-cart-index .block-products-list {
    width: 1768px;
  }
  .checkout-cart-index .block-products-list .block-header {
    margin-bottom: 40px;
  }
  .checkout-cart-index .block-products-list .block-title {
    font-size: 30px;
  }
  .checkout-cart-index .block-products-list .block-sub-title {
    font-size: 30px;
  }
  .checkout-cart-index .block-products-list .block-sub-title .high-light {
    font-size: 34px;
  }
  .checkout-cart-index .block-products-list .block-content {
    width: 1650px;
    height: 553px;
  }
  .checkout-cart-index .block-products-list .block-content-pc-prev-action,
  .checkout-cart-index .block-products-list .block-content-pc-next-action {
    position: absolute;
    top: calc(50% - 37px);
    width: 46px;
    height: 74px;
  }
  .checkout-cart-index .block-products-list .block-content-pc-prev-action {
    left: -26px;
  }
  .checkout-cart-index .block-products-list .block-content-pc-next-action {
    right: -26px;
  }
  .checkout-cart-index .block-products-list .product-item-container {
    width: 422px;
  }
  .checkout-cart-index .block-products-list .product-item {
    width: 382px;
    height: 553px;
  }
  .checkout-cart-index .block-products-list .product-item-cover-dero {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
  .checkout-cart-index .block-products-list .product-item-cover {
    width: 382px;
    height: 382px;
  }
  .checkout-cart-index .block-products-list .product-item-detail-info {
    padding: 24px 24px 0 24px;
  }
  .checkout-cart-index .block-products-list .product-item-title {
    height: 55px;
    margin-bottom: 5px;
    font-size: 20px;
  }
  .checkout-cart-index .block-products-list .product-item-price-block {
    margin-bottom: 4px;
  }
  .checkout-cart-index .block-products-list .product-item-highlight-price {
    font-size: 26px;
  }
  .checkout-cart-index .block-products-list .product-item-regular-price {
    font-size: 18px;
  }
  .checkout-cart-index .block-products-list .product-item-save-price-info {
    font-size: 18px;
  }
}
/*M端*/
@media only screen and (max-width: 799px) {
  .checkout-index-index .header_contianer {
    height: 78px !important;
    padding: 0 32px 0 16px !important;
  }
  .checkout-index-index .header_contianer .header_logo .logo {
    height: auto !important;
  }
  .checkout-index-index .header_contianer .header_logo .logo h1 {
    margin-bottom: 0 !important;
  }
  .checkout-index-index .header_contianer .header_logo .logo img {
    height: auto !important;
  }
  .checkout-index-index .header_contianer .secure-box {
    margin-left: 24px !important;
  }
}
/*PC端*/
@media only screen and (min-width: 800px) {
  .checkout-index-index .header_contianer {
    box-sizing: border-box;
    height: 120px !important;
    padding: 18px 300px !important;
    display: flex !important;
    justify-content: space-between !important;
  }
  .checkout-index-index .header_contianer .header_left-block {
    display: none !important;
  }
  .checkout-index-index .header_contianer .header_logo {
    width: 225px;
    display: flex !important;
    align-items: center !important;
  }
  .checkout-index-index .header_contianer .header_logo .logo {
    height: auto !important;
  }
  .checkout-index-index .header_contianer .header_logo .logo h1 {
    margin-bottom: 0 !important;
  }
  .checkout-index-index .header_contianer .header_logo .logo img {
    height: auto !important;
  }
  .checkout-index-index .header_contianer .secure-box .secure-checkout {
    margin-right: 0 !important;
  }
  .checkout-index-index .header_contianer.header_content {
    height: 120px !important;
    transition-duration: 0 !important;
  }
  .checkout-index-index .header_contianer.header_content .header_logo a,
  .checkout-index-index .header_contianer.header_content .header_logo img {
    width: 225px !important;
    display: block;
    image-rendering: auto;
    transition-duration: 0 !important;
  }
}
.checkout-index-index .page-title-wrapper.cms-content-title {
  display: none !important;
}


/*PC端*/
@media only screen and (min-width: 800px) {
    .payment-method-title label[for='paypal_express'] {
        flex-basis: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .checkout-index-index .checkout-payment-method {
        border: none !important;

    }
    .checkout-index-index .payment-method._active {
        border: none !important;
    }
    .checkout-payment-method .payment-method-title {
        border: 1px solid #ccc !important;
        border-left: none !important;
        border-right: none !important;
    }
    .checkout-index-index .payment-titlelogo-wrapper {
        display: none !important;
    }
    .checkout-index-index .fieldset hr{
        display: none;
    }
    .payment-method [type="radio"]:checked + label:before, .payment-method [type="radio"]:not(:checked) + label:before {
        left: 0 !important;
        top: 50% !important;
        transform: translate(0, -50%) !important;
    }
    .payment-method [type="radio"]:checked + label:after {
        opacity: 1;
        top: 50% !important;
        -webkit-transform: scale(1) translate(0, -50%) !important;
        transform: scale(1) translate(0, -50%) !important;
    }
}
/*M端*/
@media only screen and (max-width: 799px) {
    .payment-method-title label[for='paypal_express'] {
        flex-basis: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .payment-method [type="radio"]:checked + label:before, .payment-method [type="radio"]:not(:checked) + label:before {
        left: 0 !important;
        top: 50% !important;
        transform: translate(0, -50%) !important;
    }
    .payment-method [type="radio"]:checked + label:after {
        opacity: 1;
        top: 50% !important;
        -webkit-transform: scale(1) translate(0, -50%) !important;
        transform: scale(1) translate(0, -50%) !important;
    }
    .payment-method-title > label {
        font-size: 14px !important;
    }
    .payment-method-title label[for='paypal_express'] img {
        width: 55px !important;
    }
    .checkout-index-index .checkout-payment-method {
        border: none !important;

    }
    .checkout-index-index .payment-method._active {
        border: none !important;
    }
    .checkout-payment-method .payment-method-title {
        border: 1px solid #ccc !important;
        border-left: none !important;
        border-right: none !important;
    }
    .checkout-index-index .payment-titlelogo-wrapper {
        display: none !important;
    }
    .checkout-index-index .fieldset hr{
        display: none;
    }
    .checkout-index-index .col-mp.mp-12.hoverable .checkout-payment-method .step-title{
        padding-bottom: 10px !important;
    }
    
}
.cms-weekend-offer .product-item-inner {
  display: none !important;
}
.cms-weekend-offer .product-item {
  margin-bottom: 20px;
}
.cms-weekend-offer .old-price {
  display: block !important;
}
.cms-weekend-offer .price-final_price .old-price .price {
  margin-left: 0px !important;
}
.cms-weekend-offer .swatch-attribute-options {
  padding: 2px;
  height: 50px;
  overflow: hidden;
}
.cms-weekend-offer .product-item-details {
  position: relative;
}
.cms-weekend-offer .sale-tips-name {
  width: 35px;
  text-align: center;
  border: 1px solid #930031;
  border-radius: 3px;
  margin-right: 5px;
  color: #930031;
  font-size: 12px;
  font-weight: unset;
}
.cms-weekend-offer .discount-title {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 25px;
  background: #930031;
  color: #fff;
  position: absolute;
  bottom: 0;
  line-height: 25px;
  font-size: 11px;
  text-align: center;
}
.cms-weekend-offer .flash-sale {
  width: 35px;
  height: 35px;
  background: #930031;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  line-height: 35px;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cms-weekend-offer .page-main {
    width: 100% !important;
  }
  .cms-weekend-offer .block-products-list {
    width: 90vw;
    margin: 0 auto;
  }
  .cms-weekend-offer .sale-tips-name {
    height: 13px;
    line-height: 13px;
    margin-top: 3px;
    position: absolute;
  }
  .product-pages-m {
    display: none;
  }
  .cms-weekend-offer .block-title {
    font-size: 28px;
    color: #930031;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
  }
  .cms-weekend-offer .block-title strong {
    font-weight: bold;
    font-size: 28px;
  }
  .cms-weekend-offer .product-items {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .cms-weekend-offer .columns {
    padding: 0px !important;
  }
  .cms-weekend-offer .sale-tips-name {
    height: 13px;
    line-height: 13px;
    position: absolute;
    top: 3px;
    left: 0px;
  }
  .product-pages-pc {
    display: none;
  }
  .cms-weekend-offer .block-products-list {
    padding: 0 15px;
  }
  .cms-weekend-offer .block-title {
    font-size: 18px;
    color: #930031;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .cms-weekend-offer .block-title strong {
    font-weight: bold;
  }
}
