/**
 * 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*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
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 #d1d1d1;cursor:help}b,strong{font-weight:700}em,i{font-style:italic}mark{background:#f0f0f0;color:#000}small,.small{font-size:12px}hr{border:0;border-top:1px solid #d1d1d1;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:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;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:#1979c3;text-decoration:none}a:visited,.alink:visited{color:#1979c3;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:#f0f0f0;color:#111;padding:2px 4px;font-size:1.2rem;white-space:nowrap}kbd{background:#f0f0f0;color:#111;padding:2px 4px;font-size:1.2rem}pre{background:#f0f0f0;border:1px solid #d1d1d1;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 #d1d1d1;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:8px 10px}button,.cart.table-wrapper .actions-toolbar>.action,.action-gift{background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle}button:focus,button:active,.cart.table-wrapper .actions-toolbar>.action:focus,.cart.table-wrapper .actions-toolbar>.action:active,.action-gift:focus,.action-gift:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}button:hover,.cart.table-wrapper .actions-toolbar>.action:hover,.action-gift:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}button.disabled,button[disabled],fieldset[disabled] button,.cart.table-wrapper .actions-toolbar>.action.disabled,.cart.table-wrapper .actions-toolbar>.action[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action,.action-gift.disabled,.action-gift[disabled],fieldset[disabled] .action-gift{opacity:.5;cursor:default;pointer-events:none}button::-moz-focus-inner,.cart.table-wrapper .actions-toolbar>.action::-moz-focus-inner,.action-gift::-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:#c2c2c2}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:#c2c2c2}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:#c2c2c2}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;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:5px 10px 4px;vertical-align:baseline;width:100%;box-sizing:border-box}select:disabled{opacity:.5}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:#c2c2c2}textarea::-webkit-input-placeholder{color:#c2c2c2}textarea:-ms-input-placeholder{color:#c2c2c2}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{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 #68a8e0}.abs-reset-list,.bundle-options-container .block-bundle-summary .bundle.items,.product-items,.prices-tier,.cart-container .checkout-methods-items,.opc-wrapper .opc,.opc-progress-bar,.checkout-agreements-items,.items,.block-wishlist-management .wishlist-select-items,.paypal-review .items-qty,.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,.cart-container .checkout-methods-items>li,.opc-wrapper .opc>li,.opc-progress-bar>li,.checkout-agreements-items>li,.items>li,.block-wishlist-management .wishlist-select-items>li,.paypal-review .items-qty>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}.abs-action-link-button,.abs-action-addto-product,.block-event .slider-panel .slider .item .action.event,.bundle-options-container .block-bundle-summary .product-addto-links>.action,.product-info-main .action.tocompare,.product-options-bottom .action.tocompare,.product-info-main .action.towishlist,.product-options-bottom .action.towishlist,.block-bundle-summary .action.towishlist{background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;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,.abs-action-addto-product:focus,.abs-action-addto-product:active,.block-event .slider-panel .slider .item .action.event:focus,.block-event .slider-panel .slider .item .action.event:active,.bundle-options-container .block-bundle-summary .product-addto-links>.action:focus,.bundle-options-container .block-bundle-summary .product-addto-links>.action:active,.product-info-main .action.tocompare:focus,.product-info-main .action.tocompare:active,.product-options-bottom .action.tocompare:focus,.product-options-bottom .action.tocompare:active,.product-info-main .action.towishlist:focus,.product-info-main .action.towishlist:active,.product-options-bottom .action.towishlist:focus,.product-options-bottom .action.towishlist:active,.block-bundle-summary .action.towishlist:focus,.block-bundle-summary .action.towishlist:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-action-link-button:hover,.abs-action-addto-product:hover,.block-event .slider-panel .slider .item .action.event:hover,.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,.product-info-main .action.tocompare:hover,.product-options-bottom .action.tocompare:hover,.product-info-main .action.towishlist:hover,.product-options-bottom .action.towishlist:hover,.block-bundle-summary .action.towishlist:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.abs-action-link-button.disabled,.abs-action-link-button[disabled],fieldset[disabled] .abs-action-link-button,.abs-action-addto-product.disabled,.abs-action-addto-product[disabled],fieldset[disabled] .abs-action-addto-product,.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,.bundle-options-container .block-bundle-summary .product-addto-links>.action.disabled,.bundle-options-container .block-bundle-summary .product-addto-links>.action[disabled],fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links>.action,.product-info-main .action.tocompare.disabled,.product-info-main .action.tocompare[disabled],fieldset[disabled] .product-info-main .action.tocompare,.product-options-bottom .action.tocompare.disabled,.product-options-bottom .action.tocompare[disabled],fieldset[disabled] .product-options-bottom .action.tocompare,.product-info-main .action.towishlist.disabled,.product-info-main .action.towishlist[disabled],fieldset[disabled] .product-info-main .action.towishlist,.product-options-bottom .action.towishlist.disabled,.product-options-bottom .action.towishlist[disabled],fieldset[disabled] .product-options-bottom .action.towishlist,.block-bundle-summary .action.towishlist.disabled,.block-bundle-summary .action.towishlist[disabled],fieldset[disabled] .block-bundle-summary .action.towishlist{opacity:.5;cursor:default;pointer-events:none}.abs-action-link-button:hover,.abs-action-link-button:active,.abs-action-link-button:focus,.abs-action-addto-product:hover,.abs-action-addto-product:active,.abs-action-addto-product: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,.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,.bundle-options-container .block-bundle-summary .product-addto-links>.action:active,.bundle-options-container .block-bundle-summary .product-addto-links>.action:focus,.product-info-main .action.tocompare:hover,.product-info-main .action.tocompare:active,.product-info-main .action.tocompare:focus,.product-options-bottom .action.tocompare:hover,.product-options-bottom .action.tocompare:active,.product-options-bottom .action.tocompare:focus,.product-info-main .action.towishlist:hover,.product-info-main .action.towishlist:active,.product-info-main .action.towishlist:focus,.product-options-bottom .action.towishlist:hover,.product-options-bottom .action.towishlist:active,.product-options-bottom .action.towishlist:focus,.block-bundle-summary .action.towishlist:hover,.block-bundle-summary .action.towishlist:active,.block-bundle-summary .action.towishlist:focus{text-decoration:none}.abs-product-options-list dt,.cart.table-wrapper .item-options 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,.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,.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{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{font-size:1.8rem;border-bottom:1px solid #e8e8e8;margin-bottom:15px;padding-bottom:12px}.abs-login-block-title strong,.login-container .block .block-title strong{font-weight:500}.abs-block-title,.abs-account-blocks .block-title,.block-compare .block-title,.block-giftregistry-results .block-title,.block-giftregistry-shared-items .block-title,.block-wishlist-search-results .block-title,.block-reorder .block-title,.block-wishlist .block-title,.widget .block-title,.account .column.main .block:not(.widget) .block-title,.multicheckout .block-title,.paypal-review .block .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{margin-bottom:15px}.abs-block-title>strong,.abs-account-blocks .block-title>strong,.block-compare .block-title>strong,.block-giftregistry-results .block-title>strong,.block-giftregistry-shared-items .block-title>strong,.block-wishlist-search-results .block-title>strong,.block-reorder .block-title>strong,.block-wishlist .block-title>strong,.widget .block-title>strong,.account .column.main .block:not(.widget) .block-title>strong,.multicheckout .block-title>strong,.paypal-review .block .block-title>strong,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>strong,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>strong,.sales-guest-view .column.main .block:not(.widget) .block-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.abs-account-blocks .block-title>.action,.account .column.main .block:not(.widget) .block-title>.action,.multicheckout .block-title>.action,.paypal-review .block .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,.account .column.main .block:not(.widget) .box-title,.multicheckout .box-title,.paypal-review .block .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 5px}.abs-account-blocks .box-title>span,.account .column.main .block:not(.widget) .box-title>span,.multicheckout .box-title>span,.paypal-review .block .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-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}.abs-account-blocks .box-title>.action,.account .column.main .block:not(.widget) .box-title>.action,.multicheckout .box-title>.action,.paypal-review .block .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-account-blocks .block-content p:last-child,.account .column.main .block:not(.widget) .block-content p:last-child,.multicheckout .block-content p:last-child,.paypal-review .block .block-content p:last-child,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child{margin-bottom:0}.abs-account-blocks .block-content .box,.account .column.main .block:not(.widget) .block-content .box,.multicheckout .block-content .box,.paypal-review .block .block-content .box,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,.sales-guest-view .column.main .block:not(.widget) .block-content .box{margin-bottom:20px}.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:22px;line-height:22px;color:inherit;content:'\e607';font-family:'icons-blank-theme';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:22px;line-height:22px;color:inherit;content:'\e618';font-family:'icons-blank-theme';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-input-qty,.column .block-addbysku .qty .qty,.bundle-options-container .input-text.qty,.cart.table-wrapper .col.qty .input-text,.account .table-return-items .qty .input-text,.table-giftregistry-items .field.qty .qty,.block-giftregistry-shared-items .qty .qty,.table.grouped .control .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:47px}.abs-margin-for-blocks-and-widgets,.block,.sidebar .widget.block:not(:last-child),.sidebar .widget:not(:last-child),.block-banners,.block-banners-inline{margin-bottom:40px}.abs-remove-button-for-blocks,.sidebar .action.delete,.table-comparison .cell.remove .action.delete,.block-compare .action.delete,.filtered .item .action.remove{display:inline-block;text-decoration:none}.abs-remove-button-for-blocks>span,.sidebar .action.delete>span,.table-comparison .cell.remove .action.delete>span,.block-compare .action.delete>span,.filtered .item .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 .action.delete:before,.table-comparison .cell.remove .action.delete:before,.block-compare .action.delete:before,.filtered .item .action.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:15px;color:#303030;content:'\e616';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-remove-button-for-blocks:hover:before,.sidebar .action.delete:hover:before,.table-comparison .cell.remove .action.delete:hover:before,.block-compare .action.delete:hover:before,.filtered .item .action.remove:hover:before{color:#303030}.abs-remove-button-for-blocks:active:before,.sidebar .action.delete:active:before,.table-comparison .cell.remove .action.delete:active:before,.block-compare .action.delete:active:before,.filtered .item .action.remove:active:before{color:#303030}.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-reset-left-margin,.form.giftregistry.items .actions-toolbar,.form-new-agreement .actions-toolbar,.fieldset .review-legend.legend,.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{left:10px;margin-left:70%;position:absolute;top:31px;width:auto}.abs-add-fields .fieldset,.form-giftregistry-share .fieldset,.form-giftregistry-edit .fieldset,.form-add-invitations .fieldset,.form-create-return .fieldset,.form.send.friend .fieldset{margin-bottom:50px}.abs-add-fields .fieldset .field:not(.choice) .control,.form-giftregistry-share .fieldset .field:not(.choice) .control,.form-giftregistry-edit .fieldset .field:not(.choice) .control,.form-add-invitations .fieldset .field:not(.choice) .control,.form-create-return .fieldset .field:not(.choice) .control,.form.send.friend .fieldset .field:not(.choice) .control{width:70%}.abs-add-fields .fieldset .actions-toolbar:not(:first-child)>.secondary,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child)>.secondary,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child)>.secondary,.form-add-invitations .fieldset .actions-toolbar:not(:first-child)>.secondary,.form-create-return .fieldset .actions-toolbar:not(:first-child)>.secondary,.form.send.friend .fieldset .actions-toolbar:not(:first-child)>.secondary{float:left}.abs-add-fields .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form-add-invitations .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form-create-return .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form.send.friend .fieldset .actions-toolbar:not(:first-child)>.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 .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-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-hidden,.order-details-items .order-items .order-gift-message:not(.expanded-content){height:0;visibility:hidden}.abs-visually-hidden,.fieldset>.field.no-label>.label,.fieldset>.fields>.field.no-label>.label,.product-item-actions .actions-secondary>.action span,.table-comparison .cell.label.remove span,.table-comparison .cell.label.product span,.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.field>.label,.account .column.main .limiter>.label,.field.street .field .label,.account-nav .title,.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,.page-product-giftcard .fieldset.giftcard>.legend,.opc-wrapper .form-giftcard-account .field .label,.filter-options-content .filter-count-label,.block-wishlist-search-form .form-wishlist-search .fieldset>.legend,.page-multiple-wishlist .page-title-wrapper .page-title,.multicheckout .table-wrapper .col .label,.multicheckout .block .methods-shipping .item-content .fieldset>.legend,.block.newsletter .label,.block-reorder .product-item .label,.opc-wrapper .form-discount .field .label,.products-grid.wishlist .product-item .comment-box .label,.action.skip:not(:focus),.page-header .switcher .label,.page-footer .switcher .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-visually-hidden-reset,.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:not(:first-child):before,.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,.toolbar:before,.toolbar:after,.toolbar-products:before,.toolbar-products: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,.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,.fieldset .fullname .field:before,.fieldset .fullname .field:after,.page-product-downloadable .product-add-form:before,.page-product-downloadable .product-add-form:after,.gift-options:before,.gift-options: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:before,.opc-wrapper .data.table .gift-wrapping:after,.table-order-items .gift-wrapping:before,.table-order-items .gift-wrapping:after,.table-order-review .gift-wrapping:before,.table-order-review .gift-wrapping: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,.header.content:before,.header.content:after,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,.form-create-return .fieldset .actions-toolbar:not(:first-child):before,.form-create-return .fieldset .actions-toolbar:not(:first-child):after,.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,.form.send.friend .fieldset .actions-toolbar:not(:first-child):after{content:'';display:table}.abs-add-clearfix:after,.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,.toolbar:after,.toolbar-products:after,.sidebar .product-items-images:after,.cart.table-wrapper .actions-toolbar:after,.cart.table-wrapper .item-options:after,.minicart-items .product-item>.product: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,.fieldset .fullname .field:after,.page-product-downloadable .product-add-form:after,.gift-options: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:after,.table-order-items .gift-wrapping:after,.table-order-review .gift-wrapping: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,.header.content:after,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,.form-create-return .fieldset .actions-toolbar:not(:first-child):after,.form.send.friend .fieldset .actions-toolbar:not(:first-child):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,.bundle-options-container .block-bundle-summary,.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,.sidebar .block-addbysku .fieldset .fields .field.sku,.block-event .slider-panel .slider .item .action.show,.field.date .control,.field .control._with-tooltip{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:'icons-blank-theme';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,.abs-split-button .cart.table-wrapper .actions-toolbar>.action.action.split,.abs-split-button .action-gift.action.split{border-bottom-right-radius:0;border-top-right-radius:0}.abs-split-button button+.action.toggle,.abs-split-button .cart.table-wrapper .actions-toolbar>.action+.action.toggle,.abs-split-button .action-gift+.action.toggle{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0}.abs-split-button .action.toggle{padding:4px 5px;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:22px;color:inherit;content:'\e607';font-family:'icons-blank-theme';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:22px;color:inherit;content:'\e618';font-family:'icons-blank-theme';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-action-addto-product,.bundle-options-container .block-bundle-summary .product-addto-links>.action,.product-info-main .action.tocompare,.product-options-bottom .action.tocompare,.product-info-main .action.towishlist,.product-options-bottom .action.towishlist,.block-bundle-summary .action.towishlist{line-height:1.2rem;padding:5px 8px;font-size:1.1rem}.abs-actions-addto-gridlist,.product-item-actions .actions-secondary>.action,.table-comparison .wishlist.split.button>.action.split,.product-items .wishlist.split.button>.action.split,.product-items .action.towishlist,.products.list.items .action.towishlist,.table-comparison .action.towishlist{display:inline-block;text-decoration:none}.abs-actions-addto-gridlist>span,.product-item-actions .actions-secondary>.action>span,.table-comparison .wishlist.split.button>.action.split>span,.product-items .wishlist.split.button>.action.split>span,.product-items .action.towishlist>span,.products.list.items .action.towishlist>span,.table-comparison .action.towishlist>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-actions-addto-gridlist:before,.product-item-actions .actions-secondary>.action:before,.table-comparison .wishlist.split.button>.action.split:before,.product-items .wishlist.split.button>.action.split:before,.product-items .action.towishlist:before,.products.list.items .action.towishlist:before,.table-comparison .action.towishlist:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:29px;line-height:24px;color:#7d7d7d;font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-actions-addto-gridlist:hover:before,.product-item-actions .actions-secondary>.action:hover:before,.table-comparison .wishlist.split.button>.action.split:hover:before,.product-items .wishlist.split.button>.action.split:hover:before,.product-items .action.towishlist:hover:before,.products.list.items .action.towishlist:hover:before,.table-comparison .action.towishlist:hover:before{color:#333}.abs-button-l,#store-selector .form-continue .actions-toolbar .action.primary,.bundle-actions .action.primary,.bundle-options-container .block-bundle-summary .box-tocart .action.primary,.product-info-main .box-tocart .action.tocart,.product-options-bottom .box-tocart .action.tocart,.cart-container .checkout-methods-items .action.primary,.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,.multicheckout .action.primary{line-height:2.2rem;padding:14px 17px;font-size:1.8rem}.abs-action-button-as-link,.abs-action-remove,.cart.table-wrapper .action.help.map,.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,.cart-summary .block.giftcard .action.check,.gift-options .actions-toolbar .action-cancel,.table-comparison .wishlist.split.button>.action,.product-items .wishlist.split.button>.action,.paypal-button-widget .paypal-button,.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:1.42857143;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;border-radius:0;font-size:inherit;font-weight:400}.abs-action-button-as-link:visited,.abs-action-remove:visited,.cart.table-wrapper .action.help.map: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,.cart-summary .block.giftcard .action.check:visited,.gift-options .actions-toolbar .action-cancel:visited,.table-comparison .wishlist.split.button>.action:visited,.product-items .wishlist.split.button>.action:visited,.paypal-button-widget .paypal-button:visited,.abs-add-fields .action.remove: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:#1979c3;text-decoration:none}.abs-action-button-as-link:hover,.abs-action-remove:hover,.cart.table-wrapper .action.help.map: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,.cart-summary .block.giftcard .action.check:hover,.gift-options .actions-toolbar .action-cancel:hover,.table-comparison .wishlist.split.button>.action:hover,.product-items .wishlist.split.button>.action:hover,.paypal-button-widget .paypal-button:hover,.abs-add-fields .action.remove: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,.cart.table-wrapper .action.help.map: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,.cart-summary .block.giftcard .action.check:active,.gift-options .actions-toolbar .action-cancel:active,.table-comparison .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:active,.paypal-button-widget .paypal-button:active,.abs-add-fields .action.remove: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,.cart.table-wrapper .action.help.map:hover,.cart.table-wrapper .action.help.map:active,.cart.table-wrapper .action.help.map: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,.cart-summary .block.giftcard .action.check:hover,.cart-summary .block.giftcard .action.check:active,.cart-summary .block.giftcard .action.check:focus,.gift-options .actions-toolbar .action-cancel:hover,.gift-options .actions-toolbar .action-cancel:active,.gift-options .actions-toolbar .action-cancel:focus,.table-comparison .wishlist.split.button>.action:hover,.table-comparison .wishlist.split.button>.action:active,.table-comparison .wishlist.split.button>.action:focus,.product-items .wishlist.split.button>.action:hover,.product-items .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:focus,.paypal-button-widget .paypal-button:hover,.paypal-button-widget .paypal-button:active,.paypal-button-widget .paypal-button:focus,.abs-add-fields .action.remove:hover,.abs-add-fields .action.remove:active,.abs-add-fields .action.remove: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,.cart.table-wrapper .action.help.map.disabled,.cart.table-wrapper .action.help.map[disabled],fieldset[disabled] .cart.table-wrapper .action.help.map,.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,.cart-summary .block.giftcard .action.check.disabled,.cart-summary .block.giftcard .action.check[disabled],fieldset[disabled] .cart-summary .block.giftcard .action.check,.gift-options .actions-toolbar .action-cancel.disabled,.gift-options .actions-toolbar .action-cancel[disabled],fieldset[disabled] .gift-options .actions-toolbar .action-cancel,.table-comparison .wishlist.split.button>.action.disabled,.table-comparison .wishlist.split.button>.action[disabled],fieldset[disabled] .table-comparison .wishlist.split.button>.action,.product-items .wishlist.split.button>.action.disabled,.product-items .wishlist.split.button>.action[disabled],fieldset[disabled] .product-items .wishlist.split.button>.action,.paypal-button-widget .paypal-button.disabled,.paypal-button-widget .paypal-button[disabled],fieldset[disabled] .paypal-button-widget .paypal-button,.abs-add-fields .action.remove.disabled,.abs-add-fields .action.remove[disabled],fieldset[disabled] .abs-add-fields .action.remove,.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:#1979c3;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),.cart.table-wrapper .action.help.map:active,.cart.table-wrapper .action.help.map: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),.cart-summary .block.giftcard .action.check:active,.cart-summary .block.giftcard .action.check:not(:focus),.gift-options .actions-toolbar .action-cancel:active,.gift-options .actions-toolbar .action-cancel:not(:focus),.table-comparison .wishlist.split.button>.action:active,.table-comparison .wishlist.split.button>.action:not(:focus),.product-items .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:not(:focus),.paypal-button-widget .paypal-button:active,.paypal-button-widget .paypal-button:not(:focus),.abs-add-fields .action.remove:active,.abs-add-fields .action.remove: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,.block-compare .action.compare,.cart-summary .actions-toolbar>.primary button,.cart-summary .form.giftregistry .fieldset .action.primary,.paypal-review .block .actions-toolbar .action.primary,.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action,.cart-summary .actions-toolbar>.primary .action-gift{background:#f2f2f2;border:1px solid #cdcdcd;color:#333}.abs-revert-secondary-color:focus,.abs-revert-secondary-color:active,.block-compare .action.compare:focus,.block-compare .action.compare:active,.cart-summary .actions-toolbar>.primary button:focus,.cart-summary .actions-toolbar>.primary button:active,.cart-summary .form.giftregistry .fieldset .action.primary:focus,.cart-summary .form.giftregistry .fieldset .action.primary:active,.paypal-review .block .actions-toolbar .action.primary:focus,.paypal-review .block .actions-toolbar .action.primary:active,.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:focus,.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:active,.cart-summary .actions-toolbar>.primary .action-gift:focus,.cart-summary .actions-toolbar>.primary .action-gift:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-revert-secondary-color:hover,.block-compare .action.compare:hover,.cart-summary .actions-toolbar>.primary button:hover,.cart-summary .form.giftregistry .fieldset .action.primary:hover,.paypal-review .block .actions-toolbar .action.primary:hover,.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:hover,.cart-summary .actions-toolbar>.primary .action-gift:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.abs-revert-secondary-size,.cart-summary .form.giftregistry .fieldset .action.primary{font-size:1.4rem;line-height:1.6rem;padding:7px 15px}.abs-box-tocart,.bundle-actions{margin:10px 0}.abs-adjustment-incl-excl-tax .price-including-tax,.abs-adjustment-incl-excl-tax .price-excluding-tax,.abs-adjustment-incl-excl-tax .weee,.bundle-options-container .price-notice .price-including-tax,.bundle-options-container .price-notice .price-excluding-tax,.bundle-options-container .price-notice .weee,.product-options-wrapper .field .price-notice .price-including-tax,.product-options-wrapper .field .price-notice .price-excluding-tax,.product-options-wrapper .field .price-notice .weee,.cart-summary .price-including-tax,.cart-summary .price-excluding-tax,.cart-summary .weee,.gift-summary .price-including-tax,.gift-summary .price-excluding-tax,.gift-summary .weee,.gift-options .price-including-tax,.gift-options .price-excluding-tax,.gift-options .weee{font-size:1.4rem;display:inline-block;white-space:nowrap}.abs-adjustment-incl-excl-tax .price-including-tax+.price-excluding-tax,.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax,.product-options-wrapper .field .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{display:inline-block;font-size:1.1rem}.abs-adjustment-incl-excl-tax .price-including-tax+.price-excluding-tax:before,.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax:before,.product-options-wrapper .field .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 .price-notice .price-including-tax+.price-excluding-tax:after,.product-options-wrapper .field .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{cursor:pointer;padding-right:12px;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{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:10px;color:inherit;content:'\e622';font-family:'icons-blank-theme';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{position:absolute;right:-10px;top:3px}.abs-tax-total-expanded:after{content:'\e621'}.abs-tax-total-expanded:after,.price-including-tax .cart-tax-total-expanded:after,.price-excluding-tax .cart-tax-total-expanded:after{content:'\e621'}.abs-methods-shipping-title{font-size:1.4rem;font-weight:700;margin:0 0 15px}.abs-account-title,.form-giftregistry-search .legend,.block-wishlist-search-form .block-title,.multicheckout .block-title,.multicheckout .block-content .title{border-bottom:1px solid #d1d1d1;margin-bottom:25px;padding-bottom:10px}.abs-account-title>strong,.abs-account-title>span,.form-giftregistry-search .legend>strong,.form-giftregistry-search .legend>span,.block-wishlist-search-form .block-title>strong,.block-wishlist-search-form .block-title>span,.multicheckout .block-title>strong,.multicheckout .block-title>span,.multicheckout .block-content .title>strong,.multicheckout .block-content .title>span{font-size:2.2rem;font-weight:300}.abs-rating-summary .rating-summary,.review-ratings .rating-summary{display:table-row}.abs-rating-summary .rating-label,.review-ratings .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{display:table-cell;vertical-align:top}.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:'icons-blank-theme';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,.sidebar-main .block-reorder .subtitle,.sidebar-additional .block-reorder .subtitle,.no-display,.cart-totals .table-caption,.opc-block-summary .table-totals .table-caption{display:none}.abs-status,.return-status,.order-status{display:inline-block;margin-bottom:20px}.abs-block-items-counter,.block-compare .counter,.block-wishlist .counter{color:#7d7d7d;font-size:1.2rem;white-space:nowrap}.abs-shopping-cart-items .action.continue,.block-cart-failed .action.continue,.cart-container .form-cart .action.continue{border-radius:3px;background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0;padding:7px 15px 7px 0;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;display:inline-block;text-decoration:none}.abs-shopping-cart-items .action.continue:hover,.abs-shopping-cart-items .action.continue:active,.abs-shopping-cart-items .action.continue:focus,.block-cart-failed .action.continue:hover,.block-cart-failed .action.continue:active,.block-cart-failed .action.continue:focus,.cart-container .form-cart .action.continue:hover,.cart-container .form-cart .action.continue:active,.cart-container .form-cart .action.continue:focus{text-decoration:none}.abs-shopping-cart-items .action.continue:before,.block-cart-failed .action.continue:before,.cart-container .form-cart .action.continue:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e617';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-shopping-cart-items .action.continue:hover:before,.block-cart-failed .action.continue:hover:before,.cart-container .form-cart .action.continue:hover:before{color:inherit}.abs-shopping-cart-items .action.continue:active:before,.block-cart-failed .action.continue:active:before,.cart-container .form-cart .action.continue:active:before{color:inherit}.abs-shopping-cart-items .action.continue:focus,.abs-shopping-cart-items .action.continue:active,.block-cart-failed .action.continue:focus,.block-cart-failed .action.continue:active,.cart-container .form-cart .action.continue:focus,.cart-container .form-cart .action.continue:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-shopping-cart-items .action.continue:hover,.block-cart-failed .action.continue:hover,.cart-container .form-cart .action.continue:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.abs-shopping-cart-items .action.continue.disabled,.abs-shopping-cart-items .action.continue[disabled],fieldset[disabled] .abs-shopping-cart-items .action.continue,.block-cart-failed .action.continue.disabled,.block-cart-failed .action.continue[disabled],fieldset[disabled] .block-cart-failed .action.continue,.cart-container .form-cart .action.continue.disabled,.cart-container .form-cart .action.continue[disabled],fieldset[disabled] .cart-container .form-cart .action.continue{opacity:.5;cursor:default;pointer-events:none}.abs-shopping-cart-items .action.continue:active,.block-cart-failed .action.continue:active,.cart-container .form-cart .action.continue:active{box-shadow:inset 0 2px 1px rgba(0,0,0,0.12)}.abs-shopping-cart-items .action.update,.block-cart-failed .action.update,.cart-container .form-cart .action.update{display:inline-block;text-decoration:none;padding-left:5px}.abs-shopping-cart-items .action.update:before,.block-cart-failed .action.update:before,.cart-container .form-cart .action.update:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e603';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-shopping-cart-items .action.update:hover:before,.block-cart-failed .action.update:hover:before,.cart-container .form-cart .action.update:hover:before{color:inherit}.abs-shopping-cart-items .action.update:active:before,.block-cart-failed .action.update:active:before,.cart-container .form-cart .action.update:active:before{color:inherit}.abs-field-date .control,.field.date .control{position:relative}.abs-field-date-input,.abs-field-date input,.form-giftregistry-search .fields-specific-options .datetime-picker,.field.date input{margin-right:10px;width:calc(100% - 50px)}.abs-field-tooltip,.field .control._with-tooltip{position:relative}.abs-field-tooltip input,.field .control._with-tooltip input{margin-right:10px;width:calc(100% - 39px)}.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:#999}.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{border-bottom:1px solid #ccc;padding-bottom:10px;color:#333;font-weight:300;font-size:2.6rem}.abs-sidebar-totals .mark,.cart-totals .mark,.opc-block-summary .table-totals .mark{font-weight:400;padding-left:4px}.abs-sidebar-totals .mark strong,.cart-totals .mark strong,.opc-block-summary .table-totals .mark strong{font-weight:400}.abs-sidebar-totals .amount,.cart-totals .amount,.opc-block-summary .table-totals .amount{padding-right:4px;text-align:right;white-space:nowrap}.abs-sidebar-totals .amount strong,.cart-totals .amount strong,.opc-block-summary .table-totals .amount strong{font-weight:400}.abs-sidebar-totals .grand .mark,.abs-sidebar-totals .grand .amount,.cart-totals .grand .mark,.cart-totals .grand .amount,.opc-block-summary .table-totals .grand .mark,.opc-block-summary .table-totals .grand .amount{padding-top:20px}.abs-sidebar-totals .grand .amount,.cart-totals .grand .amount,.opc-block-summary .table-totals .grand .amount{padding-right:4px;text-align:right}.abs-sidebar-totals .grand .amount strong,.cart-totals .grand .amount strong,.opc-block-summary .table-totals .grand .amount strong{font-weight:700}.abs-sidebar-totals .msrp,.cart-totals .msrp,.opc-block-summary .table-totals .msrp{margin-bottom:10px}.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-top:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;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{display:block;text-decoration:none;padding-right:25px;position:relative}.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:30px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';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:-5px;top:-12px}.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 #d1d1d1;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-discount-block>.title,.cart-summary .block>.title,.paypal-review-discount .block>.title{border-top:1px solid #d1d1d1;cursor:pointer;font-weight:600;display:block;text-decoration:none;margin-bottom:0;overflow:hidden;padding:7px 30px 7px 5px;position:relative}.abs-discount-block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:30px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-discount-block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after{position:absolute;right:-5px;top:-5px}.column.main .abs-discount-block>.title strong,.column.main .cart-summary .block>.title strong,.column.main .paypal-review-discount .block>.title strong{font-size:1.8rem;font-weight:400}.abs-discount-block>.content,.cart-summary .block>.content,.paypal-review-discount .block>.content{display:none}.abs-discount-block.active>.title:after,.cart-summary .block.active>.title:after,.paypal-review-discount .block.active>.title:after{content:'\e621'}.abs-discount-block.active>.content,.cart-summary .block.active>.content,.paypal-review-discount .block.active>.content{display:block}@font-face{font-family:'Open Sans';src:url('../../frontend/Rockher/Winter/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'),url('../../frontend/Rockher/Winter/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/Rockher/Winter/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'),url('../../frontend/Rockher/Winter/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/Rockher/Winter/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'),url('../../frontend/Rockher/Winter/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/Rockher/Winter/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'),url('../../frontend/Rockher/Winter/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:not(.cart):not(.totals){border:none}.table:not(.cart):not(.totals)>thead>tr>th,.table:not(.cart):not(.totals)>tbody>tr>th,.table:not(.cart):not(.totals)>tfoot>tr>th,.table:not(.cart):not(.totals)>thead>tr>td,.table:not(.cart):not(.totals)>tbody>tr>td,.table:not(.cart):not(.totals)>tfoot>tr>td{border:none}.table:not(.cart):not(.totals)>thead>tr>th,.table:not(.cart):not(.totals)>thead>tr>td{border-bottom:1px solid #d1d1d1}.table:not(.cart):not(.totals) tfoot>tr:first-child th,.table:not(.cart):not(.totals) tfoot>tr:first-child td{border-top:1px solid #d1d1d1;padding-top:20px}.table:not(.cart):not(.totals) tfoot .mark{font-weight:400;text-align:right}.message.info{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;position:relative}.message.info a{color:#1979c3}.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:28px;line-height:28px;color:#c07600;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.error{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fae5e5;color:#e02b27;padding-left:40px;position:relative}.message.error a{color:#1979c3}.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:28px;line-height:28px;color:#b30000;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.warning{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;position:relative}.message.warning a{color:#1979c3}.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:28px;line-height:28px;color:#c07600;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.notice{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;position:relative}.message.notice a{color:#1979c3}.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:28px;line-height:28px;color:#c07600;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.success{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#e5efe5;color:#006400;padding-left:40px;position:relative}.message.success a{color:#1979c3}.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:28px;line-height:28px;color:#006400;content:'\e610';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.panel.header .links,.panel.header .switcher{display:none}.nav-sections{background:#f5f5f5}.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:#8f8f8f;content:'\e609';font-family:'icons-blank-theme';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.5);z-index:9999;bottom:0;left:0;position:fixed;right:0;top:0;position:absolute}.load.indicator:before{background:transparent url('../../frontend/Rockher/Winter/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 25px;padding:0;box-sizing:border-box;float:left;line-height:1.2;font-size:2rem}.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 5px;display:inline-block}.fieldset>.field:last-child,.fieldset>.fields>.field:last-child{margin-bottom:0}.fieldset>.field>.label,.fieldset>.fields>.field>.label{font-weight:700}.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:#c2c2c2}.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:#c2c2c2}.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:#c2c2c2}.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:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.fieldset>.field.choice .label,.fieldset>.fields>.field.choice .label{display:inline;font-weight:normal}.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}.fieldset>.field input[type=file],.fieldset>.fields>.field input[type=file]{margin:5px 0}.legend+.fieldset,.legend+div{clear:both}.legend strong{margin-left: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}.field-error,div.mage-error{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;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:40px;line-height:40px;color:#7d7d7d;content:'\e612';font-family:'icons-blank-theme';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:'icons-blank-theme';src:url('../../frontend/Rockher/Winter/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'),url('../../frontend/Rockher/Winter/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');font-weight:normal;font-style:normal;font-display:block}button,a.action.primary,.cart.table-wrapper .actions-toolbar>.action,.action-gift{border-radius:3px}button:active,.cart.table-wrapper .actions-toolbar>.action:active,.action-gift:active{box-shadow:inset 0 2px 1px rgba(0,0,0,0.12)}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:700;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;margin-bottom:20px}.product.data.items>.item.title{box-sizing:border-box;float:none;width:100%}.product.data.items>.item.title>.switch{display:block}.product.data.items>.item.content{box-sizing:border-box;display:block;float:none;margin:0}.product.data.items>.item.content:before,.product.data.items>.item.content:after{content:'';display:table}.product.data.items>.item.content:after{clear:both}.product.data.items>.item.content.active{display:block}.product.data.items>.item.title{margin:0 0 5px}.product.data.items>.item.title>.switch{background:#f0f0f0;border-bottom:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-top:1px solid #d1d1d1;height:40px;padding:5px 20px 5px 20px;font-weight:600;line-height:40px;font-size:1.8rem;color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:visited{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#333;text-decoration:none}.product.data.items>.item.title:not(.disabled)>.switch:focus,.product.data.items>.item.title:not(.disabled)>.switch:hover{background:#fcfcfc}.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{background:#fff;color:#333;text-decoration:none;padding-bottom:5px}.product.data.items>.item.content{background:#fff;border:1px solid #d1d1d1;margin:0 0 5px;padding:20px 20px 20px 20px}.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:700}.pages .item{font-size:1.2rem;line-height:3.2rem;letter-spacing:normal;margin:0 2px 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:#1979c3;display:inline-block;padding:0 4px;text-decoration:none}.pages a.page:visited{color:#1979c3}.pages a.page:hover{color:#006bb4;text-decoration:none}.pages a.page:active{color:#ff5501}.pages strong.page{font-size:1.2rem;line-height:3.2rem;letter-spacing:normal;color:#333;display:inline-block;font-weight:700;padding:0 4px}.pages .action{border:1px solid #d1d1d1;color:#7d7d7d;display:inline-block;padding:0;text-decoration:none}.pages .action:visited{color:#7d7d7d}.pages .action:hover{color:#7d7d7d;text-decoration:none}.pages .action:active{color:#7d7d7d}.pages .action.next{display:inline-block;text-decoration:none}.pages .action.next:visited:before{color:#7d7d7d}.pages .action.next:active:before{color:#7d7d7d}.pages .action.next>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages .action.next:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:46px;line-height:inherit;color:#7d7d7d;content:'\e608';font-family:'icons-blank-theme';margin:0 0 0 -6px;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:46px;line-height:inherit;color:#7d7d7d;content:'\e617';font-family:'icons-blank-theme';margin:0 0 0 -6px;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{width:34px}.pages .action.previous{margin-right:12px}.pages .action.next{margin-left:12px}.actions-toolbar>.primary,.actions-toolbar>.secondary{text-align:center;margin-bottom:10px}.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 20px}.breadcrumbs .items{font-size:1.2rem;color:#a3a3a3;margin:0;padding:0;list-style:none none}.breadcrumbs .items>li{display:inline-block;vertical-align:top}.breadcrumbs .item{margin:0}.breadcrumbs a{color:#333;text-decoration:none}.breadcrumbs a:visited{color:#333;text-decoration:none}.breadcrumbs a:hover{color:#333;text-decoration:underline}.breadcrumbs a:active{color:#333;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:24px;line-height:18px;content:'\e608';font-family:'icons-blank-theme';margin:0;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:22px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';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:inherit}.ui-dialog.popup .action.close:active:before{color:inherit}.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-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:32px;line-height:32px;color:#8f8f8f;content:'\e616';font-family:'icons-blank-theme';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:25px}.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:10px}.modal-slide .action-close{padding:1.1rem 2rem}.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/Rockher/Winter/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/Rockher/Winter/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');src:url('../../frontend/Rockher/Winter/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'),url('../../frontend/Rockher/Winter/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'),url('../../frontend/Rockher/Winter/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,.slick-dots li .cart.table-wrapper .actions-toolbar>.action,.slick-dots li .action-gift{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,.slick-dots li .cart.table-wrapper .actions-toolbar>.action:hover,.slick-dots li .action-gift:hover{border:1px solid #b3b3b3}.slick-dots li button:active,.slick-dots li button:focus,.slick-dots li button:not(.primary),.slick-dots li .cart.table-wrapper .actions-toolbar>.action:active,.slick-dots li .cart.table-wrapper .actions-toolbar>.action:focus,.slick-dots li .cart.table-wrapper .actions-toolbar>.action:not(.primary),.slick-dots li .action-gift:active,.slick-dots li .action-gift:focus,.slick-dots li .action-gift:not(.primary){box-shadow:none}.slick-dots li.slick-active button,.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar>.action,.slick-dots li.slick-active .action-gift{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,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link,.action-gift.pagebuilder-button-link{line-height:2.2rem;font-size:1.8rem;line-height:1.42857143;margin:0 10px 10px 0;padding:14px 17px;color:#1979c3;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,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:visited,.action-gift.pagebuilder-button-link:visited{color:#1979c3;text-decoration:none}a.pagebuilder-button-link:hover,button.pagebuilder-button-link:hover,div.pagebuilder-button-link:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:hover,.action-gift.pagebuilder-button-link:hover{color:#006bb4;text-decoration:underline}a.pagebuilder-button-link:active,button.pagebuilder-button-link:active,div.pagebuilder-button-link:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:active,.action-gift.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,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:focus,.action-gift.pagebuilder-button-link:hover,.action-gift.pagebuilder-button-link:active,.action-gift.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,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link.disabled,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link,.action-gift.pagebuilder-button-link.disabled,.action-gift.pagebuilder-button-link[disabled],fieldset[disabled] .action-gift.pagebuilder-button-link{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}a.pagebuilder-button-primary,button.pagebuilder-button-primary,div.pagebuilder-button-primary,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary,.action-gift.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:700;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,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:focus,.action-gift.pagebuilder-button-primary:hover,.action-gift.pagebuilder-button-primary:active,.action-gift.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,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:active,.action-gift.pagebuilder-button-primary:focus,.action-gift.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,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:hover,.action-gift.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,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary.disabled,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary,.action-gift.pagebuilder-button-primary.disabled,.action-gift.pagebuilder-button-primary[disabled],fieldset[disabled] .action-gift.pagebuilder-button-primary{opacity:.5;cursor:default;pointer-events:none}a.pagebuilder-button-secondary,button.pagebuilder-button-secondary,div.pagebuilder-button-secondary,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary,.action-gift.pagebuilder-button-secondary{text-decoration:none;background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;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,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:focus,.action-gift.pagebuilder-button-secondary:hover,.action-gift.pagebuilder-button-secondary:active,.action-gift.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,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:active,.action-gift.pagebuilder-button-secondary:focus,.action-gift.pagebuilder-button-secondary:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}a.pagebuilder-button-secondary:hover,button.pagebuilder-button-secondary:hover,div.pagebuilder-button-secondary:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:hover,.action-gift.pagebuilder-button-secondary:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}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,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary.disabled,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary,.action-gift.pagebuilder-button-secondary.disabled,.action-gift.pagebuilder-button-secondary[disabled],fieldset[disabled] .action-gift.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%}div[data-content-type='slider'] 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 0 5px}.pagebuilder-accordion>.item.title>.switch{background:#f0f0f0;border-bottom:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-top:1px solid #d1d1d1;height:40px;padding:5px 20px 5px 20px;font-weight:600;line-height:40px;font-size:1.8rem;color:#7d7d7d;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:visited{color:#7d7d7d;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:hover{color:#7d7d7d;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:active{color:#333;text-decoration:none}.pagebuilder-accordion>.item.title:not(.disabled)>.switch:focus,.pagebuilder-accordion>.item.title:not(.disabled)>.switch:hover{background:#fcfcfc}.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{background:#fff;color:#333;text-decoration:none;padding-bottom:5px}.pagebuilder-accordion>.item.content{background:#fff;border:1px solid #d1d1d1;margin:0 0 5px;padding:20px 20px 20px 20px}.form-discount .g-recaptcha{margin-top:50px !important}.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}.product-item-actions .actions-secondary>.action.removefromwish:before{content:'\e616'}.gwishlist-index-index.page-products .columns{padding-top:0}@-webkit-keyframes bss-click-wave{0%{width:15px;height:15px;opacity:0.35;position:relative}100%{width:250px;height:250px;margin-left:-120px;margin-top:-120px;opacity:0.0}}@-moz-keyframes bss-click-wave{0%{width:15px;height:15px;opacity:0.35;position:relative}100%{width:250px;height:250px;margin-left:-120px;margin-top:-120px;opacity:0.0}}@-o-keyframes bss-click-wave{0%{width:15px;height:15px;opacity:0.35;position:relative}100%{width:250px;height:250px;margin-left:-120px;margin-top:-120px;opacity:0.0}}@keyframes bss-click-wave{0%{width:15px;height:15px;opacity:0.35;position:relative}100%{width:250px;height:250px;margin-left:-120px;margin-top:-120px;opacity:0.0}}.bss-onestepcheckout input[type="radio"]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;border-radius:50%;width:15px;height:15px;background:#cbd1d8;cursor:pointer}.bss-onestepcheckout input[type="radio"]:checked{background:#1979c3}.bss-onestepcheckout input[type="radio"]:checked::after{-webkit-animation:bss-click-wave .65s;-moz-animation:bss-click-wave .65s;animation:bss-click-wave .65s;background:#1979c3;content:'';display:block;position:relative;z-index:100}.bss-onestepcheckout input[type="radio"]::after{border-radius:50%}.bss-onestepcheckout .step-title:before{background-color:#1979c3;display:inline-block;width:35px;height:35px;border-radius:50%;vertical-align:middle;text-align:center;line-height:35px;color:#fff;font-size:15px;font-weight:700;margin-right:10px}.bss-onestepcheckout .opc-wrapper{width:100%;padding-right:0}.bss-onestepcheckout .opc-wrapper #shipping{float:left;box-sizing:border-box;-moz-box-shadow:0 1px 2px rgba(0,0,0,0.24);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.24);box-shadow:0 1px 2px rgba(0,0,0,0.24);transition:all .2s ease-in-out;padding:15px;width:48%}.bss-onestepcheckout .opc-wrapper #shipping .step-title::before{content:'1'}.bss-onestepcheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item{width:100%}.bss-onestepcheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item::before{width:0}.bss-onestepcheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item:hover{border-color:#ff5501;background-color:#f5f5f5}.bss-onestepcheckout .opc-wrapper #shipping #checkout-step-shipping .not-selected-item{cursor:pointer}.bss-onestepcheckout .opc-wrapper #shipping:hover{-moz-box-shadow:0 0 20px 5px #b0b2ab;-webkit-box-shadow:0 0 20px 5px #b0b2ab;box-shadow:0 0 20px 5px #b0b2ab}.bss-onestepcheckout .opc-wrapper #shipping .label{margin:0 0 8px;display:inline-block}.bss-onestepcheckout .opc-wrapper #opc-shipping_method{float:right;margin-left:4%;box-sizing:border-box;-moz-box-shadow:0 1px 2px rgba(0,0,0,0.24);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.24);box-shadow:0 1px 2px rgba(0,0,0,0.24);transition:all .2s ease-in-out;padding:15px;width:48%}.bss-onestepcheckout .opc-wrapper #opc-shipping_method:hover{-moz-box-shadow:0 0 20px 5px #b0b2ab;-webkit-box-shadow:0 0 20px 5px #b0b2ab;box-shadow:0 0 20px 5px #b0b2ab}.bss-onestepcheckout .opc-wrapper #opc-shipping_method div[name$=".bss_osc_delivery_date"]{margin:28px 0 20px}.bss-onestepcheckout .opc-wrapper #opc-shipping_method div[name$=".bss_osc_delivery_date"] .label{margin:0 0 8px;display:inline-block}.bss-onestepcheckout .opc-wrapper #opc-shipping_method div[name$=".bss_osc_delivery_comment"]{margin-bottom:20px}.bss-onestepcheckout .opc-wrapper #opc-shipping_method div[name$=".bss_osc_delivery_comment"] .label{margin:0 0 8px;display:inline-block}.bss-onestepcheckout .opc-wrapper #opc-shipping_method .step-title:before{content:'2'}.bss-onestepcheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method{margin-bottom:0}.bss-onestepcheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method{width:100%;min-width:290px}.bss-onestepcheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #shipping-method-buttons-container{display:none}.bss-onestepcheckout .opc-wrapper #payment{float:right;margin-top:25px;box-sizing:border-box;-moz-box-shadow:0 1px 2px rgba(0,0,0,0.24);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.24);box-shadow:0 1px 2px rgba(0,0,0,0.24);transition:all .2s ease-in-out;padding:15px;width:48%}.bss-onestepcheckout .opc-wrapper #payment:hover{-moz-box-shadow:0 0 20px 5px #b0b2ab;-webkit-box-shadow:0 0 20px 5px #b0b2ab;box-shadow:0 0 20px 5px #b0b2ab}.bss-onestepcheckout .opc-wrapper #payment input[type="radio"]{position:relative;top:3px}.bss-onestepcheckout .opc-wrapper #payment #co-payment-form .step-title{border-bottom:1px solid #ccc}.bss-onestepcheckout .opc-wrapper #payment #co-payment-form .step-title:before{content:'3'}.bss-onestepcheckout .opc-wrapper #payment #co-payment-form .bss-delivery{margin-top:20px}.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods{margin:auto}.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group:not(:first-child) .step-title{font-size:18px;font-weight:unset}.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .checkout-billing-address{margin-top:30px}.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .checkout-billing-address .actions-toolbar{margin-top:30px}.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title{padding:15px 0}.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content{padding:0}.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content .action.primary,.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content .box-tocart .action.instant-purchase,.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content .multicheckout .action.primary{display:none}.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar{margin-bottom:5px}.bss-onestepcheckout .opc-wrapper .payment-virtual{margin-top:0 !important;width:100% !important}.bss-onestepcheckout .opc-wrapper .payment-virtual #checkout-payment-method-load .payment-methods .step-title:before{display:none}.bss-onestepcheckout #opc-sidebar{float:right;width:100%;margin-top:30px}.bss-onestepcheckout #opc-sidebar .label{margin:0 0 8px;display:inline-block}.bss-onestepcheckout #opc-sidebar>.field{margin:10px 0}.bss-onestepcheckout #opc-sidebar .opc-block-summary>.title:before{content:'\2713';background-color:#1979c3;display:inline-block;width:35px;height:35px;border-radius:50%;vertical-align:middle;text-align:center;line-height:35px;color:#fff;font-size:15px;font-weight:700;margin-right:10px}.bss-onestepcheckout #opc-sidebar .opc-block-summary .product-item-details input.qty{max-width:45px;text-align:center}.bss-onestepcheckout #opc-sidebar .discount-code{margin:15px 0}.bss-onestepcheckout #opc-sidebar .discount-code #discount-form{width:60%;margin:auto}.bss-onestepcheckout #opc-sidebar .discount-code #discount-form .payment-option-inner{width:58%;display:inline-block}.bss-onestepcheckout #opc-sidebar .discount-code #discount-form .actions-toolbar{float:right}.bss-onestepcheckout #opc-sidebar .discount-code #discount-form .actions-toolbar .action{margin:0}.bss-onestepcheckout #opc-sidebar .actions-toolbar>.primary{width:100%}.bss-onestepcheckout #opc-sidebar .actions-toolbar>.primary>.btn-placeorder{line-height:2.2rem;padding:14px 17px;font-size:1.8rem;margin:0;width:100%}.bss-onestepcheckout #opc-sidebar .actions-toolbar .secondary{display:block}.bss-onestepcheckout .ui_tpicker_hour_slider,.bss-onestepcheckout .ui_tpicker_minute_slider{width:100% !important}.bss-onestepcheckout span.qty-button{display:inline-block;text-align:center;vertical-align:middle}.bss-onestepcheckout span.increase,.bss-onestepcheckout span.decrease{position:relative;display:block;width:14px;height:14px;cursor:pointer}.bss-onestepcheckout span.increase:before,.bss-onestepcheckout span.decrease:before{content:"";width:0;height:0;position:absolute;border:7px solid transparent}.bss-onestepcheckout span.increase{margin-bottom:4px}.bss-onestepcheckout span.increase:before{border-bottom:7px solid #000}.bss-onestepcheckout span.decrease{margin-top:4px}.bss-onestepcheckout span.decrease:before{border-top:7px solid #000}.bss-onestepcheckout .error-message{color:#e02b27;display:block}.bss-onestepcheckout #paypay-in-context-button.disable{opacity:0.5;cursor:default;pointer-events:none}.bss-onestepcheckout #paypay-in-context-validate-error{color:#e02b27}#social-login-popup .block-container{padding:0 5% 10px;max-width:100%;display:none}#social-login-popup .block-container .block{padding:20px 25px;margin:0}#social-login-popup .block-container.active{display:block !important}#social-login-popup .social-login-title{padding:10px;background-color:#39c}#social-login-popup .fieldset{margin:0 0 10px;min-width:-webkit-min-content}.ajax-loading-sc{width:100%;height:100%;position:absolute;opacity:.6;background:url(../../frontend/Rockher/Winter/en_US/images/ajax-loader.gif) center center no-repeat #fbfaf6}.popup-mess-social{width:90%;padding:10px 5%}.popup-mess-social .mesg-success{color:#3c763d;background:#dff0d8;border:1px solid;padding:10px;border-radius:4px;display:none}.popup-mess-social .mesg-error{color:#a94442;background:#f2dede;border:1px solid;padding:10px;border-radius:4px;display:none}.social-btn button,.social-btn .cart.table-wrapper .actions-toolbar>.action,.social-btn .action-gift{height:33px;border:none}.tab-social .nav-tabs{border-bottom:1px solid #ddd}.tab-social .nav-tabs>li{float:left;margin-bottom:-1px}.tab-social .nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.tab-social .nav-tabs>li.active>a{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.tab-social .nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.tab-social .nav-tabs>li.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.tab-social .nav{margin-bottom:0;padding-left:0;list-style:none}.tab-social .nav>li{position:relative;display:block}.tab-social .nav>li>a{position:relative;display:block;padding:10px 15px}.tab-social .nav:after{content:'';display:block;clear:both}a.social-login.fogot-pw{line-height:32px}.social-login-popup .sociallogin-login{margin:auto}.social-login-popup .sociallogin-border{height:1px;width:100%;background:#e5e2e2;padding:0;position:relative;margin:0 0 10px 0}.social-login-popup #social-form-create ul li .sociallogin-button-text{text-transform:capitalize}form#social-form-login{padding-bottom:20px}.sociallogin-welcome-msg{height:22px;line-height:22px;float:none;display:inline-block;margin:0 0 5px}.sociallogin-welcome-msg:after{clear:both;content:""}.sociallogin-welcome-msg img{height:25px;display:inline-block;padding:0 5px 0 0;float:left}.page-header .sociallogin-block{padding:30px 20px;max-width:1280px;margin:auto;width:auto;box-sizing:border-box;clear:both}.sociallogin-block{width:100%;margin:0 0 20px}.sociallogin-block .sociallogin-buttons ul li{display:block;line-height:normal;list-style:none !important;padding:0 !important;background:0 0 !important;height:35px;margin:0 3px 7px 0;position:relative}.sociallogin-block .sociallogin-buttons ul li .sociallogin-button-icon{background-size:236px 340px;-webkit-background-size:236px 340px;-moz-background-size:236px 340px;background:url(../../frontend/Rockher/Winter/en_US/images/social.png);display:block;float:left;width:35px;height:35px;margin:0;padding:0;box-sizing:border-box}.sociallogin-block .sociallogin-buttons ul li .sociallogin-button-icon img{width:100%}.sociallogin-block .sociallogin-buttons ul li a{width:100% !important}.sociallogin-block .sociallogin-buttons ul li:hover{opacity:.9;filter:alpha(opacity=90)}.sociallogin-block .sociallogin-buttons ul li span.sociallogin-button-auto{background-color:#39c;display:inline-block}.sociallogin-block .sociallogin-buttons ul li.facebook span.sociallogin-button-auto{background-color:#1e4389}.sociallogin-block .sociallogin-buttons ul li.facebook .sociallogin-button-icon{background-position:0 0}.sociallogin-block .sociallogin-buttons ul li.twitter span.sociallogin-button-auto{background-color:#28a9e2}.sociallogin-block .sociallogin-buttons ul li.twitter .sociallogin-button-icon{background-position:-34px 0}.sociallogin-block .sociallogin-buttons ul li.linkedin span.sociallogin-button-auto{background-color:#11669c}.sociallogin-block .sociallogin-buttons ul li.linkedin .sociallogin-button-icon{background-position:-168px 0}.sociallogin-block .sociallogin-buttons ul li.yahoo span.sociallogin-button-auto{background-color:#85228f}.sociallogin-block .sociallogin-buttons ul li.yahoo .sociallogin-button-icon{background-position:-204px 0}.sociallogin-block .sociallogin-buttons ul li.vkontakte span.sociallogin-button-auto{background-color:#3f658c}.sociallogin-block .sociallogin-buttons ul li.vkontakte .sociallogin-button-icon{background-position:-68px 0}.sociallogin-block .sociallogin-buttons ul li.googleplus span.sociallogin-button-auto{background-color:#df4b38}.sociallogin-block .sociallogin-buttons ul li.googleplus .sociallogin-button-icon{background-position:-135px 0}.sociallogin-block .sociallogin-buttons ul li.hotmail span.sociallogin-button-auto{background-color:#f67d20}.sociallogin-block .sociallogin-buttons ul li.hotmail .sociallogin-button-icon{background-position:0 -34px}.sociallogin-block .sociallogin-buttons ul li.live span.sociallogin-button-auto{background-color:#0cb3ee}.sociallogin-block .sociallogin-buttons ul li.live .sociallogin-button-icon{background-position:-35px -205px}.sociallogin-block .sociallogin-buttons ul li.pinterest span.sociallogin-button-auto{background-color:#cb2028}.sociallogin-block .sociallogin-buttons ul li.pinterest .sociallogin-button-icon{background-position:-34px -34px}.sociallogin-block .sociallogin-buttons ul li.instagram span.sociallogin-button-auto{background-color:#9a6e51}.sociallogin-block .sociallogin-buttons ul li.instagram .sociallogin-button-icon{background-position:-168px -34px}.sociallogin-block .sociallogin-buttons .sociallogin-button-auto .sociallogin-button-icon-image{display:inline-block;width:35px;height:35px}.sociallogin-block .sociallogin-button-image{display:block}.sociallogin-block .sociallogin-clearfix{padding:0;margin-bottom:15px;max-width:620px}.sociallogin-block .sociallogin-clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.showmore-button{color:#868383;text-align:center;font-size:14px;height:25px;line-height:27px;padding:0 0 0 25px;max-width:100px;cursor:pointer;background-image:url(../../frontend/Rockher/Winter/en_US/images/plus-more-icon.png);background-size:25px;background-repeat:no-repeat}ul li .sociallogin-button-text{height:35px;line-height:35px;vertical-align:top;text-align:left;box-sizing:border-box;font-size:13px;color:#fff;background-color:rgba(255,255,255,0.2);min-width:165px;display:inline-block;padding:0 10px 0px 10px;text-transform:capitalize}ul li .sociallogin-button-full-text{display:inline-block}#social-form-create ul li .sociallogin-button-text{display:inline-block}body.page-products .columns{z-index:initial}.sociallogin-block.sociallogin-login{margin:15px 0}div#social-login-popup{min-width:350px}.rc-imageselect-payload{overflow:scroll !important;max-height:200px !important}@media only screen and (max-width:767px){div#social-login-popup{min-width:250px !important}#tab-login-recaptcha div{width:215px !important}#tab-create-recaptcha div{width:215px !important}#tab-fogot-recaptcha div{width:215px !important}}@media only screen and (max-width:360px){#tab-create-recaptcha{transform:scale(.9);-webkit-transform:scale(.9);transform-origin:0 0;-webkit-transform-origin:0 0}#tab-fogot-recaptcha{transform:scale(.9);-webkit-transform:scale(.9);transform-origin:0 0;-webkit-transform-origin:0 0}#tab-login-recaptcha{transform:scale(.9);-webkit-transform:scale(.9);transform-origin:0 0;-webkit-transform-origin:0 0}}@media screen and (-ms-high-contrast:active){div#social-login-popup .fieldset{width:103%}div.social-login-popup .actions-toolbar{width:103%}}@media (-ms-high-contrast:none){div#social-login-popup .fieldset{width:103%}div.social-login-popup .actions-toolbar{width:103%}}@media only screen and (min-width:768px){.social-login-popup .block-container .login-popup{float:right;margin-right:40px;border-left:1px solid #ccc;padding-left:13px;padding-top:24%;padding-bottom:29%;margin-top:-22%}.tab-social .nav-tabs{width:50%}.fancybox-wrap{width:625px !important;top:125px !important}.fancybox-wrap .block-content{width:580px}.fancybox-inner{overflow:hidden;width:625px !important}.form-customer-login{float:left}.form-customer-create{width:50%;float:left}.social-login-popup .block-container .register-popup{float:right;margin-right:40px;border-left:1px solid #ccc;padding-left:13px;padding-top:33%;padding-bottom:65%;margin-top:-22%}}.widget-blog-posts ol.post-list{list-style:none;padding:0}.widget-blog-posts ol.post-list::after{content:" ";display:block;clear:both}.widget-blog-posts ol.post-list li.item{float:left;width:25%;text-align:center;padding:10px;box-sizing:border-box;overflow:hidden}.widget-blog-posts ol.post-list .post-image span.empty{background:#ddd;width:600px;height:150px;display:block}.price_slider_block{width:100%;display:inline-block}.price_slider_block .ui-slider-left-cap{height:2px}.price_slider_block .mobile .noUi-horizontal{height:3px;margin:0 20px}.price_slider_block .noUi-horizontal .noUi-base{height:3px;background:#F1F1F1}.price_slider_block .noUi-horizontal .noUi-handle:before{content:'';display:block;position:absolute;border:7px solid #41395f;background-color:#fff;width:20px;height:20px;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:50%}.price_slider_block .noUi-horizontal .noUi-handle{width:32px;height:32px;top:-14px;text-align:center;left:-15px;border:none;background:transparent}.price_slider_block .left,.price_slider_block .right{width:90px;display:inline-block;margin-left:3px;margin-right:5px}.price_slider_block #input-pricemin,.price_slider_block #input-pricemax{font-size:12px;font-weight:bold;text-align:center;height:26px;border:1px solid #7c7593;border-radius:3px;color:#413F41;font-family:"ProximaNovaReg";line-height:16px}.price_slider_block #price_slider{display:inline-block;width:45%;margin-right:4px}.price_slider_block .noUi-horizontal .noUi-handle{width:32px;height:32px;top:-14px;text-align:center;left:-15px;border:none;background:transparent}.price_slider_block .noUi-target,.price_slider_block .noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.price_slider_block .noUi-target{position:relative;direction:ltr}.price_slider_block .noUi-base{width:100%;height:100%;position:relative;z-index:1}.price_slider_block .noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.price_slider_block .noUi-handle{position:relative;z-index:1}.price_slider_block .noUi-stacking .noUi-handle{z-index:10}.price_slider_block .noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.price_slider_block .noUi-state-drag *{cursor:inherit !important}.price_slider_block .noUi-base,.price_slider_block .noUi-handle{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.price_slider_block .noUi-horizontal{height:4px}.price_slider_block .noUi-horizontal .noUi-handle{border-radius:28px;height:28px;left:-14px;top:-13px;width:28px}.price_slider_block .noUi-vertical{width:18px}.price_slider_block .noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.price_slider_block .noUi-background{background:#dedede}.price_slider_block .noUi-connect{background:#443879;-webkit-transition:background 450ms;transition:background 450ms}.price_slider_block .noUi-origin{border-radius:2px}.price_slider_block .noUi-target{border-radius:4px;border:1px solid #d3d3d3}.price_slider_block .noUi-draggable{cursor:w-resize}.price_slider_block .noUi-vertical .noUi-draggable{cursor:n-resize}.price_slider_block .noUi-handle{border:1px solid #ccc;border-radius:3px;background:#FFF;cursor:default}.price_slider_block .noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.price_slider_block .noUi-handle:before,.price_slider_block .noUi-handle:after{content:"";display:block;position:absolute;height:14px;width:1px;background:none;left:14px;top:6px}.price_slider_block .noUi-handle:after{left:17px}.price_slider_block .noUi-vertical .noUi-handle:before,.price_slider_block .noUi-vertical .noUi-handle:after{width:14px;height:1px;left:6px;top:14px}.price_slider_block .noUi-vertical .noUi-handle:after{top:17px}.price_slider_block [disabled].noUi-connect,.price_slider_block [disabled] .noUi-connect{background:#B8B8B8}.price_slider_block [disabled].noUi-origin,.price_slider_block [disabled] .noUi-handle{cursor:not-allowed}.price_slider_block .slider-data{text-align:center}.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:4px}.column .block-addbysku .sku{margin-right:-155px;padding-right:160px;width:100%}.column .block-addbysku .skus>.label{margin-top:10px}.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 5px 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 .reset{margin:10px 0}.column .block-addbysku .note{display:block;margin:0 0 20px}.block-cart-failed{margin-top:40px}.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{margin-bottom:10px}.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:2.5rem;margin-bottom:2rem}.bundle-options-container .product-add-form{display:none}.bundle-options-container .product-options-wrapper{margin-bottom:30px}.bundle-options-container .action.back{margin-bottom:30px}.bundle-options-container .price-box .price{font-size:18px;font-weight:700}.bundle-options-container .block-bundle-summary{background:#e8e8e8;padding:10px 20px}.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 .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:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:block}.bundle-options-container .block-bundle-summary .bundle.items>li{margin-bottom:10px}.bundle-options-container .block-bundle-summary .box-tocart .actions{display:inline-block;margin-bottom:10px}.bundle-options-container .block-bundle-summary .product-addto-links>.action{vertical-align:top}.bundle-options-container .nested .field.qty{margin-top:20px}.bundle-options-container .nested .field.qty .label{font-weight:700;margin:0 0 5px;display:inline-block}.bundle-options-container p.required{color:#e02b27}.bundle-options-container .product-options-bottom{clear:left}.products{margin:30px 0}.product-items{font-size:0}.product-item{font-size:1.4rem;vertical-align:top}.products-grid .product-item{display:inline-block;margin-left:2%;padding:0;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;white-space:nowrap}.product-item-actions .actions-secondary>button.action,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action,.product-item-actions .actions-secondary>.action-gift.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,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action:focus,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action:active,.product-item-actions .actions-secondary>.action-gift.action:focus,.product-item-actions .actions-secondary>.action-gift.action:active{background:none;border:none}.product-item-actions .actions-secondary>button.action:hover,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action:hover,.product-item-actions .actions-secondary>.action-gift.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,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action.disabled,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action[disabled],fieldset[disabled] .product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action,.product-item-actions .actions-secondary>.action-gift.action.disabled,.product-item-actions .actions-secondary>.action-gift.action[disabled],fieldset[disabled] .product-item-actions .actions-secondary>.action-gift.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-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-size:1.4rem;font-weight:700;white-space:nowrap}.product-item .price-box .price-label{font-size:12px}.product-item .price-box .price-label:after{content:':'}.product-item .special-price .price,.product-item .minimal-price .price{font-size:1.4rem;font-weight:700}.product-item .special-price .price-wrapper,.product-item .minimal-price .price-wrapper{display:inline-block}.product-item .special-price .price-including-tax+.price-excluding-tax,.product-item .minimal-price .price-including-tax+.price-excluding-tax{display:block}.product-item .special-price{display:block}.product-item .old-price .price{font-weight:400}.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 .minimal-price-link .price-label{color:#1979c3;font-size:1.4rem}.product-item .minimal-price-link .price{font-weight:400}.product-item .minimal-price-link,.product-item .price-excluding-tax,.product-item .price-including-tax{display:block;white-space:nowrap}.product-item .price-from,.product-item .price-to{margin:0}.product-item .tocompare:before{content:'\e61f'}.product-item .tocart{white-space:nowrap}.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{position:relative;z-index:1}.toolbar-amount{display:block;line-height:26px;margin:0;padding:8px 0 0;vertical-align:middle}.products.wrapper~.toolbar .toolbar-amount{display:none}.toolbar-products{margin-bottom:40px;padding:0 10px;text-align:center}.toolbar-products .pages{display:none}.products.wrapper~.toolbar-products .pages{display:block}.toolbar-products .limiter .control{display:inline-block}.sorter{padding:4px 0 0}.products.wrapper~.toolbar .sorter{display:none}.sorter .sorter-action{position:relative;top:-2px}.sorter-options{margin:0 0 0 7px;width:auto}.sorter-action{vertical-align:top;display:inline-block;text-decoration:none}.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:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:32px;color:#8f8f8f;content:'\e613';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.sorter-action:hover:before{color:#333}.sorter .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}.old-price,.old.price{text-decoration:line-through}.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] .price{font-size:1.1rem}.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-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{color:#7d7d7d;font-size:1.2rem;margin:10px 0}.product.media .product.thumbs{margin:20px 0 30px}.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 .active{display:block;line-height:1}.product.info.detailed{clear:both;margin-bottom:30px}.product.info.detailed .additional-attributes{width:auto}.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:4px 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:4px 30px 10px 0}.product-info-main .page-title-wrapper .page-title{line-height:1.42857143;margin-bottom:10px}.product-info-main .stock.available,.product-info-main .stock.unavailable{display:inline-block;font-weight:700;margin-right:20px;text-transform:uppercase;vertical-align:top}.product-info-main .product.attribute.sku{display:inline-block;vertical-align:top;color:#7d7d7d}.product-info-main .product.attribute.sku>.value{display:inline-block;vertical-align:top;word-break:break-all}.product-info-main .product.attribute.sku .type{margin-right:5px}.product-info-main .product.attribute.overview{margin:20px 0}.product-info-main .product.alert{margin:10px 0}.product-info-main .price-box{margin-top:10px}.product-info-main .product-reviews-summary .reviews-actions{font-size:1.4rem}.product-options-wrapper .fieldset-product-options-inner .legend{font-weight:700;margin:0 0 5px;font-size:1.4rem;border:none;display:inline-block;float:none;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;margin:0 0 0 5px}.product-options-wrapper .field .note{display:block}.product-info-main .price-box .price-including-tax+.price-excluding-tax,.product-options-bottom .price-box .price-including-tax+.price-excluding-tax,.product-info-main .price-box .weee+.price-excluding-tax,.product-options-bottom .price-box .weee+.price-excluding-tax,.product-info-main .price-box .weee,.product-options-bottom .price-box .weee{font-size:1.2rem;line-height:14px;margin-bottom:5px}.product-info-main .price-box .price-including-tax+.price-excluding-tax .price,.product-options-bottom .price-box .price-including-tax+.price-excluding-tax .price,.product-info-main .price-box .weee+.price-excluding-tax .price,.product-options-bottom .price-box .weee+.price-excluding-tax .price,.product-info-main .price-box .weee .price,.product-options-bottom .price-box .weee .price{font-size:1.2rem;font-weight:700}.product-info-main .price-box .price-wrapper .price,.product-options-bottom .price-box .price-wrapper .price{font-size:1.8rem;font-weight:700}.product-info-main .price-box .price,.product-options-bottom .price-box .price{white-space:nowrap}.product-info-main .special-price,.product-options-bottom .special-price{display:block;margin:10px 0}.product-info-main .special-price .price-container,.product-options-bottom .special-price .price-container{font-size:1.4rem}.product-info-main .special-price .price-label+.price-wrapper,.product-options-bottom .special-price .price-label+.price-wrapper{display:inline-block}.product-info-main .old-price .price-label:after,.product-options-bottom .old-price .price-label:after,.product-info-main .special-price .price-label:after,.product-options-bottom .special-price .price-label:after{content:': '}.product-info-main .box-tocart,.product-options-bottom .box-tocart{margin:20px 0}.product-info-main .box-tocart .field.qty,.product-options-bottom .box-tocart .field.qty{padding-right:15px}.product-info-main .box-tocart .input-text.qty,.product-options-bottom .box-tocart .input-text.qty{height:52px;text-align:center;width:52px}.product-info-main .box-tocart .actions,.product-options-bottom .box-tocart .actions{text-align:center}.product-info-main .product-addto-links,.product-options-bottom .product-addto-links{margin:20px 0}.product-info-main .action.tocompare,.product-options-bottom .action.tocompare{vertical-align:top}.prices-tier{background:#f5f5f5;margin:10px 0;padding:10px 15px}.prices-tier .price-container{display:inline-block}.prices-tier .price-including-tax,.prices-tier .price-excluding-tax,.prices-tier .weee{display:inline-block}.prices-tier .price-including-tax .price,.prices-tier .price-excluding-tax .price,.prices-tier .weee .price{font-size:1.4rem;font-weight:700}.ui-dialog-titlebar-close{line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline}.ui-dialog-titlebar-close:visited{color:#1979c3;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:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.block.related .action.select{margin:0 5px}.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:1.2rem;white-space:nowrap}.sidebar .product-items .minilist .price{display:inline;padding:0}.sidebar .product-items .minilist .weee:before{display:inline-block}.sidebar .action.delete{position:absolute;right:0;top:-1px}.sidebar .block-wishlist .action.delete{line-height:unset;width:auto}.sidebar .block-compare .action.delete{right:initial}.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}.table-comparison{table-layout:fixed}.table-comparison .cell.label,.table-comparison td:last-child{border-right:1px solid #d1d1d1}.table-comparison .cell{padding:15px;width:140px}.table-comparison .cell .attribute.value{overflow:hidden;width:100%}.table-comparison .cell.product.info,.table-comparison .cell.product.label{border-bottom:1px solid #d1d1d1}.table-comparison .cell.label .attribute.label{display:block;width:100%;word-wrap:break-word}.table-comparison .cell.attribute{font-size:1.3rem}.table-comparison .cell.attribute img{height:auto;max-width:100%}.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.split,.table-comparison .product-addto-links .action.toggle{line-height:1.2rem;padding:5px 8px;font-size:1.1rem}.table-comparison .product-addto-links .action.toggle{padding:0}.table-comparison .cell.remove{padding-bottom:0;padding-top:0;text-align:right}.table-comparison .product-item-actions>.actions-primary+.actions-secondary{margin-top:10px}.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:-6px;position:absolute;right:0;top:0}.block-compare .actions-toolbar{margin:17px 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}.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:35px;line-height:33px;color:#8f8f8f;content:'\e615';font-family:'icons-blank-theme';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 #d1d1d1;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 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:not(:empty){border-top:0;border:1px solid #c2c2c2;background:#fff}.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{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.summary{margin-bottom:10px}.cart-summary{background:#f5f5f5;margin-bottom:25px;padding:1px 15px 25px}.cart-summary>.title{display:block;font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.cart-summary .block{margin-bottom:0}.cart-summary .block .item-options{margin-left:0}.cart-summary .block .fieldset{margin:15px 0 25px 5px}.cart-summary .block .fieldset .field{margin:0 0 10px}.cart-summary .block .fieldset .field.note{font-size:12px}.cart-summary .block .fieldset .methods .field>.label{display:inline}.cart-totals{border-top:1px solid #d1d1d1;padding-top:10px}.cart-totals .table-wrapper{margin-bottom:0;overflow:inherit}.cart-totals .discount.coupon{display:none}.cart.table-wrapper .items thead+.item{border-top:1px solid #d1d1d1}.cart.table-wrapper .items>.item{border-bottom:1px solid #d1d1d1;position:relative}.cart.table-wrapper .col{padding-top:20px}.cart.table-wrapper .col.qty .input-text{margin-top:-5px}.cart.table-wrapper .item-actions td{padding-bottom:10px;text-align:center;white-space:normal}.cart.table-wrapper .item .col.item{display:block;min-height:75px;padding:25px 0 10px 75px;position:relative}.cart.table-wrapper .actions-toolbar>.action,.action-gift{display:inline-block;text-decoration:none;margin-bottom:10px;margin-right:10px}.cart.table-wrapper .actions-toolbar>.action:hover,.cart.table-wrapper .actions-toolbar>.action:active,.cart.table-wrapper .actions-toolbar>.action:focus,.action-gift:hover,.action-gift:active,.action-gift:focus{text-decoration:none}.cart.table-wrapper .actions-toolbar>.action:last-child,.action-gift:last-child{margin-right:0}.cart.table-wrapper .action.help.map{font-weight:400}.cart.table-wrapper .product-item-photo{display:block;left:0;max-width:60px;padding:0;position:absolute;top:15px;width:100%}.cart.table-wrapper .product-item-details{white-space:normal}.cart.table-wrapper .product-item-name{display:inline-block;font-weight:400;margin-top:-6px}.cart.table-wrapper .gift-registry-name-label:after{content:':'}.cart.table-wrapper .item-options{font-size:12px;margin-bottom:10px}.cart.table-wrapper .product-item-name+.item-options{margin-top:10px}.cart.table-wrapper .action.configure{display:inline-block;margin:0 0 20px}.cart-container .checkout-methods-items{margin-top:20px;text-align:center}.cart-container .checkout-methods-items .action.primary{width:100%}.cart-container .checkout-methods-items .item+.item{margin-top:20px}.cart-products-toolbar .toolbar-amount{margin:25px 0 15px;padding:0;text-align:center}.cart-products-toolbar .pages{margin:0 0 25px;text-align:center}.cart-products-toolbar .pages .items>.item{border-bottom:0}.cart-products-toolbar-top{border-bottom:1px solid #d1d1d1}.block.crosssell{margin-top:70px}.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-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 .text.empty{text-align:center}.block-minicart .block-content>.actions{margin-top:15px;text-align:center}.block-minicart .block-content>.actions>.primary{margin:0 10px 15px}.block-minicart .block-content>.actions>.primary .action.primary{display:block;margin-bottom:15px;width:100%}.block-minicart .block-content>.actions>.primary .action.primary:last-child{margin-bottom:0}.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:35px;line-height:33px;color:#8f8f8f;content:'\e611';font-family:'icons-blank-theme';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:#8f8f8f}.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:35px;line-height:33px;color:#8f8f8f;content:'\e611';font-family:'icons-blank-theme';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:#8f8f8f}.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:0;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:26px;top:-12px}.minicart-wrapper .block-minicart:after{right:25px;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;text-align:right}.minicart-wrapper .product .actions>.primary,.minicart-wrapper .product .actions>.secondary{display:inline}.minicart-wrapper .action.close{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;height:40px;position:absolute;right:0;top:0;width:40px}.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:32px;line-height:32px;color:inherit;content:'\e616';font-family:'icons-blank-theme';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.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.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 .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>.product-item-photo,.minicart-items .product>.product-image-container{float:left}.minicart-items .product .toggle{display:block;text-decoration:none;cursor:pointer;position:relative;white-space:nowrap}.minicart-items .product .toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:16px;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-items .product .toggle:after{position:static;right:20px;top:0}.minicart-items .product.active>.toggle:after{content:'\e621'}.minicart-items .product-item-name{font-weight:400;margin:0 0 10px}.minicart-items .product-item-name a{color:#1979c3}.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 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.options .tooltip.toggle{display:inline-block;text-decoration:none}.minicart-items .product.options .tooltip.toggle>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 .tooltip.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:inherit;content:'\e622';font-family:'icons-blank-theme';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 .tooltip.toggle .details{display:none}.minicart-items .item-qty{text-align:center;width:45px}.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:28px;line-height:28px;color:#303030;content:'\e606';font-family:'icons-blank-theme';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:#303030}.minicart-items .action.edit:active:before,.minicart-items .action.delete:active:before{color:#303030}.minicart-items .action.delete:before{content:'\e604'}.checkout-container{margin:0 0 20px}.opc-wrapper{margin:0 0 20px}.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}.opc-estimated-wrapper{border-bottom:1px solid #ccc;margin:0 0 15px;padding:18px 15px}.opc-estimated-wrapper .estimated-block{font-size:18px;font-weight:700;float:left}.opc-estimated-wrapper .estimated-block .estimated-label{display:block;margin:0 0 5px}.opc-estimated-wrapper .minicart-wrapper .action.showcart:before{color:#333}.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before{color:#555}.opc-progress-bar{margin:0 0 20px;counter-reset:i;font-size:0}.opc-progress-bar-item{margin:0 0 10px;display:inline-block;position:relative;text-align:center;vertical-align:top;width:50%}.opc-progress-bar-item:before{background:#e4e4e4;top:19px;content:'';height:7px;left:0;position:absolute;width:100%}.opc-progress-bar-item:first-child:before{border-radius:6px 0 0 6px}.opc-progress-bar-item:last-child:before{border-radius:0 6px 6px 0}.opc-progress-bar-item>span{display:inline-block;padding-top:45px;width:100%;word-wrap:break-word;color:#e4e4e4;font-weight:300;font-size:1.8rem}.opc-progress-bar-item>span:before,.opc-progress-bar-item>span:after{background:#e4e4e4;height:38px;margin-left:-19px;width:38px;border-radius:50%;content:'';left:50%;position:absolute;top:0}.opc-progress-bar-item>span:after{background:#fff;height:26px;margin-left:-13px;top:6px;width:26px;content:counter(i);counter-increment:i;color:#333;font-weight:600;font-size:1.8rem}.opc-progress-bar-item._active:before{background:#ff5501}.opc-progress-bar-item._active>span{color:#333}.opc-progress-bar-item._active>span:before{background:#ff5501}.opc-progress-bar-item._active>span:after{content:'\e610';font-family:'icons-blank-theme';line-height:1;font-size:2.8rem}.opc-progress-bar-item._complete{cursor:pointer}.opc-progress-bar-item._complete>span{color:#333}.opc-progress-bar-item._complete>span:after{content:'\e610';font-family:'icons-blank-theme';line-height:1;font-size:2.8rem}.field.choice .field-tooltip{display:inline-block;margin-left:10px;position:relative;top:-3px}.field.choice .field-tooltip-action{line-height:24px}.field._error .control input,.field._error .control select,.field._error .control textarea{border-color:#ed8380}.opc-wrapper .fieldset>.field>.label{font-weight:400}.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:24px;line-height:inherit;color:#bbb;content:'\e623';font-family:'icons-blank-theme';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:20px}.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;line-height:30px;margin:0 0 20px;padding:20px 35px 20px 20px;transition:.3s border-color;width:50%;display:inline-block;font-size:14px;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:'icons-blank-theme';height:27px;width:29px;font-size:27px;line-height:21px;padding-top:2px;position:absolute;right:0;text-align:center;top:0}.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 tr:first-child td{border-top:none}.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:#1979c3;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:2px;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:28px;line-height:28px;color:#8f8f8f;content:'\e606';font-family:'icons-blank-theme';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:#8f8f8f}.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;padding:22px 30px;margin:0 0 20px}.opc-block-summary>.title{display:block}.opc-block-summary .mark .value{color:#999;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 #d1d1d1;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:30px;line-height:12px;color:inherit;content:'\e622';font-family:'icons-blank-theme';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:table-cell;padding-right:5px;text-align:left}.opc-block-summary .product-item .subtotal{display:table-cell;text-align:right}.opc-block-summary .product-item .price{font-size:1.6rem;font-weight:400}.opc-block-summary .product-item .price-including-tax+.price-excluding-tax{margin:0}.opc-block-summary .product-item .price-including-tax+.price-excluding-tax .price{font-size:1rem}.opc-block-summary .actions-toolbar{position:relative;z-index:1}.opc-block-summary .actions-toolbar .secondary{border-top:1px solid #d1d1d1;display:block;float:none;margin:-1px 0 0;padding:15px 0 0;text-align:left}.opc-block-summary .actions-toolbar .secondary .action{margin:0}.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-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:600px}.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-right:0}.checkout-payment-method .checkout-billing-address .billing-address-details{line-height:27px;padding:0 0 0 23px}.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:#1979c3;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:32px;line-height:16px;color:#8f8f8f;content:'\e622';font-family:'icons-blank-theme';margin:0;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:#8f8f8f}.checkout-payment-method .payment-option-content{padding:0 0 20px 22px}.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{padding-right:20px;width:auto}.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}.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%}.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}.form-address-edit .region_id{display:none}.form-edit-account .fieldset.password{display:none}.box-billing-address .box-content,.box-shipping-address .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;line-height:26px}.fieldset .fullname.field>.label+.control{width:100%}.account .column.main h2{margin-top:0}.account .column.main .toolbar{text-align:center}.account .column.main .toolbar .limiter-options{width:auto}.account .sidebar-additional{margin-top:40px}.account .table-wrapper:last-child{margin-bottom:0}.account .table-wrapper .action{margin-right:15px}.account .table-wrapper .action:last-child{margin-right:0}.account-nav .content{background:#f5f5f5;padding:15px 0}.account-nav .item{margin:3px 0 0}.account-nav .item:first-child{margin-top:0}.account-nav .item a,.account-nav .item>strong{border-left:3px solid transparent;display:block;padding:5px 18px 5px 15px}.account-nav .item a{text-decoration:none}.account-nav .item a:hover{background:#e8e8e8}.account-nav .item.current a,.account-nav .item.current strong{border-color:#ff5501;font-weight:600}.account-nav .item.current a{border-color:#ff5501}.account-nav .item .delimiter{border-top:1px solid #d1d1d1;display:block;margin:10px 1.8rem}.column.main .block:last-child{margin-bottom:0}.block .title{margin-bottom:10px}.block .title strong{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}.column.main .block .title strong{font-size:18px}.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}.downloadable.samples{margin-bottom:20px}.downloadable.samples dd{margin:0 0 10px}.table-downloadable-products .product-name{margin-right:15px}.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{font-size:1.4rem;display:inline;font-weight:600}.field.downloads .sample.link{float:right}.page-product-downloadable .product-add-form{clear:both;margin-bottom:25px}.page-product-downloadable .product-options-bottom .field.qty{display:none !important}.cart-summary .block.giftcard .action.check{line-height:1.2rem;padding:5px 8px;font-size:1.1rem;margin-top:20px}.page-product-giftcard .giftcard-amount{margin-bottom:0;text-align:left}.page-product-giftcard .giftcard-amount .field:last-child{padding-bottom:20px}.page-product-giftcard .product-options-wrapper .field:first-of-type{margin-top:20px}.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 .actions-toolbar .action-cancel{display:none}.gift-options-title{margin:0 0 20px}.gift-options-content .fieldset{margin:0 0 20px}.gift-summary .actions-toolbar>.secondary{float:none}.gift-summary .actions-toolbar>.secondary .action{margin:10px 20px 0 0}.action-gift{display:inline-block;text-decoration:none}.action-gift:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.action-gift:hover:after{color:inherit}.action-gift:active:after{color:inherit}.action-gift.active:after,.action-gift._active:after{content:'\e621'}.cart.table-wrapper .gift-content{box-sizing:border-box;clear:left;display:none;float:left;margin:10px 0 20px;text-align:left;width:100%}.cart.table-wrapper .gift-content._active{display:block}.gift-item-block{margin:0}.gift-item-block._active .title:after{content:'\e621'}.gift-item-block .title{border-radius:3px;background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:20px 0 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}.gift-item-block .title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.gift-item-block .title:hover:after{color:inherit}.gift-item-block .title:active:after{color:inherit}.gift-item-block .title:focus,.gift-item-block .title:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.gift-item-block .title:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.gift-item-block .title.disabled,.gift-item-block .title[disabled],fieldset[disabled] .gift-item-block .title{opacity:.5;cursor:default;pointer-events:none}.gift-item-block .title:active{box-shadow:inset 0 2px 1px rgba(0,0,0,0.12)}.gift-item-block .content{border-bottom:1px solid #c1c1c1;padding:10px 10px 20px;position:relative}.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}.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-items .action.show{display:inline-block;text-decoration:none;padding-right:20px;position:relative}.order-details-items .order-items .action.show:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.order-details-items .order-items .action.show:after{position:absolute;right:0;top:-4px}.order-details-items .order-items .action.show.expanded:after{content:'\e621'}.block-order-details-gift-message{border-top:1px solid #d1d1d1;padding-top:10px}.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%}.table-giftregistry-items .product-image{float:left;margin-right:10px}.cart-summary .form.giftregistry .fieldset{margin:25px 0 5px}.cart-summary .form.giftregistry .fieldset .field{margin:0 0 10px}.cart-summary .form.giftregistry .fieldset .field .control{float:none;width:auto}.cart-summary .form.giftregistry .fieldset .action.primary{margin-bottom:0}.form-giftregistry-search{margin-bottom:60px}.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1){margin-bottom:0}.block-giftregistry-results .toolbar-giftregistry-results{text-align:center}.block-giftregistry .actions-toolbar{margin:17px 0 0}.block-giftregistry-shared .item-options .item-value{margin:0 0 25px}.block-giftregistry-shared-items .item{border-bottom:1px solid #d1d1d1}.block-giftregistry-shared-items .col{padding:20px 8px 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-bottom:0}.block-giftregistry-shared-items .product-item-photo{display:block;max-width:65px;padding:10px 0}.block-giftregistry-shared-items .product-item-name{display:block;margin:0 0 5px}.gift-wrapping .label{margin:0 0 5px;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:38px;line-height:4rem;color:#494949;content:'\e629';font-family:'icons-blank-theme';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-left:5px}.gift-options-content .fieldset>.field{margin:0 0 5px}.gift-options-content .fieldset>.field:before{display:none}.gift-wrapping-summary .gift-wrapping-title{border:0;display:inline-block;padding:0}.opc-wrapper .data.table .gift-wrapping,.table-order-items .gift-wrapping,.table-order-review .gift-wrapping{margin:20px 0}.opc-wrapper .data.table .gift-wrapping .title,.table-order-items .gift-wrapping .title,.table-order-review .gift-wrapping .title{float:none}.opc-wrapper .data.table .gift-wrapping .content,.table-order-items .gift-wrapping .content,.table-order-review .gift-wrapping .content{margin:0}.opc-wrapper .data.table .gift-wrapping .content>img,.table-order-items .gift-wrapping .content>img,.table-order-review .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.grouped>thead>tr>th,.table.grouped>tbody>tr>th,.table.grouped>tfoot>tr>th,.table.grouped>thead>tr>td,.table.grouped>tbody>tr>td,.table.grouped>tfoot>tr>td{border-top:1px solid #d1d1d1}.table.grouped>caption+thead>tr:first-child>th,.table.grouped>colgroup+thead>tr:first-child>th,.table.grouped>thead:first-child>tr:first-child>th,.table.grouped>caption+thead>tr:first-child>td,.table.grouped>colgroup+thead>tr:first-child>td,.table.grouped>thead:first-child>tr:first-child>td{border-top:0}.table.grouped>tbody+tbody{border-top:1px solid #d1d1d1}.table.grouped>thead>tr>th{border-bottom:0}.table.grouped .product-item-name{font-weight:400}.table.grouped .price-box .price{font-size:14px}.table.grouped .stock.unavailable{font-weight:normal;margin:0;text-transform:none;white-space:nowrap}.table.grouped .row-tier-price td{border-top:0}.table.grouped .row-tier-price .prices-tier{margin:0 -10px 10px}.form-add-invitations .action.add{display:inline-block;text-decoration:none;line-height:normal;padding:2px 0;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:31px;line-height:22px;color:inherit;content:'\e61c';font-family:'icons-blank-theme';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}.block.filter{margin-bottom:40px}.block.filter .filter-title{margin-bottom:20px}.block.filter .filter-title strong{font-size:18px}.block-subtitle{display:inline-block;margin-bottom:10px}.filter-current .item{margin-bottom:10px}.filter-current .filter-label{display:block;font-weight:700}.filter-current .filter-label:after{content:':'}.filter-current+.filter-actions{margin-bottom:30px}.filter-options{margin:0}.filter-options .filter-options-title{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem;margin:0 0 10px;word-break:break-all}.filter-options .filter-options-content{margin:0 0 25px}.filter-options .filter-options-content .item{margin-bottom:3px}.filter-options .count{color:#7d7d7d}.filter-options .count:before{content:'('}.filter-options .count:after{content:')'}.filtered .items{margin:15px 0}.filtered .item{margin-bottom:6px;padding-left:22px;position:relative}.filtered .item .label{font-weight:700}.filtered .item .action.remove{left:-6px;position:absolute;top:0}.filtered+.actions{margin-bottom:35px}.map-popup-wrapper.popup .action.close{top:10px}.map-popup{background:#fff;border:1px solid #aeaeae;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:22px}.map-popup .popup-header .title{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.map-popup .popup-content{margin:10px 0 0}.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:22px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';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:inherit}.map-popup .popup-actions .action.close:active:before{color:inherit}.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-bottom:15px}.map-popup .map-info-price .price-box{margin:0 0 20px}.map-popup .map-info-price .price-box .label:after{content:': '}.map-popup .regular-price .price-label{display:none}.map-old-price:not(:last-child),.product-info-price .map-show-info:not(:last-child){margin-right:10px}.map-fallback-price{display:none}.map-old-price{text-decoration:none}.map-old-price .price-wrapper{text-decoration:line-through}.map-form-addtocart{display:inline-block;text-align:center}.map-form-addtocart img{display:block;margin:0 auto}button.map-show-info,.cart.table-wrapper .actions-toolbar>.action.map-show-info,.action-gift.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:#1979c3;text-decoration:none;background:none;border:0;display:inline}button.map-show-info:focus,button.map-show-info:active,.cart.table-wrapper .actions-toolbar>.action.map-show-info:focus,.cart.table-wrapper .actions-toolbar>.action.map-show-info:active,.action-gift.map-show-info:focus,.action-gift.map-show-info:active{background:none;border:none}button.map-show-info:hover,.cart.table-wrapper .actions-toolbar>.action.map-show-info:hover,.action-gift.map-show-info:hover{background:none;border:none}button.map-show-info.disabled,button.map-show-info[disabled],fieldset[disabled] button.map-show-info,.cart.table-wrapper .actions-toolbar>.action.map-show-info.disabled,.cart.table-wrapper .actions-toolbar>.action.map-show-info[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.map-show-info,.action-gift.map-show-info.disabled,.action-gift.map-show-info[disabled],fieldset[disabled] .action-gift.map-show-info{pointer-events:none;opacity:.5}button.map-show-info:visited,.cart.table-wrapper .actions-toolbar>.action.map-show-info:visited,.action-gift.map-show-info:visited{color:#1979c3;text-decoration:none}button.map-show-info:hover,.cart.table-wrapper .actions-toolbar>.action.map-show-info:hover,.action-gift.map-show-info:hover{color:#006bb4;text-decoration:underline}button.map-show-info:active,.cart.table-wrapper .actions-toolbar>.action.map-show-info:active,.action-gift.map-show-info:active{color:#ff5501;text-decoration:underline}button.map-show-info:hover,button.map-show-info:active,button.map-show-info:focus,.cart.table-wrapper .actions-toolbar>.action.map-show-info:hover,.cart.table-wrapper .actions-toolbar>.action.map-show-info:active,.cart.table-wrapper .actions-toolbar>.action.map-show-info:focus,.action-gift.map-show-info:hover,.action-gift.map-show-info:active,.action-gift.map-show-info:focus{background:none;border:0}button.map-show-info.disabled,button.map-show-info[disabled],fieldset[disabled] button.map-show-info,.cart.table-wrapper .actions-toolbar>.action.map-show-info.disabled,.cart.table-wrapper .actions-toolbar>.action.map-show-info[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.map-show-info,.action-gift.map-show-info.disabled,.action-gift.map-show-info[disabled],fieldset[disabled] .action-gift.map-show-info{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.wishlist.split.button{display:inline-block;position:relative;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 button.action.split,.wishlist.split.button .cart.table-wrapper .actions-toolbar>.action.action.split,.wishlist.split.button .action-gift.action.split{border-bottom-right-radius:0;border-top-right-radius:0}.wishlist.split.button button+.action.toggle,.wishlist.split.button .cart.table-wrapper .actions-toolbar>.action+.action.toggle,.wishlist.split.button .action-gift+.action.toggle{border-bottom-left-radius:0;border-left:0;border-top-left-radius: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:22px;line-height:22px;color:#7d7d7d;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:top;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:22px;line-height:22px;color:#7d7d7d;content:'\e621';font-family:'icons-blank-theme';margin:0;vertical-align:top;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{text-align:left}.wishlist.split.button .items .item>span{display:block;padding:5px 5px 5px 23px}.wishlist.split.button .items .item:last-child:hover{background:#e8e8e8}.wishlist.split.button .items li{padding:0}.table-comparison .wishlist.split.button>.action.split:before,.product-items .wishlist.split.button>.action.split:before{content:'\e601'}.table-comparison .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:active,.table-comparison .wishlist.split.button>.action:focus,.product-items .wishlist.split.button>.action:focus,.table-comparison .wishlist.split.button>.action:hover,.product-items .wishlist.split.button>.action:hover{color:#333}.table-comparison .wishlist.split.button>.action.toggle:before,.product-items .wishlist.split.button>.action.toggle:before{border-left:1px solid #c9c9c9;content:'';float:left;height:15px;margin-top:3px}.product-info-main .wishlist.split.button .action.split,.block-bundle-summary .wishlist.split.button .action.split,.product-add-form .wishlist.split.button .action.split,.product-info-main .wishlist.split.button .action.toggle,.block-bundle-summary .wishlist.split.button .action.toggle,.product-add-form .wishlist.split.button .action.toggle{line-height:1.2rem;padding:5px 8px;font-size:1.1rem}.product-info-main .wishlist.split.button .action.toggle,.block-bundle-summary .wishlist.split.button .action.toggle,.product-add-form .wishlist.split.button .action.toggle{padding:0}.cart.table-wrapper .wishlist.split.button{margin-bottom:10px}.cart.table-wrapper .wishlist.split.button>.action.toggle{padding:4px 5px}.wishlist.window.popup{box-sizing:border-box;background:#fff;border:1px solid #aeaeae;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}.wishlist.window.popup .popup-header{margin:0 0 25px;padding-right:22px}.wishlist.window.popup .popup-header .title{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.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:22px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';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:inherit}.wishlist.window.popup .popup-actions .action.close:active:before{color:inherit}.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:#000;z-index:899;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0}.wishlist.overlay.active{opacity:.5;filter:alpha(opacity=50)}.wishlist.overlay.active{display:block}.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-toolbar-select,.block-wishlist-management .wishlist-toolbar-actions{display:inline-block}.block-wishlist-management .wishlist-toolbar-select{margin-right:20px}.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 .toolbar-wishlist-results{text-align:center}.block-wishlist-info-items .block-title{font-size:2.2rem;margin-bottom:20px}.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}.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 #d1d1d1;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:40px}.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:35px;line-height:33px;color:#c2c2c2;content:'\e61d';font-family:'icons-blank-theme';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}.payment-method-content .pay-later-message{margin-bottom:10px;margin-top:10px}.paypal.after:before{content:'- ' attr(data-label) ' -';display:block;margin:5px 5px 10px;text-transform:uppercase}.paypal.before:before{content:'- ' attr(data-label) ' -';display:block;margin:10px 5px;text-align:center;text-transform:uppercase}.paypal.acceptance{display:block;margin:0 0 20px}.paypal.acceptance img{max-width:100%}.box-tocart .paypal img,.block-minicart .paypal img{display:block;margin:0 auto}.paypal-review .paypa-review-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:inline-block}.paypal-review .items-qty .item{white-space:nowrap}.paypal-review .items-qty .title:after{content:': '}.paypal-review .paypal-review-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:inline-block}.paypal-review .actions-toolbar{margin-top:10px}.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 #d1d1d1;margin:20px 0}.paypal-review-discount .block{margin-bottom:0}.paypal-review-discount .block .fieldset{padding:10px 0 20px}.fotorama-video-container:after{background:url('../../frontend/Rockher/Winter/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/Rockher/Winter/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%}}.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:100px;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:'icons-blank-theme';font-size:28px;height:28px;letter-spacing:-10px;line-height:28px;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:'icons-blank-theme';font-size:28px;height:28px;letter-spacing:-10px;line-height:28px;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}.rating-summary .rating-result{margin-left:-5px}.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:'icons-blank-theme';font-size:28px;height:28px;letter-spacing:-10px;line-height:28px;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:'icons-blank-theme';font-size:28px;height:28px;letter-spacing:-10px;line-height:28px;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'}.block.add.review{margin-bottom:40px}.block.add.review>.title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.block.add.review .legend{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;margin:0 0 20px}.block.add.review .field.rating{display:table-row}.block.add.review .field.rating .label{display:table-cell;padding:5px 0;vertical-align:middle}.block.add.review .field.rating .control{display:table-cell;vertical-align:top}.block.reviews.list>.title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.block.reviews.list .review.item{margin-bottom:40px}.block.reviews.list .review.title{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.data.table.reviews .rating-summary{margin-top:-4px}.customer-review.view{margin-bottom:20px}.customer-review.view .review.title,.customer-review.view .ratings-summary,.customer-review.view .product-details{margin-bottom:20px}.product-reviews-summary{display:table;margin:10px 0 12px}.products.wrapper.list .product-reviews-summary{margin:0 auto}.product-reviews-summary.empty{margin-left:0}.product-reviews-summary .rating-summary{display:table-cell;left:-5px;position:relative;text-align:left;vertical-align:middle}.product-reviews-summary .reviews-actions{display:table-cell;line-height:28px;vertical-align:middle}.product-reviews-summary .reviews-actions a{margin-right:5px}.customer-review .product-details{margin-bottom:40px}.customer-review .product-media{float:left;margin-right:3%;max-width:285px;width:30%}.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{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;font-weight:600;margin-bottom:20px}.customer-review .review-details .review-content{margin-bottom:20px}.customer-review .product-reviews-summary .rating-summary,.customer-review .product-reviews-summary .reviews-actions{display:block}.review-field-ratings .nested{display:table}.review-field-ratings .review-field-rating{display:table-row}.review-field-ratings .review-field-rating .label,.review-field-ratings .review-field-rating .control{display:table-cell;padding-bottom:10px;vertical-align:top}.review-field-ratings .review-field-rating .label{padding-right:10px;padding-top:6px}.review-field-ratings .review-field-rating .control{padding-top:2px}.review-toolbar{border-top:1px solid #c9c9c9;margin:0 0 20px;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:#f2f2f2;border:1px solid #cdcdcd;color:#333}.review-form .action.submit.primary:focus,.review-form .action.submit.primary:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.review-form .action.submit.primary:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.fieldset .review-legend.legend{margin-bottom:20px}.fieldset .review-legend.legend strong{display:block;margin-left:0}.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-title{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;margin:0 0 20px}.review-content{margin-bottom:20px}.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}.form-create-return .field .control>span,.form-create-return .field address{display:inline-block;padding-top:6px}.form-create-return .additional:first-child{margin-top:0}.form-create-return .additional .field:nth-last-child(2){margin-bottom:0}.form-create-return .additional .field:last-child{margin-top:20px}.form-create-return .field.comment{margin-top:55px}.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-returns-returns .page-title-wrapper .page-title,.magento-rma-guest-returns .page-title-wrapper .page-title,.magento-rma-returns-view .page-title-wrapper .page-title{margin-right:25px}.order-links{border-bottom:1px solid #d1d1d1;margin-bottom:10px}.order-links .item{display:inline-block;margin-right:20px}.order-actions-toolbar .action{margin:0 20px 0 0}.order-details-items{border-bottom:1px solid #d1d1d1;margin-bottom:20px;padding-bottom:10px}.order-details-items .order-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:inline-block}.order-details-items .items-qty .item{white-space:nowrap}.order-details-items .items-qty .title:after{content:': '}.order-details-items .table-order-items .product-item-name{margin-top:0}.order-details-items .table-order-items tbody+tbody{border-top:1px solid #d1d1d1}.order-details-items .item-options dt{margin:0}.order-details-items .item-options dd{margin:0 0 15px}.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-pager-wrapper .toolbar-amount{padding-top:3px}.order-pager-wrapper .pages-items .item:first-child,.order-pager-wrapper .pages-items .item:last-child{margin-right:0}.order-actions-toolbar{margin-bottom:25px}.order-actions-toolbar .action{margin-right:30px}.order-actions-toolbar .action.print{margin:0}.page-title-wrapper .order-date{margin:0 0 20px}.account .page-title-wrapper .page-title,[class^='sales-guest-'] .page-title-wrapper .page-title,.sales-guest-view .page-title-wrapper .page-title{margin-right:25px}.form-orders-search .field.email,.form-orders-search .field.zip{margin-bottom:0}.block-reorder .product-item .checkbox{position:relative;top:2px;vertical-align:baseline}.block-reorder .product-item .field.item{display:inline-block}.block-reorder .product-item-name{display:inline-block}.block-reorder .actions-toolbar{margin:17px 0;max-width:178px}.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 .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:': '}.order-tracking{border-bottom:1px solid #d1d1d1;margin:0;padding:20px 0}.order-tracking .tracking-title{display:inline-block}.order-tracking .tracking-content{display:inline-block;margin:0 0 0 5px}.opc-wrapper .form-discount{max-width:500px}.action.mailto.friend{margin-left:-7px;display:inline-block;text-decoration:none}.action.mailto.friend:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:inherit;content:'\e61d';font-family:'icons-blank-theme';vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.action.mailto.friend span{display:inline-block;line-height:28px;vertical-align:top}.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:#1979c3;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:#1979c3;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:#1979c3;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:#1979c3;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:#1979c3;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:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.minilist .weee{display:table-row;font-size:1.1rem}.minilist .weee:before{display:none}.price-container.weee:before{display:none}.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-items .action.towishlist:before,.products.list.items .action.towishlist:before,.table-comparison .action.towishlist:before{content:'\e601'}.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 #d1d1d1}.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 #d1d1d1}.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 #d1d1d1}.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}.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 .box-tocart input.qty{height:32px}.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 #e8e8e8;cursor:pointer;float:left;height:40px;margin:0 10px 5px 0;max-width:100%;min-width:40px;overflow:hidden;padding:1px 2px;position:relative;text-align:center;border-radius:50%;text-overflow:ellipsis}.swatch-option:focus{box-shadow:0 0 3px 1px #68a8e0}.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 !important}.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);content:'';height:2px;left:-4px;position:absolute;top:10px;width:42px;z-index:995;background:#e02b27}.swatch-option-loading{content:url('../../frontend/Rockher/Winter/en_US/images/loader-2.gif')}.swatch-option-tooltip{border:1px solid #e8e8e8;color:#949494;display:none;max-height:100%;min-height:20px;min-width:20px;padding:5px;position:absolute;text-align:center;z-index:999;background:#fff}.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{border:1px solid #e8e8e8;color:#949494;background:#fff;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 #68a8e0}.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;z-index:1}.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}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-header{border-bottom:1px solid #d1d1d1;margin-bottom:20px}.header.content{padding-top:10px;position:relative}.logo img{display:block}.page-print .logo{float: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:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#ffee9c;border-color:#d6ca8e;color:#333;margin:0}.message.global.noscript a,.message.global.cookie a{color:#1979c3}.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:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#ff0101;border-color:none;color:#fff;margin-bottom:0;text-align:center}.message.global.demo a{color:#1979c3}.message.global.demo a:hover{color:#006bb4}.message.global.demo a:active{color:#ff5501}.page-footer{margin-top:auto}.footer.content{border-top:1px solid #d1d1d1;margin-top:25px;padding-bottom:25px;padding-top:25px}.footer.content .links>li{margin:0 0 8px}.footer.content .switcher-store{margin:0 0 30px}.footer .copyright,.footer .bugs{display:block;margin:20px 0 0}.page-header .switcher,.page-footer .switcher{margin-right:10px}.page-header .switcher .options,.page-footer .switcher .options{display:inline-block;position:relative}.page-header .switcher .options:before,.page-footer .switcher .options:before,.page-header .switcher .options:after,.page-footer .switcher .options:after{content:'';display:table}.page-header .switcher .options:after,.page-footer .switcher .options:after{clear:both}.page-header .switcher .options .action.toggle,.page-footer .switcher .options .action.toggle{padding:0;cursor:pointer;display:inline-block;text-decoration:none}.page-header .switcher .options .action.toggle>span,.page-footer .switcher .options .action.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.page-header .switcher .options .action.toggle:after,.page-footer .switcher .options .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.page-header .switcher .options .action.toggle:hover:after,.page-footer .switcher .options .action.toggle:hover:after{color:inherit}.page-header .switcher .options .action.toggle:active:after,.page-footer .switcher .options .action.toggle:active:after{color:inherit}.page-header .switcher .options .action.toggle.active,.page-footer .switcher .options .action.toggle.active{display:inline-block;text-decoration:none}.page-header .switcher .options .action.toggle.active>span,.page-footer .switcher .options .action.toggle.active>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.page-header .switcher .options .action.toggle.active:after,.page-footer .switcher .options .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e621';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.page-header .switcher .options .action.toggle.active:hover:after,.page-footer .switcher .options .action.toggle.active:hover:after{color:inherit}.page-header .switcher .options .action.toggle.active:active:after,.page-footer .switcher .options .action.toggle.active:active:after{color:inherit}.page-header .switcher .options ul.dropdown,.page-footer .switcher .options ul.dropdown{margin:0;padding:0;list-style:none none;background:#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 .switcher .options ul.dropdown li,.page-footer .switcher .options ul.dropdown li{margin:0;padding:0}.page-header .switcher .options ul.dropdown li:hover,.page-footer .switcher .options ul.dropdown li:hover{background:#e8e8e8;cursor:pointer}.page-header .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before,.page-header .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.page-header .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.page-header .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.page-header .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before{left:10px;top:-12px}.page-header .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{left:9px;top:-14px}.page-header .switcher .options.active,.page-footer .switcher .options.active{overflow:visible}.page-header .switcher .options.active ul.dropdown,.page-footer .switcher .options.active ul.dropdown{display:block}.page-header .switcher .options ul.dropdown a,.page-footer .switcher .options ul.dropdown a{display:block;padding:8px}.page-header .switcher .options ul.dropdown a:hover,.page-footer .switcher .options ul.dropdown a:hover{text-decoration:none}.page-header .switcher li,.page-footer .switcher li{font-size:12px;margin:0}.page-header .switcher strong,.page-footer .switcher strong{font-weight:400}.widget{clear:both}.page-header .widget.block,.page-footer .widget.block{margin:20px 0}.ui-datepicker td{padding: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:6px}.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:2px 0;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:31px;line-height:22px;color:inherit;content:'\e61c';font-family:'icons-blank-theme';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:28px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';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}.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:'icons-blank-theme';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:700;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}@media only screen and (max-width:769px){.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}}@media only screen and (max-width:768px){.abs-button-responsive-smaller,.product-info-main .box-tocart .actions .action.tocart{width:100%}.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,.form-create-return .fieldset>.actions-toolbar:before,.form-create-return .fieldset>.actions-toolbar:after{content:'';display:table}.abs-add-clearfix-mobile-m:after,.form-create-return .fieldset>.actions-toolbar:after{clear:both}.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:'icons-blank-theme';margin:0 5px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-toggling-title-mobile,.block-wishlist-management .wishlist-select .wishlist-name{border-bottom:1px solid #d1d1d1;border-top:1px solid #d1d1d1;cursor:pointer;margin-bottom:0;padding:10px 40px 10px 15px;position:relative;display:block;text-decoration:none}.abs-toggling-title-mobile:after,.block-wishlist-management .wishlist-select .wishlist-name:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-toggling-title-mobile:after,.block-wishlist-management .wishlist-select .wishlist-name:after{position:absolute;right:10px;top:0}.abs-toggling-title-mobile.active:after,.block-wishlist-management .wishlist-select .wishlist-name.active:after{content:'\e621'}.abs-pager-toolbar-mobile .toolbar-amount,.abs-pager-toolbar-mobile .limiter,.abs-pager-toolbar-mobile .pages,.account .toolbar .toolbar-amount,.account .toolbar .limiter,.account .toolbar .pages,.toolbar-wishlist-results .toolbar-amount,.toolbar-wishlist-results .limiter,.toolbar-wishlist-results .pages{float:none;margin-bottom:25px}.abs-shopping-cart-items-mobile .actions,.cart-container .form-cart .actions{text-align:center}.abs-shopping-cart-items-mobile .action.update,.abs-shopping-cart-items-mobile .action.continue,.abs-shopping-cart-items-mobile .action.clear,.cart-container .form-cart .action.update,.cart-container .form-cart .action.continue,.cart-container .form-cart .action.clear{margin:0 auto 10px}.abs-shopping-cart-items-mobile .action.update,.abs-shopping-cart-items-mobile .action.clear,.cart-container .form-cart .action.update,.cart-container .form-cart .action.clear{display:block}.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:#999}.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:'icons-blank-theme';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:'icons-blank-theme';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.5);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:#e8e8e8;border:solid #dbdbdb;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:#f5f5f5;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;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}.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;padding-left:7px}.navigation .submenu:not(:first-child) .level1.active>a{padding-left:7px}.product.data.items{margin:0;padding:0}.product.data.items>.item.title{box-sizing:border-box;float:none;width:100%}.product.data.items>.item.title>.switch{display:block}.product.data.items>.item.content{box-sizing:border-box;display:block;float:none;margin:0}.product.data.items>.item.content:before,.product.data.items>.item.content:after{content:'';display:table}.product.data.items>.item.content:after{clear:both}.product.data.items>.item.content.active{display:block}.product.data.items>.item.title{margin:0 0 5px}.product.data.items>.item.title>.switch{background:#f0f0f0;border-bottom:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-top:1px solid #d1d1d1;height:40px;padding:5px 20px 5px 20px;font-weight:600;line-height:40px;font-size:1.8rem;color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:visited{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#333;text-decoration:none}.product.data.items>.item.title:not(.disabled)>.switch:focus,.product.data.items>.item.title:not(.disabled)>.switch:hover{background:#fcfcfc}.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{background:#fff;color:#333;text-decoration:none;padding-bottom:5px}.product.data.items>.item.content{background:#fff;border:1px solid #d1d1d1;margin:0 0 5px;padding:20px 20px 20px 20px}.product.data.items .data.item{display:block}.product.data.items .item.title>.switch{padding:1px 15px 1px}.product.data.items>.item.content{padding:10px 15px 30px}.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:90vh}.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}.pagebuilder-column-line{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}.wish.wrapper{display:none}.widget-blog-posts ol.post-list li.item{width:33.33%}#layered-filter-block .wp-ln-selected .swatch-option{position:relative;overflow:visible;outline:2px solid #e00;border:1px solid #fff}#layered-filter-block .wp-ln-selected .swatch-option:before{visibility:visible;border:3px solid #fff !important}#layered-filter-block .wp-ln-selected .swatch-option:after{visibility:visible !important}.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}.block.related .action.select{display:block;margin:5px 0}.compare,.product-addto-links .action.tocompare,.product-item-actions .actions-secondary>.action.tocompare{display:none}.block-search .block-content{margin-bottom:0}.cart.table-wrapper{overflow:inherit}.cart.table-wrapper thead .col:not(.item){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;text-align:center;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:700;padding-bottom:10px}.cart.table-wrapper .col.msrp{white-space:normal}.cart.table-wrapper .item .col.item{padding-bottom:0}.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}.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%}.login-container .fieldset:after{text-align:center}.account .messages{margin-bottom:0}.control.captcha-image .captcha-img{margin-bottom:10px;display:block}.customer-account-index .page-title-wrapper{position:relative}.form.search.advanced .field.price .with-addon .input-text{flex-basis:auto;width:100%}.gift-options .actions-toolbar .action-update{font-size:2rem;padding:15px;width:100%}.gift-item-block{border-top:1px solid #c1c1c1;border-bottom:0}.cart.table-wrapper .gift-content{margin-right:-10px}.gift-wrapping{border-bottom:1px solid #c1c1c1;margin-bottom:20px;padding-bottom:10px}.gift-wrapping-list{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}.form-add-invitations .additional,.form-add-invitations .field.text{margin-top: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-items{border-bottom:1px solid #d1d1d1;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{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}.reward-settings+.actions-toolbar{margin-top:10px}.account .column.main .returns-details-items .block-returns-tracking .block-title>.action.track{display:block;float:none;margin:10px 0 0}.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}.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{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{float:left}.products-grid.wishlist .product-item-actions .action.delete{float:right}.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}.sidebar .block-viewed-products-grid .products-grid .product-item{margin-left:2%;width:calc((100% - 2%) / 2)}.sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1){margin-left:0}.sidebar .block-viewed-products-grid .products-grid .product-item-photo{display:block;position:relative}.sidebar .block-viewed-products-grid .products-grid .product-item-details{margin:0}.sidebar .block-viewed-products-grid .products-grid .product-item-info{text-align:center}.braintree-applepay-container-product{display:block}.braintree-applepay-container-product .braintree-apple-pay-button{width:100%}}@media only screen and (max-width:639px){.abs-visually-hidden-mobile,.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,.account .toolbar:before,.account .toolbar: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,.account .toolbar: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 #d1d1d1}.abs-checkout-order-review tbody tr .col.item:before,.multicheckout.order-review .data.table tbody tr .col.item:before{display:none}.abs-checkout-order-review tbody tr .col.qty,.abs-checkout-order-review tbody tr .col.price,.abs-checkout-order-review tbody tr .col.subtotal,.multicheckout.order-review .data.table tbody tr .col.qty,.multicheckout.order-review .data.table tbody tr .col.price,.multicheckout.order-review .data.table tbody tr .col.subtotal{box-sizing:border-box;float:left;text-align:center;white-space:nowrap;width:33%}.abs-checkout-order-review tbody tr .col.qty[data-th]:before,.abs-checkout-order-review tbody tr .col.price[data-th]:before,.abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,.multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,.multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,.multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before{content:attr(data-th) ':';display:block;font-weight:700;padding-bottom:10px}.abs-checkout-order-review tbody tr .product-item-name,.multicheckout.order-review .data.table tbody tr .product-item-name{margin:0}.abs-no-display-s,.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th{display:none}.abs-pager-toolbar-mobile-s .toolbar-amount,.abs-pager-toolbar-mobile-s .limiter,.abs-pager-toolbar-mobile-s .pages,.toolbar-giftregistry-results .toolbar-amount,.toolbar-giftregistry-results .limiter,.toolbar-giftregistry-results .pages{margin-bottom:25px}.table-wrapper{overflow-x:auto;overflow-y:hidden;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;position:relative}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison){border:none;display:block}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>thead>tr>th{display:none}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody{display:block}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr{display:block}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td,.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th{border-bottom:none;display:block;padding:5px 0}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td[data-th]:before,.table-wrapper .table:not(.cart):not(.totals):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(.cart):not(.totals):not(.table-comparison) tbody>tr>td:first-child{padding-top:20px}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr>td:last-child{padding-bottom:20px}.table-wrapper .table:not(.cart):not(.totals):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 th{box-sizing:border-box;float:left;padding-left:0;padding-right:0;text-align:left;width:70%}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot td{box-sizing:border-box;float:left;padding-left:0;padding-right:0;text-align:right;width:30%}.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}.bss-onestepcheckout .opc-wrapper #shipping{width:100%}.bss-onestepcheckout .opc-wrapper #opc-shipping_method{overflow-x:auto;overflow-y:hidden;width:100%;margin-top:25px}.bss-onestepcheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method{min-width:unset}.bss-onestepcheckout .opc-wrapper #payment{overflow-x:auto;overflow-y:hidden;width:100%}.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .step-title{border:0}.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .checkout-billing-address .billing-address-same-as-shipping-block{margin:0}.bss-onestepcheckout #opc-sidebar .discount-code #discount-form{width:100%}.bss-onestepcheckout .create-account{margin-bottom:0}.bss-onestepcheckout .create-account .pass{float:left;width:48%;margin-right:4%;margin-bottom:0}.bss-onestepcheckout .create-account .confirm-pass{float:left;width:48%}.widget-blog-posts ol.post-list li.item{width:50%}.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:28px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';margin:1px 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%}.block-search{margin-top:10px}.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}.opc-wrapper .step-title{font-size:18px;border-bottom:0;padding-bottom:0}.opc-wrapper .form-login{border-bottom:1px solid #ccc;margin:0 0 15px;padding:0 0 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 .form-login,.opc-wrapper .form-shipping-address{margin-top:28px}.opc-wrapper .action-select-shipping-item{float:none;margin-top:10px;width:100%}.opc-wrapper .action-show-popup{width:100%}.opc-wrapper .edit-address-link{display:inline-block;text-decoration:none;margin:0;position:absolute;right:0;top:1px}.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:28px;line-height:28px;color:#303030;content:'\e606';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.opc-wrapper .edit-address-link:hover:before{color:#303030}.opc-wrapper .edit-address-link:active:before{color:#303030}.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}.account .column.main,.account .sidebar-additional{margin:0}.cart.table-wrapper .gift-content{border-bottom:1px solid #d1d1d1;margin-bottom:20px}.table-giftregistry-items .field.choice,.table-giftregistry-items .field.qty{display:inline-block}.form-giftregistry-search .fieldset{margin-bottom:15px}.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 .actions-toolbar .action{margin-bottom:25px}.multicheckout .actions-toolbar>.primary{margin-bottom:25px;margin-right:0}.account .order-details-items .table-order-items .product-item-name,.account .order-details-items .table-order-items .price-including-tax,.account .order-details-items .table-order-items .price-excluding-tax,.account .order-details-items .table-order-items .items-qty{display:inline-block;vertical-align:top}.account .toolbar .pages{float:right}.account .toolbar .limiter{clear:both}.order-details-items thead{display:block}.order-details-items thead tr,.order-details-items thead td{display:block}.table-wrapper .table.table-order-items tfoot td.order-pager-wrapper{width:100%}.order-items.table-wrapper .col.price,.order-items.table-wrapper .col.qty,.order-items.table-wrapper .col.subtotal,.order-items.table-wrapper .col.msrp{text-align:left}.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}#braintree-three-d-modal .bt-modal-frame{width:100%}}@media only screen and (max-width:479px){.tooltip.wrapper .tooltip.content{min-width:10rem}.bss-onestepcheckout .create-account .pass{float:none;width:100%;margin-bottom:20px}.bss-onestepcheckout .create-account .confirm-pass{float:none;width:100%}.widget-blog-posts ol.post-list li.item{width:100%;float:none}.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.8%}.abs-blocks-2columns-s:nth-child(odd){clear:left;float:left}.abs-blocks-2columns-s:nth-child(even){float:right}.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-margin-for-forms-desktop-s{margin-left:25.8%}.abs-visually-hidden-desktop-s{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}.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:#1979c3;text-decoration:none;background:none;border:0;display:inline;margin-top:2px}.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:#1979c3;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:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.products-grid .product-item{margin-bottom:30px}.product-item-actions{display:block}.products-grid .product-item-actions{margin:10px 0}.product-item-actions .actions-primary+.actions-secondary>*{white-space:normal}.products-grid .product-item{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:2%;padding: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}.multicheckout .actions-toolbar .secondary{float:none;margin-top:11px;text-align:right}.multicheckout .actions-toolbar .secondary .action{margin-left:10px}.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;max-width:240px}.review-ratings~.review-content,.review-ratings~.review-details{margin-left:280px}.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}.wishlist-index-index .products-grid .product-item{margin-bottom:20px}.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}}#braintree-three-d-modal{display:-webkit-flex;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;align-items:center;height:100vh;width:100vw;z-index:100000;visibility:visible}#braintree-three-d-modal .bt-modal-frame{height:420px;width:440px;margin:auto;background-color:#fff;z-index:2;border-radius:6px}#braintree-three-d-modal .bt-modal-body{height:380px;margin:20px;background-color:white;border:1px solid #d3d3d3}#braintree-three-d-modal .bt-mask{position:absolute;top:0;left:0;height:100%;width:100%;background-color:black;opacity:0.75}.braintree-applepay-container-product{display:inline-block}.braintree-applepay-container-product .braintree-apple-pay-button{padding:10px 0;margin:0;margin-bottom:15px}.braintree-apple-pay-button{-webkit-appearance:-apple-pay-button;-apple-pay-button-type:plain;display:block;width:200px;min-height:40px;border:1px solid #000;background-image:-webkit-named-image(apple-pay-logo-black);background-size:100% calc(60% + 2px);background-repeat:no-repeat;background-color:black;background-position:50% 50%;border-radius:5px;padding:2px;margin:20px auto;transition:background-color .15s;cursor:pointer}.ppcredit-summary{background:linear-gradient(to right, #009cde, #003087);color:#fff;padding:15px;text-align:center;margin:10px 0px}.ppcreditcalc-container{border:1px solid #dedede;background:#fff}.ppcreditcalc-header{background:#fff;padding:15px}.ppcreditcalc-legal{background-color:#eee;border-top:1px solid #dedede;padding:15px;font-size:1.2rem;line-height:2rem}.ppcreditcalc-instalments{list-style:none;margin:0;padding:0;border-top:1px solid #dedede;border-bottom:1px solid #dedede;background-color:#eeeeee}.ppcreditcalc-instalments li{display:inline-block;margin:0;padding:0}.ppcreditcalc-instalments-term{display:block;padding:10px 15px;color:#000}.ppcreditcalc-instalments-term:hover{background:#009CDE;color:#FFF;text-decoration:none}.ppcreditcalc-instalments-term.active{background:#003087;color:#FFF}.ppcreditcalc-instalment-summary{padding:15px}.ppcreditcalc-instalment-summary dl{margin:0}.ppcreditcalc-instalment-summary dt{display:inline-block;width:50%}.ppcreditcalc-instalment-summary dd{display:inline-block}#braintree_expirationDate{width:90px}button.braintree-googlepay-button,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button,.action-gift.braintree-googlepay-button{background-origin:content-box;background-position:center center;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;box-shadow:rgba(60,64,67,0.3) 0 1px 1px 0,rgba(60,64,67,0.15) 0 1px 3px 1px;cursor:pointer;height:40px;min-height:40px;padding:11px 24px}button.braintree-googlepay-button.black,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.black,.action-gift.braintree-googlepay-button.black{background-color:#000;box-shadow:none;padding:12px 24px 10px}button.braintree-googlepay-button.white,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.white,.action-gift.braintree-googlepay-button.white{background-color:#fff}button.braintree-googlepay-button.short,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.short,.action-gift.braintree-googlepay-button.short{min-width:90px;width:160px}button.braintree-googlepay-button.black.short,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.black.short,.action-gift.braintree-googlepay-button.black.short{background-image:url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg)}button.braintree-googlepay-button.white.short,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.white.short,.action-gift.braintree-googlepay-button.white.short{background-image:url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg)}button.braintree-googlepay-button.black:active,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.black:active,.action-gift.braintree-googlepay-button.black:active{background-color:#5f6368}button.braintree-googlepay-button.black:hover,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.black:hover,.action-gift.braintree-googlepay-button.black:hover{background-color:#3c4043}button.braintree-googlepay-button.white:active,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.white:active,.action-gift.braintree-googlepay-button.white:active{background-color:#fff}button.braintree-googlepay-button.white:focus,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.white:focus,.action-gift.braintree-googlepay-button.white:focus{box-shadow:#e8e8e8 0 1px 1px 0,#e8e8e8 0 1px 3px}button.braintree-googlepay-button.white:hover,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.white:hover,.action-gift.braintree-googlepay-button.white:hover{background-color:#f8f8f8}button.braintree-googlepay-button.long,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.long,.action-gift.braintree-googlepay-button.long{min-width:152px;width:240px}button.braintree-googlepay-button.white.long,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.white.long,.action-gift.braintree-googlepay-button.white.long{background-image:url(https://www.gstatic.com/instantbuy/svg/light/en.svg)}button.braintree-googlepay-button.black.long,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.black.long,.action-gift.braintree-googlepay-button.black.long{background-image:url(https://www.gstatic.com/instantbuy/svg/dark/en.svg)}.googlepay-minicart-logo{margin-top:15px;text-align:center}.checkout-payment-method .credit-card-types.braintree-credit-card-types img{width:30px;-webkit-filter:none;-webkit-transition:none}.braintree-card-control{position:relative}.braintree-credit-card-selected{position:absolute;z-index:10;left:10px}.braintree-paypal-logo.oneclick-container{width:100%}#payment_form_braintree_ach_direct_debit .field>.fields .field .label{font-weight:600}#payment_form_braintree_ach_direct_debit .field>.fields .field.required>.label:after{content:'*';color:#e02b27;font-size:1.8rem;margin:0 0 0 5px}#payment_form_braintree_ach_direct_debit .field>.fields .field .control{margin:10px 10px 0 0}#payment_form_braintree_ach_direct_debit .field>.fields .field .control input[type="text"]::placeholder,#payment_form_braintree_ach_direct_debit .field>.fields .field .control input[type="number"]::placeholder{color:lightgrey}#payment-method-braintree-lpm .primary{width:100%}#payment-method-braintree-lpm .primary .action{margin-bottom:12px;width:100%}#payment-method-braintree-lpm .primary .action img{height:40px}#payment-method-braintree-cc-vault .field.required .label{font-weight:600}#payment-method-braintree-cc-vault .field.required .label:after{content:'*';color:#e02b27;font-size:1.8rem;margin:0 0 0 5px}#payment-method-braintree-cc-vault .field .hosted-control{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:1.4rem;height:32px;padding:0 9px;vertical-align:baseline;box-sizing:border-box;position:relative;width:5rem}#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error{height:auto;opacity:1}#payment-method-braintree-cc-vault .field .hosted-error{clear:both;color:#e02b27;font-size:1.2rem;height:0;margin-top:7px;opacity:0}.braintree-paypal-fieldset{display:none}.payment-method-braintree .hosted-control{border:1px solid #c2c2c2;height:32px;padding:8px 15px;max-width:300px}.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error{height:auto;opacity:1}.payment-method-braintree .hosted-error{clear:both;color:#e02b27;font-size:1.2rem;height:0;margin-top:7px;opacity:0}.payment-method-braintree .cvv{max-width:200px;position:relative}.payment-method-braintree .cvv .field-tooltip{top:10px;right:30px}#braintree_cc_number{padding-left:68px}/*!
 * Bootstrap Grid v4.4.0 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
	display: block;
}

audio,canvas,video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-family: LatoRegular;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	overflow-x: hidden;
	background: #FFFFFF;
	color: #000000;
	line-height: 1;
}


a:focus {
	outline-color: #3091c2;
	color: #7A748F;
}

a:active,a:hover {
	outline: 0;
}


h1 {
	font-size: 2em;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

code,kbd,pre,samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}


img {
	border: 0;
	display: block;
}

svg:not(:root) {
	overflow: hidden;
}


figure {
	margin: 0;
}


fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	border: 0;
	padding: 0;
}

button,input,select,textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,input {
	line-height: normal;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],input[disabled] {
	cursor: default;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	width: 450px;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}


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

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html,body,img,fieldset,abbr,acronym {
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
th,code,cite,caption {
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
address {
	font-style: normal;
}
ol,ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
q:before,q:after {
	content: '';
}
input:focus,input[type="search"]:focus {
	outline-offset: -2px;
}

/*Commented according to W3C (should be removed after)*/
/*@-ms-viewport {*/
	/*width: device-width;*/
/*}*/
/*@-o-viewport {*/
	/*width: device-width;*/
/*}*/
/*@viewport {*/
	/*width: device-width;*/
/*}*/
a,button {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
body,button,input,select,table,textarea {
	font-family: LatoRegular;
	color: #636363;
	font-size: 14px;
	line-height: 1.5;
}
a {
	color: #41395f;
	text-decoration: none;
}
a:hover {
	color: #372d2a;
	text-decoration: underline;
}

h1,.h1 {
	margin: 0;
	margin-bottom: 0.7em;
	font-family: LatoRegular;
	font-size: 28px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}
h2,.h2 {
	margin: 0;
	margin-bottom: 0.5em;
	color: #636363;
	font-family: LatoRegular;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}
h3,.h3 {
	margin: 0;
	margin-bottom: 10px;
	color: #636363;
	font-family: LatoRegular;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
}
h4,.h4 {
	margin: 0;
	margin-bottom: 10px;
	color: #636363;
	font-family: LatoBold;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
}
h5,.h5 {
	margin: 0;
	margin-bottom: 10px;
	color: #636363;
	font-family: LatoBold;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
}
h6,.h6 {
	margin: 0;
	margin-bottom: 5px;
	color: #636363;
	font-family: LatoBold;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
}

.add-to-links .link-favourite .img-desk-share {
	float: left;
	margin-right: 5px;
}
.address-list address {
	margin-bottom: 1em;
}
.availability {
	margin-bottom: 0;
	font-size: 13px;
	text-transform: uppercase;
}
.availability .label {
	display: none;
}
.availability.in-stock {
	color: #11b400;
}
.availability.available-soon,.availability.out-of-stock {
	color: red;
}
.availability-only {
	color: red;
	margin-bottom: 10px;
}

.page-title h1,.page-title h2,.product-name h1,.product-name .h1 {
	text-transform: uppercase;
	font-size: 24px;
/*	font-weight: 600;*/
	color: #636363;
/*	border-bottom: 1px solid #ededed;*/
	padding-bottom: 3px;
	margin-bottom: 15px;
	text-transform: uppercase;
    text-align: center;
}

.block,.col-left-first {
	margin-bottom: 20px;
}
.col-left-first .block:last-of-type {
	margin-bottom: 0;
}
.category-products .block-layered-nav.amshopby-collapse-enabled .block-title {
	display: none;
}
.block-title {
	position: relative;
	padding: 10px 0 0;
	margin-bottom: 0px;
	border-top: 1px solid #cccccc;
}
.block-title h2,.block-title h3,.block-title strong {
	margin: 0;
	margin-bottom: 10px;
	color: #636363;
	font-family: LatoBold;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	color: #3399cc;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
}
.block-title small {
	font-size: 100%;
	font-weight: normal;
	color: #a0a0a0;
}
body:not(.customer-account) .block:first-child .block-title {
	border-top: none;
	padding-top: 0;
}
.block-subtitle {
	font-weight: bold;
	margin-bottom: 7px;
}
.block-content {
	margin-top: 5px;
}
.block-content.unpad {
	padding: 0;
}
.block-content li.item {
	margin: 0 0 10px 9px;
}
.block.block-related.iphone .block-content li.item {
	margin: 0 0 10px 0px;
}
.block-content li.item:last-child {
	margin-bottom: 0;
}
.block .actions {
	margin: 10px 0 0;
}
.block .actions:after {
	content: '';
	display: table;
	clear: both;
}
.block .actions a {
	float: left;
}
.block .actions .button {
	float: right;
}
.col-left .block .actions .button ~ a,.col-right .block .actions .button ~ a {
	line-height: 33px;
	margin-right: 5px;
}
.checkout-cart-index .round_aab {
	height: 90px;
	width: 90px;
}

@media only screen and (max-width: 770px) {

	.sidebar .block:not(.block-layered-nav) {
		margin-bottom: 0;
	}
	.sidebar .block:not(.block-layered-nav) .block-title {
		padding: 0;
		margin-top: 0;
		border-bottom: none;
		border-top: none;
		margin-bottom: 0;
	}
	.sidebar .block:not(.block-layered-nav) .block-title > strong {
		margin: 0;
		margin-bottom: 10px;
		color: #636363;
		font-family: LatoBold;
		font-size: 14px;
		font-weight: bold;
		font-style: normal;
		line-height: 1.4;
		text-rendering: optimizeSpeed;
		text-transform: uppercase;
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		user-select: none;
		font-weight: normal;
		margin-bottom: 0px;
		padding: 7px 10px 7px 24px;
		border-width: 1px;
		border-style: solid;
		border-color: #cccccc;
		position: relative;
		background-color: #f4f4f4;
		display: block;
		width: 100%;
		cursor: pointer;
		border-bottom: 0;
	}
	.sidebar .block:not(.block-layered-nav) .block-title > strong:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: block;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 4px solid #3399cc;
		border-right: none;
		left: 10px;
		top: 50%;
		margin-top: -3px;
	}
	.sidebar .block:not(.block-layered-nav) .block-title.active > strong {
		margin: 0;
		margin-bottom: 10px;
		color: #636363;
		font-family: LatoBold;
		font-size: 14px;
		font-weight: bold;
		font-style: normal;
		line-height: 1.4;
		text-rendering: optimizeSpeed;
		text-transform: uppercase;
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		user-select: none;
		font-weight: normal;
		margin-bottom: 0px;
		padding: 7px 10px 7px 24px;
		border-width: 1px;
		border-style: solid;
		border-color: #cccccc;
		position: relative;
		background-color: #f4f4f4;
	}
	.sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: block;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		border-top: 4px solid #3399cc;
		border-bottom: none;
		left: 10px;
		top: 50%;
		margin-top: -3px;
	}
	.sidebar .block:not(.block-layered-nav) .block-content {
		padding: 10px;
		margin-top: 0;
		border-width: 0 1px;
		border-style: solid;
		border-color: #cccccc;
	}
	.sidebar .block:last-of-type {
		border-bottom: 1px solid #cccccc;
	}
	.sidebar .block-account .block-title > strong span:after,.sidebar .block-cms-menu .block-title > strong span:after {
		content: ' Menu';
	}
}


.block-account .block-title,.block-cms-menu .block-title {
	padding-top: 0;
	border-top: none;
}
.block-account li,.block-cms-menu li {
	text-transform: uppercase;
	font-family: LatoRegular;
	margin: 7px 0;
}
.block-account li strong,.block-cms-menu li strong {
	font-weight: 400;
	color: #3399cc;
}
.block-account li a,.block-cms-menu li a {
	color: #636363;
}
.block-account li a:hover,.block-cms-menu li a:hover {
	color: #3399cc;
}


.cart .buttons-set .button,.cart-table .button,.sidebar .actions .button,.button.button-secondary {
	background: #dddddd;
	color: #636363;
	padding: 7px 15px;
}
.cart .buttons-set .button:hover,.cart-table .button:hover,.sidebar .actions .button:hover,.button.button-secondary:hover {
	background: #d0d0d0;
	cursor: pointer;
}
.cart .buttons-set .button:active,.cart-table .button:active,.sidebar .actions .button:active,.button.button-secondary:active {
	background: #c4c4c4;
	color: #636363;
}
.cart .buttons-set .button:focus,.cart-table .button:focus,.sidebar .actions .button:focus,.button.button-secondary:focus {
	color: #636363;
	background: #c4c4c4;
	outline: none;
}

.button,.cart-table .product-cart-actions .button,#co-shipping-method-form .buttons-set .button,.footer .button {
	background: #41395f;
	border: 0px;
	display: inline-block;
	padding: 7px 15px;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	font-family: ProximaNovaReg;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.customer-account-login .slide_show {
	margin-top: 119px;
	position: relative;
}
.resdesk-ac-1 {
	position: absolute;
	top: 6vw;
	width: 100%;
	text-align: center;
	font-size: 30.49px;
	color: #443c61;

	font-style: italic;
}

.facebook_login {
	background: none;
	padding: 0px;
}
.facebook_login:hover {
	background: none !important;
}
#send2 {
	width: 280px;
	height: 50px;
	letter-spacing: 2px;
	word-spacing: 2px;
}
.facebook-login,.signin_div {
	text-align: center;
	padding-top: 60px;
}
.button:hover,.cart-table .product-cart-actions .button:hover,#co-shipping-method-form .buttons-set .button:hover,.footer .button:hover {
	background: #f4f3f8;
	color: #41395f;
	cursor: pointer;
	/*border: 1px solid #41395f;*/
}
.button:active,.cart-table .product-cart-actions .button:active,#co-shipping-method-form .buttons-set .button:active,.footer .button:active {
	background: #f4f3f8;
	color: #41395f;
}
a.button {
	text-decoration: none;
}
a.button:hover {
	color: #FFFFFF;
}

.button.disabled,.button:disabled {
	cursor: not-allowed;
	background: #f4f3f8;
	color: #41395f;
}

.button + .button {
	margin-left: 5px;
}
.button2 {
	border: 0;
	padding: 0 5px;
	margin: 0;
	background: transparent;
	cursor: pointer;
	vertical-align: middle;
}
.button2:focus {
	outline: none;
}
.button2 span,.button2 span span {
	line-height: 30px;
	height: 30px;
	text-decoration: underline;
	text-transform: uppercase;
	display: inline-block;
	color: #3399cc;
	font-family: LatoRegular;
}
.button2 span:hover,.button2 span span:hover {
	text-decoration: none;
	color: #246b8f;
}
.product-name-count-res {
	display: none;
}

@media only screen and (max-width: 770px) {

	.resdesk-ac-1 {
		display: none;
	}
	.col2-set .buttons-set .button,.col2-set .buttons-set .button2 {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.col2-set .buttons-set .back-link {
		display: none;
	}
	.col2-set .buttons-set .required {
		display: none;
	}
}


@media only screen and (max-width: 479px) {

	.buttons-set .button {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 7px;
	}
	.buttons-set .back-link {
		display: none;
	}
	.buttons-set .required {
		display: none;
	}
}


.paypal-logo.paypal-after {
	float: left;
}
.paypal-after .paypal-or {
	float: left;
}
.paypal-or {
	line-height: 40px;
	margin: 0px 10px 5px;
}
.paypal-after .paypal-button {
	float: left;
}
.paypal-button {
	line-height: 0px;
}
.paypal-button img {
	display: inline;
}

@media only screen and (max-width: 670px) {

	.paypal-or {
		line-height: 20px;
	}
	.paypal-logo,.paypal-or,.paypal-button {
		text-align: center;
		width: 100%;
		display: block;
		margin-right: 0;
		margin-left: 0;
		float: none;
	}
}


.buttons-set {
	clear: both;
	margin: 10px 0 0;
	padding-top: 10px;
	border-top: 1px solid #ededed;
	text-align: right;
}
.buttons-set p.required {
	margin: 0;
	margin-left: 10px;
	line-height: 33px;
	float: right;
}
.buttons-set .back-link {
	float: left;
	margin: 0;
	line-height: 33px;
}
.buttons-set a {
	line-height: 20px;
	display: inline-block;
	padding: 5px;
}
.buttons-set button.button {
	float: right;
	margin-left: 5px;
	min-width: 140px;
}
.buttons-set:after {
	content: '';
	display: table;
	clear: both;
}

/*Amazon checkout page modal window styles*/
.checkout-amazon-payments-index .buttons-set {
	float: left;
	margin: 0;
	padding: 0;
}
.checkout-amazon-payments-index .buttons-set button.button {
	margin-left: 0;
}
.checkout-amazon-payments-index .edit-cart-link{
	text-align: center;
}
.checkout-amazon-payments-index .shoping-cart-total{
	justify-content: space-between;
	display: flex;
	border-bottom: 1px dashed #cbcbcb;
	padding-bottom: 20px;
}
.checkout-amazon-payments-index .shoping-cart-tax{
	justify-content: space-between;
	display: flex;
}
.checkout-amazon-payments-index .shoping-cart-info{
	display: inline-flex;
}
.checkout-amazon-payments-index .subtotal, .checkout-amazon-payments-index .shopping-tax-cart{
	display: none;
}
.checkout-amazon-payments-index #checkout-review-table-wrapper .default .value{
	float: right;
}
/*----------------------------------------*/

.icon-sprite,.btn-remove2,.ratings .rating-box,.ratings .rating-box .rating,.sorter > .sort-by .sort-by-switcher,.sorter > .view-mode .grid,.sorter > .view-mode .list,.skip-nav .icon,.skip-search .icon,#search_mini_form .search-button:before,.skip-account .icon,.skip-cart .icon,.product-view .sharing-links a,.review-summary-table .rating-box .rating-number:after,.ratings-table .rating-box,.ratings-table .rating-box .rating {
	background-image: url(../../frontend/Rockher/Winter/en_US/images/icon_sprite.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
/*Removed because of new Shopping Cart design(should be removed*/
/*.checkout-cart-index .product-cart-info .btn-remove2 {*/
	/*float: right;*/
	/*background-image: none;*/
	/*background-position: unset;*/
	/*text-indent: unset;*/
	/*color: red;*/
	/*width: 55px;*/
	/*display: block;*/
	/*font-size: 15px;*/
	/*font-family: LatoRegular;*/
	/*text-decoration: underline!important;*/
	/*top: 5px;*/
	/*right: 8px;*/
	/*padding-top: 8px;*/
/*}*/
@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {

	.icon-sprite,.btn-remove2,.ratings .rating-box,.ratings .rating-box .rating,.sorter > .sort-by .sort-by-switcher,.sorter > .view-mode .grid,.sorter > .view-mode .list,.skip-nav .icon,.skip-search .icon,#search_mini_form .search-button:before,.skip-account .icon,.skip-cart .icon,.product-view .sharing-links a,.review-summary-table .rating-box .rating-number:after,.ratings-table .rating-box,.ratings-table .rating-box .rating {
		background-image: url(../../frontend/Rockher/Winter/en_US/images/icon_sprite@2x.png);
		background-size: 100px 1000px;
	}
}


.breadcrumbs {
	overflow: hidden;
}

.breadcrumbs li {
	float: left;
	font-size: 12px;
	font-family: ProximaNovaReg;
}
.breadcrumbs a {
	float: left;
	color: #636363;
}
.breadcrumbs a:hover {
	color: #3399cc;
}
.breadcrumbs strong {
	color: #636363;
	font-weight: normal;
}
.breadcrumbs span {
	float: left;
	padding: 0 7px;
}

@media only screen and (max-width: 770px) {

	.breadcrumbs {
		display: none;
	}
}


.btn-remove,.btn-previous {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #ededed;
	text-align: center;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	position: relative;
}
.btn-remove:hover,.btn-previous:hover {
	background-color: #3399cc;
	border-color: #3399cc;
}
.btn-remove:after {
	content: 'X';
	color: #3399cc;
	height: 20px;
	line-height: 20px;
	width: 100%;
	font-size: 10px;
	font-family: LatoBold;
	font-weight: bold;
}
.btn-remove:hover:after {
	color: #FFFFFF;
	text-decoration: none;
}
.btn-remove2 {
	background-position: 4px -648px;
	border: none;
	vertical-align: top;
}
.btn-remove2:after {
	display: none;
}
.btn-remove2:hover {
	background-color: transparent;
	opacity: 0.8;
}
.btn-previous:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #3399cc;
	border-left: none;
	top: 50%;
	left: 50%;
	margin-left: -2px;
	margin-top: -4px;
}
.btn-previous:hover:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid white;
	border-left: none;
}
.block-layered-nav .currently .btn-remove,.block-layered-nav .currently .btn-previous,.mini-products-list .btn-remove,.mini-products-list .btn-previous,#compare-items .btn-remove,#compare-items .btn-previous {
	float: right;
	margin-left: 6px;
}

.checkout-agreements li {
	margin-bottom: 20px;
}
.checkout-agreements .agreement-content {
	overflow-y: auto;
	max-width: 670px;
	max-height: 125px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #cccccc;
	background: #f4f4f4;
}

.cvv-what-is-this {
	margin-left: 10px;
	font-size: 13px;
	line-height: 24px;
}

.main-container,.footer {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}
.main-container {
}
.main-container:after {
	content: '';
	display: table;
	clear: both;
}

.main:after,.col-wrapper:after {
	content: '';
	display: table;
	clear: both;
}
.col-left,.col-right,.col-main {
	padding: 0 10px;
}
.col-left {
	float: left;
	width: 25%;
	padding-left: 0;
	clear: left;
}
.col-left img {
	max-width: 100%;
}
.col-right {
	float: right;
	width: 25%;
	padding-right: 0;
}
.col-right img {
	max-width: 100%;
}
.col-main {
	float: left;
	width: 75%;
}
.col1-layout .col-main {
	float: none;
	width: auto;
	padding: 0;
}
.col2-left-layout .col-main {
	float: right;
	padding-right: 0;
}
.col2-right-layout .col-main {
	padding-left: 0;
}
.col3-layout .col-right {
	width: 20.83333%;
}
.col3-layout .col-wrapper {
	float: left;
	width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
	float: right;
	width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
	width: 26.31579%;
}
.amshopby-narrow-by-list .filterpos0.Sub.Style .Price {
	width: 75%;
}
.amshopby-narrow-by-list .filterpos1.Price {
	width: 40%;
	float: left;
	margin-right: 5%;
}
.amshopby-filters-top #narrow-by-list tr dd {
	clear: both;
}
.amshopby-filters-top #narrow-by-list tr dt {
	width: 100%;
	float: left;
	padding: 15px 0;
	margin-top: 15px;
}

.post-list li.bottom-three-blog-list .featured-image img {
	height: 330px;
}

@media only screen and (max-width: 1000px) {

	.col3-layout .col-right {
		float: left;
		clear: left;
		padding-left: 0;
		padding-right: 10px;
		width: 25%;
	}
	.col3-layout .col-wrapper {
		float: right;
		width: 100%;
	}
	.col3-layout .col-wrapper .col-main {
		float: right;
		width: 75%;
	}
	.col3-layout .col-wrapper .col-left {
		width: 25%;
	}
}


@media only screen and (max-width: 770px) {

	.col-left,.col-right,.col-main,.col1-layout .col-left,.col1-layout .col-right,.col1-layout .col-main,.col2-left-layout .col-left,.col2-left-layout .col-right,.col2-left-layout .col-main,.col2-right-layout .col-left,.col2-right-layout .col-right,.col2-right-layout .col-main,.col3-layout .col-wrapper .col-left,.col3-layout .col-right,.col3-layout .col-wrapper .col-main {
		padding: 0;
		margin-bottom: 10px;
		float: none;
		width: auto;
	}
	.col3-layout .col-wrapper {
		float: none;
		width: auto;
	}
	.col-main {
		float: none;
		width: auto;
	}
	.col-main .col-left {
		padding: 0;
	}
}


.col2-set {
	width: 100%;
}
.col2-set .col-1,.col2-set .col-2 {
	width: 50%;
	padding: 20px;
}

@media only screen and (max-width: 770px) {

	.col2-set .col-1,.col2-set .col-2 {
		padding: 10px;
		min-height: 0;
	}
}

.col2-set .col-1 {
	float: left;
	padding-left: 0;
}
.col2-set .col-2 {
	float: right;
	padding-right: 0;
}

@media only screen and (max-width: 479px) {

	.col2-set .col-1,.col2-set .col-2 {
		float: none;
		width: auto;
		border: 0;
		padding-right: 0;
		padding-left: 0;
	}
}

.col2-set .narrow {
	width: 33%;
}
.col2-set .wide {
	width: 65%;
}
.col2-set:after {
	content: '';
	display: table;
	clear: both;
}


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

	.top-container {
		max-width: 1260px;
		margin: 0 auto;
		padding: 0 30px;
	}
}


.global-site-notice {
	background: #676157;
	color: #e6e6e6;
	font-size: 11px;
}
.global-site-notice .notice-inner {
	padding-left: 120px;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	line-height: 11px;
	min-height: 40px;
	padding-top: 14.5px;
	padding-bottom: 14.5px;
	background-image: url("../../frontend/Rockher/Winter/en_US/images/demo-logo.png");
	background-position: left;
	background-repeat: no-repeat;
}
.global-site-notice p {
	margin-bottom: 0;
}

.promo-msg {
	color: #3399cc;
	text-align: center;
	margin: 10px;
	text-transform: uppercase;

}

.grid:after {
	content: '';
	display: table;
	clear: both;
}

.success {
	color: #11b400;
}
.error {
	color: red;
	font-weight: bold;
}
.notice {
	color: #e26703;
	font-weight: bold;
}

.messages {
//	margin-bottom: 10px;
//	display: none;
}
.messages li li {
	position: relative;
	margin-bottom: 5px;
	padding: 7px 10px 7px 20px;
	background: #f4f4f4;
}
.messages li li:before {
	top: 50%;
	left: 0;
	margin-top: -6px;
}
.messages .error-msg li {
	border-left: 5px solid red;
}
.messages .error-msg li:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid red;
	border-right: none;
}
.messages .notice-msg li {
	border-left: 5px solid #e26703;
}
.messages .notice-msg li:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #e26703;
	border-right: none;
}
.messages .success-msg li {
	border: none;
	text-align: left;
	color: #1F7E06;
	background: none;
	padding: 17px 10px 0 0;
	margin: 0;
}
.middle-content #contactForm .form-list > li {
	margin-bottom: 8px;
}

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

	.order-list-grid .col-1 {
		width: 30%;
	}
	.order-list-grid .col-2 {
		width: 50%;
		padding-right: 20px;
	}
	.order-list-grid .col-3 {
		clear: none;
		width: 20%;
		padding-top: 0;
	}
}


.page-popup {
	padding: 20px;
	background: #FFFFFF;
	height: auto;
}
.page-popup h1 {
	margin: 0 0 0.5em;
	font-size: 36px;
}

.payment-methods {
	margin-bottom: 20px;
}
.payment-methods dt {
	padding: 5px 0;
}
.payment-methods dd {
	padding-top: 10px;
}
.payment-methods .form-list {
	position: relative;
	display: inline-block;
	max-width: 100%;
	margin: 5px 15px 15px;
	padding: 15px;
	border: 1px solid #cccccc;
	background: #f4f4f4;
}
.payment-methods .form-list:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #cccccc;
	border-top: none;
	top: -11px;
	left: 30px;
}
.payment-methods .form-list:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #f4f4f4;
	border-top: none;
	top: -10px;
	left: 30px;
}
.payment-methods .form-list li:last-child {
	margin-bottom: 0;
}

.please-wait {
	display: inline-block;
	margin-left: 10px;
	margin-top: 5px;
	line-height: 24px;
	height: 24px;
	white-space: nowrap;
}
.please-wait img {
	float: left;
	margin-right: 5px;
	width: 24px;
}
#shipping-please-wait.please-wait {
	float: left;
}
.gd .grand_total strong {
	color: #000;

	font-size: 16px;
	font-weight: 700 !important;
}
.gd .grand_total_price .price {
	color: #41395f;
	font-size: 20px !important;
	letter-spacing: 2px;
}
.gd .a-right {
	color: #000;
	font-size: 13px;
	font-weight: 700;
}
.gd .subtotal_price {
	color: #41395f;
	font-size: 13px;
	letter-spacing: 1px;
	padding-top: 9px !important;
}

.price-box {
	margin: 7px 0;
}
.price-box p {
	margin-bottom: 0;
}
.price-notice {
	color: #a0a0a0;
}
.price-box .price {
	color: #3399cc;
	font-size: 16px;
}
.price-container .price-box .price {
    color: #41395f;
    font-size: 16px;
}
.price-box .price,.price {
	white-space: nowrap;
}

/*.shopping-cart-content .right .discount h2 {*/
	/*display: none;*/
/*}*/

.shopping-cart-content .price-box .price {
	font-size: 16px;
}
.shopping-cart-content .cart-price, .shopping-cart-content .edit-params {
	float: right
}
.shopping-cart-content .edit-params {
	display: none;
}
.shopping-cart-content .cart-price {
	/*margin-right: 10px;*/
	display: block;
}
.price-box .price-label {
	color: #a0a0a0;
	white-space: nowrap;
}
.product-price-wrap .price-box .price-label, .product-info-price .price-box .price-label {
    display: none !important;
}
.price-box .minimal-price-link {
	padding-left: 1em;
	color: #3399cc;
	display: block;
}
.price-box .minimal-price-link .label {
	color: #cf5050;

	font-size: 12px;
	text-transform: uppercase;
}

.price-box .old-price,.price-box .special-price {
	display: inline-block;
}
.price-box .old-price .price-label,.price-box .special-price .price-label {
	display: none;
}
.price-box .old-price .price,.price-box .special-price .price {
	display: inline-block;
}
.price-box .old-price .price {
	color: #a0a0a0;
	text-decoration: line-through;
}
.price-box .special-price {
	color: #3399cc;
	padding-left: 1em;
}
.price-box .special-price .price-label {
	color: #D84D3C;
}

.price-box .price-excluding-tax,.price-box .price-including-tax {
	display: block;
}

.product-pricing,.tier-prices,.tier-prices-grouped {
	display: inline-block;
	padding: 4px 8px;
	background: #FBF4DE;
	border: 1px solid #E2D4C7;
	margin-top: 7px;
}
.product-pricing li,.tier-prices li,.tier-prices-grouped li {
	font-size: 12px;
}
.product-pricing .benefit,.tier-prices .benefit,.tier-prices-grouped .benefit {
	font-style: italic;
}
.product-pricing .price,.tier-prices .price,.tier-prices-grouped .price {
	font-weight: bold;
}

.item-options {
	font-size: 16px;
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}
.item-options:after {
	content: '';
	display: table;
	clear: both;
}
.item-options dt {
	float: left;
	clear: left;
	font-weight: 600;
	padding-right: 5px;
}
.item-options dt:after {
	content: ': ';
}
.item-options dd {
	/*float: left;*/
	padding-left: 10px;
	text-align: right;
}
#opc-review .cartright.last .iteamright .item-options dd {
	margin-bottom: 0px;
}
#opc-review .cartright.last .iteamright .item-options {
	/*margin-top: 15px;*/
}
.truncated,.truncated a.dots {
	cursor: help;
}
.truncated a.details {
	cursor: help;
	height: 16px;
	line-height: 16px;
}
.truncated a.details:hover {
	text-decoration: none;
}
.truncated .truncated_full_value {
	position: relative;
	z-index: 300;
}
.truncated .truncated_full_value .item-options {
	display: none;
	position: absolute;
	z-index: 300;
	width: 200px;
	padding: 8px;
	border: 1px solid #3399cc;
	background-color: #F6F6F6;
	top: 21px;
	left: -100px;
}
.truncated .truncated_full_value .item-options:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #3399cc;
	border-top: none;
	left: 97px;
	top: -7px;
}
.truncated .truncated_full_value .item-options > p {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.truncated .show .item-options {
	display: block;
}

@media only screen and (max-width: 770px) {

	.skip-content.header-minicart .minicart-wrapper .checkout-types.minicart a {
		padding: 7px !important;
	}
	.minicart-wrapper .product-details .truncated {
		display: none;
	}
	.link_mincart {
		float: left;
		clear: both;
		text-align: center !important;
	}
	.link_mincart a.detail {
		clear: both;
		text-align: center;
		float: left;
		width: 100%;
	}
	/*.item-options dt {*/
		/*color: #fff;*/
	/*}*/
	/*.item-options dd {*/
		/*color: #fff;*/
	/*}*/
	.header-minicart .minicart-wrapper .checkout-types.minicart {
		margin-top: 20px;
	}
}


@media only screen and (max-width: 480px) {

	.shopping-cart-contact-printpdf .max-width-contact-pdf {
		float: none;
		max-width: 320px;
		margin: 0 auto;
	}
	.catalog-category-view .products-grid li.item:nth-child(2n):after {
		content: "";
		display: block;
		float: none;
		clear: both;
	}
}


@media only screen and (max-width: 479px) {

	.truncated {
		cursor: inherit;
	}
	.truncated a.details {
		display: none;
	}
	.truncated .truncated_full_value .item-options {
		display: block;
		position: static;
		z-index: 1;
		width: 100%;
		border: none;
		background-color: transparent;
	}
	.truncated .truncated_full_value .item-options p {
		float: none;
	}
	.truncated .truncated_full_value .item-options:after {
		display: none;
	}
}


.page-print {
	width: 6.5in;
	margin: 20px;
	background: #FFFFFF;
}

.add-to-links {
	margin: 7px 0;
}
.add-to-links a {
	display: inline-block;
	padding: 0px 3px 3px;
}
.add-to-links .separator {
	display: none;
}

.product-image {
	position: relative;
	display: flex;
	flex-direction: column;
}
.no-touch .product-image:hover {
	border-color: #3399cc;
}

.ratings {
	margin: 7px 0;
}
.ratings .rating-box,.ratings .rating-links {
	margin: 5px 0;
}
.ratings .rating-box {
	width: 65px;
	height: 13px;
	background-repeat: repeat-x;
	background-position: 0 -615px;
	overflow: hidden;
}
.ratings .rating-box .rating {
	float: left;
	height: 13px;
	background-repeat: repeat-x;
	background-position: 0 -600px;
}
.ratings .amount {
	display: block;
	margin: 5px auto;
}
.ratings .rating-links .separator {
	margin: 0 3px;
}

.std ol {
	list-style: decimal outside;
	margin-bottom: 1.5em;
}
.std ol li {
	margin-left: 2em;
}
.peragraph_p li {
	color: #000 !important;
}
.std ul {
	/*list-style: disc outside;*/
	margin-bottom: 1.5em;
}
/*Temporary fix according to new design*/
.std .post-list {
	list-style: none;
}
.std ul.form-list{
	list-style: none;
}
.std ul li {
	margin-left: 2em;
}
.std .note {
	color: #a0a0a0;
	font-size: 13px;
}

.tabs {
	margin-bottom: 10px;
	background: #FFFFFF;
}

.toolbar {
	margin-top: 0px;
	margin-bottom: 0px;
	/*border-bottom: 1px solid #cccccc;*/
	/*border-top: 1px solid #cccccc;*/
	/*background: #f4f4f4;*/
	padding: 5px 10px 0px 10px;
}
.toolbar:after {
	content: '';
	display: table;
	clear: both;
}
.pager-no-toolbar {
	margin-bottom: 10px;
}
.pager-no-toolbar ~ .pager-no-toolbar {
	margin-top: 10px;
}
.toolbar,.pager {
	color: #636363;
	line-height: 30px;
	font-size: 12px;
}
.toolbar label,.pager-no-toolbar label {
	font-weight: normal;
	text-transform: uppercase;
}
.category-womens-wedding-bands-top-10-sellers .limiter {
	display: none;
}
.sorter {
	float: right;
	margin-bottom: 5px;
	margin-right: 15px;
}
.sorter label {
	float: left;
	margin-right: 10px;
}
.sorter label:after {
	/*content: ':';*/
}
.sorter > .sort-by {
	float: left;
	margin-right: 5px;
	height: 30px;
}
.sorter > .sort-by .sort-by-switcher {
	width: 30px;
	height: 30px;
	display: inline-block;
}
.sorter > .sort-by .sort-by-switcher--asc {
	background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
	background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
	background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
	background-position: -46px -567px;
}
.sorter > .view-mode {
	float: right;
}
.sorter > .view-mode .grid,.sorter > .view-mode .list {
	float: left;
	width: 30px;
	height: 30px;
}
.sorter > .view-mode .grid {
	margin-right: 5px;
	background-position: 8px -492px;
}
.sorter > .view-mode strong.grid,.sorter > .view-mode a.grid:hover {
	background-position: -42px -492px;
}
.sorter > .view-mode .list {
	background-position: 11px -517px;
}
.sorter > .view-mode strong.list,.sorter > .view-mode a.list:hover {
	background-position: -39px -517px;
}
.pager {
	float: right;
	overflow: hidden;
}
.pager > .count-container {
	float: left;
}
.pager .amount {
	float: left;
	white-space: nowrap;
	margin: 0 15px 0 0;
}
.pager .limiter {
	float: left;
	height: 30px;
	line-height: 30px;
}
.pager .limiter > label {
	padding-right: 5px;
	letter-spacing: 1px;
}
.pager .limiter > label:after {
	content: ':';
}
.pager .amount,.pager .limiter,.pager .pages {
	margin-bottom: 5px;
}
.category-mens-wedding-bands-top-10-sellers .pager .limiter {
	display: none;
}
.pages {
	float: right;
	overflow: hidden;
	margin-left: 15px;
}
.pages strong {
	display: none;
}
.pages li {
	float: left;
}
.pages a,.pages .current {
	display: inline-block;
	border: 0;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	line-height: 30px;
	width: 25px;
	height: 30px;
	padding: 0;
	color: #3399cc;
}
.pages .current,.pages .current:hover {
	color: #636363;
	width: 30px;
	background-color: #FFFFFF;
	cursor: default;
}
.pages .next,.pages .previous {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
	position: relative;
}
.pages .next:hover,.pages .previous:hover {
	border: 1px solid #246b8f;
}
.pages .next:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #246b8f;
	border-right: none;
	top: 50%;
	margin-top: -5px;
	left: 50%;
	margin-left: -2px;
}
.pages .next:hover:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #246b8f;
	border-right: none;
}
.pages .previous:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #246b8f;
	border-left: none;
	top: 50%;
	margin-top: -3px;
	left: 50%;
	margin-left: -2px;
}
.pages .previous:hover:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #246b8f;
	border-left: none;
}

@media only screen and (max-width: 479px) {

	.pager .amount--has-pages {
		display: none;
	}
	.pages {
		float: left;
	}
	.limiter label {
		display: none;
	}
}


@media only screen and (max-width: 770px) {

	.col1-layout .sorter,.col1-layout .pager {
		width: 100%;
	}
	.col1-layout .pager {
		float: left;
		clear: both;
	}
	.col1-layout .pager .pages {
		float: left;
		margin-left: 0;
	}
	.col1-layout .pager .count-container {
		float: right;
	}
}


@media only screen and (max-width: 979px) {

	.col2-left-layout .sorter,.col2-left-layout .pager,.col2-right-layout .sorter,.col2-right-layout .pager,.col3-layout .sorter,.col3-layout .pager {
		width: 100%;
	}
	.col2-left-layout .pager,.col2-right-layout .pager,.col3-layout .pager {
		float: left;
		clear: both;
	}
	.col2-left-layout .pager .pages,.col2-right-layout .pager .pages,.col3-layout .pager .pages {
		float: left;
		margin-left: 0;
	}
	.col2-left-layout .pager .count-container,.col2-right-layout .pager .count-container,.col3-layout .pager .count-container {
		float: right;
	}
}


@media only screen and (max-width: 1279px) {

	.toolbar .view-mode > label {
		display: none;
	}
}


#checkout-review-table .summary-collapse,#shopping-cart-totals-table .summary-collapse,body.customer-account .data-table .summary-collapse {
	position: relative;
	cursor: pointer;
}
#checkout-review-table .summary-collapse:before,#shopping-cart-totals-table .summary-collapse:before,body.customer-account .data-table .summary-collapse:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 7px solid #3399cc;
	border-bottom: none;
	position: static;
	display: inline-block;
	margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,#shopping-cart-totals-table .summary-collapse:hover:before,body.customer-account .data-table .summary-collapse:hover:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 7px solid #246b8f;
	border-bottom: none;
	position: static;
	display: inline-block;
	margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,#shopping-cart-totals-table .show-details .summary-collapse:before,body.customer-account .data-table .show-details .summary-collapse:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #3399cc;
	border-top: none;
	position: static;
	display: inline-block;
	margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,#shopping-cart-totals-table .show-details .summary-collapse:hover:before,body.customer-account .data-table .show-details .summary-collapse:hover:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #246b8f;
	border-top: none;
	position: static;
	display: inline-block;
	margin-right: 5px;
}
#shopping-cart-totals-table tfoot td .summary-collapse:before,#shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
	margin-bottom: 5px;
}

.widget .pager {
	float: none;
	width: 100%;
}

.a-center {
	text-align: center;
}
.a-right,.align-right {
	text-align: right;
}
.no-display {
	display: none !important;
}
.nobr,.nowrap {
	white-space: nowrap;
}
.width-full {
	width: 100%;
}

.hidden {
	display: none;
}

.page-print .print-head {
	margin: 0 0 15px;
}
.page-print .print-head .logo {
	float: none;
	max-height: 50px;
	width: auto;
}


.fieldset p {
	margin-bottom: 7px;
}
.fieldset p.required {
	margin-bottom: 5px;
	float: right;
	font-size: 12px;
	margin-top: 0px;
}
.fieldset + .fieldset {
	margin-top: 5px;
}
form .legend {
	margin: 0;
	margin-bottom: 10px;
	color: #636363;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ededed;
}

.input-box {
	padding-top: 2px;
}
.input-box:after {
	content: '';
	display: table;
	clear: both;
}
.header_search_last .input-box {
	padding-top: 0;
	border: none;
	background: transparent;
}
.header_search_last .input-box input {
	border: none;
}
#nav:after {
	content: "";
	display: block;
	float: none;
	clear: both;
}


.input-box .v-fix {
	float: left;
	margin-right: 5px;
}

label {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
label.required:after,span.required:after {
	content: ' *';
	color: #41395f;
	font-weight: normal;
	font-size: 14px;
}
label.required em,span.required em {
	display: none;
}
#checkout-step-login label.required:after,span.required:after {
	display: none;
}

.input-hint {
	color: #a0a0a0;
	font-size: 12px;
}

select {
	font-size: 14px;
}
select + select {
	margin-left: 5px;
}
select[multiple] {
	width: 270px;
	border: 1px solid silver;
	font-size: 15px;
	padding: 5px;
}


.input-text {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid silver;
	background: #FFFFFF;
	font-size: 15px;
}
.input-text:focus {
	border: 1px solid #41395F;
}
.input-text.validation-failed {
	border-color: red;
}
.input-text.validation-failed:focus {
	outline-color: #ff7f7f;
}
input[type=email],input[type=search],input[type=number],input[type=password],input[type=tel],input[type=text] {
	height: 30px;
	padding: 0 8px;
	width: 365px;
	max-width: 90%;
}


@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {

	input[type=email],input[type=search],input[type=number],input[type=password],input[type=tel],input[type=text],select {
		font-size: 16px;
	}
}

.ie8 .input-text {
	max-width: none;
}

input[type=number].qty,input[type=text].qty {
	width: 3em;
	text-align: center;
	vertical-align: middle;
}

#newsletter-validate-detail input::-webkit-input-placeholder {
	color: #41395f !important;
	font-style: normal;
}
#newsletter-validate-detail input:-moz-placeholder {
	color: #41395f !important;
	font-style: normal;
}
::-webkit-input-placeholder {
	color: #a0a0a0;
}
input:-moz-placeholder {
	color: #a0a0a0;
}

.checkbox,.radio {
	position: relative;
	top: -1px;
	display: inline-block;
}
.checkbox + label,.radio + label {
	width: auto;
	max-width: 85%;
	padding: 0 0 0 8px;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	color: #000;
}

p.required,.validation-advice {
	margin: 5px 0 0;
	color: red;
	font-size: 13px;
}

.form-list > li {
	margin-bottom: 10px;
	margin-left: 0 !important;
}
.form-list select {
	margin-top: 4px;
	width: 365px;
	max-width: 100%;
}
.form-list .input-range .input-text {
	width: 74px;
}
.form-list .field,.form-list .wide,.form-list .control {
	margin-bottom: 10px;
}

.form-list .control,.sp-methods dt,#checkout-shipping-method-load .sp-methods dd,#co-shipping-method-form .sp-methods dd,.product-options ul.options-list {
}
.form-list .control div.input-box,.sp-methods dt div.input-box,#checkout-shipping-method-load .sp-methods dd div.input-box,#co-shipping-method-form .sp-methods dd div.input-box,.product-options ul.options-list div.input-box {
	display: inline;
	float: left;
}
.form-list .control div.input-box:after,.sp-methods dt div.input-box:after,#checkout-shipping-method-load .sp-methods dd div.input-box:after,#co-shipping-method-form .sp-methods dd div.input-box:after,.product-options ul.options-list div.input-box:after {
	display: none;
}
.form-list .control input.radio,.form-list .control input.checkbox,.sp-methods dt input.checkbox,#checkout-shipping-method-load .sp-methods dd input.radio,#checkout-shipping-method-load .sp-methods dd input.checkbox,#co-shipping-method-form .sp-methods dd input.radio,#co-shipping-method-form .sp-methods dd input.checkbox,.product-options ul.options-list input.radio,.product-options ul.options-list input.checkbox {
	float: left;
	margin-right: -40px;
	margin-top: 10px;
	margin-left: 15px;
}
.form-list .control label,#checkout-shipping-method-load .sp-methods dd label,#co-shipping-method-form .sp-methods dd label,.product-options ul.options-list label {
	color: #636363;
	background-color: #f4f4f4;
	padding: 5px 10px;
	display: inline-block;
	width: auto;
	max-width: none;
	min-width: 250px;
	float: none;
	padding: 6px 10px 6px 40px;
}
.form-list .control label:hover,#checkout-shipping-method-load .sp-methods dd label:hover,#co-shipping-method-form .sp-methods dd label:hover,.product-options ul.options-list label:hover {
	background-color: #e7e7e7;
}
.form-list .control .no-display + label,.sp-methods dt .no-display + label,#checkout-shipping-method-load .sp-methods dd .no-display + label,#co-shipping-method-form .sp-methods dd .no-display + label,.product-options ul.options-list .no-display + label {
	padding-left: 10px;
	background-color: transparent;
}
.form-list .control .no-display + label:hover,.sp-methods dt .no-display + label:hover,#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,#co-shipping-method-form .sp-methods dd .no-display + label:hover,.product-options ul.options-list .no-display + label:hover {
	background-color: transparent;
}
.product-options ul.options-list label,.col2-set .form-list .control label {
	min-width: inherit;
	width: 250px;
	max-width: 100%;
}
.form-list .control.remember-me-box label {
	width: auto;
	max-width: none;
	min-width: inherit;
}
.form-list .control {
	margin-top: 10px;
}
.form-list .control label {
	float: none;
}
.form-list .control .radio,.form-list .control .checkbox {
	margin-right: 6px;
}
.form-list .control .input-box {
	clear: none;
	display: inline-block;
	width: auto;
	padding: 0;
}
form .form-instructions {
	font-style: italic;
	font-size: 13px;
	color: #a0a0a0;
}

.hide-th {
	text-indent: -9999px;
}

.data-table {
	width: 100%;
}
.data-table td,.data-table th {
	padding: 10px;
	vertical-align: top;
}
.data-table th {
	background: #f4f4f4;
	text-transform: uppercase;
	line-height: 1.4;
	white-space: nowrap;
}
.data-table thead th,.data-table tbody td {
	border-bottom: 1px solid silver;
}
.data-table tfoot tr {
	background: #f4f4f4;
}
.data-table tbody td .item-options {
	margin-left: 20px;
	margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
	content: ':';
}

.zebra-table tr:first-child,.zebra-table th:first-child {
	border-top: 1px solid silver;
}
.zebra-table td,.zebra-table th {
	border-bottom: 1px solid silver;
	padding: 6px;
	background-color: transparent;
}
.zebra-table tr {
	background-color: #eeeded;
}
.zebra-table tr:nth-child(odd) {
	background-color: #f8f7f5;
}


@media only screen and (max-width: 479px) {

	.linearize-table {
	}
	.linearize-table tr,.linearize-table th,.linearize-table td {
		display: block;
	}
	.linearize-table thead th {
		border-right: 0;
		border-left: 0;
	}
	.linearize-table thead th.lin-hide {
		display: none;
	}
	.linearize-table thead th:nth-child(1n+2) {
		display: none;
	}
	.linearize-table tbody tr {
		position: relative;
		border-bottom: 1px solid #cccccc;
	}
	.linearize-table tbody td {
		padding: 0 10px 4px;
		border-right: 0;
		border-bottom: 0;
	}
	.linearize-table tbody td.lin-hide {
		display: none;
	}
	.linearize-table tbody td:first-child {
		padding-top: 10px;
	}
	.linearize-table tbody td:first-child,.linearize-table tbody td:first-child h3 {
		font-weight: bold;
	}
	.linearize-table tbody td[data-rwd-label] {
		text-align: left;
		padding-left: 30px;
	}
	.linearize-table tbody td[data-rwd-label]:before {
		content: attr(data-rwd-label) ":";
		font-size: 12px;
		padding-right: 5px;
		text-transform: uppercase;
	}
	.linearize-table tfoot tr {
		display: block;
		text-align: right;
	}
	.linearize-table tfoot tr:after {
		content: '';
		display: table;
		clear: both;
	}
	.linearize-table tfoot td {
		display: block;
		float: left;
	}
	.linearize-table tfoot td.lin-hide {
		display: none;
	}
	.linearize-table tfoot td:nth-child(odd) {
		clear: left;
		width: 60%;
	}
	.linearize-table tfoot td:nth-child(even) {
		text-align: left;
		width: 40%;
	}
	.linearize-table .linearize-hide {
		display: none;
	}
	.linearize-table .linearize-unpad {
		padding: 0;
	}
	.linearize-table .linearize-show {
		display: block;
	}
}


@media only screen and (max-width: 599px) {

	.linearize-table-large {
	}
	.linearize-table-large tr,.linearize-table-large th,.linearize-table-large td {
		display: block;
	}
	.linearize-table-large thead th {
		border-right: 0;
		border-left: 0;
	}
	.linearize-table-large thead th.lin-hide {
		display: none;
	}
	.linearize-table-large thead th:nth-child(1n+2) {
		display: none;
	}
	.linearize-table-large tbody tr {
		position: relative;
		border-bottom: 1px solid #cccccc;
	}
	.linearize-table-large tbody td {
		padding: 0 10px 4px;
		border-right: 0;
		border-bottom: 0;
	}
	.linearize-table-large tbody td.lin-hide {
		display: none;
	}
	.linearize-table-large tbody td:first-child {
		padding-top: 10px;
	}
	.linearize-table-large tbody td:first-child,.linearize-table-large tbody td:first-child h3 {
		font-weight: bold;
	}
	.linearize-table-large tbody td[data-rwd-label] {
		text-align: left;
		padding-left: 30px;
	}
	.linearize-table-large tbody td[data-rwd-label]:before {
		content: attr(data-rwd-label) ":";
		font-size: 12px;
		padding-right: 5px;
		text-transform: uppercase;
	}
	.linearize-table-large tfoot tr {
		display: block;
		text-align: right;
	}
	.linearize-table-large tfoot tr:after {
		content: '';
		display: table;
		clear: both;
	}
	.linearize-table-large tfoot td {
		display: block;
		float: left;
	}
	.linearize-table-large tfoot td.lin-hide {
		display: none;
	}
	.linearize-table-large tfoot td:nth-child(odd) {
		clear: left;
		width: 60%;
	}
	.linearize-table-large tfoot td:nth-child(even) {
		text-align: left;
		width: 40%;
	}
	.linearize-table-large .linearize-hide {
		display: none;
	}
	.linearize-table-large .linearize-unpad {
		padding: 0;
	}
	.linearize-table-large .linearize-show {
		display: block;
	}
}


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

	.linearize-table .linearize-collapse {
		display: none;
	}
}


html,body {
	height: 100%;
}
.wrapper {
	margin: 0 auto;
	background: #FFFFFF;
}
.wrapper:after {
	content: '';
	display: table;
	clear: both;
}
.page-header {
	position: fixed;
	z-index: 100001;
	width: 100%;
	top: 0;
}

#header .nav-primary .m_menu li.level1:hover {
	background-color: #fff;
}
/*#header .nav-primary .m_menu li.level1 > a:hover {*/
	/*background: none;*/
	/*color: #41395f !important;*/
/*}*/
/*#header .nav-primary .m_menu .level1 .level2 a:hover {*/
	/*color: #7A748F !important;*/
/*}*/
.elite-login-page a.elite-learnmore:hover {
	background-color: #41395f;
	color: #fff !important;
}
.diamond-experience {
	font-size: 23.35px;
	color: #000;

	margin-top: 15px;
}
.diamond-intelligent {
	font-size: 16.68px;
	color: #000;

	font-style: italic;
	margin-bottom: 40px;
}
.drop-diamond img {
	margin: 0 auto;
	max-width: 100%;
	float: none !important;
}
.drop-diamond {
	text-align: center;
	margin-top: 0%;
	float: right;
	margin-right: 0%;
	position: relative;
	z-index: 111;
	width: 70%;
}
/*.max-rosi-header {*/
	/*width: 100%;*/
	/*float: left;*/
/*}*/
.rosi-logo-header {
	width: 20%;
	float: left;
	padding-top: 120px;
}
.rosi-diamond-logo {
	width: 80%;
	float: right;
	padding-top: 65px;
	position: relative;
}
.position-right-rosi h3 {
	margin-top: 0px;
}
#header #header-nav .nav-primary .position-right-rosi span > a {
	border: 1px solid #4e4372;
	background: #4e4372;
	display: inline-block;
	margin-top: 20px;
	padding: 20px 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#header #header-nav .nav-primary .position-right-rosi span > a:hover,#header #header-nav .nav-primary .position-right-rosi span > a:active {
	background: transparent!important;
	text-decoration: none;
}
#header #header-nav .nav-primary .position-right-rosi span > a:hover span,#header #header-nav .nav-primary .position-right-rosi span > a:active span {
	color: #4e4372!important;
	text-decoration: none!important;
	border-bottom: 0;
}
.position-right-rosi span > a:hover span.submenusapn span {
	border-bottom: 1px solid #000;
}
.position-right-rosi {
	clear: both;
	width: 85%;
	float: none;
	height: auto;
	background: #e5bacb;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto;
	padding: 30px 0;
}
.position-right-rosi:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-right: 30px solid #e5bacb;
	border-bottom: 30px solid transparent;
	margin-right: -2px;
	margin-top: -30px;
}
.m_menu .max-rosi-header .position-right-rosi .h2 {
	font-size: 34.35px;
	color: #000;
	font-family: LatoRegular;
	text-transform: none;
	margin-bottom: 0;
	line-height: 1.2em;
	margin-top: 0;
	padding-top: 0;
	display: block;
}
.m_menu .max-rosi-header .position-right-rosi span span {
	font-size: 18.31px;
	color: #fff;
	font-family: LatoRegular;
	text-transform: none;
	margin-top: 0;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.drop-diamond .explore-button.effect-button {
	max-width: 147px;
	margin: 0 auto;
	border: 2px solid #41395f;
	border-radius: 5px;
	background: transparent;
}
#header #header-nav .nav-primary .position-right-rosi h3 > .light-button {
	font-family: LatoRegular;
	color: #423a60!important;
	background: transparent;
	display: table;
	margin: 21px auto 0;
	padding: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #423a60;
	text-decoration: none;
}
#header #header-nav .nav-primary .position-right-rosi h3 > .light-button:hover span.submenusapn span {
	border: none;
}
#header #header-nav .nav-primary .position-right-rosi h3 > .light-button:hover {
	color: #ffffff!important;
	background: #423a60;
	text-decoration: none;
}
.m_menu .max-rosi-header .position-right-rosi h3 > .light-button:hover span {
	color: #ffffff;
}
.m_menu .max-rosi-header .position-right-rosi h3 > .light-button span {
	font-size: 18.31px;
	color: #423a60;
	font-family: LatoRegular;
	text-transform: none;
	margin-top: 0;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.drop-diamond .explore-button span {
	font-size: 13.33px;
	color: #41395f;
}


@media only screen and (min-width: 1005px) and (max-width: 1150px) {

	.nav-primary li.level0.home-logo {
		text-align: center;
		padding-left: 0% !important;
	}
	.nav-primary li.level0.home-logo img {
		margin: auto;
	}
}


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

	.page-header {
		margin: 0 auto;
		padding: 0 30px;
		padding: 0;
		max-width: 100%;
		background-color: #fff;
	}
	.page-header-container {
		position: relative;
		max-width: 100%;
		margin: auto;
		padding: 12px 12px 0 12px;
		background: #f4f3f8;
		-webkit-box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.05);
		box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.05);
	}
	.page-header-container:after {
		content: "";
		display: block;
		clear: both;
		float: none;
	}
	#nav {
		background: #f4f3f8;
	}
	/*#header-nav .nav-primary a {*/
		/*font-size: 12px;*/
	/*}*/
}

.header-language-container,/*.page-header {
}
*/
/* ============================================ *

 * Language switcher + welcome message

 * ============================================ */

.header-language-background {
	padding: 10px;
	background-color: #3399cc;
	text-transform: uppercase;
}
.header-language-background .header-language-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.header-language-background:after {
	content: '';
	display: table;
	clear: both;
}
.header-language-background .form-language,.header-language-background .currency-switcher {
	float: left;
	margin-right: 10px;
}
.header-language-background .welcome-msg {
	float: right;
}
.page-header-container .store-language-container {
	float: right;
	max-width: 35%;
	padding: 13px 0px 0px 0px;
}
.page-header-container .store-language-container label {
	display: none;
}
.page-header-container .store-language-container select {
	max-width: 100%;
}

@media only screen and (max-width: 479px) {

	.page-header-container .store-language-container {
		padding-top: 8px;
	}
	.page-header-container .store-language-container select {
		font-size: 12px;
	}
}

.header-language-background,.header-language-background a {
	color: #e6e6e6;
}

@media only screen and (max-width: 770px) {

	.header-language-background {
		display: none;
	}
}


/* .logo {
	display: block;
	float: left;
	width: 65%;
	min-width: 100px;
	min-height: 44px;
	text-align: center;
	padding: 10px;
}
.logo img {
	max-width: 100%;
}
.logo .small {
	display: block;
}
.logo .large {
	display: none;
}
.logo:hover {
	opacity: 0.8;
} */

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

	/* .logo {
		max-width: 300px;
		min-height: 90px;
		display: none;
	}
	.logo .small {
		display: none;
	}
	.logo .large {
		display: block;
	} */
}

.skip-links {
	text-align: center;
	background: #f5f4f8;
}

/*@media only screen and (max-width: 1024px) {*/
	/*.discount-form {*/
		/*padding-top: 20px;*/
		/*max-width: 400px;*/
		/*margin: 0 auto;*/
	/*}*/
/*}*/


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

	.skip-links {
		text-align: center;
		background: #f5f4f8;
	}
}


.skip-link {
	position: relative;
	float: left;
	width: 20%;
	height: 44px;
	background: #FFFFFF;
	color: #636363;
	line-height: 42px;
	text-align: center;
}
a.skip-link {
	text-decoration: none;
}
.skip-link.skip-cart:not(.skip-active):hover {
	opacity: 1;
}
.skip-link:not(.skip-active):hover {
	opacity: 1;
}

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

	.skip-link {
		width: 25%;
	}
}



@media only screen and (max-width: 770px) {

	.skip-link.skip-active {
		background: transparent;
		color: inherit;
	}
	.skip-link.skip-active span {
		color: inherit;
	}
	.skip-content.skip-active {
		display: block;
		background: #443c61;
	}
	#header-nav .nav-primary a {
		font-size: 11px;
		color: #ffffff;
		font-family: LatoRegular;
	}
}

.skip-link .icon {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.skip-link.skip-nav .icon,.skip-link.skip-cart:not(.no-count) .icon {
	margin-right: 3px;
}

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

	.skip-link .icon {
		margin-right: 3px;
	}
}


.skip-link .label {
	display: none;
}

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

	.skip-link .label {
		display: inline;
	}
}


.skip-content {
	display: none;
}
.skip-content.skip-active {
	display: block;
	background: #E0DBD5;
}


@media only screen and (max-width: 1024px) {

	.nav-primary li.level0.nav-6 {
		margin-top: 0px;
	}
	#header-nav .nav-primary li.level0.nav-6 a,#header-nav .nav-primary li.level0.nav-7 a,#header-nav .nav-primary li.level0.nav-8 a {
		font-weight: normal;
	}
	.drop-diamond {
		display: none;
	}
	.customer-account-login .slide_show {
		margin: 0;
		padding-top: 56px;
		position: relative;
	}
	.customer-account-login .resdesk-ac-1 {
		top: 56px;
		bottom: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 28px;
		letter-spacing: 0.5px;
	}
	:focus {
		outline: none;
		outline-offset: 0;
	}
	#header-account li a,.nav-primary a.level0 {
		padding: 0 15px 0 25px;
		border-bottom: 1px solid #cccccc;
		text-align: left;
		color: #372d2a;
		text-transform: uppercase;
		line-height: 30px;
	}
	#header-account li:last-child a,.nav-primary li.level0:last-child a.level0 {
		border-bottom: 0;
	}
	.no-touch #header-account a:hover,.no-touch .nav-primary a:hover {
		/*background-color: #f4f4f4;*/
		text-decoration: none;
	}
	.input__choose-budget-mobile-container{
		position: relative;
		margin-top: 10px;
		padding-right: 20px;
		border-bottom: none !important;
		margin-bottom: 20px;
	}

	.input__choose-budget-mobile-container a{
		position: absolute !important;
		top: 35px;
		right: 25px;
		display: block !important;
		width: 40px !important;
	}
	.input__choose-budget-mobile-container img{
		width: 19px;
		margin: 0 0 0 auto !important;
	}
	.input__choose-budget-mobile-li{
		padding-bottom: 20px;
		margin-bottom: 15px;
		border-bottom: 1px solid #5f597a !important;
		position: absolute;
		width: 87%;
		top: 383px;
	}
	input.input__choose-budget-mobile, #search_mini_form .input-box input#search{
		position: relative;
		background: transparent;
		color: #413F41;
		font-family: "ProximaNovaReg";
		height: 34px;
		letter-spacing: 1px;
		padding-left: 0;
		padding-right: 30px;
		border-radius: initial;
		width: 100%;
		font-size: 16px;
		margin-top: 0px;
		border: none;
		border-bottom: 1.5px solid #5D5185;
		box-shadow: none;
	}
	input.input__choose-budget-mobile::placeholder {
		color: #413F41;
	}
	#header-search #search {
		background: none;
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
		font-family: LatoRegular;
		height: 50px;
		letter-spacing: 1px;
		padding-right: 72px;
		border-radius: initial;
		width: 100%;
		font-size: 14px;
	}
	#header-search #search::placeholder {
		color: #fff;
	}
	#header-search #search_mini_form .search-button {
		height: 50px;
		opacity: 1 !important;
		width: 50px;
		background: #443c61;
		text-indent: 0;
		border-bottom: 1px solid #ffffff;
	}
	a.skip-link.skip-search.skip-active,a.skip-link.skip-account.skip-active,a.skip-link.skip-cart.skip-active {
		background: none;
	}
	#header-search #search_mini_form .search-button::before {
		background: none;
	}
	#header-search #search_mini_form .search-button span {
		font-size: 20px;
		font-family: LatoLight;
		font-weight: lighter;
		color: #ffffff;
	}
	.skip-content.skip-active {
		padding: 3px 2px !important;
	}
}

@media only screen and (max-width: 767px) {
	.customer-account-login .resdesk-ac-1 {
		display: none;
	}
}

.skip-nav {
	width: 40%;
}
.skip-nav:not(.skip-active):hover {
	text-decoration: none;
}
.skip-nav .label {
	display: inline;
}
.skip-nav .icon {
	background-position: 4px 4px;
}

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

	.skip-nav {
		width: 25%;
	}
}


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

	.skip-nav {
		display: none;
	}
}



@media only screen and (max-width: 1024px) {

	#header-nav {
		padding: 5px 0;
	}
}


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

	.page-header-container #header-nav {
		display: block;
		border-bottom: none !important;
	}
}



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

	.nav-primary {
		display: inline-block;
		margin-top: 0;
		float: left;
		text-align: center;
		width: 100%;
		padding-right: 172px;
	}
	.header-info {
		float: right;
		width: 120px;
		padding-right: 12px;
		margin-top: -5px;
	}
	.input-box .search-button {
		background: transparent;
	}
	.header-info a {
		font-size: 10px;
		color: #000000;
	}
	.header-info .phone-number {
		padding-top: 3px;
	}
	.header-info .login-customer {
		padding-bottom: 5px;
		border-bottom: 1px solid #dcdbe2;
	}
}


.nav-primary a {
	text-decoration: none;
	position: relative;
	display: block;
	color: #3d3d3d;
	font-size: 13px;
}
/*li.level1.first {*/
	/*margin-top: 20px;*/
/*}*/
.nav-primary li.level1 a {
	border-bottom: 1px solid #cccccc;
}
.nav-primary .menu-active > ul.level0,.nav-primary li.level0 li.menu-active > ul {
	display: block;
	opacity: 1;
}
.nav-primary .menu-active > ul.level0 {
	display: block;
	opacity: 1;
}
.nav-primary li.level0 > a {
	text-transform: uppercase;
}


@media only screen and (max-width: 1024px) {
	#header-nav .nav-primary .level0.header_search_last.nav-8 {
		display: block;
		border: none;
		margin-top: 20px;
	}
	#header-nav .nav-primary .level0.header_search_last.nav-8 > .search_cls {
		display: none;
	}
	.nav-primary .menu-active > ul.level0 .m_menu {
		background: none !important;
	}
	.elite-header-container .nav-primary ul.level0 li a {
		color: #fff !important;
	}
	.nav-primary li.home-logo {
		display: none;
	}
	.nav-primary a.level0,.nav-primary a {
		line-height: 35px;
	}
	.nav-primary li.level0 ul {
		display: none;
	}
	li.level1.first {
		margin-top: 0px;
	}
	.nav-primary li.level1 a {
		padding: 0 15px 0 25px;
	}
	/*#header .nav-primary .m_menu .level1 a {*/
		/*font-size: 14px !important;*/
	/*}*/
	#header .nav-primary .m_menu li.level1:hover {
		background-color: transparent !important;
	}
	.nav-primary li.parent > a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: none;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #cccccc;
		border-right: none;
		top: 50%;
		left: 0px;
		right: auto;
		margin-top: -5px;
	}
	.nav-primary li.parent.sub-menu-active > a:after,.nav-primary li.parent.menu-active > a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: none;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-top: 5px solid #cccccc;
		border-bottom: none;
		top: 50%;
		left: 0px;
		right: auto;
		margin-top: -5px;
	}
	.nav-primary {
		padding: 0 10px;
	}
	.nav-primary li.menu-active > a,.nav-primary li.sub-menu-active > a {
		color: #372d2a;
	}
}



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

	/*.nav-primary {*/
		/*position: relative;*/
	/*}*/
	.nav-primary a.level0 {
		padding: 5px 0 3px 0px;
	}
	.nav-primary .home-logo a {
		border: 0px;
	}
	.home-logo {
		border: 0px !important;
		display: inline-block;
		float: left;
		padding: 0 13px;
	}
	.nav-primary li.level0.last {
	}
	.nav-primary li.first.level2 a {
		padding-left: 10%;
	}
	.nav-primary li.level1.first li.first.level2 a {
		padding-left: 10%;
	}
	li.level0.header_search_last {
		margin-left: -3px;
		padding-right: 25px;
	}
	/*.nav-primary li.level0,.nav-primary a.level0 {*/
		/*display: inline-block;*/
	/*}*/
	.nav-primary li:last-child > a {
		border-bottom: none;
	}
	.nav-primary a:hover,.nav-primary li:hover > a {
		color: #41395f;
	}
	.nav-primary li.toggle,.nav-primary .menu-active {
		z-index: 200;
	}
	.nav-primary li.toggle a,.nav-primary .menu-active a {
		color: #41395F;
	}
	.nav-primary li.level0.nav-5 ul {
		width: 100%;
	}
	.nav-primary li.level0 ul {
		background: #ffffff;
		position: absolute;
		left: 0;
		top: 49px;
		z-index: 10;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		display: none;
		opacity: 1;
	}
	ul.level0 {
		min-height: 392px;
	}
	/*li.level1 {*/
		/*width: 250px;*/
	/*}*/
	.nav-primary li.level1 ul {
		left: 390px;
		width: 656px;
		top: 0px;
	}
	.nav-primary li.level1 ul .sm_menu {
		width: 100%;
		float: left;
		padding-bottom: 3%;
		padding-left: 0px;
		margin-top: 12px;
	}
	.nav-primary li.level1 ul .sm_menu img {
		float: right;
	}
	.nav-primary li.level1 ul li {
		width: 450px;
	}
	.nav-primary li.level1 ul div.cat_img {
		float: right;
	}
	.nav-primary li.level1 ul div.cat_img img {
		max-height: 485px;
	}
	.nav-primary li.level0 ul.level0.position-test {
		display: block;
	}
	/*.nav-primary li.level0 ul .m_menu {*/
		/*min-height: 392px;*/
		/*margin-top: 0px;*/
		/*max-width: 100%;*/
		/*margin: 0 auto !important;*/
		/*width: 100%;*/
		/*position: relative;*/
		/*opacity: 1 !important;*/
		/*display: block !important;*/
		/*text-align: left;*/
	/*}*/
	.nav-primary li.level0 ul.level0.spill {
		left: 0;
	}
	.nav-primary li.level0 ul.level0.spill li.level1 ul {
		left: auto;
		right: 50px;
		top: 20px;
	}
	.nav-primary li.level0 li.parent > a {
		position: relative;
	}
	/*transfer to header.css*/
	/*.no-touch li:hover > ul {*/
		/*display: block;*/
	/*}*/
	.no-touch li.toggle > ul {
		display: block;
		-moz-transition: opacity 15s;
		-webkit-transition: opacity 15s;
		-o-transition: opacity 15s;
		transition: opacity 15s;
		opacity: 1;
	}
	.nav-primary li.level1.menu-active ul.level1 {
		display: block;
		opacity: 1;
		min-height: 100%;
		position: absolute;
		top: 40px;
		left: 311px;
	}
	.nav-primary li.level1.nav-2-2.menu-active ul.level1,.nav-primary li.level1.nav-2-3.menu-active ul.level1 {
		top: 13px;
	}
}

.skip-search .icon {
	background-position: 4px -146px;
}

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

	.skip-search {
		display: none;
	}
}


#header-search {
	padding: 10px 20px 10px 0;
	display: block;
}

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

	#header #header-search {
		background: transparent none repeat scroll 0 0;
		height: auto;
		padding: 0;
		width: 70px;
		float: right;
		margin-right: 0;
		margin-top: 0px;
		/*display: none;*/
		width: auto;
	}
	#header-search #search_mini_form .search-button::before {
		background: transparent url(../../frontend/Rockher/Winter/en_US/images/home/arrow-down-black.png) no-repeat scroll center center;
	}
}


#search_mini_form .input-box {
	position: relative;
	padding-top: 0;
	top: 1px;
}
#search_mini_form label {
	display: none;
}
#search {
	width: auto;
	height: 32px;
	padding-right: 32px;
}
#search_mini_form .search-button {
	text-indent: -9999px;
	position: absolute;
	top: 0;
	right: 21px;
	width: 40px;
	height: 31px;
	border: 0;
	background: transparent;
	transform: rotate(270deg);
	zoom: 0.5;
}
#search_mini_form .search-button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	background-position: 4px -146px;
}
#search_mini_form .search-button:hover:before {
	opacity: 0.8;
}
#search_mini_form .search-button:active:before {
	margin-top: -13px;
	margin-left: -13px;
}
.right-links li.login-customer a {
	text-transform: uppercase;
	color: #000000;
}
.right-links li.login-customer,  .right-links li.log-out{
	float: left;
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-top: 5px;
}
.right-links  li.basket {
	border-bottom: 1px solid #dcdbe2;
	position: relative;
}
.right-links  li.basket a {
	background-image: url(../../frontend/Rockher/Winter/en_US/images/basket.png);
	background-repeat: no-repeat;
	padding-left: 0px;
	background-position: center center;
	padding-bottom: 0px;
	margin-bottom: 2px;
	padding: 12px 6px 3px;
	display: inline-block;
	margin-top: -6px;
	margin-left: 10px;
	font-size: 12px;
}
li.live-chat a:before {
	display: block;
	background-image: url(../../frontend/Rockher/Winter/en_US/images/message.png);
	background-repeat: no-repeat;
	content: "";
	width: 17px;
	height: 17px;
	background-size: contain;
	margin-right: 10px;
	background-position: bottom left;
	float: left;
}
.skip-account .icon {
	background-position: 4px -44px;
}

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

	.skip-account {
		position: absolute;
		top: 0;
		right: 115px;
		width: auto;
		padding: 0 10px;
		text-transform: uppercase;
	}
	#header-account.skip-active {
		background: #FBFBFB;
		border: solid 1px #cccccc;
		display: block;
		position: absolute;
		z-index: 200;
		top: 40px;
		right: 115px;
		width: 200px;
	}
	#header-account a {
		display: block;
		padding: 5px 10px;
		color: #636363;
		line-height: 2;
	}
	#header-account a:hover {
		color: #3399cc;
	}
}


#header-account {
	padding: 5px 0;
}
#header-account a {
	position: relative;
	display: block;
	padding: 0 10px;
	line-height: 33px;
	text-align: center;
	color: #ffffff;
}
#header-account a:hover {
	color: #ffffff;
}
.skip-cart .icon {
	background-position: 0px -95px;
}

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

	.skip-cart {
		position: absolute;
		top: 0;
		right: 0;
		width: auto;
		padding: 0 10px;
	}

		#header-cart.skip-active {
		background: #41395f none repeat scroll 0 0;
		border: 1px solid #41395f;
		display: block;
		padding: 12px 10px;
		position: absolute;
		right: 0;
		top: 167px;
		width: 200px;
		z-index: 200;
	}
	.sticky #header-cart.skip-active {
		background: #41395f none repeat scroll 0 0;
		border: 1px solid #41395f;
		display: block;
		padding: 0px 10px 10px;
		position: absolute;
		right: 0;
		top: 127px;
		width: 200px;
		z-index: 200;
	}
}


.skip-cart .count {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	display: inline-block;
	top: -6px;
	position: relative;
	z-index: 5;
	width: 22px;
	height: 22px;
	background: rgba(51, 153, 204, 0.9);
	color: #FFFFFF;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
}
.skip-link.skip-active .count {
	color: white;
}
.skip-cart.no-count .count {
	display: none;
}

@media only screen and (max-width: 499px) {

	.skip-cart .count {
		margin-left: -12px;
	}
}


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

	.skip-cart {
		color: #3399cc;
		text-transform: uppercase;
	}
	.skip-cart:hover {
		text-decoration: none;
	}
	.skip-cart .count {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
		color: #3399cc;
		position: static;
		background: none;
		margin-left: 0px;
		font-size: 14px;
	}
	.skip-cart .count:before {
		content: '(';
	}
	.skip-cart .count:after {
		content: ')';
	}
}

.skip-cart .count.empty {
	display: none;
}

.cart-menu .empty {
	padding: 20px;
	text-align: center;
}


.cart-menu .actions {
	overflow: hidden;
	padding: 15px;
}
.cart-menu .actions .button {
	float: left;
	width: 48%;
}
.cart-menu .actions .button + .button {
	margin-left: 4%;
}

.cart-menu .subtotal {
	padding: 0 15px 15px;
	font-size: 24px;
	line-height: 1.2;
}

.mini-cart-list {
	margin-bottom: 5px;
}
.mini-cart-list li {
	position: relative;
	min-height: 90px;
	padding: 15px 15px 15px 90px;
	border-top: 1px solid #cccccc;
	font-size: 13px;
	line-height: 1.35;
}
.mini-cart-list .product-name {
	display: inline-block;
}
.mini-cart-list .product-image {
	position: absolute;
	left: 15px;
	top: 15px;
}
.mini-cart-list .product-image img {
	width: 60px;
	height: 60px;
}
.mini-cart-list .has-options {
	margin-bottom: 0;
	color: #a0a0a0;
	font-size: 12px;
}

.cart-menu .last-added {
	padding: 10px 15px 15px;
	border-top: 1px solid #cccccc;
	font-size: 13px;
}


.footer,.footer button {
}
.footer {
	clear: both;
	width: 100%;
	padding: 45px 10px 50px;
	max-width: 1377px;
	font-family: lato;
}

@media only screen and (max-width: 479px) {

	.footer {
		padding-top: 15px;
	}
}

.footer .links h2 {
	color: #41395f;
	font-size: 15px;
	font-family: LatoRegular;
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}
.footer .block-title {
	border-bottom: 0;
	padding: 3px 0;
	border: 0px;
}
.footer .block-title strong {
	font-weight: normal;
	color: #fff;
}
.footer .block-title,.footer address {
	color: #fff;
}
.footer address a {
	color: #fff;
}
.footer-logos {
	width: 100%;
	clear: both;
	text-align: center;
}
.footer .links li {
	line-height: 1.4;
	padding: 4px 0;
	color: #ffffff;
	font-size: 14px;
}
.footer .links a {
	color: #ffffff;
	font-size: 12px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	letter-spacing: 0.6px;
	text-transform: none;
	text-transform: none;
}
.footer .links.part6 .content p {
	color: #68608f;
}
.footer .links a:hover {
	color: #7A748F;
	text-decoration: none;
}
.footer .links,.footer .block-subscribe {
	font-size: 12px;
}
.footer .links.social-media em {
	background-image: url(../../frontend/Rockher/Winter/en_US/images/social_icons.png);
	background-repeat: no-repeat;
	width: 13px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 7px;
}

.footer #newsletter::-webkit-input-placeholder {
	color: #ffffff !important;
}
.footer .links.part4 li:first-of-type a{
	font-size: 14px;
}
.footer .links.part1,.footer .links.part2,.footer .links.part4, .footer .links.part3 {
	float: left;
}
.footer .links.part7 {
	display: none;
}
.footer .links.part5:before {
	content: "";
	display: block;
	clear: both;
	float: none;
}
.footer .links.part4 li:nth-child(2) {
	display: none;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {

	.footer .links.social-media em {
		background-image: url(../../frontend/Rockher/Winter/en_US/images/social_icons@2x.png);
		background-size: 50px 125px;
	}
}

.footer .links.social-media em.facebook {
	background-position: 0 -0px;
	height: 13px;
}
.footer .links.social-media a:hover em.facebook {
	background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
	background-position: 0 -24px;
	height: 13px;
}
.footer .links.social-media a:hover em.twitter {
	background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
	background-position: 0 -49px;
	height: 13px;
}
.footer .links.social-media a:hover em.youtube {
	background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
	background-position: 0 -74px;
	height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
	background-position: -25px -74px;
}
.footer .links.social-media em.rss {
	background-position: 0 -99px;
	height: 13px;
}
.footer .links.social-media a:hover em.rss {
	background-position: -25px -99px;
}
.footer .block-subscribe .input-box {
	float: left;
	width: 78%;
	margin-right: 3px;
	padding-top: 0;
}
.footer .block-subscribe .input-text {
	width: 100%;
	border-right: 0;
	outline: 0;
	height: 40px;
	border: 1px solid #fff;
	background: none;
}
.footer .block-subscribe .block-content {
	padding-top: 7px;
}
.footer .block-subscribe .block-content:after {
	content: '';
	display: table;
	clear: both;
}
.footer .block-subscribe .actions {
	float: left;
	width: 20%;
	margin: 0;
}
.footer .block-subscribe .actions .button {
	height: 40px;
	line-height: 17px;
	float: left;
	width: 40px;
	background: none;
	padding: 0;
	border: 1px solid #fff;
}
.footer .bugs,.footer address {
	clear: both;
}
.footer .bugs {
	display: none;
}
.footer .form-language,.footer .currency-switcher,.footer .store-switcher {
	clear: both;
	margin-bottom: 10px;
}
.footer .form-language,.footer .currency-switcher {
	display: none;
}
.footer.elite_footer address {
	color: #c8a48e;
}
.footer address {
	text-align: left;
	width: 100%;
	padding: 10px 0 0;

	font-size: 12.05px;
	color: #41395f;
}

@media only screen and (max-width: 770px) {

	.footer .form-language,.footer .currency-switcher {
		display: block;
	}
}



.category-title h1,body.catalogsearch-result-index .page-title h1 {
	border-bottom: none;
}
.category-image {
	margin-bottom: 1.5em;
	border: 1px solid #cccccc;
	padding: 10px;
}

h2.product-name,h3.product-name,h4.product-name,h5.product-name,p.product-name {
	margin: 0;
	margin-bottom: 0.5em;
	color: #636363;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
}
h2.product-name a,h3.product-name a,h4.product-name a,h5.product-name a,p.product-name a {
	color: #636363;
}
h2.product-name a:hover,h3.product-name a:hover,h4.product-name a:hover,h5.product-name a:hover,p.product-name a:hover {
	color: #3399cc;
	text-decoration: none;
}
.products-grid .product-name,.products-list .product-name {
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 14px;
}
.products-list .product-name a {
	font-size: 18.66px;
	font-weight: 400;
	color: #413a60;
	font-style: italic;
}
.products-list .product-name a:hover {
	color: #413a60;
	font-size: 18.66px;
}
.products-list .productshortdes {
	font-size: 12px;
	font-family: LatoRegular;
	color: #a8a8a8;
}
.products-grid .product-name a {
	font-weight: 600;
	font-size: 15px;
	color: #41395f;
	font-style: normal;
	overflow: hidden;
	padding: 0 10px;
	display: block;
	height: 40px;
	text-overflow: ellipsis;
	max-width: 290px;
	margin: 0 auto;
	text-transform: none;
	letter-spacing: 1.3px;

}

.product-info .product-color-weight-wrap {
	display: table;
	margin: 0 auto;
	font-size: 12px;
	color: #8a8a8a;
}

.product-info .metal-color {
	float: left;
	height: 45px;
	border: 2px solid #fefefe;
	width: 45px;
	border-radius: 50%;
	cursor: default;
	padding: 6px;
	margin: 12px 0;
	box-shadow: 0 4px 15px #d4d4d4;
}

.product-info .weight-wrap {
	width: 38%;
	float: right;
	margin: 11% 10%;
	border-left: 1px solid #939393;
	height: 45px;
}

.product-info .weight-border {
	padding: 4px 0 0 16px;
	height: 100%;
	border-left: 1px solid #dcdcdc;
}
.metal-color.white-gold {
	background-color: #e6e2e2;
}
.metal-color.rose-gold {
	background-color: #f9ceb1;
}
.metal-color.yellow-gold {
	background-color: #fdd7af;
}
.metal-color.platinum{
	background-color: #e0e1e6;
}

.products-grid {
	position: relative;
}
.products-grid:after {
	content: '';
	display: table;
	clear: both;
}
.products-grid > li {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	float: left;
	width: 47.72727%;
	margin-right: 4.54545%;
}
.products-grid > li.item-favorited .addtofav.fav-not-active {
	display: none;
}
.products-grid > li:after {
	content: '';
	display: table;
	clear: both;
}
.products-grid .product-image {
	width: 100%;
	margin-bottom: 5px;
	display: block;
}
.products-grid .product-image img {
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}

.products-grid .actions {
	padding-top: 10px;
	position: absolute;
	bottom: 0px;
	min-height: 85px;
	width: 100%;
}
.products-grid .ratings .rating-box {
	margin: 0 auto;
}
.products-grid .ratings .amount {
	display: none;
}
.products-grid .price-box {
	color: #a0a0a0;
	font-size: 13px;
	margin: 0;
	font-weight: bold;
}
.products-grid .add-to-links {
	margin-bottom: 0;
}

.products-grid > li:nth-child(odd) {
	clear: left;
}
.products-grid > li:nth-child(even) {
	margin-right: 0;
}

.products-grid .product-image:before,.products-grid .product-image:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}
.products-grid .product-image:before {
	background-color: white;
	opacity: 0.8;
	z-index: 2;
}
.products-grid .product-image:after {
	background-image: url("../../frontend/Rockher/Winter/en_US/images/opc-ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
}
.products-grid .product-image.loading {
	position: relative;
}
.products-grid .product-image.loading:before,.products-grid .product-image.loading:after {
	display: block;
}

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

	.products-grid {
	}
	.products-grid > li:nth-child(odd) {
		clear: none;
	}
	.products-grid > li:nth-child(even) {
		margin-right: 3.7037%;
	}
	.products-grid > li {
		width: 30.8642%;
		margin-right: 3.7037%;
	}
	.products-grid > li:nth-child(3n+1) {
		clear: left;
	}
	.products-grid > li:nth-child(3n) {
		margin-right: 0;
	}
}


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

	.products-grid--max-4-col > li:nth-child(odd) {
		clear: none;
	}
	.products-grid--max-4-col > li:nth-child(3n+1) {
		clear: none;
	}
	.products-grid--max-4-col > li:nth-child(even),.products-grid--max-4-col > li:nth-child(3n) {
		margin-right: 2.22222%;
	}

		.products-grid--max-4-col > li {
		margin-right: 2.22222%;
		width: 23.33333%;
	}
	.products-grid--max-4-col > li:nth-child(4n+1) {
		clear: left;
	}
	.products-grid--max-4-col > li:nth-child(4n) {
		margin-right: 0;
	}


		.products-grid--max-5-col > li:nth-child(odd) {
		clear: none;
	}
	.products-grid--max-5-col > li:nth-child(3n+1) {
		clear: none;
	}
	.products-grid--max-5-col > li:nth-child(even),.products-grid--max-5-col > li:nth-child(3n) {
		margin-right: 2.22222%;
	}

		.products-grid--max-5-col > li {
		margin-right: 2.22222%;
		width: 18.22222%;
	}
	.products-grid--max-5-col > li:nth-child(5n+1) {
		clear: left;
	}
	.products-grid--max-5-col > li:nth-child(5n) {
		margin-right: 0;
	}


		.products-grid--max-6-col > li:nth-child(odd) {
		clear: none;
	}
	.products-grid--max-6-col > li:nth-child(3n+1) {
		clear: none;
	}
	.products-grid--max-6-col > li:nth-child(even),.products-grid--max-6-col > li:nth-child(3n) {
		margin-right: 2.22222%;
	}

		.products-grid--max-6-col > li {
		margin-right: 2.22222%;
		width: 14.81481%;
	}
	.products-grid--max-6-col > li:nth-child(6n+1) {
		clear: left;
	}
	.products-grid--max-6-col > li:nth-child(6n) {
		margin-right: 0;
	}
}

/*Fix according to ROC-747*/
.category-recently-purchased .products-list > li,
.category-top-engagement-rings .products-list > li {
	margin-left: 0;
}

.products-list {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style: none !important;
}
.products-list > li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ededed;
}
.products-list > li div.second-list,.products-list > li div.third-list,.products-list > li div.fourth-list {
	padding-top: 22px;
}
.products-list > li div.third-list {
	float: left;
	width: 29%;
	text-align: center;
	border-left: 0px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	min-height: 97px;
}
.products-list > li:after {
	content: '';
	display: table;
	clear: both;
}
.products-list > li .product-image {
	float: left;
	width: 33.33333%;
}
.products-list > li .product-image img {
	width: auto;
	max-width: 100%;
}
.products-list > li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.products-list .product-shop {
	float: right;
	width: 66.66667%;
	padding-left: 20px;
}
.products-list .product-shop .product-name {
	margin-bottom: 0;
}
.viewsettings {
	border: 1px solid #41395f;
	background: none;
	color: #41395f;
	margin-bottom: 11px;
	font-size: 13px;
	font-family: LatoRegular;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 7px 30px;
}
.products-list .viewsettings:hover {
	background: #41395f;
	color: #fff;
}
.products-list .link-wishlist {
	display: inline-block;
	background: url(../../frontend/Rockher/Winter/en_US/images/heart-addto-rock.png) no-repeat;
	padding: 0 0 0 27px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: LatoRegular;
	font-weight: 300;
	letter-spacing: 2px;
}
.products-list .first-list {
	width: 21%;
	float: left;
	padding-right: 20px;
}
.products-list .second-list {
	float: left;
	width: 28%;
	padding-right: 40px;
}
.products-list .fourth-list {
	float: left;
	width: 15%;
	text-align: center;
}

@media only screen and (max-width: 960px) {

	.products-list .second-list {
		width: 37%;
		padding-right: 30px;
	}
	.products-list .fourth-list {
		width: 17%;
	}
	.products-list > li div.third-list {
		width: 25%;
	}
}

.products-list .fourth-list .pricetag {
	color: #41395f;
	font-size: 13px;
	text-transform: uppercase;
	font-family: LatoRegular;
	font-weight: 300;
	letter-spacing: 2px;
}
.products-list .fourth-list .price-box .price {
	color: #41395f;
	font-size: 37.02px;

	font-style: italic;
}
.products-list .fourth-list .price-box {
	margin: 0;
	line-height: 1;
}
.products-list .product-shop .ratings {
	margin: 0;
}
.products-list .product-shop .ratings .rating-box,.products-list .product-shop .ratings .rating-links {
	float: left;
	margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
	margin-top: 4px;
}
.products-list .product-shop .price-box {
	margin-top: 0;
}
.products-list .product-shop .price-box .price {
	font-size: 18px;
}
.products-list .product-shop .action {
	margin: 7px 0;
}
.products-list .product-shop .desc {
	margin-top: 7px;
}
.products-list .product-shop .product-primary,.products-list .product-shop .desc {
	float: left;
	width: 75%;
	overflow: hidden;
}
.products-list .product-shop .product-secondary {
	float: right;
	width: 25%;
	text-align: right;
	clear: right;
}

@media only screen and (max-width: 1279px) {

	.products-list .product-shop .product-primary,.products-list .product-shop .desc {
		float: left;
		width: 60%;
		padding-right: 20px;
	}
	.products-list .product-shop .product-secondary {
		float: right;
		width: 40%;
	}
}


@media only screen and (max-width: 970px) {

	.amshopby-filters-top #narrow-by-list tr td dd ol.filtercategories li.center_shape_availability lable {
		clear: both;
		width: 100%;
	}
}


@media only screen and (max-width: 600px) {

	.products-list .product-shop .price-box .special-price {
		padding-left: 0;
	}
	.products-list .product-shop .product-primary,.products-list .product-shop .product-secondary,.products-list .product-shop .desc {
		float: none;
		width: 100%;
		padding-right: 0;
		text-align: left;
	}
}

.btm_brd {
	border-top: 1px solid #ccc;
	text-align: center;
	margin-top: 30px;
	display: none;
}
.btm_brd img {
	display: inline-block;
	margin-top: -20px;
}

.mini-products-list .product-image {
	float: left;
	min-width: auto;
	margin-top: 5px;
}
.mini-products-list .product-image img {
	margin: 0 auto;
}
.mini-products-list .product-details .product-name {
	padding-top: 10px;
}
.mini-products-list li {
	margin-bottom: 10px;
	clear: none;
}
.mini-products-list li:after {
	content: '';
	display: table;
	clear: both;
}
.mini-products-images-list:after {
	content: '';
	display: table;
	clear: both;
}
.mini-products-images-list li.item {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
	padding-right: 0;
	padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
	display: block;
}
.mini-products-images-list li.item .product-image img {
	width: 100%;
	max-width: 100%;
}

.category-image img {
	width: 100%;
	max-width: 100%;
}

.block-layered-nav .block-subtitle--filter {
	display: none;
	margin: 0;
	margin-bottom: 10px;
	color: #636363;
	font-size: 14px;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-weight: normal;
	margin-bottom: 0px;
	padding: 7px 10px 7px 24px;
	border: 1px solid #cccccc;
	position: relative;
	background-color: #f4f4f4;
	cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #3399cc;
	border-bottom: none;
	left: 10px;
	top: 50%;
	margin-top: -3px;
}
.block-layered-nav .block-content .toggle-tabs {
	display: none;
}
.block-layered-nav .block-content > dl > dt {
	margin: 0;
	margin-bottom: 10px;
	color: #636363;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-weight: normal;
	margin-bottom: 0px;
	padding: 7px 10px 7px 24px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	position: relative;
	background-color: #f4f4f4;
	display: block;
}
.block-layered-nav .block-content > dl > dt:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #3399cc;
	border-bottom: none;
	left: 10px;
	top: 50%;
	margin-top: -3px;
}
.block-layered-nav .block-content > dl > dd {
	padding: 10px;
	margin: 0;
	border-width: 0 1px;
	border-style: solid;
	border-color: #cccccc;
}
.block-layered-nav .block-content > dl > dd:last-child {
	border-width: 0 1px 1px 1px;
}
.block-layered-nav dl dd {
	margin-bottom: 10px;
	margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span,.block-layered-nav dl dd ol > li > a {
	padding: 5px 15px;
	display: block;
}
.block-layered-nav dl dd ol > li > a .count {
	color: #000;
}

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

	.block-layered-nav .block-content > dl > dt {
		padding-left: 10px;
	}
	.block-layered-nav .block-content > dl > dt:after {
		display: none;
	}
}


@media only screen and (max-width: 770px) {

	.sidebar .block.block-layered-nav {
		border-bottom: none;
	}
	.block-layered-nav--no-filters .block-title {
		display: none;
	}
	.block-layered-nav .block-content {
		padding-top: 0;
		margin-top: 15px;
	}
	.block-layered-nav .block-content > dl > dt {
		cursor: pointer;
		border-bottom-width: 0;
	}
	.block-layered-nav .block-content > dl > dt:hover {
		color: #3399cc;
	}
	.block-layered-nav .block-content > dl > dt:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: block;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 4px solid #3399cc;
		border-right: none;
	}
	.block-layered-nav .block-content > dl > dt.last {
		border-bottom-width: 1px;
	}
	.block-layered-nav .block-content > dl > dd {
		display: none;
	}
	.block-layered-nav .block-content.accordion-open > dl > dt.current {
		border-bottom-width: 1px;
	}
	.block-layered-nav .block-content.accordion-open > dl > dt.current:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: block;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		border-top: 4px solid #3399cc;
		border-bottom: none;
		left: 6px;
		top: 50%;
		margin-top: -3px;
	}
	.block-layered-nav .block-content.accordion-open > dl > dd.current {
		display: block;
	}
	.block-layered-nav .block-subtitle--filter {
		background-color: #3399cc;
		border: 0;
		margin-bottom: 0;
		display: block;
		color: #FFFFFF;
	}
	.block-layered-nav .block-subtitle--filter:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: block;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 4px solid white;
		border-right: none;
		right: 10px;
		top: 50%;
		margin-top: -5px;
	}
	.block-layered-nav .block-subtitle--filter:hover {
		background-color: #2e8ab8;
		color: #FFFFFF;
	}
	.block-layered-nav .block-subtitle--filter.active:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: block;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		border-top: 4px solid white;
		border-bottom: none;
		right: 10px;
		top: 50%;
		margin-top: -3px;
	}
	#narrow-by-list,#narrow-by-list2 {
		padding: 10px;
		border-top: 0;
	}
	.block-layered-nav dl ol > li > a,.block-layered-nav dl ol > li > span {
		padding: 7px;
		margin: 5px;
	}
	.block-layered-nav dl ol > li > a {
		color: #636363;
		background-color: #fff;
		padding: 5px 10px;
	}
	.block-layered-nav dl ol > li > a:hover {
		text-decoration: none;
		background: #e7e7e7;
	}
}

.block-layered-nav .currently .block-subtitle {
	display: block;
	margin: 0;
	margin-bottom: 10px;
	color: #636363;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
}
.block-layered-nav .currently ol {
	padding-left: 10px;
	margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
	margin-bottom: 5px;
}
.block-layered-nav .currently ol li .label {
	font-weight: bold;
}
.block-layered-nav .currently ol li:after {
	content: '';
	display: table;
	clear: both;
}
.block-layered-nav .actions {
	text-align: right;
	margin-bottom: 7px;
	margin-right: 30px;
}

.event-container {
	clear: both;
	border: 1px solid #3399cc;
	position: relative;
	z-index: 2;
	border-width: 1px 1px;
	margin-top: 7px;
	height: 59px;
}
.event-container:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #3399cc;
	border-bottom: none;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
}
.event-container .event {
	padding-bottom: 18px;
	margin-bottom: -18px;
	padding-top: 5px;
	height: 52px;
	line-height: 50px;
	text-align: center;
	width: auto;
	position: relative;
	z-index: 2;
	border-bottom: 0 !important;
}
.event-container .event .event-ticker {
	display: inline;
	font-size: 28px;
	height: auto;
}
.event-container .event .event-ticker span {
	line-height: 50px;
	height: 50px;
	padding: 0;
}
.event-container .container {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}
.event-container .status {
	display: inline;
	margin: 0 10px 0 0;
	background: none;
	font-size: 22px;
}
.event-container .event-dates {
	display: inline;
	font-size: 22px;
	height: auto;
}
.event-container .event-dates div,.event-container .event-dates p {
	display: inline;
}
.event-container .event-dates .time-part {
	font-size: 14px;
}

.product-view .product-essential .extra-info .ratings .rating-box,.product-view .product-essential .extra-info .ratings .amount {
	float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
	margin-top: 8px;
	margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
	content: '';
	display: table;
	clear: both;
}
.product-view .product-essential:after {
	content: '';
	display: table;
	clear: both;
}
.product-view .product-shop .product-name .h1,.product-view .product-img-box .product-name h1 {
	color: #3399cc;
	margin-bottom: 10px;
	border: 0;
}
.product-view .product-shop {
/*	float: left;*/
}
.product-view .product-shop .product-name {
	display: none;
}
.product-view .product-shop .product-name .h1 {
	float: left;
	margin-bottom: 5px;
}
.product-view .product-shop .extra-info {
	float: left;
	padding-right: 15px;
	clear: left;
}
.product-view .product-shop .price-info {
	float: right;
	padding-left: 15px;
	text-align: right;
}
.product-view .product-shop .extra-info,.product-view .product-shop .price-info {
	max-width: 50%;
	margin-bottom: 0px;
}
.product-view .product-shop .short-description {
	margin-bottom: 2px;
	clear: both;
	max-width: 400px;
  width: 100%;
  margin: 0px auto;
}
.product-view .product-shop .ratings {
	margin-bottom: 8px;
}
.product-view .product-shop .availability {
	font-size: 16px;
}
.product-view .product-shop .price-box {
	margin-top: 0;
}
.product-view .product-shop .price-box .old-price,.product-view .product-shop .price-box .special-price,.product-view .product-shop .price-box .regular-price {
	padding-right: 0;
	line-height: 1.2;
}
.product-view .product-shop .price-box .regular-price .price,.product-view .product-shop .price-box .special-price .price,.product-view .product-shop .price-box .full-product-price .price {
	color: #3399cc;
	font-size: 24px;
}
.product-view .product-shop .price-box .special-price .price-label {
	font-size: 16px;
	text-transform: uppercase;
}
.product-view .product-shop .price-box .price-excluding-tax,.product-view .product-shop .price-box .price-including-tax {
	display: block;
	line-height: 1.2;
}
.product-view .product-shop .price-box .price-excluding-tax .label,.product-view .product-shop .price-box .price-including-tax .label {
	font-size: 16px;
	font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,.product-view .product-shop .price-box .price-including-tax .price {
	font-size: 20px;
}
.product-view .old-price .price-label {
	display: none;
}
.product-view .add-to-cart-wrapper,.product-view .block-related {
	width: 50%;
	float: right;
	clear: right;
}

@media only screen and (max-width: 850px) {

	.product-view .product-shop .price-box .price-excluding-tax .label,.product-view .product-shop .price-box .price-including-tax .label {
		font-size: 15px;
	}
	.product-view .product-shop .price-box .price-excluding-tax .price,.product-view .product-shop .price-box .price-including-tax .price {
		font-size: 18px;
	}
}


@media only screen and (max-width: 770px) {

	.product-view .add-to-cart-wrapper {
		float: none;
		width: 100%;
		clear: both;
	}
	.product-view .product-shop .price-box .price-excluding-tax .label,.product-view .product-shop .price-box .price-including-tax .label {
		font-size: 16px;
	}
	.product-view .product-shop .price-box .price-excluding-tax .price,.product-view .product-shop .price-box .price-including-tax .price {
		font-size: 20px;
	}
	.product-img-box .product-image,.product-view .more-views {
		margin: 0 auto;
		width: 100%;
		margin-top: 5%;
	}
	.product-img-box .product-image{
		margin-top: 0;
	}
	.catalog-product-view .product-view {
		padding-top: 0px;
	}
}


@media only screen and (max-width: 420px) {

	.header-minicart .mini-products-list li .product-details {
		margin-left: 10px !important;
	}
	.minicart-wrapper p.empty,.mini-products-list .product-details a {
		font-size: 14px;
	}
	.product-view .product-shop .price-box .price-excluding-tax,.product-view .product-shop .price-box .price-including-tax {
		margin-bottom: 5px;
	}
	.product-view .product-shop .price-box .price-excluding-tax span,.product-view .product-shop .price-box .price-including-tax span {
		display: block;
	}
}
.catalog-product-view .product-img-box {
	margin-top: 7%;
}
.product-img-box {
	float: left;
	width: 50%;
}
.rockher_diamondsearch-index-index .product-img-box {
	width: 100%;
}
.product-img-box .product-name h1 {
	border: 0;
}
.product-img-box .product-image img {
	max-width: 100%;
	max-height: 600px;
	margin: 0px auto !important;
}
.product-image-gallery #Zoomer {
  max-width: 470px;
}
@media only screen and (max-width: 479px) {

	.product-img-box .product-image img {
		max-height: 450px;
	}
}

.product-image-gallery {
	position: relative;
}
.product-image-gallery.diamond_360 {
/*	display: none;*/
}
.product-image-gallery .gallery-image {
	display: none;
}
.product-image-gallery .gallery-image.visible {
	display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
	visibility: hidden;
}
.product-image-gallery:before,.product-image-gallery:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}
.product-image-gallery:before {
	background-color: white;
	opacity: 0.8;
	z-index: 2;
}
.product-image-gallery:after {
	background-image: url("../../frontend/Rockher/Winter/en_US/images/opc-ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
}
.product-image-gallery.loading {
	position: relative;
}
.product-image-gallery.loading:before,.product-image-gallery.loading:after {
	display: block;
}
.product-image-thumbs li {
	display: inline-block;
}
.product-image-thumbs a {
	display: inline-block;
	border: 1px solid transparent;
}
.product-view .product-essential .product-image-thumbs a {
	border: 1px solid #f1f1f1;
}
.product-view .product-essential .product-image-thumbs a:hover {
	border: 1px solid #443c62;
}
.no-touch .product-image-thumbs a:hover {
	border-color: #c7c7c7;
}
.product-view .product-shop,.product-view .add-to-cart-wrapper,.product-view .block-related {
	padding-left: 0px;
}
.product-view .product-shop,.product-img-box,.product-collateral,.product-view .block-related,.box-collateral {
	margin-bottom: 55px;
}
.catalog-product-view .product-view .product-shop {
	margin-bottom: 0px;
}
.product-view {
	padding-top: 0px;
}
.product-view .add-to-box:after,.product-view .add-to-cart:after {
	content: '';
	display: table;
	clear: both;
}
.product-view .add-to-cart {
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.product-view .add-to-cart .qty-wrapper,.product-view .product-options-bottom .price-box,.product-view .add-to-cart-buttons {
	min-height: 40px;
}
.product-view .product-options-bottom .price-box,.product-view .add-to-cart .qty-wrapper,.product-view .add-to-cart-buttons .button,.product-view .add-to-cart-buttons .paypal-logo {
	margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,.product-view .add-to-cart .qty-wrapper label {
	margin-right: 7px;
	float: left;
}
.product-view .add-to-cart .qty-wrapper label {
	line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
	float: left;
	height: 40px;
}
.product-view .add-to-cart-buttons {
	float: left;
	width: 100%;
	margin-right: 10px;
}
.product-view .add-to-cart-buttons .paypal-logo {
	clear: left;
	text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
	margin: 0 auto;
	display: block;
	width: 145px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
	display: block;
	width: 150px;
	margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
	text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
	display: block;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	line-height: 1;
	text-align: center;
}
.product-view .add-to-cart-buttons .button {
	height: 50px;
	line-height: 40px;
	font-size: 16px;
	padding: 0px 30px;
	float: left;
	min-width: 280px;
	width: 100%;
	border-radius: 5px;
}
.order-review-title span {
	color: #000000;
	float: left;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

@media only screen and (max-width: 479px) {

	.product-view .add-to-cart-buttons .paypal-or {
		line-height: 20px;
	}
	.product-view .add-to-cart-buttons .paypal-logo,.product-view .add-to-cart-buttons .paypal-or,.product-view .add-to-cart-buttons .paypal-button,.product-view .add-to-cart-buttons .button {
		text-align: center;
		width: 100%;
		display: block;
		margin-right: 0;
		margin-left: 0;
		float: none;
	}
}


@media only screen and (max-width: 1024px) {

	.product-view {
		padding-top: 65px;
	}
}


.add-to-box .or {
	display: none;
}
.product-view .add-to-links {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	float: left;
}
.product-view .add-to-links:after {
	content: '';
	display: table;
	clear: both;
}
.product-view .add-to-links li {
	float: left;
}
.product-view .add-to-links a {
	padding: 2px 7px 2px 0px;
	margin-left: 7px;
	border-right: 1px solid #cccccc;
}
.product-view .add-to-links li:first-child a {
	margin-left: 15px;
}
.product-view .add-to-links li:last-child a {
	border-right: 0px;
}
.product-view .sharing-links {
	float: left;
}
.product-view .sharing-links:after {
	content: '';
	display: table;
	clear: both;
}
.product-view .sharing-links li {
	float: left;
	padding: 0px 7px 7px;
}
.product-view .sharing-links li:last-child {
	padding: 0;
}
.product-view .sharing-links a {
	text-indent: -9999px;
	display: block;
	width: 26px;
	height: 26px;
}
.product-view .sharing-links a:hover {
	opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
	background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
	background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
	background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
	background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
	background-position: 0px -372px;
}

@media only screen and (max-width: 599px) {

	.add-to-box .add-to-links a {
		float: none;
		width: auto;
		text-indent: 0;
	}
}

.product-collateral {
	clear: both;
}
.collateral-tabs dd h2 {
	display: none;
}
.box-collateral {
	clear: both;
}

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

	.product-collateral .toggle-tabs {
		display: block;
		width: 100%;
		position: relative;
		border: 1px solid #cccccc;
		background-color: #f4f4f4;
	}
	.product-collateral .toggle-tabs li {
		float: left;
		border-right: 1px solid transparent;
		border-left: 1px solid transparent;
	}
	.product-collateral .toggle-tabs li > span {
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		user-select: none;
		display: inline-block;
		padding: 0 30px;
		height: 40px;
		line-height: 40px;
		cursor: pointer;
		text-transform: uppercase;
		font-size: 12px;
		position: relative;
		bottom: -1px;
	}
	.product-collateral .toggle-tabs li.current {
		border-right: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
	}
	.product-collateral .toggle-tabs li.current > span {
		background-color: #FFFFFF;
		z-index: 5;
	}
	.product-collateral .toggle-tabs li.current span,.product-collateral .toggle-tabs li:hover span {
		color: #3399cc;
	}
	.product-collateral .toggle-tabs li:first-child {
		border-left: none;
	}
	.product-collateral .toggle-tabs:after {
		content: '';
		display: table;
		clear: both;
	}
	.product-collateral > dl {
		width: 100%;
	}
	.product-collateral > dl > dt {
		display: none;
	}
	.product-collateral > dl > dd {
		width: 100%;
		display: none;
		padding: 15px;
		border: 1px solid #cccccc;
		border-top: 0;
	}
	.product-collateral > dl > dd.current {
		display: block;
	}
}


@media only screen and (max-width: 770px) {

	.product-collateral .toggle-tabs {
		display: none;
	}
	.product-collateral > dl > dt {
		margin: 0;
		margin-bottom: 0px;
		color: #636363;
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		line-height: 1.4;
		text-rendering: optimizeSpeed;
		text-transform: uppercase;
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		user-select: none;
		padding: 7px 10px 7px 24px;
		border-width: 1px;
		border-style: solid;
		border-color: #cccccc;
		position: relative;
		background-color: #f4f4f4;
		display: block;
		cursor: pointer;
		border-bottom-width: 0;
	}
	.product-collateral > dl > dt:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: block;
		border-right: none;
		border-left: 4px solid #3399cc;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		left: 10px;
		top: 50%;
		margin-top: -3px;
	}
	.product-collateral > dl > dd {
		padding: 10px;
		margin: 0;
		border-width: 0 1px;
		border-style: solid;
		border-color: #cccccc;
		display: none;
	}
	.product-collateral > dl > dd:last-child {
		border-width: 0 1px 1px 1px;
	}
	.product-collateral > dl > dt:hover {
		color: #3399cc;
	}
	.product-collateral > dl > dt.last {
		border-bottom-width: 1px;
	}
	.product-collateral.accordion-open > dl > dt.current {
		border-bottom-width: 1px;
	}
	.product-collateral.accordion-open > dl > dt.current:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: block;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		border-top: 4px solid #3399cc;
		border-bottom: none;
		left: 6px;
		top: 50%;
		margin-top: -3px;
	}
	.product-collateral.accordion-open > dl > dd.current {
		display: block;
	}
}


@media only screen and (max-width: 770px) {

	.product-view .product-shop,.product-view .add-to-cart-wrapper,.product-view .block-related,.product-img-box,.product-collateral {
		width: 100%;
		float: none;
		padding-right: 0;
		padding-left: 0;
	}
}


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

	.product-view .product-shop .product-name {
		max-width: 600px;
    margin: 0px auto;
    display: block;
    padding-top: 160px;
		width: 100%;
	}
	.product-img-box .product-name {
		display: none;
	}
}


@media only screen and (max-width: 479px) {

	.product-view .product-shop,.product-img-box,.product-collateral,.product-view .block-related,.box-collateral {
		margin-bottom: 15px;
	}
}

.product-view .ratings .rating-links {
	clear: left;
	float: left;
	margin-top: 0;
}
#product-attribute-specs-table {
	max-width: 50em;
	border: 1px solid silver;
}
#product-attribute-specs-table th {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

.grouped-items-table-wrapper {
	border: solid 1px silver;
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
	border-bottom: none;
}

@media only screen and (max-width: 479px) {

	.grouped-items-table-wrapper {
		margin-bottom: 15px;
	}
}

.grouped-items-table .name-wrapper {
	color: #3399cc;
}
.grouped-items-table .qty-wrapper {
	padding-top: 7px;
}
.grouped-items-table .qty-label {
	margin-left: 7px;
}
.grouped-items-table td {
	padding: 4px;
}

.product-options {
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 15px 15px;
	border: 1px solid #cccccc;
	clear: both;
	position: relative;
}
.product-options p.required {
	position: absolute;
	top: 6px;
	right: 15px;
}
.product-options dt {
	margin: 10px 0 3px;
	font-weight: normal;
}
.product-options dt:first-child {
	margin-top: 0;
}
.product-options dd .qty-holder {
	display: block;
	padding: 10px 0 0 0;
}
.product-options dd .qty-holder .qty {
	width: 3em;
}
.product-options dd .qty-holder label {
	vertical-align: middle;
}
.product-options dd .qty-disabled {
	background: none;
	border: 0;
	padding: 0 2px;
}
.product-options dd {
	padding: 0 0 10px 0;
	margin: 0 0 5px;
	border-bottom: 1px solid #ededed;
}
.product-options dl.last dd.last {
	border-bottom: 0;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.product-options dd .input-text {
	width: 98%;
}
.product-options dd .input-box {
	padding-top: 0;
}
.product-options dd input.datetime-picker {
	width: 150px;
}
.product-options dd .time-picker {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	display: inline;
	padding: 2px 0;
	vertical-align: middle;
}
.product-options dd textarea {
	width: 98%;
	height: 8em;
}
.btmsetmy dd select {
	width: 330px;
	max-width: 100%;
	font-family: LatoRegular;
	color: #9c9c9c;
	border: 2px solid #8d889f;
	text-transform: uppercase;
}
.product-options ul.options-list {
	margin-right: 5px;
}
.product-options ul.options-list li {
	line-height: 1.5;
	margin-bottom: 7px;
}
.product-options ul.options-list li:last-child {
	margin-bottom: 0;
}
.product-options ul.options-list .radio,.product-options ul.options-list .checkbox {
	float: left;
	margin-top: 5px;
}
.product-options ul.options-list .label {
	display: block;
}
.product-options ul.options-list label {
	font-weight: normal;
}
.product-options p.note {
	margin: 0;
	font-size: 11px;
}
.product-options-bottom {
/*	background-color: #f4f4f4;*/
/*	padding: 15px 20px;*/
/*	border: 1px solid #cccccc;*/
	border-top: 0;
	margin-bottom: 10px;
}
.product-options-bottom:after {
	content: '';
	display: table;
	clear: both;
}
.product-options-bottom .product-pricing,.product-options-bottom .tier-prices {
	float: right;
	margin: 0;
	padding: 0 0 10px;
	border: 0;
	background: 0;
	color: #636363;
}

@media only screen and (max-width: 479px) {

	.product-options-bottom .product-pricing,.product-options-bottom .tier-prices {
		float: none;
		width: 100%;
		text-align: right;
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 1px solid #cccccc;
	}
}

.product-options-bottom .tier-prices li {
	background: 0;
	padding: 2px 0;
}
.product-options-bottom .tier-prices .price,.product-options-bottom .tier-prices .benefit {
	color: #636363;
}


.product-options-bottom .price-box {
	display: none;
	float: right;
	margin: 0 0 10px;
	padding: 0;
}

@media only screen and (max-width: 479px) {

	.product-options-bottom .price-box .price-as-configured {
		text-align: right;
	}
	.product-options-bottom .price-box .price-as-configured .price-label {
		display: block;
	}
}

.product-options-bottom .price-tax {
	float: left;
}


.block-related li {
	margin-bottom: 7px;
}
.block-related .block-title {
	border-bottom: none;
}
.block-related .block-title h2 {
	margin: 0;
	margin-bottom: 0.5em;
	color: #636363;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	margin-bottom: 0;
}
.block-related .block-subtitle {
	margin-bottom: 7px;
}
.block-related .product {
	margin-left: 20px;
	position: relative;
}
.block-related .checkbox {
	float: left;
	margin-top: 36px;
}
.block-related .product-details {
	margin-left: 90px;
}
.block-related .product-name {
	margin-bottom: 3px;
}
.block-related .product-details .price-box {
	margin: 2px 0 3px;
}
.block-related .product-details .price-box a,.block-related .product-details .price-box p,.block-related .product-details .price-box span {
	float: left;
	margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,.block-related .product-details .price-box p:first-child,.block-related .product-details .price-box span:first-child {
	margin-left: 0;
}
.block-related .product-details .price-box:after {
	content: '';
	display: table;
	clear: both;
}
.block-related .link-wishlist {
	display: none;
}

.box-up-sell {
	margin-top: 20px;
}
.box-up-sell .ratings {
	display: none;
}

.cart-msrp-totals {
	color: red;
	font-size: 12px !important;
	font-weight: bold;
	margin: 10px 10px 0;
	padding: 10px;
	text-align: right;
	text-transform: uppercase;
}
.map-cart-sidebar-total {
	color: red;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
}
.map-popup {
	background: #FFFFFF;
	border: 5px solid #cccccc;
	margin: 12px 0 0;
	position: absolute;
	text-align: left;
	width: 450px;
	z-index: 100;
}

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

	.map-popup.map-popup-right {
		left: 10px !important;
	}
	.map-popup.map-popup-left {
		left: auto !important;
		right: 10px !important;
	}
}


@media only screen and (max-width: 770px) {

	.map-popup {
		width: 100%;
		left: 0px !important;
	}
}

.map-popup .map-popup-heading {
	padding: 8px 10px;
	margin-right: 40px;
	width: auto;
}
.map-popup .map-popup-heading h3 {
	font-size: 14px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: break-word;
	text-align: left;
	text-overflow: ellipsis;
}

@media only screen and (max-width: 479px) {

	.map-popup .map-popup-heading h3 {
		text-align: center;
	}
}

.map-popup .map-popup-close {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 36px;
	width: 36px;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
}
.map-popup .map-popup-content {
	border-top: 1px solid #ededed;
	padding: 10px;
	margin: 0 10px;
	overflow: hidden;
	text-align: left;
}

@media only screen and (max-width: 479px) {

	.map-popup .map-popup-content {
		text-align: center;
	}
}

.map-popup .map-popup-checkout {
	padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
	content: '';
	display: table;
	clear: both;
}
.map-popup .map-popup-checkout span {
	display: block;
}
.map-popup .map-popup-checkout .button {
	float: left;
	margin: 0 2px;
	clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
	float: left;
	min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
	list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
	width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
	display: inline-block;
	float: left;
	clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
	float: left;
	text-align: center;
	padding: 5px 15px;
	clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
	content: '';
	display: table;
	clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
	clear: left;
}

@media only screen and (max-width: 479px) {

	.map-popup .map-popup-checkout {
		text-align: center;
	}
	.map-popup .map-popup-checkout .button,.map-popup .map-popup-checkout .additional-addtocart-box,.map-popup .map-popup-checkout .paypal-logo a,.map-popup .map-popup-checkout .paypal-logo .paypal-or {
		float: none;
	}
	.map-popup .map-popup-checkout .additional-addtocart-box {
		min-width: 0px;
	}
	.map-popup .map-popup-checkout .paypal-logo .paypal-or {
		margin: 0px;
		margin-bottom: 10px;
	}
}

.map-popup .map-popup-checkout:after {
	content: '';
	display: table;
	clear: both;
}
.map-popup .map-popup-price {
	padding: 10px 0;
}
.map-popup .map-popup-price .price-box,.map-popup .map-popup-price .price-box .special-price {
	display: inline-block;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 479px) {

	.map-popup .map-popup-price {
		text-align: center;
		padding-top: 0px;
	}
}

.map-popup .map-popup-text {
	padding: 10px 0;
	margin: 0 10px;
	word-wrap: break-word;
}
.map-popup .map-popup-text,.map-popup .map-popup-only-text {
	border-top: 1px solid #ededed;
}

.block-compare .product-name:after {
	content: '';
	display: table;
	clear: both;
}
.compare-table .product-image {
	display: inline-block;
}
.compare-table .product-shop-row.top td {
	padding-bottom: 0;
	border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
	padding-top: 0;
}

.cart-table {
	float: left;
	width: 60%;
}
.cart-forms,.crosssell {
	float: right;
	clear: right;
	padding-left: 20px;
}
.cart-totals,.cart-forms .discount,.cart-forms .giftcard,.cart-forms .shipping {
	padding: 0px;
}
.cart-table,.cart-totals,.cart-forms .discount,.cart-forms .giftcard,.cart-forms .shipping {
	margin-bottom: 20px;
}
.display-both-prices .cart-table {
	float: none;
	width: 100%;
}
.display-both-prices .cart-forms {
	float: left;
	padding-right: 10px;
	padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,.display-both-prices .crosssell {
	padding-left: 10px;
}
.display-both-prices .cart-forms,.display-both-prices .cart-totals-wrapper,.display-both-prices .crosssell {
	width: 50%;
}
.display-both-prices .crosssell {
	clear: right;
	float: right;
}

@media only screen and (max-width: 979px) {

	.display-single-price .cart-table {
		float: none;
		width: 100%;
	}
	.display-single-price .cart-forms {
		float: none;
		padding-right: 10px;
		padding-left: 0;
		margin: 0 auto;
	}
	.display-single-price .cart-totals-wrapper,.display-single-price .crosssell {
		padding-left: 10px;
	}
	.display-single-price .cart-forms,.display-single-price .cart-totals-wrapper,.display-single-price .crosssell {
		width: 50%;
	}
	.display-single-price .crosssell {
		clear: right;
		float: right;
	}
}


@media only screen and (max-width: 599px) {

	.product-cart-sku {
		display: none;
	}
	.display-both-prices .cart-forms,.display-both-prices .cart-totals-wrapper,.display-both-prices .crosssell,.display-single-price .cart-forms,.display-single-price .cart-totals-wrapper,.display-single-price .crosssell {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		float: none;
		width: 100%;
	}
}


.cart .page-title {
	border-bottom: 1px solid #ededed;
}
.cart .page-title:after {
	content: '';
	display: table;
	clear: both;
}
.cart .page-title h1 {
	float: left;
	border-bottom: none;
	margin-bottom: 5px;
	margin-right: 10px;
}
#header-cart .minicart-actions .checkout-types li:first-child {
	margin-bottom: 0;
}
.header-minicart .minicart-wrapper .checkout-types.minicart a:hover {
	color: #41395f;
	line-height: 30px;
}
.header-minicart .minicart-wrapper .checkout-types.minicart a {
	line-height: 43px;
	height: 43px;
	width: 100%;
	font-size: 14px;
}
/*.checkout-types {*/
	/*float: right;*/
	/*text-align: right;*/
	/*max-width: 100%;*/
	/*padding-right: 0%;*/
	/*padding-top: 8px;*/
/*}*/
.checkout-types li {
	vertical-align: top;
	margin: 0 0 5px 5px;
}
.checkout-types li:after {
	content: '';
	display: table;
	clear: both;
}
.checkout-types li img {
	display: inline;
	vertical-align: top;
}
.checkout-types li:first-child {
	margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
	display: block;
}
.checkout-types.top li {
	display: inline-block;
}
.checkout-types.top .bml_button {
	display: inline-block;
	vertical-align: top;
}
.checkout-types.top .bml_button img {
	display: block;
}
.checkout-types.bottom .paypal-logo a,.checkout-types.minicart .paypal-logo a {
	display: block;
}
.checkout-types.bottom .paypal-or,.checkout-types.minicart .paypal-or {
	margin: 0px;
	width: 150px;
	display: block;
	text-align: center;
	float: right;
}
.cart-totals .checkout-types .btn-checkout {
	margin-bottom: 7px;
}

@media only screen and (max-width: 1024px) {
	.checkout-types li {
		margin-left: 0 !important;
	}
}
@media only screen and (max-width: 670px) {

	.checkout-types {
		float: none;
		text-align: center;
	}
	.checkout-types.bottom .paypal-or,.checkout-types.minicart .paypal-or {
		width: auto;
		float: none;
	}
	.checkout-types li {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.btn-checkout {
		width: 100%;
	}
}

.cart-table th,.cart-table td,.cart-table tbody td {
	border-bottom: none;
	vertical-align: top;
}
.cart-table h2 {
	color: #636363;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}
.cart-table thead th,.cart-table tbody td {
	background-color: transparent;
	padding: 10px 5px;
}
.cart-table .product-cart-info,.cart-table .product-cart-actions {
	padding-left: 15px;
}
.cart-table tr {
	border-bottom: 1px solid silver;
}
.cart-table tfoot tr {
	background: none;
}
.cart-table tfoot tr > td:after {
	content: '';
	display: table;
	clear: both;
}
.cart-table span.or {
	font-size: 9px;
	padding: 0 5px;
	text-transform: uppercase;
}
.cart-table .product-cart-image .cart-links,.cart-table .product-cart-info .btn-remove,.cart-table .product-cart-actions .button {
	display: none;
}
.cart-table .product-cart-image {
	padding-left: 0;
	padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
	max-width: 100%;
	width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
	display: none;
}
.cart-table .product-cart-sku {
	font-style: italic;
	font-size: 12px;
	margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
	font-weight: 600;
}
.cart-table .btn-empty {
	float: left;
}
.cart-table .product-cart-total,.cart-table .product-cart-price {
	text-align: center;
}
.cart-table .cart-tax-total {
	position: relative;
	cursor: pointer;
}
.cart-table .cart-tax-total:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #3399cc;
	border-left: none;
	position: absolute;
	top: 3px;
	right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #3399cc;
	border-bottom: none;
	right: -15px;
	top: 6px;
}
.cart-table .cart-links > li {
	white-space: nowrap;
	line-height: 1.3;
	margin-bottom: 5px;
	min-width: 65px;
	font-size: 13px;
}
.cart-table .cart-links > li > a {
	display: block;
}
.cart-table .cart-links > li:last-child {
	margin-bottom: 0;
}
.cart-table .product-cart-actions {
	min-width: 60px;
	text-align: center;
}
.cart-table .product-cart-actions .qty {
	height: 30px;
	border-color: silver;
	border-radius: 0;
	margin-bottom: 10px;
	text-align: center;
	width: 3em;
}
.cart-table .product-cart-actions .button {
	margin-bottom: 5px;
}
.cart-table .item-options {
	padding-bottom: 0px;
	padding-left: 0px;
}
.cart-table .item-options > dt {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	padding-top: 5px;
}
.cart-table .item-options > dd {
	color: #41395f;
	font-size: 14px;
	border-radius: 4px;
	padding: 5px 10px 5px 10px;
	width: auto;

	text-align: center;
	margin-left: 0%;
}

@media only screen and (max-width: 770px) {

	.cart-table th {
		font-size: 12px;
	}
	.cart-table th,.cart-table td {
		padding: 7px 6px;
	}
	.cart-table .product-cart-actions > li {
		white-space: inherit;
	}
}


@media only screen and (max-width: 1024px) and (min-width: 786px) {

	.checkout-cart-index .cart-table {
		max-width: 768px;
		margin: 0 auto;
		float: none;
	}
	.cart-forms,.cart-totals-wrapper,.crosssell {
		clear: both;
		float: none;
		padding: 20px 0 0 0;
		max-width: 768px;
		margin: 0 auto;
	}
	.discount-form {
		padding-top: 0px;
		max-width: 100%;
	}
	.cart-forms .discount {
		float: right;
	}
	.cart-totals-wrapper.shopcartrockher {
		width: 100%;
		float: none !important;
	}
}


@media only screen and (max-width: 699px) {

	.display-both-prices .cart-table thead th.cart-total-head,.display-both-prices .cart-table td.product-cart-total {
		display: none;
	}
}


@media only screen and (max-width: 599px) {

	.cart-table colgroup,.cart-table thead {
		display: none;
	}
	.cart-table tr {
		display: block;
		margin-bottom: 10px;
		padding-bottom: 10px;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.cart-table tr:after {
		content: '';
		display: table;
		clear: both;
	}
	.cart-table tr:last-child {
		margin-bottom: 0;
	}
	.cart-table tfoot tr {
		padding-bottom: 0;
	}
	.cart-table td {
		border: none;
		display: block;
	}
	.cart-table td[data-rwd-label] {
		padding-left: 15px;
		margin-bottom: 6px;
	}
	.cart-table td[data-rwd-label] .price {
		font-weight: normal;
	}
	.cart-table td[data-rwd-label]:before {
		content: attr(data-rwd-label) ":";
		font-size: 12px;
		padding-right: 5px;
		text-transform: uppercase;
	}
	.cart-table td.product-cart-price {
		text-align: left;
	}
	.cart-table h2 {
		font-size: 12px;
	}
	.cart-table .cart-links {
		padding-top: 5px;
		padding-right: 5px;
	}
	.cart-table .cart-links > li {
		white-space: normal;
		text-align: center;
	}
	.cart-table .cart-links > li > a {
		padding: 2px 0px;
	}
	.cart-table .cart-tax-info {
		font-style: italic;
		padding-left: 15px;
		font-size: 13px;
	}
	.cart-table .cart-tax-info .price {
		font-size: 13px;
	}
	.cart-table .product-cart-image {
		width: 25%;
		float: left;
		padding-bottom: 0;
	}
	.cart-table .product-cart-image a.cart-edit {
		display: block;
		font-size: 16px;
		text-align: center;
		text-transform: uppercase;
	}
	.cart-table .product-cart-info,.cart-table td[data-rwd-label] {
		float: right;
		width: 75%;
	}
	.cart-table .product-cart-actions,.cart-table .product-cart-price {
		padding-bottom: 0;
		padding-top: 0;
		float: right;
	}
	.cart-table .product-cart-remove,.cart-table .product-cart-total,.cart-table .product-cart-actions .cart-links {
		display: none;
	}
	.cart-table .product-cart-image .cart-links,.cart-table .product-cart-info .btn-remove {
		display: block;
	}
	.cart-table .product-cart-actions .button {
		display: none;
	}
	.cart-table .product-cart-info .btn-remove {
		float: right;
		margin: -4px 0px 2px 7px;
	}
	.cart-table .product-cart-info .product-cart-sku {
		margin-bottom: 5px;
	}
	.cart-table .product-cart-actions {
		text-align: left;
	}
	.cart-table .product-cart-actions .qty {
		margin-right: 7px;
		margin-bottom: 7px;
	}
	.cart-table .price,.cart-table .product-cart-price:before {
		font-weight: 500;
		font-size: 15px;
	}
	.cart-table .cart-footer-actions {
		text-align: center;
		width: 100%;
	}
	.cart-table .cart-footer-actions #empty_cart_button {
		float: right;
	}
	.cart-table .cart-footer-actions .btn-continue {
		float: left;
	}
	.cart-table .cart-footer-actions .btn-update,.cart-table .cart-footer-actions span.or {
		display: none;
	}
	.display-both-prices .cart-table td[data-rwd-tax-label]:before {
		content: attr(data-rwd-tax-label) ":";
	}
}


.shipping h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
}
.shipping select {
	max-width: 90%;
	height: 30px;
	display: block;
	border: 1px solid silver;
}
.shipping select.validation-failed {
	border-color: red;
}
.shipping .shipping-desc {
	display: none;
}
.shipping .buttons-set {
	border: none;
	margin: 0;
	padding: 0;
}
.shipping .form-list:after {
	content: '';
	display: table;
	clear: both;
}
.shipping .form-list li {
	float: left;
	margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
	width: 37%;
}
.shipping .form-list .shipping-region {
	width: 41%;
}
.shipping .form-list .shipping-postcode {
	margin-right: 0;
	width: 18%;
}
.shipping .form-list .shipping-postcode input {
	margin-top: 4px;
}
.shipping .form-list .input-box {
	padding-top: 0;
}
.shipping .form-list input {
	height: 30px;
	margin-top: 4px;
}
.shipping .form-list label {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}
.shipping .sp-methods {
	padding: 10px 0 0;
	text-align: left;
}
.shipping .sp-methods dd {
	margin-bottom: 10px;
}
.shipping .sp-methods label {
	font-size: 12px;
	font-style: italic;
	min-width: 100px;
}
.shipping .sp-methods label span {
	font-weight: bold;
	font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
	float: left;
	margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
	border: 1px solid #cccccc;
	background-color: #e7e7e7;
	min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
	background-color: #dbdbdb;
}

@media only screen and (max-width: 770px) {

	.shipping .shipping-form .form-list > li {
		width: 100%;
		float: none;
	}
	.shipping .shipping-form .form-list > li label {
		display: block;
	}
	.shipping .shipping-form .form-list > li input,.shipping .shipping-form .form-list > li select {
		width: 100%;
	}
}

.cart .cart-totals {
	text-align: right;
}
.cart .cart-totals:after {
	content: '';
	display: table;
	clear: both;
}
.cart .cart-totals table {
	font-size: 12px;
	margin-bottom: 20px;
	text-transform: uppercase;
	width: 100%;
}
.cart .cart-totals table td {
	padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
	padding-right: 10px;
	min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,.cart .cart-totals table tbody tr:last-child th {
	padding-bottom: 10px;
}
.cart .cart-totals table tfoot {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot td {
	font-size: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
.cart .cart-totals table tfoot strong span,.cart .cart-totals table tfoot span.price {
}
.cart .cart-totals table tfoot strong {
	font-weight: 400;
}

@media only screen and (max-width: 600px) {

	.cart-totals {
		text-align: right;
	}
}


@media only screen and (max-width: 770px) {

	.cart .cart-totals table tfoot td {
		font-size: 18px;
	}
}

.discount-form:after,#giftcard-form:after {
	content: '';
	display: table;
	clear: both;
}
#discount-coupon-form,.cart .giftcard {
	width: 100%;
}
#discount-coupon-form h2,.cart .giftcard h2 {
	display: none;
}
#discount-coupon-form label,.cart .giftcard label {
	/*font-size: 12px;*/
	font-weight: 400;
	text-align: left;
	min-width: 105px;
	display: inline-block;
	margin-right: 10px;
}
.checkout-cart-index #discount-coupon-form .field-wrapper,.cart .giftcard .field-wrapper {
	display: inline-block;
}
#discount-coupon-form .validation-advice,.cart .giftcard .validation-advice {
	display: inline;
}
#discount-coupon-form .validation-advice{
	display: inline-block;
	width: 100%;
	text-align: left;
}
#discount-coupon-form .button-wrapper,.cart .giftcard .button-wrapper {
	display: inline-block;
	vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,.cart .giftcard .button-wrapper > button {
	float: left;
}
/*#discount-coupon-form .input-text,.cart .giftcard .input-text {*/
/*	border-radius: 0;*/
/*	height: 32px;*/
/*	margin: 4px 10px 0 0;*/
/*	width: 190px;*/
/*}*/
#checkoutSteps .back-link {
	display: none;
}
#checkoutSteps .buttons-set {
    border: none;
	clear: both;
	margin: 10px 0 25px;
	padding-top: 10px;
	text-align: right;
}
#checkoutSteps .buttons-set .button {
    border-radius: 45px;
    background-color: #443879;
    color: #FFFFFF;
    font-family: ProximaNovaReg;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 19px;
    text-align: center;
    height: 57px;
    max-width: 437px;
    width: 100%;
    outline: none;
}
#shipping-buttons-container.buttons-set {
	border-top: none;
    padding: 10px 0;
}
.cart .giftcard p {
	margin-bottom: 7px;
}
.complete .shipto {
	margin-bottom: 27px;
}
#opc-review #cartmainid .complete address span.shipaddress {
	margin-bottom: 27px;
}
address span {
	display: inline-block;
	width: 100%;
}
.complete label {
	color: #000;
	display: inline-block;
	float: left;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 700;
	padding-right: 5px;
	line-height: 21px;
}
.cart .giftcard .check-gc-status {
	float: left;
	padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
	font-size: 14px;
	text-transform: none;
}

.crosssell h2 {
	color: #3399cc;
}
.crosssell #crosssell-products-list .button,.crosssell #crosssell-products-list .add-to-links {
	display: none;
}


@media only screen and (max-width: 979px) {

	.crosssell {
	}
	.crosssell .products-grid > li:nth-child(even),.crosssell .products-grid > li:nth-child(3n),.crosssell .products-grid > li {
		width: 47.72727%;
		margin-right: 4.54545%;
	}
	.crosssell .products-grid > li:nth-child(odd) {
		clear: left;
	}
	.crosssell .products-grid > li:nth-child(even) {
		margin-right: 0;
	}
	.crosssell .products-grid > li:nth-child(3n+1) {
		clear: none;
	}
}


@media only screen and (max-width: 320px) {
  .sub-menu span{
		font-size: 11px;
	}
	.crosssell ul .item {
		padding: 0 0px 40px;
	}
	.crosssell ul .product-details .crosssell-actions {
		padding: 0 5px;
	}
}


.checkout-onepage-index .col-right,.checkout-onepage-index .col-left {
	display: none;
}
.checkout-onepage-index .col-main {
	width: auto;
	float: none;
}

@media only screen and (min-width: 980px) {
	.checkout-onepage-index .col-right,.checkout-onepage-index .col-left {
		width: 100%;
		display: block;
	}
	.checkout-onepage-index .col-right {
		padding-left: 0;
	}
}

.opc select {
	width: 365px;
}

.opc .section .step-title {
	width: 100%;
	border-top: 1px solid #ececec;
	position: relative;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.opc .section .step-title:after {
	content: '';
	display: table;
	clear: both;
}
.opc .section.allow:not(.active) .step-title {
	cursor: pointer;
}

.no-touch .opc .section.allow:not(.active) .step-title:hover {
	background-color: #f4f4f4;
}
/*.opc .section.active .step-title {*/
	/*border-bottom: 1px solid #ececec;*/
/*}*/
.opc .section .step-title a {
	display: none;
}
.opc .section.allow:not(.active) .step-title a {
	display: block;
	float: right;
	line-height: 40px;
	height: 40px;
	padding: 0px 10px;
}
.no-touch .opc .section .step-title a:hover {
	text-decoration: none;
}
/*.opc .section .step-title .number,.opc .section.allow.active .step-title .number,.no-touch .opc .section.allow:hover .step-title .number {*/
	/*width: 26px;*/
	/*height: 26px;*/
	/*text-align: center;*/
	/*color: #FFFFFF;*/
	/*line-height: 26px;*/
	/*background-color: #3399cc;*/
	/*display: block;*/
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 10px;*/
	/*margin-top: -13px;*/
	/**/
/*}*/
/*.opc .section.allow .step-title .number {*/
	/*background-color: #99cce5;*/
/*}*/
.opc .section.allow .step-title h2 {
	color: #a0a0a0;
}
/*.opc .section.allow .step-title:hover h2,.opc .section.active .step-title h2 {*/
	/*color: #3399cc;*/
/*}*/
.opc .section .step-title h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	height: 40px;
	float: left;
	margin: 0px 4px 0px 45px;
}
.opc .section .step:after {
	content: '';
	display: table;
	clear: both;
}

@media only screen and (max-width: 979px) {

	.opc .section .step {
		padding: 10px;
	}
}

.opc h3 {
	font-weight: 500;
}
.opc .buttons-set {
	text-align: left;
}
.opc .buttons-set button.button {
	float: left;
	margin-left: 0;
	margin-right: 0px;
	margin-bottom: 0;
}
.opc .buttons-set p.required {
	float: right;
	margin-left: 5px;
	margin-bottom: 0;
}
.opc .buttons-set .back-link {
	float: right;
	margin: 0;
}
.opc .buttons-set a {
	line-height: 20px;
	display: inline-block;
	padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {

	.opc .buttons-set .button + .buttons-set .button,.paypal-express-review .buttons-set .button + .buttons-set .button {
		margin-left: 0;
	}
}

.opc #opc-login .step {
	padding: 0px;
}
.opc #opc-login .buttons-set {
	border-top: 0;
	padding-top: 5px;
}

@media only screen and (max-width: 770px) {

	.opc #opc-login .description,.opc #opc-login p.required {
		display: none;
	}
}

#opc-payment .note {
	padding: 10px;
}

.opc.opc-firststep-login .section:not(#opc-login) .step-title,.opc-block-progress-step-login {
	-webkit-transition: opacity 300ms linear;
}
.opc.opc-firststep-login .section#opc-login .step-title .number {
	-webkit-transition: width 80ms linear;
}
.opc.opc-firststep-login .section#opc-login .step-title h2 {
	-webkit-transition: margin-left 80ms linear;
}

#checkout-step-review .opc-block-progress {
	display: inline-block !important;
	float: right;
	max-width: 350px;
	opacity: 9;
	position: relative;
	width: 100%;
	padding: 10px !important;
	border-left: none;
	padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-content {
	position: absolute;
	display: block !important;
	padding: 0;
}
#checkout-step-review .cartmain .block-content {
	margin-top: 25px;
}
.opc-block-progress dl #payment-progress-opcheckout,.opc-block-progress dl #shipping-progress-opcheckout,.opc-block-progress dl #shipping_method-progress-opcheckout {
	display: inline-block;
}

.sp-methods {
	margin: 0 0 8px;
}
.sp-methods dt {
	margin: 13px 0 5px;
	font-weight: bold;
	display: flex;
	background-color: #F9F9F9;
	padding: 13px 0 13px 24px;
	align-items: center;
}
.sp-methods dt:first-child {
	margin: 0 0 5px;
}
.sp-methods dd li {
	margin: 5px 0;
}
.sp-methods label img {
	float: left;
}
.sp-methods label a {
	margin-top: 6px;
	float: right;
	margin-left: 10px;
}
.sp-methods .price {
	font-weight: bold;
}
.sp-methods .form-list {
	padding-left: 20px;
}
.sp-methods .form-list li {
	margin: 0 0 8px;
}
.sp-methods select.month {
	width: 120px;
	margin-right: 10px;
}
.sp-methods select.year {
	width: 96px;
}
.sp-methods input.cvv {
	width: 4em !important;
}
.sp-methods .checkmo-list li {
	margin: 0 0 5px;
	content: '';
	display: table;
	clear: both;
}
.sp-methods .checkmo-list label {
	width: 165px;
	padding-right: 15px;
	text-align: right;
	float: left;
}
.sp-methods .checkmo-list address {
	float: left;
}

@media only screen and (max-width: 479px) {

	.sp-methods .checkmo-list {
		padding-left: 0;
	}
	.sp-methods .checkmo-list label {
		width: 135px;
	}
}

.sp-methods .release-amounts {
	margin: 0.5em 0;
}
.sp-methods .release-amounts button {
	float: left;
	margin: 5px 10px 0 0;
}

.block-progress .block-content {
	font-size: 13px;
}
.block-progress dt {
	padding-top: 0px;
	margin: 0;
	margin-bottom: 10px;
	color: #636363;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
	color: #a0a0a0;
}
.block-progress dt.complete {
	color: #000;
}
.block-progress dd {
	margin-bottom: 10px;
	font-style: italic;
}
#payment-progress-opcheckout dd.complete,#shipping_method-progress-opcheckout dd.complete {
	margin-bottom: 25px;
}
#shipping_method-progress-opcheckout .price {
	display: none;
}
.block-progress dd address {
	font-style: italic;
}
#checkout-review-table .gd tr.last {
	float: right !important;
	margin-top: -41px;
	position: relative;
	width: auto;
}
.block-progress #payment-progress-opcheckout .subtitle {
	margin-bottom: 3px;
}
.block-progress .payment-info dt {
	padding: 0;
	margin: 0 0 3px 0;
	color: #636363;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-transform: none;
	font-style: italic;
	float: left;
	clear: both;
	font-size: 13px;
}
.block-progress .payment-info dt:after {
	content: ': ';
}
.block-progress .payment-info dd {
	float: left;
	margin-bottom: 3px;
	font-size: 13px;
}
.block-progress .payment-info:after {
	content: '';
	display: table;
	clear: both;
}

.checkout-onepage-index .cartright.last .cart-item.tt li {
	padding: 20px 0px;
}
#checkout-review-table .btn-remove img {
	display: none;
}

.opc-block-progress dt.complete a,.opc-block-progress dt.complete .separator {
	display: inline;
}
.opc-block-progress dt a,.opc-block-progress dt .separator {
	display: none;
}

#checkout-step-review .opc-block-progress .block-title {
	display: none;
}
#checkout-step-review .opc-block-progress .block-title strong span {
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
#opc-review #shipping-progress-opcheckout dt.complete {
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: LatoRegular;
	margin-bottom: 27px;
	margin-top: 20px;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
	float: left;
	font-size: 14px;

	color: #41395f;
	width: 50%;
}
#delestimatetime-progress-opcheckout {
	float: left !important;
	width: 100% !important;
}

@media only screen and (max-width: 479px) {

	#checkout-step-review .opc-block-progress .block-content > dl > div {
		float: none;
		width: auto;
	}
}

#checkout-step-review .opc-block-progress .block-content .changelink {
	display: none;
}

@media only screen and (max-width: 479px) {

	#checkout-review-table thead > tr > th {
		display: none;
	}
	#checkout-review-table thead > tr > th:first-child {
		display: block;
	}
}

#checkout-step-review .centinel > p {
	margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
	width: 100%;
	min-height: 400px;
}

.gift-messages-form .item {
	content: '';
	display: table;
	clear: both;
	margin-top: 30px;
}
.gift-messages-form .item h5 {
	font-weight: bold;
}
.gift-messages-form .item .product-img-box {
	width: auto;
	float: left;
	padding-right: 15px;
}
.gift-messages-form .item .details {
	float: left;
}
.gift-message-form .inner-box > div {
	content: '';
	display: table;
	clear: both;
	width: 100%;
	margin-top: 15px;
}
.gift-message-form .inner-box > div.extra-options-container p {
	margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
	margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
	float: left;
}

.checkout-onepage-success .col-main {
	padding: 0;
	text-align: center;
}
.checkout-onepage-success .buttons-set {
	margin: 10px 0;
	text-align: center;
}
.checkout-onepage-success .buttons-set button {
	float: none;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
	height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
	content: '';
	display: table;
	clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
	margin-right: 5px;
}
.gift-message-form .gift-item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
	content: '';
	display: table;
	clear: both;
}
.gift-message-form .gift-item .product-img-box {
	width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
	width: 75px;
	margin-left: auto;
	margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
	display: block;
}
.gift-message-form .gift-item .fieldset {
	margin-left: 200px;
}

@media only screen and (max-width: 770px) {

	.gift-message-form .gift-item .product-img-box {
		width: 100%;
		float: none;
	}
	.gift-message-form .gift-item .fieldset {
		margin-left: 0px;
	}
	.gift-message-form .gift-item .fieldset textarea {
		width: 100%;
	}
}



.clearfix:after,.configurable-swatch-list:after,.product-view .product-options .swatch-attr:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
.product-view .product-options .swatch-attr {
	float: none;
	display: block;
	clear: both;
	border: 0;
}
.product-view .product-options dt.swatch-attr label {
	display: block;
	line-height: 1.3;
}

.configurable-swatch-list {
	margin-left: -3px;
	zoom: 1;
	clear: both;
}
.configurable-swatch-list li {
	float: left;
	zoom: 1;
	margin: 0 0 0 3px;
}
#narrow-by-list dd .configurable-swatch-list li {
	margin: 0 0 0 3px;
	width: 47%;
}
.swatch-link img {
	border-radius: 3px;
}
.swatch-link,.swatch-label {
	display: block;
	border-radius: 3px;
	font-size: 14px;
	text-align: center;
	color: #666666;
	text-decoration: none;
	box-sizing: content-box;
}
.swatch-link {
	border: 1px solid #bbbbbb;
	margin: 0 0 3px;
}
#narrow-by-list dd .swatch-link {
	float: left;
	margin-right: 2px;
	padding: 0;
}
.currently .swatch-link {
	display: inline-block;
	margin: 0 0 0 10px;
}
.swatch-label {
	border: 1px solid #fff;
	margin: 0;
	white-space: nowrap;
	background: #efefef;
}
.swatch-link:hover {
	cursor: pointer;
}
.currently .swatch-link:hover {
	cursor: default;
	border-color: #bbbbbb;
}
.swatch-link .x {
	display: none;
	text-indent: -999em;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../../frontend/Rockher/Winter/en_US/images/bg_x.png) center no-repeat transparent;
	z-index: 10;
}
.configurable-swatch-list .not-available .x {
	display: block;
}
.configurable-swatch-list .not-available .swatch-link {
	border-color: #e6e6e6;
	position: relative;
}
.configurable-swatch-list .not-available .swatch-label {
	color: #aaa;
	background: #fff;
}

.swatch-link.has-image .swatch-label {
	position: relative;
}
.swatch-link.has-image img {
	position: absolute;
	top: 0;
	left: 0;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.configurable-swatch-list .hover .swatch-link,.configurable-swatch-list .selected .swatch-link,.swatch-link:hover {
	border-color: #44f;
}
.configurable-swatch-list .wide-swatch .swatch-label {
	padding: 0 6px;
}
.configurable-swatch-box {
	background: none !important;
}
.configurable-swatch-box select.swatch-select {
	display: none;
}
.configurable-swatch-box .validation-advice {
	margin: 0 0 5px;
	background: #D91A00;
	padding: 2px 5px !important;
	font-weight: bold;
	color: #fff !important;
	float: left;
	display: block;
	border-radius: 3px;
}

.availability.out-of-stock span {
	color: #333;
}
.product-view .add-to-cart button.out-of-stock {
	background-position: -80px -362px;
	cursor: default;
}
.product-view .btmsetmy .input-box {
	width: auto;
	height: auto;
}
.product-options .select-label {
	display: none;
}
.product-options dt.swatch-attr label,.product-options dt.swatch-attr .select-label {
	font-size: 12px;
}
.product-options dt.swatch-attr .select-label {
	display: inline;
	font-weight: normal;
	color: #00acb1;
	padding-left: 5px;
}

.customer-account-login .scaffold-form label:first-child {
	width: 115px;
}
.customer-account-login .col2-set .buttons-set {
	text-align: left;
	border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,.customer-account-login .col2-set .buttons-set .button {
	float: none;
	min-width: 50%;
	margin: 0;
}
.customer-account-login .col2-set .col-1 ul {
	list-style: disc;
	padding-left: 20px;
	margin: 10px 0 20px 0;
}

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

	.customer-account-login .col2-set .col-1,.customer-account-login .col2-set .col-2 {
		padding-top: 0;
		margin-top: 20px;
	}
	.customer-account-login .col2-set .col-1 {
		padding-right: 20px;
	}
	.customer-account-login .col2-set .col-2 {
		padding-left: 20px;
		border-left: 1px solid #ededed;
	}
}


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

	.related_options .product-options {
		padding: 10px 0px 15px;
	}
	.customer-account-login .col2-set .col-1 {
		padding-right: 0;
	}
	.customer-account-login .col2-set .col-2 {
		padding-left: 60px;
		border-left: 1px solid #ededed;
	}
}


@media only screen and (max-width: 479px) {

	.customer-account-login .col2-set .col-1 {
		padding-bottom: 30px;
	}
	.customer-account-login .col2-set .col-2 {
		padding-top: 30px;
		border-top: 1px solid #ededed;
	}
}


@media only screen and (max-width: 770px) {

	.customer-account-login .col2-set p.required {
		display: none;
	}
}

.customer-account-create .scaffold-form label:first-child {
	width: 140px;
}
.opc #opc-login p:not(.required) {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
	color: #a0a0a0;
}
.remember-me-box a.hide {
	display: none;
}
.remember-me-box .link-tip {
	font-size: 13px;
	padding-left: 10px;
}
.remember-me-popup {
	display: none;
	border: 1px solid #cccccc;
	padding: 10px;
	position: relative;
}
.remember-me-popup.show {
	display: block;
}
.remember-me-popup p {
}
.remember-me-popup .remember-me-popup-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
	display: none;
}
.customer-account-create .buttons-set {
	max-width: 455px;
}
.customer-account-create .fieldset,.customer-account-create .buttons-set {
	margin-left: 30px;
}

@media only screen and (max-width: 479px) {

	.customer-account-create .fieldset,.customer-account-create .buttons-set {
		margin-left: 0;
	}
}

.customer-account-create .fieldset .hidden {
	display: none;
}
.customer-account-create #remember-me-popup {
	max-width: 455px;
}

@media only screen and (max-width: 736px) {

	.customer-account-forgotpassword .col-main {
		padding: 30px 15px 0;
	}
	.customer-account-forgotpassword .fieldset,.customer-account-forgotpassword .buttons-set,.page-title {
		margin: 20px auto;
		max-width: 400px;
	}
}


@media only screen and (max-width: 1024px) {
#header-nav .menu-img-plus {
		width: 25px;
    float: right;
    margin-top: 10px;
		margin-right: 5px;
	}
	#header-search #search {
		background: #5f5979;
		color: #ffffff;
		font-family: LatoRegular;
		height: 50px;
		letter-spacing: 1px;
		padding-right: 72px;
		border-radius: initial;
		width: 100%;
		font-size: 14px;
		margin-top: 0px;
		border: none;
	}
	#header-search #search_mini_form .search-button {
		height: 50px;
		opacity: 1 !important;
		width: 49px;
		float: right;
		top: -57px;
		right: 0;
		position: relative;
		text-indent: 0;
		border: none;
		background: none;
		padding: 0;
	}
	.customer-account-forgotpassword .col-main {
		padding: 30px 15px 0;
	}
	.customer-account-forgotpassword .fieldset,.customer-account-forgotpassword .buttons-set,.page-title {
/*		margin: 50px auto;*/
		max-width: 400px;
		padding-top: 0;
	}
}

.customer-account-forgotpassword .fieldset .input-box input.input-text {
	width: 100%;
}

body.customer-account .my-account .page-title h1 {
	border: 0;
	text-align: left;
}
body.customer-account .my-account .title-buttons {
	position: relative;
	text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
	text-align: left;
}
body.customer-account .my-account .title-buttons .button {
	position: absolute;
	right: 0;
	top: 0;
}
body.customer-account .my-account .title-buttons a,body.customer-account .my-account .title-buttons span.separator {
	position: relative;
	top: -42px;
}
body.customer-account .my-account .fieldset h2,body.customer-account .my-account .addresses-list h2,body.customer-account .my-account .order-details h2 {
	width: 100%;
	display: inline-block;
	font-size: 18px;
	color: #000;
}
body.customer-account .my-account .addresses-list h3 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
}
body.customer-account .my-account .fieldset {
	margin-top: 30px;
	margin-bottom: 30px;
}
body.customer-account .data-table {
	margin-top: 5px;
}
body.customer-account .data-table td a {
	text-transform: uppercase;
	font-style: normal;
	font-size: 13px;
}
body.customer-account .sidebar .block ol#compare-items li {
	margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
	margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
	margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
	margin-top: 10px;
	margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
	display: inline-block;
	margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
	margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
	margin-top: 10px;
	margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
	margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
	display: inline;
	margin-bottom: 0;
}
.form-list .customer-dob .dob-month,.form-list .customer-dob .dob-day {
	width: 40px;
	float: left;
	margin-right: 10px;
}
.form-list .customer-dob .dob-year {
	width: 80px;
	float: left;
}

.dashboard .box-head {
	margin-top: 30px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 7px;
}
.dashboard .box-head h2 {
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 0;
}
.dashboard .box-head a {
	padding: 10px;
}
.dashboard .box-title a,.dashboard .box-head a {
	text-transform: uppercase;
	font-size: 12px;
}
.dashboard .box-account {
	padding-bottom: 40px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}
.my-account .ddaacc .max-account-info .box-info .box-account.box-recent {
	float: right;
	width: 70%;
}
.max-account-info:first-child .box-account.box-info {
	float: left;
	width: 30%;
	border-bottom: medium none;
	padding-left: 0 !important;
}
.max-account-info:first-child .box-account.box-recent {
	float: right;
	width: 70%;
}
.max-account-info:first-child .box-account .col2-set .col-1.first-col {
	width: 100%;
}
.my-account .dashboard_1 {
	float: left;
	width: 100%;
}
.dashboard.ddaacc {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.dashboard_1 .box-account .box-head {
	padding-bottom: 30px;
}
.max-account-info:first-child .border_demo {
	border-bottom: 1px solid #41395f;
	float: left;
	margin: 0 auto 0 9%;
	max-width: 1365px;
	width: 95%;
	padding-top: 10px;
}
.ddaacc .box-account.box-recent {
	border-bottom: 0 none;
	margin: 0 auto;
	max-width: 1365px;
	padding: 0;
	width: 100%;
	display: block;
}
.ddaacc .box-account.box-recent .box-head {
	float: right;
	width: 88.5%;
}
.ddaacc .box-account.box-recent table {
	float: right;
	width: 88.5%;
}
.dashboard .box-account p,.dashboard .box-account address {
	font-style: italic;
}
.dashboard .col2-set .col-1,.dashboard .col2-set .col-2 {
	padding-right: 12.09677%;
	padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,.dashboard .col2-set .col-2 .box-title {
	position: relative;
	padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2,.dashboard .col2-set .col-1 .box-title h3,.dashboard .col2-set .col-2 .box-title h2,.dashboard .col2-set .col-2 .box-title h3 {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,.dashboard .col2-set .col-2 .box-title a {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 10px;
	line-height: 19.6px;
}
.dashboard .box-reviews.box-account {
	padding-bottom: 0;
}
.dashboard .box-reviews li {
	padding: 10px 0;
	border-top: 1px solid #ededed;
}
.dashboard .box-reviews li:first-child {
	border-top: 0;
}
.dashboard .box-reviews li .number {
	margin-right: -20px;
	float: left;
	line-height: 1.4;
	font-size: 13px;
}
.dashboard .box-reviews li .details {
	margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
	content: '';
	display: table;
	clear: both;
	margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
	float: left;
	font-size: 13px;
	margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
	float: left;
	margin: 3px 0 0 0;
}

.my-account .addresses-list {
	font-family: Georgia, Times, "Times New Roman", serif;
}
.my-account .addresses-list .col-1,.my-account .addresses-list .col-2 {
	padding-bottom: 0;
}
.my-account .addresses-list .item {
	margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
	margin-top: 10px;
}

@media only screen and (max-width: 770px) {

	.my-account .addresses-list .col-1,.my-account .addresses-list .col-2 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.my-account .addresses-list .col-1 li.empty,.my-account .addresses-list .col-2 li.empty {
		width: 100%;
	}
}


@media only screen and (max-width: 599px) {

	.my-account .addresses-list .addresses-additional p a {
		white-space: nowrap;
	}
}


.order-info {
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
	width: 100%;
	margin-bottom: 30px;
}
.order-info dt,.order-info dd,.order-info ul,.order-info li {
	display: inline;
}
.order-info dt {
	margin-right: 20px;
}
.order-info li {
	margin: 0 0 0 20px;
}
.order-info li.current {
	font-weight: 600;
}
.order-info li:first-child {
	margin-left: 0;
}
.order-date {
	text-transform: uppercase;
}
.order-info-box {
	margin-bottom: 40px;
	margin-top: 20px;
}
.order-info-box + .order-info-box {
	padding-bottom: 40px;
	border-bottom: 1px solid #ededed;
}
.order-info-box .col-1 {
	padding-right: 0;
	width: 48%;
}
.order-info-box .col-2 {
	width: 52%;
}
.order-info-box .col-1,.order-info-box .col-2 {
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
}
.order-info-box .box-title {
	width: 150px;
	padding-right: 10px;
	float: left;
}
.order-info-box .box-title h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
.order-info-box .box-title h2:after {
	content: ':';
}
.order-info-box .box-content {
	float: left;
}
.order-info-box .box-content td,.order-info-box .box-content th {
	line-height: 1.3;
}
.order-info-box .box-content th {
	padding-top: 10px;
}
.order-info-box .box-content td {
	padding-left: 15px;
}
.order-info-box .box-content strong {
	font-weight: normal;
	text-transform: uppercase;
}
#my-orders-table .option-label {
	margin-left: 10px;
	font-weight: 600;
	font-style: italic;
}
#my-orders-table .option-value {
	margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
	border-bottom: none;
	border-top: none;
}
ol#cart-sidebar-reorder li {
	margin-top: 10px;
	margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
	margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
	display: inline;
}

@media only screen and (max-width: 599px) {

	#my-orders-table .option-label {
		margin-left: 20px;
	}
	#my-orders-table .option-value {
		margin-left: 35px;
	}
	#my-orders-table td[data-rwd-label=Qty] .nobr br {
		display: none;
	}
	#my-orders-table td[data-rwd-label=Qty] .nobr strong {
		margin-right: 10px;
	}
	#my-orders-table tr.bundle {
		border-color: #ededed;
	}
	#my-orders-table tr.bundle.child td[data-rwd-label] {
		padding-left: 60px;
	}
	#my-orders-table tbody:last-child tr:last-child td {
		padding-bottom: 10px;
		border-bottom: 0;
	}
	#my-orders-table tbody:last-child tr:last-child td:last-child {
		padding-bottom: 15px;
	}
	#my-orders-table tfoot tr.shipping {
		margin-top: 0;
	}
}

.order-additional {
	margin: 40px 0;
}
.order-gift-message dd {
	margin-top: 10px;
}

@media only screen and (max-width: 1199px) {

	.dashboard .col2-set .col-1,.dashboard .col2-set .col-2 {
		padding-right: 30px;
		padding-bottom: 0;
	}
}


@media only screen and (max-width: 979px) {

	body.customer-account .my-account .title-buttons {
		text-align: left;
	}
	body.customer-account .my-account .title-buttons span.separator,body.customer-account .my-account .title-buttons a {
		top: -12px;
	}
	.data-table span.nobr {
		white-space: normal;
	}
	.data-table span.nobr a {
		white-space: nowrap;
	}
	.data-table .separator {
		display: none;
	}
	.dashboard .col2-set .col-1 .box-title a,.dashboard .col2-set .col-2 .box-title a {
		position: static;
		padding: 0;
	}
}


@media only screen and (max-width: 770px) {

	.ddaacc .box-account.box-recent .box-head {
		width: 100%;
	}
	.ddaacc .box-account.box-recent table {
		width: 100%;
	}
	.col-1,.col-2,.col-3 {
		min-height: auto;
	}
	body.customer-account .data-table.orders th.ship,body.customer-account .data-table.orders td.ship {
		display: none;
	}
	.order-info-box .box-content {
		clear: left;
	}
	.addresses-list .item {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
	.order-info dt {
		display: none;
	}
	.dashboard .page-title {
		margin-top: 20px;
	}
	.dashboard .page-title h1 {
		margin-top: 0;
	}
	.dashboard .welcome-msg {
		font-family: Georgia, Times, "Times New Roman", serif;
	}
	.dashboard .welcome-msg .hello {
		font-style: italic;
	}
	.dashboard .box-account {
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.dashboard .col2-set .col-1,.dashboard .col2-set .col-2 {
		width: 48%;
		padding-right: 0;
		padding-left: 0;
	}
	.dashboard .col2-set .col-1 {
		float: left;
		margin-right: 4%;
	}
	.dashboard .col2-set .col-2 {
		float: right;
	}
}


@media only screen and (max-width: 599px) {

	body.customer-account .my-account .form-list .control {
		padding-left: 0;
	}
}


@media only screen and (max-width: 530px) {

	.data-table.orders td.status,.data-table.orders th.status {
		display: none;
	}
}


@media only screen and (max-width: 479px) {

	body.customer-account .my-account .page-title h1 {
		text-align: center;
	}
	body.customer-account .my-account .title-buttons {
		text-align: center;
	}
	body.customer-account .my-account .title-buttons .button {
		width: 100%;
		position: static;
		margin-bottom: 15px;
	}
	body.customer-account .my-account .fieldset h2 {
		margin-bottom: 15px;
	}
	body.customer-account .my-account .order-details h2 {
		margin-bottom: 15px;
	}
	body.customer-account .my-account .buttons-set {
		border-top: 0;
	}
	body.customer-account .my-account .addresses-list .item {
		margin-bottom: 15px;
		padding-right: 0;
		float: none;
		width: auto;
	}
	body.customer-account .my-account .addresses-list h2 {
		margin-bottom: 15px;
	}
	.order-info {
		margin-top: 15px;
	}
	.data-table.orders .link-reorder,.data-table.orders .date {
		display: none;
	}
	.data-table.orders td.view {
		text-align: right;
	}
	.dashboard .col2-set .col-1,.dashboard .col2-set .col-2 {
		width: 100%;
		margin-top: 0px;
	}
	.dashboard .col2-set .col-1 .box-title a,.dashboard .col2-set .col-2 .box-title a {
		position: absolute;
		padding: 10px;
	}
	.order-info-box {
		margin: 0;
	}
	.order-info-box .col-1,.order-info-box .col-2 {
		width: 100%;
		border-bottom: 1px solid #ededed;
		padding: 15px 0;
	}
	.order-info-box + .order-info-box {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 30px;
	}
	#my-reviews-table .nobr {
		white-space: normal;
	}
}


body.newsletter-manage-index .my-account .fieldset {
	margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
	display: none;
}
body.newsletter-manage-index .my-account .form-list {
	border-top: 1px solid #ededed;
	padding-top: 10px;
}

.main-content-box span.text-help {
	font-size: 12px;
	color: #000;
	font-style: normal;
}
.main-content-box span.text-help > a {
	text-decoration: underline !important;
	color: #41395f !important;
}
.main-content-box p.custom-service-text {
	margin-bottom: 23px !important;
	color: rgb(65, 57, 95);
	font-size: 14px;
	font-style: italic;
	padding-top: 28px;
}
.category-contact .main-content-box p.custom-service-text {
	font-style: normal;
}
.right-block p.bottom-phn-contact.italic-contact,.right-block p.italic-contact {
	font-style: italic;
}
.right-block p.italic-contact a {
	margin-top: 0px;
}
.main-content-box .left-block span.time-help-contact > a {
	color: #000;
}
.contacts-index-index .buttons-set {
	margin-left: 30px;
	max-width: 435px;
}
.contacts-index-index .buttons-set p.required {
	float: left;
}

@media only screen and (max-width: 599px) {

	.contacts-index-index .buttons-set {
		max-width: 330px;
		margin-left: 0;
	}
	.contacts-index-index .buttons-set button {
		float: left;
		margin-left: 0px;
	}
	.contacts-index-index .buttons-set p.required {
		float: right;
	}
}

div.paypal-logo {
	text-align: center;
	margin: 15px 0;
	max-width: 100%;
}
div.paypal-logo span {
	display: block;
	width: 100%;
}
div.paypal-logo span a {
	display: inline-block;
	max-width: 100%;
}
div.paypal-logo span a img {
	max-width: 100%;
}
div.paypal-logo span > img {
	display: none;
}
.checkout-types div.paypal-logo {
	text-align: right;
}
.bml-checkout-type {
	list-style-type: none;
}


@media only screen and (max-width: 870px) and (min-width: 771px) {

	.paypal-review-order .col2-set .col-1,.paypal-review-order .col2-set .col-2 {
		padding: 0px;
	}
}

.paypal-review-order .info-set {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
}
.paypal-review-order .buttons-set {
	margin-top: 0px;
	padding-top: 0px;
	border: 0;
}
.paypal-review-order .buttons-set button {
	margin-bottom: 10px;
}

@media only screen and (max-width: 770px) {

	.paypal-review-order .col-1 {
		padding-bottom: 0;
	}
	.paypal-review-order .field.inactive {
		display: none;
	}
}

.bml-ad {
	display: none;
}
.bml-ad.small img {
	margin: auto;
	max-width: 100%;
}

@media only screen and (max-width: 799px) {

	.bml-ad.small {
		display: block;
	}
}


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

	.bml-ad.large {
		display: block;
	}
}


#customer-reviews {
	max-width: 1365px;
	margin: 0 auto;
	width: 100%;
}
.box-collateral-sub.box-reviews-sub {
	float: right;
	width: 100%;
	margin-right: 0%;
	max-width: 715px;
}
.box-collateral-sub1.box-reviews-sub1 {
	max-width: 470px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#customer-reviews .review-heading {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
	content: '';
	display: table;
	clear: both;
}
#customer-reviews .review-heading h2 {
	float: left;
	display: block;
}
#customer-reviews .review-heading .pager {
	clear: none;
	float: right;
	width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
	margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
	font-size: 10px;
	text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
	display: none;
}
#customer-reviews h2 {
	color: #3399cc;
	font-size: 12px;
	text-transform: uppercase;
}
#customer-reviews .write-form-review h2 {
	font-size: 21px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	color: #41395f;
}
.write-anchor-review.desktopnormal {
	float: left;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 3%;
}
div#formreview1 {
	margin-bottom: 20px;
}
#customer-reviews h2 span {
	color: #636363;
}
#customer-reviews h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
#customer-reviews h3 span {
	color: #3399cc;
}
#customer-reviews .fieldset {
	padding-top: 25px;
	width: 470px;
}
#customer-reviews .fieldset h4 {
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 5px;
	text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
	display: none;
}
#customer-reviews .fieldset .form-list {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0;
	text-transform: uppercase;
	width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
	content: '';
	display: table;
	clear: both;
}
#customer-reviews .fieldset .form-list label {
	font-size: 12px;
	font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
	border: 1px solid #cccccc;
	border-radius: 0;
	min-width: 100%;
	-webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
	border: 1px solid #cccccc;
	border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
	width: 100%;
}
#customer-reviews .buttons-set {
	border: none;
	margin: 0;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
#customer-reviews .buttons-set .button {
	float: none;
	background: transparent;
	min-width: 181px;
	height: 47px;
	border: 1px solid #41395f;
	color: #41395f;
	text-transform: uppercase;
	border-radius: 4px;
}
#customer-reviews .buttons-set .button:hover {
	background: #41395f;
	color: #fff;
}
#customer-reviews dl {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}
#customer-reviews dl dt {
	margin: 10px 0;
	text-transform: uppercase;
}
#customer-reviews dl dd {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
	font-size: 12px;
	width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
	float: left;
	margin-right: 15px;
}
#customer-reviews dl dd table {
	margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
	color: #3399cc;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
.review-summary-table {
	margin: 10px 0 10px;
}
.review-summary-table thead {
	background: transparent;
}
.review-summary-table thead th {
	background: transparent;
	border: none;
	padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
	background: #FFFFFF;
	font-size: 12px;
}
.review-summary-table tbody td {
	border: none;
	text-align: center;
	padding: 0;
}
.review-summary-table tbody td label {
	width: 100%;
	display: block;
	padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
	display: none;
}
.review-summary-table .rating-box .rating-number:after {
	content: "";
	display: inline-block;
	background-position: 0px -599px;
	width: 13px;
	height: 14px;
	margin-left: 5px;
	position: relative;
	top: 2px;
}

.ratings-table {
	font-size: 12px;
	text-transform: uppercase;
}
.ratings-table th {
	padding-right: 10px;
}
.ratings-table .rating-box {
	background-position: 0 -615px;
	background-repeat: repeat-x;
	height: 13px;
	overflow: hidden;
	text-indent: -9999px;
	width: 65px;
}
.ratings-table .rating-box .rating {
	background-position: 0 -600px;
	background-repeat: repeat-x;
	float: left;
	height: 13px;
	text-indent: -9999px;
}
.diamondsearch-intelligence-view .detailview .productlinks a.ring.button {
	border-radius: 5px;
	border: 1px solid #41395f;
}
.diamondsearch-intelligence-view .detailview .productlinks a.ring.button:hover {
	color: #41395f;
	background: #ffffff;
	border: 1px solid #41395f;
}
.diamondsearch-intelligence-view .detailview .productlinks a.compare.button {
	border: 1px solid #41395f;
}
.diamondsearch-intelligence-view .detailview .productlinks a.compare.button:hover {
	color: #41395f;
	background: #ffffff;
	border: 1px solid #41395f;
}
.ringbuilder .header_image .banner_text img {
	max-width: 220px !important;
}

@media only screen and (max-width: 770px) {

	.box-collateral-sub1.box-reviews-sub1 {
		margin-top: 20px;
	}
	body.review-product-list .product-view .product-shop .price-info {
		padding-left: 0;
	}
	body.review-product-list .product-view .product-shop .extra-info {
		padding: 0;
		min-width: 84%;
	}
	body.review-product-list .product-view .product-shop .extra-info .ratings-table {
		margin: 10px 0;
		width: 100%;
	}
	body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
		float: left;
		margin-right: 15px;
	}
}


@media only screen and (max-width: 535px) {

	body.review-product-list .product-view .product-shop .extra-info {
		min-width: 0;
	}
	body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
		float: none;
		margin-right: 0;
	}
}


@media only screen and (max-width: 520px) {

	#customer-reviews .fieldset {
		width: 100%;
	}
	#customer-reviews .fieldset .form-list {
		width: 100%;
	}
	#customer-reviews .fieldset .form-list .inline-label label,#customer-reviews .fieldset .form-list .inline-label .input-box {
		float: none;
	}
	#customer-reviews .buttons-set {
		width: 100%;
	}
	#customer-reviews .review-summary-table thead th {
		padding-left: 0px;
		padding-right: 0px;
	}
	#customer-reviews .review-summary-table tbody th {
		padding-left: 0px;
		padding-right: 0px;
	}
	#customer-reviews .review-summary-table tbody td {
		width: 20%;
		padding: 0px;
	}
	#customer-reviews .review-summary-table .rating-box {
		text-indent: 0px;
		text-align: center;
		background: none;
		height: 19.6px;
		width: 100%;
	}
	#customer-reviews .review-summary-table .rating-box .rating {
		display: none;
	}
	#customer-reviews .review-summary-table .rating-box .rating-number {
		display: inline-block;
	}
}


@media only screen and (max-width: 450px) {

	#customer-reviews dl dd .ratings-table tr {
		float: none;
	}
}


.review-product-view .product-review .product-details h2 {
	border-bottom: none;
}
.review-product-view .product-review .product-img-box {
	width: auto;
	max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
	width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
	width: 100%;
}

@media only screen and (max-width: 770px) {

	.review-product-view .product-review .product-img-box {
		max-width: 100%;
	}
}


.slideshow-container {
	position: relative;
	display: block;
	width: 100%;
	margin: 10px 0;
	border: 1px solid #ededed;
}
.slideshow-container .slideshow {
	width: 100%;
	padding: 0;
	position: relative;
	margin: 0;
	border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	display: block;
	margin: 0;
}
.slideshow-container .slideshow > li:first-child {
	position: static;
	z-index: 100;
}
.slideshow-container .slideshow > li img {
	max-width: 100%;
	width: 100%;
}
.slideshow-pager {
	text-align: center;
	width: 100%;
	z-index: 115;
	position: absolute;
	bottom: 0px;
	top: auto;
	overflow: hidden;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.slideshow-pager span {
	font-family: arial;
	width: 44px;
	height: 44px;
	display: inline-block;
	color: #DDDDDD;
	cursor: pointer;
}
.slideshow-pager span:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	border-radius: 1px;
	background-color: #FFFFFF;
	position: relative;
}
.slideshow-pager span:hover:before {
	background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
	background-color: #297aa3;
}
.slideshow-pager > * {
	cursor: pointer;
}
.slideshow-prev,.slideshow-next {
	position: absolute;
	top: 0;
	width: 15%;
	max-width: 80px;
	height: 100%;
	opacity: 0.6;
	z-index: 110;
	cursor: pointer;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.slideshow-prev:before,.slideshow-next:before {
	content: '';
	width: 0;
	height: 0;
	font-size: 0;
	position: absolute;
	border-style: solid;
	display: block;
	top: 50%;
	margin-top: -15px;
}
.slideshow-prev:hover,.slideshow-next:hover {
	opacity: 1;
}
.slideshow-prev.disabled,.slideshow-next.disabled {
	opacity: 0.5;
	cursor: default;
}
.slideshow-prev {
	left: 8px;
}
.slideshow-prev:before {
	border-width: 15px 15px 15px 0;
	border-color: transparent #FFFFFF transparent transparent;
	top: 50%;
	left: 10px;
}
.slideshow-prev:hover:before {
	border-color: transparent #2e8ab8 transparent transparent;
}
.slideshow-next {
	right: 8px;
}
.slideshow-next:before {
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #FFFFFF;
	top: 50%;
	right: 10px;
}
.slideshow-next:hover:before {
	border-color: transparent transparent transparent #2e8ab8;
}
.cycle-caption {
	position: absolute;
	color: white;
	bottom: 15px;
	right: 15px;
	z-index: 110;
}
.cycle-overlay {
	font-family: tahoma, arial;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 120;
	background: black;
	color: white;
	padding: 15px;
	opacity: .5;
}

#wishlist-table th {
	text-align: center;
}
#wishlist-table.clean-table {
	font-size: 12px;
	text-transform: uppercase;
	width: 100%;
}
#wishlist-table.clean-table th {
	border-bottom: 1px solid silver;
}
#wishlist-table.clean-table td {
	padding: 15px;
	vertical-align: top;
}
#wishlist-table.clean-table thead th {
	font-size: 12px;
	text-transform: uppercase;
}
#wishlist-table .product-name {
	font-size: 16px;
	margin-bottom: 0;
	text-transform: uppercase;
}
#wishlist-table .product-name a {
	color: #3399cc;
}
#wishlist-table .wishlist-sku {
	font-size: 11px;
	margin: 5px 0;
}
#wishlist-table textarea {
	border: 1px solid silver;
	width: 100%;
	height: 45px;
	font-size: 11px;
}
#wishlist-table textarea::-webkit-input-placeholder {
	text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
	text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
	text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
	text-transform: uppercase;
}
#wishlist-table textarea:focus {
	border: 1px solid #3399cc;
}
#wishlist-table .item-manage {
	text-align: right;
	max-width: 100%;
	padding-top: 5px;
}
#wishlist-table .item-manage .button {
	color: #FFFFFF;
	font-size: 11px;
	padding: 3px 5px;
}
#wishlist-table .cart-cell {
	text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
	width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
	width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
	width: 120px;
	text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
	width: 250px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
	margin-bottom: 10px;
	width: 100%;
    height: 58px;
    font-size: 16px;
    font-family: ProximaNovaBold;
    background: #443879 !important;
    color: #fff;
    line-height: 1;
    padding: 20px 0;
    letter-spacing: 2px;
    border-radius: 30px;
    border: none;
}
#wishlist-table td.customer-wishlist-item-cart .button:hover {
    background: #5d5185 !important;
    border: none;
}
#wishlist-table td.customer-wishlist-item-cart .button:active,
#wishlist-table td.customer-wishlist-item-cart .button:focus {
    background: #7C7593 !important;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
#wishlist-table td.customer-wishlist-item-cart > p {
	margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
	text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
	vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
	width: 20px;
}
#wishlist-table .price-box {
	font-size: 12px;
}
#wishlist-table .price-box .price {
	color: #636363;
}
#wishlist-table .giftregisty-add {
	margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
	display: none;
}
#wishlist-table .giftregisty-add li {
	cursor: pointer;
	color: #3399cc;
	margin-bottom: 3px;
}
#wishlist-table .truncated .details {
	background: none;
	color: #41395F;
}

@media only screen and (max-width: 1199px) {

	#wishlist-table.clean-table td {
		padding-left: 10px;
		padding-right: 10px;
	}
}


@media only screen and (max-width: 979px) {

	#wishlist-table.clean-table td {
		padding-left: 5px;
		padding-right: 5px;
	}
	#wishlist-table.clean-table td textarea {
		height: 100px;
	}
	#wishlist-table.clean-table td.customer-wishlist-item-cart {
		width: 200px;
	}
	#wishlist-table .product-name {
		font-size: 13px;
	}
}


@media only screen and (max-width: 770px) {

	#wishlist-table:after {
		content: '';
		display: table;
		clear: both;
	}
	#wishlist-table .product-name {
		font-size: 16px;
	}
	#wishlist-table textarea {
		height: 68px;
		max-width: 100%;
	}
	#wishlist-table .item-manage {
		max-width: 100%;
	}
	#wishlist-table tr {
		position: relative;
	}
	#wishlist-table tr:after {
		content: '';
		display: table;
		clear: both;
	}
	#wishlist-table td.customer-wishlist-item-image {
		width: 70px;
	}
	#wishlist-table td.customer-wishlist-item-image img {
		width: 70px;
		height: 70px;
	}
	#wishlist-table td.customer-wishlist-item-cart p {
		margin-bottom: 0;
	}
	#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
		margin-right: 0;
		padding-top: 4px;
	}
	#wishlist-table td.customer-wishlist-item-cart {
		padding-right: 15px;
	}
	.wishlist-index-index .main-background-tabs li {
		margin-left: 0 !important;
	}
}
@media only screen and (max-width: 767px) {
	.my-wishlist .page-title h1 {
		text-align: center !important;
	}
	#wishlist-table tr {
		display: block;
	}
	#wishlist-table td {
		display: block;
	}
	#wishlist-table th.customer-wishlist-item-price {
		display: none;
	}
	#wishlist-table td.customer-wishlist-item-image {
		width: 100%;
	}
	#wishlist-table td.customer-wishlist-item-image a {
		float: none;
		display: block;
		margin: 0 auto;
	}
	#wishlist-table td.customer-wishlist-item-image img {
		width: 113px;
		height: 113px;
		margin: 0 auto;
	}
	#wishlist-table tbody td[data-rwd-label]:before {
		content: attr(data-rwd-label) ":";
		font-size: 12px;
		padding-right: 5px;
		text-transform: uppercase;
	}
	#wishlist-table .item-manage {
		text-align: center;
	}
}


@media only screen and (max-width: 599px) {

	#wishlist-table td.customer-wishlist-item-quantity {
		padding-left: 0;
	}

	}


@media only screen and (max-width: 479px) {

	#wishlist-table tr {
		position: relative;
	}
	#wishlist-table th.customer-wishlist-item-image {
		display: block;
	}
	#wishlist-table td.customer-wishlist-item-image,#wishlist-table td.customer-wishlist-item-info,#wishlist-table td.customer-wishlist-item-quantity,#wishlist-table td.customer-wishlist-item-price,#wishlist-table td.customer-wishlist-item-cart {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		empty-cells: hide;
	}
	#wishlist-table td.customer-wishlist-item-image {
		display: block;
		overflow: hidden;
	}
	#wishlist-table td.customer-wishlist-item-image a {
		float: left;
	}
	#wishlist-table td.customer-wishlist-item-image a img {
		width: 113px;
		height: 113px;
	}
	#wishlist-table td.customer-wishlist-item-quantity,#wishlist-table td.customer-wishlist-item-price {
		text-align: left;
	}
	#wishlist-table td.customer-wishlist-item-quantity:before,#wishlist-table td.customer-wishlist-item-price:before {
		float: left;
		margin-right: 15px;
	}
	#wishlist-table td.customer-wishlist-item-quantity .cart-cell,#wishlist-table td.customer-wishlist-item-price .cart-cell {
		text-align: left;
	}
	#wishlist-table td.customer-wishlist-item-quantity .price-box,#wishlist-table td.customer-wishlist-item-price .price-box {
		margin-top: 0;
	}
	#wishlist-table td.customer-wishlist-item-cart .cart-cell {
		float: left;
		width: 48%;
	}
	#wishlist-table td.customer-wishlist-item-cart > p {
		float: right;
		width: 48%;
	}
	#wishlist-table td.customer-wishlist-item-remove {
		position: absolute;
		top: 15px;
		right: 0px;
		display: block;
		padding: 0px;
		height: 20px;
	}
	#wishlist-table.clean-table td.customer-wishlist-item-cart {
		width: 100%;
	}
}


.block-wishlist .mini-products-list > li:not(:last-child) {
	padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
	padding-top: 0;
	margin-bottom: 5px;
}
.block-wishlist .price-box {
	float: left;
	margin: 0;
}
.block-wishlist .price-box,.block-wishlist .price-box .price,.block-wishlist .link-cart {
	font-size: 12px;
}
.block-wishlist .link-cart {
	float: left;
	text-transform: uppercase;
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid #ededed;
}

.header-minicart .minicart-message {
	display: block;
	padding: 10px;
}
.header-minicart .minicart-wrapper {
	clear: both;
	position: relative;
}
.header-minicart .minicart-wrapper:before,.header-minicart .minicart-wrapper:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}
.header-minicart .minicart-wrapper:before {
	background-color: unset;
	opacity: 0.8;
	z-index: 2;
}
.header-minicart .minicart-wrapper:after {
	background-image: url("../../frontend/Rockher/Winter/en_US/images/opc-ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
	position: relative;
}
.header-minicart .minicart-wrapper.loading:before,.header-minicart .minicart-wrapper.loading:after {
	display: none;
}
.header-minicart .block-cart {
	display: none;
}
.header-minicart .block-subtitle {
	color: #50A4CF;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
	width: 40px;
	float: right;
	display: block;
	color: #636363;
	text-decoration: none;
	font-weight: normal;
	font-size: 30px;
	position: absolute;
	top: -8px;
	right: -3px;
}
.header-minicart .mini-products-list {
	padding: 0px;
	padding-top: 0px;
}
.header-minicart .mini-products-list li {
	padding: 0 0 15px;
	border-bottom: 1px solid #928da4;
	position: relative;
	margin-top: 10px;
}
.minicart-wrapper .block-content {
	margin-top: 0;
	padding-top: 10px;
}
.header-minicart .subtotal .label {
	color: white;
	float: left;
	margin-top: 3px;
	text-transform: uppercase;
}
.header-minicart .mini-products-list li .product-details {
	float: left;
	margin-left: 10px;
	margin-top: 0;
	position: relative;
	text-align: center;
	width: 50%;
}
.minicart-wrapper .btn-edit::after {
	color: #ffffff;
	content: "|";
	padding-left: 5px;
}
.header-minicart .product-details .product-name {
	padding-top: 0px;
	font-weight: bold;
}
.header-minicart .product-details .product-name a {
	color: #3399cc;
}
.header-minicart .info-wrapper {
	margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
	text-transform: uppercase;
	padding-right: 10px;
}
.header-minicart .info-wrapper td {
	color: #3399cc;
	clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
	height: 33px;
	line-height: 33px;
}
.header-minicart .info-wrapper .qty {
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
	width: 30px;
}
.header-minicart .info-wrapper .quantity-button {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 100ms;
	-moz-transition-duration: 100ms;
	-o-transition-duration: 100ms;
	transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
	cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
	opacity: 1;
}
.header-minicart .subtotal {
	background-color: #DDDDDD;
	text-align: center;
	line-height: 2em;
}
.header-minicart .minicart-actions {
	padding: 0;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
	clear: both;
}
.header-minicart .minicart-actions .cart-link:hover {
	background: #ffffff none repeat scroll 0 0;
	color: #41395f;
}
.header-minicart .minicart-wrapper .checkout-types.minicart {
	border: 1px solid #ffffff;
	float: left;
	padding: 0;
	text-align: center;
	width: 100%;
}
.header-minicart .minicart-actions .checkout-button {
	min-width: 145px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
	line-height: 1.6;
}
.header-minicart #minicart-error-message {
	text-align: center;
	color: red;
	display: none;
}
.header-minicart #minicart-success-message {
	text-align: center;
	color: green;
	display: none !important;
}
.header-minicart .jcarousel-control-prev,.header-minicart .jcarousel-control-next {
	display: none;
}
.header-minicart.skip-active .block-cart,.block-cart.skip-active {
	display: block;
}

@media only screen and (max-width: 479px) {

	.header-minicart a.skip-cart {
		z-index: 1;
	}
}


@media only screen and (max-width: 770px) {

	.header-minicart .subtotal .label {
		color: #636363;
	}
	.header-minicart .minicart-wrapper:before {
		background-color: #EDEDED;
	}
	.header-minicart .quantity-button {
		float: none;
	}
	.header-minicart .header-minicart .block-cart {
		padding: 15px;
	}
	.header-minicart .header-minicart .block-subtitle {
		padding-top: 59px;
	}
	.header-minicart .minicart-actions {
		padding-bottom: 33px;
	}
	.header-minicart .minicart-actions .cart-link {
		bottom: 0;
		right: 0;
		left: auto;
	}
	.header-minicart .minicart-actions .checkout-types.minicart li {
		display: inline-block;
	}
	.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
		display: inline;
	}
	.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
		display: inline-block;
		vertical-align: top;
	}
	.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
		width: auto;
		float: none;
		display: inline;
		margin: 0 10px 5px 10px;
		line-height: 40px;
	}
}


@media only screen and (max-width: 670px) {

	.header-minicart .minicart-actions .checkout-button {
		width: 100%;
	}
	.header-minicart .minicart-actions .cart-link {
		right: auto;
		left: 0;
		text-align: center;
		width: 100%;
	}
	.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
		width: 100%;
		display: block;
		margin-left: 0;
	}
	.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
		line-height: 1.6;
	}
}


.search-autocomplete {
	left: 0 !important;
	overflow: visible !important;
	position: relative !important;
	top: 15px !important;
	width: 100% !important;
	z-index: 200;
}
.search-autocomplete ul {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #FFFFFF;
	border: 1px solid #3399cc;
	left: 0;
	padding-left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.search-autocomplete ul li {
	border-bottom: 1px solid #f4f4f4;
	color: #3399cc;
	cursor: pointer;
	font-size: 12px;
	padding: 4px 6px;
	text-align: left;
}
.search-autocomplete ul li:hover {
	color: #2e8ab8;
}
.search-autocomplete ul li.selected {
	background-color: #3399cc;
	color: white;
}
.search-autocomplete ul li .amount {
	float: right;
	font-weight: bold;
}
.search-autocomplete ul li:last-child {
	border-bottom: none;
}
.search-autocomplete:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 0px solid transparent;
	border-left: 0px solid transparent;
	border-bottom: 0px solid #3399cc;
	border-top: none;
	left: 50%;
	top: -7px;
}

.advanced-search {
	background: #f4f4f4;
	border: 1px solid #ededed;
	padding: 30px;
}
.advanced-search select.multiselect option {
	border-bottom: 1px solid #ededed;
	padding: 2px 5px;
}

@media only screen and (max-width: 479px) {

	.advanced-search {
		padding: 15px;
	}
}


.product-review .product-img-box p.label {
	border-bottom: 1px solid #cccccc;
	font-size: 16px;
	font-family: LatoRegular;
	margin-top: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
	margin: 15px 0;
}
.product-review .product-details h2 {
	border-bottom: 1px solid #cccccc;
	color: #3399CC;
	font-size: 16px;
	font-weight: 600;
	font-family: LatoBold;
	padding-bottom: 10px;
}
.product-review .ratings-table {
	font-family: LatoRegular;
}
.product-review .ratings-table th {
	padding-right: 10px;
}
.product-review .ratings-table tr {
	float: left;
	font-size: 12px;
	margin-right: 10px;
	text-transform: uppercase;
}
.product-review .ratings-description dt {
	border-bottom: 1px solid #cccccc;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	padding: 10px 0;
	text-transform: uppercase;
}
.product-review .ratings-description dd {
	color: #737373;
	font-size: 13px;
}

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

	.product-review .ratings-table tr {
		float: none;
	}
}


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

	.product-review .ratings-table tr {
		float: left;
		margin-right: 15px;
	}
}


@media only screen and (max-width: 320px) {

	.product-review .ratings-table tr {
		float: none;
	}
}


.cms-page-view .page-title h1,.cms-page-view .page-title h3,.cms-page-view .page-head h1,.cms-page-view .page-head h3,.cms-no-route .page-title h1,.cms-no-route .page-title h3,.cms-no-route .page-head h1,.cms-no-route .page-head h3 {
	border: none;
}
.cms-page-view .std li,.cms-no-route .std li {
	color: #636363;
	font-size: 14px;
	line-height: 24px;
}
.cms-page-view .col-left:after,.cms-no-route .col-left:after {
	content: '';
	display: table;
	clear: both;
}
.cms-no-route .std img {
	width: 100%;
}
.cms-page-view .std .messages,.cms-home .std .messages,.cms-no-route .std .messages {
	margin-bottom: 10px;
}
.cms-page-view .std .messages ul,.cms-home .std .messages ul,.cms-no-route .std .messages ul {
	margin-bottom: 0;
}
.cms-page-view .std .messages li,.cms-home .std .messages li,.cms-no-route .std .messages li {
	list-style: none;
	margin-left: 0;
	font-style: normal;
}
#accordion .toggle-tabs {
	display: none;
}
#accordion > dl > dt {
	margin: 0;
	margin-bottom: 10px;
	color: #636363;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-weight: normal;
	margin-bottom: 0px;
	padding: 7px 10px 7px 24px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	position: relative;
	background-color: #f4f4f4;
	display: block;
}
#accordion > dl > dt:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #3399cc;
	border-bottom: none;
	left: 10px;
	top: 50%;
	margin-top: -3px;
}
#accordion > dl > dd {
	padding: 10px;
	margin: 0;
	border-width: 0 1px;
	border-style: solid;
	border-color: #cccccc;
}
#accordion > dl > dd:last-child {
	border-width: 0 1px 1px 1px;
}
#accordion li {
	position: relative;
	overflow: hidden;
}
#accordion li .plusimage h2 {
	margin-right: 10px;
}
.page-sitemap .links {
	display: block;
	text-align: right;
	margin: 0 20px 0 0;
}
.page-sitemap .links a {
	position: relative;
}
.page-sitemap .sitemap {
	padding: 0 20px;
	margin: 15px 0;
	font-size: 12px;
}
.page-sitemap .sitemap li {
	margin: 3px 0;
}
.category-contact h1 {
	border: none;
	text-align: center;
	color: #41395f;

	margin-bottom: 35px;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 20px;
	padding-top: 4px;
}
#contactForm .fields .field {
	margin-bottom: 8px;
}
#contactForm {
	padding-left: 40px;
	padding: 0;
	margin: 0px auto;
	width: 58%;
	max-width: 377px;
}
#contactForm h2 {
	display: none;
}
#contactForm:after {
	content: '';
	display: table;
	clear: both;
}
#contactForm .fieldset .legend + .required {
	margin: 0;
}
.catalog-category-view p.note-msg {
	min-height: 400px;
	padding: 40px 10px 10px;
}

@media only screen and (max-width: 770px) {

	#contactForm {
		padding-left: 0;
	}
	.catalog-category-view p.note-msg {
		min-height: auto;
		padding: 40px 10px 10px;
	}
}


.price-box.map-info .old-price {
	display: none;
}

.notice-cookie .notice-inner {
	padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
	content: '';
	display: table;
	clear: both;
}
.notice-cookie .notice-text {
	float: left;
	max-width: 90%;
	padding-top: 4px;
	text-align: left;
}
.notice-cookie .notice-text p {
	padding-bottom: 14.5px;
	line-height: 1.3;
}
.notice-cookie .actions {
	float: left;
	text-align: right;
	padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {

	.notice-cookie .notice-text {
		max-width: 86%;
	}
}


@media only screen and (max-width: 770px) {

	.notice-cookie {
		padding: 0 20px;
	}
	.notice-cookie .notice-text {
		max-width: 82%;
		padding-top: 0;
	}
}


@media only screen and (max-width: 620px) {

	.notice-cookie {
		padding: 0 20px;
	}
	.notice-cookie .notice-inner {
		background-position: left 10px;
	}
	.notice-cookie .notice-inner:after {
		content: '';
		display: table;
		clear: both;
	}
	.notice-cookie .notice-text {
		float: none;
		max-width: 100%;
		padding-top: 0;
	}
	.notice-cookie .actions {
		text-align: left;
	}
}


div.calendar table {
	border-collapse: separate;
}
div.calendar table td.button {
	display: table-cell;
	background: inherit;
	color: inherit;
	text-transform: none;
}
.m_menu .h2 {
	color: #484165;
	padding: 20px 10px 0;
	font-family: LatoRegular;
	font-size: 23.33px;
	display: block;
}
.first-d-text .learn-more.button {
	background: #ffffff none repeat scroll 0 0;
}
.first-d-text .learn-more.button:hover {
	background: #41395f none repeat scroll 0 0;
}
.first-d-text .learn-more.button:hover a {
	color: #ffffff;
}
.elite-buttons .button.btn-cart.elite_cart {
	border: 1px solid #e6c5b3;
}
.elite-buttons .button.btn-cart.elite_cart:hover {
	background: #000000 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #ffffff;
}

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

	.nav-primary li.nav-5 ul.level0.login {
		background: none;
	}
	.nav-primary li.level0 ul.level0 {
		z-index: 998;
		-webkit-overflow-scrolling: touch;
	}
	/*.nav-primary li.level0 ul.level0 .main_m_menu .m_menu {*/
		/*border-bottom: 2px solid #484165;*/
	/*}*/
	.nav-primary li.level0.nav-5 ul.level0.login .m_menu {
		border-bottom: 0px;
	}
	.nav-primary li.level0.nav-5 ul.level0.login .m_menu .elite-container {
		border-bottom: 2px solid #484165;
	}
	.nav-primary li.level0.nav-5 ul.level0 {
		box-shadow: unset;
	}
	.nav-primary li.level0.nav-5 ul.elite-not.level0 {
		display: none;
	}
	.nav-primary li.level0.nav-1 ul.level0 .main_m_menu,.nav-primary li.level0.nav-2 ul.level0 .main_m_menu,.nav-primary li.level0.nav-3 ul.level0 .main_m_menu,.nav-primary li.level0.nav-4 ul.level0 .main_m_menu {
		background: #ffffff url("../../frontend/Rockher/Winter/en_US/images/menu-middle.png") no-repeat scroll 22.5% 50%;
		max-width: 1365px;
		margin: 0 auto;
		position: relative;
		-webkit-transform: translate3d(0, 0, 0);
	}
	.nav-primary li.nav-5 ul.level0 {
		border: 0px solid #bb977d;
		z-index: 99999;
	}
	li.level1.sub-menu-active {
		background: #fff;
	}
	li.level1.sub-menu-active a.level1 {
		background: url(../../frontend/Rockher/Winter/en_US/images/active_arrow.png) no-repeat 96% center;
	}
	.nav-primary li.level0.nav-5 ul.level0 .main_m_menu {
		max-width: 1365px;
		margin: 0 auto;
	}
	.nav-primary li.level0 li.level1 a.level1:after {
		border: 0;
	}
	.max-cat-desc-render {
		max-width: 650px;
	}
	.description-cat {
		float: right;
		margin-right: 0;
		width: 275px;
		text-align: center;
		padding-top: 50px;

		font-size: 18.31px;
		font-style: italic;
		color: #41395f;
	}
	/*li.level1 {*/
		/*width: 310px;*/
		/*margin-bottom: 7px;*/
		/*padding: 9px 0 1px 0;*/
		/*line-height: 12px;*/
		/*vertical-align: middle;*/
	/*}*/
	/*#header .nav-primary .m_menu li.level1:hover {*/
		/*background: #ECEBF0 !important;*/
	/*}*/
	.nav-primary li.level1 ul li.level2 {
		padding: 5px 0 0 31px;
		width: 320px;
		margin-left: 0px;
	}
	.nav-primary li.level1 ul li.level2.first {
		padding: 5px 0 0 0px;
	}
	/*#header-nav .nav-primary a {*/
		/*color: #9189a9 !important;*/
	/*}*/

	#header-nav .nav-primary a.exclusive-access {
		color: #000 !important;
	}
	#header .nav-primary .m_menu li.level1.menu-active > a.level1 {
		color: #41395f !important;
	}
	#header-nav .nav-primary a.exclusive-access:hover {
		color: #ffffff !important;
	}
	/*#header-nav .nav-primary a:hover {*/
		/*backgorund: #f4f3f8;*/
		/*color: #41395f !important;*/
	/*}*/
	/*#header #header-nav .nav-primary a:hover {*/
		/*color: #41395f !important;*/
	/*}*/
	/*#header .nav-primary .m_menu .level1 a {*/
		/*color: #9189a9 !important;*/
	/*}*/
	/*#header #header-nav .nav-primary li.level0 .m_menu .level1 a:hover {*/
		/*color: #000 !important;*/
	/*}*/
	#header.elite-header #header-nav .nav-primary a:hover {
		color: #ffffff !important;
	}
	#header.elite-header #header-nav .nav-primary li.level1 a:hover {
		color: #41395f !important;
	}
	/*.nav-primary li.level1 ul li.level2:hover {*/
		/*background: #ECEBF0;*/
	/*}*/
	.nav-primary li.level0 li.level1 > a {
		padding: 0 0 0 10px;
		color: #9487c3;

		font-size: 14px;
		text-transform: uppercase;
		line-height: inherit;
	}
	.nav-primary li.level0 li.level1.sub-menu-active > a.level1 {
		color: #1b1d1f;
		line-height: 26px;
		padding-top: 4px;
		padding-bottom: 0px;
	}
	/*.nav-primary li.level0 li.level2 a {*/
		/*line-height: 28px;*/
		/*text-transform: uppercase;*/
		/**/
		/*font-size: 14px;*/
	/*}*/
	.nav-primary .level0.header_search_last {
		position: relative;
    	/*float: right;*/
		padding-right: 110px;
	}
	.toggle .arrow_Section {
		position: relative;
	}
	.toggle .arrow.select {
		z-index: 869;
		position: absolute;
		height: 13px;
		top: 0px;
		width: 100%;
		left: 0;
		display: block;
	}
	.nav-primary li.nav-5 .arrow.select {
		top: -13px;
		left: 82px;
		background: url("../../frontend/Rockher/Winter/en_US/images/mega_menu_selected_item_white_ML_new.png") no-repeat 50% 100%;
	}
	.toggle .arrow {
		background: url("../../frontend/Rockher/Winter/en_US/images/mega_menu_selected_item_white_ML.png") no-repeat 50% 100%;
		display: none;
	}
	.nav-primary li.level0 li.sub-menu-active > ul.level1 {
		border: 0;
	}
	.nav-primary li.level1 a {
		border: 0;
	}
}


.block-layered-nav .block-title {
	display: none;
}
.block-layered-nav .block-content .block-subtitle {
	display: none;
}
#narrow-by-list tr td dt {
	font-weight: normal;
	padding: 10px 36px;
	color: #41395f;
	display: inline-block;
	float: none;
	font-family: LatoRegular;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: middle;
}
div.block-layered-nav dd a.amshopby-attr-selected {
	background-image: none;
}
div.block-layered-nav dd a.amshopby-attr {
	background-image: none;
	background-position: 0 7px;
	font-family: LatoRegular;
	color: #000;
	text-transform: uppercase;
}
div.block-layered-nav dd a {
	font-size: 11px;
}
#narrow-by-list dd .amshopby-price-top {
	padding: 5px 15px 5px 0;
}
.amshopby-narrow-by-list table td {
	display: inline-block;
	width: 30%;
}
.amshopby-narrow-by-list table td.filterpos-1 {
	display: none;
}
.block.block-layered-nav.amshopby-filters-top .block-content {
	border-bottom: 1px solid #000000;
}
.block-layered-nav.amshopby-filters-top .block-title {
	display: none;
}
.hide-filter img {
	margin: 0 auto;
	cursor: pointer;
	margin-bottom: 10px;
}
.resetfilter a.resetf {
	float: right;
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #41395f;
	color: #41395f;
}
.amshopby-filters-top #narrow-by-list tr td dd ol .ftitle {
	clear: both;
	color: #413a60;
	float: left;
	font-size: 15px;
	font-style: italic;
	padding: 20px 10px 20px 0;
	text-transform: none;
	width: 112px;
}
/* Commented because of new PDP design(should be removed */
/*
.amshopby-filters-top #narrow-by-list tr td dd ol.filtercategories li {
	display: inline-block;
	width: auto;
	float: none;
}
.amshopby-filters-top #narrow-by-list tr td dd ol.filtercategories li.center_shape_availability {
	width: 32.5%;
	float: left;
	padding-bottom: 0px;
}*/
.filtercategories .mobile-filter-main1,.filtercategories .mobile-filter-main2,.filtercategories .mobile-filter-main3,.filtercategories .mobile-filter-main4,.filtercategories .mobile-filter-main5 {
	clear: both;
}
.filtercategories .mobile-filter-main1 a,.filtercategories .mobile-filter-main2 a,.filtercategories .mobile-filter-main3 a,.filtercategories .mobile-filter-main4 a,.filtercategories .mobile-filter-main5 a {
	text-align: left !important;
}
.Sub.Style .amshopby-column {
	width: 50%;
	float: left;
}
.amshopby-filters-top #narrow-by-list tr td.Sub.Style dd ol.filtercategories li {
	width: 100%;
}
.amshopby-filters-top #narrow-by-list tr td dd ol.filtercategories li.center_shape_availability lable {
	float: left;
	clear: none;
	width: auto;
	padding-top: 14px;
	height: 60px;
	padding-left: 15px;
}
div.block-layered-nav dd ol.filtercategories li.center_shape_availability a img {
	padding: 0px;
}
.amshopby-filters-top #narrow-by-list tr td dd ol.filtercategories li a {
	text-align: center;
}
.amshopby-filters-top #narrow-by-list tr td.Sub.Style dd ol.filtercategories li a.amshopby-attr {
	background: url("../../frontend/Rockher/Winter/en_US/images/filtercheckbox.png") no-repeat scroll 2px 10px rgba(0, 0, 0, 0);
	clear: both;
	color: #413a60;
	float: left;
	font-size: 15px;
	line-height: 25px;
	padding-left: 20px;
	text-transform: capitalize;
}
.amshopby-filters-top #narrow-by-list tr td.Sub.Style dd ol.filtercategories li a.amshopby-attr-selected {
	background: url("../../frontend/Rockher/Winter/en_US/images/filtercheckbox.png") no-repeat scroll 2px -18px rgba(0, 0, 0, 0);
	clear: both;
	color: #413a60;
	float: left;
	font-size: 15px;
	line-height: 25px;
	padding-left: 20px;
	text-transform: capitalize;
}
.amshopby-filters-top #narrow-by-list tr td dd ol.filtercategories li.center_shape_availability a.amshopby-attr,.amshopby-filters-top #narrow-by-list tr td dd ol.filtercategories li.center_shape_availability a.amshopby-attr-selected {
	padding: 0;
}
.amshopby-filters-top #narrow-by-list tr td dd ol.filtercategories li.center_shape_availability a.amshopby-attr.shape8 {
	padding-left: 3px;
}
.amshopby-filters-top #narrow-by-list tr td dd ol.filtercategories li lable {
	clear: both;
	float: left;
	text-align: center !important;
	width: 100%;
	max-width: 92px;
	height: 70px;
	text-transform: capitalize;
	font-size: 15px;
	color: #413a60;
	font-style: italic;
}
.amshopby-narrow-by-list table td.Sub.Style {
	width: 33%;
}
.pager .actions {
	display: none;
}
.amshopby-narrow-by-list table td.Shape {
	width: 44%;
}
.amshopby-narrow-by-list table td.Metal.Type {
	float: none;
	width: 20%;
}
/*Temporary fix for metal type filter(removed most popular variant)*/
.filtercategories .mobile-filter-main5 {
	display: none;
}
/*end*/
.amshopby-filters-top #narrow-by-list tr td dd ol div.mfilter {
	float: left;
}
.amshopby-filters-top #narrow-by-list tr td dd ol div.mfilter a {
	text-transform: lowercase;
	height: 45px;
	border: 2px solid #fefefe;
	width: 45px;
	border-radius: 50%;
	padding: 12px 10px;
	box-shadow: 0 4px 15px #d4d4d4;
	font-size: 12px;
	color: #8a8a8a;
}
.amshopby-filters-top #narrow-by-list tr td dd ol div.mfilter a.mostp {
	text-transform: capitalize;
}
.amshopby-filters-top #narrow-by-list tr td dd ol div li {
	display: inline-block;
	width: auto;
}
div.block-layered-nav dd a.RoseGold {
	line-height: normal;
	margin: 0 0;
	padding: 10px 10px;
	background: #eebea7;
	font-size: 16px;
	border-radius: 30px;
	margin-right: 15px;
	height: 40px;
	text-align: center !important;
	width: 40px;
}
div.block-layered-nav dd a.RoseGold.amshopby-attr-selected {
	border: 2px solid #41395f;
	padding-top: 7px;
	padding-left: 6px;
}
div.block-layered-nav dd a.RoseGold.k18 {
	margin-right: 0px;
}
div.block-layered-nav dd a.WhiteGold {
	margin: 0 0;
	padding: 10px 10px;
	background: #f1f1f1;
	font-size: 16px;
	border-radius: 30px;
	margin-right: 15px;
	font-weight: normal;
	height: 40px;
	width: 40px;
	text-align: center !important;
}
div.block-layered-nav dd a.WhiteGold.amshopby-attr-selected {
	border: 2px solid #41395f;
	padding-top: 7px;
	padding-left: 6px;
}
div.block-layered-nav dd a.WhiteGold.k18 {
	margin-right: 0px;
}
div.block-layered-nav dd a.YellowGold {
	margin: 0 0;
	padding: 10px 10px;
	background: #efcea6;
	font-size: 16px;
	border-radius: 30px;
	margin-right: 15px;
	font-weight: normal;
	text-align: center;
	height: 40px;
	width: 40px;
	text-align: center !important;
}
div.block-layered-nav dd a.YellowGold.amshopby-attr-selected {
	border: 2px solid #41395f;
	padding-left: 6px;
	padding-top: 7px;
}
div.block-layered-nav dd a.YellowGold.k18 {
	margin-right: 0px;
}
div.block-layered-nav dd a.Platinum {
	line-height: normal;
	margin: 0 0;
	padding: 11px 22px;
	background: #d5d5d5;
	font-size: 16px;
	border-radius: 30px;
	margin-right: 15px;
	font-weight: normal;
	height: 40px;
	width: 40px;
	text-align: center !important;
}
div.block-layered-nav dd a.-Platinum {
	line-height: normal;
	margin: 0 0;
	background: #d5d5d5;
	font-size: 16px;
	border-radius: 30px;
	margin-right: 15px;
	font-weight: normal;
	height: 40px;
	width: 40px;
	text-align: center !important;
	margin: 0 auto;
	padding: 10px 5px;
}
div.block-layered-nav dd a.-Platinum.amshopby-attr-selected {
	border: 2px solid #41395f;
	text-transform: uppercase !important;
	padding: 6px 5px;
}
div.block-layered-nav dd a.Platinum.amshopby-attr-selected {
	border: 2px solid #41395f;
}
div.block-layered-nav dd a.-Popular {
	line-height: normal;
	margin: 0 0;
	background: #d5d5d5;
	font-size: 0;
	border-radius: 30px;
	margin-right: 15px;
	font-weight: normal;
	height: 40px;
	width: 40px;
	text-align: center !important;
	margin: 0 auto;
}
div.block-layered-nav dd a.-Popular.amshopby-attr-selected {
	border: 2px solid #41395f;
	text-transform: uppercase !important;
}
.amshopby-narrow-by-list table td dd li {
	float: left;
	padding: 10px;
}
.amshopby-filters-top #narrow-by-list tr td dt {
	width: 100%;
	float: left;
	padding: 15px 0;
	margin-top: 15px;
}
.amshopby-filters-top #narrow-by-list tr td dd {
	clear: both;
	display: block;
}
.amshopby-filters-top #narrow-by-list tr td dd ol li {
	width: 100%;
	float: left;
	padding-left: 0;
}
.amshopby-narrow-by-list table td dd li:last-child {
	border-right: none;
}
.amshopby-filters-top #narrow-by-list dt span {
	font-size: 16.67px;
	border-bottom: 1px solid;
	padding-bottom: 3px;
	color: #41395f;
	display: inline-block;
	float: none;
	font-weight: normal;
	text-transform: capitalize;
	vertical-align: middle;
}
.amshopby-narrow-by-list table td dd {
	display: inline-block;
	float: none;
	vertical-align: middle;
	border-left: 0;
	margin: 0px;
}
.products-grid > li,.products-grid > li:nth-child(2n),.products-grid > li:nth-child(3n) {
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	margin: 0px;
}
.amshopby-narrow-by-list table td.price dd {
	width: 80%;
}
.amshopby-narrow-by-list table td.price dd li {
	width: 100%;
	margin: 0 auto;
	float: none;
}
div.block-layered-nav div.amshopby-slider div.handle {
	width: 18px;
	top: 0px;
	background: #ccc;
	border-radius: 100%;
	height: 18px;
}
.amshopby-filters-top #narrow-by-list tr td dt span {
	font-size: 16.67px;
	font-family: LatoRegular;
	border-bottom: 1px solid;
	padding-bottom: 3px;
}
.amshopby-slider-bar {
	background: none repeat scroll 0 0 #41395f;
}
.products-grid--max-3-col > li {
	width: 33.33%;
}
.toolbar .amount.amount--has-pages {
	text-transform: uppercase;
}
.toolbar .custompager > span {
	font-family: LatoRegular;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
}
.toolbar .custompager > ol {
	float: left;
}

#amshopby-page-container .toolbar {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 1px solid #dfdfdf;
	border-top: medium none;
	display: block !important;
	padding: 23px 0 20px;
}
.toolbar label,.toolbar .pager-no-toolbar label,.toolbar .amount.amount--has-pages,.toolbar .custompager > span,.amount.amount--no-pages > strong,.price-box .price {
	color: #41395f;
}

#amshopby-page-container .category-products .toolbar .sorter label {
	font-family: ProximaNovaReg;
	font-size: 14px;
	line-height: 35px;
	letter-spacing: 1px;
}
h2.product-name a:hover,h2.product-name a {
	color: #000;
	font-size: 14px;
}
#amshopby-page-container .arrow_Section {
	position: relative;
}
#amshopby-page-container .arrow.select {
	display: block;
	height: 13px;
	left: 0;
	position: absolute;
	top: -13px;
	width: 100%;
}
#amshopby-page-container .arrow {
	background: url("../../frontend/Rockher/Winter/en_US/images/mega_menu_selected_item_white_ML_new.png") no-repeat scroll 38.5% 100% rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 770px) and (max-width: 1003px) {

	#amshopby-page-container .arrow {
		background: url("../../frontend/Rockher/Winter/en_US/images/mega_menu_selected_item_white_ML_new.png") no-repeat scroll 49.5% 100% rgba(0, 0, 0, 0);
	}
}

@media only screen and (max-width: 915px) {

	#amshopby-page-container {
		width: 100%;
		float: left;
	}
}

@media only screen and (max-width: 770px) {

	#amshopby-page-container .arrow {
		background: none;
	}
}

.elite-login-page {
	margin-bottom: 10px;
}
.category-products .block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed {
	background: url(../../frontend/Rockher/Winter/en_US/images/faq-arrow.png) center left no-repeat;
}
.category-products .block-layered-nav.amshopby-collapse-enabled dt {
	cursor: pointer;
	padding-left: 15px;
	background: url(../../frontend/Rockher/Winter/en_US/images/list-filter-open.png) center left no-repeat;
}
.products-grid li.item:hover {
	background: transparent;
}
#amshopby-page-container .toolbar select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: rgba(0, 0, 0, 0) url("../../frontend/Rockher/Winter/en_US/images/arrowdroplist.png") no-repeat scroll right 13px center;
	border: 1px solid #c7c7c7;
	color: #41395f;
	font-family: ProximaNovaReg;
	font-size: 14px;
	height: 35px;
	padding-left: 13px;
	text-transform: uppercase;
	border-radius: 5px;
	min-width: 256px;
}

#amshopby-page-container .toolbar select::-ms-expand {
	display: none;
}

.left-block p.bottom-phn-contact {
	margin-bottom: 5px !important;
}
.right-block p.bottom-phn-contact {
	margin-bottom: 5px !important;
}
.main-content-box {
	width: 100%;
	display: inline-table;
}
.left-block {
	width: 23.017%;
	padding: 23px 29px 25px;
	float: left;
	border: 1px solid #ccc;
	margin-top: 28px;
	max-width: 288px;
}
.left-block h2 {
	font-size: 14px;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;

	text-transform: capitalize;
	color: #41395f;
}
.category-contact #captcha-image-box-contactForm div {
 	margin: 0 auto;
}
.category-contact .left-block h2 {
	font-family: lato;
	font-style: normal;
}
.left-block p {

	font-size: 12px;
	margin-bottom: 30px;
}
.left-block p:last-child {
	margin: 0;
	font-style: normal;
}
.left-block p a:hover {
	text-decoration: none;
}
.left-block span {
	font-style: italic;

	text-transform: capitalize;
	display: block;
}
.middle-content {
	width: 55.9%;
	float: left;
	margin-left: 17px;
}
#contactForm label {
	font-family: lato;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	font-size: 14px;
}
.middle-content .buttons-set {
	border-top: 0;
}
.middle-content .buttons-set button.button {
	background: #41395f;
	min-width: 114px;
	padding: 11px;
	border: 1px solid hsl(253, 25%, 30%);
}
.middle-content .buttons-set button.button:hover {
	background: hsl(0, 0%, 100%) none repeat scroll 0 0;
	border: 1px solid hsl(253, 25%, 30%);
}
.catalog-category-view.categorypath-contact .page-title {
	display: block !important;
}
.middle-content .fieldset .form-list li .input-box input.input-text {
	border: 1.8px solid #41395f;
	height: 36px;
	border-radius: 0;
	width: 100%;
}
.middle-content .fieldset .form-list li .input-box textarea.input-text {
	border: 1.8px solid #41395f;
	height: 115px;
	border-radius: 0;
}
.middle-content .fieldset .form-list li .input-box {
	padding-top: 8px;
	padding-bottom: 10px;
}
.right-block {
	width: 23.017%;
	padding: 23px 29px;
	float: right;
	border: 1px solid #ccc;
	margin-top: 28px;
	max-width: 288px;
}
.right-block h2 {
	font-size: 14px;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;

	text-transform: capitalize;
	color: #41395f;
}
.category-contact .right-block h2 {
	font-style: normal;
	font-family: lato;
}
.right-block p,.left-block p {

	font-size: 12px;
	margin-bottom: 28px !important;
	color: #000;
}

.category-contact .right-block p, .category-contact .left-block p {
	font-family: lato;
}

.right-block p a,.left-block p a {
	margin-top: 10px;
	display: block;
	font-style: italic;
	text-decoration: underline !important;
	color: #000;
}
.right-block p span,.left-block p span {
	font-style: italic;
}
.category-contact .right-block p a, .category-contact .left-block p a {
	font-style: normal;
}
.category-contact .right-block p.bottom-phn-contact.italic-contact, .category-contact .right-block p.italic-contact {
	font-style: normal;
}

.category-contact .main-content-box span.text-help {
	font-family: lato !important;
}
.category-contact .left-block span {
	font-style: normal;
	font-family: lato;
}
@media only screen and (max-width: 1366px) {

	.middle-content {
		margin-left: 0px;
		width: 54%;
	}
	.post-list .post_1 .post-entry-with-image .post-content-with-title {
		padding: 3% 3% 4.4%;
	}
}


@media only screen and (max-width: 1250px) {

	.middle-content {
		margin-left: 0px;
		width: 53%;
	}
}


@media only screen and (max-width: 770px) {

	.left-block,.right-block {
		max-width: 100%;
	}
	.catalog-category-view .slide_show img {
		width: 100%;
	}
	.contacts-index-index .main-container {
		margin: 00px 0 80px;
	}
	.left-block {
		width: 100%;
		margin-bottom: 30px;
	}
	.middle-content {
		width: 100%;
		margin-bottom: 30px;
	}
	.right-block {
		width: 100%;
	}
}


@media only screen and (max-width: 500px) {

	.main-content-box {
		display: inline-block;
	}
	#contactForm {
		width: 70%;
	}
}


@media only screen and (max-width: 480px) {
	.input__choose-budget-mobile-container{
		padding-right: 0;
	}
	.input__choose-budget-mobile-container a{
		right: 0;
	}
	#header-search {
		padding: 10px 0px 10px 0;
	}
  #header-nav .nav-primary .level0.header_search_last.nav-8{
		margin-top: 10px;
	}
	#header-nav.mm-opened {
		position: fixed;
		top: 0px !important;
	}
	.mm-opened .main-container.col1-layout {
		margin-top: 0 !important;
		padding-top: 87px !important;
	}
	.cart-table .item-options > dt {
		padding-top: 0;
		font-size: 24px;

		text-transform: capitalize;
	}
	.cart-table .item-options > dd {
		width: 89px;
		text-align: center;
		height: 37px;
		padding: 7px 10px 5px 10px;
		margin-top: 3px;
	}
	.elite-product-view .sub-specification {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.right-img-specification {
		padding: 30px;
	}
	.category-contact .main-content-box {
		padding: 0 20px;
	}
	.left-block,.right-block {
		display: none;
	}
	#contactForm label {
		font-size: 15px;
		letter-spacing: 0px;
		color: #000;
	}
	#contactForm {
		width: 100%;
		max-width: 423px;
	}
	.category-contact label.required:after,.category-contact span.required:after {
		display: none;
	}
	.middle-content .fieldset .form-list li .input-box .input-text {
		width: 100%;
		height: 58px;
		font-size: 24px;
	}
	.middle-content .fieldset .form-list li .input-box textarea {
		width: 100% !important;
		height: 210px !important;
		font-size: 24px;
	}
	.middle-content .buttons-set button.button {
		width: 100%;
		height: 77px;
	}
	.middle-content .buttons-set button.button span span {
		font-size: 24px;
		letter-spacing: 3px;
	}
	.middle-content .buttons-set button.button:hover span span {
		color: #41395f;
	}
	.category-contact .buttons-set {
		max-width: 100%;
	}
	.middle-content .input-box {
		padding-top: 10px !important;
		padding-bottom: 7px;
	}
	.category-contact h1 {
		font-style: italic;
		letter-spacing: 3px;
		font-size: 20px;
		text-transform: capitalize;
		margin-bottom: 20px;
	}
	.products-grid .product-image img {
		width: 150px;
	}
}


@media only screen and (max-width: 320px) {

	#contactForm label {
		font-size: 18px;
	}
	.middle-content .buttons-set button.button span span {
		font-size: 18px;
	}
	.middle-content .input-box {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.category-contact h1 {
		margin-bottom: 30px;
	}
	.middle-content .buttons-set button.button {
		height: 60px;
	}
}


.catalog-product-view .right-side-shipinginfo {
	background: none;
	float: right;
	width: 37%;
	clear: none;
}
.catalog-product-view .left-side-shipinginfo {
	background-color: #f1f1f1;
	margin-left: 0;
	width: 63%;
}
.catalog-product-view .img-shipinginfo-left {
	float: right;
	max-width: 430px;
	width: 38%;
	margin-top: 10%;
}
.catalog-product-view .right-shipinginfo {
	float: right;
	margin-right: 4%;
	max-width: 460px;
	width: 40.19%;
}
.catalog-product-view .right-max-shipinginfo {
	margin-left: 6%;
	margin-right: auto;
	max-width: 340px;
}
.catalog-product-view .engage-part6 {
	border-top-color: #3f375c;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 1365px;
	padding-bottom: 24px;
	position: relative;
	width: 100%;
}
.catalog-product-view .max-custom-review {
	display: inline-block;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 1365px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0;
	width: 100%;
	padding: 0 10px;
}
.catalog-product-view .sub-review.last-review {
	float: right;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: auto;
}
.catalog-product-view .logo-shipping > img {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
.catalog-product-view .shipping_note {
	display: inline-block;
	margin-bottom: 40px;
	margin-top: 130px;
}
.catalog-product-view .sub-custom-review:last-child {
	border-bottom-color: -moz-use-text-color;
	border-bottom-style: none;
	border-bottom-width: 0;
}
.catalog-product-view .small_logo {
	margin-top: -13px;
	text-align: center;
}
.catalog-product-view .small_logo > img {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
.catalog-product-view .right-shipinginfo > ul {
	clear: both;
	display: inline-block;
	float: none;
	margin-bottom: 0;
	margin-left: 6%;
	margin-right: auto;
	margin-top: 15px;
}

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

	.catalog-product-view .left-side-shipinginfo {
		margin-left: 0;
		width: 58%;
	}
	.catalog-product-view .right-shipinginfo {
		margin-right: 2%;
	}
	.catalog-product-view .right-side-shipinginfo {
		width: 42%;
	}
	.catalog-product-view .right-max-shipinginfo {
		margin-left: 3%;
	}
}


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

	.catalog-product-view .right-shipinginfo {
		margin-right: 2%;
	}
	.catalog-product-view .img-shipinginfo-left {
		margin-top: 5%;
		width: 38%;
	}
	.catalog-product-view .right-side-shipinginfo {
		float: right;
		width: 43%;
	}
	.catalog-product-view .right-max-shipinginfo {
		margin-left: 3%;
	}
	.catalog-product-view .left-side-shipinginfo {
		margin-left: 0;
		width: 57%;
	}
}


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

	.catalog-product-view .right-shipinginfo {
		float: right;
		margin-right: 3%;
		max-width: 460px;
		width: 40.19%;
	}
	.catalog-product-view .img-shipinginfo-left {
		float: right;
		margin-top: 5%;
		max-width: 430px;
		width: 38%;
	}
	.catalog-product-view .right-side-shipinginfo {
		float: right;
		width: 44%;
	}
	.catalog-product-view .right-max-shipinginfo {
		margin-left: 1%;
		margin-right: auto;
		max-width: 340px;
	}
	.catalog-product-view .left-side-shipinginfo {
		margin-left: 0;
		width: 56%;
	}
}


@media only screen and (max-width: 1422px) {

	.catalog-product-view .max-custom-review .last-review {
		width: 100%;
		clear: none;
		max-width: 248px;
	}
}


@media only screen and (max-width: 1320px) {

	.post-list .post_1 .post-entry-with-image .post-content-with-title {
		padding: 3% 3% 4%;
	}
}


@media only screen and (max-width: 1202px) {

}


@media only screen and (max-width: 1028px) {

}


@media only screen and (max-width: 980px) {

	.catalog-product-view .max-custom-review .last-review {
		clear: both;
		float: left;
	}
}


@media only screen and (max-width: 640px) {

	.catalog-product-view .max-custom-review .sub-review {
		width: 100%;
		padding-right: 0;
		margin-bottom: 0;
	}
	.catalog-product-view .max-custom-review .sub-review.sec-review {
		float: left;
	}
}


.mobile-blog-img {
	display: none;
}
.blog_main_banner img {
	width: 100%;
}
.wordpress-index-index .main-container {
	padding: 0;
	max-width: 100%;
}
.blog-container {
	max-width: 1365px;
	margin: 10px auto;
	padding: 10px;
}
.post-list .post_1 .post-entry-with-image {
	width: 100%;
	display: inline-block;
	background-color: #f4f3f8;
}
.post-list .post_1 .post-entry-with-image .featured-image.left {
	width: 59.12%;
	float: left;
	margin: 0;
	border: unset;
	padding: 0;
}
h2.moretag1 {
	font-size: 18px;
	text-transform: capitalize;
	padding: 10px 10px;
	width: 100%;
	float: left;
}
.moretagdesc1 p:nth-child(1) {
	font-size: 13px;
	font-style: italic;
	width: 85%;
	float: left;
	padding: 0 10px;
}
.moretagdesc1 p:nth-child(2) {
	width: 100%;
	float: left;
	position: relative;
}
.post-list .post_1 .post-entry-with-image .post-content-with-title h2 {
	text-align: left;
	margin-bottom: 1em;
	margin-bottom: 0em;
}
.post-list .item .post-entry-with-image .post-content-with-title p {
	font-size: 13px;
	font-style: italic;
}
.post-list .post_1 .post-entry-with-image .featured-image.left img {
	width: 100%;
}
.post-list .post_1 .post-entry-with-image .post-content-with-title {
	width: 40.879%;
	float: left;
	padding: 5px 10px;
	background: #f4f3f8;
}
.post-list .post_1.item .post-entry-with-image .post-content-with-title p {
	max-width: 346px;
	max-width: 100%;
	margin: 0 auto;
	margin: 0;
	text-align: left;
}
.post-list .post_1 .post-entry-with-image .post-content-with-title .read-more {
	text-align: center;
	border: 1px solid #41395f;
	width: auto;
	display: block;
	margin: 10px auto;
	padding: 10px 10px;
	position: unset;
	max-width: 141px;
}
.short-line {
	text-align: center;
	height: 1px;
	background-color: #000;
	width: 15%;
	margin: 0 0px 14px;
}
.post-list .post-entry-with-image {
	margin-bottom: 0;
}
.post-list .post_2 {
	width: 40.75%;
	float: left;
	margin-right: 10px;
}
.post-list .post_2 .post-entry-with-image .featured-image.left {
	margin: 0;
}
.post-list .post_2 .post-entry-with-image .post-content-with-title p {
	width: 70%;
}
.post-list .post_3 .post-entry-with-image .post-content-with-title p {
	width: 68%;
}
.post-list .post_3 {
	width: 57.24%;
	float: left;
}
.post-list .post_3 .post-entry-with-image .featured-image.left img {
	width: 100%;
	min-height: 380px;
}
.post-list .item .post-entry-with-image .featured-image.left {
	position: relative;
}
.post-list .item .post-entry-with-image p.pinit {
	position: absolute;
	padding: 0px;
	background: none;
	width: 78px;
	left: 0;
	top: 0;
	opacity: 0.8;
	height: 38px;
	text-align: center;
	text-transform: uppercase;
}
.date-post-desk {
	position: absolute;
	bottom: 15px;
	left: 10px;
}
.post-list .item .post-entry-with-image p.post-meta.details {
	position: absolute;
	bottom: 0;
	color: #fff;
	left: 10px;
}
.post-list .post_2 .post-entry-with-image .post-content-with-title .short-line,.post-list .post_3 .post-entry-with-image .post-content-with-title .short-line,.post-list .post_4 .post-entry-with-image .post-content-with-title .short-line,.post-list .post_5 .post-entry-with-image .post-content-with-title .short-line,.post-list .post_6 .post-entry-with-image .post-content-with-title .short-line,.post-list .ajax_post .post-entry-with-image .post-content-with-title .short-line {
	display: none;
}
.moretagdesc1 .read-more {
	padding: 10px 0px;
}
.moretagdesc1 .read-more:hover {
	background: #41395f;
	color: #fff;
}
.read-more {
	text-align: center;
	border: 1px solid #41395f;
	width: 141px;
	display: block;
	margin: 0 auto;
	padding: 10px 10px;
	position: absolute;
	right: 10px;
	bottom: 5%;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 10px;
}
.post-content-with-title {
	background-color: #f4f3f8;
	padding: 5px 10px;
	position: relative;
	width: 100%;
	float: left;
}
.post-content-with-title ol li {
	color: #443c61;
	font-size: 13px;
	font-style: italic;
	width: 68%;
}
.post-content-with-title .short-line {
	text-align: center;
	height: 1px;
	background-color: #000;
	width: 15%;
	margin: 0 auto 1em;
	display: none;
}
.post-content-with-title ol li .read-more.effect-button1 a {
	font-style: normal !important;
}
.post-list .post_4 .post-entry-with-image .post-content-with-title p,.post-list .post_5 .post-entry-with-image .post-content-with-title p,.post-list .post_6 .post-entry-with-image .post-content-with-title p,.post-list .ajax_post .post-entry-with-image .post-content-with-title p {
	width: 59%;
}
.wordpress-post-view .post-view .featured-blogpost-data .owl-carousel {
	padding-bottom: 0px;
}
.wordpress-post-view .post-view .featured-blogpost-data .share-icon-blog-detail ul {
	margin-top: 0px;
}

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

	.nav-primary li.level0.nav-5 ul.login {
		margin-top: 0px;
	}
	.arrow_Section {
		display: none;
	}
	/*.diamondsearch-intelligence-index .nav-primary li.level0 ul.level0 {*/
		/*margin-top: -8px;*/
	/*}*/
	/*.nav-primary li.level0 ul.level0 {*/
		/*margin-top: 1px;*/
	/*}*/

	.nav-primary li.menu-active ul {
		transition: visibility 0.5s linear 0.50s, opacity 0.50s linear;
		-webkit-transition: visibility 0.5s linear 0.50s, opacity 0.50s linear;
	}
	/*.nav-primary li.level0 ul.level1 {*/
		/*margin-top: 13px;*/
	/*}*/
	.nav-primary li.level0:hover .arrow_Section {
		display: none;
		position: absolute;
		top: 100%;
		height: 13px;
		left: 0;
		width: 940px;
		z-index: 99999;
	}
	.elite-header-container .nav-primary li.level0:hover .arrow_Section {
		display: block !important;
	}
	.arrow {
		width: 26px;
		height: 13px;
		border-top: 0;
		border-bottom: 13px solid #41395f;
		border-right: 13px solid transparent;
		border-left: 13px solid transparent;
		margin-left: 28px;
	}
	.nav-3 .arrow,.nav-4 .arrow {
		border-bottom: 13px solid #41395f;
	}
	.nav-5 .arrow {
		border-bottom: 13px solid #bb977d;
	}
	.nav-5 .login_arrow_section .arrow {
		border-bottom: 13px solid #bb977d;
	}
	.sticky_logo {
		display: none;
	}
	.sticky .level0.home-logo > a {
		margin-top: 5px;
	}
	.sticky .sticky_logo {
		display: block;
	}
	.sticky .nosticky_logo {
		display: none;
	}
	.sticky .page-header-container {
		padding: 10px 0 0;
	}
	.sticky .nav-primary {
		display: block;
		margin-top: 0;
	}

		.sticky .right-links.shoppingcart {
		display: block;
	}
	.sticky .right-links .cust-phone {
		display: none;
	}
	.sticky .right-links.shoppingcart > li {
		margin-bottom: 0;
		margin-top: 1px;
		width: 100%;
	}
	.sticky .right-links {
		float: left;
		width: 100%;
		margin-left: 18px;
		margin-top: 7px;
		margin-bottom: 0;
	}
	.sticky .right-links.shoppingcart > li:nth-child(1) {
		display: block;
	}
}

.mobile-price-list {
	display: none;
}
.mobile-cat-list {
	display: none;
}
.category-products {
	/*margin-bottom: 20px;*/
	padding-top: 0px;
}
.category-top-engagement-rings .liststep {
	display: none;
}
.catalog-product-view.category-top-engagement-rings .liststep {
	display: block;
}
.category-top-engagement-rings #amshopby-page-container .toolbar {
	display: none !important;
}
.category-top-engagement-rings .category-products .btm_brd img {
	display: none;
}
.cat_name_list {
	display: block;
	font-size: 20px;

	color: #41395f !important;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-style: italic;
	letter-spacing: 1px;
}
.iphonesearch div#header-search {
	display: none;
}

@media only screen and (max-width: 1192px) {

	.read-more {
		width: 181px;
		position: relative;
		top: 0;
		right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.post-content-with-title h2 {
		width: 100%;
	}
	.post-list .post_2 .post-entry-with-image .post-content-with-title p,.post-list .post_3 .post-entry-with-image .post-content-with-title p {
		width: 100%;
	}
	.post-list .post_4 .post-entry-with-image .post-content-with-title p,.post-list .post_5 .post-entry-with-image .post-content-with-title p,.post-list .post_6 .post-entry-with-image .post-content-with-title p,.post-content-with-title ol li,.post-list .ajax_post .post-entry-with-image .post-content-with-title p {
		width: 100%;
	}
}


@media only screen and (max-width: 1081px) {

}


@media only screen and (max-width: 1030px) {

	.post-list .post_2 {
		margin-right: 0px;
	}
}


@media only screen and (max-width: 1000px) {

	.viewsettings {
		padding: 7px 20px;
	}
}


@media only screen and (max-width: 895px) {

	.post-list li.bottom-three-blog-list .featured-image img {
		height: auto;
	}
	.post-list .post_2 {
		width: 100%;
	}
	.post-list .post_3,.post-list .post_6 {
		width: 100%;
	}
	.products-list .first-list {
		width: 100%;
		float: left;
		padding-right: 0;
	}
	.products-list > li .product-image img {
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}
	.products-list .second-list {
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
		text-align: center;
	}
	.products-list > li div.third-list {
		width: 100%;
		border-left: none;
		border-right: none;
	}
	.viewsettings {
		padding: 7px 30px;
	}
	.products-list .fourth-list {
		width: 100%;
	}
	.products-list .fourth-list .pricetag {
		display: none;
	}
	.mobile-price-list {
		display: block;
	}
	.desktop-price-list {
		display: none;
	}
}


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

	.name-n-readmore {
		display: none;
	}
}


@media only screen and (max-width: 480px) {

	.mobile-blog-img {
		display: block;
	}
	.desktop-blog-img {
		display: none;
	}
	.date-post-desk {
		display: none;
	}
	.product-name-count-res {
		display: block;
	}
	.post-list .post-entry-with-image .post-content-with-title {
		display: none;
	}
	.post-list .post_4,.post-list .post_5,.post-list .post_6,.ajax_post .post_6 {
		width: 100%;
	}
	.mobile-link {
		margin: 0 auto;
		width: 100%;
		top: 100px;
	}
	.name-n-readmore {
		text-align: center;
		width: 352px;
		height: 152px;
		background: rgba(255, 255, 255, 0.8);
		padding: 20px 0 0;
		margin: 0 auto;
	}
	.name-n-readmore h2 a {
		font-size: 28px;
		text-transform: capitalize;
		letter-spacing: 2px;
	}
	.mobile-blog,.mo-blog,.mobred480 {
		display: block !important;
	}
	.read-more {
		width: 244px;
		padding: 0;
		border: 2px solid #41395f;
	}
	a.mobred480 {
		text-transform: uppercase;
		font-size: 20px;
		font-family: lato;
		font-weight: lighter;
		width: auto;
		height: 47px;
		line-height: 45px;
		padding: 0;
		letter-spacing: 2px;
	}
	a.mobred480:hover {
		background: #41395f;
		color: #fff;
	}
	.name-n-readmore h2 {
		margin-bottom: 10px;
	}
	.dses-blog,.desclass-blog {
		display: none;
	}
	p.pinit a {
		text-transform: uppercase;
		color: #443c61;
		font-size: 16px;
		font-family: lato;
		font-weight: lighter;
		letter-spacing: 2px;
	}
	.post-list li.item {
		margin-bottom: 10px;
		padding: 0 0px;
	}
	.blog-container {
		padding: 0;
	}
	.post-list li.item:first-child {
		padding: 0;
		margin-top: 10px;
	}
	.desktop-cat-list,.read-des {
		display: none;
	}
	.mobile-cat-list {
		display: block;
		position: relative;
		width: 100%;
		margin-bottom: 20px;
	}
	.products-list .productshortdes {
		display: none;
	}
	.products-list > li div.second-list {
		padding-top: 0;
	}
	.products-list > li div.third-list {
		padding-top: 17px;
	}
	.viewsettings {
		margin-bottom: 19px;
	}
	.products-list > li {
		border-bottom: 1px solid #41395f;
	}
	.catalog-category-view .products-list {
		padding-left: 30px;
		padding-right: 30px;
	}
	.post-list .item .post-entry-with-image p.post-meta.details {
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 20px;
		font-style: normal;
		font-weight: normal;
		font-family: lato;
		letter-spacing: 2px;
	}
	span.readmore-line {
		width: 92px;
		font-size: 28px;
		font-family: lato;
		font-weight: lighter;
		background: #41395f;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		display: inline-block;
		height: 97px;
		position: absolute;
		top: -44px;
		line-height: 30px;
		padding-top: 15px;
		margin-left: -45px;
	}
	.line-blog {
		width: 100%;
		float: left;
		border: 2px solid #ccc;
		text-align: center;
		position: relative;
		margin-top: 50px;
		margin-bottom: 63px;
	}
}


@media only screen and (max-width: 414px) {
}


@media only screen and (max-width: 375px) {
	#header-nav .nav-primary .level0.header_search_last.nav-8 {
    margin-top: 0px;
 }
	#header-search {
		padding: 10px 0px 10px 0;

	}
}


@media only screen and (max-width: 350px) {

	li.post_1.item.odd .name-n-readmore {
		padding-top: 20px;
	}
	.name-n-readmore {
		width: 270px;
	}
	.name-n-readmore h2 a {
		font-size: 22px;
	}
	a.mobred480 {
		height: 42px;
		line-height: 40px;
	}
}


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

	.page {
		height: auto;
		width: 100%;
		overflow: hidden;
	}
}


@media only screen and (max-width: 767px) {

	.products-grid--max-3-col > li {
		width: 49.33%;
	}
}


@media only screen and (max-width: 770px) {

	.col-main {
		margin-bottom: 0 !important;
	}
}

.cms-contact-information .main-container {
	max-width: 1365px;
	padding: 0 10px;
	margin-top: 65px;
}
.list-img-res {
	display: none;
}
.category-smart-diamond-search .main-container .ringbuilder {
	display: none;
}

@media only screen and (max-width: 480px) {

	.catalog-category-view .list-img-res {
		display: block;
	}
	.catalog-category-view .list-img-desk {
		display: none;
	}
}


@media only screen and (max-width: 480px) {

	.skip-search {
		height: 76px;
		width: 35px;
	}
	.skip-search .icon {
		background: rgba(0, 0, 0, 0) url("../../frontend/Rockher/Winter/en_US/images/search.png") no-repeat scroll 14px 28px;
	}
	.skip-cart .icon {
		background: rgba(0, 0, 0, 0) url("../../frontend/Rockher/Winter/en_US/images/cart.png") no-repeat scroll 12px 24px;
	}
	.post-list .post_1 .post-entry-with-image .featured-image.left img{
		width: auto;
	}
	.post-list .post_3 .post-entry-with-image .featured-image.left img{
		width: auto;
		min-height: 0;
		max-height: 150px;
	}
	.post-list li.bottom-three-blog-list .featured-image img{
		height: 308px;
	}
}

.category-description.std {
	padding: 10px 20px;
	text-align: justify;
	width: 1365px;
	margin: 0 auto;
	color: #413a60;
}
.list-img-display {
	position: relative;
}
.cate_name {
	position: absolute;
	top: 46px;
	width: 100%;
}
.cate_name h1.cat_name {
	color: #413a60;
	font-size: 46.67px;
	margin: 0 auto 12px;
	max-width: 1365px;
	padding: 0 10px;
	text-align: center;
	text-transform: capitalize;
	font-weight: normal;
}
.cate_name .category-description {
	font-size: 16px;
	margin: 0 auto;
	max-width: 509px;
	padding: 0;
	text-align: center;
	width: 100%;
}
.cate_name .cate-name-sub-line {
	line-height: 0;
}
.cate_name .category-description.shortened {
	background: #fff none repeat scroll 0 0;
	position: relative;
	z-index: 1;
}
.category-description .morelink {
	font-weight: bold;
}

@media only screen and (max-width: 1550px) {
	.cate_name .category-description {
		font-size: 16px;
		margin: 0 auto;
		max-width: 800px;
		padding: 0;
		text-align: center;
		width: 100%;
	}
}


@media only screen and (max-width: 1384px) {

	.post-list .post_1 .post-entry-with-image .post-content-with-title {
		padding: 3% 3% 4%;
	}
}


@media only screen and (max-width: 1380px) {

	.cate_name {
		position: absolute;
		top: 10px;
		width: 100%;
	}
}


@media only screen and (max-width: 1275px) {

	.post-list .post_1 .post-entry-with-image .post-content-with-title {
		padding: 3% 3% 2.5%;
	}
}


@media only screen and (max-width: 1220px) {

	.post-list .post_1 .post-entry-with-image .post-content-with-title {
		padding: 2% 3% 2%;
	}
}


@media only screen and (max-width: 1180px) {

	.cate_name {
		position: absolute;
		top: 0;
		width: 100%;
	}
	.cate_name h1.cat_name {
		color: #413a60;
		font-size: 38px;
	}
}


@media only screen and (max-width: 1024px) {
	.cate_name {
		top: 100px;
	}
}


@media only screen and (max-width: 1120px) {

	.post-list .post_1 .post-entry-with-image .post-content-with-title {
		padding: 1% 3% 1%;
	}
}


@media only screen and (max-width: 1115px) {

}


@media only screen and (max-width: 1030px) {

}


@media only screen and (max-width: 1024px) {
	#search_mini_form .input-box {
    height: 50px;
 }
	.skip-content.header-minicart .mini-products-list,.skip-content.header-minicart .minicart-actions {
		padding: 0 20px;
	}
	.skip-content.header-minicart .minicart-actions {
		max-width: 320px;
		margin: 0 auto 30px;
	}
	.skip-content.header-minicart .mini-products-list .product-details {
		margin-left: 10px;
	}
	.skip-content.header-minicart .mini-products-list .product-details .minicart-wrapper .btn-edit {
		font-size: 14px;
	}
	.skip-content.header-minicart .minicart-wrapper .block-content {
		width: 100%;
		float: left;
		padding: 10px 20px;
	}
	.skip-content.header-minicart .minicart-wrapper .checkout-types.minicart a {
		height: 45px;
		padding: 0;
	}
	.skip-content.header-minicart .minicart-wrapper .checkout-types.minicart li:first-child {
		margin: 0;
	}
	.skip-content.header-minicart .minicart-wrapper .checkout-types.minicart a:hover {
		color: #41395f;
		background: #fff none repeat scroll 0 0 !important;
	}
	.cate_name h1.cat_name {
		color: #413a60;
		max-width: 1365px;
		margin: -30px auto 0;
		padding: 20px 10px 20px;
		font-size: 26px;
	}
}

/*#header-nav .nav-primary a {*/
	/*font-size: 12px;*/
	/*color: #41395f;*/
	/*font-family: lato;*/
/*}*/

@media only screen and (max-width: 1024px) {

	.skip-content.skip-active {
		display: block;
		background: #443c61;
	}
	#header-nav .nav-primary a {
		font-size: 20px;
		color: #ffffff;
		font-family: lato;
		text-align: center;
		font-weight: lighter;
		border-bottom: 1px solid #ffffff;
		padding: 10px 0;
	}
	#header .nav-primary .m_menu li.level1 > a {
		background: none;
		color: #ffffff !important;
	}
	#header .nav-primary .m_menu li.level1 > a:hover {
		background: none;
		color: #ffffff !important;
	}
	#header-nav {
		padding: 5px 0;
		height: 550px;
		overflow: scroll;
		width: 100%;
		float: left;
		top: -10px !important;
		position: relative;
	}
	#header-account div {
		color: #ffffff;
		text-align: center;
		padding: 20px 0;
	}
}


@media only screen and (max-width: 480px) {

	div.block-layered-nav dd a {
		font-size: 15.49px;
	}
	.products-grid .product-info {
		padding-bottom: 0;
	}
	.header-minicart .mini-products-list.scroll-mini-cart {
		overflow: scroll;
		height: 300px !important;
	}
	.post-view .featured-blogpost-data {
		margin-bottom: 6px;
	}
	.post-list .item .post-entry-with-image .featured-image.left {
		width: 100%;
		float: left;
	}
	.mobile-date-blog-list {
		position: absolute;
		bottom: 12px;
		width: 100%;
		text-align: center;
		color: rgb(255, 255, 255);
		font-size: 20px;
		letter-spacing: 3px;
		font-weight: 300;
	}
	.mobile-date-blog-list-share {
		display: block !important;
		bottom: 12px;
		width: 83%;
		text-align: center;
		color: rgb(255, 255, 255);
		font-size: 20px;
		letter-spacing: 3px;
		font-weight: 400;
		left: 0px;
	}
	.post-list .item .post-entry-with-image .featured-image.left img {
		min-height: 365px;
	}
	.mobile-date-blog-list-share .title-share-artical {
		font-size: 20px;
		font-family: lato;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: 3px;
		font-weight: 300;
	}
	.post-list .item .post-entry-with-image p.pinit {
		padding: 0px;
		background: none !important;
	}

		.create-link,.customer-account-login #send2 {
		font-size: 16px;
	}
	.list-img-display .cate_name h1.cat_name {
		font-size: 18px;
		text-align: center;
	}
	.customer-account-login .slide_show {
		margin-top: 67px;
		width: 100%;
		float: left;
		margin-bottom: 42px;
		padding-top: 0;
	}
	.skip-link.skip-active {
		background: transparent;
		color: inherit;
	}
	.skip-content.skip-active {
		display: block;
		background: #443c61;
		padding: 3px 0 3px 3px !important;
	}
	#header-nav .nav-primary {
		padding: 0px 32px;
	}
	#header-nav .nav-primary li.level0 {
		padding-left: 0;
	}
	.nav-primary li.level0 li {
		padding: 10px 0px 10px 0px;
	}
	#header-nav .nav-primary a {
		font-size: 10px;
		color: #ffffff;
		font-family: lato;
		text-align: left;
		border-bottom: none;
		padding: 7px 0;
		font-weight: normal;
		letter-spacing: 2px;
		float: left;
		width: 100%;
	}
	#header-nav .nav-primary li.level0:last-child a {
		border-width: 3px;
	}
	.nav-primary li.parent > a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: block;
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-right: none;
		top: 50%;
		left: 0px;
		right: auto;
		margin-top: -5px;
	}
	.nav-primary li.parent.sub-menu-active > a:after,.nav-primary li.parent.menu-active > a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: block;
		border-right: none;
		border-left: none;
		border-top: none;
		border-bottom: none;
		top: 50%;
		left: 0px;
		right: auto;
		margin-top: -5px;
	}
	/*li.level1.first {*/
		/*margin-top: 20px;*/
	/*}*/
	#header-nav .nav-primary li ul li {
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#header-nav .nav-primary li ul li a {
		padding: 0px 0px;
		padding-left: 15px;
	}
	#header-nav .nav-primary li.level0 > a:hover {
		background: none;
	}
	#header-nav .nav-primary li ul li a span {
		font-size: 16px;
		color: #ffffff;
		font-family: lato;
		text-align: center;
	}
	.nav-primary .menu-active > ul.level0 .m_menu .elite-container .titleimage {
		display: block;
		width: 100%;
		text-align: center;
		padding: 0px 0px 41px;
		margin: auto;
		font-size: 41.2px;
		line-height: 1;
	}
	.nav-primary .menu-active > ul.level0 .m_menu .elite-container .elite-right-login {
		width: 100%;
		display: block;
		padding: 0px;
	}
	.nav-primary .menu-active > ul.level0 .m_menu .elite-container .elite-text {
		display: none;
	}
	.nav-primary .menu-active > ul.level0 .m_menu .elite-container .elite-text.mobile {
		display: block !important;
		padding-bottom: 67px;
		font-size: 16px;
		margin: auto;
		float: left;
		width: 100%;
		text-align: justify;
	}
	.nav-primary .menu-active > ul.level0 .m_menu .elite-container .exclusive-access {
		margin: 52px auto;
		padding: 0px !important;
		border: 0px !important;
		cursor: auto;
	}
	.nav-primary .menu-active > ul.level0 .m_menu .elite-container .exclusive-access:hover {
		background: none;
	}
}

.nav-primary .menu-active > ul.level0 .m_menu .elite-container .elite-text.mobile {
	display: none;
}
.rockher_diamondsearch-index-index .search-results-outline-left {
	border-right: 0px !important;
	box-shadow: none !important;
}
.search-diamonds {
	position: relative;
	margin-top: 50px;
}


@media only screen and (max-width: 320px) {

	#header-nav .nav-primary a {
		padding: 1px 0;
	}

	}




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

	ol.nav-primary {
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.nav-primary li.level0.nav-5.menu-active ul.level0:nth-child(5) {
		height: 400px;
		overflow-x: hidden;
		overflow-y: scroll;
	}
}



@media screen and (max-device-width: 320px) and (device-height: 568px) {

	#header-nav {
		height: 500px;
	}
	#header #nav ol.nav-primary {
		max-height: 500px;
	}
}






@media screen and (max-device-width: 320px) and (device-height: 480px) {

	#header-nav {
		height: 400px;
	}
}



@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {

	#header-nav {
		height: 100%;
		top: -10px !important;
	}
}


@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {

	#header-nav {
		height: 300px;
		top: -10px !important;
	}
}



@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {

	#header-nav {
		height: 100%;
		top: 0px !important;
	}
}



@media only screen and (min-width: 480px) and (max-width: 1024px) {

	#header-nav {
		height: 100%;
		top: -10px !important;
	}
}

.plzload {
	color: #fff;
	font-size: 0;
	padding: 10.3% 46%;
	position: absolute;
	width: auto;
	z-index: 99;
	height: 100%;
	top: 0px;
}

@media screen and (max-width: 1270px) {

	.max-cat-desc-render {
		max-width: 573px;
	}
	.description-cat {
		width: 200px;
	}
	.header-minicart .mini-products-list li .product-details {
		margin-left: 0;
	}
}


@media screen and (max-width: 1230px) {

	.amshopby-narrow-by-list table td.Sub.Style {
		width: 30%;
	}
	.amshopby-narrow-by-list table td.Metal.Type {
		float: none;
		width: 25%;
	}
}


@media screen and (max-width: 1200px) {

	.max-cat-desc-render {
		max-width: 538px;
	}
	.amshopby-narrow-by-list table td.Sub.Style {
		width: 37%;
	}
	.amshopby-narrow-by-list table td.Shape {
		width: 37%;
	}
	.amshopby-filters-top #narrow-by-list tr td dd ol.filtercategories li.center_shape_availability {
		width: 50%;
		float: left;
		padding-bottom: 0px;
	}
}


@media screen and (max-width: 1195px) {

	.nav-primary li.level1 ul {
		left: 265px;
	}
}


@media screen and (max-width: 1190px) {

	.moretagdesc1 p:nth-child(1) {
		width: 100%;
	}
	.minicart-wrapper p.block-subtitle,.header-minicart .info-wrapper {
		float: left;
		width: 100%;
	}
	.header-minicart .info-wrapper td {
		text-align: left;
	}
	.minicart-wrapper .btn-edit {
		float: left;
		clear: both;
	}
	.minicart-wrapper .remove {
		float: left;
		margin-left: 10px;
	}
}

.customer-account-loggout .log-out-buttonset {
	width: 100%;
	padding: 60px 10px;
}
.customer-account-loggout .log-out-button-container {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.customer-account-loggout .cancel-button-container {
	width: 100%;
	text-align: center;
}
.customer-account-loggout button.cancel-button {
	background: #fff;
	display: inline-block;
	padding: 7px 15px;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	font-family: lato;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	backface-visibility: hidden;
	overflow: hidden;
	transition-duration: 0.3s;
	transition-property: color, background-color;
	width: 278px;
	height: 48px;
	letter-spacing: 2px;
	word-spacing: 2px;
	border: 1px solid;
}
.customer-account-loggout a.log-out-button:hover,.customer-account-loggout button.cancel-button:hover {
	background: #41395f;
	color: #fff;
	cursor: pointer;
	border: 1px solid #41395f;
}

.customer-account-loggout a.log-out-button {
	background: #fff;
	border: 1px solid #41395f;
	display: inline-block;
	padding: 15px 15px;
	color: #41395f;
	font-size: 13px;
	font-weight: normal;
	font-family: lato;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	backface-visibility: hidden;
	overflow: hidden;
	transition-duration: 0.3s;
	transition-property: color, background-color;
	width: 280px;
	height: 50px;
	letter-spacing: 2px;
	word-spacing: 2px;
}
.customer-account-loggout .welcome-msg {
	background-image: url("../../frontend/Rockher/Winter/en_US/images/logout_banner.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: block;
	max-width: none;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 100%;
}
.customer-account-loggout .welcome-msg-login {
	padding-bottom: 5.9%;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 5.4%;
	text-align: center;
}
.customer-account-loggout .welcome-msg p.hello {

	margin-bottom: 2px;
	font-style: italic;
	color: #41395f;
	font-size: 30px;
}
.customer-account-loggout .welcome-msg-login p.hello_desc {

	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	color: #41395f;
}
#login-form .form-list .input-text {
	background: transparent;
}

@media screen and (max-width: 1175px) {

	.nav-primary li.level1 ul {
		left: 248px;
	}
}


@media screen and (max-width: 1150px) {

	.max-cat-desc-render {
		max-width: 512px;
	}
	.nav-primary li.level1 ul {
		left: 237px;
	}
}


@media screen and (max-width: 1110px) {

	.max-cat-desc-render {
		max-width: 479px;
	}
}


@media screen and (max-width: 1080px) {

	.nav-primary li.level1 ul {
		left: 212px;
	}
	.nav-primary li.level0.nav-3 ul.level0 {
		background-position: 21.5% 50%;
	}
}


@media screen and (max-width: 1024px) {

	.page-header-container a.skip-link.skip-search {
		display: none;
	}
	.page-header-container .skip-nav {
		background: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 55px;
		height: 100%;
		padding: 16px;
	}
	.mobilelogo img.tabletview {
		display: none;
	}
	.page-header-container .mobilelogo {
		display: inline-block;
		margin-bottom: 13px;
		margin-left: 80px;
		margin-right: 0px;
		margin-top: 17px;
	}
	.page-header-container .skip-nav .icon {
		background: url(../../frontend/Rockher/Winter/en_US/images/iphonemenu.png) no-repeat center center;
	}
	.page-header-container .skip-cart .icon {
		background: rgba(0, 0, 0, 0) url("../../frontend/Rockher/Winter/en_US/images/iphonecart.png") no-repeat scroll center 20px;
		background-position: 9px;
	}
	.mobilelogo img.iphoneview {
		display: block !important;
		height: 50px;
	}
	.max-cat-desc-render {
		display: none;
	}
	.resp_view_480 {
		display: block !important;
		padding: 30px 0;
	}
	.max-account-info:first-child .border_demo {
		margin: 0 auto 0px 2%;
		padding-top: 18px;
	}
	.dashboard_1 .max-account-info.address-max-account .box-account.box-info {
		padding-left: 0 !important;
	}
	.resp_view_480 > ul {
		text-align: center;
	}
	.resp_view_480 li:nth-child(1) {
		border-right: 1px solid #ffffff;
		margin-right: 20px;
		line-height: 18px;
	}
	.resp_view_480 li a {
		font-style: italic;
		font-size: 20px;

		color: #ffffff;
		font-weight: lighter;
	}
	.resp_view_480 li {
		display: inline-block;
	}
}


@media only screen and (max-width: 1024px) {

	#header-nav.mm-opened {
		position: fixed;
		top: 0px !important;
	}
	.mm-opening .main-container {
		margin-top: 0 !important;
		padding-top: 87px !important;
	}
	.resp_view_480 {
		display: block !important;
		padding: 30px;
		padding-top: 15%;
		float: left;
		width: 100%;
	}
	.resp_view_480.iplink {
		display: block !important;
		padding: 5px;
		padding-top: 0%;
		float: left;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	#header-nav .nav-primary .iplink a {
		font-size: 10px;
		font-weight: normal;
		font-style: normal;
	}
	#header-nav .nav-primary .iplink a.rosi-link-mobile-menu {
		top: 5px;
	}
	.resp_view_480 > ul {
		text-align: left;
	}
	.iphonesearch img {
		width: 30px;
	}
	.resp_view_480 li {
		width: 100%;
		border-bottom: 1px solid #5f597a;
	}
	.resp_view_480 li:last-child{
		border-bottom: none;
	}
	.resp_view_480 li:nth-child(1) {
		border-right: none;
		margin-right: 20px;
		line-height: 18px;
	}
	#header-nav .nav-primary {
		padding: 0;
		padding-left: 30px;
		float: left;
		width: 100%;
	}
	#search_mini_form1 .search-button:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		background-position: 4px -146px;
	}
	#header-search .searchiphone .search-button::before {
		background: none;
	}
	#header-search .searchiphone .search-button span {
		font-size: 20px;
		font-family: lato;
		font-weight: lighter;
		color: #ffffff;
	}
	.iphonesearch .searchiphone .input-box {
		position: relative;
		padding-top: 0;
		border-bottom: 1px solid #ffffff;
		padding-bottom: 0;
		margin-bottom: 5%;
	}
	.searchiphone label {
		display: none;
	}
	.searchiphone .search-button {
		text-indent: -9999px;
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 31px;
		border: 0;
		background: none;
	}
	#header-search .searchiphone .search-button {
		height: 70px;
		opacity: 1 !important;
		width: 72px;
		background: #443c61;
		text-indent: 0;
	}
	.resp_view_480 li a {
		font-size: 20px;
		font-family: lato;
		color: #ffffff;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	#header-nav .nav-primary a {
		font-size: 20px;
		color: #ffffff;
		font-family: lato;
		text-align: left;
		border-bottom: none;
		padding: 7px 0;
		font-weight: normal;
		letter-spacing: 2px;
	}
	#header-nav .nav-primary li ul li a {
		padding: 0px 0px;
		padding-left: 15px;
	}
	#header-nav .nav-primary li ul li a span {
		font-size: 16px;
		color: #ffffff;
		font-family: lato;
		text-align: center;
		text-transform: uppercase;
	}
	.iphonesearch div#header-search {
		padding: 0;
	}
	.iphonesearch #header-search #search {
		background: #443c61 none repeat scroll 0 0;
		border: medium none;
		color: #ffffff !important;
		height: 50px;
		padding-right: 50px;
		border-radius: initial;
		font-family: lato;
		width: 100%;
		font-size: 20px;
		padding-left: 30px;
		text-transform: uppercase;
		box-shadow: none;
		letter-spacing: 2px;
	}
	.resp_view_480.iphonesearch {
		padding: 0;
		margin: 0 2%;
		float: left;
		width: 96%;
	}
}


@media screen and (max-width: 1000px) and (min-width: 770px) {

	.amshopby-narrow-by-list table td.Sub.Style {
		width: 100%;
	}
	.amshopby-narrow-by-list .Price {
		width: 100%;
	}
	.amshopby-narrow-by-list table td.Shape {
		width: 100%;
	}
	.amshopby-narrow-by-list table td.Metal.Type {
		width: 100%;
	}
	.amshopby-filters-top #narrow-by-list tr td dd ol.filtercategories li.center_shape_availability {
		width: 50%;
		float: left;
		padding-bottom: 0px;
	}
	dl#narrow-by-list {
		max-width: 500px;
		margin: 0 auto;
	}
}


@media only screen and (max-width: 770px) {

	.cate_name .category-description {
		padding: 0 20px;
	}
}


@media only screen and (max-width: 1024px) {
	.mm-opening .main-container {
		margin-top: 0 !important;
	}
	.list-img-display {
		display: none;
	}
}
@media only screen and (min-width: 1025px) {
	.resp_view_480{
		display: none;
	}
}


@media only screen and (max-width: 767px) {
    .footer .links.part3 {
       display: none;
    }
    #header-nav .nav-primary ul.level0 {
		display: none;
	}
	li.level0.nav-5 {
		display: none;
	}
	#header-nav.mm-opened {
		position: fixed;
		top: 0px !important;
	}
	.mm-opening .main-container {
		margin-top: 0 !important;
		padding-top: 87px !important;
	}
	.resp_view_480 {
		display: block !important;
		padding: 30px;
		padding-top: 15%;
		float: left;
		width: 100%;
	}
	.resp_view_480.iplink {
		display: block !important;
		float: left;
		width: 100%;
		padding-left: 0;
	}
	#header-nav .nav-primary .iplink a {
		font-size: 10px;
		font-weight: normal;
		font-style: normal;
	}

	#header-nav .nav-primary .iplink .link-dinline-left{
		display: inline-block;
		width: 33%;
		padding-bottom: 0;
		padding-top: 0;
		margin-top: 7px;
		border-right: 1px solid #5f597a;
	}
	#header-nav .nav-primary .iplink .link-dinline-right{
		display: inline-block;
		width: 61%;
		margin-left: 10px;
	}
	.resp_view_480 > ul {
		text-align: left;
	}
	.iphonesearch img {
		width: 22px;
	}
	.resp_view_480 li:nth-child(1) {
		border-right: none;
		margin-right: 20px;
		line-height: 18px;
	}
	#header-nav .nav-primary {
		padding: 0 15px;
		float: none;
		width: 100%;
	}
	#search_mini_form1 .search-button:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		background-position: 4px -146px;
	}
	#header-search .searchiphone .search-button::before {
		background: none;
	}
	#header-search .searchiphone .search-button span {
		font-size: 20px;
		font-family: lato;
		font-weight: lighter;
		color: #ffffff;
	}
	.iphonesearch .searchiphone .input-box {
		position: relative;
		padding-top: 0;
		border-bottom: 1px solid #ffffff;
		padding-bottom: 0;
		margin-bottom: 5%;
	}
	.searchiphone label {
		display: none;
	}
	.searchiphone .search-button {
		text-indent: -9999px;
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 31px;
		border: 0;
		background: none;
	}
	#header-search .searchiphone .search-button {
		height: 70px;
		opacity: 1 !important;
		width: 72px;
		background: #443c61;
		text-indent: 0;
	}
	.resp_view_480 li a {
		font-size: 20px;
		font-family: lato;
		color: #ffffff;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	#header-nav .nav-primary a {
		font-size: 10px;
		color: #ffffff;
		font-family: lato;
		text-align: left;
		border-bottom: none;
		font-weight: bold;
		letter-spacing: 2px;
	}
	#header-nav .nav-primary li ul li a {
		padding: 0px 0px;
		padding-left: 15px;
	}
	#header-nav .nav-primary li ul li a span {
		font-size: 16px;
		color: #ffffff;
		font-family: lato;
		text-align: center;
		text-transform: uppercase;
	}
	.iphonesearch div#header-search {
		padding: 0;
	}
	.iphonesearch #header-search #search {
		background: #443c61 none repeat scroll 0 0;
		border: medium none;
		color: #ffffff !important;
		height: 50px;
		padding-right: 70px;
		border-radius: initial;
		font-family: lato;
		width: 100%;
		font-size: 20px;
		padding-left: 30px;
		text-transform: uppercase;
		box-shadow: none;
		letter-spacing: 2px;
	}
	.resp_view_480.iphonesearch {
		padding: 0;
		margin: 0 2%;
		float: left;
		width: 96%;
	}
}


@media only screen and (max-width: 480px) {
	.page-header-container .mobilelogo {
		margin-left: 40px;
	}
	.page-header-container .skip-cart .icon {
		background-position: 6px 13px;
	}
	#header-nav.mm-opened {
		position: fixed;
		top: 0px !important;
	}
	.mm-opened .main-container.col1-layout {
		margin-top: 0 !important;
		padding-top: 87px !important;
	}
}


@media screen and (max-width: 920px) {

	.max-account-info:first-child .box-account.box-info {
		float: left;
		width: 100%;
		border-bottom: medium none;
		margin-left: 0;
	}
	.max-account-info:first-child .box-account.box-recent {
		float: left !important;
		width: 100%;
	}
	.ddaacc .box-account.box-recent .box-head {
		float: right;
		width: 100%;
	}
	.ddaacc .box-account.box-recent table {
		float: right;
		width: 100%;
	}
}


@media screen and (max-width: 420px) {

	.customer-account-index .ddaacc .box-account.box-recent table {
		float: left;
		width: 100%;
	}
	.my-account th,.my-account td {
		font-size: 12px !important;
	}
	/*.customer-account-index .price-box .price,.price {*/
		/*font-size: 30px;*/
	/*}*/
	/*#co-shipping-method-form #checkout-shipping-method-load{*/
		/*display: none;*/
	/*}*/
	.customer-account-index .max-account-info .profile-info {
		font-size: 15px !important;
	}
	body.customer-account .data-table td a {
		font-size: 10px !important;
	}
}

.form-list.custom-news {
	display: block;
	max-width: 325px;
	text-align: center;
	margin: 0 auto;
}
.form-list.custom-news > span {
	display: inline-block;
	font-size: 15px;
	color: #000;
}
.news_sub,.news_unsub {
	border: 1px solid #41395f;
	padding: 15px;
	width: 150px;
	margin-top: 30px;
	background-color: unset;
	color: #41395f;
	font-size: 15px;
}
.newsletter-manage-index .full-width-max .page-title {
	float: right;
	width: 90.8%;
}
.newsletter-manage-index .full-width-max {
	float: none;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 6px;
	width: 100%;
}
.catalog-product-view .product-essential .related_options {
	float: left;
	width: 100%;
}
.catalog-product-view .product-options {
	display: table;
}
.catalog-product-view #product-options-wrapper > div {
	float: left;
	padding: 2%;
	width: auto;
}

@media only screen and (max-width: 914px) {

	.cate_name {
		top: 30px;
	}
	.slide_show.desktop-cat-list img {
		width: auto !important;
	}
}


@media only screen and (max-width: 480px) {

	div.block-layered-nav dd a.RoseGold,div.block-layered-nav dd a.WhiteGold,div.block-layered-nav dd a.YellowGold {
		color: #000 !important;
	}
	.block.block-layered-nav.amshopby-filters-top .block-content {
		border-bottom: 0px solid #000000;
	}
	.block-layered-nav dl ol > li > a {
		background-color: transparent;
	}
	.slide_show.desktop-cat-list img {
		width: 100% !important;
	}
	.products-grid h2.product-name a:hover,.products-grid h2.product-name a {
		color: #000;
		font-size: 12px;
		padding: 0 0px;
	}
}


@media only screen and (max-width: 375px) {
	.page-header-container .mobilelogo {
		margin-left: 30px;
	}
	.mobilelogo img.iphoneview {
		height: 40px;
	}
}


@media only screen and (max-width: 320px) {

	.mobilelogo img.iphoneview {
		height: 40px;
		width: 150px;
	}
}


.minicart-wrapper .product-details .mobile-product-image {
	display: none;
}

@media only screen and (max-width: 770px) {

	.minicart-wrapper .product-details .product-name {
		display: block;
	}
	.header-minicart .mini-products-list.scroll-mini-cart {
		overflow: scroll;
		height: 650px;
	}
	.minicart-wrapper .product-details .product-name > a {
		color: #fff;
		letter-spacing: 1px;
		font-style: normal;
		font-size: 20px;
		font-weight: normal;
	}
	.minicart-wrapper .product-details tbody td .price {
		font-size: 25px;
	}
	.mini-products-list .product-image img {
		width: 150px;
		height: 150px;
	}
	.minicart-wrapper p.block-subtitle,.header-minicart .info-wrapper {
		float: left;
		width: 100% !important;
	}
	.minicart-wrapper .link_mincart {
		clear: none;
		width: 100%;
	}
	.minicart-wrapper p.empty,.mini-products-list .product-details a {
		font-size: 16px !important;
	}
	.minicart-wrapper .mobile-product-image a.product-image {
		display: block !important;
		margin-right: 20px;
		width: 100%;
	}
	.header-minicart .info-wrapper td {
		text-align: center;
	}
	.minicart-wrapper .btn-edit {
		float: none;
		clear: both;
	}
	.minicart-wrapper .remove {
		float: none;
		margin-left: 10px;
	}
	.minicart-wrapper .product-details .mobile-product-image {
		display: block;
		width: 100%;
		float: left;
	}
	.header-minicart .mini-products-list li .product-details {
		width: 100%;
	}
	.minicart-wrapper .mini-products-list .product-image {
		display: none;
	}
}




@media only screen and (max-width: 736px) {

	.minicart-wrapper p.empty,.mini-products-list .product-details a {
		font-size: 14px !important;
	}
	.minicart-wrapper .product-details tbody td .price {
		font-size: 16px !important;
	}
	.minicart-wrapper .product-details .product-name > a {
		font-size: 13.33px !important;
	}
	.mini-products-list .product-image img {
		width: auto !important;
		height: auto !important;
	}
	.main-background-tabs {
		background: none !important;
		padding: 7px 0 0px !important;
	}
	.main-background-tabs li {
		border-bottom: 1px solid #f6f5f8 !important;
		float: left;
		width: 100%;
	}
	.main-background-tabs .top-space-last {
		float: left;
		width: 100%;
	}
	.main-background-tabs li a {
		background: rgba(0, 0, 0, 0) url("../../frontend/Rockher/Winter/en_US/images/mobile_deactive.png") no-repeat scroll right center / 20px auto;
		color: #000 !important;
		float: left;
		width: 100% !important;
	}
	.main-background-tabs a.log-out-mobile {
		color: #000 !important;
	}
	.main-background-tabs li.active {
		background: #443c61;
	}
	.main-background-tabs li.active > a {
		background: rgba(0, 0, 0, 0) url("../../frontend/Rockher/Winter/en_US/images/mobile_active.png") no-repeat scroll right center / 20px auto;
		color: #fff !important;
	}
}


.checkout-cart-index .main-container {
	min-height: 890px;
}
#checkout-step-payment span.credit-cart-info-title {
	display: block;
	padding-left: 40px;
}
@media only screen and (max-width: 480px) {

	.checkout-onepage-index #cartrightid .ordertotal span {
		text-transform: capitalize;
	}
	.header-minicart .product-details .link_mincart > span {
		color: #fff;
		font-size: 10px;
		text-transform: uppercase;
	}
	#checkout-step-shipping .cart-item .oteamweight span {
		max-width: 80px;
	}
	#checkout-step-payment .cart-item .oteamweight span {
		max-width: 80px;
	}
	#checkout-step-payment span.credit-cart-info-title {
		letter-spacing: 0 !important;
	}
	#checkout-step-payment span.credit-cart-info-title2 {
		padding-left: 38px !important;
	}
	#shipping-progress-opcheckout .complete .shipaddress .add_right {
		width: 100% !important;
	}
	#checkout-step-payment #cartmainid .iteamright .oteamweight .ans-onepage {
		width: auto;
	}
	.checkout-cart-index .main-container a:hover {
		color: #000 !important;
	}
	.checkout-cart-index .product-name-mobile > a {
		color: #41395f !important;
	}
	.checkout-onepage-index #cartrightid .ordertotal span:first-child {
		font-size: 14px;
		font-weight: bold;
		text-transform: capitalize;
	}
	.checkout-onepage-index #cartrightid .ordertotal span:last-child {
		font-weight: normal;
	}
}


.toolbar-bottom .toolbar .sorter {
	display: none;
}
.toolbar-bottom .toolbar .count-container {
	display: none;
}
#checkout-step-payment dd.grand_too {
	color: #000;
	font-size: 14px;
	font-weight: 700;
}
#checkout-step-payment .grand_too .price {
	color: #41395f;
	font-size: 14px;
	letter-spacing: 1px;

}

#shipping-progress-opcheckout .shipaddress .add_right {
	clear: both;
	float: left;
}
#payment-progress-opcheckout .subtitle > strong {
	font-weight: normal;
}
.main-hint-popup .short_info {
	letter-spacing: 1px;
}

#checkout-step-shipping .not_login {
	border: 1px solid #41395f;
	float: left;
	max-width: 355px;
	width: 100%;
	margin-bottom: 20px;
}
.not_login .login_not {
	float: left;
	width: 100%;
}
.checkout-onepage-index .create-new-account {
	text-align: center;
}
.checkout-onepage-index .create-new-account p {
	font-style: italic;
}
.checkout-onepage-index .not_login li.section.last {
	float: left !important;
	margin-top: 0;
	text-align: center;
	width: 100% !important;
	max-width: 100%;
}
.not_login .right_sign {
	float: left;
	left: 8px;
	margin-bottom: 10px;
	margin-top: 10px;
	position: initial;
}
.checkout-onepage-index .not_login .step-title > h2 {
	text-align: center !important;
	width: 100%;
}
.not_login .step-title {
	border: medium none !important;
}
.not_login .right_sign1 {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.not_login .right_sign1 > a,.right_sign1 > a:hover {
	background: #41395f none repeat scroll 0 0;
	color: #fff !important;
	padding: 10px 15px;
}

@media only screen and (max-width: 1200px) {

	.checkout-onepage-index .not_login .section.last .step-title h2 {
		line-height: 30px !important;
	}
}


@media only screen and (max-width: 1050px) {

	.checkout-onepage-index .not_login li.section.last {
		display: block !important;
	}
}


@media only screen and (max-width: 770px) {

	.checkout-onepage-index .not_login .section.last .step-title h2 {
		line-height: 15px !important;
		width: 100% !important;
	}
}


@media only screen and (max-width: 480px) {

	.checkout-onepage-index .not_login .section.last .step-title h2 {
		line-height: 30px !important;
		display: block;
	}
	.products-grid .product-name a {
		height: 30px;
	}
	.product-info .weight-border {
		display: flex;
	}
	.product-info .metal-color {
		height: 40px;
		width: 40px;
		padding: 6px;
		font-size: 10px;
	}
}

#checkout-step-review .cartright.last .iteamright .item-options dt {
	text-transform: capitalize;
  color: #41395f;
  font-size: 16px;

  font-style: italic;
  font-weight: normal;
 }
#checkout-step-review .cartright.last .iteamright .item-options dd {
	font-weight: normal;
}

.checkout-cart-index .crosssell {
	display: none;
}
.newsletter-manage-index #form-validate .news_unsub:hover {
	background: #413a5f none repeat scroll 0 0;
	color: #fff !important;
}
.ringprice {
	color: #000;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
}
.ringprice1 {
	color: #41395f;
	float: left;

}
.ringprice1 label {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	padding-right: 10px;
	font-family: lato;
	font-style: normal;
}

@media only screen and (max-width: 770px) {

	.main-hint-popup .form-hint-popup li {
		float: left !important;
	}
}

.checkout-onepage-success .orderdetail .oditem:nth-child(2n+1) {
	clear: both;
	float: left;
	margin-bottom: 20px !important;
}
form.scaffold-form{
	width: 100%;
	max-width: 366px;
	margin: 0 auto;
}
#login-error-messages ul.messages {
	display: block;
	text-align: center;
	padding-top: 10px;
}
#login-error-messages .messages {
	display: block;
	background: white;
}
#login-error-messages .messages .error-msg li {
	border: none;
	background: #fff;
	color: red;
}
#login-error-messages .messages .error-msg li:before {
	display: none;
}
#login-error-messages .messages .success-msg li {
	border: none;
	background: #fff;
	color: #000;
}
#login-error-messages .messages .success-msg li:before {
	display: none;
}
.smart-register-block-new #login-error-messages .messages .error-msg li a {
	color: red;
	text-decoration: underline !important;
}
.smart-register-block-new #login-error-messages .messages .error-msg li a:hover {
	color: red;
	text-decoration: none !important;
}
.smart-register-block-new #login-error-messages .login-error-messages {
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	#build-engage-sub,#shape-sub,#style-sub,#metal-sub, #women-band-sub, #men-band-sub, #shop-sub,#eternity-sub{
		display: none;
	}
  .sub-menu span{
	  color: #413F41;
	  font-family: "ProximaNovaReg";
	  font-size: 16px;
	  letter-spacing: 0.5px;
	  line-height: 46px;
	  text-transform: capitalize;
	}
	.sub-menu ol#shape-sub,.sub-menu ol#style-sub, .sub-menu ol#women-band-sub, .sub-menu ol#men-band-sub{
		width: 290px;
	}
	.sub-menu ol{
    margin: 0 30px;
	}
  .sub-menu li{
		line-height: 50px;
	}
	.sub-menu .parent-sub a{
	 display: block;
	 width: 100%;
 }
	.sub-menu .parent-sub {
		text-align: center;
		display: flex;
		justify-content: space-between;
		align-items: center;
		/*max-width: 66%;*/
		max-width: 59%;
	}

	.sub-menu#submenu-engagement .parent-sub {
		max-width: 80%;
	}

	.sub-menu#submenu-wedding .parent-sub {
		max-width: 77%;
	}

	#header-nav .sub-menu .parent-sub img {
		width: 15px;
		height: 10px;
		transform: rotate(90deg);
	}

	.sub-menu .parent-sub img {
		display: block;
		width: 15px;
		margin-right: 10px;
		margin-top: 17px;
		transform: rotate(0deg);
	}
	.sub-menu li.last-sub,
	.sub-menu li:last-child{
		border: none;
	}
	.sub-menu .menu-img{
		width: 20px;
		margin-top: 15px;
	}
	.sub-menu #search_mini_form .search-button {
    top: -61px;
	}
	.skip-nav {
		width: 30px;
		height: 18px;
	}
}

.announcement-bar {
	background-color: #41395f;
}
.announcement-bar .announcement-bar-container {
	font-size: 15px;
	position: relative;
	max-width: 1365px;
	margin: auto;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	padding-left: 0px;
	letter-spacing: 0.065em;
}
.announcement-bar-container a {
	color: #fff;
}
.announcement-bar-container a:hover {
	color: #fff;
	text-decoration: underline;
}
.announcement-bar-container:after {
	content: "";
	display: block;
	float: none;
	clear: both;
}
.announcement-bar-container span {
	display: block;
	float: left;
	width: 50%;
	text-align: right;
	padding: 0 10px;
	border-right: 1px solid #fff;
	font-size: 9px;
}
.announcement-bar-container span:last-of-type {
	border-right: none;
	cursor: pointer;
	text-align: left;
	border-right: none;
}
.announcement-bar-container span:last-of-type i {
	font-style: normal;
	text-decoration: underline;
}
.announcement-bar-container span b {
	font-weight: normal;
}

@media screen and (max-width: 1024px) {
	.menu-img-minus{
		display: none;
	}
	#build-engage-sub li,#shape-sub li,#style-sub li, #metal-sub li, #women-band-sub li, #men-band-sub li, #shop-sub li,#eternity-sub li{
		border: none;
	}
	.sub-menu #header-search  #search_mini_form .search-button{
	 top: -62px;
  }
	.announcement-bar .announcement-bar-container {
		padding-left: 0;
		font-size: 13px;
	}
	.announcement-bar-container span {
		padding: 0 7px;
	}
}


@media screen and (max-width: 1024px) {

	.announcement-bar .announcement-bar-container {
		font-size: 9px;
	}
}


@media only screen and (max-width: 1365px) {

	.announcement-bar .announcement-bar-container {
		padding-left: 0;
	}
}

@media screen and (max-width: 374px) {

	.announcement-bar-container span:last-of-type:before {
		content: ", ";
	}
	.announcement-bar-container span {
		display: inline;
		float: none;
		width: 100%;
		text-align: center;
		padding: 0;
		border-right: none;
	}
	.announcement-bar-container span:last-of-type {
		border-left: none;
		text-align: center;
	}
}


@media only screen and (min-width: 414px) and (max-width: 1024px) {
	#header-nav .nav-primary a {
		font-size: 14px;
		font-weight: normal;
	}
	#header-nav .nav-primary .iplink a {
		font-size: 14px;
	}
}

.smart-register-block,.smart-login-block {
	float: none;
	width: 100%;
}
.smart-register-block .create-smart a {
	font-size: 21px;
	text-transform: none;
}
.smart-register-block button.button {
	margin-left: 0;
}
.catalog-category-view .smart-login-block .page-title {
	display: block !important;
	margin: 30px auto;
}
.catalog-category-view .smart-login-block .page-title h1 {
	color: #41395f;
	font-size: 21px;
	text-align: center;
	text-transform: none;
	font-style: normal;
	font-weight: normal;

}
.catalog-category-view .smart-login-block label {
	color: #000;
	float: left;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.smart-login-block .signin_div {
	padding: 0 10px;
}
.smart-login-block #login-form .form-list #email,.smart-login-block #login-form .form-list #pass {
	border: 1px solid #000;
	height: 40px;
	width: 375px;
	color: #000;
	background: transparent none repeat scroll 0 0;
	font-size: 16px;
	padding: 0 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 0;
}
.smart-login-block .facebook-or.beforecreateID {
	float: none;
	margin: 38px auto 45px !important;
}
.smart-login-block #send2 {
	min-width: 140px;
	width: 100%;
	height: 45px;
	letter-spacing: 2px;
	word-spacing: 2px;
}

@media only screen and (min-width: 375px) {
	#header-search #search {
    margin-top: 0px;
	padding-left: 15px;
 }
	.announcement-bar-container span {
		font-size: 10px;
	}
}


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

	.smart-login-block .signin_div {
		max-width: 375px;
		width: 100%;
		margin: 0 auto;
	}
	.announcement-bar-container span {
		font-size: 11px;
	}
}


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

	.smart-login-block .signin_div {
		max-width: 375px;
		width: 100%;
		margin: 0 auto;
	}
	.smart-register-block,.smart-login-block {
		float: left;
		width: 50%;
	}
	.smart-register-block {
		border-right: 1px solid #eac0c0;
	}
	.catalog-category-view .smart-login-block .page-title {
		display: block !important;
		margin: 0px auto 35px;
	}
	.login-section-smart .smart-login-block .account-login.facebook-login {
		margin-bottom: 50px;
	}
	.firstdiamond .topimage {
		border-bottom: none;
		display: none !important;
	}
	.viewtop-toolbar-id {
		border-color: #e4e4e4;
	}
	.post-list .post_2 {
		width: 42.75%;
		float: left;
		margin-right: 10px;
	}
}


@media only screen and (min-width: 1025px) and (max-width: 1380px) {

	.cate_name {
		position: absolute;
		top: 35px;
	}
	.ringbuilder.slide_show.desktop-cat-list {
		padding-top: 20px;
	}
}


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

	.cate_name {
		position: absolute;
		top: 80px;
		width: 100%;
	}
}

.login-section-smart .login-error-messages {
	width: 76%;
	margin: 0 auto;
	padding: 10px 0 10px;
}
.login-section-smart .login-error-messages .messages {
	text-align: center;
	background: none !important;
}
.login-section-smart #login-error-messages .messages .error-msg li {
	background: none !important;
}

@media only screen and (min-width: 1366px) {
	.category-build-an-engagement-ring .list-img-display {
		padding-top: 40px;
	}
	.home-logo a {
		width: auto;
	}
	.announcement-bar-container span {
		font-size: 14px;
	}
}

.pinit .st_pinterest_large .stButton{
	margin-left: 0;
	margin-right: 0;
}
.pinit .st_pinterest_large .stButton .stLarge:hover{
	background-position: 0 center !important;
	height: 38px !important;
	opacity: 0.75;
	width: 78px !important;
}

.pinit .st_pinterest_large .stLarge {
	background-image: url(../../frontend/Rockher/Winter/en_US/images/pinit_03.png) !important;
	width: 78px !important;
	height: 38px !important;
}

@media only screen and (max-width: 500px) {
    .featured-blogpost-data {
        display: none;
    }
}
.cms-warranty .main-cms-banner, .cms-shipping-information .main-cms-banner{
  padding: 0 !important;
  margin-top: -20px;
  background: none;
}
.cms-shipping-information .main-cms-banner {
	margin-bottom: 150px;
}
.cms-warranty .main-cms-banner img, .cms-shipping-information .main-cms-banner img{
  width: 100%;
}
.cms-warranty .contact-sidebar ul li,.cms-shipping-information .contact-sidebar ul li{
  padding-top: 2%;
}
.cms-warranty .main-cms-banner h2, .cms-shipping-information .main-cms-banner h2{
  margin-top: -145px;
}
.cms-shipping-information .main-cms-banner h2 {
	font-family: lato;
  font-weight: lighter;
}
.cms-warranty .main-cms-pages img.conform {
	width: 100px;
	margin: 0px auto;
	padding-top: 50px;
}
.cms-warranty .main-cms-pages .text-warranty img,.cms-shipping-information .main-cms-pages .text-warranty img {
	width: 90px;
	display: inline-block;
	float: left;
	margin-right: 40px;
	padding-top: 10px;
}
.cms-shipping-information .main-cms-pages .text-warranty img.vertical {
  padding-top: 40px;
}
.cms-shipping-information .main-cms-pages .text-warranty:last-child img {
  width: 65px;
  padding-top: 0px;
  margin-right: 60px;
}
.cms-warranty .main-cms-pages .text-warranty p,.cms-shipping-information .main-cms-pages .text-warranty p {
	width: 685px;
}
.cms-shipping-information .main-cms-pages .text-warranty p.sub-cms-text.second {
  width: 650px;
}
.cms-warranty .main-cms-pages .text-warranty img.vertical {
	padding-top: 30px;
}
.catalog-product-view .pop-up {
	display: none;
	width: 500px;
	height: auto;
	background: #fff;
	box-shadow: 0 0 11px #cccccc;
	border-radius: 5px;
	z-index: 1003;
	padding-bottom: 55px;
}
.catalog-product-view .pop-up span {
	font-size: 16px;
	color: #484848;
	position: relative;
	top: 25px;
}
.catalog-product-view .pop-up span.cart {
	color: #413b5f;
	font-size: 25px;
	font-weight: bold;
	margin: 10px;
	margin-left: 30px;
}
.catalog-product-view .pop-up  img#close-popup {
	display: inline-block;
	float: right;
	padding: 30px;
	cursor: pointer;
}
.catalog-product-view .pop-up .product img.product-img{
	border: 1px solid #cbcbcb;
    border-radius: 5px;
	/*display: inline-block;*/
	width: 102px;
}
.catalog-product-view .pop-up .product img.delete,
.rockher_diamondsearch-index-index .pop-up .product img.delete{
    /*display: inline-block;*/
    /*float: right;*/
	border: none;
    cursor: pointer;
}
.catalog-product-view .pop-up .secondary-info-container span {
	top: -5px;
}
.catalog-product-view .pop-up span.marg-popup {
    display: inline-block;
    width: 95px;
    margin: 14px;
}
.catalog-product-view .pop-up .product span.price-popup {
    position: relative;
    right: 0;
	top: 0;
	left: auto;
	display: flex;
	align-items: center;
}
.catalog-product-view .pop-up .product span.product,
.rockher_diamondsearch-index-index .pop-up .product span.product{
	font-size: 16px;
	font-weight: bold;
	color: #484848;
	width: 270px;
	padding-top: 0;
	top: 0;
    /*display: inline-block;*/
    /*top: -24px;*/
    /*position: absolute;*/
    padding-left: 15px;
}
.catalog-product-view .pop-up .product {
	width: 88%;
	margin: 0px auto;
	padding-top: 20px;
}
.catalog-product-view .pop-up .items-container {
	overflow-x: hidden;
	overflow-y: auto;
    max-height: 355px;
	min-height: 65px;
}
.catalog-product-view .pop-up .cart-notice-product-exist{
	margin-bottom: 10px;
	color: red;
	font-size: 16px;
}
.catalog-product-view .pop-up .product_container {
	position: relative;
}
.pop-up .product_container-description{
	display: flex;
	justify-content: space-between;
	align-items: start;
	overflow-y: scroll;
	max-height: 200px;
}
.catalog-product-view .pop-up .product_container span {
	top: 0;
}
.catalog-product-view .pop-up .product_container span.price {
	top: 0;
	right: 0;
}

.pop-up .product_container .price-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 76%;
	margin-right: 0;
	margin-left: auto;
}

.diamondsearch-index-view .pop-up .product_container span {
	top: 30px;
}
.diamondsearch-index-view .pop-up .product_container span.price {
	right: 0;
}

.catalog-product-view .pop-up hr {
	width: 100%;
	color: #cbcbcb;
}
.catalog-product-view .pop-up .product hr {
  margin-top: 20px;
	margin-bottom: 30px;
}
.catalog-product-view .pop-up .product span.right-popup {
  float: right;
}
.catalog-product-view .pop-up .product span.bold-popup {
	font-weight: bold;
	top: 10px;
}
.catalog-product-view .pop-up .product a {
	background: none;
  text-transform: none;
  display: inline-block;
	top: 30px;
  position: relative;
  border-radius: 10px;
  width: 210px;
  float: left;
	padding: 11px 15px;
	border: 1px solid #41395f;
}

.catalog-product-view .pop-up .product a.right-but {
	margin-left: 20px;
}
.catalog-product-view .pop-up .product a.pink {
	width: 100%;
  margin-top: 20px;
  font-weight: bold;
  background: #cb769b;
  border: none
}
.catalog-product-view .pop-up .product a.pink span {
	color: #fff;
}
.catalog-product-view .pop-up .product a span {
	top: 0px;
}


.diamondsearch-index-view .pop-up {
	display: none;
	width: 500px;
	height: auto;
	background: #fff;
	position: fixed;
	box-shadow: 0 0 11px #cccccc;
	border-radius: 5px;
	z-index: 1003;
	padding-bottom: 55px;
}
.diamondsearch-index-view .pop-up span {
	font-size: 16px;
	color: #484848;
	position: relative;
	top: 25px;
}
.diamondsearch-index-view .pop-up span.cart {
	color: #413b5f;
	font-size: 25px;
	font-weight: bold;
	margin: 10px;
	margin-left: 30px;
}
.diamondsearch-index-view .pop-up  img#close-popup {
	display: inline-block;
	float: right;
	padding: 30px;
	cursor: pointer;
}
.diamondsearch-index-view .pop-up .product img.product-img {
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	display: inline-block;
	width: 102px;
}
.diamondsearch-index-view .pop-up .product img.delete {
	display: inline-block;
	border: none;
	float: right;
	cursor: pointer;
}
.diamondsearch-index-view .pop-up .secondary-info-container span {
	top: -5px;
}
.diamondsearch-index-view .pop-up span.marg-popup {
	display: inline-block;
	width: 95px;
	margin: 14px;
}
.diamondsearch-index-view .pop-up .product span.price-popup {
	position: relative;
	right: 0px;
	left: 0;
	top: 0;
	display: inline-flex;
}
.diamondsearch-index-view .pop-up .product span.product {
	font-size: 16px;
	font-weight: bold;
	color: #484848;
	width: 270px;
	display: inline-block;
	top: -24px;
	/*position: absolute;*/
	padding-left: 15px;
}
.diamondsearch-index-view .pop-up .product {
	width: 88%;
	margin: 0px auto;
	padding-top: 20px;
}
.diamondsearch-index-view .pop-up .items-container {
	overflow-x: hidden;
	overflow-y: auto;
	min-height: 190px;
	max-height: 355px;
}
.diamondsearch-index-view .pop-up .cart-notice-product-exist{
	margin-bottom: 10px;
	color: red;
	font-size: 16px;
}
.diamondsearch-index-view .pop-up .product_container {
	position: relative;
}
.diamondsearch-index-view .pop-up .product_container span {
	top: 30px;
}
.diamondsearch-index-view .pop-up .product_container span.price {
	right: 0;
}
.diamondsearch-index-view .pop-up hr {
	width: 100%;
	color: #cbcbcb;
}
.diamondsearch-index-view .pop-up .product hr {
	margin-top: 20px;
	margin-bottom: 30px;
}
.diamondsearch-index-view .pop-up .product span.right-popup {
	float: right;
}
.diamondsearch-index-view .pop-up .product span.bold-popup {
	font-weight: bold;
	top: 10px;
}
.diamondsearch-index-view .pop-up .product a {
	background: none;
	text-transform: none;
	display: inline-block;
	top: 30px;
	position: relative;
	border-radius: 10px;
	width: 210px;
	float: left;
	padding: 11px 15px;
	border: 1px solid #41395f;
}
.diamondsearch-index-view .pop-up .product a.right-but {
	margin-left: 15px;
}
.diamondsearch-index-view .pop-up .product a.pink {
	width: 100%;
	margin-top: 20px;
	font-weight: bold;
	background: #cb769b;
	border: none
}
.diamondsearch-index-view .pop-up .product a.pink span {
	color: #fff;
}
.diamondsearch-index-view .pop-up .product a span {
	top: 0px;
}



.rockher_diamondsearch-index-index .pop-up {
	display: none;
	width: 500px;
	height: auto;
	background: #fff;
	position: fixed;
	box-shadow: 0 0 11px #cccccc;
	border-radius: 5px;
	z-index: 1003;
	padding-bottom: 55px;
}
.rockher_diamondsearch-index-index .pop-up span {
	font-size: 16px;
	color: #484848;
	position: relative;
	top: 25px;
}
.rockher_diamondsearch-index-index .pop-up span.cart {
	color: #413b5f;
	font-size: 25px;
	font-weight: bold;
	margin: 10px;
	margin-left: 30px;
}
.rockher_diamondsearch-index-index .pop-up  img#close-popup {
	display: inline-block;
	float: right;
	padding: 30px;
	cursor: pointer;
}
.rockher_diamondsearch-index-index .pop-up .product img.product-img {
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	/*display: inline-block;*/
	height: 104px;
	width: 104px;
}
/*.rockher_diamondsearch-index-index .pop-up .product img.delete {*/
	/*display: inline-block;*/
	/*border: none;*/
	/*float: right;*/
	/*cursor: pointer;*/
/*}*/
.rockher_diamondsearch-index-index .pop-up .secondary-info-container span {
	top: -5px;
}
.rockher_diamondsearch-index-index .pop-up span.marg-popup {
	display: inline-block;
	width: 95px;
	margin: 14px;
}
.rockher_diamondsearch-index-index .pop-up .product span.price-popup {
	position: relative;
	right: 0;
	left: 0;
	top: 0;
	display: inline-flex;
}
/*.rockher_diamondsearch-index-index .pop-up .product span.product {*/
	/*font-size: 16px;*/
	/*font-weight: bold;*/
	/*color: #484848;*/
	/*width: 270px;*/
	/*display: inline-block;*/
	/*top: -24px;*/
	/*position: absolute;*/
	/*padding-left: 15px;*/
/*}*/
.rockher_diamondsearch-index-index .pop-up .product {
	width: 88%;
	margin: 0px auto;
	padding-top: 20px;
}
.rockher_diamondsearch-index-index .pop-up .items-container {
	overflow-x: hidden;
	overflow-y: auto;
	min-height: 190px;
	max-height: 355px;
}
.rockher_diamondsearch-index-index .pop-up .cart-notice-product-exist {
	margin-bottom: 10px;
	color: red;
	font-size: 16px;
}
.rockher_diamondsearch-index-index .pop-up .product_container {
	position: relative;
}
.rockher_diamondsearch-index-index .pop-up .product_container span {
	top: 30px;
}
.rockher_diamondsearch-index-index .pop-up .product_container span.price {
	right: 0;
}
.rockher_diamondsearch-index-index .pop-up hr {
	width: 100%;
	color: #cbcbcb;
}
.rockher_diamondsearch-index-index .pop-up .product hr {
	margin-top: 20px;
	margin-bottom: 30px;
}
.rockher_diamondsearch-index-index .pop-up .product span.right-popup {
	float: right;
}
.rockher_diamondsearch-index-index .pop-up .product span.bold-popup {
	font-weight: bold;
	top: 10px;
}
.rockher_diamondsearch-index-index .pop-up .product a {
	background: none;
	text-transform: none;
	display: inline-block;
	top: 30px;
	position: relative;
	border-radius: 10px;
	width: 210px;
	float: left;
	padding: 11px 15px;
	border: 1px solid #41395f;
}
.rockher_diamondsearch-index-index .pop-up .product a.right-but {
	margin-left: 15px;
}
.rockher_diamondsearch-index-index .pop-up .product a.pink {
	width: 100%;
	margin-top: 20px;
	font-weight: bold;
	background: #cb769b;
	border: none
}
.rockher_diamondsearch-index-index .pop-up .product a.pink span {
	color: #fff;
}
.rockher_diamondsearch-index-index .pop-up .product a span {
	top: 0;
}

.catalog-product-view .pop-up .product input.discount-code, .diamondsearch-index-view .pop-up .product input.discount-code, .rockher_diamondsearch-index-index .pop-up .product input.discount-code {
	border: 1px solid #41395f;
	color: #4a4a4a;
	width: 100%;
	padding: 0;
	height: 41px;
	text-align: center;
	font-size: 16px;
	border-radius: 10px;
}

.catalog-product-view .pop-up .product .discount-code-input-wrapper, .diamondsearch-index-view .pop-up .product .discount-code-input-wrapper, .rockher_diamondsearch-index-index .pop-up .product .discount-code-input-wrapper {
	flex-grow: 17;
	margin-right: 3.8%;
	flex-basis: 0;
}

.catalog-product-view .pop-up .product .discount-code-wrapper, .diamondsearch-index-view .pop-up .product .discount-code-wrapper, .rockher_diamondsearch-index-index .pop-up .product .discount-code-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px auto -20px;
}

.catalog-product-view .pop-up .product .discount-code-wrapper > .button, .diamondsearch-index-view .pop-up .product .discount-code-wrapper > .button, .rockher_diamondsearch-index-index .pop-up .product .discount-code-wrapper > .button {
	position: initial;
	width: auto;
	padding: 9px 15px 11px;
	align-self: flex-start;
	color: #ffffff;
	flex-grow: 1;
	font-size: 16px;
	background-color: #41395f;
	border-radius: 10px;
}

.catalog-product-view .pop-up .product input.discount-code::placeholder,
.diamondsearch-index-view .pop-up .product input.discount-code::placeholder,
.rockher_diamondsearch-index-index .pop-up .product input.discount-code::placeholder {
	color: #4a4a4a;
	text-align: center;
}

.overlayPro {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 0;
	height: 100%;
	left: 0;
	min-height: 100%;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 1002;
	display: none;
	justify-content: center;
	align-items: center;
}
.shopping-cart-content .discount .button-wrapper {
    display: inline-block;
}
.shopping-cart-content .discount #coupon_code {
    width: 30%;
}

/* how-we-make-your-ring-to-order page*/
#quality-page {
	background: #f4f4f4;
	padding-top: 26px;
}
#quality-page .title-wrap-section {
	height: 545px;
	width: 760px;
	margin: 0 auto;
	text-align: center;
}
#quality-page .title {
	width: 645px;
	text-transform: none;
	font-size: 55px;
	display: block;
	padding-top: 92px;
	margin: 0 auto;
    color: #000;
}
#quality-page .title-wrap-section .text {
	font-size: 25px;
	padding: 30px 0;
}
.title-wrap-section a.button {
	height: 60px;
	line-height: 60px;
	padding: 0;
	max-width: 320px;
	width: 85%;
	border-radius: 10px;
	font-size: 18px;
}
.title-wrap-section a.button:hover{
	color: #000;
}
.about-wrap.ring-top-section {
	background: #818dab;
	height: 630px;
	position: relative;
}
#quality-page img.ring-printed {
	width: 207px;
	height: 188px;
	position: absolute;
	top: -136px;
	left: 50%;
	margin-left: -103px;
}
#quality-page .ring-top-section .text {
	color: #f4f4f4;
	font-size: 19px;
	text-align: center;
    padding-right: 0;
}
.ring-top-section .about {
	width: 940px;
	margin: 0 auto;
	padding-top: 98px;
}
#quality-page .hand-made-icon{
	margin: 40px auto 27px;
	width: auto;
}
#quality-page .right {
	float: right;
}
#quality-page .left {
	float: left;
}
#quality-page .right,
#quality-page .left {
	width: 50%;
}
#quality-page .container{
	display: table;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}
.ring-section-2 {
	height: 650px;
	background: #fff;
	padding: 110px 0;
}
.ring-section-3 {
	height: 586px;
    padding-top: 43px;
}
.ring-section-4 {
	height: 742px;
	background: #fff;
	padding-top: 79px;
}
#quality-page .text {
	color: #000;
	font-size: 19px;
	padding-right: 90px;
}
.ring-section-3 .right {
	padding-top: 84px;
}
.ring-section-4 .left {
	padding-top: 110px;
}
#quality-page .hand-made-icon {
	cursor: pointer;
}
#quality-page .white-popup {
	text-align: center;
	top: calc(50vh - 157px);
}
#quality-page .video-about-brilliants {
	margin-left: 38px;
	position: absolute;
	height: 55%;
	width: 89%;
	top: 10px;
}
#quality-page .link {
	text-decoration: underline;
}
#quality-page .padding10 {
	padding: 10px 5%;
}
#quality-page .ring-section-4 .right {
	position: relative;
}
#quality-page img{
	width: 100%;
}
/*Responsive part*/
@media only screen and (max-width: 1024px) {
	#quality-page .container {
		max-width: 990px;
	}
	#quality-page .text {
		padding-right: 30px;
	}
	.ring-section-3 .right {
		padding-top: 17px;
	}
	.ring-section-4 .left {
		padding-top: 60px;
	}
}
@media only screen and (max-width: 768px) {
	#quality-page .title-wrap-section .text {
		font-size: 20px;
		padding: 30px 20px;
	}
	#quality-page {
		background: #fff;
	}
	#quality-page .title-wrap-section {
		height: 490px;
	}
	#quality-page .title {
		font-size: 7vw;
		padding: 42px 10px 10px 10px;
		width: 100%;
	}
	.title-wrap-section a.button {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		margin: 15px auto;
	}
	#quality-page .title-wrap-section {
		width: 100%;
	}
	#quality-page .ring-top-section .about {
		width: auto;
	}
	.ring-section-2, .ring-section-3, .ring-section-4, .about-wrap.ring-top-section {
		height: auto;
	}
	#quality-page .right, #quality-page .left {
		float: none;
	}
	#quality-page .right,
	#quality-page .left {
		width: 100%;
	}
	#quality-page .ring-top-section p.text:last-child {
		padding-bottom: 30px;
	}
	#quality-page .ring-top-section .text, #quality-page .text {
		padding: 10px 5%;
		font-size: 16px;
		text-align: center;
	}

	#quality-page .video-about-brilliants {
		position: absolute;
		height: 57vw;
		width: 90%;
		top: 2%;
		margin: 0 2% 0 6%;
	}

	.ring-section-2 {
		position: relative;
		padding: 75vw 0 0 0;
	}
	.create-cad-model {
		position: absolute;
		top: 0;
		margin-top: 10vw;
		padding: 4%;
	}
	.ring-section-3, .ring-section-3 .right {
		padding-top: 0;
	}
	.helper-container {
		position: relative;
	}
	#quality-page br {
		display: none;
	}
	#quality-page .ring-section-4 {
		position: relative;
		padding-top: 100vw;
		padding-bottom: 5%;
	}
	.ring-section-4 .left {
		padding-top: 0;
	}
	#quality-page .ring-section-4 .right {
		position: absolute;
		top: 0;
	}
}
/* END how-we-make-your-ring-to-order page*/
#craftsman .how-we-make-rings {
	width: 100%;
	display: block;
	margin-top: 15px;
	text-decoration: underline!important;
	color: #000;
}
.catalog-product-view div.gallery-wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 50px 0 0px;
	margin-bottom: 30px;
}
div.gallery-wrapper h1 {
	font-size: 35px;
	color: #413a5f;
	margin: 0 auto;
	text-transform: unset;
	font-family: 'Lustria', serif;
	text-transform: capitalize;
}
div.gallery-wrapper a {
	display: inline-block;
	margin: 10px auto 30px;
}

div.gallery-wrapper p {
	font-size: 16px;
	color: #413a5f;
	position: relative;
	margin-bottom: 10px;
}

div.gallery-wrapper span {
	font-weight: bold;
}

div.gallery-wrapper a.button.see-more,
div.gallery-wrapper a.button.see-less {
	display: none;
}

div.gallery-wrapper p:before {
	position: absolute;
	left: -25px;
	top: 1px;
	content: '';
	display: block;
	width: 20px;
	height: 25px;
	background: url(../../frontend/Rockher/Winter/en_US/images/home/instagram-logo-purple.png) no-repeat;
	background-size: contain;
}

div.gallery-wrapper .gallery-slider {
	margin: 0 auto;
	width: 100%;
}

div.gallery-wrapper .gallery-slider .bg {
	display: block;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0,0,0, 0.5);
}

div.gallery-wrapper .gallery-slider .bg a {
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

div.gallery-wrapper .gallery-slider .bg .see-details-logo {
	width: 38px;
	height: 38px;
	background: url(../../frontend/Rockher/Winter/en_US/images/home/see-details.png) no-repeat;
	background-size: cover;
	margin: 30% auto 0;
}

div.gallery-wrapper .gallery-slider .bg span {
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 100px;
}
div.gallery-wrapper .gallery-slider li:hover > .bg {
	opacity: 1;
}

div.gallery-wrapper .gallery-slider .left {
	right: 10px;
	left: auto !important;
}

div.gallery-wrapper .gallery-slider .right {
	left: 10px;
	right: auto !important;
}

div.gallery-wrapper .gallery-slider .left.mobile,
div.gallery-wrapper .gallery-slider .right.mobile {
	display: none;
}

div.gallery-wrapper .subscription-block {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 25%;
	float: left;
	margin: 220px 2.5% 0 2.5%;
}

div.gallery-wrapper .subscription-block .sign-up-wrap {
	position: relative;
}

div.gallery-wrapper .subscription-block input {
	width: 460px;
	height: 50px;
	margin: 0 auto;
	font-size: 12px;
	color: #000;
	padding: 0 20px;
	border: 1px solid #000;
}
div.gallery-wrapper .subscription-block input::placeholder {
	color: #000;
}
div.gallery-wrapper .subscription-block input:focus {
	outline: none;
}
div.gallery-wrapper .subscription-block input+a {
	position: absolute;
	right: 25px;
	top: 15px;
	font-size: 14px;
	color: #000;
	padding-left: 25px;
	border-left: 1px solid #000;
}
div.gallery-wrapper h2 {
	font-size: 35px;
	font-family: Lustria;
	margin-bottom: 25px;
}
div.gallery-wrapper .socials {
	display: flex;
	justify-content: space-between;
	width: 200px;
	margin: 0 auto;
	margin-top: 50px;
}

div.gallery-wrapper .socials i {
	color: #000;
}

div.gallery-wrapper .socials i:before {
	font-size: 25px;
}

div.gallery-wrapper .socials img {
	margin: 0;
}
.uppercase-mobile-menu{
	text-transform: uppercase;
}


.show-1024{
	display: none;
}
@media only screen and (max-width: 1024px){
	.hidden-1024{
		display: none !important;
	}
	.show-1024{
		display: block !important;
	}
}

/* for page "create account" */
.customer-account-create .form-list #wedding-month, .customer-account-create .form-list #wedding-year{
	width: 48.7% !important;
}
.customer-account-create .form-list li:nth-child(5) label{
	display: block;
}

@media only screen and (max-width: 991px){
	.customer-account-create .form-list #wedding-month, .customer-account-create .form-list #wedding-year{
		width: 49.4% !important;
	}
}

@media only screen and (max-width: 767px){
	.customer-account-create .form-list #wedding-month, .customer-account-create .form-list #wedding-year{
		width: 100% !important;
	}
	.customer-account-create .form-list #wedding-year{
		margin-top: 15px;
		margin-left: 0;
	}
}

/* for page "edit account" */
.customer-account-edit .form-list li:nth-child(2) label{
	display: block;
}
.customer-account-edit .form-list li:nth-child(2) select{
	border: 1px solid #423b60;
	border-radius: 0;
	height: 37px;
	padding: 0 5px;
	background: rgba(0, 0, 0, 0) url(../../frontend/Rockher/Winter/en_US/images/arrowdroplist.png) no-repeat scroll right 13px center;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.contact-sidebar ul li {
    margin-left: 2em;
}





body.cms-home .main-container {
	padding-top: 20px;
}
body.cms-home .slideshow-container {
	margin-top: 0;
}
.slideshow .banner-msg {
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	top: 30%;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.slideshow .banner-msg h2 {
	color: #FFFFFF;
	font-size: 24px;
	text-shadow: 1px 1px 3px #555555;
}
.slideshow .banner-msg h2 strong {
	font-weight: bold;
	display: block;
	font-size: 36px;
}

@media only screen and (max-width: 770px) {

	.slideshow .banner-msg h2 {
		font-size: 20px;
	}
	.slideshow .banner-msg h2 strong {
		font-size: 24px;
	}
}


@media only screen and (max-width: 479px) {

	.slideshow .banner-msg {
		top: 20%;
	}
	.slideshow .banner-msg h2 {
		font-size: 14px;
	}
	.slideshow .banner-msg h2 strong {
		font-size: 16px;
	}
}


.promos {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
.promos:after {
	content: '';
	display: table;
	clear: both;
}

body .promos > li {
	margin: 0 0 10px 0;
	list-style: none;
	text-align: center;
	position: relative;
	border: 1px solid #cccccc;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.promos > li:last-child {
	margin-bottom: 0;
}
.promos img {
	max-width: 100%;
	width: 100%;
}
.promos a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: block;
}
.promos span {
	color: #FFFFFF;
	text-transform: uppercase;
	position: absolute;
	display: block;
	width: 100%;
	top: 10%;
	font-weight: 500;
	font-size: 20px;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
	text-shadow: 1px 1px 3px #555555;
}
.promos strong {
	font-weight: 600;
	font-size: 26px;
	display: block;
}

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

	.promos span {
		font-size: 16px;
	}
	.promos strong {
		font-size: 17px;
	}
	
		body .promos > li {
		float: left;
		width: 31.74603%;
		margin-right: 2.38095%;
	}
	.promos > li:nth-child(3n) {
		margin-right: 0;
	}
}


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

	.promos span {
		font-size: 18px;
	}
	.promos strong {
		font-size: 24px;
	}
}




.cms-index-index .products-grid .ratings,.cms-index-index .products-grid .actions,.cms-index-noroute .products-grid .ratings,.cms-index-noroute .products-grid .actions {
	display: none;
}
.cms-index-index h2.subtitle {
	padding: 6px 0;
	text-align: center;
	color: #3399cc;
	font-weight: 600;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.cms-index-noroute h2.subtitle {
	display: none;
}

.category-image {
	position: relative;
}
.categorylandingMainblock {
	border: 1px solid #E2E2E2;
	padding: 7px;
}
.catblocks {
	float: left;
	padding: 0 0 20px 0;
	width: 100%;
}
.catblocks li {
	position: relative;
	float: left !important;
	width: 23% !important;
	margin-right: 2.66667% !important;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	padding: 10px;
}
.catblocks li:hover {
	border-color: #3399cc;
}

@media only screen and (max-width: 770px) {

	.catblocks li {
		width: 49% !important;
		margin-right: 2% !important;
	}
	.catblocks li:nth-child(even) {
		margin-right: 0 !important;
	}
}


@media only screen and (max-width: 479px) {

	.catblocks li {
		width: 100% !important;
		margin-right: 0 !important;
		float: none;
	}
}

.catblocks li:last-child {
	margin-right: 0 !important;
}
.catblocks li img {
	width: 100%;
	max-width: 100%;
}
.catblocks li a span {
	color: #FFFFFF;
	position: absolute;
	background-color: #7B7C7B;
	font-family: raleway;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 5px 10px;
	margin-right: 10px;
}
.catblocklinks a {
	color: #FFFFFF;
	text-decoration: none;
}
.catlandingbottomPromoblock {
	float: left;
	width: 100%;
	border: 1px solid #E2E2E2;
	margin-bottom: 100px;
}
.catalog-category-view div.categoryland-caption {
	display: block;
	margin: 0;
	position: absolute;
	color: #000000;
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
}
.catalog-category-view div.categoryland-caption span.blue-big-text {
	color: #3399CC;
	font-size: 50px;
	font-weight: 800;
	padding: 0 !important;
}
.catalog-category-view div.categoryland-caption span.three-dots {
	background: url(../../frontend/Rockher/Winter/en_US/images/bg_threeDots.png) no-repeat center center;
	display: block;
	height: 20px;
}
.catalog-category-view div.categoryland-caption p.desc {
	font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
	color: #656565;
}
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
	text-decoration: underline;
	color: #1189C5;
}
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,.catalog-category-view div.categoryland-caption span.blue-big-text {
	color: #3399CC;
	font-size: 50px;
	font-weight: 800;
	padding: 0 0 0 8px;
}
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,.catalog-category-view div.categoryland-caption span.three-dots {
	background: url(../../frontend/Rockher/Winter/en_US/images/bg_threeDots.png) no-repeat center center;
	display: block;
	height: 20px;
}
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,.catalog-category-view div.categoryland-caption p.desc {
	font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
	color: #656565;
}
.newsletter-background {
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.7);
    position: fixed;
    z-index: 100002;
    display: none;
    justify-content: center;
    align-items: center;
}
.newsletter-wrapper-gradient {
    max-width: 760px;
    width: 90%;
    height: 500px;
    background-image: linear-gradient(104deg, #fbf7ff 0%, #ebf5ff 100%);
    border-radius: 10px;
}
.newsletter-wrapper {
    color: #443e62;
    font-family: "LatoRegular";
    background: url(../../frontend/Rockher/Winter/en_US/images/pop-up-newsletter-background.png) 30% 30% no-repeat;
    background-size: contain;
    width: 100%;
    height: 420px;
    padding-top: 33px;
    position: relative;
}

.newsletter-wrapper img {
    width: 100%;
    position: absolute;
}

.newsletter-wrapper .close-popup {
    width: 13px;
    height: 13px;
    top: 0;
    right: 0;
    position: absolute;
    background: url(../../frontend/Rockher/Winter/en_US/images/close-popup-newsletter.png) no-repeat 50% 50%;
    background-size: unset;
    padding: 25px;
}
.newsletter-wrapper .close-popup:hover {
    cursor: pointer;
}
.newsletter-wrapper p {
    font-size: 23px;
    text-align: center;
}
.newsletter-wrapper h1,
.newsletter-wrapper .title-h1,
.newsletter-wrapper .success-message{
    font-size: 73px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 0.5;
    margin-top: 20px;
    margin-bottom: 15px;
}
.newsletter-wrapper h1.success-message, .newsletter-wrapper p.success-message,
.newsletter-wrapper div.success-message{
    display: none;
}
.newsletter-wrapper p.success-message {
    margin-top: 70px;
    font-size: 23px;
}
.newsletter-wrapper h1.success-message,
.newsletter-wrapper div.success-message{
    text-transform: capitalize;
    text-align: center;
    margin-top: 50px;
}
.newsletter-wrapper h1 span,
.newsletter-wrapper  .title-h1 span{
    font-size: 32px;
    display: block;
    width: auto;
}
.newsletter-wrapper input {
    display: block;
    margin: 20px auto;
    width: 304px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #433d61;
    background: transparent;
    text-align: center;
    color: #433d61;
    font-size: 16px;
    font-weight: lighter;
}
.newsletter-wrapper input::-webkit-input-placeholder {
    color: #433d61;
}
.newsletter-wrapper input:focus {
    outline: none;
}
.newsletter-wrapper button {
    width: 177px;
    height: 50px;
    border-radius: 10px;
    background-color: #433d61;
    margin: 0 auto 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    border: none;
}
.newsletter-wrapper button {
    border: 1px solid #41395f;
}
.recaptcha {
    margin: 15px auto;
    width: 304px;
}
.newsletter-wrapper button:focus {
    outline: none;
}

.newsletter-wrapper .subscribe-success {
    text-align: center;
}
.newsletter-wrapper .subscribe-success h4 {
    color: #433d61;
}
.newsletter-wrapper span {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 21px;
    text-align: center;
    width: 100%;
    display: block;
}
@media only screen and (max-width: 768px) {
    .newsletter-wrapper {
        background: none;
    }
    .newsletter-wrapper h1.success-message,
    .newsletter-wrapper div.success-message{
        margin-top: 100px;
    }
    .newsletter-wrapper p.success-message {
        margin-top: 50px;
    }
}/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	padding-bottom: 30px;
    margin-bottom: 10px;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(../../frontend/Rockher/Winter/en_US/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
	-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 Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 13px;
	text-align: center;
	margin-bottom: 13px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div.owl-next{
	    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 100%;
    border-radius: 0px;
    opacity: 1;
    background: url("../../frontend/Rockher/Winter/en_US/images/next-rock.png") no-repeat;
    text-indent: -129em;
    position: absolute;
    right: 0;
    top: 50%;
} 
.owl-theme .owl-controls .owl-buttons div.owl-prev{
	color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 100%;
    border-radius: 0px;
    opacity: 1;
    background: url("../../frontend/Rockher/Winter/en_US/images/prev-rock.png") no-repeat;
    text-indent: -110em;
    position: absolute;
    left: 0;
    top: 50%;
} 
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */



.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 0.8;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #bbbbbb;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	/*background: #41395f; */
	background: #fff;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../../frontend/Rockher/Winter/en_US/css/AjaxLoader.gif) no-repeat center center
}

/*@media only screen and (max-width: 776px){
.owl-theme .owl-controls .owl-buttons div.owl-prev{
left:37%;
}.owl-theme .owl-controls .owl-buttons div.owl-next{
 right: 37%;
}
}*/
@media only screen and (max-width: 736px){
.owl-theme .owl-controls .owl-buttons div.owl-prev,.owl-theme .owl-controls .owl-buttons div.owl-next{
display: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1; 
margin-left: 0;
    margin-right: 10px;
  border-radius: 20px;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #fff none repeat scroll 0 0;
	border: 2px solid #bbb !important;
    height: 16px;
    opacity: 1;
    width: 16px;
}
.owl-theme .owl-controls.clickable .owl-page:hover span,  .owl-theme .owl-controls .owl-page span {
    height: 16px;
    width: 16px;
    background: #bbb;
}
/*.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span,.owl-theme .owl-controls .owl-page span{
  width: 25px;height: 25px;  background: #41395f;opacity:1;
}*/
.owl-theme .owl-controls{
   margin-bottom: 20px;
    margin-top: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
}

@media only screen and (max-width: 360px){
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;   
    margin-left: 0;
    margin-right: 5px;
    border-radius: 20px;
}
}
.mm-menu,.mm-panels,.mm-panels>.mm-panel{margin:0;left:0;right:0;top:0;z-index:0;box-sizing:border-box}
.mm-btn,.mm-menu{box-sizing:border-box}
.mm-listview a,.mm-listview a:hover,.mm-navbar a,.mm-navbar a:hover{text-decoration:none}
.mm-listview .mm-next:before,.mm-listview>li:not(.mm-divider):after,.mm-next:after,.mm-prev:before{content:'';bottom:0}
.mm-hidden{display:none!important}
.mm-menu,.mm-panels>.mm-panel:not(.mm-hidden){display:block}
.mm-wrapper{overflow-x:hidden;position:relative}
.mm-menu{padding:0;position:absolute;bottom:0}
.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit;position:static;bottom:0}
.mm-btn,.mm-panel.mm-highest{z-index:1}
.mm-panels{overflow:hidden}
.mm-panel{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-panel.mm-opened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-panel.mm-subopened{-webkit-transform:translate(-30%,0);-ms-transform:translate(-30%,0);transform:translate(-30%,0);-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}
.mm-panels>.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px}
.mm-listview .mm-divider,.mm-listview>li>a,.mm-listview>li>span,.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}
.mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before{content:'';display:block;height:20px}
.mm-vertical .mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}
.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}
.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}
.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}
.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{height:40px;bottom:auto}
.mm-listview>li.mm-vertical>.mm-next:after,.mm-vertical .mm-listview>li>.mm-next:after{top:16px;bottom:auto}
.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}
.mm-btn{width:40px;height:40px;position:absolute;top:0}
.mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before{content:'';border:2px solid transparent;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.mm-clear:before,.mm-close:before{border-right:none;border-bottom:none;right:18px}
.mm-clear:after,.mm-close:after{border-left:none;border-top:none;right:25px}
.mm-next:after,.mm-prev:before{border-top:2px solid transparent;border-left:2px solid transparent;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0}
.mm-prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}
.mm-next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}
.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0}
.mm-navbar>*{display:block;padding:10px 0}
.mm-navbar .mm-btn:first-child{left:0}
.mm-navbar .mm-btn:last-child{text-align:right;right:0}
.mm-panel .mm-navbar{display:none}
.mm-panel.mm-hasnavbar .mm-navbar{display:block}
.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}
.mm-listview{font:inherit;font-size:14px;line-height:20px}
.mm-listview>li{position:relative}
.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit}
.mm-listview>li>a,.mm-listview>li>span{color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}
.mm-listview>li:not(.mm-divider):after{border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;right:0;left:20px}
.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}
.mm-listview .mm-next:before{border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;left:0}
.mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:50px}
.mm-listview .mm-next.mm-fullsubopen{width:100%}
.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}
.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}
.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}
.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}
.mm-listview .mm-inset{list-style:disc inside;padding:0 10px 15px 40px;margin:0}
.mm-listview .mm-inset>li{padding:5px 0}
.mm-listview .mm-divider{font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}
.mm-listview .mm-spacer{padding-top:40px}
.mm-listview .mm-spacer>.mm-next{top:40px}
.mm-listview .mm-spacer.mm-divider{padding-top:25px}
.mm-menu{background:#443c61;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75)}
.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)}
.mm-menu .mm-btn:after,.mm-menu .mm-btn:before{border-color:rgba(0,0,0,.3)}
.mm-menu .mm-listview{border-color:rgba(0,0,0,.1)}
.mm-menu .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}
/*.mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.5);tap-highlight-color:rgba(255,255,255,.5)}*/
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.5)}
.mm-menu .mm-divider,.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}
.mm-page{box-sizing:border-box;position:relative}
.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}
html.mm-opened{overflow-x:hidden;position:relative}
html.mm-blocking,html.mm-blocking body{overflow:hidden}
html.mm-background .mm-page{background:inherit}
#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}
html.mm-blocking #mm-blocker{display:block}
.mm-menu.mm-offcanvas{z-index:0;display:none;position:fixed;width:80%;min-width:140px;max-width:440px}
.mm-menu.mm-offcanvas.mm-current{display:block}
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened{z-index:10}
html.mm-opening .mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening .mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:550px){html.mm-opening .mm-slideout{-webkit-transform:translate(440px,0);-ms-transform:translate(440px,0);transform:translate(440px,0);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}
}
.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom,.mm-menu.mm-offcanvas.mm-autoheight.mm-top{max-height:80%}
.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen,.mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen{max-height:100%}
.mm-menu.mm-offcanvas.mm-measureheight .mm-panel{display:block!important}
.mm-menu.mm-offcanvas.mm-measureheight>.mm-panels>.mm-panel{bottom:auto!important;height:auto!important}
.mm-menu.mm-columns{-webkit-transition-property:width,max-width,-webkit-transform;transition-property:width,max-width,-webkit-transform;transition-property:transform,width,max-width;transition-property:transform,width,max-width,-webkit-transform}
.mm-menu.mm-columns .mm-panels>.mm-panel{width:100%;right:auto;display:none;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;transition-property:transform,width;transition-property:transform,width,-webkit-transform}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened{border-right:1px solid;border-color:inherit;display:block;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);z-index:2}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0{display:block;-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-offcanvas.mm-columns-0{width:80%;min-width:140px;max-width:0}
html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:0px){html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
html.mm-right.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}
@media all and (max-width:175px){html.mm-right.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:0px){html.mm-right.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1{display:block;-webkit-transform:translate(200%,0);-ms-transform:translate(200%,0);transform:translate(200%,0);-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}
.mm-menu.mm-offcanvas.mm-columns-1{width:80%;min-width:140px;max-width:440px}
html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:550px){html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate(440px,0);-ms-transform:translate(440px,0);transform:translate(440px,0);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}
}
html.mm-right.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}
@media all and (max-width:175px){html.mm-right.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:550px){html.mm-right.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate(-440px,0);-ms-transform:translate(-440px,0);transform:translate(-440px,0);-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}
}
.mm-menu.mm-columns-1 .mm-panels>.mm-panel{width:100%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2{-webkit-transform:translate(200%,0);-ms-transform:translate(200%,0);transform:translate(200%,0);-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2{display:block;-webkit-transform:translate(300%,0);-ms-transform:translate(300%,0);transform:translate(300%,0);-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}
.mm-menu.mm-offcanvas.mm-columns-2{width:80%;min-width:140px;max-width:880px}
html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:1100px){html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate(880px,0);-ms-transform:translate(880px,0);transform:translate(880px,0);-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}
}
html.mm-right.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}
@media all and (max-width:175px){html.mm-right.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:1100px){html.mm-right.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate(-880px,0);-ms-transform:translate(-880px,0);transform:translate(-880px,0);-webkit-transform:translate3d(-880px,0,0);transform:translate3d(-880px,0,0)}
}
.mm-menu.mm-columns-2 .mm-panels>.mm-panel{width:50%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3{-webkit-transform:translate(300%,0);-ms-transform:translate(300%,0);transform:translate(300%,0);-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3{display:block;-webkit-transform:translate(400%,0);-ms-transform:translate(400%,0);transform:translate(400%,0);-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}
.mm-menu.mm-offcanvas.mm-columns-3{width:80%;min-width:140px;max-width:1320px}
html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:1650px){html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate(1320px,0);-ms-transform:translate(1320px,0);transform:translate(1320px,0);-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}
}
html.mm-right.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}
@media all and (max-width:175px){html.mm-right.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:1650px){html.mm-right.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate(-1320px,0);-ms-transform:translate(-1320px,0);transform:translate(-1320px,0);-webkit-transform:translate3d(-1320px,0,0);transform:translate3d(-1320px,0,0)}
}
.mm-menu.mm-columns-3 .mm-panels>.mm-panel{width:33.34%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4{-webkit-transform:translate(400%,0);-ms-transform:translate(400%,0);transform:translate(400%,0);-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4{display:block;-webkit-transform:translate(500%,0);-ms-transform:translate(500%,0);transform:translate(500%,0);-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}
.mm-menu.mm-offcanvas.mm-columns-4{width:80%;min-width:140px;max-width:1760px}
html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:2200px){html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate(1760px,0);-ms-transform:translate(1760px,0);transform:translate(1760px,0);-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}
}
html.mm-right.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}
@media all and (max-width:175px){html.mm-right.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:2200px){html.mm-right.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate(-1760px,0);-ms-transform:translate(-1760px,0);transform:translate(-1760px,0);-webkit-transform:translate3d(-1760px,0,0);transform:translate3d(-1760px,0,0)}
}
.mm-menu.mm-columns-4 .mm-panels>.mm-panel{width:25%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5{-webkit-transform:translate(500%,0);-ms-transform:translate(500%,0);transform:translate(500%,0);-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5{display:block;-webkit-transform:translate(600%,0);-ms-transform:translate(600%,0);transform:translate(600%,0);-webkit-transform:translate3d(600%,0,0);transform:translate3d(600%,0,0)}
.mm-menu.mm-offcanvas.mm-columns-5{width:80%;min-width:140px;max-width:2200px}
html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:2750px){html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate(2200px,0);-ms-transform:translate(2200px,0);transform:translate(2200px,0);-webkit-transform:translate3d(2200px,0,0);transform:translate3d(2200px,0,0)}
}
html.mm-right.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}
@media all and (max-width:175px){html.mm-right.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:2750px){html.mm-right.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate(-2200px,0);-ms-transform:translate(-2200px,0);transform:translate(-2200px,0);-webkit-transform:translate3d(-2200px,0,0);transform:translate3d(-2200px,0,0)}
}
.mm-menu.mm-columns-5 .mm-panels>.mm-panel{width:20%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6{-webkit-transform:translate(600%,0);-ms-transform:translate(600%,0);transform:translate(600%,0);-webkit-transform:translate3d(600%,0,0);transform:translate3d(600%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6{display:block;-webkit-transform:translate(700%,0);-ms-transform:translate(700%,0);transform:translate(700%,0);-webkit-transform:translate3d(700%,0,0);transform:translate3d(700%,0,0)}
.mm-menu.mm-offcanvas.mm-columns-6{width:80%;min-width:140px;max-width:2640px}
html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:3300px){html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate(2640px,0);-ms-transform:translate(2640px,0);transform:translate(2640px,0);-webkit-transform:translate3d(2640px,0,0);transform:translate3d(2640px,0,0)}
}
html.mm-right.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}
@media all and (max-width:175px){html.mm-right.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:3300px){html.mm-right.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate(-2640px,0);-ms-transform:translate(-2640px,0);transform:translate(-2640px,0);-webkit-transform:translate3d(-2640px,0,0);transform:translate3d(-2640px,0,0)}
}
.mm-menu.mm-columns-6 .mm-panels>.mm-panel{width:16.67%}
em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:45px;top:50%}
em.mm-counter+a.mm-next{width:90px}
em.mm-counter+a.mm-next+a,em.mm-counter+a.mm-next+span{margin-right:90px}
em.mm-counter+a.mm-fullsubopen{padding-left:0}
.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a,.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span,em.mm-counter+a.mm-fullsubopen+a,em.mm-counter+a.mm-fullsubopen+span{padding-right:90px}
.mm-vertical>.mm-counter{top:12px;margin-top:0}
.mm-vertical.mm-spacer>.mm-counter{margin-top:40px}
.mm-nosubresults>.mm-counter{display:none}
.mm-menu em.mm-counter{color:rgba(0,0,0,.3)}
.mm-divider>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0;line-height:25px}
.mm-divider.mm-opened a.mm-next:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.mm-collapsed:not(.mm-uncollapsed){display:none}
.mm-fixeddivider{background:inherit;display:none;position:absolute;top:0;left:0;right:0;z-index:2;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-fixeddivider:after{content:none!important;display:none!important}
.mm-hasdividers .mm-fixeddivider{display:block}
.mm-menu .mm-fixeddivider span{background:rgba(0,0,0,.05)}
html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-slideout{-webkit-transition-duration:0s;transition-duration:0s}
.mm-menu.mm-dropdown{box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}
html.mm-dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-dropdown #mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}
html.mm-dropdown .mm-menu{z-index:2}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu{display:none}
.mm-menu.mm-tip:before{content:'';background:inherit;box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.mm-menu.mm-tipleft:before{left:22px}
.mm-menu.mm-tipright:before{right:22px}
.mm-menu.mm-tiptop:before{top:-8px}
.mm-menu.mm-tipbottom:before{bottom:-8px}
.mm-iconpanel .mm-panel{-webkit-transition-property:left,-webkit-transform;transition-property:left,-webkit-transform;transition-property:transform,left;transition-property:transform,left,-webkit-transform}
.mm-iconpanel .mm-panel.mm-opened{border-left:1px solid;border-color:inherit}
.mm-iconpanel .mm-panel.mm-subopened{overflow-y:hidden;left:-40px;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-iconpanel .mm-panel.mm-iconpanel-0{left:0}
.mm-iconpanel .mm-panel.mm-iconpanel-1{left:40px}
.mm-iconpanel .mm-panel.mm-iconpanel-2{left:80px}
.mm-iconpanel .mm-panel.mm-iconpanel-3{left:120px}
.mm-iconpanel .mm-panel.mm-iconpanel-4{left:160px}
.mm-iconpanel .mm-panel.mm-iconpanel-5{left:200px}
.mm-iconpanel .mm-panel.mm-iconpanel-6{left:240px}
.mm-subblocker{background:inherit;opacity:0;display:block;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.mm-subopened .mm-subblocker{opacity:.6;position:absolute;top:0;right:0;bottom:-100000px;left:0;z-index:3}
.mm-navbar-bottom,.mm-navbar-top~.mm-navbar-top{border-bottom:none}
.mm-menu>.mm-navbar{background:inherit;padding:0;z-index:3;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-navbar-bottom{border-top-width:1px;border-top-style:solid;top:auto;bottom:0}
.mm-navbar-bottom~.mm-navbar-bottom{border-top:none}
.mm-navbar.mm-hasbtns{padding:0 40px}
.mm-navbar[class*=mm-navbar-content-]>*{box-sizing:border-box;display:block;float:left}
.mm-navbar .mm-breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 17px}
.mm-navbar .mm-breadcrumbs>*{display:inline-block;padding:10px 3px}
.mm-navbar .mm-breadcrumbs>a{text-decoration:underline}
.mm-navbar.mm-hasbtns .mm-breadcrumbs{margin-left:-40px}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs{margin-left:0;padding-left:0}
.mm-navbar-top-1{top:0}
.mm-hasnavbar-top-1 .mm-panels,.mm-navbar-top-2{top:40px}
.mm-hasnavbar-top-2 .mm-panels,.mm-navbar-top-3{top:80px}
.mm-hasnavbar-top-3 .mm-panels,.mm-navbar-top-4{top:120px}
.mm-hasnavbar-top-4 .mm-panels{top:160px}
.mm-navbar-bottom-1{bottom:0}
.mm-hasnavbar-bottom-1 .mm-panels,.mm-navbar-bottom-2{bottom:40px}
.mm-hasnavbar-bottom-2 .mm-panels,.mm-navbar-bottom-3{bottom:80px}
.mm-hasnavbar-bottom-3 .mm-panels,.mm-navbar-bottom-4{bottom:120px}
.mm-hasnavbar-bottom-4 .mm-panels{bottom:160px}
.mm-navbar-size-2{height:80px}
.mm-navbar-size-3{height:120px}
.mm-navbar-size-4{height:160px}
.mm-navbar-content-2>*{width:50%}
.mm-navbar-content-3>*{width:33.33%}
.mm-navbar-content-4>*{width:25%}
.mm-navbar-content-5>*{width:20%}
.mm-navbar-content-6>*{width:16.67%}
.mm-menu.mm-rtl{direction:rtl}
.mm-menu.mm-rtl.mm-offcanvas{right:auto}
.mm-menu.mm-rtl .mm-panel:not(.mm-opened){-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.mm-menu.mm-rtl .mm-panel.mm-subopened{-webkit-transform:translate(30%,0);-ms-transform:translate(30%,0);transform:translate(30%,0);-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}
.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child{left:auto;right:0}
.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child{right:auto;left:0}
.mm-menu.mm-rtl .mm-navbar .mm-next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}
.mm-menu.mm-rtl .mm-navbar .mm-prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}
.mm-menu.mm-rtl .mm-listview>li:not(.mm-divider)::after{left:0;right:20px}
.mm-menu.mm-rtl .mm-listview>li>a:not(.mm-next),.mm-menu.mm-rtl .mm-listview>li>span:not(.mm-next){padding-left:10px;padding-right:20px!important;margin-right:0!important}
.mm-menu.mm-rtl .mm-listview .mm-next{right:auto;left:0}
.mm-menu.mm-rtl .mm-listview .mm-next:before{left:auto;right:0}
.mm-menu.mm-rtl .mm-listview .mm-next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}
.mm-menu.mm-rtl .mm-listview .mm-next+a,.mm-menu.mm-rtl .mm-listview .mm-next+span{margin-left:50px}
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+a,.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+span{padding-left:50px}
.mm-menu.mm-rtl em.mm-counter{left:45px;right:auto}
.mm-menu.mm-rtl em.mm-counter+a.mm-next+a,.mm-menu.mm-rtl em.mm-counter+a.mm-next+span{margin-left:90px}
.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+a,.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+span{padding-left:90px}
.mm-menu.mm-rtl label.mm-check,.mm-menu.mm-rtl label.mm-toggle{left:20px;right:auto!important}
.mm-menu.mm-rtl label.mm-toggle+a,.mm-menu.mm-rtl label.mm-toggle+span{padding-left:80px}
.mm-menu.mm-rtl label.mm-check+a,.mm-menu.mm-rtl label.mm-check+span{padding-left:60px}
.mm-menu.mm-rtl a.mm-next+label.mm-check,.mm-menu.mm-rtl a.mm-next+label.mm-toggle{left:60px}
.mm-menu.mm-rtl a.mm-next+label.mm-check+a,.mm-menu.mm-rtl a.mm-next+label.mm-check+span,.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span{margin-left:50px}
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span{padding-left:70px}
.mm-menu.mm-rtl a.mm-next+label.mm-check+a,.mm-menu.mm-rtl a.mm-next+label.mm-check+span{padding-left:50px}
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check,.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle{left:100px}
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+a,.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+span,.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+a,.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+span{margin-left:90px}
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-]{left:0}
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel{-webkit-transition-property:right,-webkit-transform;transition-property:right,-webkit-transform;transition-property:transform,right;transition-property:transform,right,-webkit-transform}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0{right:0}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1{right:40px}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2{right:80px}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3{right:120px}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4{right:160px}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5{right:200px}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6{right:240px}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened{border-left:none;border-right:1px solid;border-color:inherit}
.mm-sronly{text-indent:10px;overflow:hidden;display:block;width:1px;height:1px;position:absolute;z-index:-1}
.mm-search,.mm-search input{box-sizing:border-box}
.mm-search{height:40px;padding:7px 10px 0;position:relative}
.mm-search input{border:none!important;outline:0!important;box-shadow:none!important;border-radius:4px;font:inherit;font-size:14px;line-height:26px;display:block;width:100%;height:26px;min-height:26px;max-height:26px;margin:0;padding:0 10px}
.mm-search input::-ms-clear{display:none}
.mm-search .mm-clear,.mm-search .mm-next{right:0}
.mm-panel>.mm-search{width:100%;position:absolute;top:0;left:0}
.mm-panel.mm-hassearch{padding-top:40px}
.mm-panel.mm-hassearch.mm-hasnavbar{padding-top:80px}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search{top:40px}
.mm-noresultsmsg{text-align:center;font-size:21px;padding:40px 0}
.mm-noresults .mm-indexer{display:none!important}
li.mm-nosubresults>a.mm-next{display:none}
li.mm-nosubresults>a.mm-next+a,li.mm-nosubresults>a.mm-next+span{padding-right:10px}
.mm-panels>.mm-resultspanel:not(.mm-opened){-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.75)}
.mm-menu .mm-noresultsmsg{color:rgba(0,0,0,.3)}
.mm-indexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-100px;z-index:3;-webkit-transition:right .4s ease;transition:right .4s ease;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-indexer a{text-decoration:none;display:block;height:3.85%}
.mm-indexer~.mm-panel.mm-hasindexer{padding-right:40px}
.mm-hasindexer .mm-indexer{right:0}
.mm-hasindexer .mm-fixeddivider{right:20px}
.mm-menu .mm-indexer a{color:rgba(0,0,0,.3)}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen){-webkit-transition:background .4s ease;transition:background .4s ease}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.5)}
input.mm-check,input.mm-toggle{position:absolute;left:-10000px}
label.mm-check,label.mm-toggle{margin:0;position:absolute;top:50%;z-index:2;right:20px}
label.mm-check:before,label.mm-toggle:before{content:'';display:block}
label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-top:-15px}
label.mm-toggle:before{border-radius:30px;width:28px;height:28px;margin:1px}
input.mm-toggle:checked~label.mm-toggle:before{float:right}
label.mm-check{width:30px;height:30px;margin-top:-15px}
label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
input.mm-check:checked~label.mm-check:before{opacity:1}
li.mm-vertical label.mm-check,li.mm-vertical label.mm-toggle{bottom:auto;margin-top:0;top:5px}
label.mm-toggle+a,label.mm-toggle+span{padding-right:80px}
label.mm-check+a,label.mm-check+span{padding-right:60px}
a.mm-next+label.mm-check,a.mm-next+label.mm-toggle{right:60px}
a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span,a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{margin-right:50px}
a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{padding-right:70px}
a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span{padding-right:50px}
em.mm-counter+a.mm-next+label.mm-check,em.mm-counter+a.mm-next+label.mm-toggle{right:100px}
em.mm-counter+a.mm-next+label.mm-check+a,em.mm-counter+a.mm-next+label.mm-check+span,em.mm-counter+a.mm-next+label.mm-toggle+a,em.mm-counter+a.mm-next+label.mm-toggle+span{margin-right:90px}
.mm-menu label.mm-toggle{background:rgba(0,0,0,.1)}
.mm-menu label.mm-toggle:before{background:#f3f3f3}
.mm-menu input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu label.mm-check:before{border-color:rgba(0,0,0,.75)}
.mm-listview.mm-border-none>li:after,.mm-menu.mm-border-none .mm-listview>li:after{content:none}
.mm-listview.mm-border-full>li:after,.mm-menu.mm-border-full .mm-listview>li:after{left:0!important}
.mm-listview.mm-border-offset>li:after,.mm-menu.mm-border-offset .mm-listview>li:after{right:20px}
.mm-menu.mm-effect-menu-zoom{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}
html.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}
html.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
.mm-menu.mm-effect-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}
html.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate(-30%,0);-ms-transform:translate(-30%,0);transform:translate(-30%,0);-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}
html.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate(30%,0);-ms-transform:translate(30%,0);transform:translate(30%,0);-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-effect-menu-fade{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
html.mm-opening .mm-menu.mm-effect-menu-fade{opacity:1}
.mm-menu.mm-effect-panels-zoom .mm-panel{-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0)}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li{-webkit-transition:none .4s ease;transition:none .4s ease}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1){-webkit-transition-delay:50ms;transition-delay:50ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2){-webkit-transition-delay:.1s;transition-delay:.1s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3){-webkit-transition-delay:150ms;transition-delay:150ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4){-webkit-transition-delay:.2s;transition-delay:.2s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5){-webkit-transition-delay:250ms;transition-delay:250ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6){-webkit-transition-delay:.3s;transition-delay:.3s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7){-webkit-transition-delay:350ms;transition-delay:350ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8){-webkit-transition-delay:.4s;transition-delay:.4s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9){-webkit-transition-delay:450ms;transition-delay:450ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10){-webkit-transition-delay:.5s;transition-delay:.5s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11){-webkit-transition-delay:550ms;transition-delay:550ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12){-webkit-transition-delay:.6s;transition-delay:.6s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13){-webkit-transition-delay:650ms;transition-delay:650ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14){-webkit-transition-delay:.7s;transition-delay:.7s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15){-webkit-transition-delay:750ms;transition-delay:750ms}
.mm-menu.mm-effect-listitems-slide .mm-listview>li{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate(50%,0);-ms-transform:translate(50%,0);transform:translate(50%,0);-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);opacity:0}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
.mm-menu.mm-effect-listitems-fade .mm-listview>li{-webkit-transition-property:opacity;transition-property:opacity;opacity:0}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li{opacity:1}
.mm-menu.mm-effect-listitems-drop .mm-listview>li{-webkit-transition-property:opacity,top;transition-property:opacity,top;opacity:0;top:-25%}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li{opacity:1;top:0}
.mm-menu.mm-offcanvas.mm-fullscreen{width:100%;min-width:140px;max-width:10000px}
html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
@media all and (max-width:140px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:10000px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(10000px,0);-ms-transform:translate(10000px,0);transform:translate(10000px,0);-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
@media all and (max-width:140px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:10000px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-10000px,0);-ms-transform:translate(-10000px,0);transform:translate(-10000px,0);-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}
}
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,.mm-menu.mm-offcanvas.mm-fullscreen.mm-top{height:100%;min-height:140px;max-height:10000px}
html.mm-opened.mm-fullscreen .mm-page{box-shadow:none!important}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after,.mm-menu .mm-panels>.mm-panel.mm-justified-listview:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:after,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:before{content:none;display:none}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;height:100%;margin-top:0;margin-bottom:0}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider){-webkit-box-flex:1;-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span{box-sizing:border-box;height:100%}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before{content:'';vertical-align:middle;display:inline-block;height:100%;width:0}
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,.mm-menu.mm-multiline .mm-listview>li>a,.mm-menu.mm-multiline .mm-listview>li>span{text-overflow:clip;white-space:normal}
html.mm-pagedim #mm-blocker,html.mm-pagedim-black #mm-blocker,html.mm-pagedim-white #mm-blocker{opacity:0}
html.mm-pagedim-black.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim.mm-opening #mm-blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}
html.mm-pagedim #mm-blocker{background:inherit}
html.mm-pagedim-white #mm-blocker{background:#fff}
html.mm-pagedim-black #mm-blocker{background:#000}
.mm-menu.mm-popup{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}
html.mm-popup.mm-opening .mm-menu.mm-popup{opacity:1}
html.mm-popup .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-popup #mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}
html.mm-popup .mm-menu{z-index:2}
.mm-menu.mm-offcanvas.mm-right{left:auto}
html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}
@media all and (max-width:175px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:550px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-440px,0);-ms-transform:translate(-440px,0);transform:translate(-440px,0);-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}
}
html.mm-front .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-front #mm-blocker{z-index:1}
html.mm-front .mm-menu.mm-offcanvas{z-index:2}
.mm-menu.mm-offcanvas.mm-front,.mm-menu.mm-offcanvas.mm-next{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.mm-menu.mm-offcanvas.mm-front.mm-right,.mm-menu.mm-offcanvas.mm-next.mm-right{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-offcanvas.mm-top{-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%);-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
.mm-menu.mm-offcanvas.mm-bottom{-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);top:auto}
.mm-menu.mm-offcanvas.mm-bottom,.mm-menu.mm-offcanvas.mm-top{width:100%;min-width:100%;max-width:100%;height:80%;min-height:140px;max-height:880px}
html.mm-opening .mm-menu.mm-offcanvas.mm-front,html.mm-opening .mm-menu.mm-offcanvas.mm-next{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-shadow-page:after{content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:99}
.mm-menu.mm-shadow-page.mm-right:after{left:auto;right:100%}
.mm-menu.mm-shadow-page.mm-front:after,.mm-menu.mm-shadow-page.mm-next:after{content:none;display:none}
.mm-menu.mm-shadow-page:after,.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2){box-shadow:0 0 10px rgba(0,0,0,.3)}
.mm-menu.mm-theme-dark{background:#333;border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.8)}
.mm-menu.mm-theme-dark .mm-navbar a,.mm-menu.mm-theme-dark .mm-navbar>*,.mm-menu.mm-theme-dark em.mm-counter{color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-dark .mm-btn:after,.mm-menu.mm-theme-dark .mm-btn:before{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-dark .mm-listview{border-color:rgba(0,0,0,.15)}
.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}
/*.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)}*/
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-dark .mm-divider,.mm-menu.mm-theme-dark .mm-fixeddivider span,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.05)}
.mm-menu.mm-theme-dark label.mm-check:before{border-color:rgba(255,255,255,.8)}
.mm-menu.mm-shadow-page.mm-theme-dark:after,.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2){box-shadow:0 0 20px rgba(0,0,0,.5)}
.mm-menu.mm-theme-dark .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.8)}
.mm-menu.mm-theme-dark .mm-indexer a,.mm-menu.mm-theme-dark .mm-noresultsmsg{color:rgba(255,255,255,.4)}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-dark label.mm-toggle{background:rgba(0,0,0,.15)}
.mm-menu.mm-theme-dark label.mm-toggle:before{background:#333}
.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu.mm-theme-white{background:#fff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}
.mm-menu.mm-theme-white .mm-navbar a,.mm-menu.mm-theme-white .mm-navbar>*,.mm-menu.mm-theme-white em.mm-counter{color:rgba(0,0,0,.3)}
.mm-menu.mm-theme-white .mm-btn:after,.mm-menu.mm-theme-white .mm-btn:before{border-color:rgba(0,0,0,.3)}
.mm-menu.mm-theme-white .mm-listview{border-color:rgba(0,0,0,.1)}
.mm-menu.mm-theme-white .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}
/*.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.05);tap-highlight-color:rgba(0,0,0,.05)}*/
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.05)}
.mm-menu.mm-theme-white .mm-divider,.mm-menu.mm-theme-white .mm-fixeddivider span,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.03)}
.mm-menu.mm-theme-white label.mm-check:before{border-color:rgba(0,0,0,.6)}
.mm-menu.mm-shadow-page.mm-theme-white:after,.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2){box-shadow:0 0 10px rgba(0,0,0,.2)}
.mm-menu.mm-theme-white .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.6)}
.mm-menu.mm-theme-white .mm-indexer a,.mm-menu.mm-theme-white .mm-noresultsmsg{color:rgba(0,0,0,.3)}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.05)}
.mm-menu.mm-theme-white label.mm-toggle{background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-white label.mm-toggle:before{background:#fff}
.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu.mm-theme-black{background:#000;border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.6)}
.mm-menu.mm-theme-black .mm-navbar a,.mm-menu.mm-theme-black .mm-navbar>*,.mm-menu.mm-theme-black em.mm-counter{color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-black .mm-btn:after,.mm-menu.mm-theme-black .mm-btn:before{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-black .mm-listview{border-color:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}
/*.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.3);tap-highlight-color:rgba(255,255,255,.3)}*/
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.3)}
.mm-menu.mm-theme-black .mm-divider,.mm-menu.mm-theme-black .mm-fixeddivider span,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black label.mm-check:before{border-color:rgba(255,255,255,.6)}
.mm-menu.mm-shadow-page.mm-theme-black:after{content:none;display:none}
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2){box-shadow:none}
.mm-menu.mm-theme-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}
.mm-menu.mm-theme-black .mm-indexer a,.mm-menu.mm-theme-black .mm-noresultsmsg{color:rgba(255,255,255,.4)}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.3)}
.mm-menu.mm-theme-black label.mm-toggle{background:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black label.mm-toggle:before{background:#000}
.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu .mm-tileview.mm-listview:after,.mm-menu.mm-tileview .mm-listview:after{content:'';display:block;clear:both}
.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-panel:after{content:none;display:none}
.mm-menu .mm-tileview.mm-listview>li,.mm-menu.mm-tileview .mm-listview>li{width:50%;height:0;padding:50% 0 0;float:left;position:relative}
.mm-menu .mm-tileview.mm-listview>li:after,.mm-menu.mm-tileview .mm-listview>li:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs{width:12.5%;padding-top:12.5%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,.mm-menu.mm-tileview .mm-listview>li.mm-tile-s{width:25%;padding-top:25%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,.mm-menu.mm-tileview .mm-listview>li.mm-tile-l{width:75%;padding-top:75%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl{width:100%;padding-top:100%}
.mm-menu .mm-tileview.mm-listview>li>a,.mm-menu .mm-tileview.mm-listview>li>span,.mm-menu.mm-tileview .mm-listview>li>a,.mm-menu.mm-tileview .mm-listview>li>span{line-height:1px;text-align:center;padding:50% 10px 0;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}
.mm-menu .mm-tileview.mm-listview>li>.mm-next,.mm-menu.mm-tileview .mm-listview>li>.mm-next{width:auto}
.mm-menu.mm-tileview .mm-panel{padding-left:0;padding-right:0}
.mm-menu.mm-tileview .mm-listview{margin:0}


@media only screen and (max-width: 1024px) and (min-width: 735px){
.mm-menu.mm-offcanvas {
    max-width: 690px;
}
html.mm-opening .mm-slideout {
    -webkit-transform: translate(690px,0);
    -ms-transform: translate(690px,0);
    transform: translate(690px,0);
    -webkit-transform: translate3d(690px,0,0);
    transform: translate3d(690px,0,0);
}
#header-nav { 
    height:100%;
    overflow-y: scroll;
    overflow-x: hidden;
    top: -10px !important;
}
}

@media only screen and (max-width: 535px){
.mm-menu.mm-offcanvas {    max-width: 427px;}
}
@media only screen and (max-width: 500px){
.mm-menu.mm-offcanvas {    max-width: 400px;}
}
@media only screen and (max-width: 480px){
.mm-menu.mm-offcanvas {    max-width: 385px;}
}
@media only screen and (max-width: 420px){
.mm-menu.mm-offcanvas {    max-width: 336px;}
}
@media only screen and (max-width: 375px){
.mm-menu.mm-offcanvas {     max-width: 301px;}
}
@media only screen and (max-width: 360px){
.mm-menu.mm-offcanvas {     max-width: 288px;}
}
@media only screen and (max-width: 320px){
.mm-menu.mm-offcanvas {     max-width: 256px;}
}@font-face{font-family:Darleston;src:url(../../frontend/Rockher/Winter/en_US/fonts/darleston/Darleston.otf);font-style:normal}@font-face{font-family:SFBold;src:url("../../frontend/Rockher/Winter/en_US/fonts/SanFrancisco/SF-Pro-Text-Bold.otf")}@font-face{font-family:ProximaNovaReg;src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaReg/ProximaNovaReg.eot );src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaReg/ProximaNovaReg.eot ) format('embedded-opentype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaReg/ProximaNovaReg.woff2 ) format('woff2'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaReg/ProximaNovaReg.woff ) format('woff'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaReg/ProximaNovaReg.ttf ) format('truetype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaReg/ProximaNovaReg.svg#ProximaNovaReg ) format('svg');font-display:swap}@font-face{font-family:ProximaNovaRegIt;src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaRegIt/ProximaNovaRegIt.eot );src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaRegIt/ProximaNovaRegIt.eot ) format('embedded-opentype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaRegIt/ProximaNovaRegIt.woff2 ) format('woff2'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaRegIt/ProximaNovaRegIt.woff ) format('woff'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaRegIt/ProximaNovaRegIt.ttf ) format('truetype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaRegIt/ProximaNovaRegIt.svg#ProximaNovaRegIt ) format('svg');font-display:swap}@font-face{font-family:ProximaNovaSbold;src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaSbold/ProximaNovaSbold.eot );src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaSbold/ProximaNovaSbold.eot ) format('embedded-opentype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaSbold/ProximaNovaSbold.woff2 ) format('woff2'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaSbold/ProximaNovaSbold.woff ) format('woff'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaSbold/ProximaNovaSbold.ttf ) format('truetype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaSbold/ProximaNovaSbold.svg#ProximaNovaSbold ) format('svg');font-display:swap}@font-face{font-family:ProximaNovaSboldIt;src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaSboldIt/ProximaNovaSboldIt.eot );src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaSboldIt/ProximaNovaSboldIt.eot ) format('embedded-opentype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaSboldIt/ProximaNovaSboldIt.woff2 ) format('woff2'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaSboldIt/ProximaNovaSboldIt.woff ) format('woff'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaSboldIt/ProximaNovaSboldIt.ttf ) format('truetype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaSboldIt/ProximaNovaSboldIt.svg#ProximaNovaSboldIt ) format('svg');font-display:swap}@font-face{font-family:ProximaNovaBold;src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBold/ProximaNovaBold.eot );src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBold/ProximaNovaBold.eot ) format('embedded-opentype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBold/ProximaNovaBold.woff2 ) format('woff2'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBold/ProximaNovaBold.woff ) format('woff'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBold/ProximaNovaBold.ttf ) format('truetype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBold/ProximaNovaBold.svg#ProximaNovaBold ) format('svg');font-display:swap}@font-face{font-family:ProximaNovaLight;src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaLight/ProximaNovaLight.eot );src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaLight/ProximaNovaLight.eot ) format('embedded-opentype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaLight/ProximaNovaLight.woff2 ) format('woff2'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaLight/ProximaNovaLight.woff ) format('woff'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaLight/ProximaNovaLight.ttf ) format('truetype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaLight/ProximaNovaLight.svg#ProximaNovaLight ) format('svg');font-display:swap}@font-face{font-family:ProximaNovaLightIt;src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaLightIt/ProximaNovaLightIt.eot );src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaLightIt/ProximaNovaLightIt.eot ) format('embedded-opentype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaLightIt/ProximaNovaLightIt.woff2 ) format('woff2'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaLightIt/ProximaNovaLightIt.woff ) format('woff'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaLightIt/ProximaNovaLightIt.ttf ) format('truetype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaLightIt/ProximaNovaLightIt.svg#ProximaNovaLightIt ) format('svg');font-display:swap}@font-face{font-family:ProximaNovaThin;src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaThin/ProximaNovaThin.eot );src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaThin/ProximaNovaThin.eot ) format('embedded-opentype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaThin/ProximaNovaThin.woff2 ) format('woff2'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaThin/ProximaNovaThin.woff ) format('woff'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaThin/ProximaNovaThin.ttf ) format('truetype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaThin/ProximaNovaThin.svg#ProximaNovaThin ) format('svg');font-display:swap}@font-face{font-family:ProximaNovaThinIt;src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaThinIt/ProximaNovaThinIt.eot );src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaThinIt/ProximaNovaThinIt.eot ) format('embedded-opentype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaThinIt/ProximaNovaThinIt.woff2 ) format('woff2'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaThinIt/ProximaNovaThinIt.woff ) format('woff'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaThinIt/ProximaNovaThinIt.ttf ) format('truetype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaThinIt/ProximaNovaThinIt.svg#ProximaNovaThinIt ) format('svg');font-display:swap}@font-face{font-family:ProximaNovaBlack;src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBlack/ProximaNovaBlack.eot );src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBlack/ProximaNovaBlack.eot ) format('embedded-opentype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBlack/ProximaNovaBlack.woff2 ) format('woff2'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBlack/ProximaNovaBlack.woff ) format('woff'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBlack/ProximaNovaBlack.ttf ) format('truetype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBlack/ProximaNovaBlack.svg#ProximaNovaBlack ) format('svg');font-display:swap}@font-face{font-family:ProximaNovaBlackIt;src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBlackIt/ProximaNovaBlackIt.eot );src:url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBlackIt/ProximaNovaBlackIt.eot ) format('embedded-opentype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBlackIt/ProximaNovaBlackIt.woff2 ) format('woff2'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBlackIt/ProximaNovaBlackIt.woff ) format('woff'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBlackIt/ProximaNovaBlackIt.ttf ) format('truetype'),url(../../frontend/Rockher/Winter/en_US/fonts/proximanova/ProximaNovaBlackIt/ProximaNovaBlackIt.svg#ProximaNovaBlackIt ) format('svg');font-display:swap}@font-face{font-family:Lustria;src:url(../../frontend/Rockher/Winter/en_US/fonts/lustria/LustriaRegular.eot );src:url(../../frontend/Rockher/Winter/en_US/fonts/lustria/LustriaRegular.eot ) format('embedded-opentype'),url(../../frontend/Rockher/Winter/en_US/fonts/lustria/LustriaRegular.woff2 ) format('woff2'),url(../../frontend/Rockher/Winter/en_US/fonts/lustria/LustriaRegular.woff ) format('woff'),url(../../frontend/Rockher/Winter/en_US/fonts/lustria/LustriaRegular.ttf ) format('truetype'),url(../../frontend/Rockher/Winter/en_US/fonts/lustria/LustriaRegular.svg#LustriaRegular ) format('svg');font-display:swap}@font-face{font-family:HaboroContrast-NormBook;src:url(../../frontend/Rockher/Winter/en_US/fonts/rh-newdesign/Haboro/Haboro-NormBook/3A74F3_16_0.eot );src:url(../../frontend/Rockher/Winter/en_US/fonts/rh-newdesign/Haboro/Haboro-NormBook/3A74F3_16_0.eot?#iefix ) format('embedded-opentype'),url(../../frontend/Rockher/Winter/en_US/fonts/rh-newdesign/Haboro/Haboro-NormBook/3A74F3_16_0.woff2 ) format('woff2'),url(../../frontend/Rockher/Winter/en_US/fonts/rh-newdesign/Haboro/Haboro-NormBook/3A74F3_16_0.woff ) format('woff'),url(../../frontend/Rockher/Winter/en_US/fonts/rh-newdesign/Haboro/Haboro-NormBook/3A74F3_16_0.ttf ) format('truetype');font-display:swap}@font-face{font-family:Runda-Light;src:url(../../frontend/Rockher/Winter/en_US/fonts/rh-newdesign/Runda-Light/Runda-Light.eot?#iefix ) format('embedded-opentype'),url(../../frontend/Rockher/Winter/en_US/fonts/rh-newdesign/Runda-Light/Runda-Light.woff2 ) format('woff2'),url(../../frontend/Rockher/Winter/en_US/fonts/rh-newdesign/Runda-Light/Runda-Light.woff ) format('woff'),url(../../frontend/Rockher/Winter/en_US/fonts/rh-newdesign/Runda-Light/Runda-Light.ttf ) format('truetype'),url(../../frontend/Rockher/Winter/en_US/fonts/rh-newdesign/Runda-Light/Runda-Light.svg#Runda-Light ) format('svg');font-weight:normal;font-style:normal;font-display:swap}body,button,input,select,table,textarea{font-family:ProximaNovaReg}h1,.h1{font-family:HaboroContrast-NormBook}h2,.h2{font-family:HaboroContrast-NormBook}h3,.h3{font-family:HaboroContrast-NormBook}h4,.h4{font-family:ProximaNovaBold}h5,.h5{font-family:ProximaNovaBold}h6,.h6{font-family:ProximaNovaBold}b,strong{font-family:ProximaNovaBold}i{font-family:ProximaNovaRegIt}a:visited,.alink:visited{text-decoration:none;color:#060606}.show-tablet{display:none}@media only screen and (max-width:991px){.show-tablet{display:block !important}}.show-tablet-only{display:none}@media only screen and (max-width:991px){.show-tablet-only{display:block !important}}@media only screen and (max-width:767px){.show-tablet-only{display:none !important}}.show-mobile-only{display:none !important}@media only screen and (max-width:1200px){.show-mobile-only{display:none !important}}@media only screen and (max-width:991px){.show-mobile-only{display:none !important}}@media only screen and (max-width:767px){.show-mobile-only{display:block !important}}.show-mobile{display:none}@media only screen and (max-width:767px){.show-mobile{display:block !important}}@media only screen and (max-width:1200px){.hidden-desktop{display:none}}@media only screen and (max-width:767px){.hidden-mobile{display:none}}@media only screen and (max-width:991px){.no-padding-tablet{padding-left:0 !important;padding-right:0 !important}}@media only screen and (max-width:767px){.no-padding-mobile{padding-left:0 !important;padding-right:0 !important}}.prevent-scroll{overflow:hidden !important}.prevent-scroll body{position:relative;overflow:hidden !important;height:100%}.overflowHidden{overflow:hidden}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-sm,.container-md{max-width:750px}}@media (min-width:992px){.container,.container-sm,.container-md,.container-lg{max-width:970px}}@media (min-width:1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1170px}}.custom-select{position:relative}.custom-select select{display:none !important}.custom-select__selected{position:relative;display:block;width:210px;height:50px;border:1px solid #c5c3cb;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#ffffff;padding:12px 20px;padding-right:55px;font-size:16px;color:#413F41;outline:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.custom-select__selected:after{content:'';position:absolute;top:50%;right:30px;width:16px;height:10px;margin-top:-5px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_dropdown-chevron_down.svg);cursor:pointer;opacity:0.55}.custom-select__selected.is-active{border-color:#7C7593;border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-select__selected.is-active:after{transform:rotate(180deg);opacity:1}.custom-select__select-items{position:absolute;top:100%;left:0;right:0;margin-top:-1px;padding-top:5px;padding-bottom:5px;background:#ffffff;border:1px solid #7c7593;border-top:none;border-bottom-left-radius:10px;border-bottom-right-radius:10px;margin-bottom:0 !important;list-style:none !important;max-height:300px;overflow-y:scroll;z-index:5;transform:translateY(-3px);transition:all .5s linear}.custom-select__select-items.is-hidden{visibility:hidden;max-height:50px;transform:translateY(-10px)}.custom-select__select-items li{font-size:16px;margin:0 !important;list-style:none !important;padding:17px 20px;line-height:1;cursor:pointer}.custom-select__select-items li:hover,.custom-select__select-items li.selected{background-color:#F9F9F9}.g-field{position:relative;margin-bottom:15px}.g-field_btn-wrap{text-align:center}.g-field>label{display:block;font-family:ProximaNovaReg;font-weight:normal;font-size:16px;letter-spacing:.5px;line-height:1.2;margin-bottom:5px}.g-field .custom-select__selected{width:100%;border-color:#7c7593}.g-field__row{display:flex;flex-direction:row;justify-content:space-between;margin-left:-5px;margin-right:-5px}.g-field__item{padding-left:5px;padding-right:5px}.g-field__item_month{width:200px}.g-field__item_years{width:130px}.g-input,input.g-input{display:block;width:320px;height:50px;border:1px solid #7c7593;padding:5px 20px;font-size:16px;font-family:ProximaNovaReg;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:#fff;color:#413f41;outline:none}.g-btn{width:280px;height:58px;font-size:16px;font-family:ProximaNovaSbold;letter-spacing:2px;text-transform:uppercase;color:#ffffff;text-align:center;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:2px solid transparent;outline:none}.g-btn_primary{background-color:#51aceb}.g-btn_primary:hover,.g-btn_primary:focus{background-color:#51aceb;color:#ffffff}.g-btn_primary:active{background-color:#51aceb;color:#ffffff}.g-btn_secondary{border:2px solid #51aceb;background-color:#ffffff;color:#51aceb}.g-btn_secondary:hover,.g-btn_secondary:focus{border-width:2px;border-color:#51aceb;background-color:#ffffff;color:#51aceb}.g-btn_secondary:active{background-color:#51aceb;border-color:#51aceb;color:#ffffff}.g-radio-btn{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:0;font-weight:normal;font-size:16px;cursor:pointer;line-height:1.25}.g-radio-btn input[type="radio"]{display:none;position:absolute;left:-9999px}.g-radio-btn input[type="radio"]+.icon{position:relative;width:22px;height:22px;border:1px solid #443879;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-right:10px;flex:0 0 22px}@media only screen and (max-width:991px){.g-radio-btn input[type="radio"]+.icon{margin-top:2px}}.g-radio-btn input[type="radio"]:checked+.icon::before{content:'';position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#443879;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.g-radio-btn:hover{color:#7c7593}.g-radio-btn:hover input[type="radio"]+.icon{border-color:#7c7593}.g-radio-btn:hover input[type="radio"]:checked+.icon{border-color:#443879}.g-checkbox{position:relative;display:flex;flex-direction:row;align-items:center;font-size:16px;padding-left:30px;margin:0}.g-checkbox input[type="checkbox"]{display:none;position:absolute;left:-9999px}.g-checkbox input[type="checkbox"]+.icon{position:absolute;top:50%;left:0;width:22px;height:22px;-webkit-transform:translate(0, -50%);-mox-transform:translate(0, -50%);transform:translate(0, -50%);background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_checkbox-arrow-white.svg);background-repeat:no-repeat;background-position:center;background-color:#fff;border:1px solid #443879;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.g-checkbox input[type="checkbox"]:checked+.icon{background-color:#443879}.g-checkbox .text{color:#413F41;font-size:16px;font-family:'ProximaNovaReg'}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-text-fill-color:#413F41;-webkit-box-shadow:0 0 0px 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}.Spinner{position:relative;width:28px;height:28px;animation:container-rotate 1600ms linear infinite}.Spinner-line{position:absolute;width:100%;height:100%;opacity:0}.Spinner-line--1{border-color:#443879;animation:fill-unfill-rotate 4800ms cubic-bezier(.4, 0, .2, 1) infinite both,line-1-fade-in-out 4800ms cubic-bezier(.4, 0, .2, 1) infinite both}.Spinner-line--2{border-color:#e8e8e8;animation:fill-unfill-rotate 4800ms cubic-bezier(.4, 0, .2, 1) infinite both,line-2-fade-in-out 4800ms cubic-bezier(.4, 0, .2, 1) infinite both}.Spinner-line--3{border-color:#7c7593;animation:fill-unfill-rotate 4800ms cubic-bezier(.4, 0, .2, 1) infinite both,line-3-fade-in-out 4800ms cubic-bezier(.4, 0, .2, 1) infinite both}.Spinner-line--4{border-color:#eac4d3;animation:fill-unfill-rotate 4800ms cubic-bezier(.4, 0, .2, 1) infinite both,line-4-fade-in-out 4800ms cubic-bezier(.4, 0, .2, 1) infinite both}.Spinner-line-cog{display:inline-block;position:relative;width:50%;height:100%;overflow:hidden;border-color:inherit}.Spinner-line-cog-inner{position:absolute;top:0;bottom:0;right:0;left:0;width:200%;box-sizing:border-box;height:100%;border-width:3px;border-style:solid;border-color:inherit;border-bottom-color:transparent;border-radius:50%;animation:none}.Spinner-line-cog-inner--left{border-right-color:transparent;transform:rotate(129deg);animation:left-spin 1200ms cubic-bezier(.4, 0, .2, 1) infinite both}.Spinner-line-cog-inner--right{left:-100%;border-left-color:transparent;transform:rotate(-129deg);animation:right-spin 1200ms cubic-bezier(.4, 0, .2, 1) infinite both}.Spinner-line-cog-inner--center{width:1000%;left:-450%}.Spinner-line-ticker{position:absolute;box-sizing:border-box;top:0;left:45%;width:10%;height:100%;overflow:hidden;border-color:inherit}@keyframes container-rotate{to{transform:rotate(360deg)}}@keyframes fill-unfill-rotate{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}to{transform:rotate(1080deg)}}@keyframes left-spin{0%{transform:rotate(130deg)}50%{transform:rotate(-5deg)}to{transform:rotate(130deg)}}@keyframes right-spin{0%{transform:rotate(-130deg)}50%{transform:rotate(5deg)}to{transform:rotate(-130deg)}}@keyframes line-1-fade-in-out{0%{opacity:1}25%{opacity:1}26%{opacity:0}89%{opacity:0}90%{opacity:1}to{opacity:1}}@keyframes line-2-fade-in-out{0%{opacity:0}15%{opacity:0}25%{opacity:1}50%{opacity:1}51%{opacity:0}}@keyframes line-3-fade-in-out{0%{opacity:0}40%{opacity:0}50%{opacity:1}75%{opacity:1}76%{opacity:0}}@keyframes line-4-fade-in-out{0%{opacity:0}65%{opacity:0}75%{opacity:1}90%{opacity:1}to{opacity:0}}.page-loader{display:none;position:fixed;top:0;right:0;left:0;bottom:0;z-index:333333;background-color:rgba(255,255,255,0.65)}.page-loader .Spinner{position:absolute;top:50%;left:50%;margin-top:-14px;margin-left:-14px}@media only screen and (max-width:767px){.page-loader{display:block}}.affirm-as-low-as .affirm-modal-trigger{font-family:ProximaNovaBold;border-bottom:1px dotted #443879}.mat-input{position:relative}.mat-input__input,.mat-input__input[type="text"],.mat-input__input[type="email"]{position:relative;display:block;width:100%;height:30px;font-size:16px;padding-left:5px;padding-right:5px;color:#413f41;font-family:ProximaNovaReg;background-color:transparent;border:none;border-bottom:2px solid #413f41;box-shadow:none;outline:none;z-index:5;margin-top:10px}.mat-input__input:focus,.mat-input__input[type="text"]:focus,.mat-input__input[type="email"]:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mat-input__input:focus~label,.mat-input__input:valid~label{top:-10px;font-size:14px;color:#5D5185}@media only screen and (max-width:767px){.mat-input__input:focus~label,.mat-input__input:valid~label{top:-20px}}.mat-input label{position:absolute;top:0;left:12px;font-size:16px;font-family:ProximaNovaReg;font-weight:normal;color:#413f41;transition:.1s ease-in;z-index:1}.mat-select .custom-select__selected{width:100%;height:40px;padding:6px 5px;padding-right:25px;border:none;border-bottom:2px solid #413f41;border-radius:0}.mat-select .custom-select__selected:after{right:5px;filter:grayscale(1)}.mat-select .custom-select__select-items{margin-top:3px;z-index:10;border-color:#413f41;border-radius:0;padding-top:0;padding-bottom:0}.btn-to-top{position:fixed;bottom:30px;left:50%;margin-left:600px;width:60px;height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#51aceb;color:#fff;text-transform:uppercase;font-family:ProximaNovaSBold;font-size:16px;letter-spacing:1.5px;border-radius:6px;opacity:0;transform:translateY(110px);cursor:pointer;z-index:55;transition:transform .3s,opacity .35s}.btn-to-top.is-active{opacity:1;transform:translateY(0)}.btn-to-top span:before{content:'';display:block;width:26px;height:16px;background-image:url(../../frontend/Rockher/Winter/en_US/images/icon_dropdown-chevron_up_white_lg.svg);background-repeat:no-repeat;transform:rotate(180deg);margin:0 auto}@media only screen and (max-width:1024px){.btn-to-top{width:45px;height:45px;left:auto;right:15px;bottom:85px;margin:0}.btn-to-top span{font-size:0}}.page-layout-3columns .columns .column.main{width:100%}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:0}a:visited,.alink:visited{text-decoration:none}p{margin-top:0;margin-bottom:0}img,object,video,embed{max-height:initial;max-width:initial}.build-er__buttons a:visited,.g-btn_primary a:visited,.build-er__buttons .alink:visited,.g-btn_primary .alink:visited{color:#ffffff;text-decoration:none}a.build-er__button:visited,alink.build-er__button:visited,a.g-btn_primary:visited{color:#ffffff;text-decoration:none}a.g-btn_primary,a.er-main__button{color:#ffffff}button{padding:0}@media only screen and (max-width:768px){aside.modal-popup.modal-slide{left:0}aside.modal-popup.modal-slide._show .modal-inner-wrap{width:100%}}#video,#videoModal{background:rgba(0,0,0,0.4)}@media only screen and (max-width:767px){#video .modal-dialog,#videoModal .modal-dialog{margin:0}}#video .modal-header,#videoModal .modal-header{padding-top:30px}#video .modal-content,#videoModal .modal-content{height:600px}#video .modal-content .modal-body,#videoModal .modal-content .modal-body{height:75%}@media only screen and (max-width:1024px){.cart-container{display:flex;flex-direction:column}.cart-summary{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;box-ordinal-group:2}#form-validate{order:1}}#discount-coupon-form .discount-form{display:flex;margin-top:0}#discount-coupon-form .discount-form .actions-toolbar .action.primary{max-width:320px;border-radius:45px;font-size:16px;font-weight:bold;letter-spacing:2px;background:#41395f;border:0;color:#ffffff;cursor:pointer;margin:23px 0 0 25px}#discount-coupon-form .discount-form .actions-toolbar .action.primary span{font-family:ProximaNovaSBold;font-size:14px}#discount-coupon-form .discount-form .actions-toolbar .action.primary.cancel{font-size:14px;font-weight:normal;letter-spacing:normal}#discount-coupon-form .discount-form .actions-toolbar .action.primary.cancel span{letter-spacing:normal}#discount-coupon-form .discount-form .field .control #coupon_code{background:#ffffff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:ProximaNovaReg;font-size:14px;line-height:1.42857143;vertical-align:baseline;height:30px;padding:0 8px}#discount-coupon-form .discount-form .field .label span{font-family:ProximaNovaReg;font-size:13px;font-weight:700}.shopping-subtotal-cart p{font-size:16px;font-weight:400;text-align:left;text-transform:none}#co-shipping-method-form .item-options{margin:0}#co-shipping-method-form .item-options .label{padding:0}#co-shipping-method-form .item-options .label:before{display:none}.rosis-creation{font-family:ProximaNovaReg;letter-spacing:6px}.rosis-creation p{font-size:20px;margin-bottom:20px;letter-spacing:1px;line-height:1.3;text-align:center}.rosis-creation p.text{margin:0 40px 20px 40px;color:#413F41}@media only screen and (max-width:768px){.rosis-creation p.text{margin:0 10px 20px 10px}}.rosis-creation .rosis-creation-main{display:flex;flex-wrap:wrap;margin-bottom:50px}@media only screen and (max-width:768px){.rosis-creation .rosis-creation-main{display:block}}.rosis-creation .rosis-creation-main .rosis-main-block{flex:1 0 50%;text-align:center}.rosis-creation .rosis-creation-main .rosis-main-block:last-child{padding:0 40px}@media only screen and (max-width:768px){.rosis-creation .rosis-creation-main .rosis-main-block:last-child{padding:0 10px}}.rosis-creation .rosis-creation-main .rosis-main-block img{width:100%}.rosis-creation .rosis-creation-main .rosis-main-block h1{margin-bottom:30px;color:#413F41}@media only screen and (max-width:768px){.rosis-creation .rosis-creation-main .rosis-main-block h1{margin-top:30px}}.rosis-creation .rosis-creation-main .rosis-main-block h1 span{display:block}.rosis-creation .rosis-creation-main .rosis-main-block h1 .rosis-main-block-title{font-size:24px}.rosis-creation .rosis-creation-main .rosis-main-block h1 .rosis-main-block-name{font-size:44px;font-weight:700;margin:10px 0}.rosis-creation .rosis-creation-main .rosis-main-block h2{font-size:24px;margin-bottom:20px;color:#413F41}.rosis-creation .rosis-sub-articles{display:flex;flex-wrap:wrap}@media only screen and (max-width:768px){.rosis-creation .rosis-sub-articles{display:block}}.rosis-creation .rosis-sub-articles .rosis-sub-article{flex:1 0 50%;margin-bottom:50px}.rosis-creation .rosis-sub-articles .rosis-sub-article p.img-desc{font-size:14px}.rosis-creation .rosis-sub-articles .rosis-sub-article p.rosis-ted-img{height:60px;overflow:hidden}.rosis-creation .rosis-sub-articles .rosis-sub-article p.rosis-ted-img img{margin-top:-70px;width:200px}.rosis-creation .rosis-sub-articles .rosis-sub-article p a{color:#060606;text-decoration:underline !important}.rosis-creation .rosis-sub-articles .rosis-sub-article p a:hover{text-decoration:none !important}.rosis-creation .rosis-sub-articles .rosis-sub-article p img{display:block;margin:0 auto;max-width:100%}#newsletter-validate-footer .mage-error{font-size:13px}.page-layout-1column_empty .main-container{margin-top:0 !important}.page-layout-1column_empty .main-container .page.messages{display:none}.cms-home .main-container{font-family:ProximaNovaReg;margin-top:0}@media only screen and (max-width:767px){.cms-home .testimonials-cover{display:block;margin-top:35px}}@media (max-width:520px){.cms-home .testimonials-cover iframe{height:290px !important}}.home section{max-width:1110px;margin:0 auto}.home .sale-settings-slider{max-width:1260px}@media only screen and (max-width:767px){.home .sale-settings-slider{padding-top:0}}.home .sale-settings-slider_top{padding-top:30px}.home h1,.home .h1{font-size:40px;letter-spacing:3px;line-height:51px}.home h1,.home h2,.home h3,.home h4,.home h5,.home .h1,.home .h2,.home .h3,.home .h4,.home .h5{font-family:HaboroContrast-NormBook;color:#413F41}.home h1 a,.home h2 a,.home h3 a,.home h4 a,.home h5 a,.home .h1 a,.home .h2 a,.home .h3 a,.home .h4 a,.home .h5 a{color:inherit;font-size:inherit}.home h1 a:hover,.home h2 a:hover,.home h3 a:hover,.home h4 a:hover,.home h5 a:hover,.home .h1 a:hover,.home .h2 a:hover,.home .h3 a:hover,.home .h4 a:hover,.home .h5 a:hover{text-decoration:none}.home h1,.home .h1{max-width:425px;margin-bottom:20px;font-family:HaboroContrast-NormBook;font-size:32px;letter-spacing:1px;line-height:41px}.home h2,.home .h2{font-size:32px;letter-spacing:1px;line-height:41px;margin-bottom:0}@media only screen and (max-width:1200px){.home h2,.home .h2{font-size:28px;line-height:36px;letter-spacing:0.5px}}.home h3,.home .h3{font-size:28px;letter-spacing:0.5px;line-height:36px}.home h4,.home .h4{font-size:24px;letter-spacing:0.5px;line-height:31px;font-weight:normal}@media only screen and (max-width:1200px){.home h4,.home .h4{font-size:20px;line-height:26px;letter-spacing:1px}}.home h5,.home .h5{font-size:16px;letter-spacing:0.5px;line-height:20px;text-align:center;font-weight:normal;margin-bottom:0}@media only screen and (max-width:1200px){.home h5,.home .h5{font-size:14px;line-height:18px}}.home p{color:#413F41;font-size:18px;letter-spacing:0.5px;line-height:22px}.home span.link{color:#443879;font-size:16px;font-weight:bold;letter-spacing:0.5px;line-height:19px}.home .mobile{display:none}.home a.button{display:flex;justify-content:center;align-items:center;width:232px;height:58px;border-radius:45px;background:#443879;font-size:16px;color:#fff;letter-spacing:2px;font-weight:bold;font-family:ProximaNovaBold;line-height:19px;float:left}@media only screen and (max-width:991px){.home a.button{float:none}}@media only screen and (max-width:767px){.home a.button{font-size:14px;height:45px;width:165px;margin-right:7px}}.home a.button:hover{background:#5D5185}.home a.button:active{background:#7C7593}.home a.button.secondary{border:2px solid #443879;background:transparent;color:#443879;width:321px;float:none}@media only screen and (max-width:767px){.home a.button.secondary{height:58px;font-size:initial}}@media screen and (max-width:374px){.home a.button.secondary{width:280px}}.home a.button.secondary:hover{border:2px solid #5d5185}.home a.button.secondary:active{background:#443879;color:#fff;border:2px solid #443879}.home a.button-diamond{margin-left:10px}@media only screen and (max-width:991px){.home a.button-diamond{margin:10px 0 0}}@media only screen and (max-width:767px){.home a.button-diamond{margin:0 0 0 7px}}.home .trustpilot-main_link{position:absolute;top:0;left:0;right:0;bottom:0;width:100%}.home .trustpilot-main_link:hover{text-decoration:none}.home .home-main-bg{background:url("../../frontend/Rockher/Winter/en_US/default/images/home/tp-mainbg.jpg") no-repeat center center;background-size:cover;padding:120px 0 293px 80px;position:relative}.home .home-main-bg_fullWidth{width:100%;max-width:1140px}.home .home-main-bg_fullWidth .video-bg-wrapper{max-height:513px;overflow:hidden}@media only screen and (max-width:1440px){.home .home-main-bg_fullWidth{padding-top:10px !important}}@media only screen and (max-width:1024px){.home .home-main-bg_fullWidth{padding-top:0 !important}}.home .home-main-bg .image img{max-width:100%;margin:0 auto}@media only screen and (max-width:991px){.home .home-main-bg h1{max-width:295px}}@media only screen and (max-width:1024px){.home .home-main-bg{background-position-x:90%}}@media only screen and (max-width:991px){.home .home-main-bg{padding:80px 0 170px 40px;background-position-x:99%}}@media only screen and (max-width:767px){.home .home-main-bg{background-size:cover;min-height:355px;padding:0;display:flex;justify-content:center}.home .home-main-bg.mobile{display:flex;padding:20px 0 10px;min-height:auto}.home .home-main-bg h1{display:none}}@media only screen and (max-width:767px){.home .home-main-bg a.button{display:none}}.home .home-main-bg a.button.mobile{display:none}@media only screen and (max-width:767px){.home .home-main-bg a.button.mobile{display:flex;justify-content:center;align-items:center}}@media only screen and (max-width:767px){.home .home-main-bg a.button-diamond{font-weight:normal;padding:0 10px 0}}.home .home-main-bg_black-friday{position:relative;background:url("../../frontend/Rockher/Winter/en_US/images/home/img_bg-home-banner_black-friday@2x.png") no-repeat center center;background-size:cover;padding:120px 0 0 65px;height:519px}@media only screen and (max-width:1024px){.home .home-main-bg_black-friday{background-position-x:90%;padding-top:50px;padding-left:50px}}@media only screen and (max-width:991px){.home .home-main-bg_black-friday{background:url("../../frontend/Rockher/Winter/en_US/images/home/img_bg-tablet-banner_black-friday@2x.png") no-repeat center center;background-size:cover;padding-top:75px}}@media only screen and (max-width:767px){.home .home-main-bg_black-friday{background:url("../../frontend/Rockher/Winter/en_US/images/home/img_bg-mobile-banner_black-friday@2x.png") no-repeat center center;background-size:cover;flex-direction:column;justify-content:flex-start;align-items:center;padding:30px 30px 10px}}.home .home-main-bg_black-friday .subtitle{font-family:'ProximaNovaSbold';font-size:24px;color:#ffffff;text-transform:uppercase;margin-bottom:25px;letter-spacing:2.5px}@media only screen and (max-width:991px){.home .home-main-bg_black-friday .subtitle{margin-bottom:20px}}@media only screen and (max-width:767px){.home .home-main-bg_black-friday .subtitle{text-align:center;line-height:1.25;margin-bottom:25px}}.home .home-main-bg_black-friday .bf-title{margin-bottom:50px}.home .home-main-bg_black-friday .bf-title__40p-off{margin-bottom:35px}.home .home-main-bg_black-friday .bf-title__40p-off img{width:365px;height:57px}@media only screen and (max-width:991px){.home .home-main-bg_black-friday .bf-title__40p-off img{width:285px;height:45px}}@media only screen and (max-width:767px){.home .home-main-bg_black-friday .bf-title__40p-off img{width:255px;height:40px}}@media only screen and (max-width:991px){.home .home-main-bg_black-friday .bf-title__40p-off{margin-bottom:22px}}@media only screen and (max-width:767px){.home .home-main-bg_black-friday .bf-title__40p-off{margin-left:auto;margin-right:auto}}.home .home-main-bg_black-friday .bf-title__all img{width:370px;height:34px}@media only screen and (max-width:991px){.home .home-main-bg_black-friday .bf-title__all img{width:290px;height:26px}}@media only screen and (max-width:767px){.home .home-main-bg_black-friday .bf-title__all img{width:257px;height:23px}}@media only screen and (max-width:767px){.home .home-main-bg_black-friday .bf-title__all{margin-left:auto;margin-right:auto}}@media only screen and (max-width:991px){.home .home-main-bg_black-friday .bf-title{margin-bottom:35px}}.home .home-main-bg_black-friday h1{color:#ebcb77;font-size:50px;margin-bottom:40px;letter-spacing:2px;line-height:1}.home .home-main-bg_black-friday h1 span{display:block;font-size:80px;letter-spacing:5px;line-height:1.25}@media only screen and (max-width:1024px){.home .home-main-bg_black-friday .buttons-box{display:flex;flex-direction:column}.home .home-main-bg_black-friday .buttons-box a.button{margin:0;margin-bottom:10px}}@media only screen and (max-width:767px){.home .home-main-bg_black-friday .buttons-box{flex-direction:row;position:absolute;bottom:0;left:0;right:0;padding-left:10px;padding-right:10px;justify-content:center}.home .home-main-bg_black-friday .buttons-box a.button{display:inherit;padding:0;line-height:1;letter-spacing:1.5px;margin:0 7px 15px}}.home .home-main-bg_black-friday a.button{color:#000000;font-family:'ProximaNovaSbold';letter-spacing:2px;background:linear-gradient(270deg, #d0a649 0%, #ffe5a3 72.5%, #e5c268 100%)}.home .home-main-bg.mobile{background:none}.home .home-main-bg a.trustpilot-main_link{top:20px;z-index:2;background-color:rgba(65,63,65,0.3)}@media only screen and (max-width:991px){.home .home-main-bg a.trustpilot-main_link{top:0}}@media only screen and (max-width:767px){.home .home-main-bg a.trustpilot-main_link{background-color:transparent;z-index:0}}@media (max-width:480px){.home .home-main-bg a.trustpilot-main_link{background-color:rgba(65,63,65,0.3)}}@media only screen and (max-width:1440px){.home .home-main-bg_fullWidth a.trustpilot-main_link{top:10px}}@media only screen and (max-width:1024px){.home .home-main-bg_fullWidth a.trustpilot-main_link{top:0}}@media only screen and (max-width:991px){.home .home-main-bg_fullWidth a.trustpilot-main_link{display:none}}.home .christmas-banner{background:url("../../frontend/Rockher/Winter/en_US/images/home/XmasHeroDesktop@2x.jpg") no-repeat center center;background-size:cover;padding:170px 0 207px 80px}@media only screen and (max-width:991px){.home .christmas-banner{background:url("../../frontend/Rockher/Winter/en_US/images/home/XmasHeroTablet@2x.jpg") no-repeat center center;background-size:cover;padding:108px 0 173px 40px}}@media only screen and (max-width:767px){.home .christmas-banner{background:url("../../frontend/Rockher/Winter/en_US/images/home/miles.and-mobile2@x.jpg") no-repeat center center;background-size:cover;flex-direction:column;padding:300px 0 20px 0}}.home .christmas-banner_with-video{padding:20px 0 0;background:none;margin-top:30px}@media only screen and (max-width:991px){.home .christmas-banner_with-video{background:none;padding:0;min-height:300px}}@media only screen and (max-width:767px){.home .christmas-banner_with-video{background:none;padding:0;min-height:190px;margin-bottom:0;margin-top:0}}.home .christmas-banner_with-video video{max-width:100%;display:block;margin:0 auto;width:100%}.home .christmas-banner_with-video video.show-tablet,.home .christmas-banner_with-video video.show-mobile{display:none}@media only screen and (max-width:1440px){.home .christmas-banner_with-video video{min-height:inherit}}@media only screen and (max-width:767px){.home .christmas-banner_with-video video{width:100%;max-width:480px;object-fit:cover}}.home .christmas-banner_with-video .christmas-banner_text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media only screen and (max-width:991px){.home .christmas-banner_with-video .christmas-banner_text{width:100%;max-width:480px}}.home .christmas-banner_with-video .christmas-banner_text p{font-size:18px;color:#ffffff}.home .christmas-banner_with-video .christmas-banner_text .holiday-advert_text{margin-bottom:13px}.home .christmas-banner_with-video .christmas-banner_text .discount-main_text{color:#ffffff;font-size:40px;text-transform:none}.home .christmas-banner_with-video .christmas-banner_text .christmas-add_text{max-width:345px;letter-spacing:0.5px;line-height:22px;font-family:ProximaNovaLight;margin-bottom:30px}.home .christmas-banner_with-video .christmas-banner_text .mobile-buttons{display:flex;flex-direction:row}@media only screen and (max-width:991px){.home .christmas-banner_with-video .christmas-banner_text .mobile-buttons a{margin:0 5px}.home .christmas-banner_with-video .christmas-banner_text .mobile-buttons a.button-diamond{margin-top:0}}.home .christmas-banner .trustpilot-section-wrap{position:relative;max-width:1140px}.home .christmas-banner .trustpilot-section{position:absolute;width:400px;height:45px;bottom:-85px;left:50%;transform:translate(-50%, 0);background:transparent;display:flex;align-items:center;justify-content:space-between;z-index:5}.home .christmas-banner .trustpilot-section:hover{text-decoration:none}@media only screen and (max-width:991px){.home .christmas-banner .trustpilot-section{width:350px}}@media only screen and (max-width:767px){.home .christmas-banner .trustpilot-section{width:325px}}.home .christmas-banner .trustpilot-section .rate-text{font-family:ProximaNovaSbold;font-size:24px;text-align:center;line-height:1.2;color:#191919}@media only screen and (max-width:767px){.home .christmas-banner .trustpilot-section .rate-text{font-size:20px}}.home .christmas-banner .trustpilot-section .five-stars_rate{width:121px}.home .christmas-banner .trustpilot-section .trustpilot-rate_text{font-size:16px;letter-spacing:0.5px;line-height:18px;color:#413f41;font-family:"Helvetica"}.home .christmas-banner .trustpilot-section .trustpilot-clear_logo{width:100px}@media only screen and (max-width:767px){.home .christmas-banner .main-banner_text{display:none}}.home .main-banner_text{max-width:485px;text-align:center}@media only screen and (max-width:991px){.home .main-banner_text{max-width:245px}}@media only screen and (max-width:767px){.home .main-banner_text{max-width:350px;width:100%;margin:0 auto}}.home .main-banner_text h1{max-width:100%;margin-bottom:10px;font-size:40px;letter-spacing:2px;line-height:51px;text-transform:none}@media only screen and (max-width:767px){.home .main-banner_text h1{display:block}}.home .main-banner_text .propose-text{margin-bottom:30px}@media only screen and (max-width:767px){.home .main-banner_text .propose-text{margin-bottom:15px}}.home .christmas-banner_text .holiday-advert_text{margin-bottom:20px;font-size:32px}@media only screen and (max-width:991px){.home .christmas-banner_text .holiday-advert_text{font-size:18px;margin-bottom:10px}}.home .christmas-banner_text .discount-main_text{color:#413F41;font-size:62px;margin-bottom:10px;letter-spacing:2px;line-height:51px;max-width:100%;text-transform:none}@media only screen and (max-width:991px){.home .christmas-banner_text .discount-main_text{font-size:40px}}.home .christmas-banner_text .christmas-add_text{max-width:410px;margin:0 auto 20px;font-size:32px;line-height:32px}@media only screen and (max-width:991px){.home .christmas-banner_text .christmas-add_text{font-size:18px;max-width:320px;line-height:22px}}@media only screen and (max-width:767px){.home .christmas-banner_text .christmas-add_text{max-width:340px}}@media only screen and (max-width:767px){.home .mobile-buttons{display:flex;justify-content:space-evenly;align-items:center;max-width:350px;margin:auto}.home .mobile-buttons .button{display:flex}}.home .home-main_christmas-mobile{display:none}@media only screen and (max-width:767px){.home .home-main_christmas-mobile{display:block}}@media only screen and (max-width:767px){.home .home-main_christmas-mobile .main-banner_text{margin-top:25px}}@media only screen and (max-width:767px){.home .home-main_christmas-mobile .button{font-weight:normal}}.home .home-main_christmas-mobile .trustpilot-section{width:325px;height:45px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;z-index:5}.home .home-main_christmas-mobile .trustpilot-section:hover{text-decoration:none}.home .home-main_christmas-mobile .trustpilot-section .rate-text{font-family:ProximaNovaSbold;font-size:20px;text-align:center;line-height:1.2;color:#191919}.home .home-main_christmas-mobile .trustpilot-section .five-stars_rate{width:121px}.home .home-main_christmas-mobile .trustpilot-section .trustpilot-rate_text{font-size:16px;letter-spacing:0.5px;line-height:18px;color:#413f41;font-family:"Helvetica"}.home .home-main_christmas-mobile .trustpilot-section .trustpilot-clear_logo{width:100px}.home .mobile-trustpilot_block{display:none}@media only screen and (max-width:767px){.home .mobile-trustpilot_block{display:block}}.home .mobile-trustpilot_block .testimonials-cover{display:block;margin-top:0}@media only screen and (max-width:767px){.home .mobile-trustpilot_block .testimonials-cover .trustpilot-widget{margin:35px 0 25px}}@media only screen and (max-width:767px){.home .mobile-trustpilot_block .testimonials-cover .trustpilot-widget iframe{margin:auto}}@media (max-width:520px){.home .mobile-trustpilot_block .testimonials-cover .trustpilot-widget iframe{height:24px !important}}.home .holiday-sale_section{width:100%}.home .holiday-sale_section .holiday-sale_cover{width:100%;text-align:center;margin:55px 0 25px}@media only screen and (max-width:767px){.home .holiday-sale_section .holiday-sale_cover{margin:0 0 20px}}.home .holiday-sale_section .holiday-main_text{color:#992937;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px}.home .holiday-sale_section .see-all_link{display:block;color:#443879;font-weight:bold;letter-spacing:0.5px;line-height:22px;font-size:18px}.home .holiday-banner_section{width:100%;max-width:1140px}.home .holiday-banner_section .holiday-banner_cover{width:100%;display:flex;align-items:center;justify-content:space-evenly;padding:25px 0 25px;background:linear-gradient(225deg, #992937 0%, #d86473 48.43%, #992937 100%)}@media only screen and (max-width:767px){.home .holiday-banner_section .holiday-banner_cover{flex-direction:column;padding:10px 0 10px;margin-bottom:45px}}.home .holiday-banner_section .holiday-banner_cover .holiday-sale_item:nth-child(2){padding-left:60px;padding-right:60px}@media only screen and (max-width:1024px){.home .holiday-banner_section .holiday-banner_cover .holiday-sale_item:nth-child(2){padding-left:40px;padding-right:40px}}@media only screen and (max-width:991px){.home .holiday-banner_section .holiday-banner_cover .holiday-sale_item:nth-child(2){padding:10px}}@media only screen and (max-width:767px){.home .holiday-banner_section .holiday-banner_cover .holiday-sale_item:nth-child(2){padding-left:0;padding-right:0}}.home .holiday-banner_section .holiday-sale_link{display:flex}.home .holiday-banner_section .holiday-sale_link:hover{text-decoration:none}.home .holiday-banner_section .holiday-sale_item{padding:10px 45px 10px 35px;min-height:100px}.home .holiday-banner_section .holiday-sale_item:not(:last-child){border-right:2px solid #e8e8e8}@media only screen and (max-width:767px){.home .holiday-banner_section .holiday-sale_item:not(:last-child){border-right:none;border-bottom:1px solid #e8e8e8}}@media only screen and (max-width:1024px){.home .holiday-banner_section .holiday-sale_item{padding-right:15px}}@media only screen and (max-width:991px){.home .holiday-banner_section .holiday-sale_item{padding:10px}}@media only screen and (max-width:767px){.home .holiday-banner_section .holiday-sale_item{max-width:320px;width:100%;min-height:145px;display:flex;align-items:center;padding-left:0;padding-right:0}}.home .holiday-banner_section .sale-product_img{margin-right:30px}@media only screen and (max-width:991px){.home .holiday-banner_section .sale-product_img{margin-right:15px}}@media only screen and (max-width:767px){.home .holiday-banner_section .sale-product_img{margin-right:25px}}.home .holiday-banner_section .sale-item_text-cover{max-width:210px}.home .holiday-banner_section .sale-item_text-cover .sale-item_main-text{color:#FFFFFF;font-size:32px;letter-spacing:1px;line-height:41px;margin-bottom:0}@media only screen and (max-width:991px){.home .holiday-banner_section .sale-item_text-cover .sale-item_main-text{font-size:26px}}@media only screen and (max-width:767px){.home .holiday-banner_section .sale-item_text-cover .sale-item_main-text{font-size:32px}}.home .holiday-banner_section .sale-item_text-cover .sale-item_add-text{color:#FFFFFF;font-family:HaboroContrast-NormBook;font-size:16px;letter-spacing:0.5px;line-height:20px;text-transform:uppercase}.home .home-rosi-block{background-repeat:no-repeat;background-position:right -110px center;display:flex;justify-content:flex-start;padding:85px 15px 80px}@media only screen and (max-width:991px){.home .home-rosi-block{padding:55px 0 50px;background-position:right -70px top 30px;max-width:750px;padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.home .home-rosi-block{padding:0;background-repeat:no-repeat;background-position:left center}}.home .home-rosi-block article{max-width:500px}.home .home-rosi-block article .watch-rosi,.home .home-rosi-block article .rosi-logo{display:flex;align-items:center}@media only screen and (max-width:1200px){.home .home-rosi-block article{max-width:460px}}@media only screen and (max-width:991px){.home .home-rosi-block article{max-width:385px;padding-right:40px;padding-right:0}}.home .home-rosi-block article .video-links{position:relative;text-align:left;margin-top:20px;padding-left:15px}@media only screen and (max-width:991px){.home .home-rosi-block article .video-links{padding-left:0}}@media only screen and (max-width:767px){.home .home-rosi-block article .video-links{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}}.home .home-rosi-block article .video-links__link{position:relative;display:inline-block;margin-bottom:30px;padding-left:28px}.home .home-rosi-block article .video-links__link:not(:last-child){margin-right:45px}@media only screen and (max-width:1024px){.home .home-rosi-block article .video-links__link:not(:last-child){margin-right:25px}}@media only screen and (max-width:767px){.home .home-rosi-block article .video-links__link:not(:last-child){margin-right:0}}.home .home-rosi-block article .video-links__link:before{content:'';position:absolute;display:inline-block;top:0;left:0;width:20px;height:20px;background-image:url(../../frontend/Rockher/Winter/en_US/images/play-circle-solid.svg);background-repeat:no-repeat;cursor:pointer}.home .home-rosi-block article .video-links__link:hover{cursor:pointer}.home .home-rosi-block article .video-links__link:active{color:#7C7593}@media only screen and (max-width:767px){.home .home-rosi-block article .video-links__link{margin:0 0 20px}}.home .home-rosi-block article .video-links i.ibm-icon{display:block;content:'';width:121px;height:36px;background-repeat:no-repeat;background-position-x:-5px;background-position-y:-513px;margin-top:10px}@media only screen and (max-width:767px){.home .home-rosi-block article .video-links i.ibm-icon{margin:10px auto 0}}.home .home-rosi-block article .rosi-logo h2{display:flex}.home .home-rosi-block article .rosi-logo h2 i.icon{content:'';width:36px;height:36px;margin-right:10px;background-repeat:no-repeat;background-position-x:-301px;background-position-y:-270px;display:inline-block}.home .home-rosi-block article img.rosi-watch-logo{max-width:52px;margin:0 10px 0 0;display:inline-block}.home .home-rosi-block article p{margin:16px 0 26px}@media only screen and (max-width:767px){.home .home-rosi-block article p{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.home .home-rosi-block article{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;margin:0 auto}}@media only screen and (max-width:767px){.home .home-rosi-block.desktop{padding:35px 0 60px;background:none !important}}.home .home-rosi-block.mobile{display:none;height:330px;padding:0;background-size:cover}@media only screen and (max-width:767px){.home .home-rosi-block.mobile{display:block}}.home .engagement-rings{display:flex;justify-content:space-between;padding:90px 0}@media only screen and (max-width:991px){.home .engagement-rings{padding:50px 40px 45px}}@media only screen and (max-width:767px){.home .engagement-rings{flex-direction:column}}.home .engagement-rings article{display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:767px){.home .engagement-rings article{margin-bottom:40px}}.home .engagement-rings article img{max-width:350px}@media only screen and (max-width:991px){.home .engagement-rings article img{max-width:217px;height:240px}}@media only screen and (max-width:767px){.home .engagement-rings article img{max-width:350px;height:auto}}.home .engagement-rings article h4{max-width:265px;text-align:center;margin-top:15px}.home .diamond-shapes{position:relative;margin-top:60px}@media only screen and (max-width:991px){.home .diamond-shapes{margin-top:0}}.home .diamond-shapes h3{text-align:center;margin:0}@media only screen and (max-width:767px){.home .diamond-shapes h3{max-width:250px;margin:0 auto}}.home .diamond-shapes article{display:flex;justify-content:space-between;margin:50px 0}@media only screen and (max-width:1200px){.home .diamond-shapes article{justify-content:space-around}}@media only screen and (max-width:991px){.home .diamond-shapes article{margin-bottom:10px;padding:0 20px}}.home .diamond-shapes article a{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;max-width:100px;min-width:100px;margin:5px;padding:10px;border-radius:10px}@media only screen and (max-width:1200px){.home .diamond-shapes article a{max-width:61px;min-width:30px}}@media only screen and (max-width:767px){.home .diamond-shapes article a{max-width:91px}}.home .diamond-shapes article a:hover{box-shadow:0px 0px 10px 5px rgba(0,0,0,0.1)}.home .diamond-shapes article a:hover .shape-image-hover{display:block}.home .diamond-shapes article a:hover .shape-image{display:none}.home .diamond-shapes article a .shape-images{width:61px;max-width:60px;height:60px;background-size:auto;background-repeat:no-repeat;background-position:top center}.home .diamond-shapes article a img{height:61px;width:61px}@media only screen and (max-width:1200px){.home .diamond-shapes article a img{max-width:38px;height:37.62px}}@media only screen and (max-width:991px){.home .diamond-shapes article a img{max-width:38px;height:37.62px}}@media only screen and (max-width:767px){.home .diamond-shapes article a img{max-width:60px;height:60px}}.home .diamond-shapes article a img.shape-image-hover{display:none}.home .diamond-shapes article a span{margin-top:20px;font-size:16px;letter-spacing:0.5px;line-height:19px;text-align:center}@media only screen and (max-width:991px){.home .diamond-shapes article a span{font-size:14px;line-height:17px;letter-spacing:0.44px}}@media only screen and (max-width:767px){.home .diamond-shapes article{margin:30px 0;padding:0 25px}}.home .diamond-shapes .testimonials-slider-buttons.diamonds{display:none}@media only screen and (max-width:1200px){.home .diamond-shapes .testimonials-slider-buttons.diamonds{display:none}}@media only screen and (max-width:1440px){.home .diamond-shapes .testimonials-slider-buttons.diamonds{display:none}}@media only screen and (max-width:991px){.home .diamond-shapes .testimonials-slider-buttons.diamonds{display:flex;width:100%;left:0;top:55%;justify-content:space-between}}@media only screen and (max-width:767px){.home .diamond-shapes .testimonials-slider-buttons.diamonds{display:flex;width:100px;margin:30px auto 35px}}.home .diamond-shapes .owl-item{display:flex;justify-content:center}.home .contact-us{padding:180px 0 125px;background-repeat:no-repeat;background-position:center center;background-size:cover}.home .contact-us article{max-width:435px;margin-left:65px}@media only screen and (max-width:767px){.home .contact-us article{margin:0 auto}}.home .contact-us article h3{margin:0}@media only screen and (max-width:767px){.home .contact-us article h3{max-width:200px;margin:0 auto;text-align:center}}.home .contact-us article p{margin:25px 0 35px}@media only screen and (max-width:991px){.home .contact-us article p{width:335px}}@media only screen and (max-width:767px){.home .contact-us article p{margin:25px auto 35px;text-align:center}}@media screen and (max-width:374px){.home .contact-us article p{width:280px}}@media only screen and (max-width:767px){.home .contact-us article a{margin:auto}}@media only screen and (max-width:767px){.home .contact-us.mobile{display:block;height:500px;background-position:80% center;background-size:auto}}@media only screen and (max-width:991px){.home .contact-us{padding:110px 0 75px;background-position-x:left}}@media only screen and (max-width:767px){.home .contact-us{padding:30px 0 25px}.home .contact-us.desktop{background:none !important}}.home .contact-us .contact-us_call-link{color:#413F41;font-size:20px;letter-spacing:0.5px;line-height:22px;margin-bottom:15px;width:100%;display:block;max-width:320px;text-align:center}.home section.video{position:relative;margin-top:35px;margin-bottom:35px}.home section.video video{display:block;width:100%}@media only screen and (max-width:767px){.home section.video video.made_just_for_you.mobile{display:block}}@media only screen and (max-width:991px){.home section.video video{width:100%}}.home section.video .content{position:absolute;background:rgba(0,0,0,0.4);top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.home section.video .content h3{margin-bottom:15px;color:#fff}.home section.video .content span{font-size:16px;letter-spacing:0.5px;line-height:19px;color:#fff}.home section.video .content a.link{font-size:16px;letter-spacing:0.5px;line-height:19px;color:#fff;font-weight:bold;text-decoration:underline}@media only screen and (max-width:767px){.home section.video .content a.link{display:block;text-align:center}}@media only screen and (max-width:767px){.home section.video .content{bottom:0;height:100%}}.home section.instagram{max-width:none;background:#f9f9f9;padding:70px 0 100px;margin:50px 0}@media only screen and (max-width:1200px){.home section.instagram{padding:70px 40px 100px}}@media only screen and (max-width:991px){.home section.instagram{margin:30px 0;padding:45px 0 50px}}.home section.instagram article{max-width:1145px;margin:0 auto;text-align:center}.home section.instagram article h3{margin:0;text-transform:none;color:#443879}.home section.instagram article p{margin:8px auto}@media only screen and (max-width:767px){.home section.instagram article p{margin:8px auto 15px;max-width:280px}}.home section.instagram article .gallery{padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap}@media only screen and (max-width:991px){.home section.instagram article .gallery{margin-top:20px;padding:0 30px;justify-content:center}}@media only screen and (max-width:767px){.home section.instagram article .gallery{padding:0 5px}}.home section.instagram article .gallery__link{position:relative;background:rgba(255,255,255,0);transition:background-color 1s}.home section.instagram article .gallery__link:hover{background:rgba(255,255,255,0.5);text-decoration:none}.home section.instagram article .gallery__link:before{position:absolute;top:0;right:0;bottom:0;left:0;background-color:inherit;content:' '}@media only screen and (max-width:991px){.home section.instagram article .gallery__link{margin:8px}.home section.instagram article .gallery__link:nth-child(5){display:none}}@media only screen and (max-width:767px){.home section.instagram article .gallery__link{margin:7px}.home section.instagram article .gallery__link:hover{background:rgba(255,255,255,0)}}.home section.instagram article .gallery__link .insta-likes{width:100%;color:#413F41;font-family:ProximaNovaReg;font-size:16px;letter-spacing:0.5px;line-height:19px;margin-top:5px;padding-left:25px;display:inline-block;text-align:left;position:relative}.home section.instagram article .gallery__link .insta-likes:before{content:url("../../frontend/Rockher/Winter/en_US/images/home/InstagramLike@2x.svg");position:absolute;width:19px;height:18px;left:2px;top:2px}.home section.instagram article .gallery img{width:220px;height:220px}@media only screen and (max-width:1024px){.home section.instagram article .gallery img{width:180px;height:180px}}@media only screen and (max-width:991px){.home section.instagram article .gallery img{width:165px;height:165px}}@media only screen and (max-width:767px){.home section.instagram article .gallery img{width:160px;height:160px}}@media screen and (max-width:360px){.home section.instagram article .gallery img{width:145px;height:145px}}.home section.instagram article .rockherjewelry{margin-bottom:16px;display:flex;align-items:center;justify-content:center}.home section.instagram article .rockherjewelry i{font-size:24px;margin-right:9px}.home section.instagram article .rockherjewelry a{position:relative;padding-left:30px}.home section.instagram article .rockherjewelry a i.icon{content:'';width:24px;height:25px;position:absolute;left:0;top:-2px;background-repeat:no-repeat;background-size:108px auto;background-position-x:-53px;background-position-y:-194px}.home section.instagram article .rockherjewelry a:hover{text-decoration:none}.home section.instagram .testimonial-section{max-width:1400px;background:#fff}@media only screen and (max-width:767px){.home section.instagram .home-rosi-block.mobile{display:block;padding:0}.home section.instagram .mobile{display:block;padding:0}.home section.instagram .desktop{background:none}}.home .modal-dialog{height:576px;width:950px;margin-top:7%}@media only screen and (max-width:1200px){.home .modal-dialog{margin-top:10%}}@media only screen and (max-width:1024px){.home .modal-dialog{margin-top:15%}}@media only screen and (max-width:991px){.home .modal-dialog{width:100%;margin-top:10%}}@media only screen and (max-width:767px){.home .modal-dialog{margin:10% 0 0}}.home .modal-dialog .modal-content{height:100%}.home .modal-dialog .modal-body{height:100%}.home .modal-dialog .modal-header{padding:35px 15px 0;margin-bottom:0}.home .brand-promo-text{display:none;max-width:700px;margin:30px auto;padding-left:15px;padding-right:15px;font-family:ProximaNovaReg;font-size:18px;line-height:1.25;color:#413f41;text-align:center}@media only screen and (max-width:991px){.home .brand-promo-text{margin-top:0;margin-bottom:35px}}@media only screen and (max-width:767px){.home .brand-promo-text{font-size:22px;line-height:1.25;padding-left:20px;padding-right:20px}}.home .trustpilot-widget-container{position:relative;margin:0 auto;max-width:100%;padding:50px 0;background-color:#f9f9f9}.home .tp-widget{position:relative;color:#413f41;max-width:1260px;margin:0 auto}.cms-index-index .testimonial-section{background:#fff}.cms-index-index .regular-price{font-family:HaboroContrast-NormBook;font-size:20px;margin-top:10px;display:block}section.rockher-promise{width:100%;background-repeat:no-repeat;background-position:center center;background-size:cover;padding:50px 0;max-width:none}@media only screen and (max-width:767px){section.rockher-promise h5{font-size:16px}}section.rockher-promise h3,section.rockher-promise .h3{margin-bottom:40px;text-align:center}@media only screen and (max-width:767px){section.rockher-promise h3,section.rockher-promise .h3{max-width:225px;margin:0 auto 40px}}section.rockher-promise .h3 h1{display:inline;font-size:inherit}section.rockher-promise article{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between}@media only screen and (max-width:991px){section.rockher-promise article{justify-content:space-around}}@media only screen and (max-width:767px){section.rockher-promise article{flex-wrap:wrap}}section.rockher-promise article div{max-width:200px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (max-width:991px){section.rockher-promise article div{max-width:135px}}@media only screen and (max-width:767px){section.rockher-promise article div{max-width:155px}}@media only screen and (max-width:991px){section.rockher-promise article div:last-child{position:relative}}@media only screen and (max-width:991px){section.rockher-promise article div:last-child a{position:absolute;bottom:0}}@media only screen and (max-width:991px){section.rockher-promise article div:last-child img{margin-bottom:27px}}@media only screen and (max-width:767px){section.rockher-promise article div:nth-child(3),section.rockher-promise article div:nth-child(4){margin-top:56px}}section.rockher-promise article img{margin:20px 0 15px}.instagram{max-width:none;background:#f9f9f9;padding:70px 0 100px;margin:50px 0}@media only screen and (max-width:1200px){.instagram{padding:70px 40px 100px}}@media only screen and (max-width:991px){.instagram{margin:30px 0;padding:45px 0 50px}}.instagram article{max-width:1110px;margin:0 auto;text-align:center}.instagram article h3{margin:0}.instagram article p{margin:8px auto}@media only screen and (max-width:767px){.instagram article p{margin:8px auto 15px;max-width:280px}}.instagram article .gallery{padding-top:30px;display:flex;justify-content:space-between;flex-wrap:wrap}@media only screen and (max-width:1200px){.instagram article .gallery img{width:300px;height:300px}}.instagram article .gallery img:nth-child(4),.instagram article .gallery img:nth-child(5),.instagram article .gallery img:nth-child(6){margin-top:30px}@media only screen and (max-width:767px){.instagram article .gallery img:nth-child(3),.instagram article .gallery img:nth-child(5){margin-top:15px}.instagram article .gallery img:nth-child(4),.instagram article .gallery img:nth-child(6){display:none}}@media only screen and (max-width:991px){.instagram article .gallery{margin-top:20px;padding:0 40px}}@media only screen and (max-width:767px){.instagram article .gallery{padding:0 30px;justify-content:space-around}}@media only screen and (max-width:991px){.instagram article .gallery img{width:217px;height:217px}}@media only screen and (max-width:767px){.instagram article .gallery img{width:145px;height:145px}}.instagram article .rockherjewelry{margin-bottom:16px;display:flex;align-items:center;justify-content:center}.instagram article .rockherjewelry i{font-size:24px;margin-right:9px}.show-effect{opacity:0}section.press-block{display:flex;justify-content:space-between;align-items:center;max-width:1280px;margin:10px auto 30px}@media only screen and (max-width:1200px){section.press-block{justify-content:space-around}}@media only screen and (max-width:1024px){section.press-block{flex-wrap:wrap}}section.press-block span{max-width:130px}section.press-block span.style-me-pretty{max-width:160px}section.press-block span.trustpilot img{width:100%;margin:0 auto}@media only screen and (max-width:991px){section.press-block span.trustpilot img{width:75%}}section.press-block span img{max-width:130px}@media only screen and (max-width:991px){section.press-block span img{margin:auto;width:100%}}section.press-block span.style-me-pretty{max-width:160px}section.press-block span.style-me-pretty img{max-width:160px}section.press-block span .press-image{max-width:110px}@media only screen and (max-width:767px){section.press-block span .press-image{max-width:70px}}section.press-block span.whoWhatWear,section.press-block span .whoWhatWear{max-width:210px}@media only screen and (max-width:767px){section.press-block span.whoWhatWear,section.press-block span .whoWhatWear{max-width:130px}}@media only screen and (max-width:1024px){section.press-block span{width:25%;max-width:inherit !important}section.press-block span img{margin:0 auto}}@media only screen and (max-width:991px){section.press-block span{max-width:85px}}@media only screen and (max-width:767px){section.press-block span{max-width:120px}section.press-block span:nth-child(5),section.press-block span:nth-child(6),section.press-block span:nth-child(7){margin-top:20px}section.press-block span:nth-child(4){max-width:90px}section.press-block span:nth-child(5){max-width:80px}section.press-block span:nth-child(6),section.press-block span:nth-child(7){max-width:60px}section.press-block span img{max-width:100%}}@media only screen and (max-width:767px) and only screen and (max-width:767px){section.press-block span:nth-child(4){margin-top:20px}}@media screen and (max-width:374px){section.press-block span{max-width:80px}section.press-block span:nth-child(4){max-width:75px}section.press-block span:nth-child(5){max-width:75px}}@media only screen and (max-width:991px){section.press-block{padding:0 15px}}@media only screen and (max-width:767px){section.press-block{margin:0 auto 25px;flex-wrap:wrap;justify-content:space-around}}.mobile-press-block{position:relative;background-color:#F9F9F9;padding:35px 15px 20px;color:#413F41}.press-items{position:relative;height:225px;overflow:hidden}.press-items.owl-carousel{height:auto;overflow:visible;margin:0;padding:0}.press-items.owl-carousel .owl-item{height:auto !important}.press-items .owl-controls{position:relative}@media (max-width:736px){.press-items .owl-controls{margin-bottom:0;margin-top:0}}.press-items .owl-controls .owl-buttons div.owl-prev,.press-items .owl-controls .owl-buttons div.owl-next{position:relative;top:auto;background-position:center}@media (max-width:736px){.press-items .owl-controls .owl-buttons div.owl-prev,.press-items .owl-controls .owl-buttons div.owl-next{display:inline-block}}.press-items .owl-controls .owl-buttons div.owl-prev{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-left_sm.svg)}.press-items .owl-controls .owl-buttons div.owl-next{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-right_sm.svg)}.press-items .press-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:300px;min-height:220px;margin:0 auto 20px;background:#ffffff;box-shadow:2px 2px 6px 0 rgba(0,0,0,0.2)}.press-items .press-item .img{display:flex;align-items:center;justify-content:center;width:175px;margin:0 auto 15px}.press-items .press-item .img img{max-width:100%;height:auto;width:auto}.press-items .press-item .img img.smp{width:160px}.press-items .press-item .img img.gws{width:74px}.press-items .press-item .img img.lc{width:130px}.press-items .press-item .img img.smed{width:131px}.press-items .press-item .descr{max-width:220px;margin:0 auto;font-size:14px;letter-spacing:0.4px;line-height:1.25}.valentine-day_event .main-valentine_head-text{color:#B3173B;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;text-align:center;display:block;margin:0 auto 30px}.valentine-day_event .main-valentine_head-text:hover{cursor:pointer;text-decoration:none}@media only screen and (max-width:767px){.valentine-day_event .main-valentine_head-text{font-size:20px;margin-bottom:10px}}.valentine-day_event .valentine-day_cover{width:100%;display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:767px){.valentine-day_event .valentine-day_cover{flex-direction:column;max-width:345px;margin:auto}}@media screen and (max-width:360px){.valentine-day_event .valentine-day_cover{max-width:300px}}.valentine-day_event .valentine-day_item{position:relative;width:100%;max-width:540px;background:url(../../frontend/Rockher/Winter/en_US/images/home/VDaySale1-D@2x.png) no-repeat center center;background-size:cover}@media only screen and (max-width:1024px){.valentine-day_event .valentine-day_item{max-width:505px}}@media only screen and (max-width:767px){.valentine-day_event .valentine-day_item{background:url(../../frontend/Rockher/Winter/en_US/images/home/VDaySale1-M@2x.png) no-repeat center center;background-size:cover;height:140px;margin-bottom:90px}}.valentine-day_event .second-valentine_item{background:url(../../frontend/Rockher/Winter/en_US/images/home/VDaySale2-D@2x.png) no-repeat center center;background-size:cover}@media only screen and (max-width:767px){.valentine-day_event .second-valentine_item{background:url(../../frontend/Rockher/Winter/en_US/images/home/VDaySale2-M@2x.png) no-repeat center center;background-size:cover}}.valentine-day_event .second-valentine_item .valentine-text_cover{padding-bottom:65px}@media only screen and (max-width:991px){.valentine-day_event .second-valentine_item .valentine-text_cover .valentine-main_text,.valentine-day_event .second-valentine_item .valentine-text_cover .valentine-add_text,.valentine-day_event .second-valentine_item .valentine-text_cover .shop-link_text{color:#ffffff}}@media only screen and (max-width:767px){.valentine-day_event .second-valentine_item .valentine-text_cover .valentine-main_text,.valentine-day_event .second-valentine_item .valentine-text_cover .valentine-add_text,.valentine-day_event .second-valentine_item .valentine-text_cover .shop-link_text{color:initial}}.valentine-day_event .second-valentine_item .valentine-day_shop-link .instagram-bubble{left:84px;top:45px}@media only screen and (max-width:1024px){.valentine-day_event .second-valentine_item .valentine-day_shop-link .instagram-bubble{left:67px}}@media only screen and (max-width:991px){.valentine-day_event .second-valentine_item .valentine-day_shop-link .instagram-bubble{left:7px}}@media only screen and (max-width:767px){.valentine-day_event .second-valentine_item .valentine-day_shop-link .instagram-bubble{left:auto;right:20px;top:53px}}.valentine-day_event .valentine-day_shop-link{cursor:pointer;width:100%;height:auto;display:block;overflow:hidden}.valentine-day_event .valentine-day_shop-link:hover{text-decoration:none}.valentine-day_event .valentine-day_shop-link .instagram-bubble{position:absolute;width:72px;height:53px;left:113px;top:65px;text-align:center;padding-top:8px;padding-left:13px;font-family:ProximaNovaLight;color:#ffffff;background:url(../../frontend/Rockher/Winter/en_US/images/home/InstagramBubble@2x.svg) no-repeat center center}@media only screen and (max-width:1024px){.valentine-day_event .valentine-day_shop-link .instagram-bubble{left:93px}}@media only screen and (max-width:991px){.valentine-day_event .valentine-day_shop-link .instagram-bubble{left:35px}}@media only screen and (max-width:767px){.valentine-day_event .valentine-day_shop-link .instagram-bubble{right:20px;left:auto;top:50px}}.valentine-day_event .valentine-day_shop-link .instagram-bubble:before{content:url("../../frontend/Rockher/Winter/en_US/images/home/InstagramLikeWhite@2x.svg");position:absolute;left:8px;top:10px}.valentine-day_event .valentine-text_cover{width:100%;max-width:207px;min-height:240px;padding:70px 20px 85px 0;float:right}@media only screen and (max-width:767px){.valentine-day_event .valentine-text_cover{position:absolute;top:75px;max-width:345px}}.valentine-day_event .valentine-text_cover .valentine-main_text{font-family:HaboroContrast-NormBook;font-size:32px;letter-spacing:1px;line-height:41px;color:#413F41}@media only screen and (max-width:767px){.valentine-day_event .valentine-text_cover .valentine-main_text{font-size:28px;line-height:36px}}.valentine-day_event .valentine-text_cover .valentine-add_text{font-family:HaboroContrast-NormBook;font-size:16px;letter-spacing:0.5px;line-height:20px;color:#413F41;margin-bottom:10px;text-transform:uppercase;font-weight:bold}@media only screen and (max-width:767px){.valentine-day_event .valentine-text_cover .valentine-add_text{margin-bottom:0}}.valentine-day_event .valentine-text_cover .shop-link_text{color:#413F41;font-family:ProximaNovaReg;font-size:16px;font-weight:bold;letter-spacing:0.5px;line-height:19px}.splitit-home-wrap{position:relative;max-width:100%;background-color:#7c7593;padding-top:35px;padding-bottom:35px;margin-top:25px;margin-bottom:50px}@media only screen and (max-width:991px){.splitit-home-wrap{margin-top:15px}}@media only screen and (max-width:767px){.splitit-home-wrap{margin-bottom:0;margin-top:0}}.splitit-home{display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:#ffffff}@media only screen and (max-width:991px){.splitit-home{flex-direction:column}}.splitit-home__main{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}@media only screen and (max-width:991px){.splitit-home__main{margin-bottom:30px}}@media only screen and (max-width:767px){.splitit-home__main{flex-direction:column;align-items:center;justify-content:center;text-align:center}}.splitit-home__main .icon{position:relative;top:5px;margin-right:40px}@media only screen and (max-width:1024px){.splitit-home__main .icon{margin-right:30px}}@media only screen and (max-width:767px){.splitit-home__main .icon{margin-right:0;margin-bottom:20px}}.splitit-home__main .icon img{max-width:100%;width:150px}.splitit-home__main .info{font-size:16px}.splitit-home__main .info h3{font-family:ProximaNovaBold;font-size:24px;letter-spacing:0.67px;line-height:1.2;text-transform:none;color:#ffffff;margin-bottom:10px}.splitit-home__main .info p{letter-spacing:0.5px;color:#ffffff;margin:0}.splitit-home .g-btn{height:58px;line-height:55px;width:100%;max-width:320px;background-color:transparent;border-color:#ffffff;color:#ffffff;-webkit-transition:.2s ease-in;-moz-transition:.2s ease-in;-ms-transition:.2s ease-in;-o-transition:.2s ease-in;transition:.2s ease-in}.splitit-home .g-btn:hover{text-decoration:none;background-color:#ffffff;color:#443879}.testimonials-cover{max-width:1260px;margin:auto}.newsletter-popup .recaptcha{margin:10px auto}@media (max-width:360px){.newsletter-popup .recaptcha{width:300px}}.newsletter-popup .newsletter-background{background:rgba(65,63,65,0.5600000000000001);font-family:ProximaNovaReg;z-index:10000002}.newsletter-popup .newsletter-wrapper-gradient{position:relative;max-width:600px;height:515px;background-color:#ffffff}@media only screen and (max-width:767px){.newsletter-popup .newsletter-wrapper-gradient{max-width:345px;height:536px;top:initial}}@media (max-width:360px){.newsletter-popup .newsletter-wrapper-gradient{max-width:305px;margin:0 auto;width:100%}}.newsletter-popup .newsletter-inner_overlay{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,255,255,0.85);border-radius:10px}.newsletter-popup .close-popup{position:absolute;top:0;right:0;padding:25px;margin:0;width:22px;height:22px;background:none;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_modal-close.svg);background-repeat:no-repeat;background-position:center;cursor:pointer;z-index:50}.newsletter-popup .newsletter-wrapper{background:none;padding-top:45px;height:100%}@media only screen and (max-width:767px){.newsletter-popup .newsletter-wrapper{padding:40px 20px 15px}}@media (max-width:360px){.newsletter-popup .newsletter-wrapper{padding:40px 0px 15px}}.newsletter-popup .newsletter-wrapper .up-title{font-family:ProximaNovaBold;color:#413F41;letter-spacing:0.5px;line-height:1.2;margin-bottom:10px;font-size:16px}@media only screen and (max-width:767px){.newsletter-popup .newsletter-wrapper .up-title{max-width:230px;margin-left:auto;margin-right:auto}}.newsletter-popup .newsletter-wrapper .extra{font-size:20px;text-transform:uppercase;font-family:HaboroContrast-NormBook;color:#992937;margin-bottom:20px;letter-spacing:1px;line-height:1}@media only screen and (max-width:767px){.newsletter-popup .newsletter-wrapper .extra{margin:0 -3px 10px;line-height:1.2}}.newsletter-popup .newsletter-wrapper .title-h1{font-size:40px;font-family:HaboroContrast-NormBook;color:#413F41;margin:15px 0 10px;text-transform:uppercase;line-height:1;letter-spacing:2px}.newsletter-popup .newsletter-wrapper .main-title{color:#443879;font-family:HaboroContrast-NormBook;font-size:40px;letter-spacing:2px;line-height:51px;text-align:center}@media only screen and (max-width:767px){.newsletter-popup .newsletter-wrapper .main-title{font-size:32px}}.newsletter-popup .newsletter-wrapper .sub-title{color:#443879;font-family:HaboroContrast-NormBook;font-size:24px;letter-spacing:0.5px;line-height:31px;margin:5px auto 15px;text-transform:uppercase;text-align:center}@media only screen and (max-width:767px){.newsletter-popup .newsletter-wrapper .sub-title{font-size:22px}}.newsletter-popup .newsletter-wrapper .hint{color:#423F41;font-family:ProximaNovaSBold;font-size:16px;letter-spacing:0.5px;line-height:19px;text-align:center;max-width:400px;margin:0 auto 25px;float:none}@media only screen and (max-width:767px){.newsletter-popup .newsletter-wrapper .hint{max-width:265px}}.newsletter-popup .newsletter-wrapper input{display:block;margin:0 auto 15px;max-width:300px;height:40px;text-align:left;font-family:ProximaNovaReg;padding-left:0;border:none;border-bottom:2px solid #443879;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;color:#413F41}.newsletter-popup .newsletter-wrapper input::-webkit-input-placeholder{color:#413F41}.newsletter-popup .newsletter-wrapper input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.newsletter-popup .newsletter-wrapper input:active{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}@media only screen and (max-width:767px){.newsletter-popup .newsletter-wrapper input{width:100%;max-width:inherit}}@media (max-width:360px){.newsletter-popup .newsletter-wrapper input{width:80%}}.newsletter-popup .newsletter-wrapper button.g-btn{display:block;margin:0 auto;padding:0;background-color:#443879;width:250px;height:45px;font-size:16px;font-family:'ProximaNovaBold';font-weight:normal;letter-spacing:2px;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px}.newsletter-popup .newsletter-wrapper button.g-btn:hover{background-color:#5D5185;color:#ffffff}.newsletter-popup .newsletter-wrapper button.g-btn:focus{background-color:#5D5185;color:#ffffff}.newsletter-popup .newsletter-wrapper button.g-btn:active{background-color:#7C7593;color:#ffffff}.newsletter-popup .newsletter-wrapper .bottom-sect{position:absolute;bottom:0;left:0;right:0;padding-bottom:10px;text-align:center;font-size:12px;font-family:ProximaNovaReg;color:#8e8e8e}.newsletter-popup .newsletter-wrapper .bottom-sect .main-bottom_text{display:inline-block;text-align:center;font-size:12px;font-family:ProximaNovaReg;color:#8e8e8e;max-width:520px;width:100%;margin:auto;line-height:14px;letter-spacing:0.5px}.newsletter-popup .newsletter-wrapper .bottom-sect .main-bottom_text .expires-warn{color:#ff0000;display:inline;font-size:12px;line-height:14px;letter-spacing:0.2px}.newsletter-popup .newsletter-wrapper .bottom-sect a{font-size:12px}@media only screen and (max-width:767px){.newsletter-popup .newsletter-wrapper .bottom-sect{line-height:1.2;position:relative;padding:0 0 10px;margin-top:15px}.newsletter-popup .newsletter-wrapper .bottom-sect a{display:inline-block;line-height:1.2}.newsletter-popup .newsletter-wrapper .bottom-sect br{display:none}}.newsletter-popup .newsletter-success{display:none;position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#ffffff;background-repeat:no-repeat;background-position:top center;background-size:cover}.newsletter-popup .newsletter-success .newsletter-inner_overlay{z-index:-1}.newsletter-popup .newsletter-success .success-message{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:22px;font-family:'ProximaNovaBold';color:#413F41;height:100%;text-align:center;width:280px;margin:0 auto;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;z-index:2}.newsletter-popup .newsletter-loader{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.75);border-radius:10px;z-index:5}.newsletter-popup .newsletter-loader .Spinner{position:absolute;top:50%;left:50%;margin-top:-14px;margin-left:-14px}.slider-er2{padding-bottom:0}.slider-er2 .price-box{display:flex;flex-direction:column;align-items:center;justify-content:center}.slider-er2 .price-box .old-price span{text-decoration:line-through;font-weight:normal;font-family:HaboroContrast-NormBook;color:#413F41;font-size:16px}.slider-er2 .price-box .special-price{display:block;padding:4px 5px;background:#B3173B;font-weight:normal;letter-spacing:1px;text-align:center;width:100px}.slider-er2 .price-box .special-price .price{font-size:18px;color:#ffffff;font-family:HaboroContrast-NormBook}.slider-er2 .price-box .regular-price{font-family:HaboroContrast-NormBook;font-size:20px;margin-top:10px}.slider-er2.owl-theme .owl-controls .owl-buttons div.owl-next{right:-20px;top:35%}@media only screen and (max-width:767px){.slider-er2.owl-theme .owl-controls .owl-buttons div.owl-next{display:block;top:10px;right:40%}}.slider-er2.owl-theme .owl-controls .owl-buttons div.owl-prev{left:-20px;top:35%}@media only screen and (max-width:767px){.slider-er2.owl-theme .owl-controls .owl-buttons div.owl-prev{display:block;top:10px;left:40%}}@media only screen and (max-width:767px){.slider-er2.owl-theme .owl-controls{margin-top:0;margin-bottom:0}}.slider-er2 .product-collection-name{font-family:HaboroContrast-NormBook;font-size:16px;color:#443879;letter-spacing:0.5px;line-height:20px;margin-bottom:5px;text-transform:uppercase;text-align:center}.cms-index-index .slider-er__section{padding-bottom:0}.cms-index-index .slider-er__section_home{padding-top:35px;padding-bottom:35px}@media only screen and (max-width:767px){.cms-index-index .slider-er__section{padding-top:10px;padding-bottom:40px}}@media only screen and (max-width:767px){.engagement-ring_slide-main_cover{position:relative}}.engagement-ring_slide-section{display:none;position:fixed;width:100%;max-width:100%;height:275px;top:0;left:0;padding:40px 0 30px;background:url(../../frontend/Rockher/Winter/en_US/images/home/RosiMadeImage-D@1920.jpg) 50% no-repeat;background-size:cover;z-index:999999}@media only screen and (max-width:991px){.engagement-ring_slide-section{padding-top:25px}}@media only screen and (max-width:767px){.engagement-ring_slide-section{display:block;top:-500px;padding:0;height:auto;background-image:url(../../frontend/Rockher/Winter/en_US/images/RosiMadePopup-M@2x.png)}}.engagement-ring_slide-section .engagement-ring_slide-cover{width:100%;display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:767px){.engagement-ring_slide-section .engagement-ring_slide-cover{flex-direction:column;justify-content:center;align-items:center;max-width:380px;margin:0 auto;padding:35px 35px 20px}}.engagement-ring_close{position:absolute;top:10px;right:10px;width:32px;height:32px;background-image:url(../../frontend/Rockher/Winter/en_US/images/splitit/icon_modal-close_white.svg);background-repeat:no-repeat;background-position:center;z-index:5;cursor:pointer}.engagement-ring_text-cover{width:100%;max-width:560px;padding-top:25px}@media only screen and (max-width:767px){.engagement-ring_text-cover{max-width:100%;text-align:center;order:1;padding-top:0}}.engagement-ring_text-cover .engagement-main_text{color:#ffffff;font-family:HaboroContrast-NormBook;font-size:24px;letter-spacing:0.5px;line-height:31px;font-weight:bold}@media only screen and (max-width:767px){.engagement-ring_text-cover .engagement-main_text{text-align:center;font-weight:normal;margin-bottom:20px}}.engagement-ring_text-cover .engagement-add_text{color:#ffffff;font-family:ProximaNovaLight;font-size:16px;letter-spacing:0.5px;line-height:19px;font-style:italic;margin-top:7px;max-width:520px}@media only screen and (max-width:767px){.engagement-ring_text-cover .engagement-add_text{text-align:center;margin:20px auto;letter-spacing:0.65px}}.price-budget_cover{display:flex;margin-top:15px;width:100%;align-items:flex-end;justify-content:space-around}@media only screen and (max-width:991px){.price-budget_cover{flex-direction:column}}@media only screen and (max-width:767px){.price-budget_cover{align-items:center;text-align:left}}.price-budget_cover form{width:100%;display:flex}@media only screen and (max-width:767px){.price-budget_cover form{flex-direction:column;align-items:center;justify-content:center}}.price-budget_cover .btn-engagement{height:45px;width:250px;border:2px solid #fff;border-radius:45px;background-color:#FFFFFF;font-family:ProximaNovaReg;font-size:16px;font-weight:bold;letter-spacing:2px;line-height:19px;text-align:center;color:#443879}@media only screen and (max-width:767px){.price-budget_cover .btn-engagement{margin-right:0;margin-top:15px}}.price-budget_cover .btn-engagement:hover{background:#7C7593;border:none;color:#ffffff}.price-budget_cover .btn-engagement:active{color:#443879}.price-input_cover{position:relative;width:100%;max-width:295px;margin-right:10px}@media only screen and (max-width:767px){.price-input_cover{margin-right:0}}.price-input_cover .budget-label{color:#ffffff;font-family:ProximaNovaLight;font-size:16px;letter-spacing:0.5px;line-height:19px;padding-left:5px;margin-bottom:0}@media only screen and (max-width:767px){.price-input_cover .budget-label{margin-bottom:0;font-size:14px;letter-spacing:0.8px;line-height:17px;font-family:ProximaNovaLight;font-weight:normal;padding-left:0}}.price-input_cover .budget-input{position:relative;width:295px;height:25px;background:none;border:none;outline:none;box-shadow:none;color:#ffffff;padding-left:20px;border-bottom:1.5px solid #fff}@media only screen and (max-width:767px){.price-input_cover .budget-input{height:30px;font-size:16px;padding-left:17px}}.price-input_cover .budget-input:-webkit-autofill,.price-input_cover .budget-input :-webkit-autofill:hover,.price-input_cover .budget-input :-webkit-autofill:focus{-webkit-text-fill-color:#ffffff !important;-webkit-box-shadow:0 0 0 30px rgba(255,255,255,0.01) inset !important}.price-input_cover .icon-currency_rosi{position:absolute;top:23px;left:5px;color:#ffffff;font-style:normal}@media only screen and (max-width:767px){.price-input_cover .icon-currency_rosi{top:27px;font-size:16px;line-height:1.2}}.rosi-adv_section{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-left:295px;padding-top:40px}@media only screen and (max-width:1200px){.rosi-adv_section{margin-left:230px}}@media only screen and (max-width:991px){.rosi-adv_section{margin-left:65px}}@media only screen and (max-width:767px){.rosi-adv_section{margin-left:0;padding-top:15px;order:2}}.rosi-adv_section .rosi-main_text{color:#ffffff;font-family:ProximaNovaLight;font-size:16px;letter-spacing:0.5px;line-height:16px;margin-right:10px}@media only screen and (max-width:767px){.rosi-adv_section .rosi-main_text{margin:0}}.rosi-adv_section .rosi-main_logo{margin-top:10px;max-width:90px;width:100%;height:100%}@media only screen and (max-width:767px){.rosi-adv_section .rosi-main_logo{max-width:55px}}.engagement-ring_slide-overlay{position:fixed;right:0;background-color:#413F41;opacity:0.56;width:100%;min-height:100%;display:none;z-index:999998;top:0}.engagement-ring_plp-mobile .modal-dialog{max-width:345px;width:100%;margin:20px auto;height:auto}.engagement-ring_plp-mobile .modal-content{border-radius:10px;background:url(../../frontend/Rockher/Winter/en_US/images/home/rosimadepopup-m@2x.png) 50% no-repeat;background-size:cover;border:none}.engagement-ring_plp-mobile .modal-header .close{background-image:url(../../frontend/Rockher/Winter/en_US/images/home/close-white_icon.svg)}.engagement-ring_plp-mobile .modal-header .plp-mobile_head-text{color:#ffffff;font-family:HaboroContrast-NormBook;font-size:24px;letter-spacing:0.5px;line-height:31px;text-align:center}.engagement-ring_plp-mobile .modal-body{padding:0 25px 30px}.rosi-works_modal .modal-dialog{height:575px;width:950px;margin-top:7%}@media only screen and (max-width:991px){.rosi-works_modal .modal-dialog{width:100%;margin-top:10%}}@media only screen and (max-width:767px){.rosi-works_modal .modal-dialog{margin:10% 0 0}}.rosi-works_modal .modal-content{height:100%}.rosi-works_modal .modal-header{margin-bottom:0}@media only screen and (max-width:767px){.rosi-works_modal .modal-header{padding-top:40px}}.rosi-works_modal .modal-body{height:100%}@media only screen and (max-width:767px){.rosi-works_modal .modal-body{height:95%}}@media only screen and (max-width:767px){.rosi-works_modal .modal-body iframe{height:95% !important}}@media only screen and (max-width:1024px){#header-nav .nav-primary .lastipad{display:none !important}}.mob-nav-links-wrap{display:none;clear:both}@media only screen and (max-width:1024px){.mob-nav-links-wrap{display:block}}.mob-nav-links{display:none;clear:both}@media only screen and (max-width:1024px){.mob-nav-links{display:block}}#header-nav .mob-nav-links .nav-link{position:relative;float:none}#header-nav .mob-nav-links .nav-link_call{padding-left:27px}#header-nav .mob-nav-links .nav-link_call:before{content:'';display:inline-block;width:15px;height:15px;background-image:url(../../frontend/Rockher/Winter/en_US/images/icon_phone.svg);background-repeat:no-repeat;position:absolute;top:50%;left:0;transform:translate(0, -50%)}#header-nav .mob-nav-links .nav-link_email{padding-left:27px}#header-nav .mob-nav-links .nav-link_email:before{content:'';display:inline-block;width:15px;height:12px;background-image:url(../../frontend/Rockher/Winter/en_US/images/icon_email.svg);background-repeat:no-repeat;position:absolute;top:50%;left:0;transform:translate(0, -50%);margin-top:1px}#header-nav .mob-nav-links .nav-link_wishlist{padding-left:27px}#header-nav .mob-nav-links .nav-link_wishlist:before{content:'';display:inline-block;width:15px;height:14px;background-image:url(../../frontend/Rockher/Winter/en_US/images/icon_wishlist_xs.svg);background-repeat:no-repeat;position:absolute;top:50%;left:0;transform:translate(0, -50%);margin-top:1px}.mob-nav-links .mob-search{position:relative;left:0;right:0;margin:20px -15px 0;width:auto}@media only screen and (min-device-width:414px) and (max-device-height:896px) and (-webkit-device-pixel-ratio:2){.mob-nav-links .mob-search{position:absolute;bottom:280px;margin:0}.mob-nav-links .mob-search.is-authorized{position:relative;bottom:auto;margin:20px -15px 0}}@media only screen and (min-device-width:375px) and (max-device-height:812px) and (-webkit-device-pixel-ratio:3){.mob-nav-links .mob-search{position:relative;bottom:auto;margin:20px -15px 0}}@media only screen and (min-device-width:375px) and (max-device-height:667px) and (-webkit-device-pixel-ratio:2){.mob-nav-links .mob-search{position:relative;bottom:auto;margin:20px -15px 0}}@media only screen and (min-device-width:414px) and (max-device-height:736px) and (-webkit-device-pixel-ratio:3){.mob-nav-links .mob-search{position:relative;bottom:auto;margin:20px -15px 0}}@media (max-width:340px){.mob-nav-links .mob-search{bottom:305px}}.mob-nav-links .mob-search #search_mini_form{position:relative;top:auto;bottom:auto;left:auto;right:auto;height:auto;display:block}.mob-nav-links .mob-search #search_mini_form .input-box{position:relative;top:auto;height:auto;width:auto}.mob-nav-links .mob-search #search_mini_form .input-box input#search{width:100%;max-width:100%;background:#f9f9f9;height:55px;padding-left:48px;padding-right:15px;font-size:16px;line-height:1.2;letter-spacing:0.5px;border:none}.mob-nav-links .mob-search #search_mini_form .search-button{position:absolute;padding:0;border:none;width:28px;height:28px;background-color:transparent;background-image:url(../../frontend/Rockher/Winter/en_US/images/icon_search.svg);background-repeat:no-repeat;background-position:center;top:50%;left:11px;right:auto;transform:translate(0, -50%);zoom:1}.mob-nav-links .mob-search #search_mini_form .search-button:before{display:none}.mob-rosi-finder{position:absolute;left:0;right:0;bottom:0;padding:32px 22px 30px;min-height:280px;position:relative;margin:0 -15px;text-align:center;background-image:url(../../frontend/Rockher/Winter/en_US/images/RosiMadePopup-MM-M@2x.jpg);-webkit-background-size:cover;background-size:cover;color:#ffffff;z-index:5}@media only screen and (min-device-width:414px) and (max-device-height:896px) and (-webkit-device-pixel-ratio:2){.mob-rosi-finder{position:absolute;margin:0;bottom:0}.mob-rosi-finder.is-authorized{position:relative;margin:0 -15px}}@media only screen and (min-device-width:375px) and (max-device-height:667px) and (-webkit-device-pixel-ratio:2){.mob-rosi-finder{position:relative;margin:0 -15px}}@media only screen and (min-device-width:375px) and (max-device-height:812px) and (-webkit-device-pixel-ratio:3){.mob-rosi-finder{position:relative;margin:0 -15px}}@media only screen and (min-device-width:414px) and (max-device-height:736px) and (-webkit-device-pixel-ratio:3){.mob-rosi-finder{position:relative;margin:0 -15px}}.mob-rosi-finder form{margin-bottom:10px}.mob-rosi-finder__heading{font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;line-height:26px;color:#ffffff;margin-bottom:15px;margin-left:-15px;margin-right:-15px}.mob-rosi-finder__input-wrap{position:relative;text-align:left;margin-bottom:13px}.mob-rosi-finder__input-wrap i{position:absolute;left:5px;bottom:4px;color:#ffffff;font-family:ProximaNovaReg;font-size:16px;font-style:normal}.mob-rosi-finder__label{display:block;font-size:14px;letter-spacing:0.44px;line-height:1.2;margin:0;font-family:ProximaNovaReg;font-weight:normal}.mob-rosi-finder__input,.mob-rosi-finder input.mob-rosi-finder__input{border:none;border-bottom:2px solid #fff;background:transparent;color:#ffffff;width:100%;max-width:100%;padding-left:17px;font-family:ProximaNovaReg;font-size:16px;font-style:normal}.mob-rosi-finder__input:focus,.mob-rosi-finder input.mob-rosi-finder__input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mob-rosi-finder__submit{width:100% !important;height:45px !important;border:none !important}.mob-rosi-finder__powered{display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;letter-spacing:0.5px}#header-nav .mob-rosi-finder__powered a{width:auto;line-height:1;padding:0}.mob-rosi-finder__powered .img{margin-left:10px}.mob-rosi-finder__powered .img img{width:55px}.home-hero-block{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;max-width:700px;padding:0 10px;text-align:center;z-index:5}.home-hero-block_ltr{left:50px;transform:translate(0, -50%);text-align:left}@media only screen and (max-width:991px){.home-hero-block_ltr{left:50%;transform:translate(-50%, -50%);text-align:center}}.home-hero-block_bottom{left:50px;right:50px;bottom:15px;top:auto;width:auto;max-width:100%;transform:none;display:flex;flex-direction:row;justify-content:center}.home-hero-block_bottom .home-hero-heading{font-size:25px;text-align:left;padding-top:4px}@media only screen and (max-width:1024px){.home-hero-block_bottom{left:20px;right:20px}}@media only screen and (max-width:991px){.home-hero-block_bottom{top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%, -50%);display:block;max-width:700px}.home-hero-block_bottom .home-hero-heading{font-size:28px;text-align:center}}@media only screen and (max-width:767px){.home-hero-block_bottom{font-size:24px}}@media only screen and (max-width:767px){.home-hero-block{position:relative;top:auto;left:auto;transform:translate(0, 0);padding:20px 15px 20px;margin:0 auto 15px}}.home-hero-preheading{font-family:HaboroContrast-NormBook;color:#fff;font-size:16px;text-transform:uppercase;font-weight:normal;text-shadow:0 2px 4px rgba(0,0,0,0.5);letter-spacing:0.5px;margin-bottom:15px}.home-hero-heading{font-family:ProximaNovaReg;font-size:40px;line-height:1.2;letter-spacing:2px;color:#ffffff;margin-bottom:35px}@media only screen and (max-width:1024px){.home-hero-heading{font-size:28px;margin-bottom:20px}}@media only screen and (max-width:767px){.home-hero-heading{font-family:HaboroContrast-NormBook;color:#413F41;font-size:24px;letter-spacing:0.5px;line-height:31px;max-width:330px;margin:0 auto 25px}}.home-hero-content{position:relative}.home-hero-block_ltr .home-hero-content{text-align:center;max-width:580px}@media only screen and (max-width:991px){.home-hero-block_ltr .home-hero-content{max-width:100%}}.home-hero-block_bottom .home-hero-content .rosi-budget{max-width:530px}.home-hero-content p{color:#ffffff;margin-top:10px;font-size:16px}@media only screen and (max-width:767px){.home-hero-content p{color:#413f41;line-height:1.25;margin-top:15px}}.home-hero-content a{color:#ffffff;text-decoration:underline}@media only screen and (max-width:767px){.home-hero-content a{font-family:ProximaNovaBold;color:#443879;text-decoration:none}}@media only screen and (max-width:767px){.home-hero-content .rosi-budget__btn.g-btn{max-width:255px;height:44px}}.home .build-er__section_home{padding-top:15px;padding-top:0;padding-bottom:0;background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/img-bg_BuildanEngagementRing_D.jpg") no-repeat;background-position:50% 50%;max-width:1920px;margin-bottom:35px}@media only screen and (max-width:1024px){.home .build-er__section_home{background:none}}@media only screen and (max-width:991px){.home .build-er__section_home{padding-top:0;padding-bottom:50px;margin-bottom:0}}.home .build-er__section_home .build-er{height:600px;max-width:1280px;margin:0 auto}@media only screen and (max-width:1024px){.home .build-er__section_home .build-er{height:490px}}@media only screen and (max-width:991px){.home .build-er__section_home .build-er{height:auto}}.home .build-er__section_home .build-er__image-container{background:none;max-width:1180px}.home .build-er__section_home .build-er__image-container img{display:none;max-width:100%}@media only screen and (max-width:1024px){.home .build-er__section_home .build-er__image-container{background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/img-bg_BuildanEngagementRing_T.jpg") no-repeat;height:490px;background-size:contain}}@media only screen and (max-width:991px){.home .build-er__section_home .build-er__image-container{position:relative;background:none;height:auto}.home .build-er__section_home .build-er__image-container img{display:block;width:100%;max-width:768px;margin:0 auto}}.home .build-er__section_home .build-er__text-container{background-color:transparent;padding-bottom:50px;top:50%;transform:translate(0, -50%);padding-top:0}@media only screen and (max-width:1024px){.home .build-er__section_home .build-er__text-container{max-width:550px;padding-left:10px;padding-right:10px;padding-top:50px;top:30px;transform:none}}@media only screen and (max-width:991px){.home .build-er__section_home .build-er__text-container{position:relative;top:auto;margin:0 auto;padding:35px 15px 0;left:0;transform:translate(0, 0);max-width:600px}}.home .build-er__section_home .build-er__icon-block{margin-bottom:37px}@media only screen and (max-width:991px){.home .build-er__section_home .build-er__icon-block{margin-bottom:0}}.home .build-er__section_home .build-er__buttons{position:absolute;bottom:0;left:20px;right:20px}@media only screen and (max-width:1024px){.home .build-er__section_home .build-er__buttons{left:0;right:0}}@media only screen and (max-width:991px){.home .build-er__section_home .build-er__buttons{position:relative;left:auto;right:auto;bottom:auto;margin:30px auto}}@media only screen and (max-width:767px){.home .build-er__section_home .build-er__buttons{flex-direction:column;margin-bottom:45px}.home .build-er__section_home .build-er__buttons .or{margin:7px 0}}.home .build-er__section_home .build-er__button{width:300px;height:50px;line-height:46px}.home .shop-er__section{max-width:1140px}.home .shop-er__section .container{max-width:1140px}.home .slider-er .price-box{flex-direction:row}.home .slider-er .price-box .old-price{margin-bottom:0;margin-right:5px}.home .slider-er .price-box .special-price{width:auto;padding:0;background:none;color:#443879}.home .slider-er .price-box .special-price .price{color:#443879}.home .slider-er__text{position:relative;margin-top:0}.home .slider-er__text .title{display:block;max-width:155px;margin:0 auto}.home .slider-er .sale-label{position:absolute;top:19px;left:0}@media only screen and (max-width:1200px){.home .slider-er .sale-label{top:39px}}@media only screen and (max-width:991px){.home .slider-er .sale-label{top:23px}}@media only screen and (max-width:767px){.home .slider-er .sale-label{top:0}}.home .slider-er .sale-label:before{content:'';position:absolute;top:0;left:0;border:38px solid #b4efd7;border-left-width:36px;border-right-width:36px;border-color:#b4efd7 transparent transparent #b4efd7;z-index:5}.home .slider-er .sale-label div{position:relative;font-size:13px;text-transform:uppercase;width:35px;display:block;text-align:center;line-height:1.2;top:7px;left:5px;letter-spacing:0.4px;z-index:10}.home .slider-er .sale-label_pink:before{border-color:#f9cac8 transparent transparent #f9cac8}.home .slider-er .sale-label_yellow:before{border-color:#ffe594 transparent transparent #ffe594}.home .slider-er .sale-label_round{top:7px;left:10px}.home .slider-er .sale-label_round:before{display:none}.home .slider-er .sale-label_round div{background-size:contain;background-repeat:no-repeat;background-position:top left;height:61px;top:auto;left:auto;color:#b6123c;letter-spacing:-0.65px;font-family:ProximaNovaSBold;width:65px;padding:26px 0 0;font-size:14px;line-height:15px}@media only screen and (max-width:767px){.home .slider-er .sale-label_round div{width:44px;width:54px;height:44px;font-size:12px;line-height:12px;padding:17px 0 0;letter-spacing:0}}.july-sale{position:relative;max-width:1140px;margin:0 auto 35px}.home .july-sale{max-width:1140px;margin-bottom:35px}.july-sale__proud-text{display:flex;width:100%;height:75px;flex-direction:row;background:linear-gradient(180deg, rgba(153,41,55,0.18) 0%, rgba(248,231,233,0.18) 53.84%, rgba(0,49,127,0.18) 100%);align-items:center;justify-content:center;text-align:center;font-family:HaboroContrast-NormBook;font-size:20px;line-height:26px;letter-spacing:1px;color:#413f41;margin-bottom:22px}@media only screen and (max-width:1024px){.july-sale__proud-text{margin-bottom:35px}}@media only screen and (max-width:767px){.july-sale__proud-text{height:auto;min-height:75px;padding-top:10px;padding-bottom:10px}.july-sale__proud-text span{width:55%;text-align:left;font-size:16px;line-height:19px;letter-spacing:0.5px}}.july-sale__proud-text img{margin-right:15px}@media only screen and (max-width:767px){.july-sale__proud-text img{width:40px;margin-right:20px}}.july-sale__promo-wrapper{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;width:100%}@media only screen and (max-width:1024px){.july-sale__promo-wrapper{padding-left:15px;padding-right:15px}}@media only screen and (max-width:991px){.july-sale__promo-wrapper{flex-direction:column;max-width:720px;margin:0 auto;align-self:flex-start;justify-content:flex-start}}.july-sale__promo-col{display:flex}.july-sale__promo-col_first{flex:0 0 365px}.july-sale__promo-col_second{width:100%;flex-wrap:wrap;padding-left:22px;justify-content:space-between}@media only screen and (max-width:1024px){.july-sale__promo-col_second{padding-left:18px}}.july-sale__promo-col_second .july-sale__promo-item{width:auto}@media only screen and (max-width:1024px){.july-sale__promo-col_second .july-sale__promo-item{width:49%}}@media only screen and (max-width:991px){.july-sale__promo-col_second .july-sale__promo-item{width:100%}}@media only screen and (max-width:991px){.july-sale__promo-col{width:100%;flex:0 0 auto;padding:0}}.july-sale__promo-item{position:relative}@media only screen and (max-width:991px){.july-sale__promo-item{width:100%;margin-bottom:15px}.july-sale__promo-item:nth-of-type(1){order:2}.july-sale__promo-item:nth-of-type(2){order:3}}.july-sale__promo-item img{max-width:100%}.july-sale__promo-item .cover{position:relative;display:block}.july-sale__promo-item .cover:hover{text-decoration:none}.july-sale__promo-item .badge{position:absolute;top:0;left:0}.july-sale__promo-item .badge:before{content:'';position:absolute;top:0;left:0;border:38px solid #a90015;border-left-width:36px;border-right-width:36px;border-color:#a90015 transparent transparent #a90015}.july-sale__promo-item .badge span{position:relative;z-index:2;font-size:14px;text-transform:uppercase;width:35px;display:block;text-align:center;line-height:1.2;top:6px;left:4px;letter-spacing:0.4px;color:#ffffff}.july-sale__promo-item .text{position:absolute;bottom:20px;left:23px;font-family:ProximaNovaBold;color:#413f41;font-size:16px;letter-spacing:0.5px;line-height:19px}@media only screen and (max-width:1024px){.july-sale__promo-item .text{bottom:15px;left:15px}}.july-sale__sale-banner{display:flex;width:100%;height:200px;padding:5px;margin-top:19px;background:linear-gradient(316.43deg, #992937 0%, #dfc9cc 43.32%, #00317f 100%)}@media only screen and (max-width:1024px){.july-sale__sale-banner{height:250px;margin-top:20px}}@media only screen and (max-width:991px){.july-sale__sale-banner{order:1;margin:0 0 15px}}@media only screen and (max-width:767px){.july-sale__sale-banner{height:260px}}.july-sale__sale-banner .inner{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(45deg, #e7ebf3 0%, #f5eaec 100%)}@media only screen and (max-width:991px){.july-sale__sale-banner .inner{padding-left:20px;padding-right:20px}}.july-sale__sale-banner .text{color:#413f41;font-size:18px;letter-spacing:0.5px;line-height:22px;font-family:ProximaNovaBold;margin-bottom:20px}@media only screen and (max-width:767px){.july-sale__sale-banner .text{padding:0 10px;text-align:center}}.july-sale__sale-banner .text .pct{color:#a90015;font-family:HaboroContrast-NormBook;font-size:40px;letter-spacing:4px;line-height:51px;text-transform:uppercase}@media only screen and (max-width:1024px){.july-sale__sale-banner .text .pct{display:block;text-align:center}}@media only screen and (max-width:767px){.july-sale__sale-banner .text .pct{margin-bottom:10px}}.july-sale__sale-banner .text .pct sup{font-size:65%}.july-sale__sale-banner .g-btn{background-color:transparent;line-height:54px}@media only screen and (max-width:767px){.july-sale__sale-banner .g-btn{width:100%;max-width:320px}}.july-sale__sale-banner .g-btn:hover,.july-sale__sale-banner .g-btn:focus,.july-sale__sale-banner .g-btn:active{background-color:#443879;color:#fff;text-decoration:none}.rosi-budget{position:relative}.rosi-budget_long{width:500px}.rosi-budget_long p{margin-top:10px;font-size:16px;text-align:center;color:#ffffff;line-height:1.25}@media only screen and (max-width:767px){.rosi-budget_long p{color:#413f41}}.rosi-budget_long a{color:#ffffff;text-decoration:underline !important}@media only screen and (max-width:767px){.rosi-budget_long a{font-family:ProximaNovaBold;color:#443879}}@media only screen and (max-width:767px){.rosi-budget{width:100%;text-align:center}}.home-hero-content .rosi-budget{max-width:580px;margin:0 auto}.rosi-budget__form{display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:relative;background:#ffffff;padding:5px;padding-left:20px;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px;box-shadow:2px 2px 6px 0 rgba(0,0,0,0.2)}@media only screen and (max-width:767px){.rosi-budget__form{display:block;padding:0;border-radius:0;box-shadow:none;background:transparent}}.rosi-budget__input-field{position:relative;padding-left:45px}@media only screen and (max-width:767px){.rosi-budget__input-field{max-width:300px;margin:0 auto 25px}}.rosi-budget__input-field:before{content:'';position:absolute;width:36px;height:36px;top:50%;left:0;background-image:url(../../frontend/Rockher/Winter/en_US/images/icon_rosi_sm.svg);background-repeat:no-repeat;background-position:center;transform:translate(0, -50%)}.rosi-budget__input-field span.error{position:absolute;left:0;top:100%;padding-left:45px;line-height:14px;right:0;text-align:left;font-size:12px;font-family:ProximaNovaBold;color:#B90017;letter-spacing:0.34px}@media only screen and (max-width:767px){.rosi-budget__input-field span.error{font-size:14px;line-height:17px;letter-spacing:0.4px;margin-top:5px}}.rosi-budget__input-field span.error:before{content:'';position:absolute;top:-26px;right:0;width:21px;height:21px;background:url(../../frontend/Rockher/Winter/en_US/images/xCrossErrorState.svg) no-repeat center center}@media only screen and (max-width:767px){.rosi-budget__input-field span.error:before{top:-35px}}.rosi-budget__input-field i{display:none;position:absolute;top:8px;left:50px;color:#443879;font-size:16px;font-family:ProximaNovaReg;font-style:normal;line-height:1.2}@media only screen and (max-width:991px){.rosi-budget__input-field i{top:10px}}@media only screen and (max-width:767px){.rosi-budget__input-field i{top:8px}}.rosi-budget__input-field label{position:absolute;top:10px;left:45px;right:7px;font-family:ProximaNovaReg;font-size:16px;font-weight:normal;text-align:left;color:#7c7593;letter-spacing:0.5px;margin:0;-webkit-transform:translate(7px, -5px);transform:translate(7px, -5px);transition:font-size .2s ease,color .2s .1s ease,-webkit-transform .2s ease;transition:transform .2s ease,font-size .2s ease,color .2s .1s ease;transition:transform .2s ease,font-size .2s ease,color .2s .1s ease,-webkit-transform .2s ease;cursor:text}.rosi-budget__input-field label.is-filled{font-size:14px;letter-spacing:0.44px;color:#5D5185;-webkit-transform:translate(5px, -21px);transform:translate(5px, -21px)}@media only screen and (max-width:767px){.rosi-budget__input-field label.is-filled{-webkit-transform:translate(5px, -24px);transform:translate(5px, -24px)}}.rosi-budget input.rosi-budget__input[type=text],.rosi-budget input.rosi-budget__input[type=number]{width:255px;height:35px;border:none;border-bottom:2px solid transparent;padding:5px;padding-left:17px;outline:none;font-family:ProximaNovaReg;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;font-size:16px;line-height:1.2;color:#443879}@media only screen and (max-width:767px){.rosi-budget input.rosi-budget__input[type=text],.rosi-budget input.rosi-budget__input[type=number]{position:relative;display:block;width:100%;z-index:1;background-color:transparent;border-bottom-color:#443879}.rosi-budget input.rosi-budget__input[type=text].invalid,.rosi-budget input.rosi-budget__input[type=number].invalid{margin-bottom:40px}}.rosi-budget input.rosi-budget__input[type=text]:focus,.rosi-budget input.rosi-budget__input[type=number]:focus,.rosi-budget input.rosi-budget__input[type=text].is-active,.rosi-budget input.rosi-budget__input[type=number].is-active{border-bottom-color:#443879;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important}.rosi-budget input.rosi-budget__input[type=text]:-webkit-autofill+label,.rosi-budget input.rosi-budget__input[type=number]:-webkit-autofill+label,.rosi-budget input.rosi-budget__input[type=text]:focus+label,.rosi-budget input.rosi-budget__input[type=number]:focus+label{font-size:14px;letter-spacing:0.44px;color:#5D5185;-webkit-transform:translate(5px, -21px);transform:translate(5px, -21px);cursor:default}@media only screen and (max-width:767px){.rosi-budget input.rosi-budget__input[type=text]:-webkit-autofill+label,.rosi-budget input.rosi-budget__input[type=number]:-webkit-autofill+label,.rosi-budget input.rosi-budget__input[type=text]:focus+label,.rosi-budget input.rosi-budget__input[type=number]:focus+label{-webkit-transform:translate(5px, -24px);transform:translate(5px, -24px)}}.rosi-budget input.rosi-budget__input[type=text]:focus~i,.rosi-budget input.rosi-budget__input[type=number]:focus~i,.rosi-budget input.rosi-budget__input[type=text].is-active~i,.rosi-budget input.rosi-budget__input[type=number].is-active~i{display:block}.rosi-budget input.rosi-budget__input[type=text].invalid,.rosi-budget input.rosi-budget__input[type=number].invalid{border-bottom-color:#B90017}.rosi-budget__btn.g-btn{height:58px;width:235px}@media only screen and (max-width:767px){.rosi-budget__btn.g-btn{width:100%;max-width:345px}}.rosi-budget__btn_sm.g-btn{height:48px;width:215px}@media only screen and (max-width:767px){.rosi-budget__btn_sm.g-btn{width:100%}}.rosi-budget__options{margin-top:15px;color:#413f41}.rosi-budget .btn-primary{display:block;max-width:230px;width:185px;font-size:12px;line-height:1.5;font-family:ProximaNovaSbold;padding:13px 15px;-webkit-border-radius:52px;-moz-border-radius:52px;border-radius:52px;text-align:center;border:1px solid #302ba7;text-transform:uppercase;text-decoration:none !important;float:left;margin-right:20px;background:#302ba7}.rosi-budget .btn-primary:hover{background:#ffffff;color:#302ba7}@media only screen and (max-width:767px){.rosi-budget .btn-primary{padding:10px 10px;color:#fff;width:166px;margin:0 3px}}.rosi-budget .btn-secondary{display:block;max-width:230px;width:185px;font-size:12px;line-height:1.5;font-family:ProximaNovaSbold;padding:13px 15px;-webkit-border-radius:52px;-moz-border-radius:52px;border-radius:52px;text-align:center;border:1px solid #302ba7;text-transform:uppercase;text-decoration:none !important;float:left;margin-right:20px;background:#302ba7}.rosi-budget .btn-secondary:hover{background:#ffffff;color:#302ba7}@media only screen and (max-width:767px){.rosi-budget .btn-secondary{padding:10px 10px;color:#fff;width:166px;margin:0 3px;float:right}}@media only screen and (max-width:767px){.rosi-budget .build-er__icon-block{margin:15px auto 15px}}.sale-banner-wrapper{position:relative;width:100%;max-width:1140px;margin:0 auto}.sale-banner-wrapper .trustpilot-section{position:absolute;width:415px;height:45px;bottom:0;right:15px;background:transparent;display:flex;align-items:center;justify-content:space-between;padding:0 15px 0 20px;z-index:5}.sale-banner-wrapper .trustpilot-section:hover{text-decoration:none}@media only screen and (max-width:991px){.sale-banner-wrapper .trustpilot-section{display:none}}.sale-banner-wrapper .trustpilot-section .five-stars_rate{width:120px}.sale-banner-wrapper .trustpilot-section .trustpilot-rate_text{font-size:16px;letter-spacing:0.5px;line-height:18px;color:#ffffff;font-family:"Helvetica"}.sale-banner-wrapper .trustpilot-section .trustpilot-clear_logo{width:100px}.sale-banner{position:relative}@media only screen and (max-width:767px){.sale-banner{max-width:480px;margin:0 auto}}.sale-banner__image img{max-width:100%;height:auto}.sale-banner__content{position:absolute;bottom:130px;left:50px;color:#ffffff;text-shadow:0 2px 4px rgba(0,0,0,0.5)}@media only screen and (max-width:767px){.sale-banner__content{bottom:20px;left:20px}}.sale-banner__content .title{font-family:HaboroContrast-NormBook;font-size:40px;letter-spacing:2px;line-height:51px}.sale-banner__content .val{font-family:HaboroContrast-NormBook;font-size:55px;line-height:71px;letter-spacing:2.75px;text-transform:uppercase}.sale-banner__content .descr{max-width:275px;font-family:ProximaNovaReg;font-size:18px;line-height:1.25;letter-spacing:0.5px}.sale-promo-cards{position:absolute;width:660px;right:50px;bottom:85px;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}@media only screen and (max-width:991px){.sale-promo-cards{bottom:15px;width:auto;flex-direction:column;align-items:center;justify-content:space-around}}@media only screen and (max-width:767px){.sale-promo-cards{position:relative;bottom:auto;right:auto;margin-top:15px;margin-bottom:30px;padding-left:15px;padding-right:15px}}.sale-promo-link{display:flex;flex-direction:column;text-align:center;justify-content:flex-start;align-items:center;width:205px;min-height:230px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding:15px;box-shadow:2px 2px 6px rgba(0,0,0,0.2);background:#ffffff;transition:box-shadow .2s}@media only screen and (max-width:991px){.sale-promo-link{flex-direction:row;width:100%;max-width:400px;background:linear-gradient(270deg, #b4efd7 0%, #feede5 100%);margin-bottom:15px;min-height:inherit;justify-content:space-between}}@media only screen and (max-width:767px){.sale-promo-link{margin-bottom:10px;min-height:111px}}.sale-promo-link:hover,.sale-promo-link:active{box-shadow:2px 2px 6px 0 rgba(0,0,0,0.75);text-decoration:none}.sale-promo-link .title{display:block;font-size:16px;line-height:1.2;font-family:ProximaNovaBold;color:#413F41;margin-bottom:15px;text-transform:uppercase}@media only screen and (max-width:991px){.sale-promo-link .title{width:240px;margin-bottom:0}}@media only screen and (max-width:767px){.sale-promo-link .title{width:210px}}.sale-promo-link .title .val{display:none;font-size:24px;line-height:29px;letter-spacing:0.67px;margin-bottom:3px}@media only screen and (max-width:991px){.sale-promo-link .title .val{display:block}}.sale-promo-link img{max-width:162px;margin:0 auto}@media only screen and (max-width:991px){.sale-promo-link img{width:81px}}.spring-sale-banner{position:absolute;background:linear-gradient(90deg, #fff2cb 0%, #ffdc88 100%);top:-110px;left:0;right:0;z-index:10}.home .spring-sale-banner{position:relative;top:auto;max-width:100%}@media only screen and (max-width:1440px){.spring-sale-banner{top:-114px}}@media only screen and (max-width:767px){.spring-sale-banner{position:relative;top:auto}}.spring-sale-carousel{position:relative;max-width:1110px;margin:0 auto}.spring-sale-carousel__list{position:relative;margin:0;padding:0;height:65px;overflow:hidden}.spring-sale-carousel__list.owl-carousel{height:auto;overflow:visible}.spring-sale-carousel__list.owl-carousel .owl-item{height:auto !important}.spring-sale-carousel__list .owl-controls{margin:0;padding:0}.spring-sale-carousel__list .owl-controls .owl-buttons div.owl-prev,.spring-sale-carousel__list .owl-controls .owl-buttons div.owl-next{width:32px;height:32px;margin:0;padding:0;font-size:0;top:50%;transform:translate(0, -50%);background-position:center}@media only screen and (max-width:1024px){.spring-sale-carousel__list .owl-controls .owl-buttons div.owl-prev,.spring-sale-carousel__list .owl-controls .owl-buttons div.owl-next{display:none}}.spring-sale-carousel__list .owl-controls .owl-buttons div.owl-prev{left:-25px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-left_sm_black.svg)}.spring-sale-carousel__list .owl-controls .owl-buttons div.owl-next{right:-25px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-right_sm_black.svg)}.spring-sale-carousel__item{display:flex;flex-direction:row;align-items:center;justify-content:center;height:65px;padding-left:15px;padding-right:15px;font-size:16px;letter-spacing:0.5px;line-height:1.2;color:#413F41}.spring-sale-carousel__item:before,.spring-sale-carousel__item:after{display:none;position:absolute;background-repeat:no-repeat}.spring-sale-carousel__item:before{top:15px;left:110px;width:118px;height:138px;background-image:url(../../frontend/Rockher/Winter/en_US/images/home/PalmLeafPNG-L-D@2x.png);background-size:contain}@media only screen and (max-width:1024px){.spring-sale-carousel__item:before{left:50px}}@media only screen and (max-width:991px){.spring-sale-carousel__item:before{left:0}}@media only screen and (max-width:767px){.spring-sale-carousel__item:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/home/PalmLeafPNG-L-M@2x.png);width:44px;height:46px;left:auto;right:135px;top:-10px;z-index:-1}}.spring-sale-carousel__item:after{top:-34px;right:130px;width:107px;height:93px;background-image:url(../../frontend/Rockher/Winter/en_US/images/home/PalmLeafPNG-R-D@2x.png);background-size:contain}@media only screen and (max-width:1024px){.spring-sale-carousel__item:after{right:80px}}@media only screen and (max-width:991px){.spring-sale-carousel__item:after{right:10px}}@media only screen and (max-width:767px){.spring-sale-carousel__item:after{background-image:url(../../frontend/Rockher/Winter/en_US/images/home/PalmLeafPNG-R-M@2x.png);width:46px;height:75px;right:0;top:25px;z-index:-1}}@media only screen and (max-width:767px){.spring-sale-carousel__item{justify-content:space-around}}@media (max-width:460px){.spring-sale-carousel__item{justify-content:space-between}}.spring-sale-carousel__item .text{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}@media only screen and (max-width:767px){.spring-sale-carousel__item .text{flex-direction:column;align-items:flex-start}}.spring-sale-carousel__item .title{font-family:ProximaNovaBold;font-size:24px;letter-spacing:0.67px;line-height:29px}@media only screen and (max-width:767px){.spring-sale-carousel__item .title{font-size:16px;line-height:1.2;letter-spacing:0.5px}}.spring-sale-carousel__item .descr{font-family:ProximaNovaBold;margin-left:5px;margin-right:15px}@media only screen and (max-width:767px){.spring-sale-carousel__item .descr{margin-left:0}}.spring-sale-carousel__item .descr span{font-size:24px;letter-spacing:0.67px;line-height:29px;margin-left:7px;margin-right:7px}@media only screen and (max-width:767px){.spring-sale-carousel__item .descr span{margin-left:0;margin-right:0;font-size:14px;line-height:1.2;letter-spacing:0.5px;text-transform:lowercase}}.spring-sale-carousel__item .descr.m{display:none}@media only screen and (max-width:767px){.spring-sale-carousel__item .descr{font-size:14px;line-height:1.2;letter-spacing:0.5px;margin:0}.spring-sale-carousel__item .descr.d{display:none}.spring-sale-carousel__item .descr.m{display:inline}}.spring-sale-carousel__item .link{width:135px;height:34px;font-size:14px;line-height:30px;letter-spacing:1.75px}.cms-warranty .main-cms-pages .text-warranty{max-width:825px;margin:0 auto 15px}.cms-warranty .main-cms-pages .text-warranty:after{content:'';display:table;clear:both}.affirm-home-section{position:relative;margin-bottom:-30px}.affirm-home{position:relative;background-color:#F9F9F9;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 55px;color:#413f41;max-width:1110px;margin:0 auto}.affirm-home:hover{text-decoration:none !important;color:#413f41}@media only screen and (max-width:991px){.affirm-home{padding:30px 15px}}@media only screen and (max-width:767px){.affirm-home{flex-direction:column}}.affirm-home__logo{width:130px}.affirm-home__logo img{max-width:100%}.affirm-home__content{min-width:630px;margin-left:-20px}@media only screen and (max-width:1024px){.affirm-home__content{min-width:inherit;max-width:480px}}@media only screen and (max-width:991px){.affirm-home__content{margin-top:20px;margin-bottom:20px;margin-left:0;text-align:center}}.affirm-home__content .heading{display:block;margin:0 0 10px;font-family:ProximaNovaBold;text-align:left;font-size:24px;letter-spacing:0.67px;line-height:1.2}@media only screen and (max-width:991px){.affirm-home__content .heading{text-align:center}}@media only screen and (max-width:767px){.affirm-home__content .heading{font-size:18px}}.affirm-home__content .heading:before{display:none}.affirm-home__content .text{font-size:16px;letter-spacing:0.5px;line-height:1.2}.affirm-home__square{width:126px;height:105px;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;background-color:#7C7593;color:#ffffff;text-align:center;font-size:16px;letter-spacing:0.5px;line-height:1.1;padding:10px 25px}.affirm-home__square .apr{font-family:ProximaNovaBold;font-size:40px;letter-spacing:1.11px;line-height:48px;margin-left:5px}.affirm-home__square .apr sup{position:relative;top:-10px;margin-left:-10px;font-size:24px;font-family:ProximaNovaBold;letter-spacing:0.67px;line-height:1.2}.form-subscribe-header{display:block}.form-subscribe-header>label{padding-bottom:1px;color:#413f41;font-size:16px;letter-spacing:0.57px}@media only screen and (max-width:767px){.form-subscribe-header>label{padding-bottom:5px}}.livechat-btn-container{position:fixed;bottom:16px;right:8px;z-index:999999;transform:translate(0, 100px) scale(.2);transition:all .25s cubic-bezier(.42, 0, .25, 1.6)}.livechat-btn-container.initialized{transform:translate(0, 0) scale(1)}.livechat-btn-container .livechat-button{position:relative;display:flex;align-items:center;justify-content:center;width:60px;height:60px;box-shadow:rgba(0,0,0,0.3) 0px 4px 8px;background:#d03bb8;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:none;outline:none}@media only screen and (max-width:767px){.holiday-video .main-header{display:none}}.not-supported-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#ffffff;z-index:2147483640}.not-supported-modal .btn-close{position:absolute;top:15px;right:15px;width:28px;height:28px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_modal-close.svg);background-repeat:no-repeat;background-position:center;cursor:pointer}.not-supported-wrap{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffff}@media only screen and (max-width:767px){.not-supported-wrap{position:relative}}.not-supported{position:absolute;top:150px;left:50%;width:100%;max-width:950px;margin-left:-475px;text-align:center;border:1px solid #413f41;letter-spacing:0.5px;padding:85px 110px}@media only screen and (max-width:1440px){.not-supported{top:100px}}@media only screen and (max-width:1024px){.not-supported{max-width:850px;margin-left:-425px;top:75px;padding:65px 55px}}@media only screen and (max-width:767px){.not-supported{position:relative;width:auto;top:auto;left:auto;transform:none;margin:auto;border:none;padding-left:25px;padding-right:25px}}.not-supported .rh-logo{margin-bottom:35px;text-align:center}.not-supported .rh-logo img{display:inline-block;width:100px;height:auto}.not-supported .heading{font-family:HaboroContrast-NormBook;font-size:24px;line-height:1.25;margin-bottom:10px;color:#413f41}.not-supported .heading:before,.not-supported .heading:after{display:none}.not-supported .subheading{font-family:ProximaNovaReg;color:#413F41;font-size:16px;line-height:1.2;max-width:730px;margin:0 auto 40px}.not-supported .browsers-list{text-align:center}.not-supported .browsers-list .item{display:inline-block;vertical-align:top;min-width:150px;margin:0 35px}@media only screen and (max-width:767px){.not-supported .browsers-list .item{margin:0 10px 15px}}.not-supported .browsers-list .item a{display:block}.not-supported .browsers-list .item img{display:block;width:100px;margin:0 auto 15px}.not-supported .browsers-list .item span{font-size:16px;font-family:ProximaNovaBold;line-height:1.2;letter-spacing:0.5px;color:#443879}.category-about .main-container{margin-top:65px}@media only screen and (max-width:1024px){.category-about .main-container{margin-top:55px}}.category-about .button.g-btn_secondary{color:#443879}.category-about .button.g-btn_secondary:hover{color:#5d5185}.category-about .button.g-btn_secondary:active{color:#fff}.category-about .main-aboutus a:hover,.category-about .main-aboutus a:active{text-decoration:underline}.category-about .main-aboutus .cushion .button{padding:17px 0;width:100%;max-width:350px}.category-about .main-aboutus .cushion .button:hover,.category-about .main-aboutus .cushion .button:active{text-decoration:none}@media only screen and (max-width:991px){.category-about .main-aboutus .cushion .button{margin-left:auto;margin-right:auto}}.category-about .main-aboutus .rosi-search-block .button{display:block;margin:0 auto;margin-top:54px;padding:17px 0}.category-about .main-aboutus .rosi-search-block .button.play-video{float:none;margin-top:20px}@media only screen and (max-width:767px){.category-about .main-aboutus .rosi-search-block .button{margin-top:0}}.category-about .compare .button{padding:17px 0;width:100%;max-width:385px}.category-about .compare .button.comp{color:#ffffff}.category-about .compare .button.learn-rosi{margin-bottom:65px}@media only screen and (max-width:991px){.category-about .compare .button{margin:10px auto 0}.category-about .compare .button.learn-rosi{margin-bottom:100px}}@media only screen and (max-width:767px){.category-about .compare .button{max-width:320px}}.right-block-account #form-validate .customer-name-middlename .field{position:relative;padding-top:25px}.right-block-account #form-validate .customer-name-middlename .field label{position:absolute;top:3px;left:0}.post-list .bottom-three-blog-list .post-content-with-title p,.post-list .bottom-three-blog-list .post-content-with-title p.Body{width:100% !important;text-align:left !important;font-size:15px !important;font-style:normal !important;color:#636363 !important}.post-list .bottom-three-blog-list .post-content-with-title .date-post-desk{position:absolute;bottom:15px;left:10px;width:auto !important;font-style:normal}.post-list .bottom-three-blog-list .post-content-with-title .date-post-desk em{font-style:normal !important}.post-list li.bottom-three-blog-list .featured-image img{height:350px}.post-list .bottom-three-blog-list .featured-image a:first-of-type{display:block;background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;background-size:cover;height:350px}@media only screen and (max-width:767px){.post-list .bottom-three-blog-list .featured-image a:first-of-type{height:auto}}.post-list .bottom-three-blog-list .featured-image a:first-of-type img{display:none}@media only screen and (max-width:991px){.post-list .post_1 .post-entry-with-image .featured-image.left{float:none;width:auto}.post-list .post_1 .post-entry-with-image .post-content-with-title{float:none;width:auto;padding:10px}}@media only screen and (max-width:767px){.post-list .post_1 .post-entry-with-image .featured-image.left img{max-height:150px;height:auto !important;max-width:100%;width:auto}}@media only screen and (max-width:767px){.post-list .featured-image.left img{height:auto !important;max-width:100%;max-height:150px;min-height:inherit !important;margin:0 auto 15px}}@media only screen and (max-width:767px){.blog-home .line-blog .pager.pager-no-toolbar{margin:0;padding:0;margin-top:7px}.blog-home .read-more a.mobred480{line-height:49px}}section.our-story{width:100%;background:url(../../frontend/Rockher/Winter/en_US/images/about/main-aboutus_banner-D.jpg) no-repeat center center;background-size:cover}@media only screen and (max-width:767px){section.our-story{background-image:url(../../frontend/Rockher/Winter/en_US/images/about/AboutUsPageHero-M@2x.png)}}section.our-story .our-story_cover{display:flex;width:100%;align-items:center;justify-content:center}section.our-story .our-story_text-cover{width:100%;max-width:730px;text-align:center;color:#ffffff;padding:65px 0 80px}section.our-story .our-story_text-cover .story-text{text-transform:uppercase;font-family:HaboroContrast-NormBook;font-size:16px;letter-spacing:0.5px;line-height:20px;margin-bottom:15px}section.our-story .our-story_text-cover .main-story_text{font-family:HaboroContrast-NormBook;font-size:40px;letter-spacing:2px;line-height:51px;margin:0 auto 10px;text-transform:none;max-width:440px}@media only screen and (max-width:767px){section.our-story .our-story_text-cover .main-story_text{font-size:24px;letter-spacing:0.5px;line-height:31px}}section.our-story .our-story_text-cover .add-story_text{font-family:ProximaNovaLight;font-size:16px;letter-spacing:0.5px;line-height:19px}@media only screen and (max-width:767px){section.our-story .our-story_text-cover .add-story_text{letter-spacing:0.55px}}section.our-mission{margin:60px auto;width:100%}@media only screen and (max-width:991px){section.our-mission{margin-bottom:20px}}@media only screen and (max-width:767px){section.our-mission{margin-top:0;margin-bottom:0}section.our-mission_3D{margin-top:-20px}}section.our-mission .our-mission_cover{width:100%;position:relative;padding:0 30px}@media only screen and (max-width:767px){section.our-mission .our-mission_cover{padding:0}}section.our-mission .mission-video_cover{width:100%;max-width:635px;height:520px;z-index:1}@media only screen and (max-width:1200px){section.our-mission .mission-video_cover{width:535px;height:440px}}@media only screen and (max-width:991px){section.our-mission .mission-video_cover{width:100%;max-width:635px;height:520px;margin:auto}}@media only screen and (max-width:767px){section.our-mission .mission-video_cover{height:auto}}@media only screen and (max-width:1200px){section.our-mission .mission-video{width:100%;height:auto}}@media only screen and (max-width:767px){section.our-mission .mission-video{display:block;width:100%;max-width:100%;height:auto}}section.our-mission .mission-text_cover{position:absolute;top:50px;right:30px;width:600px;box-shadow:4px 4px 10px 2px rgba(0,0,0,0.13);background:#ffffff;padding:75px 40px 75px 60px;z-index:2}@media only screen and (max-width:1200px){section.our-mission .mission-text_cover{top:40px;right:0;width:530px;padding:45px 40px}}@media only screen and (max-width:991px){section.our-mission .mission-text_cover{max-width:580px;position:relative;bottom:auto;right:auto;top:-40px;left:auto;margin:0 auto;padding:45px 40px}}@media only screen and (max-width:767px){section.our-mission .mission-text_cover{left:0;right:0;max-width:100%;width:auto;padding:30px 23px;position:relative;bottom:auto;top:-60px;margin:0 15px}}@media screen and (max-width:360px){section.our-mission .mission-text_cover{padding:20px}}@media only screen and (max-width:1200px){section.our-mission_3D .mission-text_cover{padding:55px 40px}}@media only screen and (max-width:767px){section.our-mission_3D .mission-text_cover{padding:30px 23px}}section.our-mission .main-mission_text{color:#060606;font-family:HaboroContrast-NormBook;font-size:32px;letter-spacing:1px;line-height:41px;margin-bottom:5px;text-transform:none;font-weight:normal}@media only screen and (max-width:1200px){section.our-mission .main-mission_text{font-size:28px}}@media only screen and (max-width:991px){section.our-mission .main-mission_text{text-align:center}}@media only screen and (max-width:767px){section.our-mission .main-mission_text{font-size:24px;letter-spacing:0.5px;line-height:31px;margin-bottom:10px}}section.our-mission .add-mission_text{color:#413F41;font-family:ProximaNovaReg;font-size:18px;letter-spacing:0.5px;line-height:22px;margin-bottom:15px}@media only screen and (max-width:1200px){section.our-mission .add-mission_text{font-size:16px;line-height:21px}}@media only screen and (max-width:991px){section.our-mission .add-mission_text{text-align:center}}@media only screen and (max-width:767px){section.our-mission .add-mission_text{text-align:center;font-size:16px;line-height:1.2}}section.our-mission .add-info_button{display:flex;align-items:center;justify-content:center;height:58px;width:320px;border-radius:45px;background-color:#443879;font-family:ProximaNovaReg;text-transform:uppercase;font-size:16px;font-weight:bold;letter-spacing:2px;line-height:19px;text-align:center}@media only screen and (max-width:991px){section.our-mission .add-info_button{margin:auto}}@media only screen and (max-width:767px){section.our-mission .add-info_button{font-weight:normal;font-size:16px;font-family:ProximaNovaBold;letter-spacing:2px;width:100%;max-width:320px}}@media screen and (max-width:360px){section.our-mission .add-info_button{width:235px;font-size:12px}}section.our-mission .add-info_button:hover{background-color:#5D5185}@media only screen and (max-width:991px){section.diamond-experts{margin-top:0}}@media only screen and (max-width:767px){section.diamond-experts{margin-bottom:0}}section.diamond-experts .our-mission_cover{display:flex;align-items:center;justify-content:flex-end}@media only screen and (max-width:991px){section.diamond-experts .our-mission_cover{flex-direction:column;justify-content:flex-start;align-items:center}}section.diamond-experts .mission-video_cover{position:relative}@media only screen and (max-width:991px){section.diamond-experts .mission-video_cover{order:1}}section.diamond-experts .mission-text_cover{right:auto;left:30px;padding:75px 40px 58px 60px}@media only screen and (max-width:1200px){section.diamond-experts .mission-text_cover{left:0;padding:37px 40px}}@media only screen and (max-width:991px){section.diamond-experts .mission-text_cover{bottom:auto;right:auto;left:auto;margin:0 auto;width:530px;padding:45px 40px;order:2}}@media only screen and (max-width:767px){section.diamond-experts .mission-text_cover{left:0;right:0;max-width:100%;width:auto;padding:30px 23px;position:relative;bottom:auto;top:-60px;margin:0 15px;order:2}}section.diamond-experts .rosi-logo{position:absolute;bottom:15px;right:15px;width:81px;height:auto}@media only screen and (max-width:991px){section.diamond-experts .rosi-logo{display:none}}@media only screen and (max-width:767px){section.diamond-experts .rosi-logo{top:7px;right:9px;width:60px;height:auto}}@media only screen and (max-width:991px){section.trusted-source{margin-bottom:0}}@media only screen and (max-width:767px){section.trusted-source{padding-bottom:0}}section.trusted-source .mission-video_cover{background-image:none;background-color:#f6f6f8;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:95px}@media only screen and (max-width:991px){section.trusted-source .mission-video_cover{padding-left:0;height:auto;padding-top:105px;padding-bottom:105px;flex-direction:row;align-items:flex-start;justify-content:space-around}}@media only screen and (max-width:767px){section.trusted-source .mission-video_cover{padding:80px 10px 110px;flex-direction:row;justify-content:center;align-items:center}}section.trusted-source .mission-video_cover .jvc-logo{width:100%;max-width:320px}@media only screen and (max-width:767px){section.trusted-source .mission-video_cover .jvc-logo{max-width:170px;margin-right:13px}}section.trusted-source .mission-video_cover .rjc-link{display:flex}@media only screen and (max-width:767px){section.trusted-source .mission-video_cover .rjc-link{display:block}}section.trusted-source .mission-video_cover .rjc-logo{margin-top:30px;width:100%;max-width:162px;height:122px}@media only screen and (max-width:991px){section.trusted-source .mission-video_cover .rjc-logo{margin-top:0}}@media only screen and (max-width:767px){section.trusted-source .mission-video_cover .rjc-logo{max-width:150px;height:auto;margin-top:0}}section.trusted-source .mission-text_cover{padding:90px 40px 95px 60px}@media only screen and (max-width:1200px){section.trusted-source .mission-text_cover{left:0;padding:55px 45px;width:500px}}@media only screen and (max-width:991px){section.trusted-source .mission-text_cover{position:relative;bottom:auto;right:auto;left:auto;margin:0 auto;width:530px;padding:45px 40px}}@media only screen and (max-width:767px){section.trusted-source .mission-text_cover{padding:30px 18px;bottom:auto;width:auto;max-width:100%;margin:0 15px}}@media only screen and (max-width:991px){section.rosi-creator{margin-top:0}}@media only screen and (max-width:767px){section.rosi-creator{margin-top:-20px}}section.rosi-creator .mission-text_cover{padding:110px 40px 105px 60px}@media only screen and (max-width:1200px){section.rosi-creator .mission-text_cover{top:45px;padding:75px 45px}}@media only screen and (max-width:991px){section.rosi-creator .mission-text_cover{position:relative;bottom:auto;right:auto;top:-40px;left:auto;margin:0 auto;padding:45px 40px}}@media only screen and (max-width:767px){section.rosi-creator .mission-text_cover{padding:30px 18px;margin:0 15px}}section.rosi-creator .mission-video_cover{background:url(../../frontend/Rockher/Winter/en_US/images/about/RosiCreator-D.jpg) no-repeat center center;background-size:cover}@media only screen and (max-width:767px){section.rosi-creator .mission-video_cover{background:none}section.rosi-creator .mission-video_cover img{width:100%;max-width:100%;height:auto}}@media only screen and (max-width:991px){section.ethical-sourcing{margin-bottom:60px}}section.ethical-sourcing .ethical-cover{width:100%;display:flex;justify-content:center;align-items:center;background:url(../../frontend/Rockher/Winter/en_US/images/about/EthicalSourcingAboutUs-D.jpg) no-repeat center center;background-size:cover;position:relative;z-index:2;max-width:1110px;margin:auto}@media only screen and (max-width:767px){section.ethical-sourcing .ethical-cover{background-image:url(../../frontend/Rockher/Winter/en_US/images/about/EthicalSourcingAboutUs-M.jpg)}}section.ethical-sourcing .ethical-overlay_cover{position:absolute;width:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.4);z-index:1}section.ethical-sourcing .ethical-text_cover{padding:50px 0 80px;z-index:2;width:100%;max-width:585px;margin:auto;text-align:center}@media only screen and (max-width:767px){section.ethical-sourcing .ethical-text_cover{padding:45px 15px}}section.ethical-sourcing .ethical-text_cover .ethical-adv_text{color:#FFFFFF;font-family:HaboroContrast-NormBook;font-size:16px;letter-spacing:0.5px;line-height:20px;text-transform:uppercase;margin-bottom:30px}@media only screen and (max-width:767px){section.ethical-sourcing .ethical-text_cover .ethical-adv_text{margin-bottom:7px}}section.ethical-sourcing .ethical-text_cover .ethical-main_text{color:#FFFFFF;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;text-transform:uppercase;margin-bottom:25px;font-weight:normal}@media only screen and (max-width:767px){section.ethical-sourcing .ethical-text_cover .ethical-main_text{margin-bottom:20px}}section.ethical-sourcing .ethical-text_cover .ethical-add_text{color:#FFFFFF;font-family:ProximaNovaLight;font-size:16px;letter-spacing:0.5px;line-height:19px;margin-bottom:20px}section.ethical-sourcing .ethical-text_cover .add-product_links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;width:100%}@media only screen and (max-width:767px){section.ethical-sourcing .ethical-text_cover .add-product_links{flex-direction:column}}section.ethical-sourcing .ethical-text_cover a.add-link{padding:0 10px;color:#FFFFFF;font-family:ProximaNovaBold;font-size:16px;letter-spacing:0.5px;line-height:19px}section.ethical-sourcing .ethical-text_cover a.add-link.mt5{margin-top:5px}@media only screen and (max-width:767px){section.ethical-sourcing .ethical-text_cover a.add-link.mt5{margin-top:0;margin-bottom:0}}section.ethical-sourcing .ethical-text_cover a.add-link:hover{text-decoration:underline !important}@media only screen and (max-width:767px){section.ethical-sourcing .ethical-text_cover a.add-link{margin-bottom:10px}}@media only screen and (max-width:767px){section.press-block_about{display:none}}@media only screen and (max-width:991px){section.ceo-section{padding-bottom:0}}@media only screen and (max-width:767px){section.ceo-section{padding-bottom:0}}section.ceo-section .mission-video_cover{background:url(../../frontend/Rockher/Winter/en_US/images/about/CEO-D.jpg) no-repeat center center;background-size:cover}@media only screen and (max-width:767px){section.ceo-section .mission-video_cover{background:none}section.ceo-section .mission-video_cover img{width:100%;max-width:100%;height:auto}}section.ceo-section .mission-text_cover{padding:115px 40px 100px 60px}@media only screen and (max-width:1200px){section.ceo-section .mission-text_cover{top:40px;padding:75px 45px;width:500px}}@media only screen and (max-width:991px){section.ceo-section .mission-text_cover{position:relative;bottom:auto;right:auto;top:-40px;left:auto;margin:0 auto;padding:45px 40px}}@media only screen and (max-width:767px){section.ceo-section .mission-text_cover{padding:30px 18px;width:auto;max-width:100%;margin:0 15px}}section.main-quote{width:100%;margin:0 auto 50px}@media only screen and (max-width:767px){section.main-quote{margin-top:-20px;margin-bottom:35px}}section.main-quote .main-quote_cover{width:100%;max-width:920px;text-align:center;margin:auto}@media only screen and (max-width:767px){section.main-quote .main-quote_cover{padding-top:0}}section.main-quote .main-quote_cover .main-quote_text{color:#060606;font-family:HaboroContrast-NormBook;font-size:32px;letter-spacing:1px;line-height:41px}@media only screen and (max-width:767px){section.main-quote .main-quote_cover .main-quote_text{padding:0 25px;font-size:24px;line-height:1.3}}@media only screen and (max-width:991px){section.diamonds-info_section{padding-top:0;padding-bottom:0}}section.diamonds-info_section .wedding-text_cover{max-width:100%}@media only screen and (max-width:991px){section.diamonds-info_section .wedding-item_main-text{max-width:80%;margin:20px auto 15px}}@media only screen and (max-width:767px){section.diamonds-info_section .wedding-item_main-text{max-width:100%;font-size:28px;line-height:36px;letter-spacing:0.5px;margin:20px auto 15px}}@media only screen and (max-width:767px){section.diamonds-info_section .wedding-item_add-text{padding-left:15px;padding-right:15px}}section.diamonds-info_section .wedding-benefits_item{max-width:555px}.about-us-tpWidget{margin-bottom:50px}@media only screen and (max-width:991px){.about-us-tpWidget .tp-widget-container{padding-top:0}}@media only screen and (max-width:767px){.about-us-tpWidget .tp-widget-container{padding-top:0}.about-us-tpWidget .tp-widget iframe{height:130px !important}}.category-about-rosi #search_diamond.show_banner{top:117px}@media only screen and (max-width:1024px){.category-about-rosi #search_diamond.show_banner{top:56px}}@media only screen and (max-width:767px){.purchase-rockher .jmic-container .landing-container .jmic-purchased-btn{display:block;margin:15px 0;text-align:center}.purchase-rockher .jmic-container .landing-container .jmic-purchased-btn .jmic-btn{margin:0}}.main-cms-pages{width:100%;float:left;margin-bottom:40px}.main-cms-banner{float:left;width:100%;display:block;background:#f5f5f5;padding:77px 0}.main-cms-banner h2,.cms-photography .main-cms-banner h1,.main-cms-banner .h2{text-align:center;letter-spacing:3px;display:block;margin:0;color:#060606;font-size:33px}.contact-sidebar{width:100%;float:left;background:#41395f;padding-top:30px;padding-bottom:30px;margin-top:0;margin-bottom:20px}.contact-sidebar ul{margin-bottom:0;text-align:center;display:block;max-width:1365px;margin:0 auto}.contact-sidebar ul li{list-style:none;padding-bottom:6px;padding-top:0;padding-left:0;display:inline-block}.contact-sidebar ul li a{font-size:13px;font-style:normal;text-transform:uppercase;color:#ffffff}.main-cms-pages #accordion{max-width:950px;margin:0 auto;display:block;width:100%}.category-cms{width:100%;float:left;position:relative;z-index:11}#accordion-faq span.span-mo{padding:0}.popular-diamonds-list{max-width:980px;margin:0 auto;padding:30px 15px;clear:both}@media (max-width:767px){.popular-diamonds-list{padding:15px 5px}}.popular-diamonds-item{padding:7px 6px 7px 20px;color:#060606;font-size:20px;text-transform:uppercase}.popular-diamonds-item a{color:#060606}@media only screen and (max-width:767px){.category-shop-by-shape .main-shop-by-shape .sub-text-shop-by-shape{text-align:center}}@media only screen and (max-width:767px){.category-shop-by-shape .main-shop-by-shape .sub-text-shop-by-shape .shop-shop-by-shape{margin:0 auto}}.watson-form-container #form-login-comparediamond li{margin-left:0 !important}.watson-form-container #form-login-comparediamond .account-login.facebook-login a,.watson-form-container #form-login-comparediamond .account-login.account-login a{padding-left:30px;padding-right:30px;text-align:center}.watson-form-container #form-login-comparediamond p.or{margin-top:17px}@media only screen and (max-width:991px){.watson-form-container #form-login-comparediamond p.login{padding-top:0}}.watson-form-container #form-login-comparediamond p.login:last-child{margin-top:10px}@media only screen and (max-width:991px){.watson-form-container #form-login-comparediamond input{margin-top:0}}.index-order_process{font-family:ProximaNovaReg}.index-order_process .modal-popup .modal-inner-wrap{width:50%;border-radius:10px}.index-order_process .modal-content{height:100%;border:0}.index-order_process .modal-video{height:500px}.index-order_process .modal-popup .modal-header{padding-bottom:0;padding-top:3em}.index-order_process .process-video_cover{width:100%;display:block}.index-order_process .process-video_cover .video-part{position:relative}.index-order_process .process-video_cover .mobile{background-image:url(../../frontend/Rockher/Winter/en_US/images/order-process/mobile-process-top_mobile.jpg);background-size:cover;background-position:center center;display:none}@media only screen and (max-width:767px){.index-order_process .process-video_cover .mobile{display:block;width:100%}}.index-order_process .process-video_cover .mobile .video-desc{padding-top:40px}.index-order_process .process-video_cover .video-part-desktop{min-height:auto;overflow:hidden;display:block;position:relative}@media only screen and (max-width:767px){.index-order_process .process-video_cover .video-part-desktop{display:none}}.index-order_process .fullscreen-bg__video2{height:500%;top:-100%}@media (max-width:1920px){.index-order_process .fullscreen-bg__video2{top:-200%;position:absolute;width:100%}}@media only screen and (max-width:1440px){.index-order_process .fullscreen-bg__video2{height:250%;top:-75%}}@media only screen and (max-width:1024px){.index-order_process .fullscreen-bg__video2{height:100%;top:0}}.index-order_process .main-aboutus-one-sub{top:0;padding:0;position:relative}@media only screen and (max-width:767px){.index-order_process .main-aboutus-one-sub{background:transparent}}.index-order_process .main-aboutus-one-sub .about-us_main-text{width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;height:600px;max-width:640px;margin:0 auto}@media only screen and (max-width:1440px){.index-order_process .main-aboutus-one-sub .about-us_main-text{height:440px}}@media only screen and (max-width:1024px){.index-order_process .main-aboutus-one-sub .about-us_main-text{height:350px}}@media only screen and (max-width:767px){.index-order_process .main-aboutus-one-sub .about-us_main-text{display:block;height:auto;max-width:inherit;padding:50px 0 60px;color:#ffffff}}.index-order_process .main-aboutus-one-sub .about-us_main-text .main-about_us-head-text{color:#FFFFFF;font-family:HaboroContrast-NormBook;font-size:40px;letter-spacing:2px;line-height:51px;margin-bottom:10px}@media only screen and (max-width:767px){.index-order_process .main-aboutus-one-sub .about-us_main-text .main-about_us-head-text{font-size:24px;line-height:1.2}}.index-order_process .main-aboutus-one-sub .about-us_main-text p{color:#FFFFFF;font-size:16px;letter-spacing:0.5px;line-height:19px}.index-order_process .main-aboutus-one-sub .about-us_main-text .watch-video_link{color:#FFFFFF;font-size:16px;font-weight:bold;letter-spacing:0.5px;line-height:19px;display:block;margin:25px auto 0;position:relative;max-width:220px;cursor:pointer;padding-left:35px}@media only screen and (max-width:767px){.index-order_process .main-aboutus-one-sub .about-us_main-text .watch-video_link{padding-left:0}}.index-order_process .main-aboutus-one-sub .about-us_main-text .watch-video_link:before{content:'';background:url(../../frontend/Rockher/Winter/en_US/images/order-process/play-circle-solid.svg);height:20px;width:18px;position:absolute;top:0;left:10px}.index-order_process .modal-dialog{height:576px;width:950px}@media only screen and (max-width:1024px){.index-order_process .modal-dialog{width:100%}}@media only screen and (max-width:767px){.index-order_process .modal-dialog{margin:0;top:5%}}.index-order_process .modal-dialog .modal-content{height:100%}.index-order_process .modal-dialog .modal-header{margin:0;padding:30px}.index-order_process .modal-dialog .modal-body{height:93%}@media only screen and (max-width:767px){.index-order_process .footer-container{padding-top:0}}.advertisement-text_section .advertisement-text_cover{padding:85px 110px 50px}@media only screen and (max-width:991px){.advertisement-text_section .advertisement-text_cover{padding:85px 55px 50px}}@media only screen and (max-width:767px){.advertisement-text_section .advertisement-text_cover{padding:55px 20px 50px}}.advertisement-text_section .advertisement-head_text{color:#413F41;font-size:24px;font-weight:bold;letter-spacing:0.67px;line-height:29px;text-align:center;text-transform:none;font-family:ProximaNovaReg}@media only screen and (max-width:767px){.advertisement-text_section .advertisement-head_text{font-size:20px}}.development-process_section .development-process_cover{width:100%;position:relative}.development-process_section .development-process_cover .development-image_cover{background:url(../../frontend/Rockher/Winter/en_US/images/order-process/craftsmanshipDesktop.jpg) no-repeat center center;background-size:cover;padding:200px 318px 200px 318px;z-index:1;max-width:635px;margin-left:100px}@media only screen and (max-width:991px){.development-process_section .development-process_cover .development-image_cover{margin:auto}}@media only screen and (max-width:767px){.development-process_section .development-process_cover .development-image_cover{padding:150px 20px 150px 20px}}.development-process_section .development-process_cover .development-text_cover{position:absolute;top:50px;right:95px;width:520px;box-shadow:4px 4px 10px 2px rgba(0,0,0,0.13);background:#ffffff;padding:40px 35px 40px 45px;z-index:2}@media only screen and (max-width:991px){.development-process_section .development-process_cover .development-text_cover{left:0;right:0;margin:auto;width:80%;top:290px}}@media only screen and (max-width:767px){.development-process_section .development-process_cover .development-text_cover{width:90%;top:230px;padding:35px}}.development-process_section .development-process_cover .development-text{font-size:18px;letter-spacing:0.5px;line-height:22px}@media only screen and (max-width:767px){.development-process_section .development-process_cover .development-text{font-size:16px}}.professional-quote_section .quote-text_cover{padding:100px 100px 100px}@media only screen and (max-width:991px){.professional-quote_section .quote-text_cover{padding:200px 19px 90px}}@media only screen and (max-width:767px){.professional-quote_section .quote-text_cover{padding:350px 19px 75px}}@media screen and (max-width:414px){.professional-quote_section .quote-text_cover{padding-top:400px}}.professional-quote_section .quote-text_cover .quote-head_text{margin:0;color:#000;font-family:HaboroContrast-NormBook;font-size:32px;letter-spacing:1px;line-height:41px;text-align:center;text-transform:none}@media only screen and (max-width:767px){.professional-quote_section .quote-text_cover .quote-head_text{font-size:24px;line-height:38px}}.design-description_section .design-description_cover{width:100%;position:relative;padding-top:1px}.design-description_section .design-description_cover .design-img_block{width:100%;max-height:285px;height:100%;position:absolute;top:0;left:0;z-index:1;background:url(../../frontend/Rockher/Winter/en_US/images/order-process/design-bg_desktop.jpg) no-repeat center center;background-size:cover}.design-description_section .design-description_cover .design-description_text-block{width:100%;max-width:950px;margin:200px auto 100px;padding:80px 80px 45px;border:1px solid #7c7593;background-color:#FFFFFF;z-index:2;position:relative}@media only screen and (max-width:991px){.design-description_section .design-description_cover .design-description_text-block{width:90%;padding:80px 50px 45px}}@media only screen and (max-width:767px){.design-description_section .design-description_cover .design-description_text-block{padding:65px 35px 35px;margin-bottom:60px}}.design-description_section .design-description_cover .description-head_text{color:#000;font-family:HaboroContrast-NormBook;font-size:32px;letter-spacing:1px;line-height:41px;text-align:center;margin-bottom:35px}@media only screen and (max-width:767px){.design-description_section .design-description_cover .description-head_text{font-size:28px}}.design-description_section .design-description_cover .description-add_text{display:block;color:#413F41;font-size:18px;letter-spacing:0.5px;line-height:22px;margin-bottom:30px}@media only screen and (max-width:767px){.design-description_section .design-description_cover .description-add_text{font-size:16px}}.new-printing_section .design-description_cover .design-img_block{background:url(../../frontend/Rockher/Winter/en_US/images/order-process/3dprinting-bg_desktop.jpg) no-repeat center center;background-size:cover}.new-printing_section .design-description_cover .recycle-link{color:#db7ca7;cursor:pointer;font-weight:bold}.new-printing_section .design-description_cover .recycle-link:hover{color:#5D5185;text-decoration:underline}.finishing-process .design-description_cover .design-img_block{background:url(../../frontend/Rockher/Winter/en_US/images/order-process/finish-touch_bg-desktop.jpg) no-repeat center center;background-size:cover}@media only screen and (max-width:991px){.finishing-process .design-description_cover .design-img_block{background:url(../../frontend/Rockher/Winter/en_US/images/order-process/mobile-finish-process_mobile.jpg) no-repeat center center;background-size:cover}}.finishing-process .design-description_cover .exclusive-link{color:#db7ca7;cursor:pointer;font-weight:bold}.finishing-process .design-description_cover .exclusive-link:hover{color:#5D5185;text-decoration:underline}.find-perfect_ring-section{background:#F9F9F9;margin-bottom:100px}@media only screen and (max-width:767px){.find-perfect_ring-section{margin-bottom:0}}.find-perfect_ring-section .find-perfect_ring-cover{width:100%;position:relative}.find-perfect_ring-section .find-perfect_ring-cover .find-ring_btn-cover{width:100%;float:left;padding:70px 100px 70px}@media only screen and (max-width:1200px){.find-perfect_ring-section .find-perfect_ring-cover .find-ring_btn-cover{padding:70px 5px 70px}}@media only screen and (max-width:767px){.find-perfect_ring-section .find-perfect_ring-cover .find-ring_btn-cover{padding:200px 10px 50px;float:none;margin:100px auto 0;text-align:center}}.find-perfect_ring-section .find-perfect_ring-cover .find-ring_btn-cover .find-ring_head-text{color:#413F41;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;margin:0;font-weight:100}@media only screen and (max-width:767px){.find-perfect_ring-section .find-perfect_ring-cover .find-ring_btn-cover .find-ring_head-text{font-size:26px}}.find-perfect_ring-section .find-perfect_ring-cover .find-ring_btn-cover .shop-rings_btn{height:58px;width:320px;border-radius:5px;background-color:#db7ca7;color:#FFFFFF;font-size:16px;font-weight:bold;letter-spacing:2px;line-height:42px;text-align:center;margin:25px 0 0 25px}@media only screen and (max-width:767px){.find-perfect_ring-section .find-perfect_ring-cover .find-ring_btn-cover .shop-rings_btn{margin-left:0}}.find-perfect_ring-section .find-perfect_ring-cover .find-ring_btn-cover .shop-rings_btn:hover{background-color:#db7ca7}.find-perfect_ring-section .find-perfect_ring-cover .perfect-ring_img-cover{position:absolute;right:15px;top:-50px;height:360px;width:556px;background:url(../../frontend/Rockher/Winter/en_US/images/order-process/RingBottomDesktop.jpg) no-repeat center center;background-size:cover}@media only screen and (max-width:991px){.find-perfect_ring-section .find-perfect_ring-cover .perfect-ring_img-cover{width:335px;height:260px;top:0}}@media only screen and (max-width:767px){.find-perfect_ring-section .find-perfect_ring-cover .perfect-ring_img-cover{top:-100px;width:100%;right:0}}.splitit-section{position:relative;color:#413f41}.splitit-section_entry{background-image:url(../../frontend/Rockher/Winter/en_US/images/splitit-lp/img_splitit-entry.jpg);background-repeat:no-repeat;background-size:cover;background-position:top center}@media only screen and (max-width:767px){.splitit-section_entry{background-image:url(../../frontend/Rockher/Winter/en_US/images/splitit-lp/img_splitit-entry_m.jpg);margin-bottom:150px}}.splitit-section_entry::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.4)}.splitit-section_how{background-color:#ffffff;padding-top:70px;padding-bottom:50px;text-align:center}@media only screen and (max-width:767px){.splitit-section_how{padding-top:30px;padding-bottom:20px}}.splitit-section_example{background-color:#f9f9f9;padding-top:75px;padding-bottom:70px;text-align:center}@media only screen and (max-width:767px){.splitit-section_example{padding-top:40px;padding-bottom:40px}}.splitit-section_advice{background-color:#fff;padding-top:75px;padding-bottom:65px;text-align:center}@media only screen and (max-width:767px){.splitit-section_advice{padding-top:40px;padding-bottom:40px}}.splitit-section_find{background-color:#f9f9f9;margin-top:125px;margin-bottom:65px}@media only screen and (max-width:991px){.splitit-section_find{margin-top:75px}}@media only screen and (max-width:767px){.splitit-section_find{margin-top:45px;margin-bottom:0}}.splitit-entry{position:relative;height:450px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#ffffff;z-index:2}@media only screen and (max-width:1440px){.splitit-entry{height:350px}}@media only screen and (max-width:1024px){.splitit-entry{height:300px}}@media only screen and (max-width:767px){.splitit-entry{height:250px}}.splitit-entry .heading{font-family:HaboroContrast-NormBook;font-size:40px;color:#ffffff;text-transform:uppercase;letter-spacing:2px;line-height:1.4;text-align:center;margin-bottom:10px}@media only screen and (max-width:767px){.splitit-entry .heading{font-size:28px;letter-spacing:0.88px;margin-bottom:0}}.splitit-entry_affirm .heading{text-transform:none}.splitit-entry_affirm .heading .icon{display:inline-block}.splitit-entry_affirm .heading .icon img{position:relative;display:inline;width:130px}@media only screen and (max-width:767px){.splitit-entry_affirm .heading .icon img{width:80px;top:-8px}}.splitit-entry .sub-heading{max-width:550px;margin:0 auto;font-size:16px;color:#ffffff;font-family:ProximaNovaReg;letter-spacing:0.5px;line-height:1.4;text-transform:none}@media only screen and (max-width:767px){.splitit-entry .sub-heading{display:none}}.splitit-entry .no-check{font-family:HaboroContrast-NormBook;font-size:25px;padding-top:20px;text-transform:uppercase;letter-spacing:1.88px}@media only screen and (max-width:767px){.splitit-entry .no-check{font-size:20px;letter-spacing:1px}.splitit-entry .no-check span{display:block;height:0;font-size:0}}.splitit-entry+.sub-heading{position:absolute;top:100%;left:0;right:0;text-align:center;padding:30px 25px;color:#413f41;font-size:18px;line-height:1.25;border-bottom:1px solid #e8e8e8;z-index:5}.splitit-trademark{text-align:center;margin-bottom:45px}.splitit-trademark_affirm{margin-bottom:25px}@media only screen and (max-width:767px){.splitit-trademark{margin-bottom:25px}.splitit-trademark_affirm{margin-bottom:15px}.splitit-trademark_affirm h3{max-width:225px;margin-left:auto;margin-right:auto}}.splitit-trademark h3{font-family:ProximaNovaBold;font-size:24px;margin-bottom:15px;color:#413f41;text-transform:initial}@media only screen and (max-width:767px){.splitit-trademark h3{padding:0 10px}}.splitit-trademark .icon img{margin:0 auto}@media only screen and (max-width:767px){.splitit-trademark .icon img{width:150px}}.splitit-trademark .icon_affirm{margin-bottom:20px}.splitit-trademark .icon_affirm img{width:208px;height:auto}@media only screen and (max-width:767px){.splitit-trademark .icon_affirm img{width:100px}}.splitit-trademark p{font-size:18px;letter-spacing:0.5px;line-height:1.2}.splitit-trademark .affirm-btn{display:block;margin:35px auto 0;width:100%;max-width:270px;height:58px;line-height:55px}.splitit-step{text-align:center}.splitit-step__heading{font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;line-height:1.4;color:#413f41;text-transform:uppercase;margin-bottom:30px}.splitit-step__item{max-width:240px;margin:0 auto;font-size:18px;line-height:1.25;text-align:center}@media only screen and (max-width:767px){.splitit-step__item{margin-bottom:30px}}.splitit-step__item .icon{margin-bottom:15px}.splitit-step__item .icon img{margin:0 auto}.splitit-step__item .title{font-family:ProximaNovaBold;margin-bottom:5px}.splitit-example .heading{font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;line-height:1.4;color:#413f41;text-transform:uppercase;margin-bottom:25px}@media only screen and (max-width:767px){.splitit-example .heading{margin-bottom:15px}}.splitit-example__items{display:flex;flex-direction:row;align-items:flex-start;justify-content:center}@media only screen and (max-width:767px){.splitit-example__items{flex-direction:column;align-items:center}}.splitit-example__item{width:180px;text-align:center;margin:0 40px}@media only screen and (max-width:767px){.splitit-example__item:not(:last-child){margin-bottom:45px}}.splitit-example__item_total{display:block;width:100%;max-width:920px;padding-bottom:20px;border-bottom:1px solid #443879;margin:0 auto 45px}@media only screen and (max-width:767px){.splitit-example__item_total{margin-bottom:35px}}.splitit-example__item .title{margin-bottom:10px;font-family:HaboroContrast-NormBook;font-size:16px;letter-spacing:0.5px;line-height:1.25;color:#443879;text-transform:uppercase}.splitit-example__item .value{font-family:HaboroContrast-NormBook;font-size:32px;letter-spacing:1px;line-height:1.25;margin-bottom:5px;color:#413f41}.splitit-example__item .hint{font-family:ProximaNovaReg;font-size:18px}.splitit-advice .heading{font-family:HaboroContrast-NormBook;font-size:32px;line-height:1.25;letter-spacing:1px;color:#443879;margin-bottom:50px}@media only screen and (max-width:767px){.splitit-advice .heading{font-size:20px;margin-bottom:35px}}.splitit-advice .heading img{display:inline;margin-left:5px;margin-right:5px}@media only screen and (max-width:767px){.splitit-advice .heading img{width:70px}}.splitit-advice_affirm .heading img{position:relative;width:100px}@media only screen and (max-width:767px){.splitit-advice_affirm .heading img{width:70px;top:-8px}}.splitit-advice .text{max-width:730px;font-size:16px;line-height:1.2;letter-spacing:0.5px;margin:0 auto}.splitit-advice .text p:not(:last-child){margin-bottom:1.2em}.splitit-find{position:relative;padding-top:70px;padding-bottom:70px}@media only screen and (max-width:767px){.splitit-find{padding-top:0;padding-bottom:30px;margin-left:-15px;margin-right:-15px}}.splitit-find .ring{position:absolute;top:50%;right:0;margin-top:-180px;width:555px;height:360px}@media only screen and (max-width:1024px){.splitit-find .ring{width:455px;height:295px;margin-top:-145px}}@media only screen and (max-width:991px){.splitit-find .ring{position:relative;top:auto;right:auto;width:auto;height:auto;max-width:480px;display:block;margin:0 auto 30px}}@media only screen and (max-width:767px){.splitit-find .ring{margin-bottom:20px}}.splitit-find .ring img{max-width:100%;display:block;height:auto}.splitit-find__wrap{padding-left:0;padding-right:0;text-align:center}.splitit-find__wrap .heading{font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:1.25;color:#413f41;margin-bottom:25px;text-transform:uppercase}@media only screen and (max-width:767px){.splitit-find__wrap .heading{margin-bottom:20px;padding:0 70px}}.splitit-find__wrap .g-btn{display:block;width:100%;max-width:320px;height:58px;line-height:55px;margin:0 auto}.affirm-example{position:relative;max-width:825px;margin:0 auto}.affirm-example__items{display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;margin-bottom:60px}@media only screen and (max-width:767px){.affirm-example__items{margin-bottom:25px}}.affirm-example__item{position:relative;width:200px;height:200px;background-color:#f8f3ee;color:#060606;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;font-family:ProximaNovaBold}@media only screen and (max-width:991px){.affirm-example__item{width:160px;height:160px}}@media only screen and (max-width:767px){.affirm-example__item{width:95px;height:95px;font-family:ProximaNovaReg}}.affirm-example__item .title{font-size:18px;letter-spacing:0.5px;line-height:1.2}@media only screen and (max-width:991px){.affirm-example__item .title{font-size:16px}}@media only screen and (max-width:767px){.affirm-example__item .title{font-size:14px;letter-spacing:0.4px;line-height:1}}.affirm-example__item .val{font-size:75px;line-height:1.05;font-family:ProximaNovaBold}@media only screen and (max-width:991px){.affirm-example__item .val{font-size:48px}}@media only screen and (max-width:767px){.affirm-example__item .val{font-size:40px}}.affirm-example__item .mth{font-size:24px;letter-spacing:0.67px;line-height:27px}@media only screen and (max-width:991px){.affirm-example__item .mth{font-size:20px;letter-spacing:0.5px;line-height:24px}}@media only screen and (max-width:767px){.affirm-example__item .mth{font-size:14px;letter-spacing:0.4px;line-height:1}}.affirm-example__item-devider{font-size:24px;letter-spacing:0.67px;font-family:ProximaNovaBold;margin-left:35px;margin-right:35px;color:#413f41}@media only screen and (max-width:767px){.affirm-example__item-devider{font-size:16px;margin:0 10px}}@media (max-width:480px){.affirm-example__item-devider{margin-left:5px;margin-right:5px}}.affirm-example p{font-size:18px;line-height:1.2;letter-spacing:0.5px}.diamonds-section{position:relative;color:#413f41}.diamonds-section .heading{font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:1.3;text-transform:capitalize;color:#060606}@media only screen and (max-width:767px){.diamonds-section .heading{letter-spacing:0.88px}}.diamonds-section .container{padding-left:30px;padding-right:30px}@media only screen and (max-width:1200px){.diamonds-section .container{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.diamonds-section .container{padding-left:0;padding-right:0}}@media only screen and (max-width:767px){.diamonds-section.tp-container{display:none}}.diamonds-section_main{position:relative;margin-bottom:65px}.diamonds-section_picks{position:relative;margin:50px 0 15px}@media only screen and (max-width:991px){.diamonds-section_picks{margin-bottom:0}}.diamonds-section_rosi{position:relative}@media only screen and (max-width:991px){.diamonds-section_rosi{margin-bottom:50px}}.diamonds-section_guide{position:relative;margin:0 0 65px}@media only screen and (max-width:991px){.diamonds-section_guide{margin-bottom:35px}}@media only screen and (max-width:991px){.diamonds-section_shapes{margin-bottom:50px}}.diamonds-section_reads{position:relative}.diamonds-section .more-text{font-size:16px;letter-spacing:0.5px;text-align:justify}.diamonds-section .more-text p{margin-bottom:15px}.diamonds-section .more-text a{font-family:ProximaNovaBold;color:#443879}.diamonds-section .more-text .title{font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:1.3;text-transform:uppercase;color:#413f41;margin-top:25px;margin-bottom:20px;text-align:center}.dlp-main{position:relative;background-color:#7c7593}@media only screen and (max-width:1200px){.dlp-main{height:420px}}@media only screen and (max-width:991px){.dlp-main{height:auto;background:#ffffff}}.dlp-main__video-container{position:relative;height:100%}.dlp-main__video-container video{display:block}@media only screen and (max-width:1200px){.dlp-main__video-container video{width:517px}}@media only screen and (max-width:991px){.dlp-main__video-container video{margin:0 auto;width:100%;max-width:480px}}.dlp-main__video-container video.show-mobile{display:none}.dlp-main__video-container img{max-width:100%;max-height:100%}@media only screen and (max-width:991px){.dlp-main__video-container img{margin:0 auto}}.dlp-main__content{position:absolute;top:50%;right:40px;width:600px;height:380px;background-color:#ffffff;padding:80px 30px;text-align:center;transform:translate(0, -50%)}@media only screen and (max-width:1200px){.dlp-main__content{width:490px;right:20px}}@media only screen and (max-width:991px){.dlp-main__content{position:relative;width:100%;right:auto;top:auto;transform:none;height:auto;padding:45px;padding-bottom:0}}@media only screen and (max-width:767px){.dlp-main__content{padding:15px 15px 0}}.dlp-main__content .heading{margin-bottom:22px}.dlp-main__content p{font-size:18px;line-height:1.2;letter-spacing:0.5px;margin-bottom:30px}.dlp-main__content .g-btn{width:100%;height:42px;margin:5px auto;display:inline-block;max-width:245px;line-height:42px;font-size:12px}.diamond-item{position:relative;font-size:16px;line-height:1.2}@media only screen and (max-width:991px){.diamond-item{margin-bottom:35px}}@media only screen and (max-width:767px){.diamond-item{max-width:350px;margin:0 auto 35px}}.diamond-item__video-container{position:relative;margin-bottom:15px;width:100%;max-width:350px;height:278px;overflow:hidden}.diamond-item__video-container img.sample{position:relative;top:-20px;margin:0 auto;max-height:100%;width:auto}.diamond-item__video-container .example-image-text{position:absolute;bottom:0;left:0;right:0;font-size:14px}@media only screen and (max-width:1200px){.diamond-item__video-container{height:234px}}@media only screen and (max-width:991px){.diamond-item__video-container{max-width:350px;height:278px;margin:0 auto 15px}}@media only screen and (max-width:767px){.diamond-item__video-container{width:345px;height:274px}}@media screen and (max-width:374px){.diamond-item__video-container{max-width:290px}}.diamond-item__video-container .diamond-video-preview{cursor:pointer;position:relative;z-index:2;width:auto;margin:0 auto}.diamond-item__video-container .diamond-video-block{display:block;top:0;left:0;right:0;bottom:0;z-index:1}.diamond-item__video-container .diamond-video-block .spinner{position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-30px}.diamond-item__video-container .diamond-video-loader{display:block;position:relative;top:calc(22%);left:calc(22%)}.diamond-item__video-container iframe.diamond-video-block{width:350px;height:278px}@media only screen and (max-width:1200px){.diamond-item__video-container iframe.diamond-video-block{width:294px;height:233px}}@media only screen and (max-width:991px){.diamond-item__video-container iframe.diamond-video-block{width:345px;height:274px}}@media screen and (max-width:374px){.diamond-item__video-container iframe.diamond-video-block{width:300px;height:240px}}.diamond-item__video-container iframe.diamond-video-block_hk{height:270px;zoom:1.4;left:-45px;position:relative}@media only screen and (max-width:1200px){.diamond-item__video-container iframe.diamond-video-block_hk{height:240px}}@media only screen and (max-width:767px){.diamond-item__video-container iframe.diamond-video-block_hk{height:240px}}.diamond-item__video-placeholder{position:relative;cursor:pointer}.diamond-item__video-placeholder:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(65,63,65,0.7)}.diamond-item__video-placeholder .icon360{position:absolute;width:41px;height:36px;left:10px;bottom:10px;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamonds-lp/icon_video360_reg.svg);background-repeat:no-repeat;z-index:2}.diamond-item__video-placeholder .btn-play{position:absolute;top:50%;left:50%;width:115px;height:115px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#ffffff;transform:translate(-50%, -50%);z-index:5;cursor:pointer}.diamond-item__video-placeholder .btn-play::before{content:'';position:absolute;top:50%;left:50%;z-index:2;border-left:34px solid #413f41;border-top:24px solid transparent;border-bottom:24px solid transparent;transform:translate(-50%, -50%);border-radius:5px;margin-left:5px}.diamond-item__video-placeholder:hover .btn-play{background:#413f41}.diamond-item__video-placeholder:hover .btn-play::before{border-left-color:#fff}.diamond-item__video{display:none;max-height:203px;overflow:hidden}@media only screen and (max-width:1200px){.diamond-item__video{max-height:169px}}@media only screen and (max-width:991px){.diamond-item__video{max-height:275px}}.diamond-item__video video{width:100%;height:auto;margin-top:-25px}.diamond-item__title{max-width:160px;margin:0 auto 10px;text-align:center;color:#413f41}.diamond-item a{color:#413f41;font-family:'ProximaNovaReg'}.dlp-picks{text-align:center}.dlp-picks .heading{text-align:center;margin-bottom:20px}.dlp-picks .heading img{display:inline;margin-right:5px;width:66px;position:relative;top:10px}@media only screen and (max-width:767px){.dlp-picks .heading img{display:block;margin:0 auto 15px;top:auto}}.dlp-picks .sub-heading{font-size:18px;line-height:1.2;letter-spacing:0.5px;margin-bottom:30px}@media only screen and (max-width:767px){.dlp-picks .sub-heading{padding:0 15px}}.dlp-picks .sub-heading h1{font-family:inherit;font-size:inherit;text-transform:none;display:inline;margin:0}@media only screen and (max-width:991px){.dlp-picks__items .col-sm-6:nth-child(3){clear:both;width:100%}}@media only screen and (max-width:767px){.dlp-picks__items{margin-left:0;margin-right:0}}.dlp-picks__item img{max-width:100%}.dlp-rosi{position:relative;padding-top:100px;padding-bottom:125px;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamonds-lp/RosiSearchDiamond-D.jpg);background-repeat:no-repeat;background-position:top right;min-height:495px}@media only screen and (max-width:991px){.dlp-rosi{padding-top:0;padding-bottom:0;background-image:none}}@media only screen and (max-width:767px){.dlp-rosi{padding:0 15px}}.dlp-rosi__image-container{display:none}.dlp-rosi__image-container img{max-width:100%}@media only screen and (max-width:991px){.dlp-rosi__image-container{display:block;max-width:375px;margin:0 auto}}.dlp-rosi__main{position:relative;max-width:475px;text-align:left;margin-left:95px}@media only screen and (max-width:991px){.dlp-rosi__main{text-align:center;margin:0 auto}}.dlp-rosi__main .heading{text-align:left;margin-bottom:15px}@media only screen and (max-width:991px){.dlp-rosi__main .heading{text-align:center}}.dlp-rosi__main p{font-size:18px;letter-spacing:0.5px;line-height:1.25;margin-bottom:25px}.dlp-rosi__main .g-btn{display:block;width:100%;max-width:320px;height:58px;line-height:55px}@media only screen and (max-width:991px){.dlp-rosi__main .g-btn{margin:0 auto}}.dlp-rosi__bottom{display:flex;flex-direction:row;align-items:center;margin-top:25px}@media only screen and (max-width:991px){.dlp-rosi__bottom{justify-content:center}}@media only screen and (max-width:767px){.dlp-rosi__bottom{flex-direction:column;align-items:center;justify-content:center}}.dlp-rosi__watch-link{position:relative;color:#443879;font-family:ProximaNovaBold;padding-left:25px;margin-right:15px}@media only screen and (max-width:991px){.dlp-rosi__watch-link{margin-right:50px}}@media only screen and (max-width:767px){.dlp-rosi__watch-link{margin-right:0;margin-bottom:20px}}.dlp-rosi__watch-link:before{content:'';position:absolute;width:18px;height:20px;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamonds-lp/play-circle-solid_purple.svg);background-repeat:no-repeat;left:0}.dlp-rosi__watch-link:hover{color:#443879}.dlp-rosi__ibm{display:flex;flex-direction:row;align-items:center}.dlp-rosi__ibm img{max-width:100%;display:inherit}.dlp-rosi__ibm img.r{position:relative;width:55px;margin-right:10px}.dlp-buying-guide{position:relative;height:360px;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamonds-lp/DiaEduDesktop.jpg);background-repeat:no-repeat;background-position:top left;-webkit-background-size:cover;background-size:cover;padding-top:80px}@media only screen and (max-width:991px){.dlp-buying-guide{height:auto;background-image:none;padding-top:0}}.dlp-buying-guide__image-container{display:none}@media only screen and (max-width:991px){.dlp-buying-guide__image-container{display:block;max-width:480px;margin:0 auto}.dlp-buying-guide__image-container img{max-width:100%;margin:0 auto}}.dlp-buying-guide__main{position:relative;left:510px}@media only screen and (max-width:991px){.dlp-buying-guide__main{left:auto;padding-top:15px;text-align:center}}@media only screen and (max-width:767px){.dlp-buying-guide__main{padding-left:30px;padding-right:30px}}.dlp-buying-guide__main .heading{margin-bottom:25px}.dlp-buying-guide__main p{margin-bottom:15px;font-size:16px}.dlp-buying-guide__main a{color:#443879;font-size:16px;font-family:ProximaNovaBold}.dlp-buying-guide__main a:hover{color:#443879}@media only screen and (max-width:991px){.dlp-builder [class*="col-md-"]{padding-left:0;padding-right:0}}.dlp-builder.build-er__section{padding-top:0;padding-bottom:50px}@media only screen and (max-width:991px){.dlp-builder.build-er__section{margin-bottom:50px}}.dlp-builder>.container{padding-left:30px;padding-right:30px}@media only screen and (max-width:991px){.dlp-builder>.container{padding-left:15px;padding-right:15px}}.dlp-builder .build-er{position:relative;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamonds-lp/EngagementRingBuildBlockDiaD.jpg);-webkit-background-size:cover;background-size:cover;height:525px}@media only screen and (max-width:991px){.dlp-builder .build-er{background-image:none;height:auto}}.dlp-builder .build-er__image{display:none}@media only screen and (max-width:991px){.dlp-builder .build-er__image{display:block;background-color:#f9f9f9;padding-left:50px;padding-right:50px}.dlp-builder .build-er__image img{max-width:100%}}@media only screen and (max-width:767px){.dlp-builder .build-er__image{padding-left:15px;padding-right:15px}}.dlp-builder .build-er__text-container{background:none;max-width:540px;padding:50px;width:100%;top:40px;left:auto;right:0;transform:none}@media only screen and (max-width:1024px){.dlp-builder .build-er__text-container{top:30px;background:rgba(255,255,255,0.65)}}@media only screen and (max-width:991px){.dlp-builder .build-er__text-container{position:relative;margin:0 auto;top:auto;padding:0}}@media only screen and (max-width:991px){.dlp-builder .build-er__title{padding:50px 50px 15px;background-color:#f9f9f9}}@media only screen and (max-width:767px){.dlp-builder .build-er__title{padding-left:15px;padding-right:15px}}@media only screen and (max-width:991px){.dlp-builder .build-er__text{margin:0;padding:15px 50px 35px;background-color:#f9f9f9}}@media only screen and (max-width:767px){.dlp-builder .build-er__text{padding-left:15px;padding-right:15px}}.dlp-builder .build-er__icon-block{margin-bottom:40px}.dlp-builder .build-er__icon-item:nth-child(1):before{width:36px;height:30px;top:0px;background:url(../../frontend/Rockher/Winter/en_US/images/er-lp/icon-diamond.svg) no-repeat 50% 50%}.dlp-builder .build-er__icon-item:nth-child(2):before{width:36px;height:39px;top:-4px;background:url(../../frontend/Rockher/Winter/en_US/images/er-lp/icon-ring-1.svg) no-repeat 50% 50%}.dlp-builder .build-er__button{line-height:47px;margin-bottom:10px;font-size:12px}.dlp-post-items{position:relative}@media only screen and (max-width:767px){.dlp-post-items{margin-left:0;margin-right:0}}.dlp-post-item{margin-bottom:65px}@media only screen and (max-width:767px){.dlp-post-item{margin-left:-15px;margin-right:-15px}}.dlp-post-item__image{position:relative;background:rgba(255,255,255,0);transition:background-color .5s;display:block;margin-bottom:20px}.dlp-post-item__image:hover{background:rgba(255,255,255,0.5)}.dlp-post-item__image::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background-color:inherit}.dlp-post-item__image img{max-width:100%}.dlp-post-item .title{text-align:center;margin-bottom:15px}.dlp-post-item .descr{text-align:center;font-size:16px;letter-spacing:0.5px;line-height:1.2;margin-bottom:20px}.dlp-post-items [class*="col-"]:nth-child(3) .dlp-post-item .descr{max-width:405px;margin:0 auto 20px}@media only screen and (max-width:767px){.dlp-post-item .descr{padding-left:15px;padding-right:15px}}.dlp-post-item .links{text-align:center}.dlp-post-item .links a{color:#443879;font-size:16px;font-family:ProximaNovaBold;margin:0 10px}.dlp-post-item .links a:hover{color:#443879}.home section.dlp-promise{background-image:url(../../frontend/Rockher/Winter/en_US/images/diamonds-lp/MarbleBG-D.jpg);background-position:top center}.home section.dlp-promise article div{width:100%;max-width:220px}@media only screen and (max-width:767px){.home section.dlp-promise article div{max-width:155px}}#rosi-result .rlpn-wrapper #rosi-greeting .buttons{width:auto;margin-left:0}.rockher_diamondsearch-intelligence-index .top-sale-banner{display:none !important}.cms-no-route .main-container{max-width:1260px;padding-left:15px;padding-right:15px;font-size:16px}@media only screen and (max-width:767px){.diamond-no-route{margin-top:-21px}}.diamond-no-route .hero{position:relative;padding-top:60px;padding-bottom:50px;background-color:#f9f9f9}@media only screen and (max-width:767px){.diamond-no-route .hero{padding-top:0px;padding-bottom:35px;margin-top:20px}}.diamond-no-route .hero__image-container{padding-left:0;padding-right:0}.diamond-no-route .hero__image-container img{max-width:100%;width:100%}@media only screen and (max-width:991px){.diamond-no-route .hero__image-container img{width:100%;max-width:450px;margin:0 auto}}.diamond-no-route .hero__content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:380px;padding-left:50px;padding-right:50px;font-family:ProximaNovaReg;text-align:center;font-size:18px}@media only screen and (max-width:1024px){.diamond-no-route .hero__content{min-height:315px}}@media only screen and (max-width:991px){.diamond-no-route .hero__content{min-height:inherit;padding-top:25px}}@media only screen and (max-width:767px){.diamond-no-route .hero__content{padding-top:15px;padding-left:0;padding-right:0}}.diamond-no-route .hero__content .heading{font-size:42px;line-height:41px;letter-spacing:1px;font-weight:bold;color:#443879;margin-bottom:20px;text-align:center}@media only screen and (max-width:767px){.diamond-no-route .hero__content .heading{margin-bottom:10px}}.diamond-no-route .hero__content .sub-heading{font-size:18px;color:#413f41;padding-left:10px;padding-right:10px;margin-bottom:10px}.diamond-no-route .hero__content .sub-heading a{font-size:18px}@media only screen and (max-width:767px){.diamond-no-route .hero__content .sub-heading{padding-left:0;padding-right:0;font-size:16px}.diamond-no-route .hero__content .sub-heading a{font-size:16px}}.diamond-no-route .hero .title{font-size:20px}.diamond-no-route .hero .price{font-size:24px}.diamond-no-route .hero .item img{margin-top:50px}@media only screen and (max-width:767px){.diamond-no-route .hero .item img{margin-top:0}}.diamond-no-route .hero .item .centered-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:red;font-size:32px;font-weight:bold}.diamond-no-route .diamond-shapes{border-bottom:1px solid #e8e8e8;margin-top:50px}.diamond-no-route .diamond-shapes article{margin-bottom:30px}.diamond-no-route .recommend-products-sect{padding-top:50px;padding-bottom:50px}.diamond-no-route .recommend-products-sect .recommend-products{padding-bottom:0}.diamond-no-route .recommend-products-sect .recommend-products .heading{margin-bottom:30px}.diamond-no-route .section-promo{padding-top:30px;padding-bottom:5px}.diamond-no-route .section-promo .promotion-prods .items{margin-bottom:20px}.diamond-no-route .section-promo .promotion-prods .items .title{font-size:20px;margin-bottom:10px}.diamond-no-route .section-promo .promotion-prods .items .price{font-size:24px}.diamond-no-route .ep-section{width:62%}.diamond-no-route .ep-section .heading{font-size:32px}@media only screen and (max-width:767px){.diamond-no-route .ep-section{width:100%}}.cms-valentines-day-jewelry-gift-guide .holiday-main_text{padding:15px 0 45px}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .holiday-main_text{padding-top:20px}}.cms-valentines-day-jewelry-gift-guide .holiday-main_text .holiday-main_text-cover{width:100%;text-align:center;margin:auto}.cms-valentines-day-jewelry-gift-guide .holiday-main_text .holiday-main_text-cover .holiday-main_head-text{color:#413F41;font-family:HaboroContrast-NormBook;font-size:32px;letter-spacing:1px;line-height:41px;margin-bottom:10px}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .holiday-main_text .holiday-main_text-cover .holiday-main_head-text{font-size:28px;max-width:320px;margin:0 auto 10px}}.cms-valentines-day-jewelry-gift-guide .holiday-main_text .holiday-main_text-cover .holiday-add_head-text{max-width:530px;margin:0 auto;color:#413F41;font-family:ProximaNovaReg;font-size:18px;letter-spacing:0.5px;line-height:22px}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .holiday-main_text .holiday-main_text-cover .holiday-add_head-text{max-width:inherit;margin:auto}}.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover{width:100%;padding-bottom:40px;overflow:hidden}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover{padding-bottom:0}}.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .products-sale_item-cover{position:relative;text-align:left}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .products-sale_item-cover{padding-left:15px;padding-right:15px}}.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .ring-sale_item-image{position:relative;display:block;z-index:2}.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .ring-sale_item-image img{max-width:100%;height:auto}.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .ring-sale_item-image .like-sect{position:absolute;top:85px;left:115px;width:90px;height:53px;padding-top:8px;background-image:url(../../frontend/Rockher/Winter/en_US/images/valentines-day/Bubble@2x.svg);background-repeat:no-repeat;background-position:top left;text-align:center;color:#ffffff;font-size:13px}@media only screen and (max-width:1024px){.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .ring-sale_item-image .like-sect{top:65px;left:85px}}@media only screen and (max-width:991px){.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .ring-sale_item-image .like-sect{top:50%;right:25px;left:auto;margin-top:-30px}}.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .ring-sale_item-image .like-sect_most{top:65px;left:75px}@media only screen and (max-width:1024px){.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .ring-sale_item-image .like-sect_most{top:45px;left:55px}}@media only screen and (max-width:991px){.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .ring-sale_item-image .like-sect_most{top:50%;right:25px;left:auto;margin-top:-30px}}.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .ring-sale_item-image .like-sect .val::before{content:'';width:16px;height:14px;background-image:url(../../frontend/Rockher/Winter/en_US/images/valentines-day/InstagramLikeWhite@2x.svg);display:inline-block;position:relative;top:3px;margin-right:3px}.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .product-sale_inner-text{position:absolute;top:0;bottom:0;right:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:220px;padding:10px;padding-top:105px;color:#413f41;text-align:left}@media only screen and (max-width:1024px){.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .product-sale_inner-text{padding-top:55px;width:210px}}@media only screen and (max-width:991px){.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .product-sale_inner-text{position:relative;width:auto;padding:15px 0}}.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .product-sale_inner-text h2{position:relative;z-index:5;color:#413F41;font-family:HaboroContrast-NormBook;font-size:32px;letter-spacing:1px;line-height:41px;margin-bottom:0}.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .product-sale_inner-text p{position:relative;z-index:5;color:#413F41;font-family:HaboroContrast-NormBook;font-size:16px;letter-spacing:0.5px;line-height:20px;margin-bottom:10px;text-transform:uppercase}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .product-sale_inner-text p{margin-bottom:5px}}.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .product-sale_inner-text a{position:relative;z-index:5;color:#413f41;font-size:16px;font-family:ProximaNovaBold;letter-spacing:0.5px}.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .product-sale_btn-cover{display:flex;width:100%;justify-content:flex-end;margin-top:130px}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .product-sale_btn-cover{justify-content:center}}.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .button-shop_link{height:58px;width:321px;border-radius:45px;background-color:#443879;color:#FFFFFF;font-family:ProximaNovaReg;font-size:16px;font-weight:bold;letter-spacing:2px;line-height:19px;text-align:center;display:flex;align-items:center;justify-content:center}.cms-valentines-day-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .button-shop_link:hover{background-color:#5D5185}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .holiday-shipping_banner{margin-top:-1px}}.cms-valentines-day-jewelry-gift-guide .holiday-shipping_banner .holiday-shipping_banner-cover{width:100%;background:url("../../frontend/Rockher/Winter/en_US/images/valentines-day/BGVdayDesktop@2x.png") no-repeat center center;background-size:cover;display:flex;justify-content:space-between;align-items:center;padding:20px 15px 20px}.cms-valentines-day-jewelry-gift-guide .holiday-shipping_banner .holiday-shipping_banner-cover>div{width:50%}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .holiday-shipping_banner .holiday-shipping_banner-cover>div{width:auto}}@media only screen and (max-width:991px){.cms-valentines-day-jewelry-gift-guide .holiday-shipping_banner .holiday-shipping_banner-cover{padding:20px}}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .holiday-shipping_banner .holiday-shipping_banner-cover{flex-direction:column;background:url("../../frontend/Rockher/Winter/en_US/images/valentines-day/VdayBG@2x.png") no-repeat center center;background-size:cover;margin-left:-15px;margin-right:-15px;width:auto}}.cms-valentines-day-jewelry-gift-guide .holiday-shipping_banner .holiday-shipping_banner-item .holiday-shipping_text{color:#FFFFFF;font-family:ProximaNovaReg;font-size:24px;font-weight:bold;letter-spacing:0.67px;line-height:29px;text-align:center}@media only screen and (max-width:991px){.cms-valentines-day-jewelry-gift-guide .holiday-shipping_banner .holiday-shipping_banner-item .holiday-shipping_text{font-size:18px}}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .holiday-shipping_banner .holiday-shipping_banner-item .holiday-shipping_text{font-size:18px;line-height:22px}}.cms-valentines-day-jewelry-gift-guide .holiday-shipping_banner .round-separator{width:10px !important;height:10px;background:#ffffff;border-radius:50%}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .holiday-shipping_banner .round-separator{display:none}}.cms-valentines-day-jewelry-gift-guide .holiday-testimonials_section .testimonials-cover{margin:60px auto 50px}.cms-valentines-day-jewelry-gift-guide .holiday-slider_section{padding-top:30px;padding-bottom:30px}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .holiday-slider_section{padding-top:0}}.cms-valentines-day-jewelry-gift-guide .holiday-slider_section .slider-er__title{margin-bottom:0}.cms-valentines-day-jewelry-gift-guide .holiday-slider_section .slider-er__title .holiday-slider_head-text{color:#413F41;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;text-align:center;margin-bottom:0}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .holiday-slider_section .slider-er.owl-carousel{padding-bottom:35px}.cms-valentines-day-jewelry-gift-guide .holiday-slider_section .slider-er.owl-carousel .owl-item{height:auto}}.cms-valentines-day-jewelry-gift-guide .holiday-slider_section .slider-er .product-collection-name{font-family:HaboroContrast-NormBook;font-size:16px;color:#443879;letter-spacing:0.5px;line-height:20px;margin-bottom:5px;text-transform:uppercase;text-align:center}.cms-valentines-day-jewelry-gift-guide .holiday-engagement_ring{padding-top:10px}.cms-valentines-day-jewelry-gift-guide .holiday-engagement_ring .holiday-engagement_ring-head-text{text-align:center;color:#413F41;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;margin-bottom:25px}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .holiday-engagement_ring .holiday-engagement_ring-head-text{max-width:300px;margin:auto}}.cms-valentines-day-jewelry-gift-guide .holiday-quality_section{background:none;padding:0;margin:35px 0 40px}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .holiday-quality_section{margin:0 0 10px}}.cms-valentines-day-jewelry-gift-guide .holiday-quality_section .holiday-quality_cover{display:flex;padding:35px 0 35px;width:100%;background:url("../../frontend/Rockher/Winter/en_US/images/valentines-day/VdayBGShoppingDesktop@2x.png") no-repeat center center;background-size:cover}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .holiday-quality_section .holiday-quality_cover{background:url("../../frontend/Rockher/Winter/en_US/images/valentines-day/Vday-2BG-M@2x.png") no-repeat center center;background-size:cover;margin-top:-2px}}.cms-valentines-day-jewelry-gift-guide .holiday-quality_section .quality-item{max-width:165px;align-items:center}.cms-valentines-day-jewelry-gift-guide .holiday-quality_section .quality-item p{color:#ffffff}.cms-valentines-day-jewelry-gift-guide .holiday-quality_section .quality-item .img-truck{width:48px;height:38px}.cms-valentines-day-jewelry-gift-guide .rockher-sale_rules .sale-rules_cover{width:100%;text-align:left}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .rockher-sale_rules .sale-rules_cover{padding:15px}}.cms-valentines-day-jewelry-gift-guide .rockher-sale_rules .sale-rules_cover .sale-rules_text{width:100%;max-width:920px;margin:auto;color:#413F41;font-family:ProximaNovaReg;font-size:14px;letter-spacing:0.4px;line-height:17px}@media only screen and (max-width:991px){.cms-valentines-day-jewelry-gift-guide .rockher-sale_rules .sale-rules_cover .sale-rules_text{max-width:675px}}.cms-valentines-day-jewelry-gift-guide .all-discounts{margin-top:35px}.cms-valentines-day-jewelry-gift-guide .all-discounts .container{padding-left:0;padding-right:0}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .all-discounts .container{padding-left:15px;padding-right:15px}}.cms-valentines-day-jewelry-gift-guide .all-discounts>div{margin-bottom:30px}.cms-valentines-day-jewelry-gift-guide .all-discounts>div>div .disc-item{padding:56px 50px 85px;position:relative}@media only screen and (max-width:1200px){.cms-valentines-day-jewelry-gift-guide .all-discounts>div>div .disc-item{background-size:cover;margin-bottom:15px}}@media only screen and (max-width:991px){.cms-valentines-day-jewelry-gift-guide .all-discounts>div>div .disc-item{padding:30px 20px}}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .all-discounts>div>div .disc-item{max-width:none;width:100%;padding:45px 26px}}.cms-valentines-day-jewelry-gift-guide .all-discounts .wedding-bands-him-xmas{background:url(../../frontend/Rockher/Winter/en_US/images/holiday-gift/WBHim.jpg) no-repeat;background-size:contain}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .all-discounts .wedding-bands-him-xmas{background-position-x:75%}.cms-valentines-day-jewelry-gift-guide .all-discounts .wedding-bands-him-xmas span{margin-top:25px}}.cms-valentines-day-jewelry-gift-guide .all-discounts .wedding-bands-her-xmas{background:url(../../frontend/Rockher/Winter/en_US/images/holiday-gift/WBHer.jpg) no-repeat;background-size:contain}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .all-discounts .wedding-bands-her-xmas{background-position-x:75%}.cms-valentines-day-jewelry-gift-guide .all-discounts .wedding-bands-her-xmas span{margin-top:25px}}.cms-valentines-day-jewelry-gift-guide .all-discounts .dimond-studs-xmas{background:url(../../frontend/Rockher/Winter/en_US/images/holiday-gift/DiaStuds.jpg) no-repeat;background-size:contain}.cms-valentines-day-jewelry-gift-guide .all-discounts .dimonds-xmas{background:url(../../frontend/Rockher/Winter/en_US/images/holiday-gift/RosiDia.jpg) no-repeat;background-size:contain}.cms-valentines-day-jewelry-gift-guide .all-discounts a{position:absolute;top:0;bottom:0;left:0;right:0}.cms-valentines-day-jewelry-gift-guide .all-discounts h2{color:#FFFFFF;font-family:HaboroContrast-NormBook;font-size:40px;letter-spacing:4px;line-height:51px}@media only screen and (max-width:1200px){.cms-valentines-day-jewelry-gift-guide .all-discounts h2{margin-bottom:10px}}@media only screen and (max-width:991px){.cms-valentines-day-jewelry-gift-guide .all-discounts h2{font-size:32px}}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .all-discounts h2{letter-spacing:1px;line-height:41px}}.cms-valentines-day-jewelry-gift-guide .all-discounts p{color:#FFFFFF;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;text-transform:uppercase}@media only screen and (max-width:1200px){.cms-valentines-day-jewelry-gift-guide .all-discounts p{font-size:25px}}@media only screen and (max-width:991px){.cms-valentines-day-jewelry-gift-guide .all-discounts p{line-height:23px;font-size:17px}}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .all-discounts p{font-size:24px;line-height:31px;max-width:150px}}.cms-valentines-day-jewelry-gift-guide .all-discounts span{color:#FFFFFF;font-family:ProximaNovaBold;font-size:18px;letter-spacing:0.5px;line-height:22px;display:block;margin-top:114px}@media only screen and (max-width:1200px){.cms-valentines-day-jewelry-gift-guide .all-discounts span{margin-top:25px}}@media only screen and (max-width:991px){.cms-valentines-day-jewelry-gift-guide .all-discounts span{margin-top:45px;font-size:14px}}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .all-discounts span{font-size:16px;line-height:19px;margin-top:50px}}.cms-valentines-day-jewelry-gift-guide .mystery-deal-sect{margin-bottom:40px}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .mystery-deal-sect{margin-bottom:0}}.cms-valentines-day-jewelry-gift-guide .mystery-deal{position:relative;background-color:#e8e8e8;background-image:url(../../frontend/Rockher/Winter/en_US/images/valentines-day/ComingSoonVday-D@2x.jpg);-webkit-background-size:cover;background-size:cover;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:30px;padding-bottom:20px;min-height:170px}@media only screen and (max-width:1024px){.cms-valentines-day-jewelry-gift-guide .mystery-deal{min-height:inherit}}@media only screen and (max-width:991px){.cms-valentines-day-jewelry-gift-guide .mystery-deal{background-position:90%}}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .mystery-deal{background-image:url(../../frontend/Rockher/Winter/en_US/images/valentines-day/ComingSoonVday-M@2x.png);align-items:flex-start;padding-left:15px}}.cms-valentines-day-jewelry-gift-guide .mystery-deal h3{font-size:28px;letter-spacing:1px;line-height:41px;font-family:HaboroContrast-NormBook;color:#413f41;margin-bottom:0}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .mystery-deal h3{line-height:26px}}.cms-valentines-day-jewelry-gift-guide .mystery-deal p{font-family:HaboroContrast-NormBook;font-size:16px;letter-spacing:0.5px;color:#413f41}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .mystery-deal p{max-width:121px}}.cms-valentines-day-jewelry-gift-guide .mystery-deal .hint{font-size:16px;font-family:ProximaNovaBold;letter-spacing:0.5px;color:#413f41}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .delivery-section{margin-bottom:45px;margin-bottom:0}}.cms-valentines-day-jewelry-gift-guide .delivery-section .container{padding:0}.cms-valentines-day-jewelry-gift-guide .delivery-section .xmas-delivery{position:relative}.cms-valentines-day-jewelry-gift-guide .delivery-section .xmas-delivery video{position:relative;display:block;width:100%}.cms-valentines-day-jewelry-gift-guide .delivery-section .xmas-delivery video.show-mobile{display:none}.cms-valentines-day-jewelry-gift-guide .delivery-section .xmas-delivery__content{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(0,0,0,0.25);z-index:5}.cms-valentines-day-jewelry-gift-guide .delivery-section .xmas-delivery__content p{color:#FFFFFF;font-family:"ProximaNovaBold";font-size:18px;letter-spacing:0.5px;line-height:22px;text-align:center}@media only screen and (max-width:767px){.cms-valentines-day-jewelry-gift-guide .delivery-section .xmas-delivery__content p:nth-child(1){margin-bottom:30px}}.cms-valentines-day-jewelry-gift-guide .slider-er .price-box{display:flex;flex-direction:column;align-items:center;justify-content:center}.cms-valentines-day-jewelry-gift-guide .slider-er .price-box .old-price span{text-decoration:line-through;font-weight:normal;font-family:HaboroContrast-NormBook;color:#413F41;font-size:16px}.cms-valentines-day-jewelry-gift-guide .slider-er .price-box .special-price{display:block;padding:4px 5px;background:#B3173B;font-weight:normal;letter-spacing:1px;text-align:center;width:100px}.cms-valentines-day-jewelry-gift-guide .slider-er .price-box .special-price .price{font-size:18px;color:#ffffff;font-family:HaboroContrast-NormBook}.cms-valentines-day-jewelry-gift-guide .slider-er .price-box .regular-price{font-family:HaboroContrast-NormBook;font-size:20px;margin-top:10px}.love-symbol_section .er-main{width:100%;background:url(../../frontend/Rockher/Winter/en_US/images/wedding-bands/WBLandingHero-D.jpg) no-repeat center center;background-size:cover;height:450px}@media only screen and (max-width:767px){.love-symbol_section .er-main{background:url(../../frontend/Rockher/Winter/en_US/images/wedding-bands/WBLandingHero-M.jpg) no-repeat center center;background-size:cover;margin-bottom:210px;height:350px}}.love-symbol_section .er-main .er-main__text-block{max-width:485px;width:100%;padding:0;left:100px;background-color:transparent}@media only screen and (max-width:991px){.love-symbol_section .er-main .er-main__text-block{left:65px}}@media only screen and (max-width:767px){.love-symbol_section .er-main .er-main__text-block{position:absolute;bottom:-225px;top:auto;left:0}}.love-symbol_section .er-main .er-text_cover{max-width:325px;width:100%}@media only screen and (max-width:767px){.love-symbol_section .er-main .er-text_cover{max-width:295px;text-align:center;margin:auto;display:block}}.love-symbol_section .er-main .er-main__text{color:#ffffff;font-family:HaboroContrast-NormBook;font-size:32px;letter-spacing:1px;line-height:41px;text-transform:uppercase;margin-bottom:10px}@media only screen and (max-width:767px){.love-symbol_section .er-main .er-main__text{color:#413F41;font-size:28px}}.love-symbol_section .er-main .er-add__text{color:#ffffff;font-family:ProximaNovaLight;font-size:18px;letter-spacing:0.5px;line-height:22px;margin-bottom:15px}@media only screen and (max-width:767px){.love-symbol_section .er-main .er-add__text{color:#413F41}}.love-symbol_section .er-main .er-action_btn-cover{display:flex;flex-direction:row;width:100%;justify-content:space-between}@media only screen and (max-width:767px){.love-symbol_section .er-main .er-action_btn-cover{padding:0 15px}}.love-symbol_section .er-main .er-main__button{width:232px;height:58px}@media only screen and (max-width:767px){.love-symbol_section .er-main .er-main__button{width:165px;height:45px;font-size:14px;line-height:45px}}.love-symbol_section .er-main_gemstone{background:url(../../frontend/Rockher/Winter/en_US/images/gemstone-lp/gemstone_HeroEngLandingPage_D.jpg) no-repeat center center}@media only screen and (max-width:767px){.love-symbol_section .er-main_gemstone{background:url(../../frontend/Rockher/Winter/en_US/images/gemstone-lp/gemstone_Rings_M.jpg) no-repeat center center;margin-bottom:310px}}.love-symbol_section .er-main_gemstone .er-text_cover{max-width:385px}@media only screen and (max-width:767px){.love-symbol_section .er-main_gemstone .er-main__text-block{bottom:auto;top:100%;padding:25px 15px}}.love-symbol_section .er-main_gemstone .er-main__text{color:#443879;margin:0 0 25px}@media only screen and (max-width:767px){.love-symbol_section .er-main_gemstone .er-main__text{margin-bottom:15px;color:#413f41;line-height:1.25}}.love-symbol_section .er-main_gemstone .er-add__text{color:#443879;font-family:ProximaNovaReg;margin-bottom:30px}@media only screen and (max-width:767px){.love-symbol_section .er-main_gemstone .er-add__text{margin-bottom:50px;color:#413f41}}.love-symbol_section .er-main_gemstone .er-action_btn-cover{justify-content:flex-start}@media only screen and (max-width:767px){.love-symbol_section .er-main_gemstone .er-action_btn-cover{justify-content:center}}.love-symbol_section .er-main_gemstone .g-btn{line-height:53px}@media only screen and (max-width:767px){.love-symbol_section .er-main_gemstone .g-btn{width:100%;max-width:320px}}@media only screen and (max-width:767px){section.wedding-category_links-section{padding-bottom:20px}}section.wedding-category_links-section .shop-er__head-text{text-align:center}@media only screen and (max-width:767px){section.wedding-category_links-section .shop-er__head-text{max-width:240px}}.eternity-banner_section .eternity-banner_cover{width:100%;display:flex;align-items:center;justify-content:center;background:url(../../frontend/Rockher/Winter/en_US/images/wedding-bands/eternitybgD.jpg) no-repeat center center;background-size:cover}@media only screen and (max-width:767px){.eternity-banner_section .eternity-banner_cover{background:url(../../frontend/Rockher/Winter/en_US/images/wedding-bands/eternitybgM.jpg) no-repeat center center;background-size:cover}}.eternity-banner_section .eternity-advtext_cover{padding:111px 0;max-width:410px}@media only screen and (max-width:767px){.eternity-banner_section .eternity-advtext_cover{max-width:345px;padding:124px 0}}.eternity-banner_section .eternity-main_text{color:#413F41;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;text-align:center;margin-bottom:20px}@media only screen and (max-width:767px){.eternity-banner_section .eternity-main_text{max-width:265px;margin:0 auto 20px}}.eternity-banner_section .eternity-add_text{color:#413F41;font-family:ProximaNovaReg;font-size:16px;letter-spacing:0.5px;line-height:19px;text-align:center;margin-bottom:25px}.eternity-banner_section .eternity-design_link{color:#413F41;font-family:ProximaNovaReg;font-size:16px;letter-spacing:0.5px;line-height:19px;text-align:center;font-weight:bold;margin:0 auto;display:block}.eternity-banner_section .eternity-design_link:hover{text-decoration:underline !important;cursor:pointer}section.wedding-popular_slider{padding-bottom:70px}@media only screen and (max-width:991px){section.wedding-popular_slider{padding-bottom:30px}}section.wedding-popular_slider .owl-carousel{padding-bottom:0}@media only screen and (max-width:991px){section.wedding-popular_slider .owl-carousel .owl-item .slider-er__item{padding:0 10px}}section.wedding-popular_slider .owl-carousel .owl-item .slider-er__image{height:100px}@media only screen and (max-width:767px){section.wedding-popular_slider .owl-carousel .owl-item{height:270px}section.wedding-popular_slider .owl-carousel .owl-item .slider-er__image{height:72px;margin-bottom:10px}section.wedding-popular_slider .owl-carousel .owl-controls{bottom:20px}}section.wedding-popular_slider .slider-er__title h1{display:inline;color:#413F41;font-family:inherit;font-size:28px;letter-spacing:0.5px;line-height:36px;text-align:center}.wedding-bands_benefits-section{padding-bottom:90px}@media only screen and (max-width:767px){.wedding-bands_benefits-section{padding-bottom:0}}.wedding-bands_benefits-section .wedding-benefits_cover{display:flex;justify-content:space-between;width:100%}@media only screen and (max-width:767px){.wedding-bands_benefits-section .wedding-benefits_cover{flex-direction:column}}.wedding-bands_benefits-section .wedding-benefits_item{display:flex;max-width:540px;width:100%;margin:0 15px}@media only screen and (max-width:767px){.wedding-bands_benefits-section .wedding-benefits_item{margin:0 0 50px}}.wedding-bands_benefits-section .benefits-item_link{overflow:hidden;display:block;text-align:center}.wedding-bands_benefits-section .wedding-item_img{width:100%}.wedding-bands_benefits-section .wedding-text_cover{max-width:440px;width:100%;margin:0 auto}@media only screen and (max-width:767px){.wedding-bands_benefits-section .wedding-text_cover{max-width:345px}}.wedding-bands_benefits-section .wedding-item_main-text{color:#413F41;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;margin:20px 0 15px;font-weight:normal}@media only screen and (max-width:991px){.wedding-bands_benefits-section .wedding-item_main-text{font-size:24px}}@media only screen and (max-width:767px){.wedding-bands_benefits-section .wedding-item_main-text{margin:20px auto 15px;max-width:305px}}.wedding-bands_benefits-section .wedding-item_add-text{color:#413F41;font-family:ProximaNovaReg;font-size:16px;letter-spacing:0.5px;line-height:19px;margin-bottom:20px}.wedding-bands_benefits-section .wedding-info_link{color:#443879;font-family:ProximaNovaReg;font-size:16px;font-weight:bold;letter-spacing:0.5px;line-height:19px}.wedding-bands_benefits-section .wedding-info_link:hover{text-decoration:underline}.customer-dimond_help-section{margin-bottom:80px}.customer-dimond_help-section .customer-diamond_help-cover{width:100%;background:url(../../frontend/Rockher/Winter/en_US/images/wedding-bands/questionrosiD.jpg) no-repeat center center;background-size:cover;overflow:hidden}@media only screen and (max-width:767px){.customer-dimond_help-section .customer-diamond_help-cover{background:url(../../frontend/Rockher/Winter/en_US/images/wedding-bands/questionrosiM.jpg) no-repeat center center;background-size:cover;position:relative;margin-bottom:300px;height:390px;overflow:visible}}.customer-dimond_help-section .customer-text_item-cover{max-width:460px;width:100%;margin:70px 0 75px 110px}@media only screen and (max-width:991px){.customer-dimond_help-section .customer-text_item-cover{margin:70px 0 75px 30px}}@media only screen and (max-width:767px){.customer-dimond_help-section .customer-text_item-cover{margin:0;position:absolute;text-align:center;bottom:-280px;left:0;padding:0px 15px}}.customer-dimond_help-section .customer-help_main-text{color:#413F41;font-family:HaboroContrast-NormBook;font-size:28px;font-weight:normal;letter-spacing:0.5px;line-height:36px;margin-bottom:10px}.customer-dimond_help-section .customer-help_add-text{color:#413F41;font-family:ProximaNovaReg;font-size:18px;letter-spacing:0.5px;line-height:22px;margin-bottom:5px}.customer-dimond_help-section .customer-call_link{color:#443879;font-family:ProximaNovaReg;font-size:16px;font-weight:bold;letter-spacing:0.5px;line-height:19px;margin-bottom:20px;display:block}.customer-dimond_help-section .chat-btn{height:58px;width:321px;border:2px solid #db7ca7;border-radius:5px;color:#db7ca7;font-family:ProximaNovaReg;font-size:16px;font-weight:bold;letter-spacing:2px;line-height:19px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:767px){.customer-dimond_help-section .chat-btn{margin:auto}}@media screen and (max-width:360px){.customer-dimond_help-section .chat-btn{width:280px}}@media screen and (max-width:360px){section.wedding-bands_lovestory-section .share-er__block-images img{width:44%}}section.wedding-promise{margin-top:85px}@media only screen and (max-width:1024px){section.wedding-promise{padding:50px 20px}}section.wedding-promise .wedding-promise-head_text{color:#413F41;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;text-align:center;margin-bottom:40px}section.wedding-promise .wedding-promise_item{max-width:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}@media only screen and (max-width:767px){section.wedding-promise .wedding-promise_item{justify-content:flex-start}section.wedding-promise .wedding-promise_item img{min-height:60px}}section.wedding-promise .wedding-promise_item-text{color:#413F41;font-family:HaboroContrast-NormBook;font-size:16px;letter-spacing:0.5px;line-height:20px;text-align:center;text-transform:uppercase}@media only screen and (max-width:767px){section.wedding-promise .wedding-promise_item-text{max-width:130px;min-height:60px}section.wedding-promise .wedding-promise_item-text br{display:none}}.testimonials-wrapper{color:#413f41}.testimonials-wrapper .btn-play-video{position:relative;width:62px;height:62px;border:3px solid #fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:transparent;cursor:pointer;z-index:1}.testimonials-wrapper .btn-play-video:before{content:'';position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-6px;border-left:18px solid #fff;border-top:12px solid transparent;border-bottom:12px solid transparent;cursor:pointer;z-index:5}.testimonials-wrapper .btn-play-video:hover{background:#ffffff}.testimonials-wrapper .btn-play-video:hover:before{border-left-color:#413F41}@media only screen and (max-width:1024px){.testimonials-wrapper .dlp-rosi{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:1024px){.testimonials-wrapper .dlp-rosi__main{margin-left:0}}@media only screen and (max-width:991px){.testimonials-wrapper .dlp-rosi__main{margin-left:auto;margin-right:auto}}.testimonials-hero{position:relative;width:100%;max-width:1110px;margin:0 auto 60px}@media only screen and (max-width:1024px){.testimonials-hero{padding-left:15px;padding-right:15px}}@media only screen and (max-width:991px){.testimonials-hero{margin-bottom:35px}}@media only screen and (max-width:767px){.testimonials-hero{padding-left:0;padding-right:0;margin-bottom:25px}}.testimonials-hero__banner{position:relative}.testimonials-hero__banner img{display:block;max-width:100%}.testimonials-hero__text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:730px;font-family:HaboroContrast-NormBook;font-size:32px;color:#ffffff;letter-spacing:1px;line-height:41px;text-align:center}@media only screen and (max-width:991px){.testimonials-hero__text{width:550px;font-size:24px;line-height:32px}}@media only screen and (max-width:767px){.testimonials-hero__text{font-size:20px;line-height:26px;max-width:345px}}.testimonials-hero .btn-play-video{display:block;margin:15px auto 0}.testimonials-list-container{position:relative}.testimonials-list-container .sub-heading{text-align:center;font-size:18px;letter-spacing:0.5px;line-height:22px;margin-bottom:60px}@media only screen and (max-width:991px){.testimonials-list-container .sub-heading{margin-bottom:35px}}@media only screen and (max-width:767px){.testimonials-list-container .sub-heading{margin-bottom:25px}}.testimonials-list{max-width:1110px;margin:0 auto}@media only screen and (max-width:1024px){.testimonials-list{padding-left:15px;padding-right:15px}}.testimonials-item{position:relative;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}@media only screen and (max-width:767px){.testimonials-item{display:block}}.testimonials-item:not(:last-child){margin-bottom:75px}@media only screen and (max-width:767px){.testimonials-item:not(:last-child){border-bottom:1px solid #e8e8e8;padding-bottom:30px;margin-bottom:30px}}.testimonials-item__video{position:relative;flex:0 0 540px}@media only screen and (max-width:1200px){.testimonials-item__video{flex:0 0 450px}}@media only screen and (max-width:991px){.testimonials-item__video{flex:0 0 350px}}@media only screen and (max-width:767px){.testimonials-item__video{max-width:540px;margin:0 auto 12px}}.testimonials-item__video:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;transition:background-color .25s;z-index:1}.no-touch .testimonials-item__video:hover:before{background-color:rgba(93,93,93,0.35)}.testimonials-item__video img{display:block;max-width:100%}.testimonials-item__video .btn-play-video{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2}.testimonials-item__details{padding:45px 30px 20px}@media only screen and (max-width:1200px){.testimonials-item__details{padding-top:30px}}@media only screen and (max-width:991px){.testimonials-item__details{padding:15px 20px}}@media only screen and (max-width:767px){.testimonials-item__details{padding:0;text-align:center}}.testimonials-item__title{font-family:HaboroContrast-NormBook;font-size:32px;letter-spacing:1px;line-height:41px;margin-bottom:20px;color:#060606}@media only screen and (max-width:1200px){.testimonials-item__title{font-size:28px;line-height:36px}}@media only screen and (max-width:991px){.testimonials-item__title{font-size:22px;line-height:1.4}}@media only screen and (max-width:767px){.testimonials-item__title{margin-bottom:15px;font-size:20px;line-height:26px}}.testimonials-item__descr{font-size:18px;letter-spacing:0.5px;line-height:22px}@media only screen and (max-width:991px){.testimonials-item__descr{font-size:16px;line-height:1.2}}.trustpilot-reviews{max-width:1110px;margin:95px auto 35px}@media only screen and (max-width:767px){.trustpilot-reviews{margin-top:65px}}.trustpilot-reviews .heading{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;font-size:18px;letter-spacing:0.5px;line-height:22px;margin-bottom:10px}.trustpilot-reviews .heading .icon{position:relative;top:-3px;margin-left:10px}.trustpilot-reviews .links{text-align:center;margin-bottom:30px}.trustpilot-reviews-list{position:relative;display:flex;flex-direction:row;justify-content:space-between}@media only screen and (max-width:767px){.trustpilot-reviews-list{display:block;height:409px}.trustpilot-reviews-list.owl-carousel{height:auto}}.trustpilot-reviews .owl-controls{position:relative}@media (max-width:736px){.trustpilot-reviews .owl-controls{margin-bottom:0;margin-top:20px}}.trustpilot-reviews .owl-controls .owl-buttons div.owl-prev,.trustpilot-reviews .owl-controls .owl-buttons div.owl-next{position:relative;top:auto;background-position:center}@media (max-width:736px){.trustpilot-reviews .owl-controls .owl-buttons div.owl-prev,.trustpilot-reviews .owl-controls .owl-buttons div.owl-next{display:inline-block}}.trustpilot-reviews .owl-controls .owl-buttons div.owl-prev{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-left_sm.svg)}.trustpilot-reviews .owl-controls .owl-buttons div.owl-next{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-right_sm.svg)}.trustpilot-review-item{width:350px;min-height:405px;margin:0 auto;background-color:#f9f9f9;padding:50px 25px 25px;text-align:center}@media only screen and (max-width:767px){.trustpilot-review-item{opacity:0;visibility:hidden}.trustpilot-reviews-list.owl-carousel .trustpilot-review-item{opacity:1;visibility:visible}}.trustpilot-review-item .rating-icon{margin-bottom:20px}.trustpilot-review-item .rating-icon img{display:inline-block;max-width:109px}.trustpilot-review-item .text{text-align:center;font-size:16px;letter-spacing:0.5px;line-height:1.2}.video-review-modal .modal-dialog{width:760px}@media only screen and (max-width:767px){.video-review-modal .modal-dialog{width:auto;max-width:640px;margin-top:50%}}.video-review-modal .modal-header{padding:0;margin:0}.video-review-modal .modal-body{padding:47px 15px 15px}@media only screen and (max-width:767px){.video-review-modal .modal-body{padding-top:50px;padding-bottom:50px}}.video-review-modal .modal-body video{display:block;width:100%}.guide-page-container{position:relative}.guide-hero{background:linear-gradient(180deg, #f4f8fe 0%, #f8f4fe 100%);margin-bottom:70px}@media only screen and (max-width:767px){.guide-hero{margin-bottom:30px}}.guide-hero__inner{position:relative;padding-top:85px;padding-bottom:85px}@media only screen and (max-width:991px){.guide-hero__inner{padding-top:35px;padding-bottom:35px}}@media only screen and (max-width:767px){.guide-hero__inner{padding-top:15px;padding-bottom:30px}}.guide-hero__image{position:absolute;top:50%;right:15px;transform:translate(0, -50%)}.guide-hero__image_round{right:65px}@media only screen and (max-width:991px){.guide-hero__image{position:relative;top:auto;right:auto;transform:none;margin-bottom:15px}.guide-hero__image img{max-width:160px;margin:0 auto}}@media only screen and (max-width:767px){.guide-hero__image img.img-emerald{width:100px}.guide-hero__image img.img-oval{width:115px}.guide-hero__image img.img-cushion{width:106px}.guide-hero__image img.img-princess{width:118px}.guide-hero__image img.img-round{width:100px}.guide-hero__image img.img-radiant{width:91px}.guide-hero__image img.img-marquise{width:91px}.guide-hero__image img.img-pear{width:90px}.guide-hero__image img.img-heart{width:125px}.guide-hero__image img.img-asscher{width:125px}}.guide-hero__content{max-width:760px;font-size:16px;letter-spacing:0.5px;line-height:1.2;color:#413f41;text-align:center}@media only screen and (max-width:1200px){.guide-hero__content{max-width:560px}}@media only screen and (max-width:991px){.guide-hero__content{margin:0 auto}}.guide-hero__content .heading{font-family:HaboroContrast-NormBook;color:#413f41;font-size:32px;letter-spacing:1px;line-height:41px;margin-bottom:15px;text-transform:none}@media only screen and (max-width:767px){.guide-hero__content .heading{font-size:28px;letter-spacing:0.88px;line-height:36px}}.guide-hero__content .text{max-width:540px;margin:0 auto 20px}.guide-hero__content .text_round-cut,.guide-hero__content .text_pear-cut{max-width:665px}.guide-hero__content .g-btn{display:inline-block;width:320px;height:58px;line-height:55px;letter-spacing:2px}.diamond-guide-hero{background:linear-gradient(180deg, #f4f8fe 0%, #f8f4fe 100%)}@media only screen and (max-width:1024px){.diamond-guide-hero{background:none}}@media only screen and (max-width:767px){.diamond-guide-hero{margin-bottom:0px}}.diamond-guide-hero__inner{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:40px 0}@media only screen and (max-width:1024px){.diamond-guide-hero__inner{display:block;padding:0;width:100%}}.diamond-guide-hero__image{position:absolute;top:50%;right:15px;transform:translate(0, -50%)}.diamond-guide-hero__image_round{right:65px}@media only screen and (max-width:991px){.diamond-guide-hero__image{position:relative;top:auto;right:auto;transform:none;margin-bottom:15px}.diamond-guide-hero__image img{max-width:160px;margin:0 auto}}@media only screen and (max-width:767px){.diamond-guide-hero__image img.img-emerald{width:100px}.diamond-guide-hero__image img.img-oval{width:115px}.diamond-guide-hero__image img.img-cushion{width:106px}.diamond-guide-hero__image img.img-princess{width:118px}.diamond-guide-hero__image img.img-round{width:100px}.diamond-guide-hero__image img.img-radiant{width:91px}.diamond-guide-hero__image img.img-marquise{width:91px}.diamond-guide-hero__image img.img-pear{width:90px}.diamond-guide-hero__image img.img-heart{width:125px}.diamond-guide-hero__image img.img-asscher{width:125px}}.diamond-guide-hero__content{width:100%;padding-right:65px;font-size:16px;letter-spacing:0.5px;line-height:1.2;color:#413f41;text-align:left}@media only screen and (max-width:1024px){.diamond-guide-hero__content{background:linear-gradient(180deg, #f4f8fe 0%, #f8f4fe 100%);max-width:100%;padding:10px 15px;margin-bottom:0px;text-align:center}}.diamond-guide-hero__content .heading{font-family:HaboroContrast-NormBook;color:#413f41;font-size:34px;letter-spacing:0;line-height:41px;margin-bottom:10px;text-transform:none}@media only screen and (max-width:767px){.diamond-guide-hero__content .heading{font-size:28px;letter-spacing:0.88px;line-height:36px}}.diamond-guide-hero__content .text{margin-bottom:0px;font-family:ProximaNovaLight;line-height:1.6;letter-spacing:0}.diamond-guide-hero__content .text .link-more{display:none;margin-top:20px;font-size:14px;text-transform:uppercase;line-height:1.2;color:#443879}@media only screen and (max-width:767px){.diamond-guide-hero__content .text .link-more{display:block}}@media only screen and (max-width:767px){.diamond-guide-hero__content .text .more{display:none}.diamond-guide-hero__content .text .more.is-active{display:block}}.diamond-guide-hero__content .g-btn{display:inline-block;width:320px;height:58px;line-height:55px;letter-spacing:2px}@media only screen and (max-width:1024px){.diamond-guide-hero__content .rosi-budget{max-width:580px;margin:0 auto}}.diamond-guide-hero__content .rosi-budget__form{padding:7px;padding-left:20px}.diamond-guide-hero__content .rosi-budget .g-btn{width:230px}.diamond-guide-hero__rosi-promo{display:flex;flex-direction:column;text-align:center;flex:0 0 460px;background-color:#ffffff;box-shadow:0 0 79px 0 rgba(130,118,149,0.16)}@media only screen and (max-width:1024px){.diamond-guide-hero__rosi-promo{max-width:460px;margin-left:auto;margin-right:auto}}@media only screen and (max-width:767px){.diamond-guide-hero__rosi-promo{margin-left:10px;margin-right:10px}}.guide-content{position:relative;max-width:1140px;padding-left:15px;padding-right:15px;margin:0 auto;color:#413f41}.guide-content__inner{position:relative;max-width:740px;padding-right:10px}@media only screen and (max-width:1024px){.guide-content__inner{max-width:615px}}@media only screen and (max-width:991px){.guide-content__inner{max-width:100%;padding-left:0;padding-right:0}}.guide-content__inner .headings{font-family:HaboroContrast-NormBook;color:#443879;font-size:28px;letter-spacing:0.5px;line-height:1.3;margin-top:60px;margin-bottom:15px;text-transform:none}@media only screen and (max-width:767px){.guide-content__inner .headings{margin-top:45px;font-size:24px;margin-bottom:10px}}.guide-content__inner h2,.guide-content__inner h3,.guide-content__inner h4{font-weight:normal;text-transform:none}.guide-content__inner h4{font-family:HaboroContrast-NormBook;color:#443879;font-size:24px;letter-spacing:0.5px;line-height:31px;margin:15px 0}@media only screen and (max-width:767px){.guide-content__inner h4{font-size:20px;line-height:1.3;margin-bottom:10px}}.guide-content__inner p{font-size:18px;letter-spacing:0.5px;line-height:22px;margin-bottom:25px}@media only screen and (max-width:767px){.guide-content__inner p{font-size:16px;line-height:1.2;margin-bottom:20px}}.guide-content__inner img{max-width:100%;margin-bottom:25px}.guide-content__inner .img_d715_m395{height:715px;width:715px}@media only screen and (max-width:767px){.guide-content__inner .img_d715_m395{height:395px;width:395px}}.guide-content__inner .img_d340_m160{height:340px;width:340px}@media only screen and (max-width:767px){.guide-content__inner .img_d340_m160{height:160px;width:160px}}.guide-content__inner .img_d400-715_m220-395{height:400px;width:715px}@media only screen and (max-width:767px){.guide-content__inner .img_d400-715_m220-395{height:220px;width:395px}}.guide-content__inner .img_d860-500_m680-395{height:860px;width:500px}@media only screen and (max-width:767px){.guide-content__inner .img_d860-500_m680-395{height:680px;width:395px}}.guide-content__inner a.link-paragraph{font-size:18px}@media only screen and (max-width:767px){.guide-content__inner a.link-paragraph{font-size:16px;line-height:1.2}}.guide-content__inner .image-and-text{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:25px 0}@media only screen and (max-width:767px){.guide-content__inner .image-and-text{flex-direction:column;margin-bottom:10px}}.guide-content__inner .image-and-text .img{flex:1 0 auto;margin-right:30px;margin-bottom:0;text-align:center}.guide-content__inner .image-and-text .img img{margin-bottom:0}@media only screen and (max-width:767px){.guide-content__inner .image-and-text .img img{margin-bottom:15px}}@media only screen and (max-width:767px){.guide-content__inner .image-and-text .img{margin-right:0}}.guide-content__inner .image-and-text .text{font-family:HaboroContrast-NormBook;font-size:24px;letter-spacing:0.5px;line-height:31px;color:#443879}@media only screen and (max-width:767px){.guide-content__inner .image-and-text .text{font-size:20px;line-height:1.3}}@media only screen and (max-width:767px){.guide-content__inner .quality-checklist .img{display:flex;flex-direction:row;justify-content:space-around;align-items:center;margin-bottom:20px}}.guide-content__inner .quality-checklist .img div{margin-bottom:30px}@media only screen and (max-width:767px){.guide-content__inner .quality-checklist .img div{margin:0 10px}.guide-content__inner .quality-checklist .img div:nth-child(1) img{width:171px}.guide-content__inner .quality-checklist .img div:nth-child(2) img{width:90px}}.guide-content__inner .quality-checklist .img div:last-child{margin-bottom:0}.guide-content__inner .quality-checklist .img span{display:block;margin-bottom:7px}@media only screen and (max-width:767px){.guide-content__inner .quality-checklist .img span{max-width:110px;margin:0 auto 10px;line-height:1.25}}.guide-content__inner .quality-checklist p{color:#443879;font-family:HaboroContrast-NormBook;font-size:24px;letter-spacing:0.5px;line-height:31px;margin-bottom:0}@media only screen and (max-width:767px){.guide-content__inner .quality-checklist p{font-size:20px;line-height:1.3}}.guide-content__inner .quality-checklist img{margin:0 auto}.guide-content__inner .quality-checklist ul{list-style:disc outside !important;margin:0 !important;margin-left:25px !important}.guide-content__inner .quality-checklist ul li{margin:0 !important;color:#443879;font-family:HaboroContrast-NormBook;font-size:24px;letter-spacing:0.5px;line-height:31px}@media only screen and (max-width:767px){.guide-content__inner .quality-checklist ul li{font-size:20px;line-height:1.3}}@media only screen and (max-width:767px){.guide-content__inner .shape-images img.img-emerald{width:338px;margin:0 auto}.guide-content__inner .shape-images img.img-oval{width:345px;margin:0 auto}}.diamond-guide-content{position:relative;max-width:1920px;margin:0 auto;color:#413f41;font-size:18px;line-height:1.4}@media only screen and (max-width:767px){.diamond-guide-content{font-size:16px}}.diamond-guide-content .guide-sidebar-container{right:0}@media (max-width:1860px){.diamond-guide-content .guide-sidebar-container{display:none}}.diamond-guide-content .container{padding-left:0;padding-right:0}.diamond-guide-content .intro-text{margin-top:70px;margin-bottom:70px}@media only screen and (max-width:991px){.diamond-guide-content .intro-text{margin-top:50px;margin-bottom:50px}}@media only screen and (max-width:767px){.diamond-guide-content .intro-text{margin-top:25px;margin-bottom:25px;padding:0 10px}}.diamond-guide-content .heading{font-family:HaboroContrast-NormBook;color:#413f41;font-size:34px;letter-spacing:0;line-height:1.25;margin-bottom:10px;text-transform:none}@media only screen and (max-width:991px){.diamond-guide-content .heading{font-size:28px}}.diamond-guide-content .quote-dash{display:block;width:60px;height:3px;background:#443879;margin:35px 0}@media only screen and (max-width:991px){.diamond-guide-content .quote-dash{margin-top:0;margin-bottom:30px}}.diamond-guide-content p{margin-bottom:25px}.diamond-guide-content p:last-child{margin-bottom:0}.diamond-guide-content img{max-width:100%}@media only screen and (max-width:767px){.info-section{padding-left:10px;padding-right:10px}}.info-section_tile{margin-bottom:155px}@media only screen and (max-width:991px){.info-section_tile{margin-bottom:0}}.info-section_grey{background:#f6f6fe}@media only screen and (max-width:767px){.info-section_grey{padding-left:15px;padding-right:15px}}.info-section_clarity{margin-bottom:25px}.info-section_best{margin-bottom:50px}.info-section .how-to-buy{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:60px 0}@media only screen and (max-width:1024px){.info-section .how-to-buy{display:block}}.info-section .how-to-buy .content{width:50%}@media only screen and (max-width:1024px){.info-section .how-to-buy .content{width:auto;margin-bottom:40px}}.info-section .how-to-buy .image{transform:translate(30px, 0)}@media only screen and (max-width:1024px){.info-section .how-to-buy .image{transform:none;text-align:center}.info-section .how-to-buy .image img{display:inline-block}}.size-chart-section{margin-top:110px;margin-bottom:110px}@media only screen and (max-width:991px){.size-chart-section{margin-top:50px;margin-bottom:0}}.size-chart{position:relative}@media only screen and (max-width:767px){.size-chart{max-width:480px;margin:0 auto;padding-left:10px;padding-right:10px}}.size-chart__list{position:absolute;top:0;left:0;padding-top:144px;width:540px}@media only screen and (max-width:1024px){.size-chart__list{padding-top:119px;width:450px}}@media only screen and (max-width:991px){.size-chart__list{padding-top:92px;width:348px}}@media only screen and (max-width:767px){.size-chart__list{display:none}}.size-chart__item{font-family:HaboroContrast-NormBook;font-size:18px !important;line-height:28px !important;color:#ffffff !important;margin-left:0 !important;padding-right:30px;text-align:right;margin-bottom:12px}@media only screen and (max-width:1024px){.size-chart__item{font-size:16px !important;line-height:24px !important;padding-right:20px}}@media only screen and (max-width:991px){.size-chart__item{font-size:14px !important;line-height:18px !important}}.size-chart__item_1{margin-right:113px;margin-bottom:11px}.size-chart__item_2{margin-right:93px;margin-bottom:10px}.size-chart__item_3{margin-right:73px;margin-bottom:16px}.size-chart__item_4{margin-right:52px;margin-bottom:25px}.size-chart__item_5{margin-right:28px;margin-bottom:30px}.size-chart__item_6{margin-right:0;margin-bottom:0}@media only screen and (max-width:1024px){.size-chart__item_1{margin-right:94px;margin-bottom:9px}.size-chart__item_2{margin-right:77px;margin-bottom:7px}.size-chart__item_3{margin-right:60px;margin-bottom:13px}.size-chart__item_4{margin-right:40px;margin-bottom:20px}.size-chart__item_5{margin-right:24px;margin-bottom:24px}}@media only screen and (max-width:991px){.size-chart__item_1{margin-right:74px;margin-bottom:7px}.size-chart__item_2{margin-right:61px;margin-bottom:7px}.size-chart__item_3{margin-right:47px;margin-bottom:10px}.size-chart__item_4{margin-right:33px;margin-bottom:16px}.size-chart__item_5{margin-right:18px;margin-bottom:19px}}.size-chart__btn{display:block;position:absolute;bottom:40px;left:40px;width:250px;height:60px;text-transform:uppercase;font-size:16px;line-height:60px;text-align:center;color:#ffffff;-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px;background:linear-gradient(300deg, #081124 0, #122864 40%, #081124 100%)}@media only screen and (max-width:1024px){.size-chart__btn{bottom:25px;left:25px}}@media only screen and (max-width:991px){.size-chart__btn{width:220px;height:45px;line-height:45px}}.size-chart__btn:hover{color:#ffffff}.size-chart__btn:focus{color:#ffffff}.size-chart__btn:active{color:#ffffff}.comparison-shapes{position:relative;text-align:center}.comparison-shapes .info-section{padding-top:90px;padding-bottom:230px}@media only screen and (max-width:991px){.comparison-shapes .info-section{padding-top:50px;padding-bottom:100px}}.comparison-shapes__shapes{display:flex;flex-direction:row;align-items:flex-end;justify-content:center;background:#ffffff;box-shadow:0 0 79px 0 rgba(130,118,149,0.16);padding:25px 0;transform:translateY(-50%)}@media only screen and (max-width:991px){.comparison-shapes__shapes{transform:translateY(-60px)}}@media only screen and (max-width:767px){.comparison-shapes__shapes{flex-wrap:wrap;margin-left:10px;margin-right:10px}}.comparison-shapes__shapes>div{display:flex;justify-content:center;width:33.333%;padding:20px 10px;border-right:1px solid #e8e8e8}@media only screen and (max-width:767px){.comparison-shapes__shapes>div{display:block;width:auto;max-width:145px;border:none}}.comparison-shapes__shapes>div:last-child{border-right:none}.tile-block{display:flex;flex-direction:row;align-items:center;justify-content:center}@media only screen and (max-width:991px){.tile-block{display:block;max-width:500px;margin:0 auto 40px}}.tile-block__image{display:flex;flex-direction:row;align-items:center;justify-content:center;width:50%;min-height:530px;background:#ffffff}@media only screen and (max-width:1024px){.tile-block__image{min-height:auto}}@media only screen and (max-width:991px){.tile-block__image{width:100%}}.tile-block__image.auto-height{min-height:auto}.tile-block__image picture:not(:first-child){margin-left:20px}.tile-block__image img{max-width:100%}@media only screen and (max-width:991px){.tile-block_shadow{box-shadow:0 0 78px 5px rgba(0,0,0,0.1)}}.tile-block_shadow .tile-block__image{box-shadow:0 0 78px 5px rgba(0,0,0,0.1)}@media only screen and (max-width:991px){.tile-block_shadow .tile-block__image{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}}.tile-block__content{width:50%;padding-left:60px}.tile-block__content.pl-0{padding-left:0}.tile-block__content.pr-0{padding-right:0}@media only screen and (max-width:991px){.tile-block__content{width:100%;padding:30px 20px}.tile-block__content.pl-0{padding:30px 20px}.tile-block__content.pr-0{padding:30px 20px}}.tile-block_simple .tile-block__image{min-height:500px}@media only screen and (max-width:991px){.tile-block_simple .tile-block__image{min-height:auto;padding-top:35px}}.tile-block_odd .tile-block__image{order:2}.tile-block_odd .tile-block__content{order:1;padding-left:0;padding-right:60px}@media only screen and (max-width:991px){.tile-block_odd .tile-block__content{padding:30px 20px}}.shape-content{position:relative;padding-top:75px;padding-bottom:75px;text-align:center}@media only screen and (max-width:991px){.shape-content{margin-top:80px}}.shape-content .decor-item{position:absolute}.shape-content .decor-item_top{left:-70px;top:-55px}.shape-content .decor-item_top-emerald-2{left:-55px}@media only screen and (max-width:1024px){.shape-content .decor-item_top{width:90px;top:0;left:50%;transform:translate(-50%, -50%)}}.shape-content .decor-item_bottom{right:-45px;bottom:-80px}.shape-content .decor-item_bottom-emerald-2{right:0;bottom:-60px}@media only screen and (max-width:1024px){.shape-content .decor-item_bottom{display:none}}.shape-content .heading{margin-bottom:35px}.shape-content .text{max-width:670px;margin:0 auto}.checklist-sect{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}@media only screen and (max-width:1024px){.checklist-sect{align-items:stretch}}@media only screen and (max-width:991px){.checklist-sect{display:block}}.checklist-sect__image-wrap{display:flex;align-items:center;justify-content:center;flex:0 0 410px;min-height:820px;box-shadow:0 0 79px 0 rgba(130,118,149,0.16)}@media only screen and (max-width:1024px){.checklist-sect__image-wrap{flex:0 0 370px;min-height:auto}}@media only screen and (max-width:991px){.checklist-sect__image-wrap{margin-bottom:40px}}.checklist-sect__image-wrap img{max-width:100%}.checklist-sect__checklist{position:relative;width:700px;min-height:820px;background-image:url(../../frontend/Rockher/Winter/en_US/images/guide-pages/bg-diamond-checklist.jpg);background-repeat:no-repeat;background-position:0 0;padding:45px 40px 45px;margin-left:50px}@media only screen and (max-width:1024px){.checklist-sect__checklist{padding:35px 30px 55px;min-height:auto}}@media only screen and (max-width:991px){.checklist-sect__checklist{width:auto;margin:0;background-size:cover;padding-bottom:35px}}@media only screen and (max-width:767px){.checklist-sect__checklist{margin-left:10px;margin-right:10px;padding:35px 15px 20px}}.checklist-sect__checklist-heading{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:48px}@media only screen and (max-width:1024px){.checklist-sect__checklist-heading{margin-bottom:35px}}@media only screen and (max-width:767px){.checklist-sect__checklist-heading img{width:100px}}.checklist-sect__checklist-heading .devider{height:45px;border-right:1px solid #d3d3d3;margin:0 25px}@media only screen and (max-width:767px){.checklist-sect__checklist-heading .devider{height:25px;margin-left:15px;margin-right:15px}}.checklist-sect__checklist-heading .title{font-family:HaboroContrast-NormBook;font-size:34px;line-height:1.25}@media only screen and (max-width:767px){.checklist-sect__checklist-heading .title{font-size:16px}}.checklist-sect__checklist-content{background-color:#ffffff;padding:40px 60px 60px 60px}@media only screen and (max-width:1024px){.checklist-sect__checklist-content{padding:40px}}@media only screen and (max-width:767px){.checklist-sect__checklist-content{padding:25px 20px}}.checklist-sect__checklist-content h3{font-size:32px;line-height:1.25;color:#413f41;margin-bottom:35px;margin-top:35px;text-transform:none}@media only screen and (max-width:1024px){.checklist-sect__checklist-content h3{font-size:28px;margin-bottom:25px}}@media only screen and (max-width:767px){.checklist-sect__checklist-content h3{font-size:20px;margin-bottom:15px;margin-top:15px}}.checklist-sect__checklist-content .checklist-item{position:relative;padding-left:55px;font-size:27px;line-height:1.25}@media only screen and (max-width:1024px){.checklist-sect__checklist-content .checklist-item{font-size:18px;padding-left:30px}}@media only screen and (max-width:767px){.checklist-sect__checklist-content .checklist-item{font-size:14px;padding-left:25px}}.checklist-sect__checklist-content .checklist-item:not(:last-child){margin-bottom:25px}@media only screen and (max-width:1024px){.checklist-sect__checklist-content .checklist-item:not(:last-child){margin-bottom:20px}}@media only screen and (max-width:767px){.checklist-sect__checklist-content .checklist-item:not(:last-child){margin-bottom:10px}}.checklist-sect__checklist-content .checklist-item strong{font-family:ProximaNovaSBold}.checklist-sect__checklist-content .checklist-item:before{content:'';position:absolute;left:0;top:2px;display:block;width:32px;height:30px;background-image:url(../../frontend/Rockher/Winter/en_US/images/guide-pages/icon_check-black.svg);background-repeat:no-repeat}@media only screen and (max-width:1024px){.checklist-sect__checklist-content .checklist-item:before{width:21px;height:20px;top:1px;background-size:contain}}@media only screen and (max-width:767px){.checklist-sect__checklist-content .checklist-item:before{width:16px;height:15px}}.darkblue-container{position:relative;background-image:url(../../frontend/Rockher/Winter/en_US/images/guide-pages/dark-blue-gradient-bg.jpg);background-repeat:no-repeat;background-size:cover;min-height:520px;color:#ffffff;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-left:75px;margin-bottom:100px}@media only screen and (max-width:991px){.darkblue-container{display:block;margin-bottom:50px;min-height:auto}}@media only screen and (max-width:767px){.darkblue-container{background-image:url(../../frontend/Rockher/Winter/en_US/images/guide-pages/dark-blue-gradient-bg.jpg) !important}}.darkblue-container .text{padding-left:75px;padding-right:75px}@media only screen and (max-width:991px){.darkblue-container .text{padding:60px 40px}}@media only screen and (max-width:991px){.darkblue-container .text{padding:30px 25px}}.darkblue-container .image-wrap{width:480px;flex-shrink:0;display:flex;justify-content:flex-end}@media only screen and (max-width:991px){.darkblue-container .image-wrap{width:100%;justify-content:center}}.guide-sidebar-container{position:absolute;top:0;right:-380px;width:350px}@media only screen and (max-width:991px){.guide-sidebar-container{position:relative;top:auto;right:auto;width:auto;margin:35px 0}}@media only screen and (max-width:767px){.guide-sidebar-container{margin-left:-15px;margin-right:-15px}}.guide-sidebar{position:relative;background:#f9f9f9;padding:35px 15px}.guide-sidebar__heading{font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;line-height:26px;text-transform:uppercase;max-width:310px;margin:0 auto 20px;text-align:center}.guide-sidebar .sub-heading{font-size:16px;line-height:1.2;margin-bottom:30px;text-align:center}.guide-sidebar__products{position:relative}.guide-sidebar__rosi-finder{position:relative}.guide-sidebar .rosi-finder{text-align:center}.guide-sidebar .rosi-finder .title{font-size:16px;letter-spacing:0.5px;line-height:19px;margin-bottom:25px}.guide-sidebar .rosi-finder__form{display:block}.guide-sidebar .rosi-finder__input-field{position:relative;padding-left:45px;max-width:280px;margin:0 auto 20px}.guide-sidebar .rosi-finder__input-field:before{content:'';position:absolute;width:36px;height:36px;top:50%;left:0;background-image:url(../../frontend/Rockher/Winter/en_US/images/icon_rosi_sm.svg);background-repeat:no-repeat;background-position:center;transform:translate(0, -50%)}.guide-sidebar .rosi-finder__input-field span.error{position:absolute;left:0;top:100%;padding-left:45px;line-height:14px;right:0;text-align:left;font-size:12px;font-family:ProximaNovaBold;color:#B90017;letter-spacing:0.34px}@media only screen and (max-width:767px){.guide-sidebar .rosi-finder__input-field span.error{font-size:14px;line-height:17px;letter-spacing:0.4px;margin-top:5px}}.guide-sidebar .rosi-finder__input-field span.error:before{content:'';position:absolute;top:-26px;right:0;width:21px;height:21px;background:url(../../frontend/Rockher/Winter/en_US/images/xCrossErrorState.svg) no-repeat center center}@media only screen and (max-width:767px){.guide-sidebar .rosi-finder__input-field span.error:before{top:-35px}}.guide-sidebar .rosi-finder__input-field label{position:absolute;top:10px;left:45px;right:7px;font-family:ProximaNovaReg;font-size:16px;font-weight:normal;text-align:left;color:#7c7593;letter-spacing:0.5px;margin:0;-webkit-transform:translate(7px, -5px);transform:translate(7px, -5px);transition:font-size .2s ease,color .2s .1s ease,-webkit-transform .2s ease;transition:transform .2s ease,font-size .2s ease,color .2s .1s ease;transition:transform .2s ease,font-size .2s ease,color .2s .1s ease,-webkit-transform .2s ease;cursor:text}.guide-sidebar .rosi-finder__input-field label.is-filled{font-size:14px;letter-spacing:0.44px;color:#5D5185;-webkit-transform:translate(5px, -21px);transform:translate(5px, -21px)}.guide-sidebar .rosi-finder__input-field i{display:none;position:absolute;top:8px;left:50px;color:#443879;font-size:16px;font-family:ProximaNovaReg;font-style:normal;line-height:1.2}.guide-sidebar .rosi-finder .rosi-finder__input[type=text],.guide-sidebar .rosi-finder .rosi-finder__input[type=number]{position:relative;width:100%;height:35px;border:none;background-color:transparent;border-bottom:2px solid #443879;padding:5px;padding-left:17px;outline:none;font-family:ProximaNovaReg;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;font-size:16px;line-height:1.2;color:#443879;z-index:1}.guide-sidebar .rosi-finder .rosi-finder__input[type=text]:focus,.guide-sidebar .rosi-finder .rosi-finder__input[type=number]:focus,.guide-sidebar .rosi-finder .rosi-finder__input[type=text].is-active,.guide-sidebar .rosi-finder .rosi-finder__input[type=number].is-active{border-bottom-color:#443879;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important}.guide-sidebar .rosi-finder .rosi-finder__input[type=text]:-webkit-autofill+label,.guide-sidebar .rosi-finder .rosi-finder__input[type=number]:-webkit-autofill+label,.guide-sidebar .rosi-finder .rosi-finder__input[type=text]:focus+label,.guide-sidebar .rosi-finder .rosi-finder__input[type=number]:focus+label{font-size:14px;letter-spacing:0.44px;color:#5D5185;-webkit-transform:translate(5px, -21px);transform:translate(5px, -21px);cursor:default}.guide-sidebar .rosi-finder .rosi-finder__input[type=text]:focus~i,.guide-sidebar .rosi-finder .rosi-finder__input[type=number]:focus~i,.guide-sidebar .rosi-finder .rosi-finder__input[type=text].is-active~i,.guide-sidebar .rosi-finder .rosi-finder__input[type=number].is-active~i{display:block}.guide-sidebar .rosi-finder .rosi-finder__input[type=text].invalid,.guide-sidebar .rosi-finder .rosi-finder__input[type=number].invalid{border-bottom-color:#B90017}.guide-sidebar .rosi-finder__btn.g-btn{display:inline-block;max-width:250px;height:45px;line-height:40px}.guide-sidebar .rosi-finder .bottom{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:65px}.guide-sidebar .rosi-finder .bottom img{margin-bottom:0}.guide-sidebar .rosi-finder .bottom .r{max-width:55px}.guide-sidebar .rosi-finder .bottom .ibm{max-width:125px;margin-left:10px}.rosi-pick{position:relative}.rosi-pick .header{display:flex;justify-content:space-between;padding:40px 20px 10px;position:relative}@media only screen and (max-width:767px){.rosi-pick .header{align-items:center;flex-direction:column}}.rosi-pick .header .rosi-logo{position:relative;flex-grow:20}.rosi-pick .header .rosi-logo h2{text-transform:none;padding-left:70px;color:#413f41}@media only screen and (max-width:767px){.rosi-pick .header .rosi-logo h2{margin-bottom:30px}}.rosi-pick .header .rosi-logo h2:before{content:'';width:46px;height:46px;background-image:url(../../frontend/Rockher/Winter/en_US/images/icon_rosi_sm.svg);background-repeat:no-repeat;background-size:contain;margin-right:15px;position:absolute;top:-10px;left:15px}.rosi-pick .header .rosi-description{font-family:ProximaNovaLight;font-style:italic;flex-grow:1;font-size:16px}@media only screen and (max-width:767px){.rosi-pick .header .rosi-description{text-align:center}}.rosi-pick .header .rosi-description span{font-weight:bold}.rosi-pick .rosi-items-container{display:flex;margin-bottom:50px}.rosi-pick .rosi-items-container .rosi-item{display:flex;flex-direction:column;padding:20px;align-items:center;min-height:400px;justify-content:space-around}.rosi-pick .rosi-items-container .rosi-item:hover{background:#fff;box-shadow:0 0 45px 0 rgba(130,118,149,0.16)}@media only screen and (max-width:767px){.rosi-pick .rosi-items-container .rosi-item{min-height:auto}}.rosi-pick .rosi-items-container .rosi-item .item-name{text-align:center;font-size:18px}@media only screen and (max-width:767px){.rosi-pick .rosi-items-container .rosi-item .item-name{font-size:16px;display:block;margin:15px 0}}.rosi-pick .rosi-items-container .rosi-item .item-price{position:relative;bottom:5px;font-family:ProximaNovaBold}@media only screen and (max-width:767px){.rosi-pick .rosi-items-container .rosi-item .item-price{display:block;margin-bottom:20px}}.rosi-pick .rosi-items-container .rosi-item .item-link{text-transform:uppercase;font-size:13px;font-family:ProximaNovaSBold;color:#443879}@media only screen and (max-width:991px){.rosi-pick .rosi-items-container .rosi-item .item-link{font-size:12px}}@media only screen and (max-width:767px){.rosi-pick .rosi-items-container .rosi-item .item-link{font-size:14px}}.rosi-pick .rosi-items-container .rosi-item .item-link span{font-size:20px;font-family:sans-serif;margin-left:10px}@media only screen and (max-width:991px){.rosi-pick .rosi-items-container .rosi-item .item-link span{font-size:14px;margin-left:3px}}@media only screen and (max-width:767px){.rosi-pick .rosi-items-container .rosi-item .item-link span{font-size:18px}}@media only screen and (max-width:991px){.rosi-products_carousel{height:520px}.rosi-products_carousel.owl-carousel{height:auto}}.rosi-products_carousel .owl-controls{position:relative}@media (max-width:736px){.rosi-products_carousel .owl-controls{margin-bottom:0;margin-top:20px}}.rosi-products_carousel .owl-controls .owl-buttons div.owl-prev,.rosi-products_carousel .owl-controls .owl-buttons div.owl-next{position:relative;top:auto;background-position:center}@media (max-width:736px){.rosi-products_carousel .owl-controls .owl-buttons div.owl-prev,.rosi-products_carousel .owl-controls .owl-buttons div.owl-next{display:inline-block}}.rosi-products_carousel .owl-controls .owl-buttons div.owl-prev{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-left_sm.svg)}.rosi-products_carousel .owl-controls .owl-buttons div.owl-next{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-right_sm.svg)}.rosi-product-item{position:relative;text-align:center;margin-bottom:75px}@media only screen and (max-width:991px){.rosi-product-item{max-width:305px;margin:0 auto}.rosi-products_carousel .rosi-product-item{opacity:0;visibility:hidden}.rosi-products_carousel.owl-carousel .rosi-product-item{opacity:1;visibility:visible}}@media only screen and (max-width:767px){.rosi-product-item{max-width:340px}}.rosi-product-item__link{position:relative;display:block;background:#ffffff;box-shadow:0 2px 6px 0 #e8e8e8;max-width:305px;margin:0 auto 22px;min-height:430px;text-align:center;color:#413f41;overflow:hidden}.rosi-product-item__link.setting{min-height:380px}@media only screen and (max-width:767px){.rosi-product-item__link{max-width:340px}}.rosi-product-item__link:hover{box-shadow:4px 4px 6px 0 #d0d0d0}.rosi-product-item__image{display:block;max-width:230px;margin:0 auto 15px}.rosi-product-item__image img{display:block;max-width:100%;margin:0 auto}.rosi-product-item__sale-label{position:absolute;top:-12px;left:-45px;width:130px;height:64px;background:linear-gradient(180deg, #f8ffff 0%, #f2fffe 17.67%, #e2fffd 100%);text-align:center;font-size:14px;line-height:1.2;letter-spacing:0.4px;box-shadow:-2px 2px 4px 0 rgba(0,0,0,0.12);transform:rotate(-45deg);padding-top:40px}.rosi-product-item__name{text-align:center;font-family:HaboroContrast-NormBook;font-size:24px;line-height:1.4;margin:10px 0;text-transform:uppercase;color:#443879}.rosi-product-item__set{position:relative}.rosi-product-item__info{display:flex;flex-direction:row;justify-content:space-between;padding:0 15px;margin-bottom:5px}@media only screen and (max-width:767px){.rosi-product-item__info{position:relative;padding:0 10px 10px}}.rosi-product-item__info .title{position:relative;max-width:240px;padding-left:25px;text-align:left;font-size:16px;letter-spacing:0.5px;line-height:19px}.rosi-product-item__info .title:before{content:'';position:absolute;top:2px;left:0;background-repeat:no-repeat;background-size:contain}.rosi-product-item__info .title_setting{height:57px;overflow:hidden}.rosi-product-item__info .title_setting:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/product-listing/icon_complete-ring_setting.svg);width:20px;height:20px}.rosi-product-item__info .title_diamond:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/product-listing/icon_complete-ring_diamond.svg);width:20px;height:19px}.rosi-product-item__info .right-box{min-width:65px;text-align:right;font-size:16px;letter-spacing:0.5px;line-height:20px}.rosi-product-item__info .right-box .price{font-family:HaboroContrast-NormBook;font-weight:normal;letter-spacing:0.5px}.rosi-product-item__bottom{display:flex;flex-direction:row;margin:15px 15px 0;padding:10px 0 15px;justify-content:space-between;border-top:1px solid #e8e8e8;font-size:16px}@media only screen and (max-width:767px){.rosi-product-item__bottom{margin-top:0}}.rosi-product-item__bottom .total-price{font-family:HaboroContrast-NormBook;color:#443879;font-size:16px;letter-spacing:0.5px}.rosi-product-item__more.g-btn{display:inline-block;max-width:250px;height:45px;line-height:40px}.rosi-product-item .build-cr-spinner{position:absolute;top:0;left:7px;right:7px;bottom:66px;background-color:rgba(255,255,255,0.65);z-index:5}@media only screen and (max-width:991px){.rosi-product-item .build-cr-spinner{left:0;right:0}}.rosi-product-item .build-cr-spinner .Spinner{position:absolute;top:50%;left:50%;margin-top:-14px;margin-left:-14px}.rosi-promo{position:relative;background:#ffffff;color:#413f41;text-align:center;padding-top:30px}.rosi-promo .heading{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;font-family:HaboroContrast-NormBook;padding-bottom:20px;margin-bottom:20px;font-size:34px;line-height:1.2}@media only screen and (max-width:767px){.rosi-promo .heading{font-size:28px}}.rosi-promo .heading:before{content:'';width:46px;height:46px;background-image:url(../../frontend/Rockher/Winter/en_US/images/icon_rosi_sm.svg);background-repeat:no-repeat;background-size:contain;margin-right:15px}.rosi-promo .heading:after{content:'';position:absolute;bottom:0;left:50%;width:100px;margin-left:-50px;border-bottom:1px solid #e8e8e8}.rosi-promo .text{padding-left:35px;padding-right:35px;margin-bottom:25px;font-size:18px;line-height:1.4}@media only screen and (max-width:767px){.rosi-promo .text{font-size:16px;padding-left:25px;padding-right:25px}}.rosi-promo .links{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 35px;margin-bottom:30px}@media only screen and (max-width:767px){.rosi-promo .links{padding-left:25px;padding-right:25px}}.rosi-promo .links .link-item{display:flex;flex-direction:row;align-items:center;color:#413f41;font-family:ProximaNovaSBold;font-size:17px;letter-spacing:0;cursor:pointer}@media only screen and (max-width:767px){.rosi-promo .links .link-item{font-size:14px}}.rosi-promo .links .link-item:before{content:'';display:block;width:46px;height:46px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-image:url(../../frontend/Rockher/Winter/en_US/images/guide-pages/icon_play-video.svg);background-color:#443879;background-repeat:no-repeat;background-position:17px center;margin-right:12px}@media only screen and (max-width:767px){.rosi-promo .links .link-item:before{width:38px;height:38px;margin-right:7px;background-position:13px center}}.rosi-promo .bottom{border-top:1px solid #e8e8e8;padding-top:17px;padding-bottom:18px;text-align:center}.rosi-promo .bottom .icon{display:block;margin:0 auto;background-image:url(../../frontend/Rockher/Winter/en_US/images/sprites/home-sprites-2.png);width:121px;height:36px;background-repeat:no-repeat;background-position-x:-5px;background-position-y:-513px}.diamond-size-chart-modal .modal-dialog{width:1282px;margin-top:35px}@media only screen and (max-width:1024px){.diamond-size-chart-modal .modal-dialog{width:100%;margin:55px auto 20px}}.diamond-size-chart-modal .modal-content{overflow:hidden}.diamond-size-chart-modal .modal-header{margin:0;padding:0}.diamond-size-chart-modal .modal-body{padding:0}.diamond-size-chart-modal .modal-body img{max-width:100%}.promo-rings-wrapper{margin-top:100px}@media only screen and (max-width:767px){.promo-rings-wrapper{margin-top:50px}}.promo-rings-wrapper .heading{margin-bottom:30px;text-align:center}@media only screen and (max-width:767px){.promo-rings-wrapper .heading{margin-bottom:0}}.promo-rings-wrapper .promo-rings{justify-content:center}.promo-rings-wrapper .promo-rings__item{width:25%;padding-left:10px;padding-right:10px}@media only screen and (max-width:991px){.promo-rings-wrapper .promo-rings__item{width:auto}}@media only screen and (max-width:767px){.promo-rings-wrapper .promo-rings__item{width:175px;padding-left:0;padding-right:0}}@media only screen and (max-width:767px){.slider-er__section .slider-er__title-buy{font-size:25px !important;color:#060606 !important}}@media only screen and (max-width:767px){.slider-er__section .ed-collection-name{position:relative !important;z-index:1 !important;top:30px !important;color:#3a31b4 !important;font-size:23px !important}}.promo-rings{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;text-align:center;padding-top:30px}.promo-rings__item{width:50%;margin-bottom:15px}.promo-rings__item .img{position:relative;display:block;margin-bottom:10px}.promo-rings__item .img img{max-width:350px;margin:0 auto}@media only screen and (max-width:767px){.promo-rings__item .img img{max-width:175px}}.promo-rings__item p{font-size:16px;line-height:1.2;margin-bottom:10px}.promo-rings__item .product-collection-name{font-family:HaboroContrast-NormBook;font-size:24px;color:#443879;letter-spacing:.5px;margin-bottom:5px;text-transform:uppercase;text-align:center}.promo-rings__item .title{display:block;font-family:'ProximaNovaReg';font-weight:normal;font-size:16px;text-align:center;color:#413f41;height:45px;max-width:345px;letter-spacing:.5px;margin:0 auto 10px}@media only screen and (max-width:767px){.promo-rings__item .title{font-size:14px;height:auto;max-width:200px}}.promo-rings__item .price{font-family:HaboroContrast-NormBook}.promo-rings__item .old-price .price{color:#413f41}.promo-rings__item .special-price{padding-left:5px;color:inherit}.promo-rings__item .special-price .price{font-size:20px;color:#443879;letter-spacing:1px}.promo-rings__item .sale-label{position:absolute;top:19px;left:0}@media only screen and (max-width:1200px){.promo-rings__item .sale-label{top:39px}}@media only screen and (max-width:991px){.promo-rings__item .sale-label{top:23px}}@media only screen and (max-width:767px){.promo-rings__item .sale-label{top:0}}.promo-rings__item .sale-label:before{content:'';position:absolute;top:0;left:0;border:38px solid #b4efd7;border-left-width:36px;border-right-width:36px;border-color:#b4efd7 transparent transparent #b4efd7;z-index:5}.promo-rings__item .sale-label div{position:relative;font-size:13px;text-transform:uppercase;width:35px;display:block;text-align:center;line-height:1.2;top:7px;left:5px;letter-spacing:0.4px;z-index:10}.promo-rings__item .sale-label_pink:before{border-color:#f9cac8 transparent transparent #f9cac8}.promo-rings__item .sale-label_yellow:before{border-color:#ffe594 transparent transparent #ffe594}.promo-rings__item .sale-label_round{top:0}.promo-rings__item .sale-label_round:before{display:none}.promo-rings__item .sale-label_round div{background-size:contain;background-repeat:no-repeat;background-position:top left;height:61px;top:auto;left:auto;color:#b6123c;letter-spacing:-0.65px;font-family:ProximaNovaSBold;width:65px;padding:26px 0 0;font-size:14px;line-height:15px}@media only screen and (max-width:767px){.promo-rings__item .sale-label_round div{width:44px;width:54px;height:44px;font-size:12px;line-height:12px;padding:17px 0 0;letter-spacing:0}}.diamondsearch_link{text-align:center;margin-top:10px}.diamondsearch_link .diamondsearch__btn_filter,.diamondsearch_link .diamondsearch__btn_filter_all{display:block;width:470px;height:50px;margin:auto;color:#fff;font-family:ProximaNovaBold;font-size:14px;text-transform:uppercase;letter-spacing:2px;line-height:47px;text-align:center;border:2px solid #443879;border-radius:45px;background-color:#443879;outline:none;box-shadow:1px 2px 3px 0 rgba(0,0,0,0.4)}@media only screen and (max-width:767px){.diamondsearch_link .diamondsearch__btn_filter,.diamondsearch_link .diamondsearch__btn_filter_all{width:58%;height:45px;font-size:8px;float:left}}.diamondsearch_link .diamondsearch__btn_filter_m{display:inline-block;width:360px;border:2px solid #3a31b4;background-color:#3a31b4;border-radius:unset}@media only screen and (max-width:767px){.diamondsearch_link .diamondsearch__btn_filter_m{margin-bottom:5px;width:200px}}.diamondsearch_link .diamondsearch__btn_filter_l{text-transform:none;color:#444;display:inline-block;width:200px;border:2px solid #eac4d3;background-color:#eac4d3;border-radius:unset}.diamondsearch_link .diamondsearch__btn_filter_l:before{content:'';position:absolute;top:75%;left:56%;width:38px;height:36px;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_brilliance-badge.svg);background-repeat:no-repeat;transform:translate(7px, 6px)}@media only screen and (max-width:767px){.checklist-sect__image-wrap img{display:none}}.ep-top-hero{position:relative;overflow:hidden;margin:0 auto}@media only screen and (max-width:767px){.ep-top-hero{width:100%}}.ep-top-hero .top-hero-banner{padding:0}.ep-top-hero .top-hero-banner img{max-width:100%}@media only screen and (max-width:767px){.ep-top-hero .top-hero-banner img{max-width:100%}}@media (min-width:2000px){.ep-top-hero .top-hero-banner picture{width:100%}.ep-top-hero .top-hero-banner picture img{width:100%}}@media (min-width:1440px){.ep-top-hero .top-hero-banner{display:flex;align-items:center;justify-content:flex-start;max-height:400px}}.ep-top-hero .hero-content{position:relative;padding:0}@media only screen and (max-width:767px){.ep-top-hero .hero-content{position:absolute;top:0;left:0;right:0;bottom:0;width:100%}}.ep-top-hero .hero-content .image-bg{position:absolute;top:0;left:0;right:0;z-index:1}.ep-top-hero .hero-content .image-bg img{width:917px;height:478px}.ep-top-hero .hero-content .inner{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:80%;padding-left:80px;color:#db7ca7;z-index:2}@media only screen and (max-width:767px){.ep-top-hero .hero-content .inner{float:right;display:block;padding:12px 12px 3px;align-items:center;text-align:left;justify-content:space-between}}.ep-top-hero .hero-content .inner .heading{font-family:HaboroContrast-NormBook;font-size:50px;letter-spacing:0.5px;line-height:1;margin-bottom:50px;text-transform:none}@media only screen and (max-width:767px){.ep-top-hero .hero-content .inner .heading{margin-bottom:10px;font-size:20px}}.ep-top-hero .hero-content .inner .heading .title{display:block;margin-bottom:15px}@media only screen and (max-width:767px){.ep-top-hero .hero-content .inner .heading .title{margin-bottom:3px}}.ep-top-hero .hero-content .inner .heading .val{color:#444444;display:block;font-size:30px}@media only screen and (max-width:767px){.ep-top-hero .hero-content .inner .heading .val{font-size:12px}}.ep-top-hero .hero-content .inner .center{text-align:center}.ep-top-hero .hero-content .inner .actions{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}@media only screen and (max-width:767px){.ep-top-hero .hero-content .inner .actions{align-items:center;display:block}}@media only screen and (max-width:991px){.ep-top-hero .hero-content .inner .actions{align-items:center;display:block}}.ep-top-hero .hero-content .inner .actions .btn{display:block;font-family:ProximaNovaBold;font-size:14px;min-width:270px;text-align:center;line-height:1;text-transform:uppercase;padding:23px 30px;letter-spacing:1px;border:1px solid #51aceb;border-radius:0;margin-right:14px}@media only screen and (max-width:767px){.ep-top-hero .hero-content .inner .actions .btn{font-size:10px;min-width:120px;padding:18px 15px;letter-spacing:normal}}.ep-top-hero .hero-content .inner .actions .btn_ring{color:#3a31b4;margin-right:20px}@media only screen and (max-width:767px){.ep-top-hero .hero-content .inner .actions .btn_ring{margin-right:10px;background:#3a31b4;color:#ffffff}}.ep-top-hero .hero-content .inner .actions .btn_diamond{color:#db7ca7}@media only screen and (max-width:767px){.ep-top-hero .hero-content .inner .actions .btn_diamond{background:#ffffff;padding:10px 14px;margin-top:5px;margin-left:5px}}@media only screen and (max-width:991px){.ep-top-hero .hero-content .inner .actions .btn_diamond{margin-top:5px}}.ep-section{padding-top:70px;padding-bottom:70px;width:75%;margin:0 auto}.ep-section img{max-width:100%}.ep-section .small-img{max-width:35%}@media only screen and (max-width:991px){.ep-section .small-img{max-width:80%}}@media only screen and (max-width:767px){.ep-section .small-img{max-width:80%}}.ep-section .middel-img{max-width:75%}.ep-section .middel-1-img{max-width:13%}@media only screen and (max-width:991px){.ep-section .middel-1-img{max-width:20%}}@media only screen and (max-width:767px){.ep-section .middel-1-img{max-width:25%}}@media only screen and (max-width:767px){.ep-section{padding-top:45px;padding-bottom:45px;width:100%}}.ep-section .inner-container{max-width:1530px;padding-left:15px;padding-right:15px;margin:auto}.ep-section .inner-container p.add-row-el{padding-left:35px}.ep-section .inner-container p.add-row-el:before{content:'';background-image:url(../../frontend/Rockher/Winter/en_US/images/education/row.svg);background-repeat:no-repeat;background-size:24px 23px;background-position:center;width:42px;height:33px;position:absolute;left:0}@media only screen and (max-width:767px){.ep-section .inner-container p.add-row-el{width:100%;text-align:left}}.ep-section .heading{font-family:HaboroContrast-NormBook;font-size:45px;letter-spacing:0.5px;line-height:1;color:#171717}.ep-section .heading_white{color:#ffffff}@media only screen and (max-width:767px){.ep-section .heading{text-align:center}}.ep-section .headingl{font-size:35px}@media only screen and (max-width:767px){.ep-section .text{text-align:center}}.ep-section .text-center{text-align:center}.ep-section .text-right{text-align:right}.ep-section .dash:after{content:'';display:block;width:100px;height:1px;margin-top:15px}.ep-section .dash_center:after{margin:30px auto 0}.ep-section .dash_purple:after{background-color:#060606}.ep-section .dash_pink:after{background-color:#db7ca7;margin-bottom:35px}.ep-section .dash_white:after{background-color:#ffffff}@media only screen and (max-width:767px){.ep-section .dash:after{margin:20px auto 0}}@media only screen and (max-width:767px){.ep-section .heading{font-size:25px}.ep-section img{max-width:100%}}.as-featured{padding-bottom:0}@media (min-width:1440px){.as-featured{padding-top:50px}}.as-featured .logos-list{margin:40px auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;max-width:1430px}.as-featured .logos-list .item img{filter:grayscale(1)}@media (min-width:1440px){.as-featured .logos-list{margin:20px auto 25px}}@media only screen and (max-width:767px){.as-featured .logos-list{margin:12px auto;margin-left:-10px;margin-right:-10px}.as-featured .logos-list .item{padding:0 2px;max-width:25%}.as-featured .logos-list .item img{max-width:100%}}.as-featured .text{max-width:1375px;margin:auto;font-size:22px;line-height:34px;color:#444444}@media only screen and (max-width:767px){.as-featured .text{font-size:18px;line-height:1.5em}}.section-checklist{padding-top:70px;padding-bottom:80px;position:relative;background-repeat:no-repeat;background-size:cover;color:#444444}@media only screen and (max-width:767px){.section-checklist{background:none;padding:0;color:#444444}}.section-checklist .inner-container{width:100%;max-width:1530px;padding-left:15px;padding-right:15px}.section-checklist .checklist-images{max-width:35%}@media only screen and (max-width:767px){.section-checklist .checklist-images{position:relative;padding:45px 20px;background-repeat:no-repeat;background-size:cover;text-align:center;max-width:100%}}@media only screen and (max-width:991px){.section-checklist .checklist-images{position:relative;padding:45px 20px;background-repeat:no-repeat;background-size:cover;text-align:center;max-width:100%}}.section-checklist .checklist-images .heading{padding-top:6px;margin-bottom:55px}@media only screen and (max-width:767px){.section-checklist .checklist-images .heading{padding-top:0;margin-bottom:35px;text-align:center}}.section-checklist .checklist-images .heading .check-logo{display:inline-block;vertical-align:top;margin-right:15px}@media only screen and (max-width:767px){.section-checklist .checklist-images .heading .check-logo{width:150px;transform:translateY(-4px)}}@media only screen and (max-width:767px){.section-checklist .checklist-images .img-wrap img{max-width:100%;margin:auto}}.section-checklist .checklist-content{max-width:65%;padding-left:10px}@media only screen and (max-width:767px){.section-checklist .checklist-content{max-width:100%;padding:0 15px}}.section-checklist .checklist-content .heading{line-height:55px;margin-bottom:40px;text-transform:none}@media only screen and (max-width:767px){.section-checklist .checklist-content .heading{line-height:1.5;color:#171717;text-align:center}.section-checklist .checklist-content .heading:after{background:#060606}}.section-checklist .checklist-content .headingl{line-height:40px;margin-bottom:15px}.section-checklist .checklist-content .option-items{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;margin-bottom:30px}.section-checklist .checklist-content .option-items .item{width:50%;font-size:20px;margin-bottom:5px;position:relative;padding-left:45px}.section-checklist .checklist-content .option-items .item strong{font-family:ProximaNovaReg;font-weight:normal}@media only screen and (max-width:767px){.section-checklist .checklist-content .option-items .item{width:100%;font-size:16px;margin-bottom:10px;padding-left:30px}}.section-checklist .checklist-content .option-items .item:before{content:'';background-image:url(../../frontend/Rockher/Winter/en_US/images/education/icon_check-solid.svg);background-repeat:no-repeat;background-size:24px 23px;background-position:center;width:24px;height:24px;position:absolute;top:7px;left:0}@media only screen and (max-width:767px){.section-checklist .checklist-content .option-items .item:before{top:0}}.section-checklist .checklist-content .option-items .iteml{width:40%}@media only screen and (max-width:767px){.section-checklist .checklist-content .option-items .iteml{width:100%}}.section-checklist .checklist-content .actions{display:flex;flex-direction:row;padding-left:25px}@media only screen and (max-width:767px){.section-checklist .checklist-content .actions{padding:0}}.section-checklist .checklist-content .actions .btn{display:flex;align-items:center;font-family:ProximaNovaBold;font-size:17px;min-width:270px;background:#ffffff;color:#3a31b4;text-align:center;line-height:1;text-transform:uppercase;padding:25px 45px;letter-spacing:1.5px;-webkit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.section-checklist .checklist-content .actions .btn:before{content:'';background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_brilliance-badge.svg);width:38px;height:36px;display:inline-block;transform:translateY(3px)}@media only screen and (max-width:767px){.section-checklist .checklist-content .actions .btn{background:#3a31b4;color:#fff;padding:15px;font-size:12px}}@media only screen and (max-width:767px){.section-checklist .diamondsearch_link .brilliance-badge{width:40%}}.section-checklist .diamondsearch_link .brilliance-badge-checklist{display:block;margin:auto;width:360px;margin-top:5px;text-transform:uppercase;letter-spacing:2px}@media only screen and (max-width:767px){.section-checklist .diamondsearch_link .brilliance-badge-checklist{width:240px;margin:unset}}.section-checklist .diamondsearch_link .brilliance-badge-checklist .brilliance-badge__badge-checklist{height:50px;-webkit-border-radius:unset;border-radius:unset;padding-left:30px}.section-checklist .diamondsearch_link .brilliance-badge-checklist .brilliance-badge__badge-checklist:before{top:5px;left:290px}@media only screen and (max-width:767px){.section-checklist .diamondsearch_link .brilliance-badge-checklist .brilliance-badge__badge-checklist{height:45px;padding-left:10px}.section-checklist .diamondsearch_link .brilliance-badge-checklist .brilliance-badge__badge-checklist:before{top:0;left:190px}}.section-checklist .diamondsearch_link .brilliance-badge-checklist .brilliance-badge__badge-checklist .text{width:100%}@media only screen and (max-width:767px){.section-checklist .diamondsearch_link .brilliance-badge-checklist .brilliance-badge__badge-checklist .text{font-size:10px}}.section-checklist .diamondsearch_link .brilliance-badge-checklist_super{display:block;margin:auto;width:420px;margin-top:5px;text-transform:uppercase;letter-spacing:2px}@media only screen and (max-width:767px){.section-checklist .diamondsearch_link .brilliance-badge-checklist_super{width:290px;margin:unset}}.section-checklist .diamondsearch_link .brilliance-badge-checklist_super .brilliance-badge__badge-checklist{height:50px;-webkit-border-radius:unset;border-radius:unset;padding-left:30px;background-color:#efdc99}.section-checklist .diamondsearch_link .brilliance-badge-checklist_super .brilliance-badge__badge-checklist:before{top:-4px;left:350px;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_brilliance-badge_yellow.png)}@media only screen and (max-width:767px){.section-checklist .diamondsearch_link .brilliance-badge-checklist_super .brilliance-badge__badge-checklist{height:45px;padding-left:10px}.section-checklist .diamondsearch_link .brilliance-badge-checklist_super .brilliance-badge__badge-checklist:before{top:0;left:240px}}.section-checklist .diamondsearch_link .brilliance-badge-checklist_super .brilliance-badge__badge-checklist a{color:#444444;text-decoration:none}.section-checklist .diamondsearch_link .brilliance-badge-checklist_super .brilliance-badge__badge-checklist a .text{width:100%}@media only screen and (max-width:767px){.section-checklist .diamondsearch_link .brilliance-badge-checklist_super .brilliance-badge__badge-checklist a .text{font-size:10px}}.section-promo{padding-top:85px;padding-bottom:85px;background:#ffffff}@media only screen and (max-width:767px){.section-promo{padding-top:0;padding-bottom:0}}.section-promo .heading{margin-bottom:35px;text-transform:none}.section-promo .promotion-prods .items{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;margin-bottom:50px}@media only screen and (max-width:767px){.section-promo .promotion-prods .items{flex-wrap:wrap;justify-content:center}}.section-promo .promotion-prods .item{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;padding-bottom:10px}@media only screen and (max-width:767px){.section-promo .promotion-prods .item{width:50%}}.section-promo .promotion-prods .item .img-wrap{margin-bottom:25px}.section-promo .promotion-prods .item .img-wrap img{max-width:260px;margin:auto}@media only screen and (max-width:767px){.section-promo .promotion-prods .item .img-wrap{margin-bottom:15px}.section-promo .promotion-prods .item .img-wrap img{max-width:150px}}.section-promo .promotion-prods .item .title{font-family:Lustria;font-size:26px;color:#3a31b4;margin-bottom:20px;line-height:1.2;text-transform:uppercase}@media only screen and (max-width:767px){.section-promo .promotion-prods .item .title{font-size:18px;margin-bottom:10px}}.section-promo .promotion-prods .item .education_page{color:#db7ca7}.section-promo .promotion-prods .item .price{font-family:Lustria;font-size:27px;color:#000000}@media only screen and (max-width:767px){.section-promo .promotion-prods .item .price{font-size:18px}}.section-promo .promotion-prods .actions{text-align:center}.section-promo .promotion-prods .actions .btn{display:inline-block;font-family:ProximaNovaBold;font-size:17px;min-width:210px;background:#51aceb;color:#ffffff;text-align:center;line-height:1;text-transform:uppercase;padding:27px 45px;letter-spacing:1.5px;box-shadow:1px 2px 3px 0 rgba(0,0,0,0.4)}@media only screen and (max-width:767px){.section-promo .promotion-prods .actions .btn{padding:18px 15px;font-size:14px}}.section-promo.ed-page .slider-er .owl-controls .owl-buttons div.owl-next{top:40%}@media only screen and (max-width:767px){.section-promo.ed-page .slider-er .owl-controls .owl-buttons div.owl-next{top:-20px}}.section-promo.ed-page .slider-er .owl-controls .owl-buttons div.owl-prev{top:40%}@media only screen and (max-width:767px){.section-promo.ed-page .slider-er .owl-controls .owl-buttons div.owl-prev{top:-20px}}.section-promo.ed-page .slider-er .product-collection-name{margin-bottom:0;margin-top:20px;font-size:20px}@media only screen and (max-width:767px){.section-promo.ed-page .slider-er .product-collection-name{margin-bottom:5px;margin-top:unset}}.section-promo.ed-page .slider-er .sale-label_round{top:45px}@media only screen and (max-width:767px){.section-promo.ed-page .slider-er .sale-label_round{top:14px}}.section-promo.ed-page .owl-item .slider-er__item{background-color:#ffffff}.section-promo.ed-page .owl-item .slider-er__item .old-price{margin-top:10px}.section-promo.ed-page .owl-item .slider-er__item .special-price{margin-top:10px}.section-promo.ed-page .owl-item .slider-er__item .price{color:#060606}@media only screen and (max-width:767px){.section-promo.ed-page{padding-bottom:40px}}.section-reviews{position:relative;padding-top:75px;padding-bottom:75px}.section-reviews .heading{margin-bottom:35px}.section-history{padding-top:0;padding-bottom:0}.section-history .content-wrap{padding-left:50px}@media only screen and (max-width:767px){.section-history .content-wrap{padding:40px 15px}}.section-history .content-wrap .inner{max-width:750px}.section-history .content-wrap .heading{line-height:63px;margin-bottom:40px}@media only screen and (max-width:767px){.section-history .content-wrap .heading{line-height:1.5;margin-bottom:30px}}.section-history .content-wrap .text p{font-family:ProximaNovaReg;font-size:20px;line-height:34px;letter-spacing:0.05px;color:#444444}@media only screen and (max-width:767px){.section-history .content-wrap .text p{font-size:18px;line-height:1.5}}.section-history .content-wrap .text p:not(:last-child){margin-bottom:35px}@media only screen and (max-width:767px){.section-history .content-wrap .text p:not(:last-child){margin-bottom:25px}}.section-info{padding-top:0;padding-bottom:0}@media only screen and (max-width:767px){.section-info .image-wrap{margin-bottom:35px}}.section-info .content-wrap{padding-right:50px}@media only screen and (max-width:767px){.section-info .content-wrap{padding-left:15px;padding-right:15px}}.section-info .content-wrap .inner{max-width:750px}.section-info .content-wrap .heading{line-height:58px;margin-bottom:40px}@media only screen and (max-width:767px){.section-info .content-wrap .heading{line-height:1.5;margin-bottom:30px}}.section-info .content-wrap .text p{font-family:ProximaNovaReg;font-size:20px;line-height:34px;letter-spacing:0.05px;color:#444444}.section-info .content-wrap .text p:not(:last-child){margin-bottom:35px}@media only screen and (max-width:767px){.section-info img{max-width:100%}}.show_mobile{display:none}@media only screen and (max-width:767px){.show_mobile{display:block}}.show_tablet{display:none}@media only screen and (max-width:991px){.show_tablet{display:block}}@media only screen and (max-width:991px){.hide_tablet{display:none}}@media only screen and (max-width:767px){.show_desctop{display:none}}.slider-er__section{padding-bottom:110px}@media only screen and (max-width:767px){.slider-er__section{padding-top:10px;padding-bottom:40px}}@media only screen and (max-width:767px){.slider-er__section .promotion-prods{padding-top:20px}}.section-simple{padding-top:70px;padding-bottom:70px}@media only screen and (max-width:767px){.section-simple{padding-top:30px;padding-bottom:30px}}.section-simple .heading{margin-bottom:30px;line-height:1.25em}@media only screen and (max-width:767px){.section-simple .heading_cut-diamond{margin-bottom:0;font-size:18px}.section-simple .heading_cut-diamond+p,.section-simple .heading_cut-diamond+.text{margin-top:30px}}.section-simple .text{margin:auto;color:#444444}.section-simple .text_white{color:#ffffff}.section-simple .text p{font-family:ProximaNovaReg;font-size:22px;line-height:34px;letter-spacing:0.05px}@media only screen and (max-width:767px){.section-simple .text p{font-size:18px;line-height:1.5}}.section-simple .text p:not(:last-child){margin-bottom:35px}@media only screen and (max-width:767px){.section-simple .text p:not(:last-child){margin-bottom:25px}}.section-simple .simple-content .heading{line-height:58px;margin-bottom:30px}@media only screen and (max-width:767px){.section-simple .simple-content .heading{line-height:1.5}}.section-simple_grey{background-color:#f5f5f5}.section-simple_grey .heading{line-height:58px;margin:0}@media only screen and (max-width:767px){.section-simple_grey .heading{line-height:1.5}}.section-simple_grey .simple-content .image-wrap img{mix-blend-mode:multiply}.section-simple_grey_light{background-color:#f9f9f9;padding-bottom:0}.section-simple_full{width:100%}.section-simple_purple{padding-top:80px;padding-bottom:75px;background-image:url(../../frontend/Rockher/Winter/en_US/images/education/bg_full-purple-section-2_D.jpg);background-repeat:no-repeat;background-size:cover;color:#ffffff}@media only screen and (max-width:767px){.section-simple img{max-width:100%}}.section-size-chart{position:relative;padding:0}.section-size-chart .inner-container{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;padding-top:75px}@media only screen and (max-width:767px){.section-size-chart .inner-container{padding-top:30px}}.section-size-chart .inner-container .actions{position:absolute;bottom:100px;left:160px}@media only screen and (max-width:767px){.section-size-chart .inner-container .actions{bottom:15px;left:50%;transform:translateX(-50%)}}.section-size-chart .inner-container .actions .btn{display:inline-block;font-family:ProximaNovaBold;font-size:17px;min-width:285px;background:#3a31b4;color:#ffffff;text-align:center;line-height:1;text-transform:uppercase;padding:27px 45px;letter-spacing:1.5px;-webkit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}@media only screen and (max-width:767px){.section-size-chart .inner-container .actions .btn{padding:18px 15px;font-size:14px;min-width:200px}}.section-versus .heading{margin-bottom:30px}.section-versus .cut-items{margin-top:40px}.section-versus .cut-item .img-wrap{background-color:#ffffff;display:flex;align-items:flex-end;justify-content:center;text-align:center;padding:40px 15px;height:100%}.section-versus .cut-item .img-wrap img{max-width:100%}@media only screen and (max-width:767px){.section-versus .cut-item:not(:last-child){margin-bottom:30px}}.img_428_428{width:428px;height:428px}.img_428_208{width:451px;height:208px}.img_451_179{width:451px;height:179px}.img_451_181{width:451px;height:181px}.img_451_187{width:451px;height:187px}.img_451_226{width:451px;height:226px}.img_451_246{width:451px;height:246px}.img_451_287{width:451px;height:287px}.img_451_321{width:451px;height:287px}.img_610_615{width:610px;height:615px}.img_600_610{width:610px;height:610px}.category-contact .main-container{margin-top:117px}@media only screen and (max-width:1024px){.category-contact .main-container{margin-top:56px}}.contacts-us-page{position:relative;max-width:1920px;margin:0 auto 50px;font-family:ProximaNovaReg;font-size:16px;color:#413f41}.contacts-us-page .contact-loader{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.55);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:999999}.contacts-us-page__hero{position:relative}.contacts-us-page__hero-bg img{position:relative;display:block;max-width:100%}.contacts-us-page__hero-main{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#ffffff;background-color:rgba(0,0,0,0.4);z-index:1}.contacts-us-page__hero-main .heading{font-family:HaboroContrast-NormBook;font-size:40px;letter-spacing:2px;line-height:51px;margin-bottom:20px}@media only screen and (max-width:767px){.contacts-us-page__hero-main .heading{font-size:24px;letter-spacing:0.5px;line-height:31px;margin-bottom:12px}}.contacts-us-page__hero-main .sub-heading{max-width:450px;font-size:16px;line-height:1.2;letter-spacing:0.5px;text-align:center}@media only screen and (max-width:767px){.contacts-us-page__hero-main .sub-heading{padding-left:15px;padding-right:15px;font-size:16px;letter-spacing:0.5px;line-height:19px}}.contacts-us-page__contacts{position:relative;max-width:1140px;margin:0 auto 50px;padding:70px 15px 50px;border-bottom:1px solid #e8e8e8}@media only screen and (max-width:767px){.contacts-us-page__contacts{padding:30px 15px;margin-bottom:35px}}.contacts-us-page__contacts .contact-items{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;margin-bottom:65px}@media only screen and (max-width:767px){.contacts-us-page__contacts .contact-items{flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-bottom:0}}.contacts-us-page__contacts .contact-item{min-width:285px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:16px}@media only screen and (max-width:991px){.contacts-us-page__contacts .contact-item{min-width:225px}}@media only screen and (max-width:767px){.contacts-us-page__contacts .contact-item{position:relative;display:block;text-align:left;padding-left:60px;margin-bottom:25px}.contacts-us-page__contacts .contact-item:nth-child(1){left:6px}.contacts-us-page__contacts .contact-item:nth-child(3){left:3px}}.contacts-us-page__contacts .contact-item .icon{margin-bottom:15px}@media only screen and (max-width:767px){.contacts-us-page__contacts .contact-item .icon{margin:0;position:absolute;left:0;top:50%;transform:translate(0, -50%)}}.contacts-us-page__contacts .contact-item .title{line-height:1.2}.contacts-us-page__contacts .contact-item .link{text-decoration:none}.contacts-us-page__contacts .contact-item .link:hover,.contacts-us-page__contacts .contact-item .link:active{text-decoration:none}.contacts-us-page__contacts .contact-item .link:focus{color:#443879}.contacts-us-page__contacts .work-hours{text-align:center;font-size:16px;line-height:1.2;letter-spacing:0.5px}@media only screen and (max-width:767px){.contacts-us-page__contacts .work-hours{text-align:left}}.contacts-us-page__contacts .work-hours strong{font-family:ProximaNovaBold}@media only screen and (max-width:767px){.contacts-us-page__form{padding-left:15px;padding-right:15px}}.contacts-us-page__form .middle-content{float:none;max-width:1140px;margin:0 auto}.contacts-us-page__form .middle-content #contactForm .fields,.contacts-us-page__form .middle-content #contactForm .field{margin-bottom:0}.contacts-us-page__form #contactForm{width:auto;max-width:320px;padding:0}@media only screen and (max-width:767px){.contacts-us-page__form #contactForm{max-width:380px}}.contacts-us-page__form #contactForm label{font-family:ProximaNovaReg;font-size:16px;line-height:1.2;letter-spacing:0.5px;color:#413f41;margin-bottom:5px}.contacts-us-page__form #contactForm label.required:after{content:'';display:none}.contacts-us-page__form #contactForm .form-list>li{margin-bottom:0}.contacts-us-page__form #contactForm .input-box{padding-top:0;padding-bottom:0;margin-bottom:18px}@media only screen and (max-width:767px){.contacts-us-page__form #contactForm .input-box{padding-top:0 !important;margin-bottom:15px}}.contacts-us-page__form #contactForm .input-box input.input-text,.contacts-us-page__form #contactForm .input-box textarea.input-text{display:block;width:100%;height:50px;border:1px solid #7c7593;border-radius:10px;padding-left:18px;font-size:16px;font-family:ProximaNovaReg;color:#413F41;line-height:1;outline:none}.contacts-us-page__form #contactForm .input-box textarea.input-text{height:100px !important;padding:10px 12px;resize:none;margin-bottom:10px}.contacts-us-page__form #contactForm .buttons-set{margin:0;padding:0}.contacts-us-page__form #contactForm .buttons-set button.button{height:58px;-webkit-border-radius:45px;-moz-border-radius:45px;border-radius:45px;background:#443879;text-transform:uppercase;font-family:ProximaNovaBold;color:#ffffff;font-size:16px;letter-spacing:2px;outline:none}.contacts-us-page__form #contactForm .buttons-set button.button:hover{background:#5d5185}.contacts-us-page__form #contactForm .buttons-set button.button:active{background:#7C7593}.ring-shopper{position:relative;letter-spacing:0.5px;color:#413f41}@media only screen and (max-width:767px){.ring-shopper .show-effect{opacity:1}}.ring-shopper__hero{position:relative;max-width:1920px;margin:0 auto}@media only screen and (max-width:991px){.ring-shopper__hero{margin-bottom:90px}}@media only screen and (max-width:767px){.ring-shopper__hero{margin-bottom:155px}}.ring-shopper__hero-bg img{width:100%;max-width:100%}.ring-shopper__hero-main{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#ffffff}@media only screen and (max-width:767px){.ring-shopper__hero-main{padding-bottom:65px}}.ring-shopper__hero-main .sub-heading{font-family:HaboroContrast-NormBook;font-size:16px;line-height:1.25;margin-bottom:12px;text-transform:uppercase;color:#ffffff}@media only screen and (max-width:767px){.ring-shopper__hero-main .sub-heading{margin-bottom:18px;max-width:255px}}.ring-shopper__hero-main .heading{font-family:HaboroContrast-NormBook;font-size:40px;letter-spacing:2px;line-height:51px;margin-bottom:15px;color:#ffffff;text-transform:none}@media only screen and (max-width:767px){.ring-shopper__hero-main .heading{font-size:24px;letter-spacing:0.5px;line-height:31px;margin-bottom:0}}.ring-shopper__hero-main .rosi-budget{width:100%;max-width:570px}@media only screen and (max-width:991px){.ring-shopper__hero-main .rosi-budget{position:absolute;top:100%;transform:translate(0, 20px)}}@media only screen and (max-width:767px){.ring-shopper__hero-main .rosi-budget{transform:translate(0, 35px)}}.ring-shopper__promo{position:relative}.ring-shopper__promo-text{position:relative;padding:80px 15px 120px;max-width:905px;margin:0 auto;text-align:center}@media only screen and (max-width:991px){.ring-shopper__promo-text{padding:50px 15px 110px}}.ring-shopper__promo-text .main-text{font-family:ProximaNovaBold;font-size:24px;letter-spacing:0.67px;line-height:29px;margin-bottom:40px}.ring-shopper__promo-text .main-text_last{margin-bottom:0}@media only screen and (max-width:767px){.ring-shopper__promo-text .main-text{font-size:18px;letter-spacing:0.5px;line-height:22px;margin-bottom:20px}}.ring-shopper__promo-text .main-text a{font-size:inherit}.ring-shopper__promo-text p{font-size:16px;line-height:1.2}.ring-shopper__find .splitit-find .ring{width:445px;height:auto;margin-top:-180px}@media only screen and (max-width:991px){.ring-shopper__find .splitit-find .ring{width:100%;max-width:445px;height:auto;margin:0 auto 30px}}@media only screen and (max-width:991px){.ring-shopper__find .splitit-find{padding:50px 0}}@media only screen and (max-width:767px){.ring-shopper__find .splitit-find{padding-top:0}}.ring-shopper__find .splitit-find .rosi-budget__btn{margin:0}@media only screen and (max-width:767px){.ring-shopper__find .splitit-find .rosi-budget__btn{margin-left:auto;margin-right:auto}}@media only screen and (max-width:991px){.ring-shopper__find .splitit-section_find{margin-top:50px}}.ring-shopper__steps{position:relative;padding:75px 0}@media only screen and (max-width:991px){.ring-shopper__steps{padding:55px 0}}@media only screen and (max-width:767px){.ring-shopper__steps{padding:55px 0 35px}}.ring-shopper__steps .heading{text-align:center;font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;line-height:26px;margin-bottom:35px}.ring-shopper__stories-section{padding:0 0 80px}@media only screen and (max-width:991px){.ring-shopper__stories-section{padding-bottom:30px}}@media only screen and (max-width:767px){.ring-shopper__stories-section{padding-bottom:0}}.ring-shopper__stories-section .container{max-width:1140px}.story-content{position:relative;display:flex;flex-direction:row;align-items:flex-start;padding:40px 0}.story-content_imgOnRight{justify-content:flex-end}.story-content_imgOnLeft{justify-content:flex-start}@media only screen and (max-width:991px){.story-content{padding:0;flex-direction:column;justify-content:flex-start;align-items:center}}@media only screen and (max-width:767px){.story-content{margin-left:-15px;margin-right:-15px;margin-bottom:25px}}.story-content__image{max-width:730px}.story-content__image img{max-width:100%}.story-content__text{position:absolute;top:50%;display:flex;width:100%;max-width:635px;min-height:375px;flex-direction:column;align-items:flex-start;justify-content:center;background:#ffffff;padding:25px 65px;box-shadow:4px 4px 10px 2px rgba(0,0,0,0.13);font-size:18px;line-height:1.2;transform:translate(0, -50%)}@media only screen and (max-width:991px){.story-content__text{position:relative;transform:translate(0, -65px)}}@media only screen and (max-width:767px){.story-content__text{transform:translate(0, -30px);padding:30px 31px;min-height:inherit;width:auto;margin-left:15px;margin-right:15px;font-size:16px}}.story-content__text .madeUsa img{display:inline-block}@media only screen and (max-width:767px){.story-content__text .madeUsa{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left}.story-content__text .madeUsa img{margin-right:10px}}.story-content__text p:not(:last-of-type),.story-content__text p:not(:last-child){margin-bottom:20px}.story-content__text a,.story-content__text a.link-paragraph{font-size:inherit}.story-content__text_onRight{right:0}.story-content__text_onLeft{left:0}.story-content__text .heading{font-family:HaboroContrast-NormBook;font-size:32px;letter-spacing:1px;line-height:41px;margin-bottom:15px;text-transform:uppercase}@media only screen and (max-width:767px){.story-content__text .heading{font-size:20px;line-height:1.3;margin-bottom:7px}}.shopper-steps{position:relative;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-around;text-align:center}@media only screen and (max-width:767px){.shopper-steps{flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left}}.shopper-steps__item{display:flex;flex-direction:column;width:100%;max-width:273px;text-align:center;font-size:18px;line-height:22px}@media only screen and (max-width:767px){.shopper-steps__item{position:relative;padding-left:62px;text-align:left;font-size:16px;line-height:1.2;max-width:100%;margin-bottom:25px}}.shopper-steps__item .icon{margin-bottom:20px}@media only screen and (max-width:767px){.shopper-steps__item .icon{position:absolute;top:4px;left:0;width:50px}}.shopper-steps__item .icon img{margin:0 auto;max-width:100%}.shopper-steps__item .title{font-family:ProximaNovaBold;margin-bottom:10px}@media only screen and (max-width:767px){.shopper-steps__item .title{font-size:18px;margin-bottom:7px}}.shopper-tool-promo{position:relative;background:linear-gradient(180deg, #443879 0%, #b9afe4 100%);padding-top:55px;padding-bottom:65px}.shopper-tool-promo .container{padding-top:40px;background-image:url(../../frontend/Rockher/Winter/en_US/images/rosi-shopper/rosi-shopper-BG_D.png);background-position:top center;background-repeat:no-repeat}@media only screen and (max-width:767px){.shopper-tool-promo .container{background-position:-435px 0px}}@media (max-width:460px){.shopper-tool-promo .container{background-position:-435px 0px}}@media (max-width:375px){.shopper-tool-promo .container{background-position:-515px 0px}}.shopper-tool-promo:before{content:'';position:absolute;top:0;left:50%;transform:translate(-50%, -65px);display:block;width:200px;height:200px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#443879;z-index:-1}.shopper-tool-promo .icon-rosi{display:block;width:86px;position:absolute;top:-30px;left:50%;transform:translate(-50%, 0);z-index:1}.shopper-tool-promo .heading{font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;line-height:26px;color:#ffffff;text-align:center;max-width:585px;margin:0 auto 50px}.shopper-tool-promo__info{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:50px}@media only screen and (max-width:991px){.shopper-tool-promo__info{padding-top:0}}.shopper-tool-promo__info .ring-scheme-img{position:relative;transform:translate(-5px, 0)}@media only screen and (max-width:991px){.shopper-tool-promo__info .ring-scheme-img{margin-bottom:25px}}@media only screen and (max-width:767px){.shopper-tool-promo__info .ring-scheme-img{margin-bottom:15px}}.shopper-tool-promo__info .ring-scheme-img img{max-width:100%}.shopper-tool-promo__info .ring-scheme-descr{position:absolute;top:10px;left:50%;transform:translate(-50%, 0);width:100%;max-width:950px}@media only screen and (max-width:991px){.shopper-tool-promo__info .ring-scheme-descr{position:relative;top:auto;left:auto;transform:none;display:flex;flex-direction:row;justify-content:space-around}}.shopper-tool-promo__info .ring-scheme-descr__item{position:absolute;color:#ffffff}.shopper-tool-promo__info .ring-scheme-descr__item_setting{left:100px}.shopper-tool-promo__info .ring-scheme-descr__item_diamond{right:45px}.shopper-tool-promo__info .ring-scheme-descr__item .title{display:flex;flex-direction:row;text-align:center;align-items:center;justify-content:center;width:200px;font-size:24px;font-family:ProximaNovaBold;line-height:29px;letter-spacing:0.67px;padding-bottom:10px;border-bottom:2px solid #fff}@media only screen and (max-width:991px){.shopper-tool-promo__info .ring-scheme-descr__item .title{margin-bottom:20px;width:100%;max-width:200px}}@media only screen and (max-width:767px){.shopper-tool-promo__info .ring-scheme-descr__item .title{max-width:135px;font-size:18px;letter-spacing:0.5px;line-height:22px}}.shopper-tool-promo__info .ring-scheme-descr__item .title img{margin-right:10px}@media only screen and (max-width:767px){.shopper-tool-promo__info .ring-scheme-descr__item .title img{width:20px;margin-right:4px}}.shopper-tool-promo__info .ring-scheme-descr__item .descr-text{position:absolute;font-family:ProximaNovaBold;font-size:16px;letter-spacing:0.5px;line-height:1.2;padding-left:45px;width:200px}.shopper-tool-promo__info .ring-scheme-descr__item .descr-text:before{content:'';position:absolute;top:50%;left:0;transform:translate(0, -50%);background-position:0 0;background-repeat:no-repeat}.shopper-tool-promo__info .ring-scheme-descr__item .descr-text_custom{top:110px;left:0}.shopper-tool-promo__info .ring-scheme-descr__item .descr-text_custom:before{left:5px;background-image:url(../../frontend/Rockher/Winter/en_US/images/rosi-shopper/icon_ShopperHeart.svg);width:33px;height:41px}@media only screen and (max-width:767px){.shopper-tool-promo__info .ring-scheme-descr__item .descr-text_custom:before{left:0;width:25px;height:32px;background-size:contain}}@media only screen and (max-width:767px){.shopper-tool-promo__info .ring-scheme-descr__item .descr-text_custom{margin-bottom:35px !important}}.shopper-tool-promo__info .ring-scheme-descr__item .descr-text_budget{top:260px;left:-5px;padding-left:50px}.shopper-tool-promo__info .ring-scheme-descr__item .descr-text_budget:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/rosi-shopper/icon_BestBalance.svg);width:41px;height:42px}@media only screen and (max-width:767px){.shopper-tool-promo__info .ring-scheme-descr__item .descr-text_budget:before{width:25px;height:25px;background-size:contain}}.shopper-tool-promo__info .ring-scheme-descr__item .descr-text_ai{top:100px;left:-35px;width:250px}.shopper-tool-promo__info .ring-scheme-descr__item .descr-text_ai:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/rosi-shopper/icon_BestDIamondAI.svg);width:32px;height:36px;left:5px;top:0;transform:none}@media only screen and (max-width:767px){.shopper-tool-promo__info .ring-scheme-descr__item .descr-text_ai:before{width:26px;height:28px;background-size:contain}}@media only screen and (max-width:767px){.shopper-tool-promo__info .ring-scheme-descr__item .descr-text_ai{max-width:142px !important}}.shopper-tool-promo__info .ring-scheme-descr__item .descr-text_budget-diamond{top:220px;left:-30px}@media only screen and (max-width:991px){.shopper-tool-promo__info .ring-scheme-descr__item .descr-text{position:relative;top:auto;left:auto;max-width:200px;padding-left:50px;margin-bottom:20px}}@media only screen and (max-width:767px){.shopper-tool-promo__info .ring-scheme-descr__item .descr-text{font-size:14px;letter-spacing:0.4px;line-height:1.2;font-family:ProximaNovaReg;max-width:135px;padding-left:35px}.shopper-tool-promo__info .ring-scheme-descr__item .descr-text:before{top:1px;transform:none}}@media only screen and (max-width:991px){.shopper-tool-promo__info .ring-scheme-descr__item{position:relative;left:auto;right:auto;top:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}}.best-pairings{position:relative;background:#f9f9f9;padding:65px 0;margin-bottom:80px}@media only screen and (max-width:991px){.best-pairings{margin-bottom:50px}}@media only screen and (max-width:767px){.best-pairings{padding:40px 0;margin-bottom:40px}}.best-pairings .container{max-width:1140px}.best-pairings .heading{text-align:center;font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;line-height:26px;text-transform:uppercase;color:#413f41;margin-bottom:65px}@media only screen and (max-width:767px){.best-pairings .heading{max-width:220px;margin:0 auto 40px}}.best-pairings__products{position:relative}.best-pairings .best-products{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}@media only screen and (max-width:991px){.best-pairings .best-products{height:520px;padding:0;margin:0}.best-pairings .best-products.owl-carousel{height:auto}}.best-pairings .best-products .owl-controls{position:relative}@media (max-width:736px){.best-pairings .best-products .owl-controls{margin-bottom:0;margin-top:20px}}.best-pairings .best-products .owl-controls .owl-buttons div.owl-prev,.best-pairings .best-products .owl-controls .owl-buttons div.owl-next{position:relative;top:auto;background-position:center}@media (max-width:736px){.best-pairings .best-products .owl-controls .owl-buttons div.owl-prev,.best-pairings .best-products .owl-controls .owl-buttons div.owl-next{display:inline-block}}.best-pairings .best-products .owl-controls .owl-buttons div.owl-prev{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-left_sm.svg)}.best-pairings .best-products .owl-controls .owl-buttons div.owl-next{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-right_sm.svg)}.best-pairings .best-product-item{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:350px}@media only screen and (max-width:991px){.best-pairings .best-product-item{margin:0 auto}}.best-pairings .best-product-item__link{color:#413f41}.best-pairings .best-product-item__link:hover{color:#413f41}.best-pairings .best-product-item__link:active{color:#413f41}.best-pairings .best-product-item__image{position:relative;display:inline-block;overflow:hidden;margin-bottom:15px}.best-pairings .best-product-item__image img{max-width:350px}.best-pairings .best-product-item__name{font-family:HaboroContrast-NormBook;font-size:24px;letter-spacing:0.5px;line-height:31px;margin-bottom:10px;text-transform:uppercase;color:#443879}.best-pairings .best-product-item__title{font-size:16px;letter-spacing:0.5px;line-height:1.2;max-width:345px;min-height:58px}.best-pairings .best-product-item__price{color:#492c7f;font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;line-height:26px;margin:5px 0}.best-pairings .best-product-item__sub-text{font-size:14px;letter-spacing:0.4px;margin-bottom:15px}.best-pairings .best-product-item__more{width:100%;max-width:250px;height:45px;line-height:40px}.best-pairings .best-product-item .build-cr-spinner{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,0.65);z-index:5}@media only screen and (max-width:991px){.best-pairings .best-product-item .build-cr-spinner{left:0;right:0}}.best-pairings .best-product-item .build-cr-spinner .Spinner{position:absolute;top:50%;left:50%;margin-top:-14px;margin-left:-14px}.customer-block{position:relative;margin:0 auto;border:1px solid #e8e8e8;color:#413f41}.customer-block__header{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;min-height:60px;background:#f9f9f9;padding-left:25px;padding-right:25px}@media only screen and (max-width:767px){.customer-block__header{padding-left:20px;padding-right:20px}}.customer-block__header .heading{font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:0.3px;line-height:26px;text-transform:uppercase;color:#413f41}.customer-block__header .links{position:absolute;right:25px;top:50%;transform:translate(0, -50%)}.customer-block__header_complex{flex-wrap:wrap;align-items:flex-start;padding-top:18px;padding-bottom:16px}.customer-block__header_complex .heading{margin-bottom:5px}.customer-block__header_complex .links{top:20px;transform:none}.customer-block__header_complex .subheading{font-size:14px;line-height:1.25;letter-spacing:0.4px}.customer-block_progress{margin-bottom:15px}.customer-block_order-detail .customer-block__header .links{display:none}.customer-block__content{position:relative;padding:20px 25px}.customer-block__content_wishlist{padding-top:0;padding-bottom:0}@media only screen and (max-width:767px){.customer-block__content{padding-left:20px;padding-right:20px}}.customer-block__content p{font-family:ProximaNovaReg;font-size:16px;letter-spacing:0.5px;line-height:1.2}.customer-block .link{font-family:"ProximaNovaBold";font-size:16px;letter-spacing:0.5px;line-height:19px;color:#060606}@media only screen and (max-width:767px){.customer-block .link{font-size:14px}}.customer-block .link:hover{color:#443879;text-decoration:none}.customer-block .link:active{color:#060606}.customer-block .link:focus{color:#060606}.wishlist-products{position:relative}.wishlist-products__item{border-bottom:1px solid #e8e8e8}.wishlist-products__item:last-child{border-bottom:none}.wishlist-item{position:relative;display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:nowrap;padding-top:20px;padding-bottom:20px;font-size:16px}@media only screen and (max-width:767px){.wishlist-item{font-size:14px}}.wishlist-item__image{flex:0 0 200px}@media (max-width:480px){.wishlist-item__image{flex:0 0 100px}}.wishlist-item__image a{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.wishlist-item__image img{max-width:100%}.wishlist-item__image_complete a{display:flex;flex-direction:row;align-items:center;justify-content:space-between;min-height:200px}@media (max-width:480px){.wishlist-item__image_complete a{min-height:100px}}.wishlist-item__image_complete a span{font-family:HaboroContrast-NormBook;font-size:24px;line-height:1;color:#413f41}@media (max-width:480px){.wishlist-item__image_complete a span{font-size:16px}}.wishlist-item__image_complete img{max-width:90px}@media (max-width:480px){.wishlist-item__image_complete img{max-width:42px}}.wishlist-item__info{position:relative;width:100%;padding-left:65px}@media only screen and (max-width:991px){.wishlist-item__info{padding-left:15px}}.wishlist-item__title{margin-bottom:8px}@media only screen and (max-width:767px){.wishlist-item__title{margin-bottom:5px}}.wishlist-item__title a{font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:0.3px;line-height:1.3;color:#060606}@media only screen and (max-width:767px){.wishlist-item__title a{font-size:16px;line-height:1.2}}.wishlist-item__title a:hover{text-decoration:none;color:#060606}.wishlist-item__descr{max-width:460px;font-size:16px;letter-spacing:0.5px;line-height:1.2;margin-bottom:8px}@media only screen and (max-width:991px){.wishlist-item__descr{max-width:300px}}@media only screen and (max-width:767px){.wishlist-item__descr{font-size:14px;margin-bottom:7px}}.wishlist-item__details .item{margin-bottom:7px;color:#413f41}.wishlist-item__details .item .title{font-family:ProximaNovaBold}.wishlist-item__details .item .val{display:inline-block}.wishlist-item__details .item .val_gia{cursor:pointer}@media only screen and (max-width:767px){.wishlist-item__details .item{margin-bottom:0}}@media only screen and (max-width:767px){.wishlist-item__details{margin-bottom:10px}}.wishlist-item__price-container{position:absolute;top:10px;right:0;text-align:right}@media only screen and (max-width:767px){.wishlist-item__price-container{position:relative;top:auto;text-align:left;margin-bottom:15px}}.wishlist-item__price{margin-bottom:10px}.wishlist-item__price .price{font-family:ProximaNovaBold;font-size:16px;letter-spacing:0.5px;line-height:1.2}@media only screen and (max-width:767px){.wishlist-item__price .price{font-size:14px}}.wishlist-item__controls{position:absolute;right:0;bottom:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}@media only screen and (max-width:767px){.wishlist-item__controls{position:relative;align-items:flex-start}}.wishlist-item__ring-size{margin-bottom:10px}@media only screen and (max-width:767px){.wishlist-item__ring-size{width:100%;max-width:320px}}.wishlist-item__ring-size .custom-select__selected{width:180px;border-color:#7c7593}@media only screen and (max-width:767px){.wishlist-item__ring-size .custom-select__selected{width:100%}}.wishlist-item__btn.g-btn{line-height:54px}@media only screen and (max-width:991px){.wishlist-item__btn.g-btn{width:250px;height:50px;line-height:45px}}@media only screen and (max-width:767px){.wishlist-item__btn.g-btn{width:100%;max-width:320px;height:45px;line-height:40px}}.wishlist-item__btn_inactive.g-btn{background:#e8e8e8;pointer-events:none;cursor:not-allowed}.wishlist-item__btn_inactive.g-btn:hover{background:#e8e8e8}.wishlist-item__btn_inactive.g-btn:focus{background:#e8e8e8}.wishlist-item__btn_inactive.g-btn:active{background:#e8e8e8}.wishlist-page{position:relative;max-width:1140px;margin:0 auto;padding-left:15px;padding-right:15px}.wishlist-page__bottom{display:flex;flex-direction:row;justify-content:flex-end;margin-top:20px;padding-right:25px}@media only screen and (max-width:991px){.wishlist-page__bottom{justify-content:center;padding-right:0}}.wishlist-page__bottom .g-btn{line-height:53px}@media only screen and (max-width:767px){.wishlist-page__bottom .g-btn{width:100%;max-width:350px;height:45px;line-height:40px}}.wishlist-page__bottom .wishlist-button-add-all{display:none}@media only screen and (max-width:767px){.wishlist-index-index .product-item-info{text-align:center}}@media only screen and (max-width:767px){.wishlist-page .products-list .product-item-photo{width:100%;float:left}}@media only screen and (max-width:767px){.wishlist-page .products-list .actions-primary{margin:0 auto}}.hero-banner{position:relative;max-width:1920px;margin:0 auto 150px}@media only screen and (max-width:991px){.hero-banner{max-width:750px}}@media only screen and (max-width:767px){.hero-banner{margin-bottom:55px}}.hero-banner img{max-width:100%}.hero-banner__content{position:absolute;top:0;bottom:0;width:100%;max-width:1260px;padding-left:15px;padding-right:15px;left:50%;transform:translate(-50%, 0);z-index:5;color:#ffffff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (max-width:767px){.hero-banner__content{position:relative;top:auto;bottom:auto;left:auto;right:auto;transform:none;color:#413f41;padding-top:120px}}.hero-banner__content:before{content:'';position:absolute;width:350px;height:238px;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamond-provenance/img_ProvenanceLooseDiamond-D.png);background-repeat:no-repeat;background-size:contain;z-index:2;bottom:-155px;right:50px}@media only screen and (max-width:1024px){.hero-banner__content:before{bottom:-185px}}@media only screen and (max-width:991px){.hero-banner__content:before{right:auto;left:50%;transform:translate(-50%, 0)}}@media only screen and (max-width:767px){.hero-banner__content:before{bottom:auto;top:-105px}}.hero-banner__content .heading{color:#ffffff;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.88px;line-height:1.3;text-align:center;text-transform:uppercase;margin-bottom:25px}@media only screen and (max-width:767px){.hero-banner__content .heading{color:#413f41}}.hero-banner__content .text{max-width:650px;margin:0 auto;font-family:ProximaNovaReg;font-size:18px;letter-spacing:0.5px;color:#ffffff;line-height:1.25;text-align:center}@media only screen and (max-width:767px){.hero-banner__content .text{color:#413f41}}.hero-banner__button{line-height:55px;position:relative;top:200px}@media only screen and (max-width:991px){.hero-banner__button{top:15px}}.diamond-provenance-map{position:relative;padding-top:30px;padding-bottom:45px}@media only screen and (max-width:767px){.diamond-provenance-map{padding:0 15px}}.diamond-provenance-map:before{content:'';position:absolute;top:130px;bottom:115px;left:0;right:0;z-index:2;background:#f9f9f9}@media only screen and (max-width:767px){.diamond-provenance-map:before{top:40px;bottom:40px}}.diamond-provenance-map__img{position:relative;margin:0 auto;display:block;z-index:5}@media only screen and (max-width:767px){.diamond-provenance-map__img{width:100%;max-width:550px;height:auto}}.diamond-timelapse{position:relative;padding-top:45px}.diamond-timelapse__inner{width:100%;max-width:735px;margin:0 auto;color:#413f41}@media only screen and (max-width:991px){.diamond-timelapse__inner{padding-left:15px;padding-right:15px}}.diamond-timelapse__heading{font-family:HaboroContrast-NormBook;font-size:28px;line-height:36px;letter-spacing:0.5px;text-align:center;text-transform:uppercase;margin-bottom:30px}.diamond-timelapse__items{position:relative}.diamond-timelapse__item{position:relative;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;padding-bottom:120px}@media only screen and (max-width:767px){.diamond-timelapse__item:last-of-type{padding-bottom:80px}}.diamond-timelapse__item .icon-wrap{flex:0 0 100px}.diamond-timelapse__item_ltr .icon-wrap{margin-right:25px}@media only screen and (max-width:767px){.diamond-timelapse__item_ltr .icon-wrap{margin-right:20px}}.diamond-timelapse__item_rtl .icon-wrap{margin-left:25px}@media only screen and (max-width:767px){.diamond-timelapse__item_rtl .icon-wrap{margin-left:20px}}.diamond-timelapse__item_ltr .icon-wrap{order:1}.diamond-timelapse__item_ltr .detail{order:2}.diamond-timelapse__item_rtl .icon-wrap{order:2}.diamond-timelapse__item_rtl .detail{order:1}.diamond-timelapse__item .detail{padding-top:5px}.diamond-timelapse__item .title{font-size:18px;font-family:ProximaNovaBold;line-height:1.25;letter-spacing:0.5px;margin-bottom:10px}.diamond-timelapse__item .text{font-size:16px;letter-spacing:0.5px;line-height:1.2}.diamond-timelapse__item .next-step-arrow{position:absolute;top:105px;bottom:55px;left:50px;right:50px;border:3px solid #7c7593;border-top:none;z-index:2}.diamond-timelapse__item .next-step-arrow:before{content:'';position:absolute;top:100%;height:45px;width:3px;background:#7C7593}.diamond-timelapse__item .next-step-arrow:after{content:'';position:absolute;top:100%;display:block;width:15px;border:4px solid #7c7593;height:17px;transform:skew(-7deg, 0deg) rotate(-48deg) translate(0, 9px);margin-top:25px;border-radius:2px;border-top:none;border-right:none}.diamond-timelapse__item_ltr .next-step-arrow{border-right:none}.diamond-timelapse__item_ltr .next-step-arrow:before{right:0}.diamond-timelapse__item_ltr .next-step-arrow:after{right:0}.diamond-timelapse__item_rtl .next-step-arrow{border-left:none}.diamond-timelapse__item_rtl .next-step-arrow:before{left:0}.diamond-timelapse__item_rtl .next-step-arrow:after{left:-12px}.diamond-timelapse__item:last-of-type .next-step-arrow{display:none}.kp-promo{position:relative;max-width:1920px;margin:0 auto 130px}@media only screen and (max-width:767px){.kp-promo{margin-bottom:65px}}.kp-promo__image-bg{max-height:630px;overflow:hidden}@media only screen and (max-width:991px){.kp-promo__image-bg{max-width:750px;margin:0 auto;max-height:inherit}}.kp-promo__image-bg img{max-width:100%}.kp-promo__content{position:absolute;top:0;bottom:0;left:0;right:0;padding-left:15px;padding-right:15px;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (max-width:767px){.kp-promo__content{position:relative;top:auto;bottom:auto;left:auto;right:auto;padding-top:75px;padding-bottom:25px;width:auto;margin-left:15px;margin-right:15px;margin-top:-50px;background:#ffffff;box-shadow:4px 4px 10px 2px rgba(0,0,0,0.13)}}.kp-promo__content .text{max-width:540px;margin:0 auto;color:#ffffff;text-align:center}@media only screen and (max-width:767px){.kp-promo__content .text{color:#413f41;max-width:100%}}.kp-promo__content .text p{font-size:16px;letter-spacing:0.5px;line-height:1.2;margin-bottom:15px}.kp-promo__icon{display:block;width:130px;height:130px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#ffffff;margin-bottom:50px;overflow:hidden}@media only screen and (max-width:767px){.kp-promo__icon{position:absolute;margin:0;top:-65px;left:50%;transform:translate(-50%, 0)}}.kp-promo__icon img{transform:translate(-3px, 1px)}.our-mine{position:relative;max-width:1110px;margin:0 auto 80px;padding-top:105px;padding-bottom:200px;display:flex;flex-direction:row;justify-content:flex-end}@media only screen and (max-width:991px){.our-mine{padding:35px 15px 80px}}@media only screen and (max-width:767px){.our-mine{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0;margin-bottom:0}}.our-mine img{max-width:100%}.our-mine__image{position:absolute}.our-mine__image_top{top:0;left:0}@media only screen and (max-width:991px){.our-mine__image_top{width:375px}}.our-mine__image_bottom{bottom:0;left:240px}@media only screen and (max-width:991px){.our-mine__image_bottom{width:360px;left:50px}}@media only screen and (max-width:767px){.our-mine__image{position:relative;width:auto;top:auto;left:auto;bottom:auto}}.our-mine__content{position:relative;width:600px;background:#ffffff;padding:70px 85px 65px 60px;box-shadow:4px 4px 10px 2px rgba(0,0,0,0.13);font-size:16px;letter-spacing:0.5px;line-height:1.2;z-index:5}@media only screen and (max-width:991px){.our-mine__content{padding:65px 55px}}@media only screen and (max-width:767px){.our-mine__content{width:auto;padding:35px 15px 30px;text-align:center;margin:-45px 15px}}.our-mine__content .heading{font-family:HaboroContrast-NormBook;font-size:32px;color:#4b2781;letter-spacing:1px;line-height:41px;margin-bottom:12px}@media only screen and (max-width:767px){.our-mine__content .heading{font-size:24px;letter-spacing:0.5px;line-height:1.3}}.our-mine__content .lipari-logo{position:absolute;top:100%;right:32px;transform:translate(0, 42px);width:252px}@media only screen and (max-width:991px){.our-mine__content .lipari-logo{transform:translate(0, 20px)}}@media only screen and (max-width:767px){.our-mine__content .lipari-logo{position:relative;top:auto;right:auto;transform:none;width:200px;margin:27px auto 0}}.lipari-promo-videoContainer{position:relative;max-width:1110px;margin:0 auto 55px}.lipari-promo-videoContainer .lipari-videoWrapper{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.lipari-promo-videoContainer .lipari-videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.natural-diamonds{position:relative;max-width:1920px;margin:0 auto 55px}@media only screen and (max-width:767px){.natural-diamonds{margin-bottom:0}}.natural-diamonds img{max-width:100%}.natural-diamonds__image-bg{max-height:600px;overflow:hidden}@media only screen and (max-width:991px){.natural-diamonds__image-bg{max-width:500px;margin:0 auto 25px}}.natural-diamonds__content{position:absolute;top:95px;bottom:0;width:1110px;left:50%;display:flex;flex-direction:column;justify-content:center;transform:translate(-50%, 0);padding-left:60px;color:#413f41}@media only screen and (max-width:991px){.natural-diamonds__content{position:relative;top:auto;left:auto;transform:none;text-align:center;width:auto;padding:0 15px}}.natural-diamonds__content .heading{font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:1.25;text-transform:uppercase;margin-bottom:25px}.natural-diamonds__content .text{max-width:665px;font-size:18px;letter-spacing:0.5px;line-height:1.2}@media only screen and (max-width:991px){.natural-diamonds__content .text{max-width:700px;margin:0 auto}}.natural-diamonds__content .text p{margin-bottom:25px}.about-recycled{position:relative;max-width:1110px;margin:0 auto 50px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-left:15px;padding-right:15px}@media only screen and (max-width:991px){.about-recycled{flex-direction:column}}.about-recycled__img{position:relative}@media only screen and (max-width:991px){.about-recycled__img_first{order:1;margin-left:-100px;z-index:2}.about-recycled__img_second{order:2;margin-top:-50px;margin-right:-100px;z-index:1}}.about-recycled__more{max-width:425px;text-align:center}@media only screen and (max-width:991px){.about-recycled__more{order:3}}.about-recycled__more .heading{font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:1.3;color:#413f41;margin-bottom:20px;text-align:center}@media only screen and (max-width:767px){.about-recycled__more .heading{font-size:24px}}.about-recycled__more .g-btn{display:inline-block;line-height:54px}.gallery-page{position:relative}.gallery-hero{position:relative;max-width:1920px;margin:0 auto 80px}@media only screen and (max-width:767px){.gallery-hero{margin-bottom:50px}}.gallery-hero__image img{max-width:100%}.gallery-hero__heading{position:absolute;top:0;left:0;right:0;bottom:0;z-index:5;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0.4);font-family:HaboroContrast-NormBook;font-size:40px;line-height:51px;letter-spacing:2px;color:#ffffff}@media only screen and (max-width:767px){.gallery-hero__heading{font-size:24px;line-height:31px;letter-spacing:0.5px}}.gallery-section{position:relative}.gallery-section .container{max-width:1140px}.gallery-item{margin-bottom:30px}.gallery-item__link{display:block;position:relative;background:rgba(255,255,255,0);transition:background-color 1s}.gallery-item__link:hover{background:rgba(255,255,255,0.5);text-decoration:none}.gallery-item__link:before{position:absolute;top:0;right:0;bottom:0;left:0;background-color:inherit;content:' '}.gallery-item__link img{width:100%;height:auto;max-width:100%}@media only screen and (max-width:767px){.cms-custom-design img{max-width:100%}}@media only screen and (max-width:767px){.custom-design-main .fieldset>.field:not(.choice)>.control input{max-width:100%}}.custom-design-main .g-recaptcha>div{margin:0 auto 20px}@media only screen and (max-width:767px){.custom-design-desc{padding-left:15px;padding-right:15px}.custom-design-desc img{max-width:100%;margin-bottom:15px}.custom-design-desc .custom-design-desc-first{margin-bottom:35px}}@media only screen and (max-width:767px){.custom-design-two-right .custom-design-right-sub1{margin-top:-120px}}.button-default{display:block;height:58px;width:321px;border-radius:45px;background-color:#443879;color:#FFFFFF;font-family:"ProximaNovaBold";font-size:16px;font-weight:bold;letter-spacing:2px;line-height:58px;text-align:center;text-transform:uppercase}@media only screen and (max-width:767px){.button-default{max-width:300px;width:100%;height:55px;line-height:55px}}.button-default:hover{color:#ffffff;background-color:#5D5185}.button-default_center{margin:auto}.button-secondary{height:58px;width:321px;border:2px solid #443879;border-radius:45px;background-color:#FFFFFF;color:#443879;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:2px;line-height:58px;text-align:center;text-transform:uppercase}.button-secondary:hover{color:#5D5185;border:2px solid #5d5185}@media only screen and (max-width:767px){.button-secondary{max-width:300px}}.link-paragraph{color:#060606;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:0.5px;line-height:19px}.link-paragraph:hover{color:#060606;text-decoration:underline !important}.link-paragraph:active{color:#060606}.link-category{color:#413f41;font-family:"ProximaNovaReg";font-size:16px;letter-spacing:0.5px;line-height:19px}.link-category:hover{color:#443879;text-decoration:none !important}.link-category:active{color:#7C7593}div.breadcrumbs{padding:0;max-width:1260px;height:21px;margin-top:10px;margin-bottom:10px}div.breadcrumbs .items>li{font-size:14px}div.breadcrumbs .items>li a,div.breadcrumbs .items>li strong{font-family:ProximaNovaReg;color:#333333}div.breadcrumbs .item:not(:last-child):after{content:'/';font-size:16px;font-family:ProximaNovaReg;line-height:normal;margin:0 7px}.google-shopping__title{margin-bottom:30px;color:#413F41;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;text-align:center;text-transform:uppercase}@media only screen and (max-width:767px){.google-shopping__title{font-size:20px;margin-top:50px}}.google-shopping__button{width:320px;height:58px;border-radius:45px;background-color:#443879;color:#FFFFFF;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:2px;line-height:58px;text-align:center;text-transform:uppercase;cursor:pointer}@media only screen and (max-width:767px){.google-shopping__button{margin:auto;width:100%}}.google-shopping__button:hover{background-color:#5D5185}.info-gs__section{border:1px solid #c5c3cb;padding:50px 50px 40px;margin-bottom:50px}.info-gs__section .mobile__details{display:none}.info-gs__section .mobile__details.active{display:block}.info-gs__section .mobile__details.active .product__info-block{display:flex;padding:0 115px 0 52px;margin-top:18px}@media only screen and (max-width:767px){.info-gs__section .mobile__details.active .product__info-block{flex-direction:column;padding:0 0 0 15px}}.info-gs__section .mobile__details.active .shipping-section{display:flex;justify-content:center}.info-gs__section .mobile__details.active .shipping-section .shipping-item{display:inline-block}@media only screen and (max-width:767px){.info-gs__section .mobile__details.active .shipping-section{justify-content:flex-start;padding-left:15px}}.info-gs__section .mobile__details.active .rosi-gs__container{display:block}@media only screen and (max-width:767px){.info-gs__section .mobile__details{margin-top:10px}}.info-gs__section .show-mobile-details{display:none}@media only screen and (max-width:1200px){.info-gs__section .show-mobile-details{display:flex;justify-content:center;padding-right:15px}}@media only screen and (max-width:767px){.info-gs__section .show-mobile-details{margin-top:20px;padding-right:0;margin-bottom:20px}}.info-gs__section .show-mobile-details span{color:#443879;font-family:"ProximaNovaReg";font-size:16px;font-weight:bold;letter-spacing:0.5px;line-height:19px;position:relative}.info-gs__section .show-mobile-details span:after{content:'';position:absolute;right:-20px;top:7px;width:14px;height:8.4px;background:url(../../frontend/Rockher/Winter/en_US/images/google-shopping/ChevronDownShowDetails.svg) no-repeat center center;background-size:cover;transition:all .5s ease}.info-gs__section .show-mobile-details span.active:after{transform:rotate(180deg)}.info-gs__container{display:flex;justify-content:space-between}@media only screen and (max-width:767px){.info-gs__container{flex-direction:column}}.info-gs__left-side{width:50%;position:relative}@media only screen and (max-width:767px){.info-gs__left-side{width:100%;padding-left:10px}}.info-gs__right-side{width:50%;padding:0 78px 0 50px}@media only screen and (max-width:1200px){.info-gs__right-side{padding:0 0 0 20px}}@media only screen and (max-width:767px){.info-gs__right-side{width:100%;padding-left:0}}.info-gs__more{display:block;margin:15px 0 0;max-width:320px;text-align:center}@media only screen and (max-width:767px){.info-gs__more{margin:15px auto 0}}.info-gs__section .shipping-section{float:none}.info-gs__section .shipping-section .shipping-item{margin:20px 0 20px}@media only screen and (max-width:767px){.info-gs__section .shipping-section .shipping-item{margin-bottom:0}}.info-gs__section .shipping-section p{display:inline-block}@media only screen and (max-width:1200px){.info-gs__section .shipping-section{display:none}}.info-gs__section .product-ring-size{display:inline-flex;padding-top:0}.info-gs__section .product-ring-size select+div{width:190px}@media only screen and (max-width:1200px){.info-gs__section{padding:40px 15px 25px 0}}@media only screen and (max-width:767px){.info-gs__section{border:none;padding-top:0;padding-right:0;margin-bottom:0}}@media only screen and (max-width:1200px){.rosi-gs__container{display:none}}.rosi-gs__text{color:#413F41;font-size:16px;letter-spacing:0.5px;line-height:16px;text-align:center;margin-bottom:10px}.rosi-gs__icon{position:relative;display:inline-block;top:5px;width:31px;height:21px;background:url("../../frontend/Rockher/Winter/en_US/images/rosi_page/rosi-di-logo.png") no-repeat 50% 50%;background-size:contain}.rosi-gs__link{display:block;font-family:ProximaNovaBold;font-size:16px;color:#443879;letter-spacing:0.5px;text-align:center}.rosi-gs__link:hover{color:#443879;text-decoration:underline !important}.product__description{margin-bottom:5px;font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;line-height:26px;text-align:left;text-transform:uppercase;color:#413F41}@media only screen and (max-width:767px){.product__price-block{margin-bottom:10px}}.product__price{display:inline-block;color:#413F41;font-size:24px;font-family:HaboroContrast-NormBook}.product__price-description{display:inline-block;font-size:16px;color:#413F41}.product__info-block{display:flex;margin-top:8px;font-size:16px;line-height:19px;letter-spacing:0.5px;justify-content:space-between;color:#413F41}.product__info-block .diamond__details .product__info-item:last-child .product__info-value{color:#443879;font-family:'ProximaNovaBold'}@media only screen and (max-width:767px){.product__info-block .diamond__details{margin-top:30px}}@media only screen and (max-width:1200px){.product__info-block{display:none}}.product__info-title{font-family:'ProximaNovaBold'}@media only screen and (max-width:767px){.product__info-title{margin-bottom:5px;font-size:18px}}.product__info-item{display:flex}.product__info-parameter{font-family:'ProximaNovaBold'}.product__info-value{margin-left:6px}.product__info-value.diamond-cert{cursor:pointer}.ring-gs__container{display:flex;flex-direction:column;align-items:center}.ring-gs__images{display:flex;margin-top:24px;align-items:center}@media only screen and (max-width:767px){.ring-gs__images{margin-top:-30px;padding-left:15px}}.ring-gs__images img.diamond-image{width:50%;height:100%}@media only screen and (max-width:767px){.ring-gs__images img.diamond-image{width:150px}}@media only screen and (max-width:767px){.ring-gs__images img.ring-image{width:200px}}.ring-gs__images .diamond-video-placeholder{display:flex;align-items:center;max-width:235px;flex:0 0 auto;cursor:pointer}.ring-gs__images .diamond-video-placeholder iframe{width:250px;height:200px}@media only screen and (max-width:767px){.ring-gs__images .diamond-video-placeholder iframe{width:150px;height:120px}}.ring-gs__images .diamond-video-placeholder .diamond-video-block_hk{height:251px}@media only screen and (max-width:767px){.ring-gs__images .diamond-video-placeholder .diamond-video-block_hk{height:151px}}.ring-gs__images .diamond-video-placeholder img{width:100%}@media only screen and (max-width:767px){.ring-gs__images .diamond-video-placeholder{width:150px}}.ring-gs__prices{margin:20px 0 60px;width:100%;max-width:315px;display:flex;justify-content:space-between;color:#413F41;font-family:HaboroContrast-NormBook;font-size:24px;letter-spacing:0.5px;line-height:31px}@media only screen and (max-width:1200px){.ring-gs__prices{max-width:66%}}.ring-gs__wishlist{position:absolute;top:-10px;right:-10px}@media only screen and (max-width:1200px){.ring-gs__wishlist{right:10px}}div.gallery-wrapper{display:flex;flex-direction:column;position:relative;padding:50px 0 0px;margin-bottom:30px}@media only screen and (max-width:767px){div.gallery-wrapper{overflow:hidden}}.new-product-gallery div.gallery-wrapper #wrapper-carousel-content{max-width:1140px;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto}.new-product-gallery div.gallery-wrapper #wrapper-carousel-content li{display:none;width:100%;margin-left:0;margin-bottom:25px !important;top:0 !important;left:0 !important;position:relative !important}@media only screen and (max-width:1200px){.new-product-gallery div.gallery-wrapper #wrapper-carousel-content li{display:block;margin-bottom:0 !important;top:auto !important;left:auto !important;padding:0 10px}.new-product-gallery div.gallery-wrapper #wrapper-carousel-content li img{max-width:100%;height:auto;margin:0 auto}}@media only screen and (max-width:767px){.new-product-gallery div.gallery-wrapper #wrapper-carousel-content li{padding-left:15px;padding-right:15px}}.new-product-gallery div.gallery-wrapper .gallery-slider{position:relative}@media only screen and (max-width:991px){.new-product-gallery div.gallery-wrapper .gallery-slider{padding-bottom:30px}}.new-product-gallery div.gallery-wrapper .gallery-slider .bg{width:auto;height:auto;top:0;left:0;right:0;bottom:0}@media only screen and (max-width:1200px){.new-product-gallery div.gallery-wrapper .gallery-slider .left.mobile,.new-product-gallery div.gallery-wrapper .gallery-slider .right.mobile{display:none}}.new-product-gallery div.gallery-wrapper .gallery-slider .left,.new-product-gallery div.gallery-wrapper .gallery-slider .right{display:none;position:absolute;top:auto !important;bottom:0;left:50% !important}@media only screen and (max-width:991px){.new-product-gallery div.gallery-wrapper .gallery-slider .left,.new-product-gallery div.gallery-wrapper .gallery-slider .right{display:block;width:20px}}@media only screen and (max-width:991px){.new-product-gallery div.gallery-wrapper .gallery-slider .left{display:block;margin-left:-35px}}@media only screen and (max-width:991px){.new-product-gallery div.gallery-wrapper .gallery-slider .right{display:block;margin-left:15px}}.new-product-gallery div.gallery-wrapper #wrapper-carousel-content li:nth-child(-n+10){display:block}.new-product-gallery div.gallery-wrapper .gallery-slider .bg .see-details-logo{position:absolute;width:38px;height:38px;top:50%;left:50%;transform:translate(-50%, -50%);background:url(../../frontend/Rockher/Winter/en_US/images/home/see-details.png) no-repeat 50% 50%;background-size:cover;margin:0px}.new-product-gallery div.gallery-wrapper .gallery-slider .bg span{position:absolute;color:#fff;text-align:center;display:block;bottom:10px;left:50%;transform:translateX(-50%);margin-top:0px}.ringbuilder-steps .breadcrumbs-category{position:relative;z-index:20}@media only screen and (max-width:767px){.ringbuilder-steps .breadcrumbs-category{padding-top:65px}}.breadcrumbs-category .container{max-width:1260px}@media only screen and (max-width:767px){.breadcrumbs-category{padding-top:0}}.breadcrumb-main_list{padding:15px 0;list-style:none}.cms-page-view .std .breadcrumb-item{font-size:12px;line-height:12px}.std .breadcrumb-main_list{margin-bottom:0}.std .breadcrumb-item{margin-left:0}.breadcrumb-item{display:inline;color:#413F41;font-size:14px}.breadcrumb-item:not(:first-child):before{padding:0;color:#413F41;content:"/\00a0"}.breadcrumb-item a{color:#413F41;text-decoration:none}.breadcrumb-item a:hover{cursor:pointer;text-decoration:underline}.popup-chose-brilliant h3,.popup-chose-brilliant h5{font-family:ProximaNovaReg}.ringbuilder_bar{height:85px}body[class*="-wedding-bands"] .ringbuilder_bar,body[class*="-fine-jewelry"] .ringbuilder_bar{display:none !important}@media only screen and (max-width:767px){.ringbuilder_bar{height:64px}}.step-build-ring{position:relative;width:100%}.step-build-ring .container{max-width:1260px}@media only screen and (max-width:767px){.step-build-ring{top:0}}.step-build-ring__mobile{display:none;width:100%;height:64px;background-color:#F9F9F9;text-align:center}@media only screen and (max-width:767px){.step-build-ring__mobile{display:block}}.step-build-ring__title-step{position:relative;display:inline-block;text-transform:uppercase;font-size:14px;line-height:64px;font-family:HaboroContrast-NormBook}.step-build-ring__title-step:before{content:'';position:absolute;top:50%;transform:translateY(-50%);left:-45px}.step-build-ring__title-step:after{content:'';position:absolute;top:50%;transform:translateY(-50%) rotate(0deg);width:14px;height:8px;background:url("../../frontend/Rockher/Winter/en_US/images/product/arrow-grey.svg") no-repeat 50% 50%;background-size:cover;right:-28px;transition:all .5s ease}.step-build-ring__lines-list{position:relative;display:flex;justify-content:space-around;bottom:15px}.step-build-ring__lines-item{width:110px;height:7px;border-radius:10px;background-color:rgba(124,117,147,0.1)}.step-build-ring__error{padding:10px 0 0;font-family:ProximaNovaSbold;font-size:16px;color:#B90017;text-align:center}@media only screen and (max-width:767px){.step-build-ring__error{font-size:14px;font-family:ProximaNovaReg;padding:10px}}.step-build-ring__mobile.open .step-build-ring__title-step:after{transform:translateY(-50%) rotate(180deg)}.step-build-ring__list{display:flex;justify-content:space-between;align-items:center;background-color:#f9f9f9;border:2px solid #e2e2e2;width:100%;height:83px;border-radius:4px}@media only screen and (max-width:767px){.step-build-ring__list{display:none;flex-direction:column;height:auto;border-radius:0}}@media only screen and (max-width:767px){.step-build-ring__list.active{display:flex;position:absolute;z-index:101}}.step-build-ring__item{position:relative;display:flex;align-items:center;width:100%;height:100%;padding-left:80px}@media only screen and (max-width:991px){.step-build-ring__item{padding-left:64px}}@media only screen and (max-width:767px){.step-build-ring__item{max-width:100%;height:62px}}@media (max-width:320px){.step-build-ring__item{padding-left:59px}}.step-build-ring__item:hover{background-color:#F1F1F1}.step-build-ring__item::after{content:'';position:absolute;width:1px;height:76px;top:4px;right:0;background-color:#E8E8E8}@media only screen and (max-width:767px){.step-build-ring__item::after{width:7px;height:50px;right:unset;left:15px;background-color:#F1F1F1;border-radius:15px}}@media (max-width:320px){.step-build-ring__item::after{left:10px}}.step-build-ring__item:last-child::after{display:none}@media only screen and (max-width:767px){.step-build-ring__item:last-child::after{display:block}}.step-build-ring__item::before{content:'';position:absolute;left:29px}@media only screen and (max-width:991px){.step-build-ring__item::before{left:16px}}@media only screen and (max-width:767px){.step-build-ring__item::before{left:30px}}@media (max-width:320px){.step-build-ring__item::before{left:25px}}.step-build-ring__item.settings::before{content:'';width:42px;height:47px;top:16px;background:url("../../frontend/Rockher/Winter/en_US/images/ring-step-settings.svg") no-repeat 50% 50%;background-size:cover}@media only screen and (max-width:991px){.step-build-ring__item.settings::before{width:35px;height:39px}}@media only screen and (max-width:767px){.step-build-ring__item.settings::before{width:26px;height:29px}}.step-build-ring__item.diamond::before{content:'';width:50px;height:42px;top:21px;background:url("../../frontend/Rockher/Winter/en_US/images/ring-step-diamond.svg") no-repeat 50% 50%;background-size:cover;left:20px}@media only screen and (max-width:991px){.step-build-ring__item.diamond::before{width:40px;height:33px;left:16px}}@media only screen and (max-width:767px){.step-build-ring__item.diamond::before{width:30px;height:25px;left:27px;top:19px}}@media (max-width:320px){.step-build-ring__item.diamond::before{left:22px}}.step-build-ring__item.review::before{content:'';width:35px;height:47px;top:18px;background:url("../../frontend/Rockher/Winter/en_US/images/ring-step-review.svg") no-repeat 50% 50%;background-size:cover}@media only screen and (max-width:767px){.step-build-ring__item.review::before{width:22px;height:30px;left:33px;top:16px}}.step-build-ring__content-block{display:block;justify-content:space-between;align-items:center;width:100%}.step-build-ring__text-block{width:100%;font-size:16px;padding-right:43px}.step-build-ring__title{text-transform:uppercase;font-size:16px;color:#060606;line-height:20px;font-family:HaboroContrast-NormBook}@media only screen and (max-width:767px){.step-build-ring__title{font-size:14px;line-height:18px;letter-spacing:0.7px}}.step-build-ring__title a{display:block;width:100%;color:#060606}@media only screen and (max-width:767px){.step-build-ring__text{font-size:14px;letter-spacing:0.4px;line-height:17px}}@media only screen and (max-width:767px){.step-build-ring__edit{flex-direction:row;text-align:center;padding-right:7px}}.step-build-ring__edit-link{color:#060606;font-size:14px;font-family:ProximaNovaSbold;letter-spacing:0.5px;line-height:19px;margin-right:7px}.step-build-ring__edit-link:last-child{margin-right:0}@media only screen and (max-width:767px){.step-build-ring__edit-link{margin:0 5px}}.step-build-ring__edit-link:hover{text-decoration:underline !important}.step-build-ring__img{position:absolute;top:50%;right:20px;transform:translateY(-50%);width:70px;z-index:2;mix-blend-mode:multiply}.step-build-ring__img img{max-width:100%}.step-build-ring__price{position:relative;float:left;max-width:62px;border-left:1px solid #413f41;padding-left:6px;margin-left:7px;line-height:1;top:4px}@media only screen and (max-width:1200px){.step-build-ring__price{margin-left:0;padding-left:0;border-left:none}}@media only screen and (max-width:767px){.step-build-ring__price{position:relative;max-width:76px;border-left:1px solid #413f41;padding-left:5px;margin-left:5px;line-height:1;top:1px}}@media (max-width:320px){.step-build-ring__price{max-width:71px}}.step-build-ring__name{float:left;max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width:1200px){.step-build-ring__name{width:100%}}@media only screen and (max-width:991px){.step-build-ring__name{display:none}}@media only screen and (max-width:767px){.step-build-ring__name{max-width:108px;width:inherit;display:block}}.settings .step-build-ring__title-step:before{content:'';position:absolute;width:24px;height:27px;background:url("../../frontend/Rockher/Winter/en_US/images/ring-step-settings.svg") no-repeat 50% 50%;background-size:cover}.settings .step-build-ring__lines-item.settings{background-color:#51aceb}.settings .step-build-ring__item.settings{border-radius:4px;background-color:#f9f9f9;border-bottom:4px solid #51aceb}@media only screen and (max-width:767px){.settings .step-build-ring__item.settings{border-bottom:none}}@media only screen and (max-width:767px){.settings .step-build-ring__item.settings:after{content:'';background-color:#51aceb}}.diamond .step-build-ring__title-step:before{content:'';position:absolute;width:30px;height:25px;background:url("../../frontend/Rockher/Winter/en_US/images/ring-step-diamond.svg") no-repeat 50% 50%;background-size:cover}.diamond .step-build-ring__lines-item.diamond{background-color:#51aceb}.diamond .step-build-ring__item.diamond{border-radius:4px;background-color:#f9f9f9;border-bottom:4px solid #51aceb}@media only screen and (max-width:767px){.diamond .step-build-ring__item.diamond{border-bottom:none}}@media only screen and (max-width:767px){.diamond .step-build-ring__item.diamond:after{content:'';background-color:#51aceb}}.review .step-build-ring__title-step:before{content:'';position:absolute;width:20px;height:28px;background:url("../../frontend/Rockher/Winter/en_US/images/ring-step-review.svg") no-repeat 50% 50%;background-size:cover}.review .step-build-ring__lines-item.review{background-color:#51aceb}.review .step-build-ring__item.review{border-radius:4px;background-color:#f9f9f9;border-bottom:4px solid #51aceb}@media only screen and (max-width:767px){.review .step-build-ring__item.review{border-bottom:none}}@media only screen and (max-width:767px){.review .step-build-ring__item.review:after{content:'';background-color:#51aceb}}.mobile-show{display:none}@media (max-width:575px){.mobile-show{display:block}}.accordion{position:relative;padding:25px 0}.accordion__line{border:1px solid #e8e8e8;position:absolute;top:0;width:100%;max-width:1170px;margin:auto}@media only screen and (max-width:991px){.accordion__line{left:0}}.accordion__item{color:#413F41;border-bottom:1px solid #e8e8e8}.accordion__item:last-child{border-bottom:none}.accordion__header{position:relative;padding:24px 0 20px 0;cursor:pointer;text-transform:uppercase;color:#413F41;font-family:HaboroContrast-NormBook,serif;font-size:28px;text-align:center;letter-spacing:0.5px;line-height:36px}@media (max-width:575px){.accordion__header{padding:34px 0 30px 0;padding-right:22px;font-size:20px;letter-spacing:0.36px;line-height:26px}}.accordion__content{display:none;max-width:720px;width:100%;margin:auto;padding-bottom:38px;text-align:center;font-size:16px;letter-spacing:0.5px;line-height:19px}@media only screen and (max-width:1200px){.accordion__content{max-width:600px}}.accordion__text{padding:0 40px}@media (max-width:575px){.accordion__text{padding:0}}.accordion__header::after{content:'';position:absolute;top:50%;transform:translateY(-50%) rotate(0deg);width:20px;height:12px;background:url("../../frontend/Rockher/Winter/en_US/images/product/arrow-grey.svg") no-repeat 50% 50%;background-size:cover;margin-left:20px;transition:all .5s ease}@media (max-width:575px){.accordion__header::after{width:14px;height:8px;margin-left:8px}}.active.accordion__header::after{transform:translateY(-50%) rotate(180deg)}.accordion__link{display:block;color:#51aceb;letter-spacing:0.5px;line-height:19px;font-size:16px;font-weight:bold}.col-centered{float:none;margin:0 auto}.accordion-selected{background:#51aceb;color:#fff !important}.accordion__image-block,.accordion__choose-block{margin-top:15px}.accordion__choose-block{position:relative}@media (max-width:575px){.accordion__choose-block{max-width:340px;width:100%;margin:auto}}@media (max-width:390px){.accordion__choose-block{max-width:320px}}.choose__item{position:relative;text-align:center;min-width:55px}@media only screen and (max-width:767px){.choose__item{min-width:auto}}.choose__title{color:#413F41;font-family:ProximaNovaBold;text-transform:uppercase}.choose__description{margin-top:8px;color:#7C7593;font-size:14px;letter-spacing:0.44px;line-height:17px}@media (max-width:575px){.choose__title{font-size:13px}.choose__description{font-size:12px;line-height:14px}.choose-size__list .choose__description{font-size:12px}}@media (max-width:375px){.choose-size__list .choose__description{font-size:12px;letter-spacing:-1px}}.choose-cut__list{display:flex;justify-content:space-around;padding-top:10px}.choose-cut__item{text-align:center}@media (max-width:575px){.choose-cut__item{width:100%}}.choose-cut__image{margin:auto}.choose-cut__item:nth-child(1) .choose-cut__image{margin-top:14px;width:82px;height:57px;background:url("../../frontend/Rockher/Winter/en_US/images/product/dia-cut-1.svg") no-repeat 50% 50%;background-size:cover}.choose-cut__item:nth-child(2) .choose-cut__image{margin-top:2px;width:86px;height:69px;background:url("../../frontend/Rockher/Winter/en_US/images/product/dia-cut-2.svg") no-repeat 50% 50%;background-size:cover}.choose-cut__item:nth-child(3) .choose-cut__image{margin-top:1px;width:86px;height:69px;background:url("../../frontend/Rockher/Winter/en_US/images/product/dia-cut-3.svg") no-repeat 50% 50%;background-size:cover}.choose-cut__item:nth-child(4) .choose-cut__image{width:86px;height:72px;background:url("../../frontend/Rockher/Winter/en_US/images/product/dia-cut-4.svg") no-repeat 50% 50%;background-size:cover}.choose-cut__item:nth-child(5) .choose-cut__image{width:87px;height:71px;background:url("../../frontend/Rockher/Winter/en_US/images/product/dia-cut-5.svg") no-repeat 50% 50%;background-size:cover}@media (max-width:575px){.choose-cut__item:nth-child(1) .choose-cut__image{margin-top:8px}}@media (max-width:575px){.choose-cut__item:nth-child(1) .choose-cut__image{width:48px;height:33px}.choose-cut__item:nth-child(2) .choose-cut__image,.choose-cut__item:nth-child(3) .choose-cut__image{width:49px;height:38px}.choose-cut__item:nth-child(4) .choose-cut__image,.choose-cut__item:nth-child(5) .choose-cut__image,.choose-cut__item:nth-child(6) .choose-cut__image{width:49px;height:40px}}.choose-cut__title{margin-top:15px;padding:3px 8px;color:#413F41;border-radius:2px}@media (max-width:575px){.choose-cut__title{font-size:14px}}.choose-cut__description{margin-top:8px;color:#7C7593;font-size:14px;line-height:17px}@media (max-width:575px){.choose-cut__description{font-size:12px;line-height:13px}}.accordion__choose-color{display:flex;justify-content:center}@media (max-width:575px){.accordion__choose-color{flex-direction:column-reverse;align-items:center}}.choose-color__item-left{width:165px;margin-right:20px}@media (max-width:575px){.choose-color__item-left{margin:25px auto}}.choose-color__letters-left{color:#413F41;font-size:16px;font-weight:600;letter-spacing:8px;line-height:19px;text-align:center;padding:4px 0 4px 7px}.choose-color__description{font-size:14px;text-align:center;color:#7C7593;letter-spacing:0.44px;line-height:17px}.choose-color__image{height:35px;margin:auto;margin-bottom:14px;background-size:cover}.choose-color__image_diamond{width:35px;background:url("../../frontend/Rockher/Winter/en_US/images/product/diamond.svg") no-repeat 50% 50%}.choose-color__image-scale{width:305px;background:url("../../frontend/Rockher/Winter/en_US/images/product/diamond-scale.svg") no-repeat 50% 50%}@media only screen and (max-width:767px){.choose-color__image-scale{margin-top:15px}}@media (max-width:375px){.choose-color__image-scale{background-size:290px}}.choose-color__item-right{width:340px}.choose-color__letters-list{display:flex;justify-content:center}.choose-color__letters-item{margin:0 8px;padding:4px 10px;border-radius:2px}.choose-color__letters-description{display:flex;justify-content:space-between}.choose-color__letters-description-item{color:#7C7593;font-size:14px}@media only screen and (max-width:767px){.choose-color__letters-description-item{padding:0 24px 0 19px}}.choose-clarity__list{display:flex;justify-content:space-around;padding-top:10px}.choose-clarity__item{text-align:center;min-width:115px}@media only screen and (max-width:767px){.choose-clarity__item{min-width:auto}}@media (max-width:575px){.choose-clarity__item{width:68px}}.choose-clarity__image{width:67px;height:66px;margin:auto}@media (max-width:575px){.choose-clarity__image{width:42px;height:42px}}.choose-clarity__item:nth-child(1) .choose-clarity__image{background:url("../../frontend/Rockher/Winter/en_US/images/product/d-1.svg") no-repeat 50% 50%;background-size:cover}.choose-clarity__item:nth-child(2) .choose-clarity__image{background:url("../../frontend/Rockher/Winter/en_US/images/product/d-2.svg") no-repeat 50% 50%;background-size:cover}.choose-clarity__item:nth-child(3) .choose-clarity__image{background:url("../../frontend/Rockher/Winter/en_US/images/product/d-3.svg") no-repeat 50% 50%;background-size:cover}.choose-clarity__item:nth-child(4) .choose-clarity__image{background:url("../../frontend/Rockher/Winter/en_US/images/product/d-4.svg") no-repeat 50% 50%;background-size:cover}.choose-clarity__item:nth-child(5) .choose-clarity__image{background:url("../../frontend/Rockher/Winter/en_US/images/product/d-5.svg") no-repeat 50% 50%;background-size:cover}.choose-clarity__title{margin-top:15px;padding:3px 8px;color:#413F41;border-radius:2px}@media only screen and (max-width:767px){.choose-clarity__title{padding:3px 5px;font-size:14px;line-height:17px}}.choose-clarity__description{margin-top:8px;color:#7C7593;font-size:14px;line-height:17px}@media (max-width:575px){.choose-clarity__description{font-size:12px;line-height:13px}.choose-clarity__description strong{display:none}.choose-clarity__item:nth-child(5) .choose-clarity__description,.choose-clarity__item:nth-child(1) .choose-clarity__description{margin-top:27px}}.choose-size{max-width:820px}.choose-size .accordion__text{padding:0 15px;max-width:650px;margin:0 auto}.modal-dialog_diamond-weight .choose-size .accordion__text{max-width:none}.modal-dialog_diamond-weight .choose-size .accordion__choose-block{padding-right:85px}@media only screen and (max-width:767px){.modal-dialog_diamond-weight .choose-size .accordion__choose-block{padding-right:0}}@media only screen and (max-width:1024px){.choose-size .accordion__choose-block{padding-right:85px}}@media only screen and (max-width:767px){.choose-size .accordion__choose-block{padding-right:0}}.choose-size__dime-size{position:absolute;top:-10px;right:0;max-width:75px;display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:767px){.choose-size__dime-size{display:none}}.choose-size__dime-size .dime-icon{margin-bottom:10px}.choose-size__dime-size .choose__title{text-transform:none}.choose-size__list{display:flex;justify-content:space-between;margin-top:20px;max-width:720px}@media only screen and (max-width:767px){.choose-size__list .choose__description{display:none}}@media (max-width:575px){.choose-size__list{margin-top:30px;margin-left:0px;margin-right:0px}}.choose-size__image-block{position:relative;margin-top:60px;max-width:720px}.choose-size__image-scale{position:relative;height:50px}.scale-line{position:absolute;width:92.36111%;border:1px solid #413f41;top:50%;left:50%;transform:translate(-50%, -50%)}.scale-choose{position:relative;left:5px;font-size:14px}@media only screen and (max-width:1200px){.scale-choose{width:555px}}@media (max-width:575px){.scale-choose{width:320px;left:-5px}}@media (max-width:380px){.scale-choose{width:300px;left:-5px}}.scale-choose-pointer{display:none;position:absolute;background-color:#51aceb;width:4px;height:27px;top:-5px;left:0}.scale-choose-pointer:after{content:'';position:absolute;background-color:#51aceb;width:8px;height:8px;border-radius:50%;top:26px;left:-2px}.scale-choose_edge .scale-choose-pointer{display:block}.scale-choose-size{position:absolute;top:-30px;left:44%;color:#fff;padding:5px 8px;border-radius:2px;background-color:#51aceb;text-transform:uppercase}.scale-choose-size_outside{left:auto;right:0;transform:translate(50%, 0)}.modal-dialog_diamond-weight .scale-choose-size_outside{right:85px}@media only screen and (max-width:767px){.modal-dialog_diamond-weight .scale-choose-size_outside{right:0}}@media (max-width:375px){.modal-dialog_diamond-weight .scale-choose-size_outside{right:10px}}@media (max-width:390px){.scale-choose-size{width:75px;padding-left:5px;padding-right:5px;text-align:center;font-size:9px;font-weight:bold}}@media (max-width:320px){.scale-choose-size{margin-left:13px}}.scale-choose-size::before{content:'';position:absolute;background-color:#51aceb;width:4px;height:27px;top:25px;left:50%;transform:translateX(-50%)}.scale-choose_edge .scale-choose-size::before{display:none}.scale-choose-size::after{content:'';position:absolute;background-color:#51aceb;width:8px;height:8px;border-radius:50%;top:51px;left:50%;transform:translateX(-50%)}.scale-choose_edge .scale-choose-size::after{display:none}.choose-size__image{position:absolute;top:50%;border-radius:50%;transform:translateY(-50%);background-size:cover;background-color:#fff;width:24px;height:24px;transform:translate(-50%, -50%);margin-left:4.135%}.choose-size__image img{width:100%}.choose-size__image:nth-child(1){width:14px;height:14px;left:0}.choose-size__image:nth-child(2){width:18px;height:18px;left:10%}.choose-size__image:nth-child(3){width:22px;height:22px;left:21%}.choose-size__image:nth-child(4){width:26px;height:26px;left:32%}.choose-size__image:nth-child(5){width:30px;height:30px;left:43%}.choose-size__image:nth-child(6){width:34px;height:34px;left:54%}.choose-size__image:nth-child(7){width:38px;height:38px;left:66%}.choose-size__image:nth-child(8){width:42px;height:42px;left:79%}.choose-size__image:nth-child(9){width:46px;height:46px;right:-3%}@media only screen and (max-width:767px){.choose-size__image:nth-child(9){right:-36px}}.ff-lato{font-family:LatoRegular}.sect-container{position:relative;color:#413F41;width:100vw;left:calc(50% - 50vw)}.sect-heading{text-align:center;font-size:28px;font-family:HaboroContrast-NormBook;margin-bottom:50px;text-transform:uppercase;color:#413f41}.product-details-wrap{clear:both;position:relative;padding-top:50px;padding-bottom:50px;background:#f9f9f9;color:#413f41}.product-details-wrap .heading{text-align:center;font-size:28px;font-family:HaboroContrast-NormBook;margin-bottom:50px;text-transform:uppercase;color:#413f41}.product-details-wrap .link{font-weight:bold;font-family:ProximaNovaSbold;color:#51aceb;font-size:16px}.product-details-wrap .link_show-more{display:none;font-size:16px;text-align:center}.product-details-wrap .link_show-more::after{font-family:'Font Awesome 5 free';content:'\f078';position:relative;vertical-align:middle;margin-left:7px}.product-details-wrap .link_show-more.is-active::after{content:'\f077';top:-1px}@media only screen and (max-width:991px){.product-details-wrap .link_show-more{display:block;margin-top:15px}}.product-details-wrap .product-collection-name{font-family:HaboroContrast-NormBook;font-size:30px;font-weight:normal;line-height:30px;color:#51aceb;letter-spacing:0.5px;margin-bottom:10px;text-transform:uppercase;text-align:center}@media only screen and (max-width:767px){.product-details-wrap .product-collection-name{padding-top:0}}.product-benefits{display:none}@media only screen and (max-width:991px){.product-benefits{display:flex;flex-direction:row;align-items:flex-start}}@media only screen and (max-width:767px){.product-benefits{flex-direction:column;margin-bottom:0}}.product-benefits .process-section,.product-benefits .shipping-section{position:relative;float:none;margin:0;padding-left:15px;padding-right:30px}@media only screen and (max-width:767px){.product-benefits .process-section,.product-benefits .shipping-section{margin-bottom:20px;padding-left:0;padding-right:0}}@media only screen and (max-width:767px){.product-benefits .process-section .process-item{margin-bottom:0}}@media only screen and (max-width:767px){.product-benefits .shipping-section .shipping-item{margin-bottom:0}}.product-benefits .process-img,.product-benefits .shipping-data{position:absolute;top:3px;left:15px}.product-benefits .shipping_info,.product-benefits .ship-data_selected,.product-benefits .shipping-text,.product-benefits .shipping-data_text{float:none;font-size:16px}.product-benefits .shipping_info img{display:inline}.shipping_info img{display:inline;vertical-align:top}@media only screen and (max-width:767px){.product-details.is-active{display:block}}@media only screen and (max-width:991px){.product-details-item:nth-child(2n+1){clear:both;margin-bottom:30px}}@media only screen and (max-width:767px){.product-details-item{padding-left:0 !important;padding-right:0 !important;margin-bottom:20px}.product-details-item:nth-child(2n+1){margin-bottom:20px}.product-details-item:last-child .title{display:none}}.product-details-item .title{font-size:18px;font-weight:bold;margin-bottom:35px;font-family:'ProximaNovaSbold';text-transform:none;color:#413f41}.product-details-item .details-list{list-style:none;padding:0;margin:0}.product-details-item li.detail-item{position:relative;font-size:16px;line-height:1.2;margin:0;margin-bottom:20px;color:#413F41}.product-details-item li.detail-item_pointer{cursor:pointer}.product-details-item li.detail-item_pointer img{display:inline-block;transform:translateY(-1px)}.product-details-item li.detail-item_pointer:hover .spec-title_cert{text-decoration:underline}.product-details-item li.detail-item_with-icon{padding-left:50px;margin-top:25px;margin-bottom:25px}.product-details-item li.detail-item_gia{margin-top:40px;cursor:pointer}.product-details-item li.detail-item_gia-3rd{margin-top:0}.product-details-item li.detail-item_with-icon:first-child{margin-top:0}.product-details-item li.detail-item_with-icon .text{display:block;max-width:180px}.product-details-item li.detail-item_side-stone{padding-left:45px}.product-details-item li.detail-item_side-stone.detail-item .icon:before{top:0px}.product-details-item li.detail-item_side-stone .text{max-width:165px}.product-details-item li.detail-item_custom-made{margin-top:40px}.product-details-item li.detail-item_custom-made .text{max-width:140px}@media only screen and (max-width:767px){.product-details-item li.detail-item_custom-made .text{padding-top:10px}}@media (max-width:360px){.product-details-item li.detail-item_custom-made .text{padding-top:3px}}.product-details-item li.detail-item .icon:before{content:'';display:block;position:absolute;left:0;top:5px;width:34px;height:32px;background-repeat:no-repeat;background-position:top left}.product-details-item li.detail-item .icon_madeinUSA:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_madeinUSA.svg)}.product-details-item li.detail-item .icon_conflictFree:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_conflictFree.svg)}.product-details-item li.detail-item .icon_gift:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_gift.svg);width:37px;height:40px;top:0}.product-details-item li.detail-item .icon_warranty:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_warranty.svg);width:34px;height:42px;top:-7px}.product-details-item li.detail-item .icon_gia:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/gia-icon.svg);width:46px;height:16px;-webkit-background-size:contain;background-size:contain;top:2px}.product-details-item li.detail-item .icon_recycled:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_recycled.svg);top:-5px}.product-details-item li.detail-item .icon_3dprint:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/IC_3d.svg);width:36px;height:33px}.product-details-item li.detail-item .icon_c:before{width:34px;height:42px;top:-15px}.product-details-item .spec-title{font-weight:bold;font-family:ProximaNovaSbold}.product-details-item .spec-title_cert{color:#51aceb}.product-details-item .tooltip-btn{display:inline-block;vertical-align:middle;margin-left:3px;outline:none;height:0}.product-details-item .tooltip-btn:before{content:'';position:relative;top:-11px;display:inline-block;width:18px;height:19px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_tooltip-info.svg);background-repeat:no-repeat}@media only screen and (max-width:767px){.product-details-item .tooltip-btn{display:none}}.product-details-item .details-text p{font-size:16px;line-height:inherit;color:inherit}.product-details-item .details-text p:not(:last-child){margin-bottom:20px}.custom-ring-video{padding-top:50px;position:relative}.custom-ring-video .inner{justify-content:center;align-items:center;position:relative}.custom-ring-video .inner .video-wrap{width:100%}.custom-ring-video .inner .video-wrap video{display:block;width:100%}.custom-ring-video .inner .content{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;top:0;left:0;right:0;bottom:0;z-index:9;background-color:rgba(0,0,0,0.5);padding-left:15px;padding-right:15px}.custom-ring-video .inner .content .h3{font-size:28px;color:#ffffff;max-width:380px;margin:0 auto 15px;text-transform:none}.custom-ring-video .inner .content .caption{font-size:16px;font-family:ProximaNovaReg;color:#ffffff;margin-bottom:20px;letter-spacing:0.5px}.custom-ring-video .inner .content .g-btn{display:block;width:100%;max-width:250px;margin:0 auto;height:55px;line-height:50px}.custom-ring-video .inner .content .learn-more-link{color:#fff}.package-details{position:relative;background:#ffffff;padding-top:60px;padding-bottom:60px;color:#413f41}.package-detail-preview{padding-left:35px;float:left;padding-top:35px}.package-detail-preview img,.package-detail-preview video{max-width:100%;width:205px;float:left;padding:0 5px}@media only screen and (max-width:767px){.package-detail-preview img,.package-detail-preview video{width:175px}}.package-detail-main{position:relative;padding-top:35px;padding-left:50px}.package-detail-main .heading{font-size:28px;font-family:HaboroContrast-NormBook;color:#413f41;margin-bottom:40px;text-align:left}.package-detail-descr{font-size:18px}@media only screen and (max-width:767px){.package-detail-descr{max-width:265px;margin:0 auto}}.package-detail-descr .title{font-weight:bold;font-family:ProximaNovaSbold;margin-bottom:25px}@media only screen and (max-width:767px){.package-detail-items{float:none;display:block}}.package-detail-items ul{list-style:none;margin:0;padding:0}.package-detail-items li.item{position:relative;font-size:18px;line-height:1.2;padding:0;padding-left:30px;margin:0;margin-bottom:25px;color:#413f41}.package-detail-items li.item .red{color:#f00}.package-detail-items .item svg.icon{position:absolute;top:3px;left:0}.trust-section{position:relative;background:#f9f9f9;padding-top:75px;padding-bottom:75px;color:#413F41;font-size:16px}.trust-section .link{font-weight:bold;font-family:ProximaNovaSbold;color:#51aceb;font-size:16px}.trust-section .link_show-more{display:none;font-size:16px;text-align:center}.trust-section .link_show-more::after{content:'';position:relative;display:inline-block;width:14px;height:16px;background-image:url(../../frontend/Rockher/Winter/en_US/images/fa-chevron-down-solid.svg);vertical-align:middle;margin-left:7px}.trust-section .link_show-more.is-active::after{content:'';transform:rotate(180deg);top:-1px}@media only screen and (max-width:991px){.trust-section .link_show-more{display:block;margin-top:15px}}@media only screen and (max-width:767px){.trust-section .link_show-more{display:none}}.trust-item{text-align:center}.trust-item .link{font-weight:bold;font-family:ProximaNovaSbold;color:#51aceb;font-size:16px}@media only screen and (max-width:991px){.trust-item_fedex .trust-item-logo{padding-top:20px}.trust-item_fedex img{width:140px}}@media only screen and (max-width:767px){.trust-item_fedex .trust-item-title{max-width:145px}}@media only screen and (max-width:991px){.trust-item-row_hidden{display:none;margin-top:30px}}@media only screen and (max-width:767px){.trust-item-row_hidden{display:block}}.trust-item-logo{height:100px;display:flex;align-items:flex-start;justify-content:center}.trust-item-logo img{max-width:100%}.cms-take-the-diamond-ai-challenge .max-width-detail-educa .trust-item-logo img{width:auto}.trust-item-title{color:#413F41;font-size:16px;font-family:'ProximaNovaSbold'}@media only screen and (max-width:767px){.trust-item-title{max-width:150px;margin-left:auto;margin-right:auto}}.trust-item-descr{max-width:230px;margin:0 auto 10px}@media only screen and (max-width:991px){.trust-item-descr{max-width:300px}}.testimonial-section{position:relative;padding-top:80px;padding-bottom:100px;background:#f9f9f9}.testimonials{position:relative}.testimonials .link{font-weight:bold;font-family:ProximaNovaSbold;color:#51aceb;font-size:16px}.testimonials-list{padding-bottom:0;margin-bottom:0}.testimonial-item{position:relative}.testimonial-item__main{padding-top:60px;padding-left:65px;padding-right:75px;font-size:18px}.testimonial-item__heading{position:relative;font-size:32px;font-family:HaboroContrast-NormBook;margin-bottom:15px;color:#413F41}.testimonial-item__heading:before{content:'';position:absolute;top:-8px;left:-55px;width:26px;height:30px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_quote-left.svg);background-repeat:no-repeat}.testimonial-item__text{font-size:18px;margin-bottom:25px}.testimonial-item__details{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.star-rating .item-star{display:inline-block;vertical-align:middle;width:35px;height:34px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_rating-star.svg);background-repeat:no-repeat}.star-rating .item-star_o{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_rating-star_o.svg)}.testimonial-item__author{font-size:18px}.testimonial-item__bottom{position:relative}.testimonial-item__trustpilot{display:flex;align-items:flex-end;justify-content:flex-start}.testimonial-item__trustpilot-link{margin-right:10px}.testimonial-item__trustpilot-link img{max-width:92px}.testimonial-item__img{padding-left:0;padding-right:0}.testimonial-item__img img{max-width:100%}.testimonials-bottom{padding-left:65px}.testimonials-slider-buttons{position:absolute;bottom:0;right:335px}.testimonials-slider-btn{display:inline-block;vertical-align:middle;width:25px;height:32px;font-size:30px;color:#c3bfcf;margin:0 15px;background-repeat:no-repeat}.testimonials-slider-btn_prev{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-left.svg)}.testimonials-slider-btn_next{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-right.svg)}.recommend-products-sect{position:relative;padding-top:75px}.recommend-products-sect .recommend-products{padding-bottom:50px}div.gallery-wrapper{padding-top:50px;width:100%}div.gallery-wrapper a{margin:20px auto 40px;text-align:center;width:200px;display:block}div.gallery-wrapper .gallery-head_text{text-transform:uppercase;font-size:28px;letter-spacing:0.5px;line-height:36px;font-family:HaboroContrast-NormBook;color:#413F41;margin:30px auto 0;text-align:center}@media only screen and (max-width:767px){div.gallery-wrapper .gallery-head_text{margin-top:0}}div.gallery-wrapper .insta-feed-acc{position:relative;display:inline-block;padding-left:30px;font-weight:bold;letter-spacing:0.5px;line-height:19px;color:#51aceb;margin-bottom:15px;text-align:center;font-size:16px}div.gallery-wrapper .insta-feed-acc:before{content:'';position:absolute;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_instagram.svg);top:-2px;left:0;width:24px;height:24px;background-size:contain;display:block}div.gallery-wrapper span{display:block;font-weight:bold;letter-spacing:0.5px;line-height:19px;color:#51aceb;font-size:16px}.recommend-products{position:relative}@media (max-width:1024px){.recommend-products{padding-bottom:55px}}.recommend-products .heading{font-family:HaboroContrast-NormBook;font-size:28px;line-height:1.2;text-align:center;color:#413f41;margin-bottom:75px}.recently-viewed-sect .recommend-products .heading{margin-bottom:30px}.recommend-products-list{padding:0;margin:0;display:block;text-align:center}.recommend-product{width:auto;font-size:16px;line-height:1.2;text-align:center;color:#413f41;max-width:220px;display:inline-block;padding-left:5px;padding-right:5px}.owl-item .recommend-product{margin:0 auto}.product-view .recommend-product .product-collection-name{font-size:16px;line-height:1.2;padding-top:0;text-align:center}@media only screen and (max-width:767px){.product-view .recommend-product .product-collection-name{margin-bottom:5px}}.recommend-product .price-box{display:flex;flex-direction:column;align-items:center;justify-content:center}.recommend-product .price-box .old-price span{text-decoration:line-through;font-weight:normal;font-family:HaboroContrast-NormBook;color:#413F41;font-size:20px;margin-bottom:5px}.recommend-product .price-box .special-price{display:inline;padding:4px 5px;font-weight:normal;letter-spacing:1px;text-align:center;width:100px}.recommend-product .price-box .special-price .price{font-size:20px;color:#ffffff;color:#413f41;font-family:HaboroContrast-NormBook}.recommend-product .price-box .regular-price{font-family:HaboroContrast-NormBook;font-size:20px;margin-top:10px}.recommend-product .sale-label{position:absolute;top:19px;left:0}@media only screen and (max-width:1200px){.recommend-product .sale-label{top:39px}}@media only screen and (max-width:991px){.recommend-product .sale-label{top:23px}}@media only screen and (max-width:767px){.recommend-product .sale-label{top:0}}.recommend-product .sale-label:before{content:'';position:absolute;top:0;left:0;border:38px solid #b4efd7;border-left-width:36px;border-right-width:36px;border-color:#b4efd7 transparent transparent #b4efd7;z-index:5}.recommend-product .sale-label div{position:relative;font-size:13px;text-transform:uppercase;width:35px;display:block;text-align:center;line-height:1.2;top:7px;left:5px;letter-spacing:0.4px;z-index:10}.recommend-product .sale-label_pink:before{border-color:#f9cac8 transparent transparent #f9cac8}.recommend-product .sale-label_yellow:before{border-color:#ffe594 transparent transparent #ffe594}.recommend-product .sale-label_round{top:5px;left:5px}.recommend-product .sale-label_round:before{display:none}.recommend-product .sale-label_round div{background-size:contain;background-repeat:no-repeat;background-position:top left;height:61px;top:auto;left:auto;color:#b6123c;letter-spacing:-0.65px;font-family:ProximaNovaSBold;width:65px;padding:26px 0 0;font-size:14px;line-height:15px}@media only screen and (max-width:767px){.recommend-product .sale-label_round div{width:44px;width:52px;height:44px;font-size:12px;line-height:12px;padding:17px 0 0;letter-spacing:0}}.recommend-product .diamond-item__video-container{height:auto;margin-bottom:0}@media only screen and (max-width:767px){.recommend-product .diamond-item__video-container{width:100%}}.recommend-product .diamond-item__video-container+p{position:absolute;bottom:0;left:0;right:0;font-size:14px}@media only screen and (max-width:767px){.recommend-product .diamond-item__video-container+p{bottom:-10px}}.recommend-product .diamond-item__video-container .diamond-video-block.threesixty{height:210px !important;width:190px !important}@media only screen and (max-width:767px){.recommend-product .diamond-item__video-container .diamond-video-block.threesixty{width:163px !important;height:163px !important}}.recommend-product .diamond-item__video-container .diamond-video-block.threesixty .threesixty_images img{left:0}.recommend-product-img{position:relative;align-items:center;justify-content:center;margin-bottom:15px;height:100px;flex-direction:column}.recently-viewed-sect .recommend-product-img{height:auto;min-height:210px;display:flex}@media (max-width:480px){.recommend-product-img{height:70px}}.recommend-product_different .recommend-product-img{align-items:flex-end;height:200px}.recommend-product-img img{max-width:100%}.recommend-product-img .second-img{position:absolute;display:flex;justify-content:center;bottom:0;left:0;right:0;opacity:0;-webkit-transition:opacity .2s ease-in;-moz-transition:opacity .2s ease-in;-ms-transition:opacity .2s ease-in;-o-transition:opacity .2s ease-in;transition:opacity .2s ease-in}.recommend-product_different:hover .recommend-product-img>img{opacity:0}.recommend-product_different:hover .recommend-product-img .second-img{opacity:1}.sample-image-notice{min-height:20px;margin-bottom:15px;font-size:12px}@media only screen and (max-width:767px){.sample-image-notice{min-height:inherit}}.recommend-product-title{max-width:160px;margin:0 auto 10px;min-height:100px}.recommend-products_diamonds .recommend-product-title{min-height:65px;max-width:200px;margin-bottom:5px}@media only screen and (max-width:767px){.recommend-products_diamonds .recommend-product-title{margin-bottom:10px}}@media only screen and (max-width:991px){.recommend-product-title{min-height:110px}}.recently-viewed-sect .recommend-product-title{max-width:200px;max-height:75px;min-height:inherit;overflow:hidden}.recommend-product-price{font-family:HaboroContrast-NormBook;color:#413F41;font-size:18px}.recommend-products_diamonds .recommend-product-price{font-family:ProximaNovaReg;font-size:16px;letter-spacing:0.5px;line-height:1.2}.recommend-product-additional{text-align:center;font-family:ProximaNovaRegIt;font-size:16px;line-height:1.2;color:#7c7593;margin-top:3px;margin-bottom:12px}@media only screen and (max-width:767px){.recommend-product-additional{margin-top:5px;margin-bottom:15px}}.recommend-product-btn-details{display:block;width:100%;max-width:200px;margin:0 auto;height:34px;line-height:30px;-webkit-border-radius:45px;-moz-border-radius:45px;border-radius:45px;border:2px solid #51aceb;background-color:#ffffff;color:#51aceb;font-size:14px;font-family:ProximaNovaBold;letter-spacing:1.75px;text-transform:uppercase}.recommend-product-btn-details:hover{border-color:#5D5185;color:#5d5185}.recommend-product-btn-details:active{background-color:#51aceb;border-color:#51aceb;color:#ffffff}@media only screen and (max-width:767px){.recommend-product-btn-details{max-width:160px}}.recommend-products-slider-control{display:none;flex-direction:row;position:absolute;bottom:0;left:0;right:0;text-align:center;justify-content:center}@media (max-width:1024px){.recommend-products-slider-control{display:flex}}.recommend-products_diamonds .recommend-products-slider-control{position:relative;left:auto;right:auto;margin-top:35px;justify-content:center}.recommend-products_diamonds .recommend-product-img{height:210px;display:flex}@media only screen and (max-width:767px){.recommend-products_diamonds .recommend-product-img{height:170px}}.recommend-products_diamonds .recommend-product-img .diamond-video-placeholder{width:100%;min-width:210px;cursor:pointer}@media (max-width:420px){.recommend-products_diamonds .recommend-product-img .diamond-video-placeholder{min-width:inherit}}.recommend-products_diamonds .recommend-product-img .diamond-video-placeholder .threesixty{width:100% !important;height:auto !important}.recommend-products_diamonds .recommend-product-img .diamond-video-placeholder .threesixty .threesixty_images{min-height:166px}@media (max-width:420px){.recommend-products_diamonds .recommend-product-img .diamond-video-placeholder .threesixty .threesixty_images{min-height:130px}}.recommend-products_diamonds .recommend-product-img .diamond-video-placeholder .threesixty .threesixty_images img{left:0;right:0;top:-33px}.diamondsearch-index-view .recommend-products_diamonds .recommend-product-img .diamond-sample_iframe{width:100%;height:auto}@media (max-width:420px){.diamondsearch-index-view .recommend-products_diamonds .recommend-product-img .diamond-sample_iframe{margin-top:0;max-height:130px}}.diamondsearch-index-view .recommend-products_diamonds .recommend-product-img .diamond-video-block_hk-wrapper{height:166px;overflow:hidden;border-top-left-radius:17px;border-top-right-radius:17px}@media (max-width:420px){.diamondsearch-index-view .recommend-products_diamonds .recommend-product-img .diamond-video-block_hk-wrapper{height:130px;max-width:163px}.diamondsearch-index-view .recommend-products_diamonds .recommend-product-img .diamond-video-block_hk-wrapper p{bottom:-14px}}.diamondsearch-index-view .recommend-products_diamonds .recommend-product-img .diamond-video-block_hk{min-height:300px;transform:translate(0, 0);left:0}@media (max-width:767px){.diamondsearch-index-view .recommend-products_diamonds .recommend-product-img .diamond-video-block_hk{transform:translate(0, -64px);transform:translate(0, 0);height:240px}}@media (max-width:420px){.diamondsearch-index-view .recommend-products_diamonds .recommend-product-img .diamond-video-block_hk{transform:translate(0, 4px)}}.diamondsearch-index-view .recommend-products_diamonds .recommend-product-img .mp4-video{display:block;width:100%;max-height:166px}.recommend-products-slider-btn{position:relative;margin:0 5px;padding:10px 15px}.recommend-products-slider-btn:before{content:'';display:flex;width:12px;height:20px;background-repeat:no-repeat}.recommend-products-slider-btn_prev:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-left_sm.svg)}.recommend-products-slider-btn_next:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-right_sm.svg)}.recommend-products-logo{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding-top:45px}.recommend-products-logo>div{display:flex;align-items:center;font-size:16px;line-height:1;font-family:ProximaNovaReg}.recommend-products-logo .img{margin-left:15px}.recommend-products-logo .img img{width:65px}@media (max-width:1024px){.recommend-products_diamonds .recommend-products-logo{justify-content:center}}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%)}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.drop-hint_loader{position:absolute;top:50%;bottom:0;left:0;right:0;width:100%;text-align:center;display:none;z-index:100060}.drop-hint_loader .loading-image{margin:0 auto}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.modal-header:before,.modal-header:after{display:table;content:" "}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-header:after,.modal-footer:after{clear:both}.modal-open .wrapper{position:static}.modal-backdrop,.rockher_diamondsearch-index-index .modal-backdrop{z-index:100040;background-color:#413F41}.modal-backdrop.in,.rockher_diamondsearch-index-index .modal-backdrop.in{opacity:0.56}.modal,.rockher_diamondsearch-index-index .modal{z-index:100050 !important}.modal-dialog_diamond-cut,.rockher_diamondsearch-index-index .modal-dialog_diamond-cut,.modal-dialog_diamond-color,.rockher_diamondsearch-index-index .modal-dialog_diamond-color,.modal-dialog_diamond-clarity,.rockher_diamondsearch-index-index .modal-dialog_diamond-clarity{width:100%;max-width:720px}@media only screen and (max-width:767px){.modal-dialog_diamond-cut,.rockher_diamondsearch-index-index .modal-dialog_diamond-cut,.modal-dialog_diamond-color,.rockher_diamondsearch-index-index .modal-dialog_diamond-color,.modal-dialog_diamond-clarity,.rockher_diamondsearch-index-index .modal-dialog_diamond-clarity{width:inherit}}.modal-dialog_diamond-cut .accordion__text,.rockher_diamondsearch-index-index .modal-dialog_diamond-cut .accordion__text,.modal-dialog_diamond-color .accordion__text,.rockher_diamondsearch-index-index .modal-dialog_diamond-color .accordion__text,.modal-dialog_diamond-clarity .accordion__text,.rockher_diamondsearch-index-index .modal-dialog_diamond-clarity .accordion__text{padding:0}.modal-dialog_diamond-weight,.rockher_diamondsearch-index-index .modal-dialog_diamond-weight{width:100%;max-width:790px}@media only screen and (max-width:1200px){.modal-dialog_diamond-weight .accordion__choose-block,.rockher_diamondsearch-index-index .modal-dialog_diamond-weight .accordion__choose-block{margin:auto;max-width:600px}}@media only screen and (max-width:767px){.modal-dialog_diamond-weight .accordion__choose-block,.rockher_diamondsearch-index-index .modal-dialog_diamond-weight .accordion__choose-block{width:340px;margin:0;position:relative;left:50%;transform:translateX(-50%)}}@media (max-width:375px){.modal-dialog_diamond-weight .accordion__choose-block,.rockher_diamondsearch-index-index .modal-dialog_diamond-weight .accordion__choose-block{width:302px}}@media only screen and (max-width:767px){.modal-dialog_diamond-weight,.rockher_diamondsearch-index-index .modal-dialog_diamond-weight{width:inherit}}.modal-dialog_diamond-weight .accordion__text,.rockher_diamondsearch-index-index .modal-dialog_diamond-weight .accordion__text{padding:0}.modal-dialog__image-certificate,.rockher_diamondsearch-index-index .modal-dialog__image-certificate{width:100%;height:100%}@media only screen and (max-width:767px){.modal-dialog,.rockher_diamondsearch-index-index .modal-dialog{margin-top:55px}}.modal-header,.rockher_diamondsearch-index-index .modal-header{padding:0 35px;padding-top:65px;margin-bottom:20px;border-bottom:none}@media only screen and (max-width:767px){.modal-header,.rockher_diamondsearch-index-index .modal-header{padding-top:30px}}.modal-title,.rockher_diamondsearch-index-index .modal-title{font-size:20px;font-family:HaboroContrast-NormBook;font-weight:normal;color:#413F41}.modal-title_center,.rockher_diamondsearch-index-index .modal-title_center{text-align:center}.modal-header .close,.rockher_diamondsearch-index-index .modal-header .close{position:absolute;top:15px;right:15px;width:24px;height:24px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_modal-close.svg);background-repeat:no-repeat;background-position:center;opacity:.8;outline:none;z-index:10}.modal-header .close:hover,.rockher_diamondsearch-index-index .modal-header .close:hover{opacity:1}.modal-body,.rockher_diamondsearch-index-index .modal-body{padding:0 35px 35px;font-family:ProximaNovaReg;font-size:16px;color:#413F41}@media only screen and (max-width:767px){.modal-body,.rockher_diamondsearch-index-index .modal-body{padding:0 25px 30px}}.modal-body p,.rockher_diamondsearch-index-index .modal-body p{line-height:1.2em;margin:0 0 15px}@media (min-width:768px){.modal-dialog{margin-top:250px}}.modal-content{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.modal-dialog_gia-certificate,.rockher_diamondsearch-index-index .modal-dialog_gia-certificate{margin-top:100px}.modal-dialog_gia-certificate .modal-header,.rockher_diamondsearch-index-index .modal-dialog_gia-certificate .modal-header{padding-top:0;margin:0}.modal-dialog_gia-certificate .modal-body,.rockher_diamondsearch-index-index .modal-dialog_gia-certificate .modal-body{padding-bottom:0}.modal-dialog_gia-certificate iframe,.rockher_diamondsearch-index-index .modal-dialog_gia-certificate iframe{width:100%;min-height:730px}.modal-dialog_gia-certificate iframe img,.rockher_diamondsearch-index-index .modal-dialog_gia-certificate iframe img{width:100%;height:100%}@media only screen and (max-width:1200px){.modal-dialog_gia-certificate iframe,.rockher_diamondsearch-index-index .modal-dialog_gia-certificate iframe{min-height:375px}}@media only screen and (max-width:767px){.modal-dialog_gia-certificate iframe,.rockher_diamondsearch-index-index .modal-dialog_gia-certificate iframe{min-height:225px}}@media only screen and (max-width:767px){.modal-dialog_gia-certificate .modal-body,.rockher_diamondsearch-index-index .modal-dialog_gia-certificate .modal-body{padding:20px}}@media (min-width:1200px){.modal-dialog_gia-certificate,.rockher_diamondsearch-index-index .modal-dialog_gia-certificate{width:1100px}}.gia-cert-img{max-width:100%;margin-top:50px}@media only screen and (max-width:992px){.sect-container{padding-top:40px;padding-bottom:30px}.sect-heading,.sect-container .sect-heading{font-size:20px;margin-bottom:30px;text-align:center}.package-detail-preview{padding-left:15px}.package-detail-main{padding-top:0;padding-left:15px}.package-detail-main .heading{text-align:left;margin-bottom:10px;font-size:28px}.testimonial-item{padding-top:10px}.testimonial-item__main{padding-top:0;padding-right:15px;padding-left:65px}.testimonial-item__img{padding-left:15px}.testimonials-slider-buttons{right:225px}}@media only screen and (max-width:767px){.sect-heading,.sect-container .sect-heading{font-size:20px;margin-bottom:15px;text-align:center}.product-details-item .title{margin-bottom:10px}.product-details-item li.detail-item{margin-bottom:5px}.product-details-item li.detail-item_with-icon{margin-top:15px;margin-bottom:30px}.product-details-item li.detail-item_with-icon .text{max-width:none}.trust-item-descr{display:none}.package-detail-main .heading{font-size:20px;margin-bottom:20px}.package-detail-preview{margin-bottom:40px;display:flex;align-items:center;justify-content:center}.package-detail-descr .title{text-align:center;margin-bottom:20px}.package-detail-items .item i.fa{font-size:14px;top:5px;left:3px}.testimonial-item{padding-top:0}.testimonial-item__main{padding:0;text-align:center}.testimonial-item__heading{line-height:1.25em}.testimonial-item__heading:before{position:relative;display:block;top:0;left:0;margin:0 auto 20px}.testimonial-item__details{justify-content:center;margin-bottom:30px}.testimonial-item__author,.testimonial-item__img{display:none}.testimonials-bottom{padding-left:0}.testimonials-slider-buttons{position:relative;right:auto;display:flex;flex-direction:row;justify-content:center;margin-bottom:35px}.testimonials-slider-btn{width:24px;height:24px;margin:0 8px;background-position:center}.testimonials-slider-btn_prev{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-left_sm.svg)}.testimonials-slider-btn_next{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-right_sm.svg)}.testimonial-item__trustpilot{flex-direction:column-reverse;align-items:center}.testimonial-item__trustpilot-link{margin-right:0;margin-top:10px}.testimonial-item__trustpilot-link img{display:inline-block}}.main-container{font-family:ProximaNovaReg;margin-top:15px}@media only screen and (max-width:1024px){.main-container{margin-top:53px}.catalogsearch-result-index .main-container{margin-top:57px}}.trustpilot-product_link{width:100%;overflow:hidden}.trustpilot-product_link img{float:left;margin:10px 5px 10px 0}@media only screen and (max-width:991px){.trustpilot-product_link img{margin-bottom:0}}@media only screen and (max-width:767px){.trustpilot-product_link img{margin-bottom:10px}}@media only screen and (max-width:767px){.trustpilot-product_link{display:none}}.trustpilot-product_link.mobile{display:none}@media only screen and (max-width:767px){.trustpilot-product_link.mobile{display:flex;justify-content:center}}.product-essential .short-description .std{font-family:ProximaNovaReg}.catalog-product-view .product-essential{padding-top:0px;width:100%}@media only screen and (max-width:767px){.catalog-product-view .product-essential{padding-top:0}}.catalog-product-view #product-options-wrapper .fieldset{padding:0}.catalog-product-view #product-options-wrapper .fieldset .ring-size-pdf{text-decoration:underline}@media (max-width:1024px){.catalog-product-view #product-options-wrapper .fieldset .ring-size-pdf{position:relative;top:auto;right:auto;transform:none}}@media only screen and (max-width:991px){.catalog-product-view .main-container{margin-top:53px}}@media only screen and (max-width:767px){.catalog-product-view .main-container{margin-top:45px}}.catalog-product-view .product-img-box{margin-top:0;align-items:flex-start}@media (max-width:1024px){.catalog-product-view .product-img-box{float:none}}.catalog-product-view .columns .column.main{max-width:1260px;margin:20px auto;padding-left:15px;padding-right:15px}@media only screen and (max-width:767px){.catalog-product-view .columns .column.main{padding-left:0;padding-right:0}}.rockher_ringbuilder-index-review .column.main{max-width:1170px;margin:0 auto}.product-view .product-essential .product-image-thumbs a{border:1px solid #636363;opacity:0.3}.product-view .product-essential .product-image-thumbs a:hover,.product-view .product-essential .product-image-thumbs a.is-active{border:1px solid #555;opacity:1}.product-view .more-views .product-image-thumbs a{width:80px;height:80px;margin-bottom:6px;display:flex !important;align-items:center;justify-content:center}@media only screen and (max-width:767px){.product-view .more-views .product-image-thumbs a{width:46px;height:46px}}@media only screen and (max-width:767px){.product-view .more-views .product-image-thumbs a.is-active{border:1px solid #51aceb;opacity:1}}.product-view .more-views .product-image-thumbs a img{width:auto;height:auto;max-width:100%;max-height:100%}.product-view .more-views .product-image-thumbs .diamond_720 a img{width:70%}.catalog-product-view #bread-btn-cntnr{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:7px 0 15px}.catalog-product-view #bread-btn-cntnr .financing_info{margin-left:0}.catalog-product-view #bread-checkout-btn{text-transform:none;font-size:16px;letter-spacing:0.5px;line-height:19px;font-family:ProximaNovaReg;color:#413F41;height:auto;padding:0;margin:0;cursor:pointer}.catalog-product-view #bread-checkout-btn iframe{width:auto !important;height:20px !important;max-width:220px !important}.metal-version_cover{width:100%;font-weight:bold;letter-spacing:0.5px;font-size:16px;line-height:19px;color:#413F41}.std .metal-type_list,.std .metal-item{margin-bottom:0px;margin-top:10px}.bread-text .bread-as-low-as{font-size:16px;letter-spacing:0.5px;line-height:19px;color:#413F41}.metal-label{display:inline-block;position:relative;margin-bottom:12px;margin-left:20px;cursor:pointer;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#ffffff;text-align:center;font-family:ProximaNovaReg}.metal-label input{position:absolute;opacity:0;cursor:pointer}.checkmark{position:absolute;top:2px;left:-10px;width:34px;height:24px;background-color:transparent;color:#413F41;font-size:16px;font-weight:200}.checkmark a{position:absolute;top:1px;left:1px;right:0;bottom:0;text-align:center}.checkmark:hover{padding-top:2px;background:#E3E3E3;border-bottom:2px solid #51aceb}.checkmark:after{content:"";position:absolute;display:none}.metal-label .checkmark:after{left:9px;top:5px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.metal-item{width:31px;height:31px;display:inline-block;border:1px solid #e8e8e8;border-radius:50%;background:grey;position:relative}@media only screen and (max-width:767px){.metal-item{width:37px;height:37px}}.metal-item:not(:first-child){margin-left:15px}.metal-item:hover{border:2px solid #000}.metal-platina,.metal--_platinum{background:#F1F1F1}.metal-silver,.metal-white_gold{background:#D5D5D5}.metal-gold,.metal-yellow_gold{background:#FDD7AF}.metal-rose,.metal-rose_gold{background:#EEBEA7}.metal-item_active{border:2px solid #000}.metal-item_active .chosen-value{display:block}.chosen-value{display:none;position:absolute;top:0;left:0;bottom:0;right:0;text-align:center;line-height:27px;font-family:ProximaNovaReg;font-size:14px}@media only screen and (max-width:767px){.chosen-value{line-height:32px}}.metal-type_inner{display:none;width:88px;height:35px;border-radius:5px;position:absolute;background:#F1F1F1;border:1px solid #f1f1f1;top:-44px;left:-34px}@media only screen and (max-width:767px){.metal-type_inner{left:-12px}}.metal-type_inner:after{position:absolute;bottom:-8px;left:40px;content:'';width:7px;height:7px;border-style:solid;border-width:7px 7px 0 7px;border-color:#f1f1f1 transparent transparent transparent}@media only screen and (max-width:767px){.metal-type_inner:after{left:20px}}.metal-type_inner .metal-label:nth-of-type(2) .checkmark{left:0}.metal-type_inner .metal-label:nth-of-type(2) .checkmark a{left:2px}.metal-inner_cut{width:55px;left:-16px}@media only screen and (max-width:767px){.metal-inner_cut{left:-12px}}.metal-inner_cut:after{left:22px}@media only screen and (max-width:767px){.metal-inner_cut:after{left:20px}}.metal-inner_cut .checkmark a{left:-1px}.-_platinum{width:80px;left:-25px}.-_platinum:after{left:31px}@media only screen and (max-width:767px){.-_platinum:after{left:34px}}.-_platinum .checkmark{width:65px;left:-13px;text-align:center}.-_platinum .checkmark a{left:0}.metal-type__title{font-family:'ProximaNovaSbold'}.metal-type__list{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin:10px 0}.metal-type__item{display:inherit;align-items:center;justify-content:center;width:44px;height:44px;margin-left:8px;margin-right:8px;color:#413F41;font-size:14px;font-family:'ProximaNovaReg';font-weight:normal;line-height:1;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:2px solid #e8e8e8;background-color:#F1F1F1}.metal-type__item:hover,.metal-type__item.is-active{border:2px solid #413f41}.metal-type__item_white{background-color:#F1F1F1}.metal-type__item_yellow{background-color:#FDD7AF}.metal-type__item_rose{background-color:#EEBEA7}.metal-type__item_platinum{background-color:#D8D8D8}#bread-checkout-btn>div{justify-content:left}.bread-text.bread-as-low-as:before{content:"As low as "}.shape-block_wrapper{display:flex;width:100%;max-width:270px;float:right;margin-right:140px}@media only screen and (max-width:1200px){.shape-block_wrapper{margin-right:85px}}@media only screen and (max-width:1024px){.shape-block_wrapper{margin:60px auto 0;float:none;padding-top:115px;margin:0 auto;padding-top:0}}@media only screen and (max-width:991px){.shape-block_wrapper{padding-top:55px}}@media only screen and (max-width:767px){.shape-block_wrapper{padding-top:0}}@media only screen and (max-width:767px){.shape-block_wrapper .mobile-shape_show{color:#413F41;font-family:HaboroContrast-NormBook;font-size:14px;position:relative}}.shape-block_wrapper .mobile-shape_active:after{bottom:4px;-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.shape-block_wrapper .shape-active{display:block}.metal-detail-option{float:left;padding:0;width:100%;position:relative;text-align:center}@media only screen and (max-width:767px){.metal-detail-option{text-align:center}}.metal-detail-option .shape-dropdown_mobile{text-align:left}.diamond-shape_headtext{display:inline-block;color:#413F41;font-family:HaboroContrast-NormBook;font-size:16px;letter-spacing:0.5px;line-height:20px;text-transform:uppercase;margin-bottom:15px}.std .dropdown{float:none;list-style-type:none;margin:0}.std .dropdown li{margin:0}@media only screen and (max-width:767px){.std .dropdown li{text-align:left}}.dropdown{float:right;margin-right:140px;list-style-type:none;margin-left:0;padding-left:0;margin:auto;width:100%;max-width:270px;list-style:none}.dropdown:after{content:"";background:url(../../frontend/Rockher/Winter/en_US/images/product/chevron-down.svg) no-repeat center;bottom:19px;right:19px;width:21px;height:12px;position:absolute;display:inline-block;cursor:pointer}@media only screen and (max-width:1024px){.dropdown:after{bottom:38px}}.dropdown span{cursor:pointer;display:inline-block;padding:5px 5px 5px 20px;color:#413F41;font-size:16px;letter-spacing:1px;line-height:19px;vertical-align:middle}.dropdown-open:after{bottom:17px;-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:1024px){.dropdown-open:after{bottom:35px}}.label-img,.shape-img{width:34px;height:34px}.show-btn{-webkit-appearance:none;-moz-appearance:none;font-size:14px;display:block;border-radius:10px;border:1px solid #7c7593;background-color:#fff;width:270px;padding:9px 20px 9px 10px;height:51px;box-sizing:border-box;text-decoration:none}.label-img{display:inline-block;vertical-align:middle}.select-metal-diamond{border-bottom:0px;position:absolute;width:270px}.std .inner-item_list{list-style:none}.inner-item_list{visibility:visible;max-height:475px;left:0px;padding:5px 5px;position:absolute;bottom:42px;width:auto;min-width:270px;list-style:none;z-index:111;box-sizing:border-box;border:1px solid #5d5185;border-radius:10px 10px 0 0;background-color:#FFFFFF;border-bottom:none;overflow:hidden;transition:all .5s linear}.inner-item_list.is-hidden{max-height:50px;visibility:hidden;transform:translateY(10px)}.inner-item_list img{display:inline-block;vertical-align:middle}.inner-item_list a{display:block}.inner-item_list li{padding:9px 20px 9px 10px}.inner-item_list li:hover{background:#F9F9F9}.financing_info{margin-left:5px}.product-info-bottom{padding-bottom:15px;clear:both}.help-links_cover{width:100%;margin:25px 0 25px}.product-info-bottom .help-links_cover{margin:15px 0 15px}.std .help-links_section{list-style:none;margin:0}@media only screen and (max-width:991px){.std .help-links_section{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-around;text-align:center;margin:0;width:100%}}.help-links_section{margin:0}@media only screen and (max-width:767px){.help-links_section{width:100%;margin:auto;text-align:center;display:flex;flex-direction:row;align-items:flex-start;justify-content:center}}.help-links_item{display:inline-block;padding:0 15px 0 15px;position:relative;text-align:center;margin-bottom:0}@media only screen and (max-width:767px){.help-links_item{flex:0 0 33%;padding:0 20px}}.help-links_item:first-of-type{padding-left:0}.help-links_item:last-child{padding-right:0}.help-links_item:not(:last-of-type):after{content:"";position:absolute;width:1px;height:16px;top:4px;right:0;background:#7C7593}@media only screen and (max-width:1200px){.help-links_item:not(:last-of-type):after{height:80px}}@media only screen and (max-width:767px){.help-links_item:nth-child(2) .help-link_text{width:94%;margin:auto}}.help-links_item .wishlist-link.active .help-img path{fill:#51aceb;stroke:#51aceb}.help-link{display:block;width:100%;overflow:hidden}@media only screen and (max-width:1200px){.help-link{padding-top:10px}}.std .help-links_section .help-links_item{margin-left:0}@media only screen and (max-width:1200px){.std .help-links_section .help-links_item{max-width:110px;vertical-align:top;width:100%}}@media only screen and (max-width:767px){.std .help-links_section .help-links_item{max-width:100%;flex:0 0 33%;padding:0 20px}}.help-img{float:left}@media only screen and (max-width:1200px){.help-img{float:none;margin:auto}}.help-link_text{display:block;float:left;padding:3px 0 0 10px}@media only screen and (max-width:1200px){.help-link_text{float:none;text-align:center;clear:both;padding:10px 0 0 0}}@media only screen and (max-width:991px){.product-essential .process-section,.product-essential .shipping-section{display:none}}@media only screen and (max-width:991px){.product-essential .product-details-wrap .process-section,.product-essential .product-details-wrap .shipping-section{display:block}}.process-section{width:100%;margin:20px 0 25px}.process-section .process-item{position:relative;color:#413F41;font-size:16px;letter-spacing:0.5px;line-height:19px;margin:0;margin-bottom:20px}.process-section .process-item .icon:before{content:'';display:block;position:absolute;left:0;top:5px;width:40px;height:38px;background-repeat:no-repeat;background-position:top left}.process-section .process-item .icon_process:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/monitor-icon.svg)}.process-section .process-item .process-link{color:#51aceb;cursor:pointer;font-weight:bold}.process-section .process-item_with-icon{padding-left:50px}@media only screen and (max-width:767px){.product-essential .gia-section_cover{text-align:left;padding-left:10px}}.gia-section_cover{width:100%;margin:0}@media only screen and (max-width:991px){.gia-section_cover{margin-top:0}}@media only screen and (max-width:767px){.gia-section_cover{text-align:center;margin-bottom:10px}}.gia-section_cover .gia-item{position:relative;color:#413F41;font-size:16px;letter-spacing:0.5px;line-height:19px;margin:0;margin-bottom:20px}@media only screen and (max-width:767px){.gia-section_cover .gia-item{margin-bottom:0}}.gia-section_cover .gia-item .icon:before{content:'';display:block;position:absolute;left:0;top:5px;width:92px;height:30px;background-repeat:no-repeat;background-position:top left}.gia-section_cover .gia-item .icon_gia:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/gia-icon.svg)}.gia-section_cover .gia-item .icon_igi:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/igi_logo_mds_sm_2.png);background-size:60px;width:60px;height:25px;top:7px}.gia-section_cover .gia-text{padding-top:10px;color:#51aceb}.gia-section_cover .tooltip-btn{display:inline-block;vertical-align:middle;margin-left:3px}.gia-section_cover .tooltip-btn:before{content:'';display:inline-block;width:18px;height:19px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_tooltip-info.svg);background-repeat:no-repeat}@media only screen and (max-width:767px){.gia-section_cover .tooltip-btn{display:none}}.gia-section_cover .gia-item_with-icon{padding-left:100px;display:inline-block;cursor:pointer}.gia-section_cover .gia-item_with-icon-igi{padding-left:60px}@media only screen and (max-width:767px){.product-benefits .gia-section_cover{display:none !important}}.shipping-section{width:100%}.shipping-section .shipping-item{position:relative;color:#413F41;font-size:16px;letter-spacing:0.5px;line-height:19px;margin:0;margin-bottom:20px}@media only screen and (max-width:1200px){.shipping-section .shipping-item{font-size:15px}}.shipping-section .icon:before{content:'';display:block;position:absolute;text-align:center;left:0;top:1px;width:40px;height:38px;background-repeat:no-repeat;background-position:top left}.shipping-section .icon_shipping:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/calendar-icon.svg)}.shipping-section .shipping-item_with-icon{padding-left:50px}.shipping-section .shipping-data{position:absolute;font-weight:bold;width:34px;top:1px;left:0;right:0;bottom:0;text-align:center;line-height:45px}.shipping-section .shipping-data_text .mob-show{display:none}@media only screen and (max-width:1200px){.shipping-section .shipping-data_text{font-size:14px}}@media only screen and (max-width:991px){.shipping-section .shipping-data_text{font-size:16px}}@media only screen and (max-width:767px){.shipping-section .shipping-data_text .mob-hide{display:none}.shipping-section .shipping-data_text .mob-show{display:inline}}.shipping-section .ship-data_selected{position:relative}.shipping-section .ship-data_selected .shipping_info{position:absolute;right:-23px;top:0}@media only screen and (max-width:1200px){.shipping-section .ship-data_selected .shipping_info{position:relative;right:auto;top:auto}}.shipping-section .tooltip-btn{display:inline-block;vertical-align:middle;margin-left:3px}.shipping-section .tooltip-btn:before{content:'';display:inline-block;width:18px;height:19px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_tooltip-info.svg);background-repeat:no-repeat}@media only screen and (max-width:767px){.shipping-section .tooltip-btn{display:none}}.shipping_risk-free_block{position:relative;color:#413F41;font-size:16px;letter-spacing:0.5px;line-height:19px;margin:0px auto 10px}@media only screen and (max-width:767px){.shipping_risk-free_block{text-align:center;margin:0 0 10px}}.shipping_risk-free_block .shipping_risk-free{font-family:"ProximaNovaBold";font-size:18px}.risk-free_icon{position:relative;padding-left:28px}.risk-free_icon:before{position:absolute;content:'';width:19px;height:18px;left:0;background:url("../../frontend/Rockher/Winter/en_US/images/product/check.png") no-repeat 50% 50%;background-size:contain}.catalog-product-view{font-family:HaboroContrast-NormBook;color:#413F41}#owl-demo .item{margin:3px}#owl-demo .item img{display:block;margin:0 auto}.item p{text-align:center;color:#41395f !important}.block-content.horz{height:265px;position:relative}.iScrollHorizontalScrollbar{position:absolute;z-index:9999;height:16px;left:2px;right:2px;bottom:2px;overflow:hidden;background:#b6b6b6}.iScrollHorizontalScrollbar.iScrollBothScrollbars{right:18px}.iScrollIndicator{position:absolute;background:#cc3f6e;border-width:1px;border-style:solid}.iScrollHorizontalScrollbar .iScrollIndicator{height:100%;background:-moz-linear-gradient(left, #413a60 0%, #413a60 100%);background:-webkit-linear-gradient(left, #413a60 0%, #413a60 100%);background:-o-linear-gradient(left, #413a60 0%, #413a60 100%);background:-ms-linear-gradient(left, #413a60 0%, #413a60 100%);background:linear-gradient(to right, #413a60 0%, #413a60 100%);cursor:pointer}#wrapper{position:absolute;z-index:1;top:0px;bottom:48px;left:0;width:100%;overflow:hidden;height:265px}#scroller{position:absolute;z-index:1;-webkit-tap-highlight-color:rgba(0,0,0,0);height:265px;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#scroller ul{list-style:none;padding:0;margin:0;width:100%;text-align:left}#scroller li{padding:0 10px;width:auto;float:left}.ringbuilder.slide_show.desktop-cat-list .shadowsteps.show_banner{display:none}@media only screen and (max-width:1024px){.catalog-product-view .product-view{padding-top:0}}.catalog-product-view .product-view .product-shop{max-width:100%;position:relative}@media only screen and (max-width:1024px){.catalog-product-view .product-view .product-shop{display:block}}.catalog-product-view .product-img-box{width:100%;margin-bottom:20px}@media only screen and (max-width:991px){.catalog-product-view .product-img-box{margin-top:0}}@media only screen and (max-width:767px){.catalog-product-view .product-img-box{margin-bottom:15px !important;flex-direction:column}}@media only screen and (max-width:1024px){.catalog-product-view .owl-carousel .owl-wrapper-outer{margin-bottom:0}}@media only screen and (max-width:1024px){.catalog-product-view .owl-carousel .owl-controls{padding-top:0}}@media only screen and (max-width:991px){.catalog-product-view .owl-carousel .owl-controls{margin-top:25px}}@media only screen and (max-width:767px){.catalog-product-view .owl-carousel .owl-controls{position:absolute;bottom:-15px;left:0;right:0;margin:0;display:none !important}}.catalog-product-view .owl-carousel .owl-controls .owl-page{margin-left:5px;margin-right:5px}@media only screen and (max-width:1024px){.catalog-product-view .owl-carousel .owl-controls .owl-page span{width:12px;height:12px;background-color:#E8E8E8;border:none}}.catalog-product-view .owl-carousel .owl-controls .owl-page:hover span{width:12px;height:12px;background-color:#E8E8E8;border:none}@media screen and (max-width:1024px){.catalog-product-view .owl-carousel .owl-controls .active span{width:12px;height:12px;background-color:#636363}}@media only screen and (max-width:767px){.catalog-product-view .owl-carousel .owl-controls .active span{border:none !important}}.stars{display:none}.product-view .product-shop{background:transparent}.product-view .product-shop .product-name{display:inline;padding-top:0px;overflow:hidden}.product-view .product-shop .product-name h1{text-align:left;color:#060606}@media only screen and (max-width:767px){.product-view .product-shop .product-name h1{text-align:center}}@media screen and (max-width:1024px){.product-view .product-shop .product-name{padding-top:0px}}.sample-text_cover{float:right;margin-right:32%}@media only screen and (max-width:1200px){.sample-text_cover{float:none;text-align:center;margin-right:0}}@media only screen and (max-width:991px){.sample-text_cover{margin:60px 0 30px}}@media only screen and (max-width:767px){.sample-text_cover{margin-top:85px}}.sample-text{color:#413F41;font-size:16px;letter-spacing:0.5px;line-height:19px}.diamond-img-descr{display:none;margin:10px 0 5px;text-align:center}.product-essential .product-shop .product-name h1{font-family:HaboroContrast-NormBook;font-size:26px;letter-spacing:0.4px;line-height:30px;text-align:left;text-transform:uppercase;color:#413F41;font-weight:400;border-bottom:none}@media only screen and (max-width:991px){.product-essential .product-shop .product-name h1{font-size:20px}}.product-view .product-shop .price-box .regular-price .price{text-align:left;color:#413F41;font-size:24px;font-family:HaboroContrast-NormBook;width:auto}.catalog-product-view .setting-text{display:inline-block;width:auto;line-height:33px;margin-left:5px}.catalog-product-view .setting-text_lh{line-height:28px}.catalog-product-view .setting-text .discount-info{color:#ff0000}.setting-text{font-size:16px}.product-essential .short-description .std{text-align:left;margin:10px 0 10px}.product-essential .product-card{padding-bottom:70px;padding-top:25px}.product-essential .product-card_complete{padding-top:10px}@media only screen and (max-width:767px){.product-essential .product-card{padding-top:0;padding-bottom:10px}}@media only screen and (max-width:767px){.product-essential .short-description{display:none}}.product-essential .rosi-approves{position:relative;display:flex;text-align:center;justify-content:center;align-items:center;width:100%;height:55px;margin-bottom:25px;background:linear-gradient(180deg, #f8ffff 0%, #f2fffe 17.67%, #e2fffd 100%);font-family:ProximaNovaBold;font-size:18px;letter-spacing:0.5px;line-height:1.2;border-radius:55px}.product-essential .rosi-approves:before{content:'';position:absolute;top:50%;left:30px;transform:translate(0, -50%);width:51px;height:34px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_rosiColor_50px@2x.png);background-repeat:no-repeat;background-size:contain;z-index:1}.product-essential .rosi-approves_mobile{display:none}@media only screen and (max-width:767px){.product-essential .rosi-approves_mobile{display:flex}}@media only screen and (max-width:991px){.product-essential .rosi-approves{max-width:345px;height:45px;margin:0 auto 10px;padding-left:55px;font-size:16px}}.product-essential .complete-ring-set{clear:both;margin-left:120px;margin-right:20px;display:block;background-color:#F9F9F9;border:1px solid #e8e8e8;box-shadow:2px 2px 6px 0 #e8e8e8;padding:15px}@media only screen and (max-width:1024px){.product-essential .complete-ring-set{margin-left:20px;margin-right:20px}}@media only screen and (max-width:991px){.product-essential .complete-ring-set{max-width:450px;margin:0 auto 25px}}.product-essential .complete-ring-set__item{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:12px 0 15px 30px}.product-essential .complete-ring-set__item:before{content:'';position:absolute;top:10px;left:0;background-repeat:no-repeat;background-size:contain}.product-essential .complete-ring-set__item_setting{padding-top:0;border-bottom:1px solid #e8e8e8}.product-essential .complete-ring-set__item_setting:before{top:2px;width:20px;height:22px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product-listing/icon_complete-ring-anim_setting.svg)}.product-essential .complete-ring-set__item_diamond{padding-bottom:0}.product-essential .complete-ring-set__item_diamond:before{top:15px;width:22px;height:19px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product-listing/icon_complete-ring-anim_diamond.svg)}.product-essential .complete-ring-set__item .title{max-width:330px;font-size:16px;line-height:1.25}@media only screen and (max-width:767px){.product-essential .complete-ring-set__item .title{font-size:14px;letter-spacing:0.44px;line-height:1.2}}.product-essential .complete-ring-set__item .title a{display:inline-block;margin-top:5px}.product-essential .complete-ring-set__item .price-wrap{flex:0 0 95px;text-align:right;font-family:HaboroContrast-NormBook;font-size:16px;color:#413f41}.product-benefits .description-mobile{display:none}@media only screen and (max-width:767px){.product-benefits .description-mobile{display:block;font-size:16px;letter-spacing:0.5px;line-height:19px;padding:0 0 20px 0}}.product-view .diamond-addtl-info{display:flex;flex-direction:row;align-items:center;margin-top:-5px;margin-bottom:10px}@media only screen and (max-width:991px){.product-view .diamond-addtl-info{display:block}.product-view .diamond-addtl-info .brilliance-badge+.origin-info{padding-left:5px}}.product-view .diamond-addtl-info .origin-info{display:flex;flex-direction:row;align-items:center;font-size:16px;letter-spacing:0.44px;line-height:1.2}.product-view .diamond-addtl-info .origin-info strong{font-family:ProximaNovaBold}.product-view .diamond-addtl-info .origin-info .origin__flag{transform:translateY(-2px)}.product-view .diamond-addtl-info .origin-info .i-btn{margin-left:5px;cursor:pointer}.product-view .product-shop .short-description{margin:10px 0 10px;max-width:450px}.product-view .add-to-cart-wrapper,.product-view .block-related{width:100%}.product-view .product-shop .price-info{width:100%;max-width:100%;border-right:none}.product-view .hand-image-descr{text-align:center}@media only screen and (max-width:767px){.product-view .product-shop{padding:0 15px !important}}.product-view .product-shop .sip_splitprice{float:left}.product-view .product-shop .price-box-wrap{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin-bottom:5px}@media only screen and (max-width:767px){.product-view .product-shop .price-box-wrap{margin-bottom:15px;flex-wrap:wrap}.product-view .product-shop .price-box-wrap .price-box{margin-bottom:0}}.product-view .product-shop .price-box-wrap .discount-val{display:block;margin-left:10px;margin-right:5px;font-size:16px;text-transform:uppercase;color:#ff0000}.product-view .product-shop .product-info-main .product.attribute.overview{clear:both;font-size:16px;margin:15px 0 10px}@media only screen and (max-width:767px){.product-view .product-shop .product-info-main .product.attribute.overview{display:none}}.product-view .product-shop .product-info-main .product-info-stock-sku{margin:10px 0}@media only screen and (max-width:767px){.product-view .product-shop .product-info-main .product-options-wrapper{margin-top:0}}.product-view .product-shop .product-info-main .affirm-as-low-as{min-height:21px}@media only screen and (max-width:767px){.product-view .product-shop .product-info-main .affirm-as-low-as{min-height:42px}}.product-view .product-shop .add-price-service{margin-top:15px;display:flex}@media only screen and (max-width:767px){.product-view .product-shop .add-price-service{display:block}}.product-view .product-shop .add-price-service .image-desct{padding:10px;width:140px}@media only screen and (max-width:767px){.product-view .product-shop .add-price-service .image-desct{display:none}}.product-view .product-shop .add-price-service .add-title-desc{padding:10px;width:220px}@media only screen and (max-width:767px){.product-view .product-shop .add-price-service .add-title-desc{width:330px}}@media only screen and (max-width:767px){.product-view .product-shop .add-price-service .add-title-desc .add-title{display:flex;align-items:flex-end}}.product-view .product-shop .add-price-service .add-title-desc .add-title img{display:none}@media only screen and (max-width:767px){.product-view .product-shop .add-price-service .add-title-desc .add-title img{display:block;width:44px;padding-right:10px}}.product-view .product-shop .add-price-service .add-title-desc .add-title span{font-weight:700;margin-right:20px;text-transform:uppercase}.product-view .product-shop .add-price-service .add-title-desc .add-desc{font-size:16px;line-height:1.5;color:#413F41}.product-view .product-shop .add-price-service .add-title-desc-l{width:230px}@media only screen and (max-width:767px){.product-view .product-shop .add-price-service .add-title-desc-l{width:330px}}.product-view .product-shop .add-price-service .add-title-desc-l .add-title img{display:none}@media only screen and (max-width:767px){.product-view .product-shop .add-price-service .add-title-desc-l .add-title img{display:block;width:70px;padding-right:10px}}.product-view .product-shop .add-price-service .add-btn-price{padding-top:10px;padding-right:10px}.product-view .product-shop .add-price-service .add-btn-price .price{float:right;margin-bottom:15px;font-size:20px;font-weight:normal;color:#51aceb}.product-view .product-shop .add-price-service .add-btn-price .add-btn button{width:105px;height:45px;font-size:14px}@media only screen and (max-width:767px){.product-view .product-shop .add-price-service .add-btn-price .add-btn button{width:150px}}.product-view .product-shop .add-text{padding-left:220px}@media only screen and (max-width:767px){.product-view .product-shop .add-text{padding-left:60px}}.product-view .product-shop .product-add-form{float:none}.product-view .product-shop .product-add-form .fieldset:last-child{margin-bottom:5px}.product-view .product-shop .product-add-form .fieldset{float:none !important;padding:0}.product-view .product-shop .product-add-form .fieldset>.field{float:none;margin:0 0 15px}.product-view .product-shop .product-add-form .fieldset>.field>.label{font-size:16px;font-family:ProximaNovaSbold;color:#413f41;line-height:1.25em}.product-view .product-shop .product-add-form .fieldset>.field select{width:100%;max-width:300px;background:url(../../frontend/Rockher/Winter/en_US/images/chevron-down.svg) no-repeat center right 15px;background-color:#ffffff;border:1px solid #7c7593;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding:0 45px 0 20px;font-family:ProximaNovaReg;font-size:16px;color:#413F41;text-transform:none}.product-view .product-shop .product-add-form .fieldset>.field.required .label:after{margin:0}@media (min-width:1024px){.product-view .product-shop .product-add-form .fieldset>.field_center_shape_availability{position:absolute;top:585px;left:0;right:0;transform:translateX(210px);max-width:300px;z-index:999;text-align:center}.product-view .product-shop .product-add-form .fieldset>.field_center_shape_availability>.label span{font-size:0}.product-view .product-shop .product-add-form .fieldset>.field_center_shape_availability>.label span:before{content:'Choose the diamond shape';opacity:1;color:#413f41;font-family:HaboroContrast-NormBook;font-size:16px;letter-spacing:.5px;line-height:20px;text-transform:uppercase;margin-bottom:15px;font-weight:normal}}.product-view .product-shop .product-info-price{margin:10px 0}@media only screen and (max-width:1200px){.product-view .product-shop .product-info-price .sezzle-shopify-info-button .sezzle-checkout-button-wrapper .sezzle-button-text.sezzle-center{text-align:left}}.product-view .product-shop .price-box{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:10px 0}@media only screen and (max-width:767px){.product-view .product-shop .price-box{margin:0;flex-flow:wrap;justify-content:center}}.product-view .product-shop .price-box .price-wrapper .price{font-size:30px;font-weight:normal;color:#51aceb}.product-view .product-shop .price-box .weee{line-height:1em}.product-view .product-shop .price-box .old-price{font-weight:normal;font-size:16px}.product-view .product-shop .price-box .old-price .price{text-decoration:line-through;font-weight:normal;font-family:HaboroContrast-NormBook;color:#413F41;font-size:16px}.product-view .product-shop .price-box .special-price{position:relative;display:block;margin:0 10px 0 0;padding:0}.product-view .product-shop .price-box .special-price .price{display:block;padding:4px 10px;font-family:HaboroContrast-NormBook;font-size:20px;color:#413f41;background:#FFE594;font-weight:normal;letter-spacing:1px;text-align:center}.product-view .product-shop .price-box .special-price .counterdown-wrap{position:absolute;top:0;left:100%;transform:translate(10px, 0);width:165px;font-size:16px;font-family:'ProximaNovaBold';text-align:left;padding-left:10px;background:#b3173b;color:#fff;line-height:1.2;letter-spacing:0.5px;display:none}.product-view .product-shop .price-box .special-price .counterdown-wrap span.counterdown{display:block}.product-view .product-shop .splitit-hint{clear:both;margin:10px 0 0;font-size:16px}@media only screen and (max-width:767px){.product-view .product-shop .splitit-hint{margin-bottom:15px}}@media (max-width:360px){.product-view .product-shop .splitit-hint{margin-right:-10px}}@media (max-width:340px){.product-view .product-shop .splitit-hint{margin-left:-3px;margin-right:-15px}}.product-view .product-shop .splitit-hint a{color:inherit;font-size:16px;text-decoration:none}@media (max-width:375px){.product-view .product-shop .splitit-hint a{font-size:15px}}@media (max-width:340px){.product-view .product-shop .splitit-hint a{font-size:14px}}.product-view .product-shop .splitit-hint a:hover{text-decoration:none;color:inherit}.product-view .product-shop .splitit-hint img{position:relative;display:inline;top:-1px;width:50px}@media (max-width:340px){.product-view .product-shop .splitit-hint img{width:45px}}.product-view .product-shop .bankwire-price{margin:3px 0;font-size:16px}@media only screen and (max-width:767px){.product-view .product-shop .bankwire-price{margin-top:0;text-align:center}}.product-view .product-shop .bankwire-price .val{font-size:18px;color:#e1c864;margin:0 2px}.product-view .product-shop .bankwire-price .tooltip-btn{display:inline-block}.product-view .product-collection-name{font-family:HaboroContrast-NormBook;font-size:30px;font-weight:normal;line-height:30px;color:#060606;letter-spacing:0.5px;margin-bottom:10px;text-transform:uppercase;text-align:left}@media only screen and (max-width:767px){.product-view .product-collection-name{padding-top:0;text-align:center}}.product-view .product-card_complete .product-collection-name{padding-top:0}.product-view .product-shop .product-name_engRings{margin-bottom:10px}.product-view .product-shop .product-name_engRings h1{font-size:20px;font-family:'ProximaNovaReg';color:#000000;line-height:1.6em;text-align:left;text-transform:capitalize;margin-bottom:0;padding:0}.product-view .product-shop .product-name_completed h1{font-size:18px;letter-spacing:0.5px;line-height:22px;color:#413F41}.product-view .product-gia{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}@media only screen and (max-width:767px){.product-view .product-gia{margin-bottom:15px}}.product-view .product-gia .gia-icon{width:48px;height:auto;margin-right:10px}@media only screen and (max-width:767px){.product-view .product-gia .gia-icon{position:relative;top:1px}}.catalog-product-view .sharing-links.add-to-links{width:100%}.product-img-box .product-image.product-image-zoom>div{width:100%}.product-img-box .product-image.product-image-zoom p{text-align:center}.video-sample{clear:both;position:relative;top:-50px;color:#000;text-align:center}.video-sample.mobile{color:#000 !important;width:101%;top:0}@media only screen and (max-width:1200px){.video-sample.mobile{top:15px}}@media only screen and (max-width:991px){.video-sample.mobile{top:0}}body[class*="stud"] .video-sample{display:none}.product-image-gallery{position:relative}.product-image-gallery .loader{position:absolute;top:50%;left:50%;margin-left:-24px;margin-top:-24px;z-index:5}.product-image-gallery .mp4-video{position:relative;display:block;width:100%;height:auto;max-width:470px;margin:0 auto;z-index:10}.product-image-gallery #Zoomer{max-height:470px}@media only screen and (max-width:767px){.product-image-gallery #Zoomer{max-width:300px;margin:0 auto}}.product-image-gallery #Zoomer img{max-width:100%;max-height:100%;max-height:470px;width:auto}@media only screen and (max-width:767px){.product-image-gallery #Zoomer img{max-width:300px}}.product-view .more-views.media{display:none}.product-view .product-essential .product-image-thumbs a:hover{border-color:#636363}.product-view .more-views{margin-left:0;margin-top:0;position:relative;width:100%;max-width:100px;max-height:490px}@media screen and (max-width:1024px){.product-view .more-views{max-height:360px;max-height:none;float:none}}@media only screen and (max-width:767px){.catalog-product-view .main-container .product-view .more-views{max-width:310px;display:block;margin:20px auto 0;float:none}}.product-view .more-views .gallery-inner_cover{position:relative;width:100%;height:100%;max-width:100px;max-height:440px;overflow:hidden}@media only screen and (max-width:767px){.product-view .more-views .gallery-inner_cover{max-width:100%;margin:0 auto}}.product-view .more-views .nav-add_arrow{width:20px;height:15px;background:url(../../frontend/Rockher/Winter/en_US/images/product/chevron-down.svg) no-repeat center center;position:absolute;left:39px;cursor:pointer}@media only screen and (max-width:767px){.product-view .more-views .nav-add_arrow{right:-5px}}.product-view .more-views .arrow-top{display:none;top:-20px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg)}@media only screen and (max-width:767px){.product-view .more-views .arrow-top{left:-20px;top:15px;transform:rotate(90deg)}}.product-view .more-views .arrow-bottom{display:none;margin-top:10px}@media only screen and (max-width:767px){.product-view .more-views .arrow-bottom{right:-20px}}@media only screen and (max-width:1200px){.product-view .more-views .diamond-video-block_hk-cover{overflow:hidden;height:340px}}@media only screen and (max-width:991px){.product-view .more-views .diamond-video-block_hk-cover{height:191px}}.product-view .product-image-thumbs{max-height:425px;position:relative;top:0;height:100%;margin-bottom:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}@media screen and (max-width:1024px){.product-view .product-image-thumbs{position:relative;height:100%;max-height:370px;max-height:inherit !important;padding-bottom:0}}@media only screen and (max-width:767px){.product-view .product-image-thumbs{padding-bottom:0;justify-content:center}.product-view .product-image-thumbs.flexStart{justify-content:flex-start}}.product-view .product-image-thumbs .hand-image-descr{text-align:center}@media only screen and (max-width:1024px){.product-view .product-image-thumbs .hand-image-descr{display:block !important;margin-top:5px}}@media screen and (max-width:1024px){.product-view .product-image-thumbs li{max-width:375px;max-height:375px}}@media only screen and (max-width:767px){.product-view .product-image-thumbs li{margin-left:0;margin-right:6px}}.product-view .product-image-thumbs li .detail-leftimg video{margin-top:0}@media only screen and (max-width:1024px){.product-view .product-image-thumbs li.diamond_720{max-width:375px;height:auto}.product-view .product-image-thumbs li.diamond_720 .detail-leftimg{display:block;float:none;width:100%;max-height:275px;overflow:hidden}.product-view .product-image-thumbs li.diamond_720 .detail-leftimg .img-720-preview{position:relative}.product-view .product-image-thumbs li.diamond_720 .detail-leftimg .btn-keyShot{position:absolute;left:10px;bottom:10px;width:48px;height:48px;background-image:url(../../frontend/Rockher/Winter/en_US/images/btn-3d-logo.svg);background-repeat:no-repeat;background-position:center;cursor:pointer;z-index:2}.product-view .product-image-thumbs li.diamond_720 .detail-leftimg img{max-width:100%}.product-view .product-image-thumbs li.diamond_720 p{color:#000 !important;background:#ffffff;margin-top:5px}}@media only screen and (max-width:767px){.product-view .product-image-thumbs li.diamond_720{width:auto}.product-view .product-image-thumbs li.diamond_720 .detail-leftimg{max-height:275px;margin-top:0}.product-view .product-image-thumbs li.diamond_720 .detail-leftimg .img-720-preview{position:relative;visibility:hidden;width:100px}}.product-view .product-image-thumbs li img{width:80px;height:80px}@media screen and (max-width:1024px){.product-view .product-image-thumbs li img{max-width:300px;width:100%;height:auto;width:auto;max-height:100%;-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)}}@media only screen and (max-width:767px){.product-view .product-image-thumbs li img{max-width:300px}}@media only screen and (max-width:767px){.product-view .product-image-thumbs.owl-carousel li.diamond_720 .detail-leftimg .img-720-preview{visibility:visible;width:auto}}.product-view .product-image-gallery .threesixty .threesixty_images li{margin-left:0 !important}.product-view .product-image-gallery .threesixty .threesixty_images img{top:-45px}@media only screen and (max-width:767px){.product-view .product-image-gallery .threesixty{width:100% !important;max-width:380px;height:320px !important;min-width:340px}.product-view .product-image-gallery .threesixty .threesixty_images img{top:-30px}}.detail-leftimg{width:100%;max-width:500px;height:500px}@media screen and (max-width:1024px){.detail-leftimg{width:300px;height:300px}}@media only screen and (max-width:767px){.detail-leftimg{width:100%;height:auto;margin-top:50px}}@media only screen and (max-width:991px){.product-image-zoom .product-image-thumbs li{visibility:hidden}.product-image-zoom .product-image-thumbs li:first-child{visibility:visible}.product-image-zoom .product-image-thumbs.owl-carousel li{visibility:visible;max-width:340px;margin:0 auto}}#active-nav-section-wrap .nav-wrap{margin-left:0}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .wrapper .main-container{margin-top:50px}}.rockher_diamondsearch-index-index .main-container.col1-layout{margin-top:125px}@media only screen and (max-width:1024px){.rockher_diamondsearch-index-index .main-container.col1-layout{margin-top:55px}}.diamondsearch-index-view .product-img-box .product-image.product-image-zoom{height:100%;max-height:500px}.diamondsearch-index-view .sample-text_cover{margin-top:50px}@media (max-width:1024px){.diamondsearch-index-view .sample-text_cover{margin-top:0}}.diamondsearch-index-view .diamond-sample_iframe{margin:auto;display:block;width:100%}@media only screen and (max-width:991px){.diamondsearch-index-view .diamond-sample_iframe{max-height:250px;max-width:315px}}@media only screen and (max-width:767px){.diamondsearch-index-view .diamond-sample_iframe{width:100%;height:240px;margin-top:11%}}.diamondsearch-index-view .diamond-video-block_nivoda,.diamondsearch-index-view .diamond-video-block_nivodacolor,.diamondsearch-index-view .diamond-video-block_nivodacolorlg,.diamondsearch-index-view .diamond-video-block_nivodalgc,.diamondsearch-index-view .diamond-video-block_nivodalg{max-width:275px}@media only screen and (max-width:767px){.diamondsearch-index-view .diamond-video-block_nivoda,.diamondsearch-index-view .diamond-video-block_nivodacolor,.diamondsearch-index-view .diamond-video-block_nivodacolorlg,.diamondsearch-index-view .diamond-video-block_nivodalgc,.diamondsearch-index-view .diamond-video-block_nivodalg{max-height:100%;height:275px;width:100%;min-width:0 !important}}.diamondsearch-index-view .diamond-video-block_bbu{width:300px;height:300px;transform:translateX(-20px)}.product-card .diamondsearch-index-view .diamond-video-block_bbu{width:400px;height:400px}@media only screen and (min-width:1441px){.diamondsearch-index-view .no-buttons-diamond{position:absolute;width:100%;height:22%;bottom:12%;left:0;display:block;background:white}}.diamondsearch-index-view .diamond_360 p{margin-top:10px;text-align:center}.diamondsearch-index-view .icon360m{position:absolute;width:44px;height:40px;background-image:url(../../frontend/Rockher/Winter/en_US/images/360VidDesktopM.svg);background-repeat:no-repeat;bottom:18%;left:30%;transform:translate(0, -50%);margin-top:3px}@media only screen and (max-width:991px){.diamondsearch-index-view .icon360m{bottom:9%;left:10%}}@media only screen and (max-width:767px){.diamondsearch-index-view .icon360m{bottom:12%;left:15%}}.make-offer-btn{margin-bottom:15px}@media only screen and (max-width:767px){.make-offer-btn{text-align:center;width:100%}}@media only screen and (max-width:767px){.make-offer-btn button{width:100%}}#make_offer_only_request .image img{margin:0 auto}#make_offer_only_request .drop-hint__input-wrap i{top:12px;position:absolute;left:-2px}.catalog-product-view .product-view .add-to-cart-buttons .button{-webkit-appearance:none !important;max-width:280px;width:100%;height:60px;border-radius:5px;-webkit-border-radius:5px;background-color:#51aceb;color:#ffffff;margin-left:0;font-size:16px;font-family:ProximaNovaSBold;letter-spacing:2px;line-height:19px;margin-top:10px}@media only screen and (max-width:991px){.catalog-product-view .product-view .add-to-cart-buttons .button{margin:0 auto}}@media only screen and (max-width:767px){.catalog-product-view .product-view .add-to-cart-buttons .button{max-width:345px;height:55px;margin-top:10px}.catalog-product-view .product-view .add-to-cart-buttons .button.btn-bag{margin:10px auto}}.catalog-product-view .product-view .add-to-cart-buttons .button:hover{background-color:#51aceb;border:none;color:#ffffff}.catalog-product-view .product-view .add-to-cart-buttons .button:active{background-color:#51aceb;border-color:transparent;color:#ffffff}.catalog-product-view .product-view .add-to-cart-buttons .button:focus{outline:none}.catalog-product-view .product-view .add-to-cart-buttons .button.btn-ring:focus{color:#ffffff}.catalog-product-view .product-view .add-to-cart-buttons .actions{padding-top:0}.catalog-product-view .product-view .add-to-cart-buttons a.button{line-height:58px}@media only screen and (max-width:767px){.catalog-product-view .product-view .add-to-cart-buttons a.button{line-height:55px}}.catalog-product-view .product-view .add-to-cart-buttons .g-btn_secondary{max-width:280px}@media only screen and (max-width:767px){.catalog-product-view .product-view .add-to-cart-buttons .g-btn_secondary{max-width:345px;height:55px;width:100%}}.catalog-product-view .product-view .add-to-cart-buttons span{font-family:'ProximaNovaReg';font-size:16px;font-weight:bold;letter-spacing:2px;line-height:55px}.catalog-product-view .product-view .add-to-cart-buttons .btn-bag{margin:15px 0 15px;background:transparent;color:#51aceb;border:2px solid #51aceb}.catalog-product-view .product-view .add-to-cart-buttons .btn-bag:hover{background:transparent;border:2px solid #5d5185;color:#5D5185}.catalog-product-view .product-view .add-to-cart-buttons .btn-bag:active{background:#51aceb;border-color:transparent;color:#fff}.catalog-product-view .product-view .add-to-cart-buttons .next-step{font-size:12px;letter-spacing:0px;text-transform:capitalize;position:absolute;bottom:0;left:0;right:0;margin:auto}.catalog-product-view .product-view .add-to-cart,.product-view .add-to-cart-buttons{padding-top:10px}@media only screen and (max-width:1024px){.catalog-product-view .product-view .add-to-cart,.product-view .add-to-cart-buttons{text-align:left}}@media only screen and (max-width:767px){.catalog-product-view .product-view .add-to-cart,.product-view .add-to-cart-buttons{text-align:center}}.share-popup_link{position:relative}.soc-sharing-tooltip{display:none;position:absolute;top:100%;right:0;margin-top:20px;background:#ffffff;width:270px;box-shadow:0 2px 4px 1px rgba(0,0,0,0.1);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding:35px 30px;z-index:10}.soc-sharing-tooltip.is-active{display:block}.soc-sharing-tooltip .close{position:absolute;top:10px;right:10px;width:24px;height:24px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_modal-close.svg);background-repeat:no-repeat;background-position:center;opacity:.8;outline:none;cursor:pointer}.soc-sharing-tooltip .close:hover{opacity:1}.diamond-social{width:130px;padding-top:40px;padding-bottom:35px}.diamond-social .successes-copy_text{bottom:-28px}.soc-sharing-links,ul.soc-sharing-links{margin:0;padding:0;list-style:none;display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative}.soc-sharing-links li,ul.soc-sharing-links li{margin:0 10px}.soc-sharing-link{display:block;width:28px;height:28px;text-align:center;color:#413F41;font-size:26px;cursor:pointer}.clipboardArea{opacity:0;position:absolute;right:0;bottom:-35px;width:1px;height:1px !important}.successes-copy_text{display:none;position:absolute;bottom:-28px;left:0px;font-size:14px;text-align:center}.successes-copy_text.diamond-copy-link{left:27px}.diamondsearch-index-view .product-image-gallery #Zoomer .MagicZoomBigImageCont.inner-zoom img{max-width:none;max-height:none}.product-image-zoom.more-views.mobile .no-owl-pagination .owl-pagination{display:none}.product-ring-size{clear:both;display:flex;flex-direction:row;align-items:center;padding-top:30px;margin-bottom:20px;display:none}.product-ring-size .link{margin-left:20px}.ring-size-selectBox select,.catalog-product-view .ring-size-selectBox select,.catalog-product-view .ring-size-selectBox .option select.product-custom-option{position:relative;display:block;width:210px;height:50px;border:1px solid #7c7593;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#ffffff;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/chevron-down.svg);background-repeat:no-repeat;background-position:center right 15px;padding-left:20px;padding-right:20px;font-size:16px;color:#413F41;outline:none;-webkit-appearance:none}.catalog-product-view .ring-size-selectBox .option dt{display:none}.ring-size-selectBox .validation-advice{position:absolute;margin:0;top:-20px}.product-engraving{display:none;position:relative;clear:both;margin-bottom:30px}.add-engraving{position:relative}.add-engraving__checkbox-wrap{display:flex;flex-direction:row;align-items:center;margin-bottom:20px}.add-engraving__checkbox{position:relative;display:flex;flex-direction:row;align-items:center;font-size:16px;padding-left:30px;margin:0}.add-engraving__checkbox input[type="checkbox"]{display:none;position:absolute;left:-9999px}.add-engraving__checkbox input[type="checkbox"]+.icon{position:absolute;top:50%;left:0;width:22px;height:22px;-webkit-transform:translate(0, -50%);-mox-transform:translate(0, -50%);transform:translate(0, -50%);background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_checkbox-arrow-white.svg);background-repeat:no-repeat;background-position:center;background-color:#fff;border:1px solid #51aceb;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.add-engraving__checkbox input[type="checkbox"]:checked+.icon{background-color:#51aceb}.add-engraving__checkbox-text{color:#413F41;font-size:16px;font-family:ProximaNovaSbold}.add-engraving .info{position:relative;margin-left:10px;cursor:pointer}.add-engraving__form{display:none;display:block}.add-engraving__input-wrap{position:relative;width:100%;max-width:315px}.add-engraving__input-wrap .valid{position:absolute;top:50%;right:10px;width:30px;height:30px;transform:translate(0, -50%);background-repeat:no-repeat;background-position:center}.add-engraving__input-wrap .valid.is-valid{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_inputValid.svg)}.add-engraving__input-wrap .valid.is-invalid{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_inputInvalid.svg)}.add-engraving__input[type="text"]{display:block;width:100%;height:50px;margin-bottom:5px;border:1px solid #7c7593;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:#ffffff;padding-left:20px;padding-right:20px;font-family:ProximaNovaReg;font-size:16px;color:#413F41;outline:none;max-width:100%}.add-engraving__input[type="text"].ff-modern{font-family:ProximaNovaReg}.add-engraving__input[type="text"].ff-vintage{font-family:HaboroContrast-NormBook}.add-engraving__caption{font-size:16px;margin-bottom:15px}.add-engraving__caption a{font-family:ProximaNovaSbold;color:#51aceb}.add-engraving__style-label{font-size:16px;color:#413F41;font-family:ProximaNovaSbold;margin-bottom:10px}.add-engraving__style-items{display:flex;flex-direction:row;justify-content:flex-start}.add-engraving__style-item{margin-right:40px}.add-engraving__style-item_vintage{font-family:HaboroContrast-NormBook}.add-engraving__style-radio{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;font-weight:normal;font-size:16px;cursor:pointer;line-height:1.25}@media (max-width:1024px){.add-engraving__style-radio{align-items:flex-start}}.add-engraving__style-radio input[type="radio"]{display:none;position:absolute;left:-9999px}.add-engraving__style-radio input[type="radio"]+.icon{position:relative;width:22px;height:22px;border:1px solid #51aceb;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-right:10px;flex:0 0 22px}@media only screen and (max-width:991px){.add-engraving__style-radio input[type="radio"]+.icon{margin-top:2px}}.add-engraving__style-radio input[type="radio"]:checked+.icon::before{content:'';position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#51aceb;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.engraving-phrases{max-height:340px;line-height:1.2;overflow-y:scroll}.engraving-phrases a{text-decoration:underline}.drop-hint p{text-align:center}.drop-hint__form{max-width:450px;margin:0 auto;margin-top:30px}.drop-hint__form .row{margin-left:-7px;margin-right:-7px}.drop-hint__input-wrap{position:relative;padding-left:7px;padding-right:7px;margin-bottom:20px}.drop-hint__input,.drop-hint__input[type="text"],.drop-hint__input[type="email"]{position:relative;display:block;width:100%;height:30px;font-size:16px;padding-left:5px;padding-right:5px;color:#413f41;font-family:ProximaNovaReg;background-color:transparent;border:none;border-bottom:2px solid #413f41;box-shadow:none;outline:none;z-index:5;margin-top:10px}.drop-hint__input:focus,.drop-hint__input[type="text"]:focus,.drop-hint__input[type="email"]:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.drop-hint__input:focus~.drop-hint__label,.drop-hint__input:valid~.drop-hint__label{top:-10px;font-size:14px;color:#5D5185}@media only screen and (max-width:767px){.drop-hint__input:focus~.drop-hint__label,.drop-hint__input:valid~.drop-hint__label{top:-20px}}.drop-hint__label{position:absolute;top:0;left:12px;font-size:16px;font-family:ProximaNovaReg;color:#413f41;transition:.1s ease-in;z-index:1}.drop-hint__preview{display:block;margin-bottom:55px}.drop-hint__preview-image{width:200px;margin:0 auto 15px}.drop-hint__preview-image img{max-width:100%}.drop-hint__preview-text{width:100%;max-width:320px;margin:0 auto;text-align:center;font-family:HaboroContrast-NormBook;font-size:16px;line-height:1.4}.drop-hint__footer{display:flex;flex-direction:column;width:100%;align-items:center}.drop-hint__captcha{display:flex;justify-content:center;margin-bottom:25px}.drop-hint__buttons{display:flex;flex-direction:row;align-items:center;justify-content:center}@media only screen and (max-width:767px){.drop-hint__buttons{flex-direction:column;width:100%}}.drop-hint__btn{width:200px;height:50px;margin:0 7px}@media only screen and (max-width:767px){.drop-hint__btn{width:100%}.drop-hint__btn_preview{order:2;margin-bottom:0}.drop-hint__btn_submit{order:1;margin-bottom:10px}}.drop-hint-success-inner{display:flex;flex-direction:row;align-items:center;align-content:center;justify-content:center;text-align:center;min-height:300px}.drop-hint-success-inner div{width:200px}.drop-hint-success-inner img{display:inline}.drop-hint-success-inner h3{font-size:20px;font-family:HaboroContrast-NormBook;line-height:1;margin:20px 0}.drop-hint-success-inner p{font-size:16px;font-family:ProximaNovaReg;line-height:1.2}.price-item{position:relative;font-family:Lustria;font-size:24px;color:#413F41}.price-item .old-price{display:block;text-decoration:line-through}.price-item .special-price{position:absolute;top:100%;left:0;right:0;padding-top:5px;display:flex;align-items:center;justify-content:center}.price-item .special-price .value{width:95px;padding:4px 5px;font-family:Lustria;font-size:20px;background:#FFE594;color:#413f41;font-weight:normal;letter-spacing:1px;text-align:center}.price-item .special-price .counterdown-wrap{width:90px;font-size:16px;font-family:'ProximaNovaBold';text-align:left;padding-left:10px;color:#413F41;line-height:1.2;letter-spacing:0.5px;display:none}.price-item .special-price .counterdown-wrap span.counterdown{display:block}@media (max-width:1024px){.product-img-box .product-image.product-image-zoom{float:none;max-width:inherit}}@media only screen and (max-width:767px){.product-img-box .product-image.product-image-zoom{padding:0}}.product-img-box .product-image.product-image-zoom .more-views.mobile{display:none !important}.product-img-box .product-image.product-image-zoom .more-views_diamond.mobile{display:block !important;max-width:450px;margin:0 auto 5px}@media only screen and (max-width:767px){.product-img-box .product-image.product-image-zoom .more-views_diamond.mobile{max-width:340px;margin:0 auto}}.product-img-box .product-image.product-image-zoom .product-image-gallery .detail-leftimg{height:auto;float:none;margin:0 auto}.product-img-box .product-image.product-image-zoom .product-image-gallery .detail-leftimg.video video{margin-top:25px}.product-img-box .product-image.product-image-zoom .product-image-gallery .detail-leftimg+.video-sample{top:auto}@media only screen and (max-width:767px){.product-img-box .product-image.product-image-zoom .product-image-gallery .detail-leftimg{margin:0;padding:0}}.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720{width:100%;max-width:500px;margin:0 auto;position:relative}.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .detail-leftimg{float:none;margin:30px auto 0;height:auto;max-height:380px;overflow:hidden;padding:0 !important}@media only screen and (max-width:767px){.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .detail-leftimg{max-height:260px;margin-top:10px}}.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .desktop-720_instructions{display:block}@media only screen and (max-width:1024px){.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .desktop-720_instructions{display:none}}@media only screen and (max-width:767px){.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720{width:100%;max-width:350px;margin:0 auto}}.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-3d-btn{position:absolute;left:10px;bottom:10px;padding-left:55px;min-height:48px;font-size:14px;letter-spacing:0.44px;color:#413f41;cursor:pointer;z-index:5}@media only screen and (max-width:767px){.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-3d-btn{bottom:28px}}.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-3d-btn .text{display:block;line-height:48px}@media only screen and (max-width:767px){.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-3d-btn .text{display:none}}.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-3d-btn:before{content:'';position:absolute;left:0;top:50%;width:48px;height:48px;transform:translate(0, -50%);background-image:url(../../frontend/Rockher/Winter/en_US/images/btn-3d-logo.svg);background-repeat:no-repeat;background-position:center;cursor:pointer}@media only screen and (max-width:767px){.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-3d-btn:before{width:32px;height:32px;background-image:url(../../frontend/Rockher/Winter/en_US/images/btn-3d-logo_sm.svg)}}@media only screen and (max-width:1024px){.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-3d-btn{bottom:48px}}@media only screen and (max-width:991px){.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-3d-btn{bottom:33px}}@media only screen and (max-width:767px){.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-3d-btn{min-height:32px;bottom:8px;padding-left:40px;line-height:32px}}.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-image-3d-preview{display:block;cursor:pointer}.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-image-3d-wrapper{width:100%;cursor:grab;background-color:#e4e4e4}.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-image-3d-wrapper.initialized{max-height:375px;overflow:hidden}@media only screen and (max-width:767px){.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-image-3d-wrapper.initialized{max-height:260px}}.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-image-3d-wrapper .product-image-3d{cursor:grab}.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-image-3d-wrapper .product-image-3d:active{cursor:grabbing}.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-image-3d-arrows{display:none;position:absolute;min-height:28px;top:50%;margin-top:-14px;left:15px;right:15px;z-index:2}.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-image-3d-arrows:before,.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-image-3d-arrows:after{content:'';position:absolute;width:64px;height:28px;top:0;background-repeat:no-repeat;background-size:contain}.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-image-3d-arrows:before{left:0;background-image:url(../../frontend/Rockher/Winter/en_US/images/Arrow3dLeft@2x.png)}.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-image-3d-arrows:after{right:0;background-image:url(../../frontend/Rockher/Winter/en_US/images/Arrow3dRight@2x.png)}.product-img-box .product-image.product-image-zoom .product-image-gallery.diamond_720 .product-image-3d-arrows span{position:absolute;right:0;width:64px;height:64px;top:75px;background-image:url(../../frontend/Rockher/Winter/en_US/images/xr_hand.gif);-webkit-background-size:contain;background-size:contain;z-index:2}.product-img-box .product-image.product-image-zoom .product-image-gallery .img-hint{font-size:16px}.product-img-box .product-image .diamond-video-block_hk{width:400px;height:400px}@media only screen and (max-width:991px){.product-img-box .product-image .diamond-video-block_hk{width:300px;height:400px}}.product-img-box .product-image .diamond-video-block_selected{width:380px}@media only screen and (max-width:767px){.product-img-box .product-image{margin-top:0;padding-bottom:50px}}.product-img-box .product-image-complete-wrap{position:relative;display:flex;flex-direction:row;align-items:stretch;padding-top:80px}@media (max-width:1024px){.product-img-box .product-image-complete-wrap{padding-top:50px;padding-bottom:70px}}@media only screen and (max-width:767px){.product-img-box .product-image-complete-wrap{padding-top:15px;max-width:450px;margin-left:auto;margin-right:auto}.product-img-box .product-image-complete-wrap_sale{margin-bottom:40px}}.product-img-box .product-image_step-complete{position:relative;padding-left:0;width:100%;height:auto !important;float:none !important}@media (max-width:1024px){.product-img-box .product-image_step-complete{float:none;width:100%;margin:0;padding:0}}@media (max-width:1024px){.product-img-box .product-image_step-complete.product-image-zoom{float:none;width:100%;margin:0;padding:0;max-width:100%}}@media only screen and (max-width:767px){.product-img-box .product-image_step-complete.product-image-zoom{padding-bottom:105px;padding-bottom:0}}@media (max-width:1024px){.product-img-box .product-image_step-complete .owl-controls{position:absolute;bottom:-125px;bottom:-155px;left:-50%;width:100%;margin-left:-5px}}@media only screen and (max-width:767px){.product-img-box .product-image_step-complete .owl-controls{left:-75%;bottom:-150px;width:150%}.product-img-box .product-image_step-complete .owl-controls .owl-page{margin-left:5px;margin-right:5px}}.product-img-box .product-image_step-complete img{max-height:100%}.product-img-box .product-image_step-complete .diamond-sample_iframe{width:400px;height:320px;margin:0 auto}.product-img-box .product-image div.product-image__static-image,.product-img-box .product-image div.product-image__setting{width:50%;margin:0}.product-img-box .product-image div.product-image__static-image{padding-right:5px;position:relative}.product-img-box .product-image div.product-image__static-image.is-sample:after{content:'Sample image';width:88px;height:10px;display:block;left:32%;bottom:0;position:absolute}@media only screen and (max-width:1440px){.product-img-box .product-image div.product-image__static-image.is-sample:after{left:28%}}@media only screen and (max-width:991px){.product-img-box .product-image div.product-image__static-image.is-sample:after{left:21%}}.product-img-box .product-image div.product-image__setting{padding-left:5px}@media only screen and (max-width:767px){.product-img-box .product-image div.product-image__setting img{max-width:100% !important}}.product-img-box .product-image__setting{width:50%}.product-img-box .product-image__setting ul.product-image-thumbs{padding-bottom:0}.catalog-product-view .main-container .product-img-box .product-image__setting ul.product-image-thumbs{max-height:100%}.product-img-box .product-image__setting ul.product-image-thumbs li{margin:0;visibility:hidden;display:none}.product-img-box .product-image__setting ul.product-image-thumbs li:first-child{visibility:visible;display:inline-block}.product-img-box .product-image__setting ul.product-image-thumbs.owl-carousel .owl-wrapper{display:flex !important;flex-direction:row;align-items:center;justify-content:flex-start}.product-img-box .product-image__setting ul.product-image-thumbs.owl-carousel .owl-item{display:flex}.product-img-box .product-image__setting ul.product-image-thumbs.owl-carousel li{visibility:visible;display:inline-block}.product-img-box .product-image__setting .detail-leftimg{float:none;height:100%}@media (max-width:1024px){.product-img-box .product-image__setting .detail-leftimg{width:100%;padding-top:40px}}@media only screen and (max-width:767px){.product-img-box .product-image__setting .detail-leftimg{padding-top:25px;margin-top:0}}.catalog-product-view .product-img-box .product-image__setting .detail-leftimg{padding-bottom:0 !important}.product-img-box .product-image__static-image{position:relative}@media only screen and (max-width:767px){.product-img-box .product-image__static-image{display:flex;flex-direction:column;justify-content:center}}.product-img-box .product-image__static-image .MagicZoomPlus{display:flex !important;align-items:center;justify-content:center;height:100% !important}.product-img-box .product-image__static-image .MagicZoomPlus.is-hidden{display:none !important}.product-img-box .product-image__diamond-video .diamond-video-block_hk{width:100%;height:195px;left:0}@media only screen and (max-width:991px){.product-img-box .product-image__diamond-video .diamond-video-block_hk{height:170px;min-height:auto}}@media only screen and (max-width:767px){.product-img-box .product-image__diamond-video .diamond-video-block_hk{height:222px}}@media (max-width:480px){.product-img-box .product-image__diamond-video .diamond-video-block_hk{width:165px;height:167px;margin-left:auto;margin-right:auto}}.product-img-box .product-image__diamond-video .diamond-video-block .spinner{margin-top:0 !important}.product-img-box .product-image__diamond-video .diamond-item__video-container{height:275px;cursor:pointer}@media only screen and (max-width:767px){.product-img-box .product-image__diamond-video .diamond-item__video-container{width:100%;height:auto;margin-bottom:0}}.product-img-box .product-image__diamond-video .diamond-sample_iframe{width:100%;height:100%}@media only screen and (max-width:767px){.product-img-box .product-image__diamond-video .diamond-sample_iframe{min-height:220px}}@media (max-width:480px){.product-img-box .product-image__diamond-video .diamond-sample_iframe{width:165px;height:165px;min-height:auto}}.product-img-box .product-image__diamond-video .threesixty{width:100% !important;height:100% !important}@media only screen and (max-width:767px){.product-img-box .product-image__diamond-video .threesixty{width:200px !important;height:200px !important}}@media (max-width:480px){.product-img-box .product-image__diamond-video .threesixty{width:165px !important;height:165px !important}}.product-img-box .product-image__diamond-video .threesixty .threesixty_images li{margin:0}.product-img-box .product-image__diamond-video .threesixty .threesixty_images img{top:0;left:0}.product-img-box .product-image__setting_3d .detail-leftimg{height:280px;margin-top:0;overflow:hidden}.product-img-box .product-image__setting_3d .detail-leftimg video{object-fit:cover;margin-top:0}@media only screen and (max-width:767px){.product-img-box .product-image__setting_3d .detail-leftimg{height:auto}}.product-img-box .product-image__price-info{position:absolute;left:0;right:0;bottom:-50px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center}@media (max-width:1024px){.product-img-box .product-image__price-info{bottom:0}}.product-img-box .product-image__price-info .price-item{position:relative;font-family:HaboroContrast-NormBook;font-size:24px;color:#413F41}.product-img-box .product-image__price-info .price-item_diamond,.product-img-box .product-image__price-info .price-item_setting{flex:0 0 50%}.product-img-box .product-image__price-info .price-item .old-price{display:block;text-decoration:line-through}.product-img-box .product-image__price-info .price-item .special-price{position:absolute;top:100%;left:0;right:0;padding-top:5px;display:flex;align-items:center;justify-content:center}.product-img-box .product-image__price-info .price-item .special-price .value{width:95px;padding:4px 5px;font-family:HaboroContrast-NormBook;font-size:20px;background:#FFE594;color:#413f41;font-weight:normal;letter-spacing:1px;text-align:center}.product-img-box .product-image__price-info .price-item .special-price .counterdown-wrap{width:90px;font-size:16px;font-family:'ProximaNovaBold';text-align:left;padding-left:10px;color:#413F41;line-height:1.2;letter-spacing:0.5px;display:none}.product-img-box .product-image__price-info .price-item .special-price .counterdown-wrap span.counterdown{display:block}@media only screen and (max-width:1200px){.product-img-box .diamond-sample_iframe{min-height:240px}}@media only screen and (max-width:767px){.product-img-box .diamond-sample_iframe{margin:0 auto;display:block;min-width:-webkit-fill-available;width:fit-content}}@media (max-width:374px){.product-img-box .diamond-sample_iframe{width:100%;min-height:220px;height:220px}}@media (max-width:1480px){.as-see-in,#owl-see{display:none !important}}@media only screen and (max-width:1200px){.ringbuilder-index-review .product-view .product-image-thumbs li img{max-width:100%}}@media only screen and (max-width:1024px){.ringbuilder-index-review .product-view .product-img-box .product-image__setting .detail-leftimg{padding-top:0;overflow:hidden}}@media only screen and (max-width:1024px){.ringbuilder-index-review .product-view .product-img-box .product-image__setting .detail-leftimg video{height:250px;object-fit:cover}}@media only screen and (max-width:991px){.ringbuilder-index-review .product-view .product-img-box .product-image__setting .detail-leftimg video{height:210px}}.carat-weight-wrap{display:inline-block}.splitit-faq-modal .modal-dialog{width:100%;max-width:600px;margin-top:60px}@media only screen and (max-width:1440px){.splitit-faq-modal .modal-dialog{margin-top:35px}}@media only screen and (max-width:991px){.splitit-faq-modal .modal-dialog{max-width:600px}}@media only screen and (max-width:767px){.splitit-faq-modal .modal-dialog{margin-left:0;margin-right:0}}.splitit-faq-modal .modal-content{border:none;overflow:hidden}.splitit-faq-modal .modal-header{padding:0;margin:0}.splitit-faq-modal .modal-body{padding:0}.splitit-faq-modal .modal-body img{max-width:100%}@media only screen and (max-width:767px){.splitit-faq-modal{padding-left:5px !important;padding-right:5px !important}}.band-width_modal .modal-content{border:none}.band-width_modal .modal-header{padding-top:60px}@media only screen and (max-width:767px){.band-width_modal .modal-header{padding:50px 25px 0}}.band-width_modal .modal-header .band-width_head-text{color:#413F41;font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;line-height:26px;text-transform:uppercase}.band-width_modal .modal-body{padding-bottom:65px}@media only screen and (max-width:767px){.band-width_modal .modal-body{padding-bottom:40px}}.band-width_modal .modal-body .band-width_text-cover{width:100%}.band-width_modal .modal-body .band-width_text-cover .band-width_text-item{color:#413F41;font-family:ProximaNovaReg;font-size:16px;letter-spacing:0.5px;line-height:19px}.band-width_modal .modal-body .band-width_example-cover{width:100%;display:flex;align-items:center;text-align:center}.band-width_modal .modal-body .band-width_example-cover .band-width_example-item{width:100%;max-width:45px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin-right:20px}@media only screen and (max-width:767px){.band-width_modal .modal-body .band-width_example-cover .band-width_example-item{margin-right:18px}}.band-width_modal .modal-body .band-width_example-cover .example-img{width:auto;max-height:120px;margin:0 auto 10px}.band-width_modal .modal-body .band-width_example-cover .example-text{color:#413F41;font-family:ProximaNovaReg;font-size:16px;letter-spacing:0.5px;line-height:19px;text-align:center}@media only screen and (max-width:767px){.band-width_modal .modal-body .band-width_example-cover .example-text{max-width:40px;text-align:center}}.diamond-soldout_popup .modal-dialog{width:100%;max-width:500px;margin-top:250px}@media only screen and (max-width:767px){.diamond-soldout_popup .modal-dialog{margin:55px auto 0;position:relative;width:auto;max-width:360px}}.diamond-soldout_popup .modal-header .main-warning_text{font-size:20px;font-family:HaboroContrast-NormBook;font-weight:normal;color:#413F41}.diamond-soldout_popup .modal-body .warning-add_text{line-height:1.2em;margin:0 0 15px;max-width:300px}.diamond-soldout_popup .modal-body .warning-link{color:#51aceb;font-weight:bold}.color-squares{display:flex;justify-content:space-between}.color-squares__item{display:inline-block;width:35px;height:35px;margin:5px 0}@media only screen and (max-width:767px){.color-squares__item{width:45px;height:55px;padding-top:12px}}.color-squares__item_modal{width:66px;height:55px;padding-top:12px}@media only screen and (max-width:767px){.color-squares__item_modal{width:40px}}.color-squares__item_first{background-color:#00205B}.color-squares__item_second{background-color:#001E60}.color-squares__item_third{background-color:#001A72}.color-squares__item_fourth{background-color:#012169}.color-squares__item_fifth{background-color:#002D72}.color-squares__item_sixth{background-color:#003865}.color-squares__item_seventh{background-color:#330072}.color-squares__link{color:#51aceb;font-family:'ProximaNovaBold';font-size:16px;letter-spacing:0.5px;line-height:19px}@media only screen and (max-width:767px){.color-squares__link{display:inline-block;margin-bottom:15px}}.sapphire-color__text{margin-bottom:25px}.sapphire-color__title{color:#ffffff;text-align:center;line-height:16px}@media only screen and (max-width:767px){.sapphire-color__title{font-size:14px}}.sapphire-color__link{display:block;margin-top:30px;color:#51aceb;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:0.5px;line-height:19px}.sapphire-details-wrap{padding:75px 0}@media only screen and (max-width:767px){.sapphire-details-wrap{padding:50px 0 25px 0}}.sapphire-details-wrap:before{content:'';position:absolute;height:0.1px;max-width:1140px;width:100%;top:0;left:50%;transform:translateX(-50%);border:1px solid #e8e8e8}.sapphire-details{color:#413F41;padding:0 10px}.sapphire-details__main-title{position:relative}.sapphire-details__main-title:after{content:'';position:absolute;top:50%;transform:translateY(-50%) rotate(0deg);width:14px;height:8px;background:url(../../frontend/Rockher/Winter/en_US/images/product/arrow-grey.svg) no-repeat 50% 50%;background-size:cover;margin-left:20px;transition:all .5s ease}.sapphire-details__title{text-align:center;font-family:"ProximaNovaBold";margin-bottom:15px}@media only screen and (max-width:767px){.sapphire-details__title{text-align:left;margin-bottom:0}}.sapphire-details__text{margin-bottom:15px;text-align:center}@media only screen and (max-width:767px){.sapphire-details__text{text-align:left}}.collapsed.sapphire-details__main-title:after{transform:translateY(-50%) rotate(0deg)}.sapphire-details__main-title:after{transform:translateY(-50%) rotate(180deg)}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}.collapse.show{display:block;visibility:visible}.video-content{position:relative}.video-content__video{margin-bottom:30px}@media only screen and (max-width:767px){.video-content__video{margin-bottom:20px}}.video-content__video video{width:100%;height:auto}.video-content__text{text-align:center}.how-its-made .video-content__text{max-width:585px;margin:0 auto;padding-left:15px;padding-right:15px}.video-content__text p{font-size:16px;line-height:1.2;letter-spacing:0.5px;margin-bottom:20px}.video-content__text p:last-of-type{margin-bottom:0}@media only screen and (max-width:767px){.how-its-made{padding-top:0}}.how-its-made .accordion__line{border:none;border-top:1px solid #e8e8e8}.how-its-made .accordion__line_bottom{top:auto;bottom:0}.how-its-made .accordion__header{margin-bottom:20px}@media only screen and (max-width:767px){.how-its-made .accordion__header{margin-bottom:0}}.how-its-made .accordion__content{max-width:100%}@media only screen and (max-width:767px){.how-its-made .accordion__content{width:auto;max-width:inherit;margin-left:-15px;margin-right:-15px}}.diamond-provenance{position:relative;max-width:1140px;margin:10px auto 100px;padding:40px 45px;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/img_DiamProvenanceBG_D.jpg);background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}@media only screen and (max-width:991px){.diamond-provenance{margin:0 auto 55px;padding:0;background:none;flex-direction:column;justify-content:flex-start}}.diamond-provenance__header{padding-top:40px;margin-left:10px;max-width:420px;color:#ffffff}@media only screen and (max-width:1024px){.diamond-provenance__header{margin-left:0;padding-top:50px;padding-right:15px}}@media only screen and (max-width:991px){.diamond-provenance__header{width:100%;padding:45px 15px;max-width:inherit;background:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/img_DiamProvenanceBG_M.jpg) no-repeat top;background-size:cover;text-align:center}}.diamond-provenance__header .heading{font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.88px;line-height:36px;text-transform:uppercase;margin-bottom:30px}@media only screen and (max-width:991px){.diamond-provenance__header .heading{font-size:24px;line-height:1.25;letter-spacing:0.5px;margin-bottom:20px}}@media only screen and (max-width:767px){.diamond-provenance__header .heading{font-size:20px;margin-bottom:15px}}.diamond-provenance__header p{letter-spacing:0.5px;font-size:18px;line-height:1.25}@media only screen and (max-width:991px){.diamond-provenance__header p{font-size:16px}}@media only screen and (max-width:767px){.diamond-provenance__header p{font-size:14px;letter-spacing:0.4px}.diamond-provenance__header p a{display:block}}.diamond-provenance__header p a{font-family:ProximaNovaBold;color:#ffffff;font-size:inherit}.diamond-provenance__header p a:hover{color:#ffffff;text-decoration:none}.diamond-provenance__details{position:relative;background:#ffffff;min-width:575px;padding:35px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;box-shadow:4px 4px 10px 2px rgba(0,0,0,0.13);color:#413f41;font-size:16px}@media only screen and (max-width:991px){.diamond-provenance__details{width:100%;min-width:auto;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-radius:0}}@media only screen and (max-width:767px){.diamond-provenance__details{padding:20px 15px}}.diamond-provenance .provenance-details__item{position:relative;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;width:100%;min-height:115px}@media only screen and (max-width:767px){.diamond-provenance .provenance-details__item{align-items:center;min-height:85px;padding-bottom:30px;padding-right:20px}}.diamond-provenance .provenance-details__item:before{content:'';position:absolute;width:3px;background:#332f4e;top:0;bottom:-1px;left:42px;z-index:1}.diamond-provenance .provenance-details__item:last-child{min-height:auto;padding-bottom:0}.diamond-provenance .provenance-details__item:last-child:before{display:none}.diamond-provenance .provenance-details__item .icon{position:relative;display:block;flex:0 0 85px;margin-right:25px;overflow:hidden;z-index:2}.diamond-provenance .provenance-details__item .icon .icon-origin{position:absolute;width:24px;height:24px;bottom:20px;right:17px}@media only screen and (max-width:767px){.diamond-provenance .provenance-details__item .icon .icon-origin{width:16px;height:16px;bottom:25px;right:22px}}@media only screen and (max-width:767px){.diamond-provenance .provenance-details__item .icon{margin-right:22px}}.diamond-provenance .provenance-details__item .icon_origin:before{position:absolute;display:block;bottom:19px;right:17px;width:25px;height:25px;border:1px solid #fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;overflow:hidden;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_diamondOriginFlag_s-africa.svg);background-size:contain;background-repeat:no-repeat;background-color:#ffffff}.diamond-provenance .provenance-details__item .icon_origin-south-africa:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_diamondOriginFlag_s-africa.svg)}.diamond-provenance .provenance-details__item .icon_origin-brazil:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_diamondOriginFlag_brazil.svg)}.diamond-provenance .provenance-details__item .icon_origin-canada:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_diamondOriginFlag_canada.svg)}.diamond-provenance .provenance-details__item .icon_origin-russia:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_diamondOriginFlag_russia.svg)}.diamond-provenance .provenance-details__item .icon img{max-width:100%}.diamond-provenance .provenance-details__item .details{position:relative;padding-top:15px;font-size:16px;letter-spacing:0.5px;line-height:1.2;color:#413F41;text-align:left;width:100%}@media only screen and (max-width:767px){.diamond-provenance .provenance-details__item .details{padding-top:0}}.diamond-provenance .provenance-details__item .details .title{font-family:ProximaNovaBold;color:inherit}.diamond-provenance .provenance-details__item .details .show-video{position:absolute;display:flex;align-items:center;top:15px;right:0;font-size:16px;letter-spacing:0.5px;line-height:1.2;font-family:ProximaNovaBold;color:#51aceb;cursor:pointer}@media only screen and (max-width:767px){.diamond-provenance .provenance-details__item .details .show-video{top:0}}.diamond-provenance .provenance-details__item .details .show-video:before{content:'';background-image:url(../../frontend/Rockher/Winter/en_US/images/diamonds-lp/play-circle-solid_purple.svg);width:18px;height:20px;background-repeat:no-repeat;display:inline-block;margin-right:5px}.modal-provenance-video .modal-header{padding:45px 35px 0;margin-bottom:0}.modal-provenance-video .provenance-video-wrap{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}@media only screen and (max-width:767px){.modal-provenance-video .provenance-video-wrap{padding-bottom:0;padding-top:0;height:auto}}.modal-provenance-video .provenance-video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width:767px){.modal-provenance-video .provenance-video-wrap iframe{position:relative;height:280px}}.product-reviews-counts{position:relative;margin-top:15px;clear:both}.product-reviews-counts .trustpilot-widget{position:relative}.product-reviews-counts .trustpilot-widget:before{content:'';position:absolute;top:0;bottom:auto;left:0;right:0;width:105px;z-index:999;cursor:pointer}@media only screen and (max-width:991px){.product-reviews-counts .trustpilot-widget:before{width:auto;right:0;bottom:0}}.no-touch .product-reviews-counts .trustpilot-widget:hover iframe:nth-of-type(2){display:block !important}.no-touch .product-reviews-counts .trustpilot-widget:hover:before{width:auto;bottom:0}.product-reviews-counts .trustpilot-widget iframe:nth-of-type(1){transform:translateX(-40px)}@media only screen and (max-width:767px){.product-reviews-counts .trustpilot-widget iframe:nth-of-type(1){transform:none}}.product-reviews-container{position:relative;padding-top:50px}@media only screen and (max-width:767px){.product-reviews-container{padding-top:25px;padding-bottom:25px}}.product-reviews-container .trustpilot-widget{max-width:1140px;margin:0 auto;padding:0 15px}.product-reviews-container .trustpilot-widget iframe{margin:0 auto}@media only screen and (max-width:1024px){.product-reviews-container .trustpilot-widget iframe{max-width:990px}}@media only screen and (max-width:991px){.product-reviews-container .trustpilot-widget iframe{max-width:750px}}@media only screen and (max-width:767px){.product-reviews-container .trustpilot-widget iframe{max-width:350px}}.setting-only-modal .modal-dialog{width:600px;margin-top:75px}@media only screen and (max-width:991px){.setting-only-modal .modal-dialog{margin:30px auto}}@media only screen and (max-width:767px){.setting-only-modal .modal-dialog{width:auto;max-width:460px;margin:10px}}.setting-only-modal .modal-header{padding-top:40px}.setting-only-modal .image{max-width:250px;margin:0 auto 10px}.setting-only-modal .image img{max-width:100%}.setting-only-modal .caption{font-size:16px;letter-spacing:0.5px;line-height:1.2;text-align:center;margin-bottom:15px}.setting-only-modal__form{max-width:450px;margin:30px auto 0}@media only screen and (max-width:767px){.setting-only-modal__form{margin-top:15px}}.setting-only-modal__form .row{margin-left:-7px;margin-right:-7px}.setting-only-modal__form .field{margin-bottom:20px}.setting-only-modal__form .mat-input{padding-left:7px;padding-right:7px}@media only screen and (max-width:991px){.setting-only-modal__form .mat-input:not(:last-child){margin-bottom:30px}}.setting-only-modal__loader{position:absolute;width:100%;height:100%;background-color:#0000001f;z-index:10;justify-content:center;align-items:center;display:none}.setting-only-modal .help-msg{position:relative;padding-left:45px;font-size:14px;letter-spacing:0.4px;line-height:1.2;margin-bottom:25px}.setting-only-modal .help-msg a{font-size:inherit}.setting-only-modal .help-msg:before{content:'';position:absolute;top:-2px;left:0;width:34px;height:30px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_liveChatGemologist.svg);background-repeat:no-repeat}@media only screen and (max-width:767px){.setting-only-modal .help-msg:before{top:3px}}.setting-only-modal .form-captcha{display:flex;flex-direction:row;justify-content:center;margin:0 auto 20px}.setting-only-modal .bottom{text-align:center}@media only screen and (max-width:767px){.setting-only-modal .bottom .g-btn{width:100%;max-width:320px}}.setting-only-modal .success-msg,.setting-only-modal .success-msg-request-only{display:none;background:#ffffff;position:absolute;top:0;left:0;right:0;bottom:10px;z-index:10;font-family:ProximaNovaBold;font-size:16px;line-height:1.25}.setting-only-modal .success-msg>div,.setting-only-modal .success-msg-request-only>div{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;height:100%}.enternity-product-right .button.btn-cart a{font-size:16px;letter-spacing:2px;color:#ffffff;font-family:ProximaNovaSBold}.catalog-product-view #gia_info .modal-dialog,.diamondsearch-index-view #gia_info .modal-dialog{margin-top:75px;width:100%;max-width:900px}@media only screen and (max-width:767px){.catalog-product-view #gia_info .modal-dialog,.diamondsearch-index-view #gia_info .modal-dialog{width:auto}}.catalog-product-view #gia_info .popup-text,.diamondsearch-index-view #gia_info .popup-text{max-width:450px;margin-left:auto;margin-right:auto}.catalog-product-view .custom-design-main,.diamondsearch-index-view .custom-design-main{padding-top:0;margin-top:-30px}@media only screen and (max-width:767px){.catalog-product-view .custom-design-main,.diamondsearch-index-view .custom-design-main{margin-top:0}}.catalog-product-view .custom-design-main .popup-text,.diamondsearch-index-view .custom-design-main .popup-text{margin-bottom:25px;text-align:center}.catalog-product-view .custom-design-main .fieldset,.diamondsearch-index-view .custom-design-main .fieldset{max-width:380px;margin:0 auto}.catalog-product-view .custom-design-main .g-input,.diamondsearch-index-view .custom-design-main .g-input{width:100%}.catalog-product-view .custom-design-main .g-btn,.diamondsearch-index-view .custom-design-main .g-btn{display:block;width:100%;max-width:320px;margin:0 auto;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.catalog-product-view .custom-design-main .g-field.newsletter input,.diamondsearch-index-view .custom-design-main .g-field.newsletter input{display:inline;width:20px;height:15px;margin:0;cursor:pointer}.catalog-product-view .custom-design-main .g-field.newsletter label,.diamondsearch-index-view .custom-design-main .g-field.newsletter label{text-align:center;display:inline;vertical-align:text-bottom;cursor:pointer}.media-bottomtext-container{text-align:center;margin-bottom:10px;display:flex;justify-content:space-evenly;align-items:center;width:95%}@media (min-width:1024px){.media-bottomtext-container{padding-left:90px}}.media-bottomtext-container .price-box .special-price{padding-left:0}.product.media{text-align:center;z-index:1}.product.media .gallery-placeholder{width:100%;margin-top:20px}@media only screen and (max-width:767px){.product.media .gallery-placeholder{margin-top:0}}.product.media .gallery-placeholder__image{max-width:550px}.product.media .gallery-placeholder .fotorama__fullscreen-icon{display:none !important}.product.media .diamond-video-container{width:260px;height:260px;display:inline-block;margin-top:36px}@media (min-width:1024px){.product.media .diamond-video-container{float:right;margin-top:0}}.page-product-configurable .gallery-placeholder__image{visibility:hidden}.page-product-configurable .gallery-placeholder._block-content-loading:after{content:'';background-image:url(../../frontend/Rockher/Winter/en_US/images/loader-1.gif);bottom:0;height:64px;left:0;margin:auto;position:absolute;right:0;top:0;width:64px;z-index:100}@media (min-width:1024px){.rockher_ringbuilder-index-review .product.media .gallery-placeholder{width:53%;margin-top:0}}@media (min-width:1200px){.rockher_ringbuilder-index-review .product.media .gallery-placeholder{width:55%;float:left}}.rockher_ringbuilder-index-review .fotorama-item.fotorama{max-height:320px}.discount-price-product-view{color:#e1c864;font-weight:bold;margin:0 15px}.yotpo-main-widget .promoted-products-box{display:none !important}@media only screen and (max-width:767px){.tooltip-btn{display:none}}@media only screen and (max-width:991px){.catalog-category-view .cate_name{display:block;padding:10px}}@media only screen and (max-width:991px){.catalog-category-view .amshopby-filter-mobile{margin-top:61px}}.catalog-category-view .amshopby-filter-mobile .resetfilter{display:block;top:1px}.catalog-category-view .amshopby-filter-mobile.with-reset{justify-content:flex-start}@media only screen and (max-width:991px){.catalog-category-view .resetfilter{top:-21px;right:0;display:none}}.catalog-category-view .discount-price-product-view{display:none}.catalog-category-view .towishlist.active .help-img path{fill:#443879;stroke:#443879}@media only screen and (max-width:767px){.catalog-category-view .complete-rings-container{margin-top:0}}.catalog-category-view .build-er__icon-block{margin:15px auto}@media only screen and (max-width:767px){.catalog-category-view .build-er__icon-block{margin:20px auto 15px}}.catalog-category-view .build-er__text{text-align:center;font-size:16px}.catalog-category-view .build-er__text em{letter-spacing:0}.catalog-category-view .page-title-wrapper{display:none}.catalog-category-view .block.filter{margin:0}@media only screen and (max-width:767px){.amshopby-narrow-by-list .amshopby-filter-mobile .filter-item{float:none;width:75px;justify-content:center;padding:0}.amshopby-narrow-by-list .amshopby-filter-mobile .filter-item dt:after{display:none}.amshopby-narrow-by-list .amshopby-filter-mobile .filter-item.Shape{display:flex}.amshopby-narrow-by-list .amshopby-filter-mobile.with-reset .filter-item{width:65px}}@media only screen and (max-width:991px){.amshopby-filters-top .active-filter.clearfix.is-active{display:inline-block;position:relative;top:5px;left:50%;transform:translateX(-50%)}}@media only screen and (max-width:767px){.amshopby-filters-top .active-filter.clearfix.is-active{display:flex;top:auto;left:auto;transform:none;padding:7px 0;align-items:center;justify-content:center}}.amshopby-filters-top .active-filter.clearfix.is-active.with-reset{justify-content:flex-start}.amshopby-filters-top.responsive-block-nav #narrow-by-list .active-filter{display:none}.amshopby-filters-top.responsive-block-nav #narrow-by-list .active-filter.is-active{display:flex}@media only screen and (max-width:991px){.amshopby-filters-top.responsive-block-nav #narrow-by-list .active-filter.is-active dt span#active-shape{display:none}}@media only screen and (max-width:767px){.amshopby-filters-top.responsive-block-nav #narrow-by-list .active-filter.is-active dt{float:none;width:75px;padding:0;display:inherit;justify-content:center}.amshopby-filters-top.responsive-block-nav #narrow-by-list .active-filter.is-active dt span{width:100%;padding:0;float:none}.amshopby-filters-top.responsive-block-nav #narrow-by-list .active-filter.is-active dt span#active-price,.amshopby-filters-top.responsive-block-nav #narrow-by-list .active-filter.is-active dt span#active-metal{width:100%}.amshopby-filters-top.responsive-block-nav #narrow-by-list .active-filter.is-active dt span#active-shape{display:inline}}.amshopby-filters-top.responsive-block-nav #narrow-by-list .active-filter.is-active.with-reset dt{width:65px}.amshopby-filters-top #narrow-by-list li{display:inline-block;width:auto;float:none}@media only screen and (max-width:991px){.amshopby-filters-top #narrow-by-list li{display:inline-block !important;margin-left:0}}@media only screen and (max-width:991px){.amshopby-filters-top #narrow-by-list .pricesize li{display:block !important}}@media only screen and (max-width:767px){.amshopby-filters-top #narrow-by-list .filtercategories{float:none}}.amshopby-filters-top #narrow-by-list li.center_shape_availability{float:left;width:50%;margin-left:0}.amshopby-filters-top #narrow-by-list li.center_shape_availability label{text-transform:capitalize;font-size:15px;color:#413a60;font-style:italic;font-weight:normal;padding-top:14px;padding-left:15px;cursor:pointer}@media only screen and (max-width:767px){.amshopby-filters-top #narrow-by-list li.center_shape_availability{float:none;width:50%}.amshopby-filters-top #narrow-by-list li.center_shape_availability a{float:none;display:block;margin:5px auto;padding-left:10px;padding-right:10px}.amshopby-filters-top #narrow-by-list li.center_shape_availability a label{float:none;font-weight:normal;font-size:12px;font-style:normal;padding:0}}.amshopby-filters-top .amshopby-narrow-by-list .filterpos0.Sub.Style .Price{width:80%}@media only screen and (max-width:767px){.catalog-category-view .amshopby-page-container>.container{padding-left:0;padding-right:0}}@media only screen and (max-width:767px){.bottom-description{margin-bottom:0;padding-bottom:0}}@media (min-width:993px) and (max-width:1024px){.amshopby-narrow-by-list .Shape,.amshopby-narrow-by-list .Price,.amshopby-narrow-by-list .Style,.amshopby-narrow-by-list .Metal{display:inline-block;text-align:left}}@media (min-width:993px) and (max-width:1024px){.amshopby-narrow-by-list table td.Sub.Style,.amshopby-narrow-by-list table td.Shape,.amshopby-narrow-by-list table td.Metal.Type{width:45%}}@media (min-width:993px) and (max-width:1024px){.amshopby-filters-top #narrow-by-list tr td dd ol div li{margin-left:10px;padding-top:5px}}@media only screen and (max-width:1200px){.catalog-category-view .cate_name{display:block;top:20px}}.category-top-engagement-rings .category-products,.category-recently-purchased .category-products{padding-top:90px}@media only screen and (max-width:991px){.category-top-engagement-rings .category-products,.category-recently-purchased .category-products{padding-top:30px}}@media only screen and (max-width:767px){.category-top-engagement-rings .category-products,.category-recently-purchased .category-products{padding-top:0px}}@media only screen and (max-width:767px){.category-top-engagement-rings .category-products{padding-top:25px}}.category-mens-wedding-bands-top-10-sellers .products-list,.category-womens-wedding-bands-top-10-sellers .products-list{padding-top:25px}.page-products #maincontent .columns{padding-top:0}.page-products #maincontent .seen_in{margin-left:20px;color:#060606}@media only screen and (max-width:991px){.page-products #maincontent .seen_in{display:none}}@media only screen and (max-width:767px){.page-products #maincontent .seen_in{display:none}}.page-products #maincontent .hp-section.press-logos{padding-bottom:unset;margin-bottom:unset}.page-products #maincontent .hp-section.press-logos .inner{width:100%;padding-left:unset;padding-right:unset}.page-products #maincontent .hp-section.press-logos .inner .items{padding-bottom:10px;padding-top:0;opacity:0.3;border-top:unset;border-bottom:unset}@media only screen and (max-width:1024px){.page-products #maincontent .hp-section.press-logos .inner{overflow-x:scroll}}@media only screen and (max-width:1440px){.page-products #maincontent .hp-section.press-logos .inner{overflow-x:scroll}}@media only screen and (max-width:991px){.page-products #maincontent .hp-section.press-logos{display:none}}@media only screen and (max-width:767px){.page-products #maincontent .hp-section.press-logos{display:none}}.page-products .messages{display:none}.toolbar-main .toolbar-max{max-width:1260px;margin:0 auto}@media only screen and (max-width:767px){.toolbar-main .toolbar-max{padding:0;margin-bottom:10px}}@media only screen and (max-width:991px){.col1-layout .sorter{width:41%;margin-right:0;float:right}}@media only screen and (max-width:767px){.col1-layout .sorter{width:100%;float:none;text-align:center}}@media only screen and (max-width:991px){.toolbar-max .sorter>.sort-by{display:block}}@media only screen and (max-width:767px){.toolbar-max .sorter>.sort-by{margin-top:5px;margin-bottom:15px;float:none}}@media only screen and (max-width:767px){#amshopby-page-container .category-products .toolbar .sorter label{float:none}}@media only screen and (max-width:991px){.product-name-count{padding-top:3px}}@media only screen and (max-width:767px){#amshopby-page-container .sorter>.sort-by select{font-size:16px;width:215px}}@media only screen and (max-width:767px){#advanced-filters .input-sm.number{font-size:16px;height:30px}}@media only screen and (max-width:767px){#advanced-filters .price-symbol{top:8px;font-size:14px;line-height:1}}#amshopby-page-container .block.block-layered-nav.amshopby-filters-top.responsive-block-nav{display:none !important}.catalog-category-view .cate_name{padding-top:15px;top:0;padding-bottom:0;position:relative}@media only screen and (max-width:767px){.catalog-category-view .cate_name{top:0;padding-top:0;padding-bottom:10px}}.catalog-category-view .cate_name .cate-name-wrap{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:20px}@media only screen and (max-width:767px){.catalog-category-view .cate_name .cate-name-wrap{flex-direction:column;margin-bottom:10px}}.catalog-category-view .cate_name .cate-name-wrap h1.cat_name{margin:0}.catalog-category-view .cate_name .cate-name-wrap .budget-input-wrap{position:relative;margin-left:20px}.catalog-category-view .cate_name .cate-name-wrap .budget-input-wrap:before{content:'$';position:absolute;top:3px;left:-20px;font-size:28px;font-family:HaboroContrast-NormBook;color:#413f41;line-height:1.4;text-transform:uppercase}@media only screen and (max-width:767px){.catalog-category-view .cate_name .cate-name-wrap .budget-input-wrap{margin:5px 0 0;text-align:center}}.catalog-category-view .cate_name .cate-name-wrap .budget-input-wrap input{width:120px;height:45px;font-size:28px;font-family:HaboroContrast-NormBook;color:#443879;border:1px solid #443879;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;outline:none}@media only screen and (max-width:767px){.catalog-category-view .cate_name .cate-name-wrap .budget-input-wrap input{text-align:center}}.catalog-category-view .cate_name .cate-name-wrap .budget-input-wrap .error{position:absolute;top:50%;transform:translate(0, -50%);left:100%;color:#b90017;font-size:12px;font-family:ProximaNovaBold;min-width:165px;margin-left:10px}@media only screen and (max-width:1024px){.catalog-category-view .cate_name .cate-name-wrap .budget-input-wrap .error{top:100%;left:50%;transform:translate(-50%, 0);margin:5px 0 0}}@media only screen and (max-width:767px){.catalog-category-view .cate_name .cate-name-wrap .budget-input-wrap .error{position:relative;top:auto;left:auto;transform:none;display:block;margin-top:5px}}.catalog-category-view .cate_name h1.cat_name{font-size:28px;font-family:HaboroContrast-NormBook;text-transform:uppercase;line-height:1.4;color:#413F41}@media only screen and (max-width:767px){.catalog-category-view .cate_name h1.cat_name{font-size:22px;margin:0;padding:0;letter-spacing:0.36px}}.catalog-category-view .cate_name .category-description{max-width:640px;color:#413F41;font-size:16px;font-family:'ProximaNovaReg';letter-spacing:0.5px;line-height:1.2;float:none;margin:0 auto;font-style:normal}.catalog-category-view .cate_name .category-description p.title{margin:10px 0 10px 0}.catalog-category-view .cate_name .category-description p{margin:5px 0 5px 0}.catalog-category-view .cate_name .help-text{text-align:center;font-family:ProximaNovaReg;font-size:16px;letter-spacing:0.5px;line-height:1.2}@media only screen and (max-width:767px){.catalog-category-view .cate_name .help-text a{display:inline-block;padding-top:10px}}.category-products #ajax_loader{position:fixed;top:0;left:0;right:0;bottom:0;width:auto;height:auto;z-index:999999;background-color:rgba(255,255,255,0.55)}.category-products #ajax_loader .Spinner{position:absolute;top:50%;left:50%;margin-top:-14px;margin-left:-14px}.category-products_completed .sorter{display:none}@media only screen and (max-width:767px){.products-grid{padding:0}}.desktop-product-list .products-grid_completed{padding-left:0;padding-right:0}@media only screen and (max-width:991px){.products-grid>li:nth-child(3n+1){clear:none}.products-grid>li:nth-child(2n+1){clear:both}}@media only screen and (max-width:991px){.products-grid--max-3-col li{width:50%}}@media only screen and (max-width:767px){.products-grid--max-3-col li{width:100%}}.products-grid li.item{min-height:auto;justify-content:flex-start;padding:10px}@media only screen and (max-width:1024px){.products-grid li.item{min-height:auto}}@media only screen and (max-width:767px){.products-grid li.item{min-height:auto;width:50%;max-width:352px;padding:5px;float:left}.products-grid li.item.active{background:#F3F3F7}}.products-grid li.item .item-container{border:1px solid #e8e8e8;padding-top:5px}.products-grid .item .product-3d-btn{position:absolute;left:10px;bottom:28px;padding-left:55px;min-height:48px;font-size:14px;letter-spacing:0.44px;color:#413f41;cursor:pointer;z-index:5}.products-grid .item .product-3d-btn .text{display:none;line-height:48px}.products-grid .item .product-3d-btn:before{content:'';position:absolute;left:0;top:50%;width:48px;height:48px;transform:translate(0, -50%);background-image:url(../../frontend/Rockher/Winter/en_US/images/btn-3d-logo.svg);background-repeat:no-repeat;background-position:center;cursor:pointer}@media only screen and (max-width:767px){.products-grid .item .product-3d-btn:before{width:32px;height:32px;background-image:url(../../frontend/Rockher/Winter/en_US/images/btn-3d-logo_sm.svg)}}@media only screen and (max-width:1024px){.products-grid .item .product-3d-btn{bottom:48px}}@media only screen and (max-width:991px){.products-grid .item .product-3d-btn{bottom:33px}}@media only screen and (max-width:767px){.products-grid .item .product-3d-btn{min-height:32px;bottom:8px;padding-left:40px;line-height:32px}}.products-grid .item .sale-label{position:absolute;top:19px;left:5px}@media only screen and (max-width:1200px){.products-grid .item .sale-label{top:39px}}@media only screen and (max-width:991px){.products-grid .item .sale-label{top:23px}}@media only screen and (max-width:767px){.products-grid .item .sale-label{top:0}}.products-grid .item .sale-label:before{content:'';position:absolute;top:0;left:0;border:38px solid #b4efd7;border-left-width:36px;border-right-width:36px;border-color:#b4efd7 transparent transparent #b4efd7;z-index:5}.products-grid .item .sale-label div{position:relative;font-size:13px;text-transform:uppercase;width:35px;display:block;text-align:center;line-height:1.2;top:7px;left:5px;letter-spacing:0.4px;z-index:10}.products-grid .item .sale-label_pink:before{border-color:#f9cac8 transparent transparent #f9cac8}.products-grid .item .sale-label_yellow:before{border-color:#ffe594 transparent transparent #ffe594}.products-grid .item .sale-label_round{top:0}@media only screen and (max-width:767px){.products-grid .item .sale-label_round{top:8px;left:8px}}.products-grid .item .sale-label_round:before{display:none}.products-grid .item .sale-label_round div{background-size:contain;background-repeat:no-repeat;background-position:top left;height:61px;top:auto;left:auto;color:#302ba7;letter-spacing:-0.65px;font-family:ProximaNovaSBold;width:65px;padding:10px 0 0;font-size:14px;line-height:15px}@media only screen and (max-width:767px){.products-grid .item .sale-label_round div{width:44px;width:54px;height:44px;font-size:12px;line-height:12px;padding:17px 0 0;letter-spacing:0}}.products-grid .item .action.towishlist{position:absolute;top:23px;right:24px}@media only screen and (max-width:767px){.products-grid .item .action.towishlist{top:30px;right:15px}}.products-grid .item__inner{position:relative;width:352px;margin:0 auto;color:#413f41;border:1px solid #e8e8e8;box-shadow:0 2px 6px 0 #e8e8e8;padding-top:25px}.no-touch .products-grid .item__inner:hover{box-shadow:4px 4px 6px 0 #d0d0d0}@media only screen and (max-width:1200px){.products-grid .item__inner{max-width:302px}}@media only screen and (max-width:991px){.products-grid .item__inner{max-width:352px}}.products-grid .item__inner .sale-label{top:0;left:0}.products-grid .product-info-ghost-link{display:none}@media only screen and (max-width:767px){.products-grid .product-info-ghost-link{display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}}.products-grid .product-image-3d-preview{display:block;cursor:pointer}.products-grid .product-image-3d-wrapper{width:100%;cursor:grab;background-color:#e4e4e4}.products-grid .product-image-3d-wrapper.initialized{max-height:263px;overflow:hidden}@media only screen and (max-width:1200px){.products-grid .product-image-3d-wrapper.initialized{max-height:213px}}@media only screen and (max-width:991px){.products-grid .product-image-3d-wrapper.initialized{max-height:240px}}@media only screen and (max-width:767px){.products-grid .product-image-3d-wrapper.initialized{height:263px;max-height:263px}}@media (max-width:370px){.products-grid .product-image-3d-wrapper.initialized{height:auto;max-height:225px}}@media only screen and (max-width:767px){.products-grid .product-image-3d-wrapper{min-width:350px}}@media (max-width:370px){.products-grid .product-image-3d-wrapper{min-width:inherit}}.products-grid .product-image-3d-wrapper .product-image-3d{cursor:grab}.products-grid .product-image-3d-wrapper .product-image-3d:active{cursor:grabbing}.products-grid .product-image-3d-arrows{display:none;position:absolute;min-height:28px;top:50%;margin-top:-14px;left:15px;right:15px;z-index:2}.products-grid .product-image-3d-arrows:before,.products-grid .product-image-3d-arrows:after{content:'';position:absolute;width:64px;height:28px;top:0;background-repeat:no-repeat;background-size:contain}.products-grid .product-image-3d-arrows:before{left:0;background-image:url(../../frontend/Rockher/Winter/en_US/images/Arrow3dLeft@2x.png)}.products-grid .product-image-3d-arrows:after{right:0;background-image:url(../../frontend/Rockher/Winter/en_US/images/Arrow3dRight@2x.png)}.products-grid .product-image-3d-arrows span{position:absolute;right:0;width:64px;height:64px;top:75px;background-image:url(../../frontend/Rockher/Winter/en_US/images/xr_hand.gif);-webkit-background-size:contain;background-size:contain;z-index:2}.products-grid .product-image{min-height:250px;max-width:350px;margin-left:auto;margin-right:auto;background-color:#ffffff}@media only screen and (max-width:767px){.products-grid .product-image{margin-bottom:0;width:auto;min-height:auto}}.products-grid .product-image_720{max-width:350px;margin-left:auto;margin-right:auto;margin-bottom:5px;min-height:300px;display:flex;justify-content:center}@media only screen and (max-width:1200px){.products-grid .product-image_720{max-width:295px}}@media only screen and (max-width:991px){.products-grid .product-image_720{max-width:340px}}@media only screen and (max-width:767px){.products-grid .product-image_720{width:100%;max-width:350px;min-height:225px;margin-bottom:0}}.products-grid .product-image_720 img{max-width:100% !important}.products-grid .product-image_720:hover .product-3d-btn .text{display:block}@media only screen and (max-width:767px){.products-grid .product-image_720:hover .product-3d-btn .text{display:none}}.products-grid .product-image .loader{display:none;position:absolute;top:50%;left:50%;width:28px;height:28px;margin-left:-14px;margin-top:-14px}.products-grid .product-image img{width:240px;height:240px}@media only screen and (max-width:767px){.products-grid .product-image img{width:160px;height:160px}}.products-grid .product-image video{display:none;height:100%;min-height:300px}.products-grid .product-image .hover-image{display:none}.products-grid .product-image:hover .product-image-grid-photo.hover-image{display:block}.products-grid .product-image:hover .product-image-grid-photo{display:none}.products-grid .product-image:hover .product-image-grid-photo.no-hover{display:block}.products-grid .product-badge{position:absolute;background-repeat:no-repeat;width:95px;height:59px;right:-10px;top:200px;z-index:99}.products-grid .product-badge_smp{background-image:url(../../frontend/Rockher/Winter/en_US/images/product-listing/badge_StyleMePretty.svg);background-position:0 0;right:7px}.products-grid .product-badge_gws{background-image:url(../../frontend/Rockher/Winter/en_US/images/product-listing/badge_GWS.png);background-size:contain;width:99px;height:59px;right:7px}@media only screen and (max-width:767px){.products-grid .product-badge{top:140px;right:0;width:73px;height:44px;background-size:contain}}.products-grid_completed .item .product-3d-btn{bottom:10px}@media only screen and (max-width:767px){.products-grid_completed .product-badge{top:280px;-webkit-background-size:auto;background-size:auto;width:95px;height:59px}}.products-grid_completed .product-badge_smp{right:-7px}.products-grid_completed .product-badge_gws{right:-10px;background-size:contain;width:99px;height:59px}.products-grid_completed .product-image{min-height:263px;margin-bottom:0}@media only screen and (max-width:767px){.products-grid_completed .product-image img{max-width:250px}}.products-grid_completed .product-image_720{min-height:263px}@media only screen and (max-width:1200px){.products-grid_completed .product-image_720{max-width:300px}}@media only screen and (max-width:991px){.products-grid_completed .product-image_720{max-width:350px}}.products-grid_completed .products-info .price-box{display:block}.products-grid_completed .products-info .price-box .old-price{margin-right:0}@media only screen and (max-width:767px){.products-grid_completed .item__inner{width:100%}}.products-grid li:hover.item .product-image+.addtofav a{display:block;width:28px;height:24px;background-image:url(../../frontend/Rockher/Winter/en_US/images/IC_Wishlist.svg);background-repeat:no-repeat}.products-grid li:hover.item .product-image+.addtofav a:hover{background-image:url(../../frontend/Rockher/Winter/en_US/images/IC_Wishlist_hover.svg)}.products-grid li:hover.item .product-image+.addtofav a.wishlist-active-icon{background-image:url(../../frontend/Rockher/Winter/en_US/images/wishlist-icon-full.svg);margin:0 auto}.products-grid li:hover.item .product-image+.addtofav img{display:none}.products-grid li:hover.item .product-image+.addtofav span{font-size:16px;color:#443879;font-weight:bold}.products-grid li:hover.item .product-image_720+.addtofav{z-index:555;top:40px}@media only screen and (max-width:1024px){.products-grid li:hover.item .product-image_720+.addtofav{top:60px}}.products-grid .product-name a{font-family:'ProximaNovaReg';font-weight:normal;font-size:16px;text-align:center;color:#413F41;height:auto;min-height:40px;max-width:345px;letter-spacing:0.5px}.products-grid .product-name a .m-value{display:none}@media only screen and (max-width:767px){.products-grid .product-name a{font-size:14px;height:60px;max-width:200px;text-align:center;padding-left:0;padding-right:0}body[class*="-earrings"] .products-grid .product-name a,body[class*="-diamond-studs"] .products-grid .product-name a{height:auto}.products-grid .product-name a .m-value{display:block}}.category-products_completed .products-grid .product-name a{height:auto;max-width:325px}@media only screen and (max-width:767px){.products-grid .product-name{margin-top:0;margin-bottom:0}}.products-grid .product-name div.desc{height:73px}.products-grid .product-collection-name{font-family:HaboroContrast-NormBook;font-size:24px;color:#443879;letter-spacing:0.5px;margin-bottom:5px;text-transform:uppercase;text-align:center}.products-grid .product-collection-name a{color:#443879}@media only screen and (max-width:767px){.products-grid .product-collection-name{font-size:16px;margin-bottom:0;text-align:center}}.products-grid .product-star-rating{margin:5px 0;display:flex;flex-direction:row;align-items:center;justify-content:center}.products-grid .product-star-rating .star-item{width:20px;height:20px;margin:0 2px;background:#dcdce6}@media only screen and (max-width:767px){.products-grid .product-star-rating .star-item{width:16px;height:16px}}.products-grid .product-star-rating .star-item img{max-width:100%}.products-grid .product-star-rating_5 .star-item{background-color:#00b67a}.products-grid .product-star-rating_4 .star-item:nth-last-child(n+2){background-color:#73cf11}.products-grid .product-star-rating_3 .star-item:nth-last-child(n+3){background-color:#ffce00}.products-grid .product-star-rating_2 .star-item:nth-last-child(n+4){background-color:#ff8622}.products-grid .product-star-rating_1 .star-item:nth-last-child(n+5){background-color:#ff3722}.products-grid .product-name-item{display:flex;flex-direction:row;justify-content:space-between;padding:0 15px;margin-bottom:5px}@media only screen and (max-width:767px){.products-grid .product-name-item{position:relative;padding:0 10px 10px}.products-grid .product-name-item:not(:last-of-type){padding-bottom:20px}.products-grid .product-name-item:not(:last-of-type):after{content:'';position:absolute;bottom:10px;left:10px;right:10px;border-top:1px solid #e8e8e8}}.products-grid .product-name-item .title{position:relative;max-width:240px;padding-left:30px;text-align:left;font-size:16px;letter-spacing:0.5px;line-height:19px}.products-grid .product-name-item .title:before{content:'';position:absolute;top:2px;left:0}.products-grid .product-name-item .title_setting{height:57px;overflow:hidden}.products-grid .product-name-item .title_setting:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/product-listing/icon_complete-ring_setting.svg);width:22px;height:24px}.products-grid .product-name-item .title_diamond{font-size:17px;margin-bottom:5px}.products-grid .product-name-item .title_diamond+.right-box{font-size:17px}.products-grid .product-name-item .title_diamond:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/product-listing/icon_complete-ring_diamond.svg);width:22px;height:20px}.products-grid .product-name-item .right-box{min-width:85px;text-align:right;font-size:16px;letter-spacing:0.5px;line-height:20px}.products-grid .product-name-item .right-box .price{font-family:HaboroContrast-NormBook;font-weight:normal}.products-grid .product-props{margin:7px 0;text-transform:none;text-align:center;font-size:14px;font-family:'ProximaNovaReg';color:#413f41}@media only screen and (max-width:767px){.products-grid .product-props{display:none}}.products-grid .product-props .carat-value{margin-left:5px}.products-grid .product-props .carat-value:before{content:'|';margin-right:10px}.products-grid .product-info .price-box{height:63px}.products-grid .product-info .price-box .regular-price .price{font-size:20px;font-family:HaboroContrast-NormBook;letter-spacing:1px;color:#443879;font-weight:normal}@media only screen and (max-width:767px){.products-grid .product-info .price-box .regular-price .price{font-size:16px}}.products-grid .product-info .price-box .old-price{font-weight:normal;font-size:16px}.products-grid .product-info .price-box .old-price .price{text-decoration:line-through;font-weight:normal;font-family:HaboroContrast-NormBook;color:#b6123c;font-size:16px}.products-grid .product-info .price-box .special-price{position:relative;display:inline;width:100%;max-width:100px;margin:3px auto 0;padding:0}@media only screen and (max-width:767px){.products-grid .product-info .price-box .special-price{margin:5px auto 0;max-width:90px;margin-top:0}}.products-grid .product-info .price-box .special-price .price{display:block;padding:4px 5px;font-family:HaboroContrast-NormBook;font-size:20px;color:#413F41;font-weight:normal;letter-spacing:1px;text-align:center}@media only screen and (max-width:767px){.products-grid .product-info .price-box .special-price .price{padding-top:1px;padding-bottom:0;font-size:16px}}.products-grid .product-info .price-box .special-price_inline{display:inline-block;display:none;width:auto;padding:0;margin-left:5px;position:initial}@media only screen and (max-width:767px){.products-grid .product-info .price-box .special-price_inline{display:inline-block;width:auto;max-width:inherit;text-align:center;margin-left:5px}}.products-grid .product-info .price-box .special-price_inline .price{background:none;padding:0;width:auto;display:inline;color:#443879}@media only screen and (max-width:767px){.products-grid .product-info .price-box .special-price_inline .price{font-size:20px}}.products-grid .product-info .price-box .special-price .counterdown-wrap{position:absolute;font-size:16px;font-family:'ProximaNovaBold';color:#413F41;line-height:1.2;letter-spacing:0.5px;display:none;left:50%;top:100%;transform:translate(-50%, 0);width:100%;max-width:240px;padding:3px 0;text-align:center;margin-top:5px}@media only screen and (max-width:767px){.products-grid .product-info .price-box .special-price .counterdown-wrap{display:none;left:50%;top:28px;padding:3px 5px;text-align:center;font-size:14px}.products-grid .product-info .price-box .special-price .counterdown-wrap .countdown{display:block}}.products-grid .product-info .price-box .special-price .counterdown-wrap span.counterdown{display:block}.products-grid_completed .product-info .price-box .regular-price{text-align:right;margin-top:0;font-size:16px}.products-grid_completed .product-info .price-box .regular-price .price{font-size:16px;color:#413f41;letter-spacing:0.5px;line-height:20px;font-weight:bold}.products-grid_completed .product-info .price-box .old-price .price{font-size:14px;letter-spacing:0.44px}.products-grid_completed .product-info .price-box .special-price{display:inline;width:auto;margin-top:0;text-align:right}.products-grid_completed .product-info .price-box .special-price .price{display:inline-block;background:#FFE594;font-size:16px;letter-spacing:0.5px;line-height:20px;padding:1px 6px}.products-grid li.item .product-info{padding:10px}.products-grid li.item .product-info .product-price-wrap .price-box{position:relative}.products-grid li.item .product-info .product-price-wrap .price-box a{text-decoration:none}@media only screen and (max-width:767px){.products-grid li.item .product-info{display:block !important;flex-direction:row;justify-content:space-between;background-color:transparent}.products-grid li.item .product-info .product-name-wrap{text-align:left}.products-grid li.item .product-info .product-price-wrap{text-align:center;width:auto}}.products-grid_completed li.item{min-height:inherit}.products-grid_completed li.item .product-info{background-color:transparent;color:#413f41}.products-grid_completed li.item .product-collection-name{margin:8px 0 7px;font-size:24px;line-height:1.4}@media only screen and (max-width:767px){.products-grid_completed li.item{border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;float:none;width:auto;max-width:352px;margin:0 auto 20px !important}.products-grid_completed li.item .product-info{display:block !important;padding:0}.products-grid_completed li.item .product-info .product-name-wrap{max-width:100%}.products-grid_completed li.item .product-info .product-collection-name{padding-left:40px;text-align:left}}.products-grid .product-bottom{position:relative;padding-top:9px;padding-bottom:9px;text-align:center}.products-grid .product-bottom:before{content:'';position:absolute;top:0;left:10px;right:10px;border-top:1px solid #e8e8e8}.products-grid .product-bottom span{font-size:14px}.products-grid .product-bottom .btn-details{display:none;width:175px;height:35px;font-size:14px;letter-spacing:1.75px;line-height:30px}@media only screen and (max-width:767px){.products-grid .product-bottom .btn-details{display:inline-block}}.products-grid_completed .product-bottom{display:flex;flex-direction:row;justify-content:space-between;margin-top:15px;padding:10px 15px;letter-spacing:0.5px;font-weight:bold}@media only screen and (max-width:767px){.products-grid_completed .product-bottom{align-items:center;margin-top:0}.products-grid_completed .product-bottom .right-box{text-align:right}.products-grid_completed .product-bottom .right-box span.show-mobile{font-size:14px;letter-spacing:0.44px;line-height:17px}}.products-grid_completed .product-bottom span{font-size:16px}.products-grid_completed .product-bottom:before{left:15px;right:15px}.products-grid_completed .product-bottom .price-box .price{font-family:HaboroContrast-NormBook;font-weight:bold;font-size:16px;color:#443879}.product-3dModal .modal-dialog{margin-top:200px;width:640px}.product-3dModal .modal-header{padding-top:30px;margin-bottom:0}.product-3dModal .modal-body{padding:0 30px 30px}.bottom-description{display:block;max-width:670px;margin:0 auto;text-align:center;background:#fff;padding:35px 15px 45px}.bottom-description h2{margin-bottom:20px;font-family:HaboroContrast-NormBook;font-size:20px;font-weight:normal;color:#413F41;text-transform:uppercase}.bottom-description p{font-size:16px;font-family:'ProximaNovaReg';line-height:1.25;color:#413F41;letter-spacing:0.5px}#amshopby-page-container .toolbar{padding:0;border:none}#amshopby-page-container .mobile-toolbar{display:block}#amshopby-page-container .desktop-toolbar{display:block}#amshopby-page-container .toolbar-max{float:none;padding:0}.product-toolbar-wrap{position:relative;margin:10px 0 0;padding-bottom:10px;border-bottom:1px solid #e8e8e8}.category-products_completed .product-toolbar-wrap{margin-bottom:0}@media only screen and (max-width:767px){.product-toolbar-wrap{border:none;margin:0;padding:0}.category-products_completed .product-toolbar-wrap{margin:0}}.product-toolbar-wrap .products-qty-mobile{font-family:'ProximaNovaReg';font-size:16px;text-align:center;background-color:#ffffff;position:absolute;top:100%;left:0;right:0;margin-top:5px}.category-products_completed .product-toolbar-wrap .products-qty-mobile{display:none}@media only screen and (max-width:767px){.product-toolbar-wrap .products-qty-mobile{display:block;margin-top:0;padding:5px 0}}.product-toolbar{position:relative}.product-toolbar__inner{position:relative;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;justify-content:space-between;background:#ffffff}@media only screen and (max-width:1200px){.product-toolbar__inner{flex-direction:column}.product-toolbar__inner .sorter{float:none;margin:10px 0 0;width:auto}}@media only screen and (max-width:767px){.product-toolbar__inner{display:block}.product-toolbar__inner .sorter{margin:0}}.product-toolbar.is-fixed{position:fixed;top:0 !important;left:0;right:0;z-index:999}@media only screen and (max-width:1200px){.product-toolbar.is-fixed{top:60px !important}}.product-toolbar.is-fixed .product-toolbar__inner{max-width:1140px;margin:0 auto;padding-top:10px;padding-bottom:10px;border-bottom:1px solid #e8e8e8}@media only screen and (max-width:767px){.product-toolbar.is-fixed .product-toolbar__inner{padding-top:0;padding-bottom:0;border-bottom:none}}.category-products_completed .product-toolbar.is-fixed .product-toolbar__inner{padding-top:15px}@media only screen and (max-width:767px){.category-products_completed .product-toolbar.is-fixed .product-toolbar__inner{padding-top:0}}.product-toolbar.is-fixed.filter-opened{z-index:222222}.product-toolbar__selected-results{width:100%;margin-top:5px;margin-bottom:10px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding-left:13px}@media only screen and (max-width:991px){.product-toolbar__selected-results{display:block;text-align:center;justify-content:center;margin-top:10px;padding-left:0}}@media only screen and (max-width:767px){.product-toolbar__selected-results{justify-content:flex-start;margin-top:0;padding:0;flex-wrap:wrap}}.product-toolbar__selected-results .reset-filters{font-size:16px;font-family:'ProximaNovaSbold';color:#060606;margin-left:10px}@media only screen and (max-width:767px){.product-toolbar__selected-results .reset-filters{margin-left:5px}}.product-toolbar .sorter{margin:-5px 0 0 0;padding:0;float:none;display:flex;align-items:center}.category-ai-curated-engagement-rings .product-toolbar .sorter{display:none !important}.product-toolbar .sorter label{margin:0;float:none;font-size:16px;font-family:ProximaNovaReg;font-weight:normal;letter-spacing:1px}.product-toolbar .sorter .sorter-options{margin:0;background-color:transparent;border-radius:0;border:none;box-shadow:none;font-size:16px;letter-spacing:1px;color:#292d34;padding:4px 10px;cursor:pointer}.product-toolbar .sorter .sorter-options:focus{box-shadow:none}.product-toolbar .sorter .sorter-action{display:none}@media only screen and (max-width:767px){.product-toolbar .sorter{justify-content:center;margin:5px 10px;display:none !important}}@media only screen and (max-width:767px){.product-toolbar__selected-results{padding-bottom:10px}}@media only screen and (max-width:991px){.selected-filter-items{overflow:auto}}.selected-filter-items ul{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin-bottom:0 !important}@media only screen and (max-width:991px){.selected-filter-items ul{padding:7px 0;flex-wrap:nowrap}}@media only screen and (max-width:767px){.selected-filter-items ul{padding-bottom:0}}.selected-filter-items ul li{margin-left:0 !important;margin-right:5px;margin-bottom:0}@media only screen and (max-width:991px){.selected-filter-items ul li{flex-shrink:0}}@media only screen and (max-width:767px){.selected-filter-items ul li{margin:3px !important}}.selected-filter-item{display:block;position:relative;line-height:1.2;font-family:'ProximaNovaSbold';color:#413F41;font-size:16px;padding:5px 30px 5px 15px;background:#f1f1f1;-webkit-border-radius:45px;-moz-border-radius:45px;border-radius:45px;cursor:default}.no-touch .selected-filter-item:hover{background:#7c7593;color:#ffffff}.no-touch .selected-filter-item:active{background:#f9f9f9;color:#443879}.selected-filter-item .remove{position:absolute;top:9px;right:10px;width:12px;height:12px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_modal-close_xs_purple.svg);background-repeat:no-repeat;background-position:center;cursor:pointer}@media only screen and (max-width:767px){.selected-filter-item .remove{background-position:right 50%;background-size:12px;width:auto;height:auto;top:0;bottom:0;left:0;right:10px}}.no-touch .selected-filter-item:hover .remove{filter:brightness(0) invert(1)}.no-touch .selected-filter-item:active .remove{filter:none}.product-toolbar-mobile{display:none}@media only screen and (max-width:767px){.product-toolbar-mobile{display:block}}.product-toolbar-mobile .toolbar-pane{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#F9F9F9;font-size:16px;font-family:'ProximaNovaReg';padding:13px 0}@media only screen and (max-width:767px){.product-toolbar-mobile .toolbar-pane{padding-top:10px !important;padding-bottom:5px !important}.product-toolbar-mobile .toolbar-pane .sep{position:relative;font-size:0;height:0}.product-toolbar-mobile .toolbar-pane .sep:before{content:'';position:absolute;top:50%;height:40px;width:1px;background:#e6e2e2;transform:translate(0, -50%);margin-top:-3px}}.product-toolbar-mobile .toolbar-pane__btn{flex:0 1 50%;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column}.container .category-products_completed .product-toolbar-mobile .toolbar-pane__btn_sortby{display:none}.product-toolbar-mobile .toolbar-pane__btn img{display:inherit}.toolbar-products .pages{display:block;float:left;width:320px;margin-left:37%}@media only screen and (max-width:767px){.toolbar-products .pages{margin-left:unset;float:unset;margin:0 auto}}.toolbar-products .pages .next:before{color:#060606;border:none;content:'\e608';font-family:'icons-blank-theme';margin:0 0 0 -32px;vertical-align:top;display:inline-block;font-weight:normal;overflow:unset}.toolbar-products .pages .previous:before{color:#060606;border:none;content:'\e617';font-family:'icons-blank-theme';margin:0 0 0 -10px;vertical-align:top;display:inline-block;font-weight:normal;overflow:unset}.toolbar-products .pages a.page{color:#060606}.toolbar-products .pages a.page:hover{color:#222222}.toolbar-products .pages .item{line-height:30px;margin:0 10px 0 0}.toolbar-products .pages .item a{font-size:18px}.toolbar-products .pages strong.page{font-size:18px;color:#ffffff;line-height:30px;background:#db7ca7}.toolbar-products .pages .action{border:none}.toolbar-products .field.limiter{display:block;width:200px;margin:auto;float:right;font-size:14px;font-weight:bold}@media only screen and (max-width:767px){.toolbar-products .field.limiter{display:none}}.toolbar-products .field.limiter .label{font-weight:bold;color:#060606}.toolbar-products .field.limiter .limiter-text{color:#777777}.sort-budget{display:none}.sort-filter,.sort-preference,.sort-budget{margin-top:0;margin-bottom:10px}.sort-filter.is-opened,.sort-preference.is-opened,.sort-budget.is-opened{display:block}@media only screen and (max-width:767px){.sort-filter,.sort-preference,.sort-budget{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffff;z-index:222223}}.sort-filter__title,.sort-preference__title,.sort-budget__title{padding:15px 0;text-align:center;font-family:HaboroContrast-NormBook;text-transform:uppercase;font-size:20px;color:#060606}.sort-filter__close,.sort-preference__close,.sort-budget__close{position:absolute;top:15px;right:15px;width:24px;height:24px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_modal-close.svg);background-repeat:no-repeat;background-position:center;outline:none;z-index:10}.sort-filter__apply_btn,.sort-preference__apply_btn,.sort-budget__apply_btn{max-width:200px;height:30px;margin:0 auto}.sort-filter__footer,.sort-preference__footer,.sort-budget__footer{display:none;position:absolute;bottom:0;left:0;right:0;padding-bottom:15px;text-align:center;z-index:15}@media only screen and (max-width:767px){.sort-filter__footer,.sort-preference__footer,.sort-budget__footer{display:block;position:relative;bottom:auto}.sort-preference .sort-filter__footer,.sort-preference .sort-preference__footer,.sort-preference .sort-budget__footer{position:absolute;bottom:0;padding-top:15px;border-top:1px solid #e8e8e8;background-color:#ffffff}}.sort-filter__counts,.sort-preference__counts,.sort-budget__counts{padding-bottom:10px;margin-bottom:12px;line-height:1}.sort-filter__counts a,.sort-preference__counts a,.sort-budget__counts a{font-family:'ProximaNovaSbold';font-size:16px;color:#443879;line-height:1}.sort-filter__btn-results,.sort-preference__btn-results,.sort-budget__btn-results{display:block;width:100%;max-width:345px;height:55px;line-height:50px;margin:0 auto}.sort-filter__items,.sort-preference__items,.sort-budget__items{display:flex;flex-direction:row;justify-content:flex-start;margin-left:-15px}@media only screen and (max-width:767px){.sort-filter__items,.sort-preference__items,.sort-budget__items{margin:0;background:#f9f9f9;padding-top:13px;padding-bottom:13px}}.sort-filter__item,.sort-preference__item,.sort-budget__item{position:relative}@media only screen and (max-width:767px){.sort-filter__item,.sort-preference__item,.sort-budget__item{text-align:center}.sort-filter__item.is-preference,.sort-preference__item.is-preference,.sort-budget__item.is-preference{display:none !important}}.sort-filter__item:not(:last-child):after,.sort-preference__item:not(:last-child):after,.sort-budget__item:not(:last-child):after{content:'|';position:absolute;top:0;right:0;font-size:16px}.sort-filter__item.is-active span,.sort-preference__item.is-active span,.sort-budget__item.is-active span{font-family:'ProximaNovaSbold';color:#db7ca7}.sort-filter__item:hover span,.sort-preference__item:hover span,.sort-budget__item:hover span{font-family:'ProximaNovaSbold';color:#db7ca7}.sort-filter__toggle,.sort-preference__toggle,.sort-budget__toggle{display:flex;flex-direction:row;align-items:center;justify-content:center;padding-left:30px;padding-right:30px;font-family:'ProximaNovaReg';letter-spacing:1px;font-size:16px;cursor:pointer}@media only screen and (max-width:767px){.sort-filter__toggle,.sort-preference__toggle,.sort-budget__toggle{display:block;padding-left:18px;padding-right:18px}}@media (max-width:425px){body[class*="stud"] .sort-filter__toggle,body[class*="stud"] .sort-preference__toggle,body[class*="stud"] .sort-budget__toggle{padding-left:12px;padding-right:13px}}@media (max-width:400px){body[class*="stud"] .sort-filter__toggle,body[class*="stud"] .sort-preference__toggle,body[class*="stud"] .sort-budget__toggle{padding-left:11px;padding-right:11px;font-size:14px}}@media (max-width:370px){.sort-filter__toggle,.sort-preference__toggle,.sort-budget__toggle{padding-left:13px;padding-right:13px}body[class*="stud"] .sort-filter__toggle,body[class*="stud"] .sort-preference__toggle,body[class*="stud"] .sort-budget__toggle{padding-left:9px;padding-right:9px;font-size:14px}}.sort-filter__toggle-icon img,.sort-preference__toggle-icon img,.sort-budget__toggle-icon img{display:flex;max-width:100%;margin-right:10px}.sort-filter__toggle-icon .sel,.sort-preference__toggle-icon .sel,.sort-budget__toggle-icon .sel{display:none}.sort-filter__item:hover .sort-filter__toggle-icon .act,.sort-filter__item:hover .sort-preference__toggle-icon .act,.sort-filter__item:hover .sort-budget__toggle-icon .act,.sort-filter__item.is-active .sort-filter__toggle-icon .act,.sort-filter__item.is-active .sort-preference__toggle-icon .act,.sort-filter__item.is-active .sort-budget__toggle-icon .act{display:none}.sort-filter__item:hover .sort-filter__toggle-icon .sel,.sort-filter__item:hover .sort-preference__toggle-icon .sel,.sort-filter__item:hover .sort-budget__toggle-icon .sel,.sort-filter__item.is-active .sort-filter__toggle-icon .sel,.sort-filter__item.is-active .sort-preference__toggle-icon .sel,.sort-filter__item.is-active .sort-budget__toggle-icon .sel{display:flex}.sort-filter__filters,.sort-preference__filters,.sort-budget__filters{position:absolute;top:100%;left:0;right:0;background:#ffffff;z-index:100}@media only screen and (max-width:767px){.sort-filter__filters,.sort-preference__filters,.sort-budget__filters{position:relative;top:0}}.sort-filter__filters-item,.sort-preference__filters-item,.sort-budget__filters-item{display:none;padding:0 30px 20px 30px;border-bottom:1px solid #e8e8e8}@media only screen and (max-width:767px){.sort-filter__filters-item,.sort-preference__filters-item,.sort-budget__filters-item{padding:15px;border-bottom:none}.sort-filter__filters-item.is-preference,.sort-preference__filters-item.is-preference,.sort-budget__filters-item.is-preference{display:none !important}}.sort-filter__filters-item.is-budget,.sort-preference__filters-item.is-budget,.sort-budget__filters-item.is-budget{padding:30px 15px}@media only screen and (max-width:991px){.sort-filter__filters-item.is-budget,.sort-preference__filters-item.is-budget,.sort-budget__filters-item.is-budget{padding-top:15px}}@media only screen and (max-width:767px){.sort-filter__filters-item.is-budget,.sort-preference__filters-item.is-budget,.sort-budget__filters-item.is-budget{display:none !important}}.sort-filter__filters-item.is-active,.sort-preference__filters-item.is-active,.sort-budget__filters-item.is-active{display:block}.sort-filter__filters-item.is-active .close-filters,.sort-preference__filters-item.is-active .close-filters,.sort-budget__filters-item.is-active .close-filters{font-size:16px;font-family:'ProximaNovaSbold';color:#060606;text-align:center;position:relative;top:10px}.sort-filter__filters-item.is-active .close-filters span,.sort-preference__filters-item.is-active .close-filters span,.sort-budget__filters-item.is-active .close-filters span{cursor:pointer}@media only screen and (max-width:767px){.sort-filter__filters-item.is-active .close-filters,.sort-preference__filters-item.is-active .close-filters,.sort-budget__filters-item.is-active .close-filters{display:none}}.sort-filter__filters-item .apply-filters,.sort-preference__filters-item .apply-filters,.sort-budget__filters-item .apply-filters,.sort-filter__filters-item .apply-price-filters,.sort-preference__filters-item .apply-price-filters,.sort-budget__filters-item .apply-price-filters{margin-top:10px}.sort-filter__filters-item .apply-filters .g-btn,.sort-preference__filters-item .apply-filters .g-btn,.sort-budget__filters-item .apply-filters .g-btn,.sort-filter__filters-item .apply-price-filters .g-btn,.sort-preference__filters-item .apply-price-filters .g-btn,.sort-budget__filters-item .apply-price-filters .g-btn{background:#db7ca7;display:block;height:26px;max-width:160px;font-size:14px;margin:0 auto;cursor:pointer}@media only screen and (max-width:767px){.hide-mobile{display:none}}.price_slider_block .left,.price_slider_block .right{width:90px}@media only screen and (max-width:767px){.price_slider_block .left,.price_slider_block .right{width:77px}}.price_slider_block .left #input-pricemin,.price_slider_block .right #input-pricemin,.price_slider_block .left #input-pricemax,.price_slider_block .right #input-pricemax{font-size:14px;height:38px}@media only screen and (max-width:767px){.price_slider_block .left #input-pricemin,.price_slider_block .right #input-pricemin,.price_slider_block .left #input-pricemax,.price_slider_block .right #input-pricemax{font-size:13px;height:35px}}@media only screen and (max-width:767px){.sort-filter{overflow-x:hidden;overflow-y:auto;margin:0}.sort-filter__items{display:none}.sort-filter__filters{padding-bottom:35px}.sort-filter__filters-item{display:block}.sort-filter__apply_btn{height:auto;padding:8px;margin-bottom:70px}}.preferences-filters{display:flex;flex-direction:row;align-items:center;justify-content:center}@media only screen and (max-width:1024px){.preferences-filters{flex-wrap:wrap;margin-bottom:10px}}@media only screen and (max-width:767px){.preferences-filters{flex-wrap:wrap;justify-content:flex-start;max-width:345px;margin:0 auto}}.preferences-filters__title{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin-right:5px;font-size:16px;letter-spacing:0.5px;line-height:1.2}@media only screen and (max-width:1024px){.preferences-filters__title{width:100%;justify-content:center;margin:15px 0 10px}}.preferences-filters__title img{max-width:100%;margin-right:5px;transform:translate(0, -1px)}.preferences-filters__item{margin:0 5px}@media only screen and (max-width:767px){.preferences-filters__item{margin:13px}}@media (max-width:340px){.preferences-filters__item{margin:12px 10px}}.preferences-filters__item .preferences{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:6px 5px;width:160px;text-align:center;border:1px solid #e8e8e8;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;cursor:pointer}@media only screen and (max-width:991px){.preferences-filters__item .preferences{border:1px solid #e8e8e8}}@media only screen and (max-width:767px){.preferences-filters__item .preferences{display:block;width:145px;padding:13px 10px 8px}}@media (max-width:340px){.preferences-filters__item .preferences{width:125px}}.no-touch .preferences-filters__item .preferences:hover{border-color:#443879}.preferences-filters__item .preferences.is-checked{border-color:#443879}.preferences-filters__item .preferences.is-checked:before{content:'';position:absolute;top:-7px;right:-7px;width:15px;height:15px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#443879;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamond-studs-lp/icon_checkmark_xs.svg);background-repeat:no-repeat;background-position:center}.preferences-filters__item .preferences .icon{display:flex;width:22px;height:22px;flex-direction:row;align-items:center;justify-content:center;margin-right:5px}@media only screen and (max-width:767px){.preferences-filters__item .preferences .icon{width:100%;height:40px;margin:0 0 7px}}.preferences-filters__item .preferences .icon img{display:inline;max-width:100%;height:auto}.preferences-filters__item .preferences .title{color:#413f41;letter-spacing:0.5px;font-size:16px;line-height:1.2}@media (max-width:340px){.preferences-filters__item .preferences .title{font-size:14px}}.stud-filters__item a{position:relative;display:block;min-width:100px;max-width:145px;padding:5px 10px 10px;text-align:center;border:1px solid transparent;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.stud-filters__item a:hover{border-color:#443879}.stud-filters__item a.is-checked{border-color:#443879}.stud-filters__item a.is-checked:before{content:'';position:absolute;top:-7px;right:-7px;width:15px;height:15px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#443879;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamond-studs-lp/icon_checkmark_xs.svg);background-repeat:no-repeat;background-position:center}.stud-filters__item a .icon{display:flex;width:100%;height:85px;flex-direction:row;align-items:center;justify-content:center;margin-bottom:10px}.stud-filters__item a .icon img{display:inline;max-width:100%;height:auto}.stud-filters__item a .title{color:#413f41;letter-spacing:0.5px;font-size:16px;line-height:1.2}.rh-sort-by{display:flex;flex-direction:row;align-items:center}.container .category-products_completed .rh-sort-by{display:none}.rh-sort-by.is-opened{display:block}@media only screen and (max-width:767px){.rh-sort-by{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffff;z-index:222222;overflow:auto}}.rh-sort-by__title{padding:15px 0;text-align:center;font-family:HaboroContrast-NormBook;text-transform:uppercase;font-size:20px;color:#060606}.rh-sort-by__close{position:absolute;top:15px;right:15px;width:24px;height:24px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_modal-close.svg);background-repeat:no-repeat;background-position:center;outline:none;z-index:10}.rh-sort-by__footer{display:none;position:fixed;bottom:0;left:0;right:0;padding-top:15px;padding-bottom:15px;border-top:1px solid #eaeaea;background-color:#ffffff;text-align:center}@media only screen and (max-width:767px){.rh-sort-by__footer{display:block}}.rh-sort-by__res{padding-bottom:10px;margin-bottom:12px;border-bottom:1px solid #e8e8e8;line-height:1}.rh-sort-by__res a{font-family:'ProximaNovaSbold';font-size:16px;color:#443879;line-height:1}.rh-sort-by__btn-results{display:block;width:100%;max-width:345px;height:55px;line-height:50px;margin:0 auto}.rh-sort-by__counts{margin-right:15px;font-size:16px;font-family:'ProximaNovaReg';text-transform:uppercase}body[class*='engagement'] .rh-sort-by__counts{display:none}@media only screen and (max-width:991px){.rh-sort-by__counts{display:none}}.rh-sort-by__sorting{position:relative;z-index:10}@media only screen and (max-width:767px){.rh-sort-by__sorting{display:none}}.rh-sort-by__sorting-options{display:none}@media only screen and (max-width:767px){.rh-sort-by__sorting-options{display:block;padding:15px;padding-bottom:75px}}.rh-sort-by__sorting-options .item{margin-bottom:20px}.rh-sort-by__sorting-options .item label{font-family:'ProximaNovaReg';font-weight:normal;color:#413F41;font-size:16px}.rh-sort-by__select-wrap .custom-select__selected{width:270px}.rh-sort-by__select-wrap .custom-select__select-items{overflow-y:auto}.prod-filters:after{content:'';display:table;clear:both}.prod-filters_price{padding-left:10%}.prod-filters_shape{padding-left:10%}@media only screen and (max-width:991px){.prod-filters_shape{padding-left:0}}.prod-filters_center_shape_availability{padding-left:10%}@media only screen and (max-width:991px){.prod-filters_center_shape_availability{padding-left:0}}.prod-filters_metal{padding-left:10%}.prod-filters_metal_type{padding-left:10%}.prod-filters_studs_quality{padding-left:10%}.prod-filters_studs_weight{padding-left:10%}@media only screen and (max-width:767px){.prod-filters{padding-left:0}}.prod-filters_style .prod-filters__columns{-webkit-column-count:4;-moz-column-count:4;column-count:4}@media only screen and (max-width:991px){.prod-filters_style .prod-filters__columns{-webkit-column-count:3;-moz-column-count:3;column-count:3}}.prod-filters_sub_style .prod-filters__columns{-webkit-column-count:4;-moz-column-count:4;column-count:4}@media only screen and (max-width:991px){.prod-filters_sub_style .prod-filters__columns{-webkit-column-count:3;-moz-column-count:3;column-count:3}}.prod-filters_price .prod-filters__columns{-webkit-column-count:3;-moz-column-count:3;column-count:3}.prod-filters_shape .prod-filters__columns{-webkit-column-count:5;-moz-column-count:5;column-count:5}.prod-filters_center_shape_availability .prod-filters__columns{-webkit-column-count:5;-moz-column-count:5;column-count:5}.prod-filters_metal .prod-filters__columns{-webkit-column-count:auto;-moz-column-count:auto;column-count:auto}.prod-filters_metal_type .prod-filters__columns{-webkit-column-count:3;-moz-column-count:3;column-count:3}.prod-filters_studs_quality .prod-filters__columns{-webkit-column-count:3;-moz-column-count:3;column-count:3}.prod-filters_studs_weight .prod-filters__columns{-webkit-column-count:4;-moz-column-count:4;column-count:4}.prod-filters_gemstone_type .prod-filters__columns{-webkit-column-count:5;-moz-column-count:5;column-count:5}.prod-filters_diamond_quality .prod-filters__columns{-webkit-column-count:5;-moz-column-count:5;column-count:5}.prod-filters_ring_size .prod-filters__columns{-webkit-column-count:5;-moz-column-count:5;column-count:5}.prod-filters_gemstone_type_multi .prod-filters__columns{-webkit-column-count:4;-moz-column-count:4;column-count:4}@media only screen and (max-width:767px){.prod-filters .prod-filters__columns{-webkit-column-count:2;-moz-column-count:2;column-count:2}}@media only screen and (max-width:767px){.prod-filters_metal .prod-filters__columns{-webkit-column-count:auto;-moz-column-count:auto;column-count:auto}.prod-filters_metal .prod-filters__columns [class*="col-"]{padding-left:0;padding-right:0}.prod-filters_metal .prod-filters__columns .row{margin-left:0;margin-right:0}}@media only screen and (max-width:767px){.prod-filters_metal_type .prod-filters__columns{-webkit-column-count:2;-moz-column-count:2;column-count:2}}@media only screen and (max-width:767px){.prod-filters_preferences{padding:15px}}.prod-filters__title{position:relative;font-family:'ProximaNovaSbold';font-size:16px;color:#060606;margin-bottom:10px;clear:both}@media only screen and (max-width:767px){.prod-filters__title{padding-left:0}}@media only screen and (max-width:767px){.prod-filters__col{padding-left:0;padding-right:0}}.prod-filters__heading{font-size:16px;line-height:1.2;letter-spacing:0.5px;margin-bottom:8px}.prod-filters__item{padding-top:5px;min-height:30px;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;-moz-page-break-inside:avoid;page-break-inside:avoid;break-inside:avoid-column}@media only screen and (max-width:991px){.prod-filters__item{margin-bottom:20px}}@media only screen and (max-width:767px){.prod-filters__item{display:flex;align-items:center;height:40px;padding-top:0}}.prod-filters__item label{font-weight:normal;font-family:'ProximaNovaReg';font-size:16px;cursor:pointer}.prod-filters__item:not(:last-child){margin-bottom:10px}@media only screen and (max-width:991px){.prod-filters__item:not(:last-child){margin-bottom:10px}}@media (max-width:370px){.prod-filters__item:not(:last-child){margin-bottom:10px}}.prod-filters__item .g-checkbox .icon{position:absolute;top:50%;left:0;width:22px;height:22px;-webkit-transform:translate(0, -50%);-mox-transform:translate(0, -50%);transform:translate(0, -50%);background-image:url(../../frontend/Rockher/Winter/en_US/images/product-listing/icon_checkbox-rect.svg);background-repeat:no-repeat;background-position:center;background-color:#fff;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.prod-filters__item .g-checkbox.is-checked .icon{background-color:#db7ca7;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_checkbox-arrow-white.svg)}.prod-filters__item .text{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}@media only screen and (max-width:767px){.prod-filters__item .text span{line-height:1.2}}.prod-filters__item .text img{display:inherit;margin-right:5px;width:auto}.category-diamond-pendants .prod-filters__item .text img{display:none}.prod-filters_shape .prod-filters__item .text{padding-left:35px}.prod-filters_shape .prod-filters__item .text img{position:absolute;left:35px;top:50%;transform:translate(0, -50%)}.prod-filters__item .metal{width:18px;height:18px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px solid #e8e8e8;background:#f1f1f1;margin-right:7px}@media only screen and (max-width:767px){.prod-filters__item .metal{margin-left:-3px;margin-right:5px}}.prod-filters__item .metal_white{background:#f1f1f1}.prod-filters__item .metal_yellow{background:#FDD7AF}.prod-filters__item .metal_platinum{background:#d5d5d5}.prod-filters__item .metal_rose{background:#EEBEA7}.prod-filters__item a.g-checkbox{display:inline-flex}.prod-filters_gemstone_type .prod-filters__item .text img{width:20px;height:20px}.prod-filters_gemstone_type_multi .prod-filters__item .text img{width:20px;height:20px}.prod-filters__rosi{display:none}@media only screen and (max-width:767px){.prod-filters__rosi{display:flex;align-items:center;justify-content:center;margin-top:25px}.prod-filters__rosi span{font-size:16px;line-height:1;letter-spacing:0.5px;color:#413F41}.prod-filters__rosi img{width:100%;max-width:67px;height:auto;margin-left:10px}}.prod-filters .apply-filters .g-btn,.prod-filters .apply-price-filters .g-btn{background:#db7ca7;display:block;height:26px;max-width:160px;font-size:14px;margin:0 auto;cursor:pointer}.budget-filter{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}@media only screen and (max-width:991px){.budget-filter{flex-direction:column;justify-content:center;align-items:center}}@media only screen and (max-width:767px){.budget-filter{margin-top:30px;margin-bottom:50px}}.budget-filter__form{max-width:575px}@media only screen and (max-width:767px){.budget-filter__form{margin-bottom:35px}}.budget-filter__form .rosi-budget{text-transform:none}@media only screen and (max-width:1024px){.budget-filter__form .rosi-budget{width:500px}}@media only screen and (max-width:767px){.budget-filter__form .rosi-budget__input-field{max-width:340px}}.budget-filter__form .rosi-budget__input-field label{text-transform:none;line-height:1.25}.budget-filter__form .rosi-budget__btn{width:165px;border-radius:30px}@media only screen and (max-width:991px){.budget-filter__form .rosi-budget__btn{height:48px}}@media only screen and (max-width:767px){.budget-filter__form .rosi-budget__btn{width:200px}}.budget-filter__options{margin-left:30px}@media only screen and (max-width:991px){.budget-filter__options{margin-left:0;margin-top:15px}}.budget-filter__options .title{font-size:16px;letter-spacing:0.5px;line-height:1.2;margin-bottom:7px;text-align:center}.budget-filter__options .options{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}@media only screen and (max-width:991px){.budget-filter__options .options{justify-content:center}}@media only screen and (max-width:767px){.budget-filter__options .options{flex-wrap:wrap}}.budget-filter__options .budget-option{font-family:ProximaNovaBold;font-size:16px;letter-spacing:1px;line-height:1.2;background:#f1f1f1;min-width:90px;padding:5px 15px;text-align:center;color:#413f41;margin:0 2px;-webkit-border-radius:45px;-moz-border-radius:45px;border-radius:45px;cursor:pointer}@media only screen and (max-width:767px){.budget-filter__options .budget-option{margin:3px}}.budget-filter__options .budget-option:hover{color:#413f41}.budget-filter__options .budget-option:focus{color:#413f41}.budget-filter__options .budget-option:active{color:#413f41}.splitit-popup .modal-dialog{margin-top:10%}@media only screen and (max-width:991px){.splitit-popup .modal-dialog{margin-top:15%}}.splitit-popup .modal-content{position:relative;background:radial-gradient(circle, #a190da 0%, #5d5185 100%);box-shadow:0 2px 4px 1px rgba(0,0,0,0.1);border:none;color:#ffffff}.splitit-popup .splitit-add_bg{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(65,63,65,0.1);border-radius:10px;z-index:1}.splitit-popup .modal-header{z-index:2;position:relative;margin-bottom:30px;padding:40px 10px 0}@media only screen and (max-width:767px){.splitit-popup .modal-header{padding-top:30px}}.splitit-popup .modal-header .close{background-image:url(../../frontend/Rockher/Winter/en_US/images/splitit/icon_modal-close_white.svg)}.splitit-popup .modal-header .add-adv_text{color:#FFFFFF;font-family:HaboroContrast-NormBook;font-size:16px;letter-spacing:0.5px;line-height:20px;text-align:center;text-transform:uppercase;margin-bottom:5px;display:inline-block;width:100%}@media only screen and (max-width:767px){.splitit-popup .modal-header .add-adv_text{margin-top:15px}}.splitit-popup .modal-header .main-shop_text{font-family:ProximaNovaReg;font-size:24px;font-weight:bold;letter-spacing:0.67px;line-height:29px;text-align:center;max-width:490px;width:100%;margin:auto}@media only screen and (max-width:767px){.splitit-popup .modal-header .main-shop_text{max-width:320px}}.splitit-popup .modal-header .credit-separator{display:inline-block}@media only screen and (max-width:767px){.splitit-popup .modal-header .credit-separator{display:none}}@media only screen and (max-width:767px){.splitit-popup .modal-header .mobile-shop_text{margin-top:10px;max-width:255px}}.splitit-popup .modal-body{z-index:2;padding-bottom:45px}@media only screen and (max-width:767px){.splitit-popup .modal-body{padding-left:20px;padding-right:20px}}.splitit-popup .splitit-modal_items{display:flex;align-items:center;justify-content:space-between}.splitit-popup .splitit-item{display:block;text-align:center;color:#F9F9F9;max-width:165px;min-height:175px;width:100%}@media only screen and (max-width:767px){.splitit-popup .splitit-item:nth-child(n+2) .splitit-icon_cover .splitit-icon{width:29px}}.splitit-popup .splitit-icon_cover{width:100%;max-width:68px;border:1px solid #fff;border-radius:50%;height:68px;align-items:center;display:flex;justify-content:center;margin:0 auto}@media only screen and (max-width:767px){.splitit-popup .splitit-icon_cover{max-width:50px;height:50px}.splitit-popup .splitit-icon_cover .splitit-icon{width:23px}}.splitit-popup .splitit-adv_text-cover{margin-top:15px}.splitit-popup .splitit-adv_text-cover .splitit-adv-text{margin:0;font-family:ProximaNovaLight;font-size:18px;letter-spacing:0.5px;line-height:22px}@media only screen and (max-width:767px){.splitit-popup .splitit-adv_text-cover .splitit-adv-text{font-size:14px;letter-spacing:0.4px;line-height:17px}}.splitit-popup .splitit-adv_text-cover img{margin:5px auto 5px}@media only screen and (max-width:767px){.splitit-popup .splitit-adv_text-cover img{max-width:70px}}.splitit-popup .splitit-button_cover{display:flex;align-items:center;justify-content:center;margin-top:30px}@media only screen and (max-width:767px){.splitit-popup .splitit-button_cover{margin-top:20px}}.splitit-popup .splitit-button_cover .splitit-pop_close{width:100%;max-width:250px;height:45px;background:#ffffff;color:#443879;font-family:ProximaNovaReg;font-size:16px;font-weight:bold;letter-spacing:2px;line-height:19px;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:45px}.splitit-popup .splitit-button_cover .splitit-pop_close:hover{cursor:pointer}.category-heading{padding:10px 10px 20px;text-align:center}.category-heading__main{margin-bottom:12px;font-size:28px;font-family:HaboroContrast-NormBook;font-weight:normal;text-transform:none;text-align:center;line-height:1.4;color:#413F41}.category-heading__subheading{max-width:640px;color:#413F41;font-size:16px;font-family:'ProximaNovaReg';letter-spacing:0.5px;line-height:1.2;float:none;margin:0 auto;font-style:normal}.category-bottom{position:relative;padding-top:35px;text-align:center;font-size:16px;line-height:1.2}@media only screen and (max-width:1024px){.category-bottom{padding-top:0}}@media only screen and (max-width:767px){.category-bottom .container{padding-left:0;padding-right:0}}.category-bottom__heading{font-size:20px;font-family:HaboroContrast-NormBook;font-weight:normal;text-transform:uppercase;text-align:center;line-height:1.4;letter-spacing:0.36px;margin-bottom:10px;color:#413F41}.category-bottom__descr{max-width:665px;margin:0 auto;font-size:16px;line-height:1.2;letter-spacing:0.5px}.diamond-studs{position:relative;font-size:16px;line-height:1.2;padding-left:15px;padding-right:15px;margin-bottom:35px}@media only screen and (max-width:767px){.diamond-studs{padding-left:0;padding-right:0}}.stud-filters-container{position:relative;margin-top:30px;margin-bottom:55px}@media only screen and (max-width:767px){.stud-filters-container{margin-top:15px;margin-bottom:35px}}@media only screen and (max-width:767px){.stud-result-container{margin-left:-15px;margin-right:-15px}}.stud-heading-row-wrap{min-height:50px}.stud-heading-row{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;background-color:#7C7593}.stud-heading-row_results.is-fixed{position:fixed;top:87px;left:50%;width:100%;max-width:1110px;transform:translate(-50%, 0);z-index:5}.stud-heading-row .th-item{text-align:left;font-size:16px;color:#ffffff;padding:15px 10px 16px}.stud-heading-row .th-item_shape{padding-left:25px;width:300px}.stud-heading-row .th-item_setting{flex-grow:1}.stud-heading-row .th-item_metal{width:235px}.stud-heading-row .th-item_sizes{width:270px;text-align:center}@media only screen and (max-width:1024px){.stud-heading-row .th-item_sizes{max-width:180px}}.stud-heading-row .th-item_quality{flex-grow:1;max-width:840px;text-align:center}.stud-heading-row .th-item_both{width:100%;text-align:center}.stud-filters{position:relative;display:flex;width:100%;flex-direction:row;align-items:flex-start;justify-content:flex-start;border:1px solid #7c7593;padding:15px 0}@media only screen and (max-width:991px){.stud-filters{border:none;padding:0;flex-direction:column;align-items:flex-start;justify-content:flex-start}}.stud-filters__column{display:inherit;padding-left:10px;padding-right:10px}.stud-filters__column_shape{width:300px;padding-left:25px}.stud-filters__column_setting{flex-grow:1;width:auto;max-width:575px}@media only screen and (max-width:1024px){.stud-filters__column_setting{max-width:385px}}.stud-filters__column_setting .stud-filters__item{margin-bottom:15px}@media only screen and (max-width:767px){.stud-filters__column_setting .stud-filters__item{margin-bottom:10px}}.stud-filters__column_metal{width:235px;padding-left:5px}.stud-filters__column_metal .stud-filters__item div{padding:10px 15px;padding-right:20px;max-width:inherit;display:flex;align-items:center;justify-content:flex-start}@media only screen and (max-width:991px){.stud-filters__column{display:flex;flex-direction:column;text-align:left;width:100%;max-width:100%;padding:0}}.stud-filters__toggle{position:relative;padding:15px 15px 16px;color:#ffffff;background:#7c7593;font-size:16px;line-height:1.2}.stud-filters__toggle span{position:absolute;top:50%;right:15px;margin-top:-10px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background-color:#ffffff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.stud-filters__toggle span:after{content:'+';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#7c7593;font-family:ProximaNovaBold;font-size:20px}.stud-filters__toggle.is-active span:after{content:'-';margin-top:-2px}.stud-filters__items{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}@media only screen and (max-width:991px){.stud-filters__items{padding:17px 15px 15px;border:1px solid #7c7593}.stud-filters__items.is-active{border:1px solid #7c7593}}.stud-filters__item{margin-right:15px;margin-bottom:3px}@media only screen and (max-width:767px){.stud-filters__item{margin-right:10px}}.stud-filters__item div{position:relative;display:block;min-width:100px;max-width:145px;padding:5px 10px 10px;text-align:center;border:1px solid transparent;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.stud-filters__item div:hover{border-color:#443879;cursor:pointer}.stud-filters__item div.is-checked{border-color:#443879}.stud-filters__item div.is-checked:before{content:'';position:absolute;top:-7px;right:-7px;width:15px;height:15px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#443879;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamond-studs-lp/icon_checkmark_xs.svg);background-repeat:no-repeat;background-position:center}.stud-filters__item div .icon{display:flex;width:100%;height:85px;flex-direction:row;align-items:center;justify-content:center;margin-bottom:10px}.stud-filters__item div .icon img{display:inline;max-width:100%;height:auto}.stud-filters__item div .title{color:#413f41;letter-spacing:0.5px;font-size:16px;line-height:1.2}.stud-filters__item .metal{width:18px;height:18px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px solid #e8e8e8;background:#f1f1f1;margin-right:7px}.stud-filters__item .metal_white{background:#f1f1f1}.stud-filters__item .metal_yellow{background:#FDD7AF}.stud-filters__item .metal_platinum{background:#d5d5d5}.stud-filters__item .metal_rose{background:#EEBEA7}.stud-results{position:relative}@media only screen and (max-width:767px){.stud-results__size-item{background-color:#ffffff;box-shadow:2px 2px 5px 0 rgba(65,63,65,0.25);margin-bottom:25px}}.stud-result__inner{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding-bottom:25px;border-bottom:1px solid #e8e8e8}@media only screen and (max-width:991px){.stud-result__inner{flex-direction:column}}.stud-results__size-item:not(:first-child) .stud-result__inner{padding-top:15px}.stud-result__carat{width:270px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (max-width:1024px){.stud-result__carat{max-width:180px}}@media only screen and (max-width:991px){.stud-result__carat{min-height:150px;max-width:100%;text-align:center}}@media only screen and (max-width:767px){.stud-result__carat{padding-top:25px;padding-bottom:25px}}.stud-result__carat .preview{margin-bottom:7px}.stud-result__carat .preview_025-carat{width:76px}.stud-result__carat .preview_033-carat{width:80px}.stud-result__carat .preview_05-carat{width:100px}.stud-result__carat .preview_075-carat{width:120px}.stud-result__carat .preview_1-carat{width:140px}.stud-result__carat .preview_15-carat{width:170px}.stud-result__carat .preview_2-carat{width:200px}.stud-result__carat .value{font-size:16px;letter-spacing:0.5px}.stud-result__carat .title{font-size:12px;line-height:14px;letter-spacing:0.38px;margin-top:7px}.stud-result__items-wrap{flex-grow:1;max-width:840px}@media only screen and (max-width:991px){.stud-result__items-wrap{width:100%}}@media only screen and (max-width:767px){.stud-result__items-wrap{padding-left:15px;padding-right:15px}}.stud-result__quality-cols{display:none;flex-grow:1;width:100%;border-bottom:1px solid #e8e8e8}.stud-result__quality-cols.is-fixed{position:fixed;width:100%;max-width:840px;background:#fff;top:137px;left:50%;transform:translate(-50%, 0);margin-left:135px;z-index:2}@media only screen and (max-width:991px){.stud-result__quality-cols{display:flex}}.stud-results__size-item:nth-child(1) .stud-result__quality-cols{display:flex;margin-bottom:15px}@media only screen and (max-width:767px){.stud-results__size-item:nth-child(1) .stud-result__quality-cols{margin-bottom:0}}.stud-result__quality-cols .td-col{padding:15px 5px 16px;font-size:16px;line-height:1.2;letter-spacing:0.5px;color:#413f41;text-align:center;width:33.3%}@media only screen and (max-width:767px){.stud-result__quality-cols .td-col{font-size:12px;padding-top:10px;padding-bottom:12px;letter-spacing:0.38px}}.stud-result__quality-cols .td-col_quality{display:none}@media only screen and (max-width:767px){.stud-result__quality-cols .td-col_quality{display:inherit;flex-grow:1;padding-left:0;width:100px;min-width:90px}}.stud-result__quality-rows{display:none}@media only screen and (max-width:767px){.stud-result__quality-rows{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;flex-grow:1;width:100px;min-width:90px}}.stud-result__items{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}@media only screen and (max-width:767px){.stud-result__items{padding-top:10px}.stud-result__items .val{font-size:12px;line-height:14px;letter-spacing:0.38px;color:#413f41;text-align:center;margin:6px 0}.stud-result__items .val_ask{max-width:80px}}.stud-result__item{width:33.3%}.stud-result .sale-label{position:absolute;top:0;left:0}.stud-result .sale-label:before{content:'';position:absolute;top:0;left:0;border:38px solid #b4efd7;border-left-width:36px;border-right-width:36px;border-color:#b4efd7 transparent transparent #b4efd7}.stud-result .sale-label_pink:before{border-color:#f9cac8 transparent transparent #f9cac8}.stud-result .sale-label_yellow:before{border-color:#ffe594 transparent transparent #ffe594}.stud-result .sale-label div{position:relative;z-index:2;font-size:13px;text-transform:uppercase;width:35px;display:block;text-align:center;line-height:1.2;top:7px;left:5px;letter-spacing:0.4px}.stud-product-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}.stud-product-item__data{position:relative;min-width:230px}@media only screen and (max-width:767px){.stud-product-item__data{display:none}}.stud-product-item__data_mobile{display:none;min-width:inherit}@media only screen and (max-width:767px){.stud-product-item__data_mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}}.stud-product-item .link{display:block}.stud-product-item .link:hover,.stud-product-item .link:focus,.stud-product-item .link:active{color:inherit}.stud-product-item .preview-img{display:flex;flex-direction:column;align-items:center;justify-content:center;width:135px;height:135px;margin:0 auto 5px}.stud-product-item .preview-img_not-available{opacity:0.5}.stud-product-item .preview-img img{display:inline;max-width:100%;height:auto}.stud-product-item .title{display:block;max-width:230px;margin:0 auto 5px;text-align:center;font-size:16px;line-height:1.2;letter-spacing:0.5px}@media only screen and (max-width:991px){.stud-product-item .title{max-width:220px}}.stud-product-item .price-box{display:block;text-align:center;font-family:HaboroContrast-NormBook;margin:10px 0}@media only screen and (max-width:767px){.stud-product-item .price-box{margin:0}}.stud-product-item .price-box .old-price{font-size:14px;color:#413F41;letter-spacing:0.44px;line-height:18px;text-decoration:line-through}.stud-product-item .price-box .special-price{font-size:16px;letter-spacing:0.5px;line-height:20px;color:#443879;padding:0;margin-left:5px}@media only screen and (max-width:767px){.stud-product-item .price-box .special-price{display:block;margin:5px 0 3px}}.stud-product-item .price{display:block;font-family:HaboroContrast-NormBook;color:#443879;font-size:16px;line-height:20px;letter-spacing:0.5px;margin:10px 0}@media only screen and (max-width:767px){.stud-product-item .price{color:#4d2083;margin-top:-3px;margin-bottom:10px;letter-spacing:0.8px}}.stud-product-item .g-btn{display:block}.stud-product-item .stud-btn-cart,.stud-product-item .stud-btn-request{height:45px;line-height:40px;width:100%;max-width:250px;margin:0 auto;letter-spacing:2px}.stud-product-item .stud-btn-request{margin-top:78px}.stud-product-item .stud-btn-buy,.stud-product-item .stud-btn-ask{max-width:75px;height:33px;line-height:28px;font-size:14px;letter-spacing:1.75px}.stud-product-item .stud-btn-ask{margin-top:63px}.stud-product-item .stud-btn-ask_sale{margin-top:82px}.stud-request-modal{margin:0 17px}.stud-request-modal .modal-dialog{width:505px;margin-top:30px}@media only screen and (max-width:767px){.stud-request-modal .modal-dialog{width:auto;max-width:505px;margin-left:auto;margin-right:auto}}.stud-request-modal .modal-header{padding:0;margin-bottom:45px}.stud-request-modal .modal-content{color:#413F41;font-size:16px;letter-spacing:0.5px;line-height:1.2}.stud-request-modal .modal-body{text-align:center}@media only screen and (max-width:767px){.stud-request-modal .modal-body{padding-left:15px;padding-right:15px}}.stud-request-modal .heading{font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;line-height:26px;margin-bottom:15px;text-transform:uppercase;color:#333333}.stud-request-modal .sub-heading{max-width:400px;margin:0 auto 15px}.stud-request-modal .stud-request-item{margin-bottom:25px}.stud-request-modal .stud-request-item .image{display:flex;align-items:center;justify-content:center;width:200px;height:200px;margin:0 auto 10px}.stud-request-modal .stud-request-item .image img{max-width:100%;height:auto}.stud-request-modal .stud-request-item .title{margin:0 auto}.stud-request-modal .stud-request-form{position:relative;width:100%;max-width:320px;margin:0 auto}.stud-request-modal .stud-request-form .form-field{margin-bottom:13px}.stud-request-modal .stud-request-form .form-field:last-child{margin-bottom:0}.stud-request-modal .stud-request-form .form-field label{display:block;margin-bottom:5px;text-align:left;font-size:16px;font-weight:normal;line-height:1.2;letter-spacing:0.5px;color:#413f41}.stud-request-modal .stud-request-form .form-field input[type=text],.stud-request-modal .stud-request-form .form-field input[type=email],.stud-request-modal .stud-request-form .form-field input[type=tel],.stud-request-modal .stud-request-form .form-field textarea{display:block;width:100%;height:50px;padding:5px 18px;border:1px solid #7c7593;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:#ffffff;color:#413f41;font-size:16px;letter-spacing:1px;outline:none}.stud-request-modal .stud-request-form .g-btn{width:200px;height:50px}.stud-request-modal #studs_recaptcha>div{margin:0 auto}.stud-request-modal #eternity_recaptcha>div{margin:0 auto}.stud-request-modal .success-msg{display:none;background:#ffffff;position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;font-family:ProximaNovaBold;font-size:16px;line-height:1.25}.stud-request-modal .success-msg>div{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;height:100%}.stud-request-modal .studs-loader{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.55)}.stud-request-modal .studs-loader .Spinner{position:absolute;top:50%;left:50%;margin-top:-14px;margin-left:-14px}.complete-ring-loader-wrapper{position:relative;top:0;right:0;left:0;bottom:0;background-color:#ffffff}.complete-ring-loader{position:relative;top:auto;left:auto;max-width:380px;min-height:150px;margin:50px auto;clear:both;text-align:center}@media only screen and (max-width:767px){.complete-ring-loader{width:100%;max-width:340px}}.complete-ring-loader .crl-ring{position:relative;width:50px;height:60px;margin:0 auto 25px;transform:translate(0, 0);animation:flyAway 2s ease infinite}.complete-ring-loader .crl-diamond{margin-left:auto;margin-right:auto;background-image:url(../../frontend/Rockher/Winter/en_US/images/product-listing/icon_complete-ring-anim_diamond.svg);background-repeat:no-repeat;background-size:contain;position:absolute;width:18px;height:16px;left:50%;transform:translate(-10px, -45px);opacity:0;animation:diamondFadeIn 2s ease infinite;-webkit-animation-delay:0.5s;animation-delay:0.5s}.complete-ring-loader .crl-setting{position:absolute;width:40px;height:44px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product-listing/icon_complete-ring-anim_setting.svg);background-repeat:no-repeat;top:0;transform:translate(4px, -35px);opacity:0;animation:settingFadeIn 2s ease infinite}.complete-ring-loader .crl-progress{position:relative;width:280px;height:18px;margin:0 auto 10px;background-color:#f3f3f7;-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;padding:3px}.complete-ring-loader .crl-progress div{position:relative;height:100%;width:5%;background-color:#443879;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;transition:all 100ms ease;animation:loadingAI 4s ease infinite}.complete-ring-loader .crl-caption{font-family:ProximaNovaBold;font-size:16px;color:#443879}@keyframes settingFadeIn{0%{opacity:0}15%,70%{transform:translate(4px, 15px);opacity:1}85%,100%{transform:translate(4px, 15px);opacity:0}}@keyframes diamondFadeIn{0%{opacity:0}15%,45%{transform:translate(-10px, 7px);opacity:1}60%{transform:translate(-10px, 7px);opacity:0}85%,100%{transform:translate(-10px, 7px);opacity:0}}@keyframes flyAway{0%,70%{transform:translate(0, 0);opacity:1}100%{transform:translate(100px, 0);opacity:0}}@keyframes loadingAI{10%,20%{width:20%}20%,35%{width:35%}50%,60%{width:50%}70%,75%{width:70%}80%,85%{width:85%}95%,100%{width:100%}}.powered-rosi-wrap{text-align:center}.powered-rosi{display:flex;align-items:center;justify-content:center;text-align:center;margin:10px 0}.powered-rosi img{width:65px;height:auto;margin-left:8px}#diamond-result-card .middle-part .diamond-icon{height:auto;max-height:300px;justify-content:center;align-items:flex-start}#diamond-result-card .middle-part .diamond-icon img{position:relative;top:auto;right:auto;left:auto;margin-bottom:auto;width:auto;max-width:300px}@media only screen and (max-width:991px){#diamond-result-card .middle-part .diamond-icon img{margin:10px auto 0}}@media only screen and (max-width:767px){#diamond-result-card .middle-part .diamond-icon img{max-width:250px}}@media only screen and (max-width:767px){#diamond-result-card .middle-part .diamond-icon video{max-width:250px;height:auto;margin-top:10px}}@media only screen and (max-width:767px){#diamond-result-card .middle-part .diamond-icon{margin-top:0}}#diamond-result-card .middle-part.diamond-video-block_hk-wrapper .diamond-icon{height:255px}@media only screen and (max-width:767px){#diamond-result-card .middle-part.diamond-video-block_hk-wrapper .diamond-icon{height:225px;margin-top:0}}#diamond-result-card .middle-part.diamond-video-block_hk-wrapper .diamond-icon .diamond-video-block_hk{width:420px;height:340px}@media only screen and (max-width:767px){#diamond-result-card .middle-part.diamond-video-block_hk-wrapper .diamond-icon .diamond-video-block_hk{width:335px;height:270px}}@media (max-width:420px){#diamond-result-card .diamond-clas-info{margin-top:0;padding-top:0}}@media (max-width:420px){#diamond-result-card{padding-bottom:12px}}@media only screen and (max-width:767px){.rosi-result .diamond-clas-info-img{margin-top:150px}}@media (max-width:411px){.rosi-result .diamond-clas-info-img{margin-top:120px}}.category-loose-diamonds.catalog-category-view .container-rh{display:none}.wishlist-page .products-list .product-item{position:relative;font-size:16px}.wishlist-page .products-list .product-item .product-item-name{max-width:460px;font-family:ProximaNovaReg;font-size:16px;letter-spacing:.5px;line-height:1.2;margin-bottom:8px}.wishlist-page .products-list .product-item .price-box{position:absolute;top:5px;right:25px;margin:0}@media only screen and (max-width:991px){.wishlist-page .products-list .product-item .price-box{position:relative;right:auto;margin:10px 0 25px}}.wishlist-page .products-list .product-item .price-box .price{font-family:ProximaNovaBold;font-size:16px;letter-spacing:.5px;line-height:1.2;color:#db7ca7}.wishlist-page .products-list .product-item .price-box .old-price .price{color:#060606}.wishlist-page .products-list .product-item .product-item-inner{margin-top:100px;padding-right:25px}@media only screen and (max-width:991px){.wishlist-page .products-list .product-item .product-item-inner{margin-top:0}}.wishlist-page .products-list .product-item .product-item-inner .field.qty{display:none}.wishlist-page .products-list .product-item .product-item-inner .product-item-actions{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-end}@media only screen and (max-width:991px){.wishlist-page .products-list .product-item .product-item-inner .product-item-actions{justify-content:flex-start}}.wishlist-page .products-list .product-item .product-item-inner .product-item-actions .action.primary{min-width:320px;height:58px;font-size:16px;font-family:ProximaNovaSbold;letter-spacing:2px;text-transform:uppercase;color:#fff;background:#db7ca7;text-align:center;-webkit-box-shadow:none;box-shadow:none;border:2px solid transparent;outline:0}@media only screen and (max-width:991px){.wishlist-page .products-list .product-item .product-item-inner .product-item-actions .action.primary{min-width:auto;height:48px;font-size:14px;letter-spacing:1px}}.wishlist-page .products-list .product-item .product-item-inner .product-item-actions .action.primary:hover{border:2px solid transparent;font-family:ProximaNovaSbold;color:#ffffff;background-color:#7c7593}.wishlist-page .products-list .product-item .product-item-inner .product-item-actions .action.primary span{font-family:ProximaNovaSbold;font-weight:inherit;font-size:inherit;letter-spacing:inherit}.wishlist-page .products-list .product-item .product-item-inner .wishlist-item__remove-btn{position:absolute;top:30px;right:25px}@media only screen and (max-width:991px){.wishlist-page .products-list .product-item .product-item-inner .wishlist-item__remove-btn{position:relative;top:0;right:auto;margin:0 auto}}.wishlist-page .products-list .product-item .product-item-inner .wishlist-item__remove-btn a{font-family:ProximaNovaBold;font-size:16px;letter-spacing:0.5px;line-height:19px;color:#060606}.wishlist-page .actions-toolbar{margin-top:15px;padding-right:25px}@media only screen and (max-width:991px){.wishlist-page .actions-toolbar{padding-right:0}}.wishlist-page .actions-toolbar a{font-family:ProximaNovaBold;font-size:16px;letter-spacing:0.5px;line-height:19px;color:#443879}.wishlist-page .link.share-link:before{content:'';background-image:url(../../frontend/Rockher/Winter/en_US/images/share-icon.svg);display:block;width:20px;height:20px;position:absolute;left:-26px;top:50%;transform:translateY(-11px);background-repeat:no-repeat;background-size:20px}.show-prev-items{text-align:center}.show-prev-items .show-prev-btn{display:none;max-width:240px;font-size:15px;line-height:1.5;font-family:ProximaNovaSbold;padding:13px 15px;-webkit-border-radius:52px;-moz-border-radius:52px;border-radius:52px;text-align:center;border:1px solid #302ba7;text-transform:uppercase;margin:0 auto}.desktop-toolbar{display:none}.wrapper .main-container{margin-top:0}.engage-part2-title{text-align:center;font-size:20px;font-family:LatoRegular;text-transform:uppercase;letter-spacing:5px}.checkout-cart-index .page.messages{display:none}.checkout-cart-index .main-container{background-color:#ffffff;min-height:100%;max-width:1280px}.checkout-cart-index .main-container .cart-summary{width:95%;margin:0 auto;float:none;position:static;background:#fcfcfc;border:#e1e1e1 solid 1px}.checkout-cart-index .main-container .cart-summary #block-shipping{display:none}.checkout-cart-index .main-container .cart-summary #block-summary{text-align:left}@media (min-width:1024px){.checkout-cart-index .main-container .cart-summary{width:33%;margin:10px auto;float:right}}.checkout-cart-index .main-container .cart-summary>.title{display:block;font-weight:300;line-height:1.1;font-size:1.3rem;margin-top:1rem;margin-bottom:1rem;text-align:center}.checkout-cart-index .main-container .cart-summary #discount-coupon-form .discount-form{display:flex;margin-top:0;align-items:center;justify-content:center}.checkout-cart-index .main-container .cart-summary #discount-coupon-form .discount-form .actions-toolbar .action.primary{max-width:320px;border-radius:5px;font-size:16px;font-weight:bold;letter-spacing:2px;background:#060606;border:0;color:#ffffff;cursor:pointer;margin:0 0 0 2px}.checkout-cart-index .main-container .cart-summary #discount-coupon-form .discount-form .actions-toolbar .action.primary span{font-family:ProximaNovaSBold;font-size:14px}.checkout-cart-index .main-container .cart-summary #discount-coupon-form .discount-form .actions-toolbar .action.primary.cancel{font-size:14px;font-weight:normal;letter-spacing:normal}.checkout-cart-index .main-container .cart-summary #discount-coupon-form .discount-form .actions-toolbar .action.primary.cancel span{letter-spacing:normal}.checkout-cart-index .main-container .cart-summary #discount-coupon-form .discount-form .field .control #coupon_code{background:#ffffff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:ProximaNovaReg;font-size:14px;line-height:1.42857143;vertical-align:baseline;height:34px;padding:0 15px;-webkit-appearance:none;transform:translateZ(0)}.checkout-cart-index .main-container .cart-summary #discount-coupon-form .discount-form .field .label{display:none}.checkout-cart-index .main-container .cart-summary #discount-coupon-form .discount-form .field .label span{font-family:ProximaNovaReg;font-size:13px;font-weight:700}.checkout-cart-index .main-container .cart-summary .bottomtext-wrapper .pink{color:#db7ca7;font-weight:bold}.checkout-cart-index .main-container .cart-summary .shipping_info{text-align:center;margin-top:5px}.checkout-cart-index .main-container .cart-summary .shipping_info .title img{margin-right:10px}.checkout-cart-index .main-container .cart-summary .shipping_info .text{margin-top:5px}.checkout-cart-index .main-container .cart-summary .shipping_info .text span{font-weight:bold}.checkout-cart-index .main-container .cart-summary .payment_info{text-align:center}.checkout-cart-index .main-container .cart-summary svg[class*="__bolt"] g.b{fill:#db7ca7 !important}.checkout-cart-index .main-container .cart-summary svg[class*="__bolt"] g.b:hover{fill:#db7ca7 !important}.checkout-cart-index .main-container .form.form-cart{width:95%;margin:0 auto;order:1}@media (min-width:1024px){.checkout-cart-index .main-container .form.form-cart{width:66%;margin:0 auto}}.checkout-cart-index .main-container .form.form-cart .actions-toolbar{text-align:right;position:relative}.checkout-cart-index .main-container .form.form-cart .cart.table-wrapper .product-item-details{white-space:normal;padding-left:30px}@media only screen and (max-width:767px){.checkout-cart-index .main-container .form.form-cart .cart.table-wrapper .product-item-details{padding-left:15px}}@media only screen and (max-width:767px){.checkout-cart-index .main-container .form.form-cart .cart.table-wrapper .product-item-photo{top:0;max-width:100%;text-align:center;position:relative}}.checkout-cart-index .main-container .form.form-cart .cart.table-wrapper .items thead+.item{border:none}.checkout-cart-index .main-container .price-including-tax,.checkout-cart-index .main-container .price-excluding-tax{font-size:20px;color:#db7ca7;text-align:center;margin-bottom:10px}.checkout-cart-index .main-container .rh_cart_email_block{display:flex;flex-direction:column;align-content:center;justify-content:space-between;width:100%;height:300px;background-color:rgba(0,0,0,0.5);background:linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url(../../frontend/Rockher/Winter/en_US/images/cart/bg_email_input.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;color:#ffffff}.checkout-cart-index .main-container .rh_cart_email_block .title{text-align:center;font-size:40px;font-weight:bold;padding-top:50px}.checkout-cart-index .main-container .rh_cart_email_block .text{text-align:center;font-size:18px}.checkout-cart-index .main-container .rh_cart_email_block .bottom-text{text-align:right;padding:0 20px 10px}.checkout-cart-index .main-container .rh_cart_email_block .klaviyo-form{margin:0 auto}@media only screen and (max-width:767px){.checkout-cart-index .main-container .rh_cart_email_block .klaviyo-form input{width:250px}}.checkout-cart-index .main-container .rh_cart_email_block .klaviyo-form button{border-radius:5px;width:100%;max-width:200px}@media only screen and (max-width:767px){.checkout-cart-index .main-container .rh_cart_email_block .klaviyo-form .kl-private-reset-css-Xuajs1{display:block !important}}@media only screen and (max-width:1024px){.checkout-cart-index .main{margin-top:80px}}@media only screen and (max-width:767px){.checkout-cart-index .main{margin-top:0px}}.checkout-cart-index .breadcrumbs-category{display:none}@media only screen and (max-width:767px){.checkout-cart-index .shopping-bag_head-text{display:none}}.checkout-cart-index .mobile-total_amount{display:none}@media only screen and (max-width:767px){.checkout-cart-index .mobile-total_amount{display:block;margin-bottom:30px}.checkout-cart-index .mobile-total_amount .shopping-bag_cover{text-align:center;padding:20px 0 10px}.checkout-cart-index .mobile-total_amount .shopping-bag_cover h4{font-size:20px}.checkout-cart-index .mobile-total_amount .total-cost_block{margin-top:0;padding:0 20px 10px}.checkout-cart-index .mobile-total_amount .total-cost_block .shopping-total-cart{margin-bottom:10px}.checkout-cart-index .mobile-total_amount .total-cost_block .checkout-types{margin:0 auto;padding:0}.checkout-cart-index .mobile-total_amount .total-cost_block .checkout-types .btn-checkout{display:block !important;margin-top:0}}.checkout-cart-index .mobile-additional_info{display:none}@media only screen and (max-width:991px){.checkout-cart-index .mobile-additional_info{display:block}.checkout-cart-index .mobile-additional_info .additional-info_section{display:block;border-top:none}}@media only screen and (max-width:767px){.checkout-cart-index .mobile-additional_info{display:none}}.checkout-cart-index .shopping-bag_cover{padding:30px 0 30px}.checkout-cart-index .shopping-bag_cover h4{color:#413F41;font-family:HaboroContrast-NormBook;font-size:26px;letter-spacing:0.4px;line-height:30px;font-weight:100;margin-bottom:0}@media only screen and (max-width:767px){.checkout-cart-index .empty-bag{display:block}}.checkout-cart-index .empty-bag .shopping-bag_cover{text-align:center;padding:70px 0 65px;border-bottom:1px solid #e8e8e8}.checkout-cart-index .empty-bag .shopping-bag_cover h4{margin-bottom:20px}@media only screen and (max-width:767px){.checkout-cart-index .empty-bag .shopping-bag_cover h4{font-size:20px}}.checkout-cart-index .empty-bag .shopping-bag_cover .continue-shopping_link{color:#443879;font-size:16px;font-weight:bold;letter-spacing:0.5px;line-height:19px;margin:0 auto}.checkout-cart-index .empty-bag .additional-info_section{border-bottom:1px solid #e8e8e8;margin-top:0;padding:65px 0 65px;color:#413F41}@media only screen and (max-width:767px){.checkout-cart-index .empty-bag .additional-info_section{display:block}}.checkout-cart-index .empty-bag .additional-info_section .questions_block{max-width:340px;width:100%;margin:auto}.checkout-cart-index .empty-bag .recommend-products{padding-top:35px}.checkout-cart-index .cart{width:100%;margin:0 auto}.checkout-cart-index .product-list_block{width:100%;background-color:#fff}.checkout-cart-index .product-list_block:not(:last-child){border-bottom:1px solid #e8e8e8}.checkout-cart-index .product-list_block .product-item_block{display:inline-block;width:100%;padding:30px 0 30px}@media only screen and (max-width:767px){.checkout-cart-index .product-list_block .product-item_block{padding-bottom:20px}}.checkout-cart-index .product-list_block .product-item_block:not(:first-child){border-top:1px solid #e8e8e8}.checkout-cart-index .product-list_block .product-item_block:not(:last-child){border-bottom:1px solid #e8e8e8}.checkout-cart-index .product-list_block .product-item_block .main-cart-product{position:relative;font-family:ProximaNovaReg;float:left;width:100%;border-bottom:none;padding:0}.checkout-cart-index .product-list_block .product-item_block .shop-cart-img{width:auto;float:left;padding-right:15px;position:relative}@media (max-width:375px){.checkout-cart-index .product-list_block .product-item_block .shop-cart-img{position:absolute;top:0;left:0}}.checkout-cart-index .product-list_block .product-item_block .shop-cart-img .product-image_link{position:relative;display:flex;flex-direction:column}.checkout-cart-index .product-list_block .product-item_block .shop-cart-img p{text-align:center}@media only screen and (max-width:767px){.checkout-cart-index .product-list_block .product-item_block .shop-cart-img p{margin-top:22px}}.checkout-cart-index .product-list_block .product-item_block .shop-cart-img .product-image{max-width:175px;height:auto;width:auto;display:block}@media only screen and (max-width:767px){.checkout-cart-index .product-list_block .product-item_block .shop-cart-img .product-image{max-width:100px}}.checkout-cart-index .product-list_block .product-item_block .shop-cart-img .add-towishList_link{width:20px;height:20px;position:absolute;top:0;right:20px}@media only screen and (max-width:767px){.checkout-cart-index .product-list_block .product-item_block .shop-cart-img .add-towishList_link{top:100px;right:55px}}.checkout-cart-index .product-list_block .product-item_block .shop-cart-img .add-towishList_link img{width:inherit;height:inherit}.checkout-cart-index .product-list_block .product-item_block .sidebar-cart{font-family:ProximaNovaReg;width:100%;max-width:560px;float:left}@media only screen and (max-width:1024px){.checkout-cart-index .product-list_block .product-item_block .sidebar-cart{max-width:410px}}@media only screen and (max-width:991px){.checkout-cart-index .product-list_block .product-item_block .sidebar-cart{max-width:510px}}@media only screen and (max-width:767px){.checkout-cart-index .product-list_block .product-item_block .sidebar-cart{max-width:265px}}@media (max-width:375px){.checkout-cart-index .product-list_block .product-item_block .sidebar-cart{max-width:inherit;float:none;width:auto;margin-left:115px}}@media (max-width:320px){.checkout-cart-index .product-list_block .product-item_block .sidebar-cart{max-width:175px}}.checkout-cart-index .product-list_block .product-item_block .quantity-cover{display:flex;justify-content:space-between;line-height:15px}.checkout-cart-index .product-list_block .product-item_block .quantity-cover .quantity-action{position:relative;width:15px;height:15px;cursor:pointer}.checkout-cart-index .product-list_block .product-item_block .quantity-cover .quantity-action .inner-action{display:block;width:15px;height:15px;background-image:url(../../frontend/Rockher/Winter/en_US/images/cart/plus_normal.svg);background-repeat:no-repeat;background-position:center;background-size:cover;padding:0}.checkout-cart-index .product-list_block .product-item_block .quantity-cover .quantity-action .inner-plus:hover{background-image:url(../../frontend/Rockher/Winter/en_US/images/cart/plus_hover.svg)}.checkout-cart-index .product-list_block .product-item_block .quantity-cover .quantity-action .inner-plus:focus{background-image:url(../../frontend/Rockher/Winter/en_US/images/cart/plus_pressed.svg);outline:none}.checkout-cart-index .product-list_block .product-item_block .quantity-cover .quantity-action .inner-plus:target{background-image:url(../../frontend/Rockher/Winter/en_US/images/cart/plus_pressed.svg)}.checkout-cart-index .product-list_block .product-item_block .quantity-cover .quantity-action .inner-minus{background-image:url(../../frontend/Rockher/Winter/en_US/images/cart/minus_normal.svg)}.checkout-cart-index .product-list_block .product-item_block .quantity-cover .quantity-action .inner-minus:hover{background-image:url(../../frontend/Rockher/Winter/en_US/images/cart/minus_hover.svg)}.checkout-cart-index .product-list_block .product-item_block .quantity-cover .quantity-action .inner-minus:focus{background-image:url(../../frontend/Rockher/Winter/en_US/images/cart/minus_pressed.svg);outline:none}.checkout-cart-index .product-list_block .product-item_block .quantity-cover .quantity-action .inner-minus:target{background-image:url(../../frontend/Rockher/Winter/en_US/images/cart/minus_pressed.svg)}.checkout-cart-index .product-list_block .product-item_block .quantity-cover .quantity-input{background:none;border:none;padding:2px;width:20px;text-align:center;height:15px;font-family:ProximaNovaReg}.checkout-cart-index .product-list_block .product-item_block .quantity-cover span{padding:0 5px}@media only screen and (max-width:767px){.checkout-cart-index .product-list_block .simple-item .product-cart-sku{margin-bottom:0}}.checkout-cart-index .product-list_block .simple-item .product-cart-sku .product-ring-size{float:right}@media only screen and (max-width:767px){.checkout-cart-index .product-list_block .simple-item .product-cart-sku .product-ring-size{float:none}}.checkout-cart-index .product-list_block .simple-item .quantity-cover{display:flex;float:right}@media only screen and (max-width:767px){.checkout-cart-index .product-list_block .simple-item .quantity-cover{float:left;margin-top:10px}}@media only screen and (max-width:767px){.checkout-cart-index .product-list_block .simple-item .quantity-title{font-size:16px;padding-left:0;padding-bottom:0}}.checkout-cart-index .product-list_block .wedding-item .quantity-cover{float:right}@media only screen and (max-width:767px){.checkout-cart-index .product-list_block .wedding-item .quantity-cover{float:left;margin-top:10px}}@media only screen and (max-width:767px){.checkout-cart-index .product-list_block .wedding-item .quantity-cover .quantity-title{padding-left:0;font-size:16px;font-weight:bold}}.checkout-cart-index .product-items_cover{width:100%;border-top:1px solid #e8e8e8}.checkout-cart-index .additional-features_section{color:#413F41;font-size:16px;letter-spacing:0.5px;line-height:19px;padding:0 15px 15px}@media only screen and (max-width:767px){.checkout-cart-index .additional-features_section{display:none;padding:0}}.checkout-cart-index .additional-features_section .sign-in_block .sign-in_link{font-weight:bold;color:#443879;padding-right:5px}.checkout-cart-index .additional-features_section .share-mail_block{float:right}.checkout-cart-index .additional-features_section .share-mail_block .share-mail_link{font-weight:bold;color:#443879;position:relative}.checkout-cart-index .additional-features_section .share-mail_block .share-mail_link:before{content:"";background:url(../../frontend/Rockher/Winter/en_US/images/hint-icon.svg) no-repeat center;bottom:-4px;left:-40px;width:28px;height:28px;position:absolute;display:inline-block;cursor:pointer}.checkout-cart-index .mobile-additional_section{display:none}@media only screen and (max-width:767px){.checkout-cart-index .mobile-additional_section{display:block;text-align:center;padding-bottom:0}.checkout-cart-index .mobile-additional_section .sign-in_block{padding:25px 0 20px}.checkout-cart-index .mobile-additional_section .share-mail_block{float:none;padding-left:30px}}.checkout-cart-index .table-wrapper{position:relative}.checkout-cart-index .table-wrapper td.col.price[data-th]{vertical-align:bottom;padding-bottom:20px;padding-top:0;width:10px;text-align:right}@media (max-width:767px){.checkout-cart-index .table-wrapper td.col.price[data-th]{width:100%;margin:0 auto}.checkout-cart-index .table-wrapper td.col.price[data-th] .price-excluding-tax{display:block;width:150px;margin:auto;padding-bottom:10px;font-family:ProximaNovaSbold;color:#db7ca7}.checkout-cart-index .table-wrapper td.col.price[data-th]:before{display:none}}.checkout-cart-index .table-wrapper .product-item-name{font-size:16px;margin-top:0;margin-bottom:20px}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .product-item-name{line-height:1.25;margin:0 0 15px;padding-right:40px}}.checkout-cart-index .table-wrapper .product-collection-name{font-size:24px;font-weight:bold;text-align:center;color:#000000;margin-bottom:10px}.checkout-cart-index .table-wrapper .remove-btn_cover{position:absolute;height:30px;width:30px;text-align:center;left:15px;top:25px;z-index:90}.checkout-cart-index .table-wrapper .remove-btn_cover:after{content:"Remove";display:none;position:absolute;width:80px;height:30px;left:-30px;top:-40px;font-family:ProximaNovaReg;font-size:16px;letter-spacing:0.5px;line-height:19px;color:#413F41;padding:5px;border-radius:10px;background-color:#FFFFFF;box-shadow:0 2px 4px 1px rgba(0,0,0,0.1)}.checkout-cart-index .table-wrapper .remove-btn_cover:hover:after{display:block}.checkout-cart-index .table-wrapper .remove-btn_cover img{width:18px;height:18px}.checkout-cart-index .table-wrapper .btn-remove2{width:22px;height:22px;display:block;position:absolute;background:none;top:0;right:0}@media (max-width:360px){.checkout-cart-index .table-wrapper .btn-remove2{top:-23px}}.checkout-cart-index .table-wrapper .btn-remove2 img{margin:0;position:relative}.checkout-cart-index .table-wrapper .product-name{font-family:ProximaNovaReg;max-width:460px;width:100%;font-size:16px;font-weight:bold;letter-spacing:0.5px;line-height:19px;color:#413F41;text-transform:none}@media only screen and (max-width:1024px){.checkout-cart-index .table-wrapper .product-name{max-width:360px;display:inline-block;margin-bottom:0px}}@media only screen and (max-width:991px){.checkout-cart-index .table-wrapper .product-name{max-width:90%}}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .product-name{max-width:235px}}@media (max-width:375px){.checkout-cart-index .table-wrapper .product-name{max-width:190px}}.checkout-cart-index .table-wrapper .product-name a{font-size:inherit}.checkout-cart-index .table-wrapper .product-cart-sku{margin:10px 0 10px;border-bottom:none}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .product-cart-sku{margin-top:0;margin-bottom:0;display:table;width:100%}}.checkout-cart-index .table-wrapper .product-cart-sku span{color:#413F41;font-size:16px;letter-spacing:0.5px;font-weight:bold;width:100%;text-align:right}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .product-cart-sku span{font-size:12px}}.checkout-cart-index .table-wrapper .product-cart-sku span .old-cart-price{text-decoration:line-through;font-weight:bold}.checkout-cart-index .table-wrapper .product-cart-sku span .special-cart-price span{color:#D0021B;font-size:16px;font-weight:bold}.checkout-cart-index .table-wrapper .product-cart-sku span .special-cart-notice{color:#D0021B;font-weight:normal}.checkout-cart-index .table-wrapper .product-cart-sku .label{font-weight:bold;padding:0}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .product-cart-sku .label{font-size:12px}}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .product-cart-sku .cart-price{text-align:left;float:none;width:100%}}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .product-cart-sku .price{font-size:16px}}.checkout-cart-index .table-wrapper .product-cart-sku .ring-sku{font-weight:normal}.checkout-cart-index .table-wrapper .product-cart-sku .product-ring-size{margin-bottom:0;display:flex;justify-content:space-between}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .product-cart-sku .product-ring-size{display:block}}.checkout-cart-index .table-wrapper .product-cart-sku .setting-choice-section{margin-top:20px;line-height:1.25}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .product-cart-sku .setting-choice-section{margin-top:10px}}.checkout-cart-index .table-wrapper .product-cart-sku .setting-choice-section .extra-price{text-align:right}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .product-cart-sku .setting-choice-section .extra-price{text-align:left}}.checkout-cart-index .table-wrapper .diamond-cart_price{color:#413F41;font-size:16px;letter-spacing:0.5px;text-align:right}.checkout-cart-index .table-wrapper .diamond-cart_price .old-cart-price{text-decoration:line-through;font-weight:bold}.checkout-cart-index .table-wrapper .diamond-cart_price .special-cart-price span{color:#D0021B;font-size:16px;font-weight:bold}.checkout-cart-index .table-wrapper .diamond-cart_price .special-cart-notice{color:#D0021B;font-weight:normal}.checkout-cart-index .table-wrapper .cart-ring_size{display:flex;line-height:40px;width:100%}@media (max-width:360px){.checkout-cart-index .table-wrapper .cart-ring_size{flex-direction:column;margin-bottom:15px}}.checkout-cart-index .table-wrapper .cart-ring_size .ring-size_title{letter-spacing:1px}@media only screen and (max-width:1024px){.checkout-cart-index .table-wrapper .cart-ring_size .ring-size_title{line-height:1.25}}@media only screen and (max-width:991px){.checkout-cart-index .table-wrapper .cart-ring_size .ring-size_title{line-height:40px}}@media (max-width:360px){.checkout-cart-index .table-wrapper .cart-ring_size .ring-size_title{flex-direction:column;font-size:14px;line-height:1.4;margin-bottom:5px}}@media (max-width:320px){.checkout-cart-index .table-wrapper .cart-ring_size .ring-size_title{font-size:14px}}.checkout-cart-index .table-wrapper .cart-ring_size .ring-size-select{width:90px;height:40px;border:1px solid #7c7593;border-radius:10px;background-color:#FFFFFF;margin-left:10px}.checkout-cart-index .table-wrapper .cart-ring_size .cart-price{margin-left:auto;font-weight:bold}.checkout-cart-index .table-wrapper .cart-ring_size .custom-select__selected{width:100%;height:40px;margin-left:10px;max-width:165px;padding:10px 10px 10px 20px;line-height:18px}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .cart-ring_size .custom-select__selected{font-size:14px;padding-left:10px;max-width:140px}}@media (max-width:360px){.checkout-cart-index .table-wrapper .cart-ring_size .custom-select__selected{margin-left:0}}.checkout-cart-index .table-wrapper .cart-ring_size .custom-select__selected:after{right:15px}.checkout-cart-index .table-wrapper .cart-ring_size .custom-select__select-items{max-width:165px;top:40px;left:82px}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .cart-ring_size .custom-select__select-items{max-width:140px}.checkout-cart-index .table-wrapper .cart-ring_size .custom-select__select-items li{padding-left:10px;font-size:14px}}@media (max-width:360px){.checkout-cart-index .table-wrapper .cart-ring_size .custom-select__select-items{top:100%;left:0;margin-top:-1px}}.checkout-cart-index .table-wrapper .quantity-plus_price{width:100%;max-width:95px;display:flex;flex-direction:column}.checkout-cart-index .table-wrapper .quantity-plus_price .cart-price{text-align:right;margin-right:0;padding-bottom:5px}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .quantity-plus_price .cart-price{text-align:left}}.checkout-cart-index .table-wrapper .engraving-section{padding:20px 0;border-top:1px solid #e8e8e8}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .engraving-section{padding:20px 0;overflow:hidden;width:100%}}.checkout-cart-index .table-wrapper .engraving-section .engraving-item{display:flex;justify-content:space-between;font-size:16px;font-weight:bold;letter-spacing:0.5px;line-height:19px;color:#413F41;margin:10px 0}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .engraving-section .engraving-item{display:block;float:left;margin:0}.checkout-cart-index .table-wrapper .engraving-section .engraving-item span{display:block;float:left;width:100%;padding:5px 0}}.checkout-cart-index .table-wrapper .engraving-section .engraving-item .engraving-text{font-weight:normal}.checkout-cart-index .table-wrapper .engraving-section .engraving-item .engraving-edit_link{color:#443879}.checkout-cart-index .table-wrapper .total-section{border-top:1px solid #e8e8e8}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .total-section{display:none}}.checkout-cart-index .table-wrapper .total-section .total-item{display:flex;justify-content:space-between;font-size:16px;font-weight:bold;letter-spacing:0.5px;line-height:19px;color:#413F41;margin:10px 0}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .total-section .total-item{display:block;float:left;margin:0}.checkout-cart-index .table-wrapper .total-section .total-item span{display:block;float:left;width:100%;padding:5px 0}}.checkout-cart-index .table-wrapper .diamond-properties_section{position:relative;padding-bottom:0;min-height:180px;margin-bottom:20px}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .diamond-properties_section{overflow:visible;clear:both}}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .diamond-properties_section .diamond-properties_item{width:100%}.checkout-cart-index .table-wrapper .diamond-properties_section .diamond-properties_item .diamond-item_type{max-width:160px}.checkout-cart-index .table-wrapper .diamond-properties_section .diamond-properties_item .diamond-sku{width:50%;font-size:12px;max-width:30px;padding:0}.checkout-cart-index .table-wrapper .diamond-properties_section .diamond-properties_item .diamond-sku_number{width:50%;font-size:12px;max-width:30px;padding:0}.checkout-cart-index .table-wrapper .diamond-properties_section .diamond-properties_item .gia-sert_number{font-size:12px;padding:0}.checkout-cart-index .table-wrapper .diamond-properties_section .diamond-properties_item .sert-link{font-size:12px;padding:0}.checkout-cart-index .table-wrapper .diamond-properties_section .diamond-properties_item .diamond-cart_price{text-align:left}}.checkout-cart-index .table-wrapper .diamond-properties_section .diamond-sku_section{justify-content:start}.checkout-cart-index .table-wrapper .diamond-properties_section .diamond-sku_section .diamond-sku_number{padding-left:5px}.checkout-cart-index .table-wrapper .diamond-properties_section .diamond-sku_number{font-weight:normal}.checkout-cart-index .table-wrapper .diamond-properties_section .sert-link{color:#443879;padding-left:5px}.checkout-cart-index .table-wrapper .diamond-properties_section .diamond-image_link{position:absolute;left:-180px;top:0}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .diamond-properties_section .diamond-image_link{left:-115px}}.checkout-cart-index .table-wrapper .diamond-properties_section .diamond-image_link img{width:165px}@media only screen and (max-width:767px){.checkout-cart-index .table-wrapper .diamond-properties_section .diamond-image_link img{width:100px}}.checkout-cart-index .table-wrapper .diamond-properties_section .diamond-image_link p{text-align:center}.checkout-cart-index .cart.main.actions{margin-top:20px;text-align:left}@media only screen and (max-width:767px){.checkout-cart-index .cart.main.actions{margin:20px 0;text-align:center}}.checkout-cart-index .cart.main.actions .show.cart,.checkout-cart-index .cart.main.actions .download.cart{display:none !important}.checkout-cart-index .cart.main.actions button{display:inline-block;width:100%;max-width:200px;height:45px;background:#41395f;font-size:16px;font-family:ProximaNovaSbold;letter-spacing:1px;text-transform:uppercase;color:#ffffff;text-align:center;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:45px;-moz-border-radius:45px;border-radius:45px;border:none;outline:none}.checkout-cart-index .cart.main.actions button:hover{background:#5d5185}.checkout-cart-index .additional-info_section{text-align:center;font-size:16px;letter-spacing:0.5px;line-height:19px;color:#413F41;border-top:1px solid #e8e8e8;padding-top:30px}@media only screen and (max-width:991px){.checkout-cart-index .additional-info_section{display:none}}.checkout-cart-index .additional-info_section ul{margin-bottom:0}.checkout-cart-index .additional-info_section ul li{margin-left:0}.checkout-cart-index .additional-info_section .separator{border-right:1px solid #e8e8e8}@media only screen and (max-width:767px){.checkout-cart-index .additional-info_section .mobile-lined{border-bottom:1px solid #e8e8e8}}@media only screen and (max-width:1024px){.checkout-cart-index .additional-info_section .questions_block{max-width:340px;width:100%;margin:0 auto 20px}}@media only screen and (max-width:767px){.checkout-cart-index .additional-info_section .questions_block{margin-bottom:35px}}.checkout-cart-index .additional-info_section .pay-text{font-weight:bold;padding:10px 0;display:flex;align-items:center;justify-content:center}.checkout-cart-index .additional-info_section .pay-text img{margin-left:5px}.checkout-cart-index .additional-info_section .contact-text{padding:0 0 15px}.checkout-cart-index .additional-info_section .add-info{padding:5px 0 5px}@media only screen and (max-width:767px){.checkout-cart-index .additional-info_section .pay-over_block{padding:35px 0}}.checkout-cart-index .additional-info_section .pay-over_block #bread-btn-cntnr{height:30px;overflow:hidden;display:block;color:inherit !important;padding-left:35px}.checkout-cart-index .additional-info_section .pay-over_block #bread-btn-cntnr #bread-checkout-btn{margin-left:0}.checkout-cart-index .additional-info_section .pay-over_block #bread-btn-cntnr #bread-button #bread-center-inner{text-align:center !important}.checkout-cart-index .additional-info_section .tel_link{color:#413F41;position:relative}.checkout-cart-index .additional-info_section .tel_link:before{content:"";background:url(../../frontend/Rockher/Winter/en_US/images/product/phone_icon.png) no-repeat center;bottom:-4px;left:-27px;width:24px;height:24px;position:absolute;display:inline-block;cursor:pointer}.checkout-cart-index .additional-info_section .chat-contacts{display:flex;justify-content:space-evenly;font-size:inherit;font-weight:bold;color:#443879;padding:15px 0 0}.checkout-cart-index .additional-info_section .chat-links{position:relative;text-align:right;padding:0 15px;margin-left:35px}.checkout-cart-index .additional-info_section .chat-links:before{content:"";background:url(../../frontend/Rockher/Winter/en_US/images/product/chat-icon.svg) no-repeat center;bottom:-4px;left:-27px;width:32px;height:32px;position:absolute;display:inline-block;cursor:pointer}.checkout-cart-index .additional-info_section .mail-link{text-align:center;margin-left:0}.checkout-cart-index .additional-info_section .mail-link:before{background:url(../../frontend/Rockher/Winter/en_US/images/product/mail-icon.svg) no-repeat center}.checkout-cart-index .additional-info_section .bread-get_rate{display:inline-block !important;background:none !important;border:none !important;text-align:center !important;font-size:16px !important;letter-spacing:0.5px !important;line-height:19px !important;color:#443879 !important;border-radius:0 !important;padding:0 !important;font-weight:bold !important}.checkout-cart-index .additional-info_section .bread-get_rate:hover{color:#7A748F !important;cursor:pointer !important}.checkout-cart-index .additional-info_section .bread-get_rate div{height:30px !important}.checkout-cart-index .additional-info_section .bread-get_rate #bread-promo-0-bread-iframe,.checkout-cart-index .additional-info_section .bread-get_rate #bread-promo-1-bread-iframe{height:auto !important}.checkout-cart-index .additional-info_section .pay-separator{text-align:center;padding:0 2px 0 5px}.checkout-cart-index .additional-info_section .rate-link{color:#443879;font-weight:bold;display:block;margin-top:10px}.checkout-cart-index .total-cost_block{padding:10px 20px 15px;background-color:#F9F9F9}@media only screen and (max-width:767px){.checkout-cart-index .total-cost_block{text-align:center;margin-top:35px}}.checkout-cart-index .total-cost_block .final-order_summary h3{color:#413F41;font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;line-height:26px}.checkout-cart-index .total-cost_block .shopping-subtotal-cart,.checkout-cart-index .total-cost_block .shopping-total-cart{display:flex;justify-content:space-between;font-size:16px;font-weight:bold;letter-spacing:0.5px;text-align:center;color:#413F41}.checkout-cart-index .total-cost_block .cart-totals{padding-top:10px}@media only screen and (max-width:1024px){.checkout-cart-index .total-cost_block .cart-totals{padding:10px 0 0 0}}@media only screen and (max-width:767px){.checkout-cart-index .total-cost_block .cart-totals{margin-top:0;margin-bottom:5px}}.checkout-cart-index .total-cost_block .shopping-subtotal-cart{font-weight:600;margin-bottom:30px;display:flex;flex-direction:column}@media only screen and (max-width:767px){.checkout-cart-index .total-cost_block .shopping-subtotal-cart{margin-bottom:0}}.checkout-cart-index .total-cost_block .shopping-subtotal-cart .subtotal{display:none}.checkout-cart-index .total-cost_block .shopping-subtotal-cart .shoping-cart-shipping{display:none;text-transform:uppercase}.checkout-cart-index .total-cost_block .shopping-subtotal-cart p{font-weight:normal;text-transform:none}.checkout-cart-index .total-cost_block .shopping-subtotal-cart div{display:flex;justify-content:space-between}.checkout-cart-index .total-cost_block .shopping-subtotal-cart .fedex-shipping span{text-transform:uppercase}.checkout-cart-index .total-cost_block .shopping-subtotal-cart .shoping-cart-info{display:none}@media only screen and (max-width:767px){.checkout-cart-index .total-cost_block .shopping-subtotal-cart .default .title{text-align:left;font-size:14px}}.checkout-cart-index .total-cost_block .shopping-total-cart{margin-bottom:50px;line-height:19px;text-transform:uppercase}@media only screen and (max-width:767px){.checkout-cart-index .total-cost_block .shopping-total-cart{margin-bottom:25px}}.checkout-cart-index .total-cost_block .shopping-total-cart .shoping-cart-total{width:100%;display:flex;justify-content:space-between}.checkout-cart-index .total-cost_block .shopping-tax-cart{text-align:left;padding:10px 0 20px;margin-bottom:20px;border-bottom:1px solid #e8e8e8;font-size:16px;color:#484848}.checkout-cart-index .total-cost_block .discount ul.messages{display:block;margin:0}.checkout-cart-index .total-cost_block .discount ul.messages ul{margin:0 !important}.checkout-cart-index .total-cost_block .discount ul.messages li{margin-left:0 !important}.checkout-cart-index .total-cost_block .discount ul.messages .error-msg li{border:none;background:none;padding:5px 0 0;text-align:left;color:#D0021B}@media only screen and (max-width:767px){.checkout-cart-index .total-cost_block .discount ul.messages .error-msg li{max-width:400px;padding-top:0;margin:-5px auto 0 !important}}.checkout-cart-index .total-cost_block .discount ul.messages .error-msg li::before{display:none}@media only screen and (max-width:1024px){.checkout-cart-index .total-cost_block .discount-form{max-width:400px;margin:0 auto}}.checkout-cart-index .total-cost_block .discount-form #discount-checkbox{display:none}.checkout-cart-index .total-cost_block .discount-form label{width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;line-height:19px;color:#413F41;margin-bottom:15px}.checkout-cart-index .total-cost_block .discount-form input{max-width:250px;width:100%;float:left;height:36px;margin:0}.checkout-cart-index .total-cost_block .discount-form .field-wrapper{position:relative;width:100%;display:flex;justify-content:space-between}@media (max-width:360px){.checkout-cart-index .total-cost_block .discount-form .field-wrapper div:nth-child(1){display:block;width:auto !important;margin-right:115px}}.checkout-cart-index .total-cost_block .discount-form .validation-advice{float:left;text-align:center !important;max-width:195px}.checkout-cart-index .total-cost_block .discount-form .button-wrapper{max-width:122px;width:100%}@media (max-width:360px){.checkout-cart-index .total-cost_block .discount-form .button-wrapper{position:absolute;top:0;right:0;max-width:110px}}.checkout-cart-index .total-cost_block .discount-form .button-wrapper button{width:100%;height:45px;border-radius:45px;color:#443879;font-size:16px;font-weight:bold;letter-spacing:2px;line-height:19px;border:2px solid #443879;background:#ffffff;margin-top:2px}.checkout-cart-index .total-cost_block .discount-form .button-wrapper button:hover{opacity:0.8}.checkout-cart-index .final-order_summary{display:none}.checkout-cart-index .checkout-types{width:100%;margin-top:15px;margin-bottom:0}@media only screen and (max-width:1024px){.checkout-cart-index .checkout-types{max-width:400px;margin:15px auto}}@media only screen and (max-width:767px){.checkout-cart-index .checkout-types{margin-top:0}}.checkout-cart-index .checkout-types li{position:relative;text-align:center;margin-left:0}.checkout-cart-index .checkout-types .choice-section{position:absolute;top:70px}.checkout-cart-index .checkout-types .bolt-checkout-button{padding-bottom:35px}.checkout-cart-index .checkout-types .bolt-checkout-button:before{position:absolute;content:'';left:10px;right:10px;bottom:10px;border-top:1px solid #413f41;z-index:1}@media only screen and (max-width:767px){.checkout-cart-index .checkout-types .bolt-checkout-button:before{bottom:20px}}.checkout-cart-index .checkout-types .bolt-checkout-button:after{content:'OR';position:absolute;bottom:0;width:65px;left:50%;transform:translate(-50%, 0);font-family:ProximaNovaSbold;font-size:18px;line-height:1.25;color:#413f41;text-align:center;background:#f9f9f9;z-index:1}@media only screen and (max-width:767px){.checkout-cart-index .checkout-types .bolt-checkout-button:after{bottom:10px}}@media only screen and (max-width:767px){.checkout-cart-index .checkout-types .bolt-checkout-button{padding-bottom:45px}}.checkout-cart-index .checkout-types .bolt-checkout-button.with-cards.btn-proceed-checkout-bolt-css-suffix{float:none;min-height:60px;max-width:320px;width:100% !important;overflow:hidden}.checkout-cart-index .checkout-types .flag-icons{display:none}.checkout-cart-index .checkout-types .checkout.btn-checkout{display:block !important;width:100% !important;max-width:320px;border-radius:5px;border:0;font-size:16px !important;font-weight:bold;letter-spacing:2px;line-height:20px;padding:10px 17px;height:50px;text-transform:uppercase;margin:0 auto;font-family:ProximaNovaSBold;background:#51aceb;color:#ffffff;margin-bottom:5px}@media only screen and (max-width:1200px){.checkout-cart-index .checkout-types .checkout.btn-checkout{font-size:15px !important}}@media only screen and (max-width:767px){.checkout-cart-index .checkout-types .checkout.btn-checkout{padding:0 !important}}.checkout-cart-index .checkout-types .checkout.btn-checkout:hover{background:#51aceb;border:none;color:#ffffff}.checkout-cart-index .minicart-actions .checkout-types .bolt-checkout-button{margin-bottom:10px}.checkout-cart-index .minicart-actions .checkout-types .bolt-checkout-button:after{background:#ffffff}.checkout-cart-index .discount #coupon_code{width:100%;max-width:195px;height:50px;text-align:left;font-size:16px;letter-spacing:0.5px;line-height:19px;color:#413F41;border:1px solid #7c7593;border-radius:10px;background-color:#FFFFFF;margin:0;padding:15px;font-family:ProximaNovaReg}@media only screen and (max-width:1200px){.checkout-cart-index .discount #coupon_code{max-width:250px;margin:0 auto}}@media only screen and (max-width:991px){.checkout-cart-index .discount #coupon_code{max-width:180px}}@media only screen and (max-width:767px){.checkout-cart-index .discount #coupon_code{max-width:180px}}@media (max-width:320px){.checkout-cart-index .discount #coupon_code{margin:0 auto 15px;float:none;padding-left:10px}}.checkout-cart-index .discount #coupon_code:focus{outline:none}@media only screen and (max-width:1200px){.checkout-cart-index .discount .field-wrapper{text-align:center}}@media only screen and (max-width:767px){.checkout-cart-index .payment-icons_section{display:none}}.checkout-cart-index .payment-icons_section .partner-cover{display:flex;justify-content:center;padding-top:35px}.checkout-cart-index .payment-icons_section .partner-cover a{margin:0 10px 0}.checkout-cart-index .might-like_products .heading{margin-bottom:50px}@media only screen and (max-width:767px){.checkout-cart-index .might-like_products .heading{margin-bottom:30px}}.checkout-cart-index .flag-icons{text-align:center;padding:0 0 20px}.checkout-cart-index .flag-icons_item{display:inline-block;margin:0 2px 0}@media only screen and (max-width:1024px){.checkout-cart-index .flag-icons_item{margin:0 1px 0}}.checkout-cart-index .flag-icons_item img{width:30px;height:20px}.checkout-cart-index .choice-section{width:100%;text-align:center;display:flex;align-items:center;justify-content:space-evenly}@media only screen and (max-width:767px){.checkout-cart-index .choice-section{padding-bottom:20px}}.checkout-cart-index .choice-section .border-center_line{background:#E8E8E8;color:#E8E8E8;height:2px;max-width:124px;width:100%}.checkout-cart-index .choice-section .or-text{text-transform:uppercase;font-size:18px;font-weight:bold;letter-spacing:0.5px;line-height:22px;color:#413F41;padding:0 10px 0}.checkout-cart-index .additional-payments_methods{width:100%;text-align:center}@media only screen and (max-width:767px){.checkout-cart-index .additional-payments_methods{padding-top:20px}}.checkout-cart-index .additional-payments_methods p{color:#413F41;font-size:16px;letter-spacing:0.5px;line-height:19px}.checkout-cart-index .testimonial-section{background:none;padding-top:110px;padding-bottom:50px}@media only screen and (max-width:991px){.checkout-cart-index .testimonial-section{padding-top:50px;padding-bottom:50px}}@media only screen and (max-width:767px){.checkout-cart-index .testimonial-section{display:none}}.checkout-cart-index .shopping-cart_engraving-modal .modal-header{text-align:center}.checkout-cart-index .shopping-cart_engraving-modal .add-engraving__form{max-width:365px;margin:auto}.checkout-cart-index .shopping-cart_engraving-modal .add-engraving__form .add-engraving__input-wrap{margin:0 auto;text-align:center}.checkout-cart-index .shopping-cart_engraving-modal .add-engraving__form .add-engraving__input-wrap .add-engraving__input{letter-spacing:1px;line-height:19px}.checkout-cart-index .shopping-cart_engraving-modal .add-engraving__form .add-engraving__input-wrap .egraving-warning{display:none;color:#B90017;letter-spacing:0.5px}.checkout-cart-index .shopping-cart_engraving-modal .add-engraving__form .add-engraving__input-wrap .valid.is-invalid{top:33%}.checkout-cart-index .shopping-cart_engraving-modal .add-engraving__form .add-engraving__caption{text-align:center;margin-top:15px}.checkout-cart-index .shopping-cart_engraving-modal .add-engraving__style{text-align:center}.checkout-cart-index .shopping-cart_engraving-modal .add-engraving__style .add-engraving__style-item{margin-right:30px}.checkout-cart-index .shopping-cart_engraving-modal .save-btn_cover{display:flex}.checkout-cart-index .shopping-cart_engraving-modal .save-btn_cover .save-engraving_btn{width:100%;max-width:320px;height:58px;border-radius:45px;background-color:#443879;text-transform:uppercase;text-align:center;color:#ffffff;padding:17px 0 17px;margin:35px auto 15px;letter-spacing:2px}.checkout-cart-index .shopping-cart_engraving-modal .save-btn_cover .save-engraving_btn:hover{background:#5d5185}.checkout-cart-index .shopping-cart_engraving-modal .save-btn_cover .btn-disabled{background-color:#E8E8E8}.checkout-cart-index .shopping-cart_engraving-modal .save-btn_cover .btn-disabled:hover{background-color:#E8E8E8}.checkout-cart-index #pop-up-loader_cart{position:fixed;width:100%;text-align:center;z-index:1005;display:none}.checkout-cart-index #pop-up-loader_cart .pop-up-container{display:table-cell;width:100vw;height:100vh;vertical-align:middle}.checkout-cart-index section.questions-block_section.empty-bag .additional-info_section{border-bottom:none}.checkout-cart-index .cart.table-wrapper .item .col.item{padding:20px 0px 10px 10px}@media only screen and (max-width:767px){.checkout-cart-index .cart.table-wrapper .item .col.item{padding-top:0}}.checkout-cart-index .cart.table-wrapper .item-info{border:#fafafa solid 5px}.checkout-cart-index .cart.table-wrapper .item-info .qty-field-wrapper{margin-bottom:10px;margin-left:5px;text-align:left}.checkout-cart-index .cart.table-wrapper .item-info .qty-field-wrapper .decreaseQty,.checkout-cart-index .cart.table-wrapper .item-info .qty-field-wrapper .increaseQty{background:none;border:none;font-size:24px;color:#db7ca7;width:20px}.checkout-cart-index .cart.table-wrapper .item-info .qty-field-wrapper #qty-submit-btn{display:none}.checkout-cart-index .cart.table-wrapper .item-info .qty-field-wrapper input{height:26px}.checkout-cart-index .cart.table-wrapper .item-info .qty-field-wrapper .fas{font-family:'ProximaNovaReg';font-style:normal}.checkout-cart-index .cart.table-wrapper .item-options{font-size:16px;margin:0;display:block}@media only screen and (max-width:767px){.checkout-cart-index .cart.table-wrapper .item-options{margin:0;padding:0 !important}.checkout-cart-index .cart.table-wrapper .item-options dt{margin:0 5px 0 0}.checkout-cart-index .cart.table-wrapper .item-options dd{margin-bottom:0}}.checkout-cart-index .column.main .cart-summary .block>.title strong,.checkout-cart-index .column.main .paypal-review-discount .block>.title strong{font-size:16px;font-weight:400}.checkout-cart-index .cart-summary .block .fieldset{margin:15px 0 15px 5px}.checkout-cart-index .cart-summary .block .fieldset .field{margin:0;max-width:335px}.checkout-cart-index .shopping-cart-table .item-actions{height:40px}.checkout-cart-index .page-title .base{text-transform:none}.quality-section{background:#F9F9F9;padding:35px 0 35px;margin:35px 0 50px}@media only screen and (max-width:767px){.quality-section{padding:unset;margin:0;background:#fff}}.quality-section .quality-item{max-width:160px;width:100%;margin:auto;display:flex;justify-content:space-between}@media only screen and (max-width:767px){.quality-section .quality-item{max-width:33%;display:block;margin-top:40px}}@media only screen and (max-width:767px){.quality-section .quality-item img{margin:0 auto 10px;min-height:35px}}.quality-section .quality-item p{max-width:125px;font-size:16px;font-family:ProximaNovaSbold;letter-spacing:0.5px;line-height:19px;padding-left:10px}@media only screen and (max-width:767px){.quality-section .quality-item p{max-width:100%;font-size:14px;text-align:center;padding:0}}@media only screen and (max-width:767px){.quality-section .quality-item p.return-mobile{max-width:70px;margin:0 auto}}.quality-section .quality-item p span{color:#B3173B}.checkout-cart-index .main-header .top-bar{display:none}.checkout-cart-index #shopping-cart-table .table-caption,.checkout-cart-index #shopping-cart-table thead{display:none}.checkout-cart-index #shopping-cart-table .item-actions .price{width:30%}.checkout-cart-index .cart-summary .block>.title{padding-left:0}.checkout-cart-index .cart-summary #cart-totals{border:none}.checkout-cart-index .cart-summary #cart-totals .totals.grand.incl{font-size:16px;color:#000}.checkout-cart-index .cart-summary #cart-totals .totals.grand.excl{display:none}.checkout-cart-index .cart-summary #cart-totals .totals.grand th,.checkout-cart-index .cart-summary #cart-totals .totals.grand td{padding-top:10px}.checkout-cart-index .cart-summary #cart-totals .totals .mark{font-size:16px;font-weight:bold;padding-left:10px}.checkout-cart-index .cart-summary #cart-totals .totals .mark .title{font-size:14px;font-weight:normal;padding-left:5px}@media only screen and (max-width:767px){.checkout-cart-index .cart-summary #cart-totals .totals .mark .title{font-size:12px}}.checkout-cart-index .cart-summary #cart-totals .totals th,.checkout-cart-index .cart-summary #cart-totals .totals td{padding-left:0;padding-top:5px}.checkout-cart-index .cart-summary .multicheckout{display:none}.checkout-cart-index #block-discount{margin-top:15px}.checkout-cart-index #block-discount .title{display:none}.checkout-cart-index .cart-signin-row{font-size:20px}.checkout-cart-index .cart-signin-row a{color:#db7ca7;font-weight:bold}.checkout-cart-index .cart-signin-row .action.show.cart,.checkout-cart-index .cart-signin-row .download.cart{display:none}.checkout-cart-index .cart-signin-row .action_sharecart_link,.checkout-cart-index .cart-signin-row .action_sharecart_link:hover{float:right;bottom:20px;position:relative;color:#060606;background:none;border:none}@media only screen and (max-width:767px){.checkout-cart-index .cart-signin-row .action_sharecart_link,.checkout-cart-index .cart-signin-row .action_sharecart_link:hover{bottom:35px}.checkout-cart-index .cart-signin-row .action_sharecart_link span,.checkout-cart-index .cart-signin-row .action_sharecart_link:hover span{display:none}}.checkout-cart-index .cart-signin-row .action_sharecart_link::before{content:'';position:absolute;left:-35px;width:22px;height:22px;padding:5px;background-image:url(../../frontend/Rockher/Winter/en_US/images/rh-newdesign/share_cart_logo.png);background-repeat:no-repeat;background-size:22px;background-position:center}@media only screen and (max-width:767px){.checkout-cart-index .cart-signin-row{margin:0 15px}}.checkout-cart-index .page-title{margin-bottom:5px}@media only screen and (max-width:767px){.checkout-cart-index .page-title{margin-left:15px}}@media only screen and (max-width:767px){.category-engagement-rings .breadcrumbs-category{display:none}}.show-tablet{display:none}@media only screen and (max-width:991px){.show-tablet{display:block !important}}@media only screen and (max-width:991px){.hidden-tablet{display:none !important}}@media only screen and (max-width:767px){.no-padding-mobile{padding:0}}.show-mobile{display:none}@media only screen and (max-width:767px){.show-mobile{display:block !important}}@media only screen and (max-width:767px){.hidden-mobile{display:none !important}}@media only screen and (max-width:767px){.no-padding-mobile{padding:0}}@media only screen and (max-width:767px){.category-engagement-rings .amshopby-page-container .container{padding-left:15px;padding-right:15px}}.show-effect{opacity:0}@media only screen and (max-width:767px){.show-effect{opacity:1}}.rh-loader{position:fixed;top:0;bottom:0;left:0;right:0;z-index:999999;background:rgba(255,255,255,0.55)}.rh-loader .Spinner{position:absolute;top:50%;margin-top:-14px;left:50%;margin-left:-14px}.er-main{position:relative;height:450px}.er-main_fullwidth{height:auto;margin-left:-15px;margin-right:-15px}@media only screen and (max-width:991px){.er-main{background:none;height:415px}}@media only screen and (max-width:767px){.er-main{height:auto}}.er-main__section{background-color:#fcfcfc}@media only screen and (max-width:991px){.er-main__section{padding-bottom:0;margin-bottom:35px}}@media only screen and (max-width:767px){.er-main__section{background:none;padding-bottom:0px;margin-bottom:0}.er-main__section_home{margin-top:0}}.er-main__text-container{position:relative}.er-main__text-block{position:absolute;top:70%;transform:translateY(-50%);width:600px;padding:45px 40px 0px 40px;color:#413F41;z-index:2}@media only screen and (max-width:1024px){.er-main__text-block{right:0;width:550px}}@media only screen and (max-width:991px){.er-main__text-block{width:410px;padding:30px 20px}}@media only screen and (max-width:767px){.er-main__text-block{position:relative;width:100%;top:0;left:0;transform:translateY(0%);padding:20px 15px 12px;background-color:#ffffff}}.er-main__text-block_home{top:auto;transform:none;left:0;right:0;bottom:0;padding:35px;display:flex;align-items:center;justify-content:flex-start;width:auto}@media only screen and (max-width:991px){.er-main__text-block_home{top:50%;bottom:auto;transform:translateY(-50%);display:block;text-align:center}.er-main__text-block_home .rosi-budget{margin:auto}}@media only screen and (max-width:767px){.er-main__text-block_home{position:relative;width:100%;top:0;left:0;transform:translateY(0%);padding:20px 15px 12px;background-color:#ffffff}}.er-main__title{text-transform:uppercase;font-family:HaboroContrast-NormBook;color:#413F41;font-size:32px;letter-spacing:1px;line-height:41px;margin:0}@media only screen and (max-width:991px){.er-main__title{color:#ffffff}}@media only screen and (max-width:767px){.er-main__title{color:#413F41;font-size:28px;line-height:36px;text-align:center}}.er-main .holiday-main_title{color:#ffffff;font-family:HaboroContrast-NormBook;font-size:50px;letter-spacing:2px;line-height:64px}@media only screen and (max-width:767px){.er-main .holiday-main_title{color:#992937}}.er-main .holiday-main_text{color:#ffffff;font-family:HaboroContrast-NormBook;font-size:32px;letter-spacing:1px;line-height:41px;text-transform:uppercase;margin:5px 0 10px;text-align:left;max-width:500px;width:100%}@media only screen and (max-width:767px){.er-main .holiday-main_text{color:#413F41;font-size:22px;text-align:center;margin-left:auto;margin-right:auto}}.er-main .holiday-add_text{color:#ffffff;font-family:ProximaNovaLight;font-size:18px;letter-spacing:0.5px;line-height:22px;margin-bottom:20px}@media only screen and (max-width:767px){.er-main .holiday-add_text{text-align:center;color:#413F41;max-width:290px;margin:0 auto 20px}}.er-main .holiday-add_text-home{font-size:25px;letter-spacing:2px;font-family:ProximaNovaReg;line-height:1.2;margin-bottom:25px}@media only screen and (max-width:767px){.er-main .holiday-add_text-home{font-size:22px;letter-spacing:0.5px;max-width:360px}}.er-main__text{margin:15px 0 25px 0;font-size:18px;letter-spacing:0.5px;line-height:22px;font-family:ProximaNovaReg;text-transform:none;color:inherit}@media only screen and (max-width:767px){.er-main__text{text-align:center;margin:15px 0 18px 0}}.er-main__image-container{position:absolute;width:555px;height:100%;top:0;right:0;z-index:0;background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/christmas-main_bg-desktop_2@2x.jpg") no-repeat 50% 50%;background-size:cover}@media only screen and (max-width:991px){.er-main__image-container{display:none}}@media only screen and (max-width:767px){.er-main__image-container{position:relative;width:100%;height:300px;display:block}}.er-main__button{display:block;height:58px;width:321px;border-radius:5px;background-color:#db7ca7;color:#FFFFFF;font-family:ProximaNovaReg;font-size:16px;letter-spacing:2px;line-height:58px;text-transform:uppercase;text-align:center}@media only screen and (max-width:767px){.er-main__button{margin:auto}}.er-main__button:hover{color:#ffffff;background-color:#db7ca7}.er-main .eng-icon-block{position:absolute;bottom:5%;right:0}@media only screen and (max-width:767px){.er-main .eng-icon-block{bottom:35%}}.er-main .eng-rings-main_text{width:700px}@media only screen and (max-width:767px){.er-main .eng-rings-main_text{width:auto}}.build-er{position:relative;width:100%;height:510px}.build-er_hp{height:560px}@media only screen and (max-width:991px){.build-er{height:auto}}.build-er__section{padding:35px 0;padding-top:0;padding-bottom:50px}@media only screen and (max-width:767px){.build-er__section{padding:0}}.build-er__section_gemstone .container{max-width:1140px}@media only screen and (max-width:991px){.build-er__section_gemstone{padding-bottom:0}}.build-er__image-container{position:absolute;width:100%;max-width:730px;height:510px;top:0;left:0;z-index:0;background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/heroEngRingsLP_D_3.jpg") no-repeat 50% 50%;background-size:cover}.build-er__image-container_hp{height:560px;background-image:url("../../frontend/Rockher/Winter/en_US/images/er-lp/img_HomepageHeroImg_D.jpg")}@media only screen and (max-width:991px){.build-er__image-container{position:relative;top:auto;right:auto}}@media only screen and (max-width:767px){.build-er__image-container{height:270px;background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/heroEngRingsLP_M_3.jpg") no-repeat 50% 50%;background-size:cover}}@media only screen and (max-width:991px){.build-er__image-container_hp{background-image:url("../../frontend/Rockher/Winter/en_US/images/er-lp/img_homepage-top-banner_M.jpg");margin-left:auto;margin-right:auto}}.build-er_gemstone .build-er__image-container{background:url("../../frontend/Rockher/Winter/en_US/images/gemstone-lp/gemstone_BuildanEngagementRing_D.jpg") no-repeat 50% 50%;background-size:cover}.build-er__text-container{position:absolute;width:100%;max-width:650px;top:50%;transform:translateY(-50%);right:0;background:#ffffff;padding:40px 30px 50px 30px;padding-bottom:165px;text-align:center;z-index:1}.build-er__text-container_hp{top:50%;right:0;transform:translate(0, -50%)}@media only screen and (max-width:991px){.build-er__text-container{position:relative;top:auto;right:auto;max-width:600px;padding:35px 0 0;margin:0 auto;transform:none}}@media only screen and (max-width:767px){.build-er__text-container{width:100%}}.build-er_gemstone .build-er__text-container{top:50%;right:0;transform:translate(0, -50%);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:50px 20px;min-height:350px;max-width:635px}@media only screen and (max-width:1024px){.build-er_gemstone .build-er__text-container{max-width:575px}}@media only screen and (max-width:991px){.build-er_gemstone .build-er__text-container{top:auto;transform:none;padding:30px 15px;min-height:auto}}.build-er__title{color:#413F41;font-family:HaboroContrast-NormBook;text-transform:uppercase;font-size:32px;letter-spacing:1px;line-height:41px;margin-bottom:0}.build-er__title h1{font-size:24px;margin-bottom:20px}.build-er__title h6{font-size:20px;font-family:HaboroContrast-NormBook;font-weight:normal}@media only screen and (max-width:767px){.build-er__title{padding:0 9px;font-size:28px;line-height:36px}}.build-er_gemstone .build-er__title{margin-bottom:15px}.build-er__text{margin-top:15px;color:#413F41;font-family:ProximaNovaReg;font-size:18px;letter-spacing:0.5px;line-height:22px}@media only screen and (max-width:991px){.build-er__text{margin-top:24px;padding:0 16px}}@media only screen and (max-width:767px){.build-er__text{padding:0 5px}}.build-er_gemstone .build-er__text{max-width:465px;margin:0 auto 45px}@media only screen and (max-width:767px){.build-er_gemstone .build-er__text{padding:0 10px}}.build-er__buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;position:absolute;bottom:75px;left:20px;right:20px;flex-wrap:wrap}.build-er__buttons .or{font-size:16px;letter-spacing:0.5px;margin-left:13px;margin-right:13px;text-transform:uppercase}@media only screen and (max-width:1024px){.build-er__buttons{left:30px;right:30px}}@media only screen and (max-width:991px){.build-er__buttons{position:relative;left:auto;right:auto;bottom:auto;margin:30px auto}}@media only screen and (max-width:767px){.build-er__buttons{flex-direction:column;margin-bottom:45px}.build-er__buttons .or{margin:7px 0}}.build-er_hp .build-er__buttons{bottom:45px}.build-er_gemstone .build-er__buttons{position:relative;left:auto;right:auto;bottom:auto}@media only screen and (max-width:1024px){.build-er_gemstone .build-er__buttons{left:auto;right:auto}}@media only screen and (max-width:991px){.build-er_gemstone .build-er__buttons{margin:0}}.build-er__affirm-msg{display:block;width:100%;margin-top:10px;font-size:14px}.build-er__affirm-msg img{display:inline-block}.build-er__affirm-msg a{font-family:ProximaNovaBold;border-bottom:1px dotted #443879}.build-er__button{display:block;width:321px;height:50px;margin:auto;color:#fff;font-family:ProximaNovaBold;font-size:16px;text-transform:uppercase;letter-spacing:2px;line-height:47px;text-align:center;border-radius:5px;background-color:#51aceb;outline:none}.build-er__button:hover{color:#fff;text-decoration:none;background-color:#51aceb}.build-er__button:active{background-color:#7c7593;border-color:#7c7593}.build-er__button:focus{color:#ffffff;text-decoration:none;outline:none}.build-er__button_secondary{height:58px;line-height:53px;border:2px solid #443879;background-color:#ffffff;color:#443879}.build-er__button_secondary:hover,.build-er__button_secondary:focus{background-color:#ffffff;border-color:#5D5185;color:#5D5185}.build-er__button_secondary:active{background-color:#443879;border-color:#443879;color:#ffffff}.build-er__icon-block{display:flex;justify-content:space-between;width:272px;margin:37px auto 20px}@media only screen and (max-width:767px){.build-er__icon-block{margin:35px auto 46px}}.build-er__icon-item{position:relative;text-align:center;padding-top:52px}.build-er__icon-item:before{content:'';position:absolute;left:50%;transform:translateX(-50%)}.build-er__icon-item.white:nth-child(1):before{background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/icon-ring-1-white.svg") no-repeat 50% 50%}@media only screen and (max-width:767px){.build-er__icon-item.white:nth-child(1):before{background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/icon-ring-1.svg") no-repeat 50% 50%}}.build-er__icon-item.white:nth-child(1):after{color:#ffffff}@media only screen and (max-width:767px){.build-er__icon-item.white:nth-child(1):after{color:#413F41}}.build-er__icon-item.white:nth-child(2):before{background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/icon-diamond-white.svg") no-repeat 50% 50%}@media only screen and (max-width:767px){.build-er__icon-item.white:nth-child(2):before{background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/icon-diamond.svg") no-repeat 50% 50%}}.build-er__icon-item.white:nth-child(2):after{color:#ffffff}@media only screen and (max-width:767px){.build-er__icon-item.white:nth-child(2):after{color:#413F41}}.build-er__icon-item.white:nth-child(3):before{background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/icon-ring-2-white.svg") no-repeat 50% 50%}@media only screen and (max-width:767px){.build-er__icon-item.white:nth-child(3):before{background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/icon-ring-2.svg") no-repeat 50% 50%}}.build-er__icon-item.white:nth-child(3):after{color:#ffffff}@media only screen and (max-width:767px){.build-er__icon-item.white:nth-child(3):after{color:#413F41}}.build-er__icon-item:nth-child(1):before{width:36px;height:39px;top:-4px;background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/icon-ring-1.svg") no-repeat 50% 50%;background-size:cover}.build-er__icon-item:nth-child(1):after{content:'+';position:absolute;color:#413F41;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:0.5px;line-height:19px;top:8%;right:-23px}.build-er__icon-item:nth-child(2):before{width:36px;height:30px;top:0px;background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/icon-diamond.svg") no-repeat 50% 50%;background-size:cover}.build-er__icon-item:nth-child(2):after{content:'=';position:absolute;color:#413F41;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:0.5px;line-height:19px;top:8%;right:-23px}.build-er__icon-item:nth-child(3):before{width:36px;height:47px;top:-8px;background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/icon-ring-2.svg") no-repeat 50% 50%;background-size:cover}.white .build-er__icon-text{color:#ffffff}@media only screen and (max-width:767px){.white .build-er__icon-text{color:#413F41}}.build-er__icon-text{color:#413F41;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:0.5px;line-height:19px}.build-er__text-contact__section{position:absolute;bottom:15px;left:20px;right:20px;font-size:14px}.build-er__text-contact__row{height:25px}.build-er__text-contact__row a{color:#413f41}.build-er__text-contact__email-icon{content:'';width:21px;height:16px;position:absolute;top:28px;background-repeat:no-repeat;background-size:108px auto;background-position-x:-2px;background-position-y:-216px}.build-er__text-contact__email-text{margin-left:26px}.build-er__text-contact__chat{margin-left:30px}.build-er__text-contact__chat-icon{content:'';width:18px;height:16px;position:absolute;top:29px;background-repeat:no-repeat;background-size:108px auto;background-position-x:-66px;background-position-y:-219px}.build-er__text-contact__chat-text{margin-left:24px}.shop-er__section{padding:35px 0}@media only screen and (max-width:767px){.shop-er__section{padding-bottom:30px}}@media only screen and (max-width:767px){.shop-er__section_2x2grid [class*="col-xs"]:nth-child(odd){padding-right:7px;clear:both;width:50%}.shop-er__section_2x2grid [class*="col-xs"]:nth-child(even){padding-left:7px;width:50%}.shop-er__section_2x2grid .shop-er__link{margin-top:0;margin-bottom:20px}}.shop-er__head-text{margin-bottom:35px;text-transform:uppercase;color:#413F41;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;text-align:center}@media only screen and (max-width:767px){.shop-er__head-text{max-width:350px;margin:0 auto 30px}}.shop-er__item{text-align:center}@media only screen and (max-width:767px){.shop-er__item{width:65%;margin:auto}}@media (max-width:480px){.shop-er__item{width:100%}}.shop-er__image img{display:inline-block;width:100%}@media only screen and (max-width:767px){.shop-er__image img{display:block}}.shop-er__link{display:inline-block;color:#443879;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:0.5px;line-height:19px;cursor:pointer}@media only screen and (max-width:991px){.shop-er__link{margin-bottom:25px}}@media only screen and (max-width:767px){.shop-er__link{margin-top:24px;margin-bottom:50px}}.shop-er__link:hover{color:#443879;text-decoration:underline !important}.shop-er__link:hover .shop-er__title{color:#443879;text-decoration:underline !important}.shop-er__title{display:inline-block;margin-top:15px;color:#443879;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:0.5px;line-height:19px;cursor:pointer}.video-er-wrap{display:flex;flex-direction:row;align-items:flex-start;padding-top:75px}@media only screen and (max-width:1024px){.video-er-wrap{display:block;padding-top:30px}}.video-er-wrap .video-er-info{width:100%;padding-right:40px;color:#413f41}@media only screen and (max-width:1024px){.video-er-wrap .video-er-info{padding-right:0;margin-bottom:35px;text-align:center}}@media only screen and (max-width:767px){.video-er-wrap .video-er-info{padding-left:15px;padding-right:15px;margin-bottom:30px}}.video-er-wrap .video-er-info h2,.video-er-wrap .video-er-info h4{font-size:24px;letter-spacing:.78px;line-height:1.4;font-family:HaboroContrast-NormBook;font-weight:normal;margin:0;color:#413f41;text-transform:none}.video-er-wrap .video-er-info h2{text-transform:uppercase;font-size:28px}.video-er-wrap .video-er-info h4{margin-bottom:30px}.video-er-wrap .video-er-info .heading{font-size:25px;letter-spacing:0.78px;line-height:1.4;margin-bottom:30px}.video-er-wrap .video-er-info .text{font-size:18px;letter-spacing:0.5px;line-height:1.25}@media only screen and (max-width:1024px){.video-er-wrap .video-er-info .text{text-align:left}}.video-er-wrap .video-er-info .text p{margin-bottom:20px}.video-er-wrap .video-er-info a{font-family:ProximaNovaBold;color:#443879;letter-spacing:0.5px}.video-er-wrap .video-er{flex:0 0 540px;margin-top:5px}@media only screen and (max-width:1024px){.video-er-wrap .video-er{flex:auto;margin-top:0}}.video-er-wrap .video-er video{height:385px;object-fit:cover}@media only screen and (max-width:1024px){.video-er-wrap .video-er video{height:auto;object-fit:inherit}}.video-er{position:relative;margin-top:35px}@media only screen and (max-width:767px){.video-er{margin-top:0}}.video-er video{width:100%;vertical-align:top}@media only screen and (max-width:991px){.video-er video{width:100%;margin-top:0}}.video-er__content{position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.4);display:flex;flex-direction:column;justify-content:center;align-items:center}.video-er__title{color:#FFFFFF;font-family:HaboroContrast-NormBook;text-transform:uppercase;font-size:28px;letter-spacing:0.5px;line-height:36px}.video-er__text{margin-top:15px;color:#FFFFFF;font-family:"ProximaNovaReg";font-size:16px;letter-spacing:0.5px;line-height:19px}.video-er a.link{font-size:16px;letter-spacing:0.5px;line-height:19px;color:#fff;font-family:"ProximaNovaBold"}@media only screen and (max-width:767px){.video-er a.link{display:block;text-align:center}}.slider-er__section{padding-top:40px;padding-bottom:35px}.slider-er__section_pt30{padding-top:30px}@media only screen and (max-width:767px){.slider-er__section{padding-top:40px;padding-bottom:10px}.slider-er__section_pt30{padding-top:30px;padding-bottom:60px}}.slider-er__item-wrap{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}@media only screen and (max-width:767px){.slider-er__item-wrap{flex-direction:column}}.slider-er__item-wrap .slider-er__item{width:50%}@media only screen and (max-width:767px){.slider-er__item-wrap .slider-er__item{width:auto}}.slider-er__item{position:relative;text-align:center}.slider-er__item img{max-width:100%}.slider-er__title{margin-bottom:35px;text-transform:uppercase;color:#413F41;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;text-align:center}.slider-er__title_mb10{margin-bottom:10px}@media only screen and (max-width:767px){.slider-er__title{margin-bottom:18px}}.slider-er__subtitle{text-align:center;font-size:16px;letter-spacing:0.5px;line-height:1.2;margin-bottom:10px}.slider-er__text{display:inline-block;margin-top:10px;color:#413F41;font-family:"ProximaNovaReg";text-transform:capitalize;font-size:14px;letter-spacing:0.4px;line-height:17px;text-align:center}@media only screen and (max-width:767px){.slider-er__text{margin-top:0;padding:0 2px}}.slider-er__image{width:100%}@media only screen and (max-width:767px){.slider-er.owl-carousel{margin-bottom:0;padding-bottom:25px}}@media (max-width:480px){.slider-er.owl-carousel .owl-item{height:auto}}@media only screen and (max-width:767px){.slider-er.owl-theme .owl-controls{margin-bottom:0}}.slider-er .owl-controls .owl-buttons div.owl-prev{color:transparent;width:18px;height:31px;top:30%;left:-20px;background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/slider/arrow-left.svg") no-repeat 50% 50%}@media (max-width:480px){.slider-er .owl-controls .owl-buttons div.owl-prev{display:block;top:-20px;left:40%;height:22px;background-size:contain}}.slider-er .owl-controls .owl-buttons div.owl-next{color:transparent;width:18px;height:31px;top:30%;right:-20px;background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/slider/arrow-right.svg") no-repeat 50% 50%}@media (max-width:480px){.slider-er .owl-controls .owl-buttons div.owl-next{display:block;top:-20px;right:40%;height:22px;background-size:contain}}.slider-er .product-collection-name{font-family:HaboroContrast-NormBook;font-size:16px;color:#443879;letter-spacing:0.5px;line-height:20px;margin-bottom:5px;text-transform:uppercase;text-align:center}.slider-er__text .title{display:block;width:155px;margin:0 auto}.slider-er .price-box{display:flex;flex-direction:row;align-items:center;justify-content:center}.slider-er .price-box .old-price{margin-right:5px}.slider-er .price-box .old-price span{text-decoration:line-through;font-weight:normal;font-family:HaboroContrast-NormBook;color:#413F41;font-size:14px}.slider-er .price-box .special-price{display:block;padding:0;font-weight:normal;letter-spacing:1px;text-align:center;font-size:18px;line-height:22px}.slider-er .price-box .special-price .price{font-size:18px;color:#443879;font-family:HaboroContrast-NormBook}.slider-er .price-box .regular-price{font-family:HaboroContrast-NormBook;font-size:20px;margin-top:10px}.slider-er .sale-label{position:absolute;top:19px;left:0}@media only screen and (max-width:1200px){.slider-er .sale-label{top:39px}}@media only screen and (max-width:991px){.slider-er .sale-label{top:23px}}@media only screen and (max-width:767px){.slider-er .sale-label{top:0}}.slider-er .sale-label:before{content:'';position:absolute;top:0;left:0;border:38px solid #b4efd7;border-left-width:36px;border-right-width:36px;border-color:#b4efd7 transparent transparent #b4efd7;z-index:5}.slider-er .sale-label div{position:relative;font-size:13px;text-transform:uppercase;width:35px;display:block;text-align:center;line-height:1.2;top:7px;left:5px;letter-spacing:0.4px;z-index:10}.slider-er .sale-label_pink:before{border-color:#f9cac8 transparent transparent #f9cac8}.slider-er .sale-label_yellow:before{border-color:#ffe594 transparent transparent #ffe594}.slider-er .sale-label_round{top:14px;left:17px}.slider-er .sale-label_round:before{display:none}.slider-er .sale-label_round div{background-size:contain;background-repeat:no-repeat;background-position:top left;height:61px;top:auto;left:auto;color:#b6123c;letter-spacing:-0.65px;font-family:ProximaNovaSBold;width:65px;padding:26px 0 0;font-size:14px;line-height:15px}@media only screen and (max-width:767px){.slider-er .sale-label_round div{width:44px;width:54px;height:44px;font-size:12px;line-height:12px;padding:17px 0 0;letter-spacing:0}}.design-er{padding:95px 0;background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/design.jpg") no-repeat 50% 50%;background-size:cover;color:#FFFFFF;text-align:center}@media only screen and (max-width:767px){.design-er{padding:115px 15px}}.design-er__section{padding:35px 0 35px 0}@media only screen and (max-width:767px){.design-er__section{padding:35px 0 44px 0}}.design-er__section.no-pt{padding-top:0}@media only screen and (max-width:767px){.design-er__section.no-pt{padding-top:35px}}.design-er__title{font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;text-transform:uppercase}.design-er__text{margin-top:20px;font-family:ProximaNovaReg;font-size:16px;letter-spacing:0.5px;line-height:19px}.design-er__link{display:block;margin-top:20px;font-size:16px;color:#ffffff;font-family:ProximaNovaBold;letter-spacing:1px}.design-er__link:hover{color:#ffffff;text-decoration:underline !important}.holiday-video video{width:100%;height:455px;margin-bottom:-7px;object-fit:cover}@media only screen and (max-width:991px){.holiday-video video{height:415px}}@media only screen and (max-width:767px){.holiday-video video{width:100%;height:auto}}.holiday-video_fullwidth video{height:auto;display:block}@media only screen and (max-width:767px){.holiday-video .hidden-mobile{display:none}}@media only screen and (max-width:767px){.holiday-video .show-mobile{display:block}}.share-er{position:relative}@media only screen and (max-width:991px){.share-er__image{text-align:center}}.share-er__image img{max-width:445px;width:100%;height:auto}@media only screen and (max-width:1200px){.share-er__image img{width:100%}}@media only screen and (max-width:991px){.share-er__image img{width:auto;display:inline-block}}@media (max-width:480px){.share-er__image img{width:100%}}.share-er__block-images{text-align:center;margin-top:25px}@media only screen and (max-width:767px){.share-er__block-images{margin-top:20px}}.share-er__block-images img{display:inline-block;margin:0 10px;width:100%;height:auto;max-width:200px}@media only screen and (max-width:991px){.share-er__block-images img{width:28.7%;margin:0 15px}}@media (max-width:480px){.share-er__block-images img{width:45.8%;margin:0 12px}}@media only screen and (max-width:991px){.share-er__block-images img:first-child{margin-left:0}}@media only screen and (max-width:991px){.share-er__block-images img:last-child{margin-right:0}}.share-er__block-text{text-align:center}.share-er__title{margin-top:35px;text-transform:uppercase;color:#413F41;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px}@media only screen and (max-width:767px){.share-er__title{margin-top:20px}}.share-er__text{margin-top:15px;color:#413F41;font-family:"ProximaNovaReg";font-size:18px;letter-spacing:0.5px;line-height:22px}.share-er__insta{display:inline-block;position:relative;width:24px;height:24px;top:6px;background:url("../../frontend/Rockher/Winter/en_US/images/instagram_press.png") no-repeat 50% 50%;background-size:cover}.share-er__rockherjewelry{margin-top:15px;font-size:24px}@media only screen and (max-width:767px){.share-er__rockherjewelry{margin-top:8px}}.share-er__rockherjewelry .fab{position:relative;top:3px}.share-er__link{color:#443879;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:0.5px;line-height:19px}.share-er__link:hover{color:#443879;text-decoration:underline !important}.tp-widget-container{position:relative;padding-top:55px;padding-bottom:65px}.tp-widget-container_diamond-lp{padding:70px 0}@media only screen and (max-width:767px){.tp-widget-container{padding-top:0px}}.trustpilot-widget-container{position:relative;max-width:1260px;margin:0 auto}.tp-widget{position:relative;color:#413f41}.tp-widget img{max-width:100%}.tp-widget__left{float:left;width:200px;text-align:center}@media only screen and (max-width:767px){.tp-widget__left{float:none;margin:0 auto 30px}}.tp-widget__right{float:left;width:calc(-100%);padding:0 40px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.tp-widget__right{float:none;width:100%;max-width:480px;margin-left:auto;margin-right:auto}}.tp-widget__score{font-family:ProximaNovaSbold;font-size:24px;text-align:center;line-height:1.2;margin-bottom:12px;color:#191919}.tp-widget__main-stars{margin:0 auto 12px;width:155px}.tp-widget__basedon{text-align:center;font-size:14px;margin-bottom:14px;color:#191919}.tp-widget__basedon a{font-family:ProximaNovaSbold;font-size:inherit;color:inherit}.tp-widget__basedon a span{border-bottom:1px solid rgba(25,25,25,0.6)}.tp-widget__basedon a:hover,.tp-widget__basedon a:active{color:inherit;text-decoration:none !important}.tp-widget__basedon a:hover span,.tp-widget__basedon a:active span{border-bottom-color:rgba(25,25,25,0.95)}.tp-widget__logo{width:95px;margin:0 auto}.tp-widget__reviews-wrapper{position:relative;width:100%}.tp-widget__reviews{position:relative;padding:0;margin:0}.tp-widget__review-item{position:relative;display:inline-block;vertical-align:top;width:100%;height:130px;max-width:300px;padding-left:20px;padding-right:15px}@media only screen and (max-width:767px){.tp-widget__review-item{max-width:480px;padding-left:10px;padding-right:10px}}.tp-widget__review-item .tp-stars{width:110px;margin-bottom:12px}.tp-widget__review-item .tp-date,.tp-widget__review-item .tp-name{color:rgba(0,0,0,0.6);position:absolute}.tp-widget__review-item .tp-date{top:2px;right:15px;font-size:12px}@media only screen and (max-width:767px){.tp-widget__review-item .tp-date{right:0}}.tp-widget__review-item .tp-name{bottom:0;height:14px;left:20px;overflow:hidden;text-align:left;font-size:12px;line-height:1;text-overflow:ellipsis;white-space:nowrap;width:calc(80%);z-index:2}@media only screen and (max-width:767px){.tp-widget__review-item .tp-name{left:10px;width:calc(90%)}}.tp-widget__review-item .tp-heading{font-family:ProximaNovaBold;color:#191919;font-size:14px;height:16px;line-height:16px;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.tp-widget__review-item .tp-text{font-size:13px;line-height:16px;word-wrap:break-word;color:#191919}.tp-widget__review-arrow{position:absolute;top:0;bottom:0;width:40px;z-index:10}.tp-widget__review-arrow span{display:block;position:absolute;top:50%;left:50%;width:24px;transform:translate(-50%, -50%)}.tp-widget__review-arrow_left{left:0}.tp-widget__review-arrow_right{right:0}.tp-widget__review-arrow_right span{transform:translate(-50%, -50%) rotate(180deg)}.search-er{position:relative;background-color:#F9F9F9;padding:50px 0;background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/rosi-bg.png") no-repeat 50% 50%;background-size:auto}@media only screen and (max-width:991px){.search-er{background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/rosi-bg-tablet.jpg") no-repeat 50% 50%;background-size:cover}}@media only screen and (max-width:767px){.search-er{background:none;background-size:contain;padding-top:57px;padding-bottom:0}.search-er:after{content:'';position:absolute;width:100%;height:331px;top:0;left:50%;transform:translateX(-50%);background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/rosi-bg-mobile.jpg") no-repeat 50% 50%;background-size:contain}}.search-er__section{padding-top:35px;padding-bottom:20px}@media only screen and (max-width:1200px){.search-er__section{padding-bottom:15px}}@media only screen and (max-width:991px){.search-er__section{padding-top:0;padding-bottom:0;margin-top:35px;background-color:#F9F9F9}}@media only screen and (max-width:767px){.search-er__section{margin-top:0;padding-top:62px;padding-bottom:20px;background-color:#ffffff}}.search-er__text-block{max-width:565px;margin-left:95px;text-align:center}@media only screen and (max-width:1200px){.search-er__text-block{margin-left:60px}}@media only screen and (max-width:991px){.search-er__text-block{max-width:393px;margin-left:25px}}@media only screen and (max-width:767px){.search-er__text-block{margin:auto;margin-top:344px}}.search-er__title{display:inline-block;position:relative;padding-left:46px;text-transform:uppercase;color:#413F41;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px}@media only screen and (max-width:767px){.search-er__title{padding-left:0}}.search-er__title:before{content:'';position:absolute;width:36px;height:36px;left:0;background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/icon-rosi.svg") no-repeat 50% 50%;background-size:cover}@media only screen and (max-width:767px){.search-er__title:before{top:-50px;left:50%;transform:translateX(-50%)}}.search-er__text{margin-top:15px;color:#413F41;font-family:ProximaNovaReg;font-size:18px;letter-spacing:0.5px;line-height:22px}@media only screen and (max-width:991px){.search-er__text{max-width:322px;margin:auto;margin-top:14px}}.search-er__button{display:block;margin:auto;height:58px;width:321px;margin-top:15px;border:2px solid #443879;border-radius:45px;font-family:ProximaNovaBold;font-size:16px;letter-spacing:2px;line-height:58px;text-align:center}.search-er__button:hover{border:2px solid #5d5185;color:#5D5185}.search-er__watch-link{display:inline-block;margin-top:20px;position:relative;padding-left:65px;font-size:16px;color:#443879;font-family:ProximaNovaBold;letter-spacing:0.5px;line-height:19px}@media only screen and (max-width:767px){.search-er__watch-link{margin-top:26px}}.search-er__watch-link:hover{color:#443879;text-decoration:underline !important}.search-er__watch-link:before{position:absolute;content:'';width:50px;height:34px;top:-8px;left:0;background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/play.jpg") no-repeat 50% 50%;background-size:cover}.search-er__ibm{width:120px;margin:22px auto 0}@media only screen and (max-width:991px){.search-er__video-modal{width:100%}}.search-er__video-modal .modal-dialog{width:800px;top:10%;margin:auto}@media only screen and (max-width:991px){.search-er__video-modal .modal-dialog{width:100%}}@media only screen and (max-width:767px){.search-er__video-modal .modal-dialog{position:relative;top:10%;left:auto;width:100%;height:475px;display:block}}.search-er__video-modal .modal-content{height:600px}@media only screen and (max-width:767px){.search-er__video-modal .modal-content{height:100%}}.search-er__video-modal .modal-header{padding-top:20px}.search-er__video-modal .modal-body{height:93%}@media only screen and (max-width:767px){.search-er__video-modal .modal-body{padding:0 25px 30px}}.order-container{position:relative;padding:50px 0 25px 0}.order-container_left{padding:54px 60px 25px 75px;background-color:#F9F9F9}@media only screen and (max-width:1200px){.order-container_left{padding:54px 17px 25px 30px;margin-bottom:25px}}@media only screen and (max-width:767px){.order-container_left{padding:45px 20px 35px 20px;margin-bottom:35px}}.order-container_right{padding:36px 0 36px 37px;background:linear-gradient(228.89deg, #f8f8f8 0%, #edebf4 100%);text-align:left}.order-container_right:after{content:'';position:absolute;width:203px;height:232px;background:url("../../frontend/Rockher/Winter/en_US/images/order-bg-rings.png") no-repeat 50% 50%;background-size:cover;top:50%;right:40px;transform:translateY(-50%)}@media only screen and (max-width:1200px){.order-container_right:after{width:165px;height:191px;right:10px}}@media only screen and (max-width:991px){.order-container_right:after{width:203px;height:232px;right:100px}}@media only screen and (max-width:767px){.order-container_right:after{width:186px;height:212px;top:26px;right:inherit;left:50%;transform:translate(-50%, 0)}}@media only screen and (max-width:1200px){.order-container_right{padding:36px 0 36px 25px}}@media only screen and (max-width:991px){.order-container_right{padding:36px 0 36px 87px}}@media only screen and (max-width:767px){.order-container_right{padding:252px 0 35px 0px}}.congratulation{position:relative;padding-bottom:40px;padding-top:220px}@media only screen and (max-width:767px){.congratulation{padding-top:207px;padding-bottom:20px}}.congratulation__title{position:relative;color:#413F41;font-family:HaboroContrast-NormBook;font-size:24px;letter-spacing:0.5px;line-height:31px;text-align:center;text-transform:uppercase}.congratulation__title:before{content:'';position:absolute;width:146px;height:107px;top:-150px;left:50%;transform:translateX(-50%);background:url("../../frontend/Rockher/Winter/en_US/images/congrats-icon.svg") no-repeat 50% 50%}.congratulation__text{max-width:599px;margin:auto;margin-top:30px;text-align:center;color:#413F41;font-family:"ProximaNovaReg";font-size:18px;letter-spacing:0.5px;line-height:22px}@media only screen and (max-width:767px){.congratulation__text{max-width:320px;margin-top:16px;font-size:16px;line-height:19px}}.two-blocks{padding-top:58px}@media only screen and (max-width:767px){.two-blocks{padding-top:40px}}.two-blocks__link{display:block;text-align:center;margin-top:20px}@media only screen and (max-width:767px){.two-blocks__link{margin-top:27px}}.two-blocks__title{color:#413F41;font-family:HaboroContrast-NormBook;text-transform:uppercase}.two-blocks__title_left{font-size:20px;letter-spacing:1px;line-height:26px;text-align:center}.two-blocks__title_right{font-size:24px;letter-spacing:0.5px;line-height:31px;margin-bottom:20px}@media only screen and (max-width:767px){.two-blocks__title_right{text-align:center;margin-bottom:14px}}.two-blocks__title_big{font-size:40px;letter-spacing:4px;line-height:51px}.two-blocks__text{margin-top:21px;margin-bottom:32px;color:#413F41;font-family:"ProximaNovaReg";font-size:16px;letter-spacing:0.5px;line-height:19px;text-align:center}@media only screen and (max-width:767px){.two-blocks__text{margin-top:26px;margin-bottom:22px}}.two-blocks__text_right-block{text-align:left;margin-top:0;margin-bottom:17px}@media only screen and (max-width:767px){.two-blocks__text_right-block{text-align:center;margin-bottom:23px}}.two-blocks__jm{width:140px;height:38px;margin:auto;margin-top:16px;background:url("../../frontend/Rockher/Winter/en_US/images/jm-logo.png") no-repeat 50% 50%;background-size:cover}@media only screen and (max-width:767px){.two-blocks__jm{width:100px;height:27px}}.two-blocks__select-container{padding-left:3px;margin-bottom:13px}@media only screen and (max-width:767px){.two-blocks__select-container{text-align:center;margin-bottom:19px}}.two-blocks__select{display:inline-block}.two-blocks__select .custom-select__selected{display:inline-block;width:135px;height:50.88px;padding:15px 20px 15px 13px;border:1px solid #7c7593;border-radius:10px;background-color:transparent;color:#413F41;font-family:"ProximaNovaReg";font-size:16px;letter-spacing:1px;line-height:19px;outline:none;-webkit-appearance:none}@media only screen and (max-width:767px){.two-blocks__select .custom-select__selected{padding-left:8px}}.two-blocks__select .custom-select__selected:after{right:13px}.two-blocks__select .custom-select__select-items{margin-top:-16px;background:linear-gradient(228.89deg, #f8f8f8 0%, #edebf4 100%)}.two-blocks__select .custom-select__select-items li{font-size:16px;color:#413F41;letter-spacing:1px;line-height:19px}.two-blocks__select_year .custom-select__selected{width:106px;margin-left:8px}.two-blocks__select_year .custom-select__select-items{width:106px;left:8px}.two-blocks__send-button{width:257px;height:47px;line-height:47px;background-color:transparent}@media only screen and (max-width:767px){.two-blocks__send-button{display:block;width:87%;height:54px;line-height:54px;margin:auto}}.instagram__order-confirmation{margin:15px 0;background:#ffffff}@media only screen and (max-width:767px){.instagram__order-confirmation{margin:13px 0}}.instagram__order-confirmation article h3{color:#413F41;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;text-align:center}@media only screen and (max-width:767px){.instagram__order-confirmation article h3{font-size:20px;letter-spacing:0.36px;line-height:26px}}.instagram__order-confirmation article p{color:#413F41;font-family:"ProximaNovaReg";font-size:18px;letter-spacing:0.5px;line-height:22px;text-align:center}@media only screen and (max-width:767px){.instagram__order-confirmation article p{margin:8px auto 23px;font-size:16px;letter-spacing:0.5px;line-height:19px}}.instagram__order-confirmation article a{color:#443879;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:0.5px;line-height:19px}@media only screen and (max-width:767px){.instagram__order-confirmation article .gallery{padding:0px}}.instagram__order-confirmation article .gallery img:nth-child(3){margin-top:0}@media only screen and (max-width:767px){.instagram__order-confirmation article .gallery img{width:32%;height:100%}}@media only screen and (max-width:767px) and (max-width:480px){.instagram__order-confirmation article .gallery img{width:42.3%}.instagram__order-confirmation article .gallery img:last-child{display:none}}.instagram__icon{width:21px;height:24px;background:url("../../frontend/Rockher/Winter/en_US/images/home/instagram-logo-purple.png") no-repeat 50% 50%;background-size:contain}.thanks-oc{display:none;padding:29px 0;font-size:40px;color:#413F41;font-family:HaboroContrast-NormBook;text-transform:uppercase}.vault-header{position:relative;padding-top:90px;padding-bottom:54px;background:url("../../frontend/Rockher/Winter/en_US/images/vault/RosiVaultHeroDesktop@2x.jpg") no-repeat 50% 50%;background-size:cover}@media only screen and (max-width:767px){.vault-header{margin:0 -15px;background:url("../../frontend/Rockher/Winter/en_US/images/vault/RosiVaultHeroMobile@2x.png") no-repeat 50% 50%;background-size:contain}}.vault-header__bg{position:absolute;width:100%;height:250px;top:0;left:0;z-index:-1}.vault-header__text-logo{position:relative;display:inline-block;margin-right:170px}@media only screen and (max-width:767px){.vault-header__text-logo{margin-right:136px}}.vault-header__text-logo:after{content:'';position:absolute;width:131px;height:86px;top:-31px;left:98px;background:url("../../frontend/Rockher/Winter/en_US/images/vault/rosi_full_color-2018@2x.png") no-repeat 50% 50%;background-size:contain}@media only screen and (max-width:767px){.vault-header__text-logo:after{left:86px}}.vault-header__text{position:relative;left:18px}.vault-header__text-rosi{text-align:center;color:#413F41;font-family:'Lustria';font-size:28px;text-transform:uppercase;line-height:36px;letter-spacing:0.5px}.vault-header__block-logos{margin-top:41px;text-align:center}.vault-header__block-logos div{position:relative;display:inline-block}.vault-header__block-logos-text{color:#413F41;left:-16px;font-size:18px;font-family:"ProximaNovaLight";letter-spacing:0.5px}@media only screen and (max-width:767px){.vault-header__block-logos-text{display:block !important}}.vault-header__forbes{top:3px;left:-9px;width:77px;height:21px;background:url("../../frontend/Rockher/Winter/en_US/images/vault/Forbes_logo.svg") no-repeat 50% 50%}.vault-header__business{top:2px;left:5px;width:101px;height:20px;background:url("../../frontend/Rockher/Winter/en_US/images/vault/BusinessCom-Logo.svg") no-repeat 50% 50%}.vault-header__knot{top:3px;left:17px;width:61px;height:20px;background:url("../../frontend/Rockher/Winter/en_US/images/vault/TheKnot@2x.png") no-repeat 50% 50%;background-size:contain}.filter-vault{border-bottom:1px solid #e8e8e8}@media only screen and (max-width:991px){.filter-vault{border-bottom:none}}.filter-vault__title{margin-top:25px;text-align:center;font-family:"ProximaNovaReg";color:#413F41;font-size:16px;letter-spacing:0.5px;line-height:19px}@media only screen and (max-width:991px){.filter-vault__title{margin-top:20px}}.filter-vault__subtitle{margin-top:35px;padding-left:15px;color:#413F41;font-family:"Lustria";text-transform:uppercase;font-size:16px;letter-spacing:0.5px;line-height:20px}@media only screen and (max-width:991px){.filter-vault__subtitle{margin-top:24px}}@media only screen and (max-width:767px){.filter-vault__subtitle{padding-left:0}}.filter-vault__icons-container{margin-top:24px}@media only screen and (max-width:991px){.filter-vault__icons-container{margin-top:10px;padding-bottom:29px;border-bottom:1px solid #e8e8e8}}.filter-vault__icon-block{display:inline-block;position:relative;vertical-align:top;width:50px;text-align:center;cursor:pointer}@media only screen and (max-width:991px){.filter-vault__icon-block{width:48px;height:48px;margin-left:10px;padding-top:8px;border:1px solid #e8e8e8}}@media only screen and (max-width:767px){.filter-vault__icon-block{margin-left:0;margin-right:5px;margin-bottom:15px}}.filter-vault__icon-block #D_RosiVault-v2{fill:#413F41;stroke:#413F41}.filter-vault__icon-block span{visibility:hidden;opacity:0;color:#443879;letter-spacing:0.5px;line-height:19px}@media only screen and (max-width:991px){.filter-vault__icon-block span{display:none !important}}.filter-vault__icon-block span.active{visibility:visible;display:block;opacity:1}.filter-vault__icon-block:hover img{filter:invert(22%) sepia(9%) saturate(4702%) hue-rotate(216deg) brightness(59%) contrast(89%)}.filter-vault__icon-block:hover span{visibility:visible;opacity:1}.filter-vault__icon-img{filter:invert(0%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(91%) contrast(105%);margin:0 auto;height:30px;width:30px}.filter-vault__icon-img.active{filter:invert(22%) sepia(9%) saturate(4702%) hue-rotate(216deg) brightness(59%) contrast(89%)}.filter-vault__item{width:31px;height:32px;margin:auto}@media only screen and (max-width:991px){.filter-vault__item{margin-top:8px}}.filter-vault__item_round{fill:#413F41;stroke:#413F41;background:url("../../frontend/Rockher/Winter/en_US/images/vault/svg/round.svg") no-repeat 50% 50%}.filter-vault__item_oval{fill:#413F41;stroke:#413F41;width:22px;background:url("../../frontend/Rockher/Winter/en_US/images/vault/svg/DiamondShape_Oval.svg") no-repeat 50% 50%}.filter-vault__item_cushion{fill:#413F41;stroke:#413F41;width:26px;background:url("../../frontend/Rockher/Winter/en_US/images/vault/svg/DiamondShape_Cushion.svg") no-repeat 50% 50%}.filter-vault__item_cushionbril{fill:#413F41;stroke:#413F41;width:30px;height:30px;background:url("../../frontend/Rockher/Winter/en_US/images/vault/svg/DiamondShape_CushionBrilliant.svg") no-repeat 50% 50%}.filter-vault__item_princess{fill:#413F41;stroke:#413F41;width:32px;background:url("../../frontend/Rockher/Winter/en_US/images/vault/svg/DiamondShape_Princess.svg") no-repeat 50% 50%}.filter-vault__item_pear{fill:#413F41;stroke:#413F41;width:21px;background:url("../../frontend/Rockher/Winter/en_US/images/vault/svg/DiamondShape_pear.svg") no-repeat 50% 50%}.filter-vault__item_emerald{fill:#413F41;stroke:#413F41;width:23px;background:url("../../frontend/Rockher/Winter/en_US/images/vault/svg/DiamondShape_Emerald.svg") no-repeat 50% 50%}.filter-vault__item_marquise{fill:#413F41;stroke:#413F41;width:19px;background:url("../../frontend/Rockher/Winter/en_US/images/vault/svg/DiamondShape_Marquise.svg") no-repeat 50% 50%}.filter-vault__item_asscher{fill:#413F41;stroke:#413F41;background:url("../../frontend/Rockher/Winter/en_US/images/vault/svg/DiamondShape_Asscher.svg") no-repeat 50% 50%}.filter-vault__item_radiant{fill:#413F41;stroke:#413F41;background:url("../../frontend/Rockher/Winter/en_US/images/vault/svg/DiamondShape_Radiant.svg") no-repeat 50% 50%}.filter-vault__item_heart{fill:#413F41;stroke:#413F41;background:url("../../frontend/Rockher/Winter/en_US/images/vault/svg/DiamondShape_Heart.svg") no-repeat 50% 50%}.filter-vault__select{width:272px;margin-top:67px;margin-left:88px}@media only screen and (max-width:991px){.filter-vault__select{width:344px;margin:auto;margin-top:29px}}.filter-vault__select .custom-select__selected{width:100%;height:51px;padding:17px 0 17px 18px;border:1px solid #7c7593;border-radius:10px;background-color:#FFFFFF;outline:none;-webkit-appearance:none;color:#413F41;font-family:"ProximaNovaReg";font-size:16px;letter-spacing:1px;line-height:19px}@media only screen and (max-width:991px){.filter-vault__select .custom-select__selected{height:48px}}.filter-vault__select .custom-select__selected:after{right:14px}.filter-vault__select .custom-select__select-items{margin-top:-5px}.filter-vault__select .dropdown{float:none;list-style-type:none;margin:0;position:relative}@media only screen and (max-width:991px){.filter-vault__select .dropdown{margin:auto}}.filter-vault__select .dropdown .show-btn{padding-left:0}.filter-vault__select .dropdown .inner-item_list{top:-8px;border-radius:0 0 10px 10px;bottom:initial;display:none;left:0px;padding:5px 5px;position:absolute;width:auto;min-width:270px;list-style:none;z-index:111;box-sizing:border-box;border:1px solid #5d5185;border-top:none;background-color:#FFFFFF}.filter-vault__select .dropdown .inner-item_list span{padding-left:5px}.filter-vault__select .dropdown:after{right:10px}.list-vault__title{margin-top:50px;margin-bottom:34px;font-family:"Lustria";color:#413F41;font-size:20px;text-transform:uppercase;line-height:26px;letter-spacing:1px}@media only screen and (max-width:991px){.list-vault__title{margin-top:41px;margin-bottom:41px}}@media only screen and (max-width:767px){.list-vault__title{width:325px;margin:25px auto;text-align:center}}.list-vault__item{position:relative;display:block;margin-bottom:35px;text-align:center;font-family:"ProximaNovaReg";font-size:16px}@media only screen and (max-width:991px){.list-vault__item{text-align:left;margin-bottom:133px}}@media only screen and (max-width:767px){.list-vault__item{max-width:350px;margin:0 auto 105px}}@media only screen and (max-width:767px){.list-vault__item:before{content:'';position:absolute;width:100%;height:2px;bottom:-85px;background-color:#E8E8E8}}.list-vault__item:hover .list-vault__buttons-container{visibility:visible;opacity:1}.list-vault__buttons-container{visibility:hidden;opacity:0;position:absolute;top:275px;left:0;right:0;display:flex;flex-direction:row;justify-content:center;transition:all .35s}@media only screen and (max-width:1024px){.list-vault__buttons-container{top:245px}}@media only screen and (max-width:991px){.list-vault__buttons-container{visibility:visible;opacity:1;top:100%;transform:translate(0, 20px)}}@media only screen and (max-width:767px){.list-vault__buttons-container{display:flex;justify-content:space-evenly;margin-left:auto;margin-right:auto;left:0;right:0}}.list-vault__button{float:left;width:165px;height:46px}.list-vault__button.button-default,.list-vault__button.button-secondary{font-size:14px;letter-spacing:1.75px;line-height:46px;cursor:pointer}.list-vault__button.button-secondary{line-height:43px;background-color:#ffffff;margin-left:13px}.list-vault__image{height:327px}.list-vault__image.diamond-video-block_hk-wrapper{height:270px;margin-bottom:57px;overflow:hidden}@media only screen and (max-width:1024px){.list-vault__image.diamond-video-block_hk-wrapper{height:231px;margin-bottom:75px;border-top-left-radius:17px;border-top-right-radius:17px}}@media only screen and (max-width:991px){.list-vault__image.diamond-video-block_hk-wrapper{height:270px;margin-bottom:15px}}.list-vault__image .diamond-video-preview{width:auto}.list-vault__image .diamond-video-block_hk{width:100%;height:360px;transform:translate(0, 10px)}@media only screen and (max-width:1024px){.list-vault__image .diamond-video-block_hk{transform:translate(0, -62px)}}@media only screen and (max-width:991px){.list-vault__image .diamond-video-block_hk{transform:translate(0, -75px)}}.list-vault__image .threesixty{width:100% !important;height:270px !important}@media only screen and (max-width:1024px){.list-vault__image .threesixty{height:231px !important}}@media only screen and (max-width:991px){.list-vault__image .threesixty{height:270px !important}}@media only screen and (max-width:767px){.list-vault__image .threesixty{height:280px !important}}.list-vault__image .threesixty .threesixty_images img{top:-90px;left:0;max-height:inherit}@media only screen and (max-width:1024px){.list-vault__image .threesixty .threesixty_images img{top:-62px}}@media only screen and (max-width:767px){.list-vault__image .threesixty .threesixty_images img{top:-70px}}@media only screen and (max-width:1024px){.list-vault__image{height:231px;margin-bottom:75px}}@media only screen and (max-width:991px){.list-vault__image{height:270px;margin-bottom:15px}}.list-vault__image img{max-height:270px;margin:0 auto}@media only screen and (max-width:1024px){.list-vault__image img{max-width:100%}}@media only screen and (max-width:767px){.list-vault__image img{max-height:315px;max-width:350px}}.list-vault__image .diamond-video-loader{position:absolute;top:37%;left:50%;margin-top:-15px;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;z-index:2}.list-vault__actual-text{color:#413F41;font-size:12px;letter-spacing:0.38px;line-height:14px}@media only screen and (max-width:991px){.list-vault__actual-text{text-align:center}}.list-vault__name{margin-top:6px;padding:0 40px}@media only screen and (max-width:991px){.list-vault__name{float:left;padding:0;max-width:243px}}@media only screen and (max-width:991px){.list-vault__price-block{float:right;text-align:right}}.list-vault__price{margin-top:6px}.list-vault__save{margin-top:3px;font-family:"ProximaNovaRegIt"}.list-vault .diamond-video-item img{cursor:pointer}.checkout-onepage-index strong,.checkout-onepage-index b{font-family:'ProximaNovaSbold'}.checkout-onepage-index .pop-up-loader{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(255,255,255,0.5);z-index:10000}.checkout-onepage-index .pop-up-loader .pop-up-container{top:50%;left:50%;position:fixed}.checkout-onepage-index .pop-up-loader .Spinner{position:absolute;top:50%;left:50%;margin-top:-14px;margin-left:-14px}.checkout-onepage-index .input-box{position:relative}.checkout-onepage-index input[type=text],.checkout-onepage-index input[type=tel],.checkout-onepage-index select{border:none;border-bottom:1.5px solid #413f41;width:100%;outline:none;position:relative;font-family:'ProximaNovaReg';font-size:16px;color:#413F41;padding-bottom:5px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.checkout-onepage-index input[type=text]:focus,.checkout-onepage-index input[type=tel]:focus,.checkout-onepage-index select:focus{border-bottom:1.5px solid #5d5185}.checkout-onepage-index input[type=text].validation-failed,.checkout-onepage-index input[type=tel].validation-failed,.checkout-onepage-index select.validation-failed{border-bottom:1.5px solid #b90017}.checkout-onepage-index input[type=text].validation-passed,.checkout-onepage-index input[type=tel].validation-passed,.checkout-onepage-index select.validation-passed{border-bottom:1.5px solid #413f41}.checkout-onepage-index input[type=text].validation-passed.address-select,.checkout-onepage-index input[type=tel].validation-passed.address-select,.checkout-onepage-index select.validation-passed.address-select{width:calc(70%)}.checkout-onepage-index input[type=text]+.validation-advice,.checkout-onepage-index input[type=tel]+.validation-advice,.checkout-onepage-index select+.validation-advice{margin:5px 0 0 5px;color:#B90017;font-family:ProximaNovaReg;font-size:14px;font-weight:bold;letter-spacing:0.8px;line-height:17px;position:relative}.checkout-onepage-index input[type=text].validation-failed+.validation-advice:after,.checkout-onepage-index input[type=tel].validation-failed+.validation-advice:after{content:'';position:absolute;top:-30px;right:5px;display:block;width:21px;height:21px;background:url(../../frontend/Rockher/Winter/en_US/images/xCrossErrorState.svg) no-repeat center center}.checkout-onepage-index input[type=text],.checkout-onepage-index input[type=email],.checkout-onepage-index input[type=tel]{opacity:1;margin-top:3px;padding-bottom:6px}.checkout-onepage-index input[type=text]+label,.checkout-onepage-index input[type=email]+label,.checkout-onepage-index input[type=tel]+label,.checkout-onepage-index input[type=text]+div+label,.checkout-onepage-index input[type=email]+div+label,.checkout-onepage-index input[type=tel]+div+label,.checkout-onepage-index input[type=text]+div+div+label,.checkout-onepage-index input[type=email]+div+div+label,.checkout-onepage-index input[type=tel]+div+div+label{position:absolute;top:0;left:0;right:7px;margin:0;-webkit-transform:translate(7px, -5px);transform:translate(7px, -5px);transition:font-size .2s ease,color .2s .1s ease,-webkit-transform .2s ease;transition:transform .2s ease,font-size .2s ease,color .2s .1s ease;transition:transform .2s ease,font-size .2s ease,color .2s .1s ease,-webkit-transform .2s ease}.checkout-onepage-index input[type=text]+label.active,.checkout-onepage-index input[type=email]+label.active,.checkout-onepage-index input[type=tel]+label.active,.checkout-onepage-index input[type=text]+div+label.active,.checkout-onepage-index input[type=email]+div+label.active,.checkout-onepage-index input[type=tel]+div+label.active,.checkout-onepage-index input[type=text]+div+div+label.active,.checkout-onepage-index input[type=email]+div+div+label.active,.checkout-onepage-index input[type=tel]+div+div+label.active{font-size:14px;color:#5D5185;-webkit-transform:translate(7px, -14px);transform:translate(7px, -14px)}.checkout-onepage-index input[type=text]:focus+label,.checkout-onepage-index input[type=email]:focus+label,.checkout-onepage-index input[type=tel]:focus+label,.checkout-onepage-index input[type=text]:focus+div+label,.checkout-onepage-index input[type=email]:focus+div+label,.checkout-onepage-index input[type=tel]:focus+div+label,.checkout-onepage-index input[type=text]:focus+div+div+label,.checkout-onepage-index input[type=email]:focus+div+div+label,.checkout-onepage-index input[type=tel]:focus+div+div+label{font-size:14px;color:#5D5185;-webkit-transform:translate(7px, -14px);transform:translate(7px, -14px)}.checkout-onepage-index input[type=text]:-webkit-autofill+label,.checkout-onepage-index input[type=email]:-webkit-autofill+label,.checkout-onepage-index input[type=tel]:-webkit-autofill+label,.checkout-onepage-index input[type=text]:-webkit-autofill+div+label,.checkout-onepage-index input[type=email]:-webkit-autofill+div+label,.checkout-onepage-index input[type=tel]:-webkit-autofill+div+label,.checkout-onepage-index input[type=text]:-webkit-autofill+div+div+label,.checkout-onepage-index input[type=email]:-webkit-autofill+div+div+label,.checkout-onepage-index input[type=tel]:-webkit-autofill+div+div+label{font-size:14px;color:#5D5185;-webkit-transform:translate(7px, -14px);transform:translate(7px, -14px)}.checkout-onepage-index input[type=text]:-webkit-autofill+label:before,.checkout-onepage-index input[type=email]:-webkit-autofill+label:before,.checkout-onepage-index input[type=tel]:-webkit-autofill+label:before,.checkout-onepage-index input[type=text]:-webkit-autofill:hover+label:before,.checkout-onepage-index input[type=email]:-webkit-autofill:hover+label:before,.checkout-onepage-index input[type=tel]:-webkit-autofill:hover+label:before,.checkout-onepage-index input[type=text]:-webkit-autofill:focus+label:before,.checkout-onepage-index input[type=email]:-webkit-autofill:focus+label:before,.checkout-onepage-index input[type=tel]:-webkit-autofill:focus+label:before{content:'';position:absolute;display:block;right:5px;top:23px;width:22px;height:17px;background:url(../../frontend/Rockher/Winter/en_US/images/path.svg) no-repeat center center}.checkout-onepage-index input[type=text].validation-failed:-webkit-autofill+label:before,.checkout-onepage-index input[type=email].validation-failed:-webkit-autofill+label:before,.checkout-onepage-index input[type=tel].validation-failed:-webkit-autofill+label:before,.checkout-onepage-index input[type=text].validation-failed:-webkit-autofill:hover+label:before,.checkout-onepage-index input[type=email].validation-failed:-webkit-autofill:hover+label:before,.checkout-onepage-index input[type=tel].validation-failed:-webkit-autofill:hover+label:before,.checkout-onepage-index input[type=text].validation-failed:-webkit-autofill:focus+label:before,.checkout-onepage-index input[type=email].validation-failed:-webkit-autofill:focus+label:before,.checkout-onepage-index input[type=tel].validation-failed:-webkit-autofill:focus+label:before{opacity:0}.checkout-onepage-index .fieldset .wide,.checkout-onepage-index .fieldset .field{margin-top:20px}.checkout-onepage-index .fieldset .field.country label,.checkout-onepage-index .fieldset .field.state label{margin:0;padding-left:7px}.checkout-onepage-index .input-box.passed{position:relative;margin-bottom:20px}.checkout-onepage-index .input-box.passed:after{content:'';position:absolute;top:9px;right:5px;display:block;width:22px;height:17px;background:url(../../frontend/Rockher/Winter/en_US/images/path.svg) no-repeat center center}.checkout-onepage-index .field.country .input-box,.checkout-onepage-index .field.state .input-box{position:relative;display:block}.checkout-onepage-index .field.country .input-box select,.checkout-onepage-index .field.state .input-box select{-webkit-appearance:none;z-index:100;background:transparent;padding-left:7px}.checkout-onepage-index .field.country .input-box:after,.checkout-onepage-index .field.state .input-box:after{content:'';position:absolute;top:6px;right:0;width:16px;height:10px;background:url(../../frontend/Rockher/Winter/en_US/images/checkout/ChevronDownShowDetails.svg) no-repeat center center;background-size:cover;transition:all .5s ease}.checkout-onepage-index .field.country .input-box_simple:after,.checkout-onepage-index .field.state .input-box_simple:after{display:none}.checkout-onepage-index .field.country .input-box input,.checkout-onepage-index .field.state .input-box input{margin-top:4px;height:30.5px;padding-left:7px}.checkout-onepage-index input[type=checkbox]{position:relative;width:20px;height:20px;margin:0 9px 0 0}.checkout-onepage-index input[type=checkbox]+label{margin:0}.checkout-onepage-index input[type=checkbox]:after{content:'';position:absolute;left:-1px;bottom:-1px;top:-1px;right:-1px;box-sizing:border-box;border:1.5px solid #443879;border-radius:2px;background-color:#fff;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:767px){.checkout-onepage-index input[type=checkbox]:after{border:2px solid #443879}}.checkout-onepage-index input[type=checkbox]:checked:after{content:url(../../frontend/Rockher/Winter/en_US/images/checkout/CheckmarkCheckbox.svg);background-color:#443879}.checkout-onepage-index label{color:#413F41;font-family:ProximaNovaReg;font-size:16px;letter-spacing:0.5px;line-height:19px;font-weight:normal}.checkout-onepage-index p{color:#413F41;font-family:ProximaNovaReg;font-size:16px;letter-spacing:0.5px;line-height:19px}.checkout-onepage-index p .label{color:#413F41;padding:0;text-transform:uppercase}.checkout-onepage-index span{font-size:16px;font-family:ProximaNovaReg;color:#413F41}.checkout-onepage-index span.price{color:#413F41;font-family:'ProximaNovaSbold';font-size:16px;letter-spacing:0.5px;line-height:19px;text-align:center;float:right}.checkout-onepage-index span.special-cart-notice-wrapper{position:absolute;top:0;right:0;text-align:right}.checkout-onepage-index span.special-cart-notice-wrapper .special-cart-notice{color:#D0021B;font-size:14px;position:relative;top:20px;display:block}.checkout-onepage-index a{font-family:ProximaNovaReg;font-size:16px;color:#443879;font-weight:bold;margin-left:5px;letter-spacing:0.5px;line-height:19px}.checkout-onepage-index a:hover{color:#5D5185;text-decoration:none}.checkout-onepage-index a:active{color:#7C7593}.checkout-onepage-index h1{color:#413F41;font-family:HaboroContrast-NormBook;font-size:26px;letter-spacing:0.4px;line-height:30px;font-weight:normal;border:none}.checkout-onepage-index .buttons-set span{color:#ffffff;letter-spacing:2px}.checkout-onepage-index #checkout-step-payment .sp-methods dt{display:block;background:none;padding:0}.checkout-onepage-index #checkout-step-payment .sp-methods .dt_pis_paymentform .title{width:100%;max-width:450px}@media only screen and (max-width:991px){.checkout-onepage-index #checkout-step-payment .sp-methods .dt_pis_paymentform .title{max-width:210px}}@media only screen and (max-width:767px){.checkout-onepage-index #checkout-step-payment .sp-methods .dt_pis_paymentform .title{max-width:inherit}}.checkout-onepage-index #checkout-step-payment .sp-methods .dt_pis_paymentform a{margin-left:0;display:inline-block;vertical-align:middle;margin-top:0}.checkout-onepage-index #checkout-step-payment .sp-methods .dt_pis_paymentform .sp-logo{float:none;position:relative;display:inline-block;width:50px}.checkout-onepage-index #checkout-step-payment .sp-methods .dt_pis_paymentform .payment-images{float:none;vertical-align:middle}@media only screen and (max-width:991px){.checkout-onepage-index #checkout-step-payment .sp-methods .dt_pis_paymentform .payment-images{padding-left:0}}.checkout-onepage-index #checkout-step-payment .sp-methods .form-list{padding-top:10px;padding-right:20px;text-align:center;font-size:16px}.checkout-onepage-index #checkout-step-payment .sp-methods #payment_form_authorizenet{text-align:left}.checkout-onepage-index #checkout-step-payment .p_method_wrapper{font-weight:bold;display:flex;background-color:#F9F9F9;padding:13px 0 13px 24px;align-items:center;border:1px solid transparent}.checkout-onepage-index #checkout-step-payment .p_method_wrapper.is-active,.checkout-onepage-index #checkout-step-payment .p_method_wrapper:hover{border:1px solid #413f41;background-color:#ffffff}.checkout-onepage-index #checkout-step-payment .banktransfer-instructions-content{background:none;border:none;padding-top:0;font-size:16px}.checkout-onepage-index #checkout-step-payment .banktransfer-instructions-content>br:nth-child(1){display:none}.checkout-onepage-index #checkout-step-payment #payment_form_pis_paymentform div{position:relative;padding-top:80px}.checkout-onepage-index #checkout-step-payment #payment_form_pis_paymentform div:before{content:'';position:absolute;top:0;left:50%;width:65px;height:65px;margin-left:-33px;background-image:url(../../frontend/Rockher/Winter/en_US/images/checkout/icon_popup-place-order.svg);background-repeat:no-repeat}.checkout-onepage-index #checkout-step-payment #payment_form_pis_paymentform p{line-height:1.25;margin:0 auto 10px}.checkout-onepage-index #opc-payment #payment-progress-opcheckout .complete .payment-info{display:none}.checkout-onepage-index .checkout-header{position:fixed;width:100%;height:80px;background:#fff;box-shadow:0 2px 4px 1px rgba(0,0,0,0.1);z-index:999}.checkout-onepage-index .checkout-header article{max-width:980px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:100%}@media only screen and (max-width:767px){.checkout-onepage-index .checkout-header article{flex-direction:column}}@media only screen and (max-width:767px){.checkout-onepage-index .checkout-header article>a{margin:20px auto 10px}}.checkout-onepage-index .checkout-header article img{width:140px}@media only screen and (max-width:767px){.checkout-onepage-index .checkout-header article img{width:130px}}.checkout-onepage-index .checkout-header article div{display:flex}@media only screen and (max-width:991px){.checkout-onepage-index .checkout-header article{max-width:720px}}@media only screen and (max-width:767px){.checkout-onepage-index .checkout-header{padding:0 10px 40px;height:90px}.checkout-onepage-index .checkout-header p{font-size:11px}.checkout-onepage-index .checkout-header a{line-height:12px}.checkout-onepage-index .checkout-header a span{font-size:13px;margin-top:3px;display:block}}.checkout-onepage-index .checkout-footer{clear:both}.checkout-onepage-index .checkout-footer article{max-width:1140px;width:100%;border-top:1px solid #e8e8e8;margin:0 auto;display:flex;flex-direction:column;justify-content:center;padding:35px 0}.checkout-onepage-index .checkout-footer article p{margin-bottom:13px;text-align:center}.checkout-onepage-index .checkout-footer article p a{color:inherit;font-weight:normal}.checkout-onepage-index .checkout-footer article p a:hover{color:#443879;text-decoration:none}@media only screen and (max-width:767px){.checkout-onepage-index .checkout-footer article p{max-width:250px;margin:0 auto 13px}}.checkout-onepage-index .checkout-footer article div{display:flex;align-items:center;justify-content:center;margin-bottom:40px}.checkout-onepage-index .checkout-footer article div img{margin-left:5px}.checkout-onepage-index .checkout-footer article div img.amazon-logo{max-width:65px}@media only screen and (max-width:767px){.checkout-onepage-index .checkout-footer article div img{max-width:17px}.checkout-onepage-index .checkout-footer article div img:nth-child(9),.checkout-onepage-index .checkout-footer article div img:nth-child(11){max-width:45px}}@media only screen and (max-width:767px){.checkout-onepage-index .checkout-footer article div span{display:block;width:100%;text-align:center;margin-bottom:5px}}@media only screen and (max-width:767px){.checkout-onepage-index .checkout-footer article div{flex-wrap:wrap}}@media only screen and (max-width:767px){.checkout-onepage-index .checkout-footer article{padding:15px}}.checkout-onepage-index .main-container{margin-top:120px !important}.checkout-onepage-index .main-container .main{display:flex;flex-direction:column-reverse;max-width:980px;margin:0 auto;padding-bottom:50px}.checkout-onepage-index .main-container .main .block-cart{margin-bottom:0}.checkout-onepage-index .main-container .main .block-cart .subtotal{margin-top:25px;color:#413f41}.checkout-onepage-index .main-container .main .block-cart .shopping-total-cart .title{text-transform:uppercase}.checkout-onepage-index .main-container .main .block-cart .shoping-cart-info .title{max-width:80%;display:inline-block;text-align:left}.checkout-onepage-index .main-container .main .block-cart .shopping-subtotal-cart div{margin-bottom:10px}@media only screen and (max-width:991px){.checkout-onepage-index .main-container .main .block-cart .shopping-subtotal-cart div{display:flex;justify-content:space-between;font-size:16px;color:#413F41;text-transform:none}}.checkout-onepage-index .main-container .main .block-cart .shopping-subtotal-cart div.shopping-tax-cart{display:none}.checkout-onepage-index .main-container .main .block-cart .shipping-method-info{padding:28px 0 25px;margin:25px 0;border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8;display:flex;justify-content:space-between;align-items:baseline}.checkout-onepage-index .main-container .main .block-cart .shipping-method-info div{display:flex;align-items:center}.checkout-onepage-index .main-container .main .block-cart .summary p{color:#413F41;font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;line-height:26px;display:inline-block}.checkout-onepage-index .main-container .main .block-cart .summary p span{color:#413F41;font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;line-height:26px;font-weight:normal}.checkout-onepage-index .main-container .main .block-cart .summary a{float:right;margin-top:3px}.checkout-onepage-index .main-container .main .block-cart .summary figure{content:'';height:12px;width:20px;background:url(../../frontend/Rockher/Winter/en_US/images/checkout/MybagChevron.svg) no-repeat center center;background-size:cover;transition:all .5s ease;display:inline-block;margin-left:10px}.checkout-onepage-index .main-container .main .block-cart .summary figure.minus{transform:rotate(180deg)}.checkout-onepage-index .main-container .main .block-cart .summary figure:hover{cursor:pointer}.checkout-onepage-index .main-container .main .block-cart .summary.minus{padding-bottom:20px;border-bottom:1px solid #e8e8e8}.checkout-onepage-index .main-container .main .block-cart .mini-products-list{position:relative;padding-bottom:15px;border-bottom:1px solid #e8e8e8}.checkout-onepage-index .main-container .main .block-cart li.item{margin:10px 0 0 0}.checkout-onepage-index .main-container .main .block-cart li.item .product-details{position:relative;display:block}@media only screen and (max-width:991px){.checkout-onepage-index .main-container .main .block-cart li.item .product-details{display:block}}.checkout-onepage-index .main-container .main .block-cart li.item .product-name{display:inline-block;max-width:220px;text-align:left;padding:0;text-transform:none;color:#413f41 !important}@media only screen and (max-width:767px){.checkout-onepage-index .main-container .main .block-cart li.item .product-name{max-width:200px}}.checkout-onepage-index .main-container .main .block-cart li.item .product-name a{color:#413F41;font-family:ProximaNovaReg;font-size:16px !important;letter-spacing:0.5px;line-height:19px;font-weight:normal;text-transform:capitalize;margin:0;padding:0;text-align:left}.checkout-onepage-index .main-container .main .block-cart li.item .product-name a:hover{color:#5D5185}.checkout-onepage-index .main-container .main .checkout-results-wrapper{position:relative}.checkout-onepage-index .main-container .main .checkout-results-wrapper .checkout-results{position:absolute;width:380px;top:0;right:0;background-color:#F9F9F9;padding:25px 27px;z-index:2}@media only screen and (max-width:767px){.checkout-onepage-index .main-container .main .checkout-results-wrapper .checkout-results{margin:0 auto;position:relative;top:0;right:auto;float:none;width:345px;padding-left:20px;padding-right:20px}}.checkout-onepage-index .main-container .main #checkoutSteps{width:45%;display:inline-block;margin-top:0;margin-bottom:0}@media only screen and (max-width:767px){.checkout-onepage-index .main-container .main #checkoutSteps{width:100%}}.checkout-onepage-index .main-container .main #checkoutSteps .buttons-set .button:hover{background-color:#5D5185;color:#ffffff}@media only screen and (max-width:767px){.checkout-onepage-index .main-container .main #checkoutSteps>li{padding:0 16px}.checkout-onepage-index .main-container .main #checkoutSteps>li#opc-billing{margin-top:-15px}}.checkout-onepage-index .main-container .main .form-list .fieldset ul{display:flex;flex-direction:column;justify-content:space-between}.checkout-onepage-index .main-container .main .form-list .fieldset ul .fields{display:flex;justify-content:space-between;align-items:center}.checkout-onepage-index .main-container .main .form-list .fieldset ul .fields .field{width:48%;display:inline-block}.checkout-onepage-index .main-container .main .form-list .fieldset ul .fields .field.wide{width:100%}.checkout-onepage-index .main-container .main .form-list .fieldset ul .fields>div{width:100%;display:flex;justify-content:space-between;align-items:center}.checkout-onepage-index .main-container .main .form-list .fieldset ul .wide{width:100%}.checkout-onepage-index .main-container .main .form-list .fieldset .join-rockher{display:flex;align-items:center;margin-bottom:50px}.checkout-onepage-index .main-container .main .form-list .control{margin:10px 0 28px}.checkout-onepage-index .main-container .main .form-list .control label{padding:0;background:none}.checkout-onepage-index .main-container .main .form-list .control input.checkbox{margin:0 5px 0 0}.checkout-onepage-index .main-container .main .checkout-title-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.checkout-onepage-index .main-container .main .checkout-title-wrapper .amazon-wrapper{color:#413F41;font-family:ProximaNovaReg;font-size:16px;letter-spacing:0.5px;line-height:19px;display:flex;align-items:center}.checkout-onepage-index .main-container .main .checkout-title-wrapper .amazon-wrapper img{width:70px;margin-left:5px}.checkout-onepage-index .main-container .main .checkout-title-wrapper .amazon-wrapper a:nth-child(1){margin:0 5px 0 0}@media only screen and (max-width:767px){.checkout-onepage-index .main-container .main .checkout-title-wrapper .amazon-wrapper{flex-wrap:wrap}.checkout-onepage-index .main-container .main .checkout-title-wrapper .amazon-wrapper a{margin-left:0}}.checkout-onepage-index .main-container .main .checkout-title-wrapper>img{max-width:100px}@media only screen and (max-width:767px){.checkout-onepage-index .main-container .main .checkout-title-wrapper>img{display:none}}@media only screen and (max-width:767px){.checkout-onepage-index .main-container .main .checkout-title-wrapper{padding:0 16px}}.checkout-onepage-index .main-container .main .step-title+div{display:none}.checkout-onepage-index .main-container .main .step-title+div#checkout-step-shipping{display:block}.checkout-onepage-index .main-container .main .step-title+div#checkout-step-shipping+div{display:none}@media only screen and (max-width:767px){.checkout-onepage-index .main-container .main .step-title+div{padding-left:0;padding-right:0}}.checkout-onepage-index .main-container .main .section.active .step-title+div{display:block}.checkout-onepage-index .main-container .main .block-progress{border-radius:10px;background-color:#F9F9F9;padding:0;border:none;margin-bottom:30px}@media only screen and (max-width:767px){.checkout-onepage-index .main-container .main .block-progress{position:fixed;width:100%;top:90px;z-index:999;border-radius:0}}.checkout-onepage-index .main-container .main .block-progress .block-content{margin-top:0}.checkout-onepage-index .main-container .main .block-progress .block-content dl{display:flex}.checkout-onepage-index .main-container .main .block-progress .block-content dl .checkout_steps{padding-top:10px;width:100%;display:flex;justify-content:center}.checkout-onepage-index .main-container .main .block-progress .block-content dl .checkout_steps .number,.checkout-onepage-index .main-container .main .block-progress .block-content dl .checkout_steps dt{color:#413F41;font-family:HaboroContrast-NormBook;font-size:16px;letter-spacing:0.5px;line-height:20px}.checkout-onepage-index .main-container .main .block-progress .block-content dl .checkout_steps .number{color:#443879;margin-right:10px}.checkout-onepage-index .main-container .main .block-progress .block-content dl .checkout_steps.active{border-bottom:4px solid #443879;border-radius:4px;background:#F1F1F1}.checkout-onepage-index .main-container .main #opc-billing .step-title{border:none}.checkout-onepage-index .main-container .main .step-title{display:flex;padding-top:20px}.checkout-onepage-index .main-container .main .step-title h2{color:#413F41;font-family:ProximaNovaBold;font-size:24px;letter-spacing:0.67px;line-height:29px;margin:0;text-transform:none}.checkout-onepage-index .main-container .main .step-title span{font-family:ProximaNovaBold;font-size:24px;letter-spacing:0.67px;line-height:29px;color:#413f41;margin-right:7px}.checkout-onepage-index .main-container .main .step-title span:after{content:'.';display:inline}@media only screen and (max-width:991px){.checkout-onepage-index .main-container .main{max-width:725px}}@media only screen and (max-width:767px){.checkout-onepage-index .main-container{margin-top:150px !important}}.checkout-onepage-index .sp-methods dt.dt_paypal_standard label,.checkout-onepage-index .sp-methods dt.dt_amazon_payments label,.checkout-onepage-index .sp-methods dt.dt_Coinbase label{display:flex;width:100%}.checkout-onepage-index .sp-methods dt.dt_paypal_standard label:after,.checkout-onepage-index .sp-methods dt.dt_amazon_payments label:after,.checkout-onepage-index .sp-methods dt.dt_Coinbase label:after{content:'';display:block;background:url(../../frontend/Rockher/Winter/en_US/images/checkout/Logo_PayPalAcceptedPayment.svg) no-repeat center center;margin-left:10px;width:70px}.checkout-onepage-index .sp-methods dt.dt_paypal_standard label[for='p_method_paypal_standard'],.checkout-onepage-index .sp-methods dt.dt_amazon_payments label[for='p_method_paypal_standard'],.checkout-onepage-index .sp-methods dt.dt_Coinbase label[for='p_method_paypal_standard'],.checkout-onepage-index .sp-methods dt.dt_paypal_standard label[for='p_method_amazon_payments'],.checkout-onepage-index .sp-methods dt.dt_amazon_payments label[for='p_method_amazon_payments'],.checkout-onepage-index .sp-methods dt.dt_Coinbase label[for='p_method_amazon_payments'],.checkout-onepage-index .sp-methods dt.dt_paypal_standard label[for='p_method_Coinbase'],.checkout-onepage-index .sp-methods dt.dt_amazon_payments label[for='p_method_Coinbase'],.checkout-onepage-index .sp-methods dt.dt_Coinbase label[for='p_method_Coinbase']{display:none}.checkout-onepage-index .sp-methods dt.dt_amazon_payments label:after{background:url(../../frontend/Rockher/Winter/en_US/images/payments/logo_amazonpay-primary-fullcolor-positive.png) no-repeat center center;background-size:contain}.checkout-onepage-index .sp-methods dt.dt_Coinbase label:after{background:url(../../frontend/Rockher/Winter/en_US/images/checkout/Logo_bitcoin.png) no-repeat center center}.checkout-onepage-index .sp-methods dt.dt_boltpay label[class*="stud"]{display:block !important}.checkout-onepage-index .sp-methods dt label{line-height:1.2;float:none;margin:0 0 0 10px;position:relative}.checkout-onepage-index .sp-methods dt label.title{width:100%}.checkout-onepage-index .sp-methods dt label input{display:block;height:22px;width:22px;opacity:0}.checkout-onepage-index .sp-methods dt label input+i:before{content:'';position:absolute;left:0;top:2px;display:block;height:22px;width:22px;border:1.5px solid #443879;background:transparent;border-radius:50%}.checkout-onepage-index .sp-methods dt label input:checked+i:after{content:'';position:absolute;display:block;width:12px;height:12px;left:5px;top:7px;border-radius:50%;background:#443879}.checkout-onepage-index .sp-methods dt.active{background:#fff;border:1px solid #000;padding:12px 0 12px 23px}.checkout-onepage-index #payment_form_boltpay label{display:flex;flex-direction:row-reverse;justify-content:flex-end}.checkout-onepage-index #payment_form_boltpay label em{color:#B90017}.checkout-onepage-index #payment_form_boltpay .input-box.passed:after{background:none}.checkout-onepage-index .totl_shi{display:flex;justify-content:space-between;align-items:center}.checkout-onepage-index .totl_shi span{color:#413F41;font-family:ProximaNovaReg;font-size:16px;font-weight:bold;letter-spacing:0.5px;line-height:19px;text-align:center}.checkout-onepage-index .totl_shi span.price{font-size:18px;line-height:22px}.checkout-onepage-index .item-options dt{color:#413F41}.checkout-onepage-index .item-options span.price{font-size:18px;line-height:22px}.checkout-onepage-index #checkout-review-submit .agreement{position:relative;padding-left:30px;text-align:left;margin:0 auto 20px}.checkout-onepage-index #checkout-review-submit .agreement input[type="checkbox"]{position:absolute;top:0;left:0}.checkout-onepage-index #checkout-review-submit .buttons-set{text-align:center}.checkout-onepage-index #checkout-review-submit .bolt-checkout-button{margin-top:10px;float:none !important;text-align:center}.checkout-onepage-index #review-buttons-container .btn-checkout{transition-property:color,background-color,opacity}.checkout-onepage-index #review-buttons-container .btn-checkout.is-disabled{opacity:0.45}.checkout-onepage-index #checkout-review-table-wrapper div{margin-top:20px;color:#413F41;font-family:"ProximaNovaSBold";font-size:16px;letter-spacing:0.5px;line-height:19px}.checkout-onepage-index #checkout-review-table-wrapper div.shoping-cart-total{border-top:2px solid #e8e8e8;padding-top:20px;margin-bottom:20px}.checkout-onepage-index #checkout-review-table-wrapper div.shoping-cart-total .title{font-size:18px}.checkout-onepage-index #checkout-review-table-wrapper div.shoping-cart-info{display:flex;justify-content:space-between}.checkout-onepage-index #checkout-review-table-wrapper div.shoping-cart-info span.title{max-width:350px;display:block}@media only screen and (max-width:767px){.checkout-onepage-index #checkout-review-table-wrapper div.shoping-cart-info span.title{max-width:265px}}.checkout-onepage-index #checkout-review-table-wrapper .title{font-family:"ProximaNovaSBold"}.checkout-onepage-index #checkout-review-table-wrapper .shopping-tax-cart{display:none}.checkout-onepage-index #checkout-review-table-wrapper span.price{font-size:18px}.checkout-onepage-index #opc-shipping_method>div:nth-child(1){opacity:0;padding:0;height:0}.checkout-onepage-index .subtotal span.price,.checkout-onepage-index .shopping-tax-cart p span.price,.checkout-onepage-index .shoping-cart-info span span.price,.checkout-onepage-index .shoping-cart-total span span.price{font-size:16px;line-height:22px}.checkout-onepage-index .field-wrapper{display:none;justify-content:space-between;align-items:center}.checkout-onepage-index .field-wrapper div{display:inline-block}.checkout-onepage-index .field-wrapper div input[type=text]{height:50.88px;width:302.14px;border:1px solid #7c7593;border-radius:10px;background-color:#FFF;font-family:ProximaNovaReg;font-size:16px;letter-spacing:1px;line-height:19px}.checkout-onepage-index .field-wrapper div button{height:46.15px;width:122.59px;border:2px solid #443879;border-radius:45px;background-color:#FFF;color:#443879;font-family:ProximaNovaReg;font-size:16px;font-weight:bold;letter-spacing:2px;line-height:19px;text-align:center}@media only screen and (max-width:767px){.checkout-onepage-index .field-wrapper div{margin-bottom:10px;width:auto !important}}@media only screen and (max-width:767px){.checkout-onepage-index .field-wrapper{flex-direction:column}}.checkout-onepage-index .discount-wrapper{display:flex;align-items:center;margin:42px 0 20px}.checkout-onepage-index #coupon_code{padding-bottom:0}@media only screen and (max-width:767px){.checkout-onepage-index #coupon_code{width:205px}}@media only screen and (max-width:767px){.checkout-onepage-index .discount-form .field-wrapper{flex-direction:row}}.checkout-onepage-index .discount-form .field-wrapper span{color:#443879}.checkout-onepage-index .discount-form .discount-message{margin-top:5px;display:block}.checkout-onepage-index .discount-form .discount-message.success{color:#1F7E06}.checkout-onepage-index .discount-form .discount-message.failure{color:#D0021B}@media only screen and (max-width:1200px){.checkout-onepage-index .page-title{margin:0 auto}}@media only screen and (max-width:991px){.checkout-onepage-index{display:block}}.checkout-onepage-index #payment_form_authorizenet li:nth-child(1) .input-box{position:relative;display:block}.checkout-onepage-index #payment_form_authorizenet li:nth-child(1) .input-box select{-webkit-appearance:none;z-index:100;background:transparent}.checkout-onepage-index #payment_form_authorizenet li:nth-child(1) .input-box:after{content:'';position:absolute;top:9px;right:0;width:16px;height:10px;background:url(../../frontend/Rockher/Winter/en_US/images/checkout/ChevronDownShowDetails.svg) no-repeat center center;background-size:cover;transition:all .5s ease}.checkout-onepage-index #payment_form_authorizenet li:nth-child(1) .input-box.minus:after{transform:rotate(180deg)}.checkout-onepage-index #authorizenet_cc_type_exp_div .v-fix{position:relative;display:block}.checkout-onepage-index #authorizenet_cc_type_exp_div .v-fix select{-webkit-appearance:none;z-index:100;background:transparent}.checkout-onepage-index #authorizenet_cc_type_exp_div .v-fix:after{content:'';position:absolute;top:9px;right:0;width:16px;height:10px;background:url(../../frontend/Rockher/Winter/en_US/images/checkout/ChevronDownShowDetails.svg) no-repeat center center;background-size:cover;transition:all .5s ease}.checkout-onepage-index #authorizenet_cc_type_exp_div .v-fix.minus:after{transform:rotate(180deg)}.checkout-onepage-index #bitpay-tooltip-btn{position:absolute;right:-30px;top:50%;-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);transform:translate(0, -50%);width:18px;height:19px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_tooltip-info.svg);z-index:10}.checkout-onepage-index label[for='p_method_paypal_standard']{display:none}.checkout-onepage-index #bitpay-tooltip{display:flex;align-items:center;justify-content:space-between}.checkout-onepage-index #bitpay-tooltip span{display:inline-block;min-width:125px}.checkout-onepage-index #bitpay-tooltip img{display:inline-block;height:auto;width:70%}@media only screen and (max-width:767px){.checkout-onepage-index .product-details{display:block}}.checkout-onepage-index #billing-progress-opcheckout .complete,.checkout-onepage-index #shipping-progress-opcheckout .complete,.checkout-onepage-index #shipping_method-progress-opcheckout .complete,.checkout-onepage-index #payment-progress-opcheckout .complete{position:relative;font-family:'ProximaNovaReg';color:#413F41;font-size:16px;line-height:1.2}.checkout-onepage-index #billing-progress-opcheckout dt.complete,.checkout-onepage-index #shipping-progress-opcheckout dt.complete,.checkout-onepage-index #shipping_method-progress-opcheckout dt.complete,.checkout-onepage-index #payment-progress-opcheckout dt.complete{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-family:'ProximaNovaSBold';color:#413F41;font-size:16px}.checkout-onepage-index #billing-progress-opcheckout dt.complete .separator,.checkout-onepage-index #shipping-progress-opcheckout dt.complete .separator,.checkout-onepage-index #shipping_method-progress-opcheckout dt.complete .separator,.checkout-onepage-index #payment-progress-opcheckout dt.complete .separator{display:none}.checkout-onepage-index #billing-progress-opcheckout dd,.checkout-onepage-index #shipping-progress-opcheckout dd,.checkout-onepage-index #shipping_method-progress-opcheckout dd,.checkout-onepage-index #payment-progress-opcheckout dd{margin-bottom:20px}.checkout-onepage-index .trustpilot-sect{margin-top:75px}.checkout-onepage-index .trustpilot-sect .container{width:970px}.checkout-onepage-index .testimonial-section{background:none;padding-top:110px;padding-bottom:50px}@media only screen and (max-width:991px){.checkout-onepage-index .testimonial-section{padding-top:50px;padding-bottom:50px}}@media only screen and (max-width:767px){.checkout-onepage-index .testimonial-section{padding-bottom:20px}}.onestepcheckout-index-index .main-container{box-sizing:border-box;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;width:auto}@media (min-width:1024px){.onestepcheckout-index-index .main-container{max-width:1260px}}.onestepcheckout-index-index .main-container .checkout-container{margin-top:70px}.onestepcheckout-index-index .main-container .opc-wrapper .step-title,.onestepcheckout-index-index .main-container .opc-block-summary>.title{font-size:24px}.onestepcheckout-index-index .row{margin:0}.onestepcheckout-index-index .product-item{font-size:18px}#checkout .input-text{height:40px;border:1px solid #d7d7d7;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:16px;padding-left:12px}#checkout .input-text:focus{border:1px solid #7c7593}@media only screen and (max-width:767px){#checkout .input-text{max-width:100%}}#checkout .opc-wrapper #checkoutSteps .select{border-color:#d7d7d7;height:40px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:16px;width:98%}@media only screen and (max-width:767px){#checkout .opc-wrapper #checkoutSteps .select{max-width:100%}}#checkout .opc-wrapper #checkoutSteps .billing-address-form .select{width:90%}#checkout .opc-wrapper #shipping #checkout-step-shipping .label{font-size:14px;margin-bottom:3px;width:auto}#checkout .opc-wrapper #shipping #checkout-step-shipping .checkbox+label{display:inline-block;padding-top:0;padding-left:0}#checkout .opc-wrapper #shipping #customer-email-fieldset{background:#ffffff;padding:15px;border:1px solid #d7d7d7;border-radius:4px}#checkout .opc-wrapper #shipping #customer-email-fieldset .actions-toolbar{margin:15px 0 0}#checkout .opc-wrapper #shipping #customer-email-fieldset .actions-toolbar .action.primary{background:#51aceb;border:1px solid #51aceb;font-weight:bold;padding:8px 12px;text-transform:uppercase}#checkout .opc-wrapper #shipping #customer-email-fieldset .actions-toolbar .action.primary:hover{background:#51aceb}#checkout .opc-wrapper #shipping #customer-email-fieldset .actions-toolbar .action.primary span{font-family:ProximaNovaReg}#checkout .opc-wrapper #shipping #customer-email-fieldset .secondary{float:none;margin-left:10px}#checkout .opc-wrapper #shipping #customer-email-fieldset .fieldset .field{width:290px}#checkout #opc-sidebar .order-comment-block .control textarea{border-color:#7c7593;font-size:16px;padding:5px 10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}@media only screen and (max-width:767px){#checkout .opc-estimated-wrapper{padding:18px 15px}}@media only screen and (max-width:767px){#checkout .minicart-wrapper .action.showcart{background:#fbf9f4;border-radius:4px;height:46px}}#checkout .minicart-wrapper .action.showcart .counter.qty{margin-top:5px}@media only screen and (max-width:767px){#checkout .minicart-wrapper .action.showcart .counter.qty{background:#51aceb;color:#ffffff;width:24px;height:24px;right:4px;bottom:6px;position:relative}}.checkout-onepage-success .wrapper .main-container{margin-top:0px;text-align:center}.checkout-onepage-success .wrapper .main-container .page-title-wrapper{display:none}.checkout-onepage-success .wrapper .main-container .top-banner{width:100%;height:500px;background:url(../../frontend/Rockher/Winter/en_US/images/order-success/order-success-top.jpg) no-repeat center center;background-size:cover}@media only screen and (max-width:767px){.checkout-onepage-success .wrapper .main-container .top-banner{height:275px;background:url(../../frontend/Rockher/Winter/en_US/images/order-success/order-success-top_m.jpg) no-repeat center center;background-size:cover}}.checkout-onepage-success .wrapper .main-container .success-title{font-size:46px;margin:25px auto}.checkout-onepage-success .wrapper .main-container .checkout-success p{font-size:20px;font-weight:300;margin:10px}.checkout-onepage-success .wrapper .main-container .guides-section .guide-items{justify-content:center}.checkout-onepage-success .wrapper .main-container .guides-section .guide-items .item .title-wrap .inner{background:none}.checkout-onepage-success .wrapper .main-container .guides-section .guide-items .item .title-wrap .inner span.title{margin-top:20px}.checkout-cart-index #minicart-amazon-pay-button{display:none}.checkout-cart-index .rh_cart_email_block{float:right;display:inline-block;width:65%}@media only screen and (max-width:767px){.checkout-cart-index .rh_cart_email_block{width:100%;margin-top:20px}}.checkout-cart-index .rh_cart_email_block .klaviyo-form button{padding-top:0 !important;padding-bottom:0 !important}@media only screen and (max-width:767px){.checkout-cart-index .rh_cart_email_block .klaviyo-form button{padding:unset !important;margin:0 auto !important}}.checkout-cart-index #rh_cart_email{display:inline}.checkout-cart-index #rh_cart_email .input-text{height:40px;max-width:250px;margin-bottom:5px}.checkout-cart-index #rh_cart_email button{display:inline-block}.checkout-cart-index .cart-container .form.form-cart .loader{display:none}.checkout-cart-index .cart-container .form.form-cart .loader img{margin:0 auto}.checkout-cart-index #parent_upsell_1{display:none}.checkout-cart-index #parent_upsell_2{display:none}.checkout-cart-index .parent_upsell_1{background-color:#fdf9fa}.checkout-cart-index .parent_upsell_1 .item-info .col.item{padding:unset !important}.checkout-cart-index .parent_upsell_1 .item-info .col.item .product-item-photo{padding-right:unset}.checkout-cart-index .parent_upsell_1 .item-info .col.item .product-item-photo .product-image-container{width:unset !important}@media only screen and (max-width:767px){.checkout-cart-index .parent_upsell_1 .item-info .col.item .product-item-photo .product-image-container{float:left}}.checkout-cart-index .parent_upsell_1 .item-info .col.item .product-item-photo .product-image-container .product-image-photo{margin-left:30px;margin-right:15px;height:100px}@media only screen and (max-width:767px){.checkout-cart-index .parent_upsell_1 .item-info .col.item .product-item-photo .product-image-container .product-image-photo{height:45px;margin-left:50px;margin-top:20px;margin-right:0}}.checkout-cart-index .parent_upsell_1 .item-info .col.item .product-item-details{padding-left:unset !important}@media only screen and (max-width:767px){.checkout-cart-index .parent_upsell_1 .item-info .col.item .product-item-details{padding-left:35px !important;padding-right:20px}}.checkout-cart-index .parent_upsell_1 .item-info .col.item .product-item-details .product-item-name{font-weight:700}@media only screen and (max-width:767px){.checkout-cart-index .parent_upsell_1 .item-info .col.item .product-item-details .product-item-name{padding-left:25px;padding-right:0;padding-top:40px}}.checkout-cart-index .parent_upsell_1 .item-info .col.item .product-item-details .product-item-name.desc{font-weight:unset}@media only screen and (max-width:767px){.checkout-cart-index .parent_upsell_1 .item-info .col.item .product-item-details .product-item-name.desc{padding-left:0;padding-right:0;padding-top:0}}@media only screen and (max-width:767px){.checkout-cart-index .parent_upsell_1 .item-info .col.price .price-excluding-tax{float:right;padding-top:15px}}.checkout-cart-index .parent_upsell_2{background-color:#f9f9f9}.checkout-cart-index .parent_upsell_2 .item-info .col.item{padding:unset !important}.checkout-cart-index .parent_upsell_2 .item-info .col.item .product-item-photo{padding-right:unset}.checkout-cart-index .parent_upsell_2 .item-info .col.item .product-item-photo .product-image-container{width:unset !important}@media only screen and (max-width:767px){.checkout-cart-index .parent_upsell_2 .item-info .col.item .product-item-photo .product-image-container{float:left}}.checkout-cart-index .parent_upsell_2 .item-info .col.item .product-item-photo .product-image-container .product-image-photo{height:120px;margin-left:30px;margin-right:15px}@media only screen and (max-width:767px){.checkout-cart-index .parent_upsell_2 .item-info .col.item .product-item-photo .product-image-container .product-image-photo{height:65px;margin-left:55px}}.checkout-cart-index .parent_upsell_2 .item-info .col.item .product-item-details{padding-left:unset !important}@media only screen and (max-width:767px){.checkout-cart-index .parent_upsell_2 .item-info .col.item .product-item-details{padding-left:35px !important;padding-right:20px}}.checkout-cart-index .parent_upsell_2 .item-info .col.item .product-item-details .product-item-name{font-weight:700}@media only screen and (max-width:767px){.checkout-cart-index .parent_upsell_2 .item-info .col.item .product-item-details .product-item-name{padding-right:0;padding-top:22px}}.checkout-cart-index .parent_upsell_2 .item-info .col.item .product-item-details .product-item-name.desc{font-weight:unset}@media only screen and (max-width:767px){.checkout-cart-index .parent_upsell_2 .item-info .col.item .product-item-details .product-item-name.desc{padding-left:0;padding-right:0;padding-top:0}}@media only screen and (max-width:767px){.checkout-cart-index .parent_upsell_2 .item-info .col.price .price-excluding-tax{float:right;padding-top:15px}}.checkout-cart-index .add-price-service{margin-top:15px;display:flex}@media only screen and (max-width:767px){.checkout-cart-index .add-price-service{display:block}}.checkout-cart-index .add-price-service .image-desct{padding:10px;width:140px}@media only screen and (max-width:767px){.checkout-cart-index .add-price-service .image-desct{display:none}}.checkout-cart-index .add-price-service .add-title-desc{width:555px;padding:10px}@media only screen and (max-width:767px){.checkout-cart-index .add-price-service .add-title-desc{width:340px}}@media only screen and (max-width:767px){.checkout-cart-index .add-price-service .add-title-desc .add-title{display:flex;align-items:flex-end}}.checkout-cart-index .add-price-service .add-title-desc .add-title img{display:none}@media only screen and (max-width:767px){.checkout-cart-index .add-price-service .add-title-desc .add-title img{display:block;width:44px;padding-right:10px}}.checkout-cart-index .add-price-service .add-title-desc .add-title span{font-weight:700;margin-right:20px;text-transform:uppercase}.checkout-cart-index .add-price-service .add-title-desc .add-desc{font-size:16px;line-height:1.5;color:#413F41}.checkout-cart-index .add-price-service .add-title-desc-l .add-title img{display:none}@media only screen and (max-width:767px){.checkout-cart-index .add-price-service .add-title-desc-l .add-title img{display:block;width:70px;padding-right:10px}}.checkout-cart-index .add-price-service .add-btn-price{padding-top:10px;padding-right:10px}.checkout-cart-index .add-price-service .add-btn-price .price{float:right;margin-bottom:15px;font-size:20px;font-weight:normal;color:#db7ca7}.checkout-cart-index .add-price-service .add-btn-price .add-btn button{width:105px;height:45px;font-size:14px}@media only screen and (max-width:767px){.checkout-cart-index .add-price-service .add-btn-price .add-btn button{width:150px}}.checkout-cart-index .add-text{padding-left:550px}@media only screen and (max-width:767px){.checkout-cart-index .add-text{padding-left:60px}}.checkout-cart-index .make-price-match-offer{width:66%;height:220px;box-shadow:0 0 6px 1px #d3d3d3;padding-top:40px;margin:0 auto;float:left;position:relative}@media only screen and (max-width:767px){.checkout-cart-index .make-price-match-offer{width:95%;height:100%;padding-top:0;order:2}}.checkout-cart-index .make-price-match-offer .image-wrapper{width:15%;float:left;padding-left:165px}@media only screen and (max-width:767px){.checkout-cart-index .make-price-match-offer .image-wrapper{width:20%;float:left;padding-left:unset;margin-left:20px;margin-top:20px}}@media only screen and (max-width:767px){.checkout-cart-index .make-price-match-offer .image-wrapper img{padding-left:0;padding-top:0;width:60px}}.checkout-cart-index .make-price-match-offer .content{width:70%;float:right;padding-right:135px}@media only screen and (max-width:767px){.checkout-cart-index .make-price-match-offer .content{width:100%;float:unset;padding-right:20px}}.checkout-cart-index .make-price-match-offer .content .title{max-width:245px;padding-bottom:10px;margin:auto}@media only screen and (max-width:767px){.checkout-cart-index .make-price-match-offer .content .title{max-width:310px;padding-top:20px}}.checkout-cart-index .make-price-match-offer .content .title span{font-weight:bold;color:#413F41;font-size:21px}.checkout-cart-index .make-price-match-offer .content .desc{max-width:400px;margin:auto}@media only screen and (max-width:767px){.checkout-cart-index .make-price-match-offer .content .desc{margin-top:15px;padding-left:15px}}.checkout-cart-index .make-price-match-offer .content .desc span{font-size:17px;line-height:1.5;color:#413F41}.checkout-cart-index .make-price-match-offer .content .desc span.last{font-size:17px;line-height:1.5;color:#413F41;padding-left:10px}.checkout-cart-index .make-price-match-offer .content .make-offer-btn{max-width:285px;margin:auto}@media only screen and (max-width:767px){.checkout-cart-index .make-price-match-offer .content .make-offer-btn{padding-bottom:18px}}.checkout-cart-index .make-price-match-offer .content .make-offer-btn .g-btn_secondary,.checkout-cart-index .make-price-match-offer .content .make-offer-btn .g-btn_secondary:hover,.checkout-cart-index .make-price-match-offer .content .make-offer-btn .g-btn_secondary:focus{border-width:1px}.checkout-cart-index .quality-section.logos{padding:unset;background:unset;margin-bottom:30px;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#E8E8F3}@media only screen and (max-width:767px){.checkout-cart-index .quality-section.logos{display:none}}.checkout-cart-index .quality-section.logos .row{margin-bottom:15px}.checkout-cart-index .quality-section.logos .row .quality-item{max-width:285px}.checkout-cart-index .quality-section.logos .row .quality-item img{height:50%}.checkout-cart-index .quality-section.logos .row .quality-item p{margin:0;font-size:18px;max-width:200px;padding-top:10px;color:#636363}.checkout-cart-index .quality-section.logos .row .quality-item_small{max-width:205px;width:100%;margin:auto;display:flex;justify-content:space-between}.checkout-cart-index .quality-section.logos .row .quality-item_small img{height:50%}.checkout-cart-index .quality-section.logos .row .quality-item_small p{max-width:200px;font-size:18px;font-family:ProximaNovaSbold;letter-spacing:0.5px;line-height:19px;padding-left:10px;margin:0;padding-top:10px;color:#636363}.checkout-cart-index .sect-container.trust-section.container-fluid.logos{display:none}@media only screen and (max-width:767px){.checkout-cart-index .sect-container.trust-section.container-fluid.logos{background:unset;display:block}}@media only screen and (max-width:767px){.checkout-cart-index .sect-container.trust-section.container-fluid.logos .trust-item-descr{display:block}}.checkout-cart-index .modal-inner-wrap{width:30%}.checkout-cart-index .modal-inner-wrap .modal-content{border:unset}.checkout-cart-index .modal-inner-wrap .modal-content #price_match_offer_only_request{margin-top:20px}.checkout-cart-index .modal-inner-wrap .modal-content #price_match_offer_only_request .wrapper-success-msg{font-size:18px;font-weight:bold;color:#db7ca7;text-align:center;margin-top:20px}.checkout-cart-index .modal-inner-wrap .modal-footer{display:none}.checkout-cart-index .parent_right{width:33%;margin:10px auto;float:right}@media only screen and (max-width:767px){.checkout-cart-index .parent_right{width:100%;order:2}}@media only screen and (max-width:991px){.checkout-cart-index .parent_right{width:100%;order:2}}@media only screen and (max-width:1024px){.checkout-cart-index .parent_right{width:100%;order:2}}.checkout-cart-index .parent_right .norton{width:95%;margin:0 10px 10px 10px;display:flex;position:static;background:#fcfcfc;border:#e1e1e1 solid 1px;padding:6px}.checkout-cart-index .parent_right .norton .text{display:flex;width:75%;align-items:center;margin-left:15px}.checkout-cart-index .parent_right .norton div span{font-size:18px;color:#292D34}.checkout-cart-index .parent_right .cart-summary{float:unset;width:95%}.checkout-cart-index .parent_right .cart-rockher-promise{width:95%;margin:10px;background:#fcfcfc;border:#e1e1e1 solid 1px;margin-top:30px}.checkout-cart-index .parent_right .cart-rockher-promise .image-wrapper{margin-top:25px;margin-bottom:25px}.checkout-cart-index .parent_right .cart-rockher-promise .image-wrapper img{margin:0 auto}.checkout-cart-index .parent_right .cart-rockher-promise .content .title p{text-align:center;color:#292D34;font-size:28px}.checkout-cart-index .parent_right .cart-rockher-promise .content .desc{margin-bottom:20px}.checkout-cart-index .parent_right .cart-rockher-promise .content .desc p{text-align:center;font-size:18px;width:70%;margin:0 auto}@media only screen and (max-width:767px){.checkout-cart-index .parent_right .cart-rockher-promise .content .desc p{width:75%}}.checkout-cart-index .parent_right .cart-rockher-promise .content .desc p.last{text-align:center}.checkout-cart-index .parent_right .cart-rockher-promise .content .desc p.last a{font-size:18px;color:#db7ca7;font-weight:bold}.checkout-cart-index .rockher-promise .modal-inner-wrap{width:45%}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-header{background-color:#db7ca7}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-header h1{border-bottom:unset;color:#fff;text-align:center}@media only screen and (max-width:767px){.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-header h1{text-transform:unset;font-size:16px}}@media only screen and (max-width:767px){.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-header .action-close{padding:10px}}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-header .action-close:before{font-weight:800;font-size:45px;color:#000}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content{padding-left:2rem;padding-right:2rem}@media only screen and (max-width:767px){.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content{padding-left:1.5rem;padding-right:1.5rem}}@media only screen and (max-width:767px){.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item{min-height:75px;margin-top:20px;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#E8E8F3}}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item .number{float:left;color:#db7ca7;text-align:center;border-radius:50%;padding:6px 0;width:3em;height:3em;border:#db7ca7 solid 1px;margin-right:15px;margin-bottom:10px}@media only screen and (max-width:767px){.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item .number{padding:3px 0;width:2em;height:2em}}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item .number span{font-weight:bold;font-size:22px}@media only screen and (max-width:767px){.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item .number span{font-size:16px}}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item .content{width:100%}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item .content .title{width:90%;display:inline-flex}@media only screen and (max-width:767px){.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item .content .title{width:75%}}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item .content .title a span{font-size:20px;color:#000;font-weight:bold}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item .content .show-desc{font-size:40px;font-weight:bold;position:relative;bottom:10px;float:right}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item .content .desc{padding-left:50px;margin-bottom:18px}@media only screen and (max-width:767px){.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item .content .desc{margin-top:5px}}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item .content .desc p{text-align:revert;font-size:18px;color:#292D34 !important}@media only screen and (max-width:767px){.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item.last{min-height:50px;border-bottom-style:unset;border-bottom-width:unset;border-bottom-color:unset}}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item.last .logo-review{display:inline-flex;width:100%}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item.last .logo-review .google{width:25%}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item.last .logo-review .google img{margin:0 auto;width:65%}@media only screen and (max-width:767px){.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item.last .logo-review .google img{width:72%}}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item.last .logo-review .trust{width:40%;padding-top:10px}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item.last .logo-review .trust img{margin:0 auto;width:100%}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item.last .logo-review .yotpo{width:35%;padding-top:20px}@media only screen and (max-width:767px){.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item.last .logo-review .yotpo{padding-top:14px}}.checkout-cart-index .rockher-promise .modal-inner-wrap .modal-content #cart-rockher-promise_popup .item.last .logo-review .yotpo img{margin:0 auto;width:100%}.payment-method-title .payment-icon.affirm-payment-icon{display:none}.cart-summary .button-description{display:block;margin-top:10px;font-size:14px}.cart-summary .bottomtext-wrapper{margin-top:10px}.cart-summary .bottomtext-wrapper .shipping_info,.cart-summary .bottomtext-wrapper .other-topions,.cart-summary .bottomtext-wrapper .need-assist{margin-bottom:15px}.cart-summary .bottomtext-wrapper .title{font-size:22px;margin-bottom:5px}.cart-summary .bottomtext-wrapper .need-assist a{font-weight:bold}.cart-summary .bottomtext-wrapper .underline{text-decoration:underline}.cart-summary .bottomtext-wrapper .modal-link{color:#443879;cursor:pointer;border-bottom:1px dotted}.estimate-shipping-modal .modal-dialog{width:auto;max-width:425px}.estimate-shipping-modal .modal-header{padding:25px 30px;margin-bottom:0}.estimate-shipping-modal .modal-header .close{background-color:#fff;border:none}.estimate-shipping-modal .modal-body{text-align:center}.estimate-shipping-modal .heading{margin-bottom:20px}.estimate-shipping-modal .form .field{margin-bottom:20px}.estimate-shipping-modal .form .field input.input-text{height:40px;border:1px solid #7c7593;border-radius:4px;font-size:16px;padding:12px;letter-spacing:0.5px}.checkout-payment-method .payment-method+.payment-method .payment-method-title{border-top:none}.checkout-payment-method .payment-option-title{border-top:none}#checkout-step-payment #co-payment-form .payment-method.affirm{display:none}#checkout-step-payment #checkout-payment-method-load{background:#fafafa;padding:20px}#checkout-step-payment #checkout-payment-method-load .field-error{font-size:14px}#checkout-step-payment #checkout-payment-method-load .actions-toolbar div[data-tid="bolt-checkout-button"]{background-color:#51aceb !important}#checkout-step-payment .checkout-billing-address{background:#fafafa;padding:25px}#checkout-step-payment .checkout-billing-address .billing-address-same-as-shipping-block label span{font-size:14px}#checkout-step-payment .checkout-billing-address .field-select-billing label{height:30px;overflow:visible;position:inherit;font-size:26px;line-height:40px;width:100%;text-align:left;margin-left:50px}@media only screen and (max-width:767px){#checkout-step-payment .checkout-billing-address .field-select-billing label{text-align:center;margin-left:0}}@media only screen and (max-width:767px){#checkout-step-payment .checkout-billing-address .field-select-billing{margin:0 0 10px}}#checkout-step-payment .checkout-billing-address .actions-toolbar .action.action-update{font-size:16px;font-weight:bold;color:#ffffff;background:#db7ca7;padding-right:24px;padding-left:20px;height:36px;border:1px solid #db7ca7;border-radius:5px;width:120px;text-align:center;float:right}#checkout-step-payment .checkout-billing-address .actions-toolbar .action.action-cancel{font-size:16px;font-weight:bold;color:#db7ca7;background:#ffffff;padding-right:24px;padding-left:20px;height:36px;border:1px solid #db7ca7;border-radius:5px;width:120px;text-align:center;margin:0 10px}#checkout-step-payment .checkout-billing-address div[name="billingAddressshared.firstname"]{display:inline-block;width:48%}@media only screen and (max-width:767px){#checkout-step-payment .checkout-billing-address div[name="billingAddressshared.firstname"]{width:100%}}#checkout-step-payment .checkout-billing-address div[name="billingAddressshared.lastname"]{display:inline-block;width:48%}@media only screen and (max-width:767px){#checkout-step-payment .checkout-billing-address div[name="billingAddressshared.lastname"]{width:100%}}#checkout-step-payment .checkout-billing-address div[name="billingAddressshared.company"]{width:100%}#checkout-step-payment .checkout-billing-address div[name="billingAddressshared.street.2"]{display:none}#checkout-step-payment .checkout-billing-address div[name="billingAddressshared.country_id"]{display:inline-block;width:48%}@media only screen and (max-width:767px){#checkout-step-payment .checkout-billing-address div[name="billingAddressshared.country_id"]{width:100%}}#checkout-step-payment .checkout-billing-address div[name="billingAddressshared.region_id"]{display:inline-block;width:48%}@media only screen and (max-width:767px){#checkout-step-payment .checkout-billing-address div[name="billingAddressshared.region_id"]{width:100%}}#checkout-step-payment .checkout-billing-address div[name="billingAddressshared.city"]{display:inline-block;width:48%}@media only screen and (max-width:767px){#checkout-step-payment .checkout-billing-address div[name="billingAddressshared.city"]{width:100%}}#checkout-step-payment .checkout-billing-address div[name="billingAddressshared.postcode"]{display:inline-block;width:48%}@media only screen and (max-width:767px){#checkout-step-payment .checkout-billing-address div[name="billingAddressshared.postcode"]{width:100%}}#checkout-step-payment .checkout-billing-address .fieldset>.field{margin:0px 0 10px}@media (min-width:768px){#checkout-step-payment .checkout-billing-address form .actions-toolbar .primary{float:right}}#checkout-step-payment .payment-method-title .label{font-size:20px}#checkout-step-payment .payment-method-title .label span{vertical-align:top}#checkout-step-payment .opc-payment-additional.discount-code{display:none}.actions-toolbar .action.primary{font-size:1em;font-family:ProximaNovaReg;letter-spacing:1px;font-weight:400}.checkout-index-index .main-header .top-bar{display:none}.checkout-index-index .main-container{max-width:1280px}.checkout-index-index .product-image-wrapper{overflow:initial}.checkout-index-index .opc-summary-wrapper{margin:0 0 20px}@media only screen and (max-width:767px){.checkout-index-index .opc-summary-wrapper{top:200px}.checkout-index-index .opc-summary-wrapper .modal-header{display:none}}.checkout-index-index .opc-summary-wrapper .modal-content{border-radius:0px}.checkout-index-index .opc-summary-wrapper .modal-header{margin-bottom:0}.checkout-index-index .opc-block-summary{background:#ffffff;padding:22px 10px}.checkout-index-index .opc-block-summary .title{font-weight:bold;font-size:1.3rem;text-align:center;border-bottom:none}.checkout-index-index .opc-block-summary .totals.discount .title{font-size:14px;font-weight:unset}.checkout-index-index .opc-block-summary .product-item-name{font-size:16px}.checkout-index-index .opc-block-summary .minicart-items-wrapper{max-height:430px}.checkout-index-index .opc-block-summary .minicart-items .product-item-details{padding-left:105px}.checkout-index-index .opc-block-summary .minicart-items .product .toggle{display:none}.checkout-index-index .opc-block-summary .minicart-items .product-item-inner{flex-direction:column}.checkout-index-index .opc-block-summary .minicart-items .product-item-inner .subtotal{text-align:left}.checkout-index-index .opc-block-summary .minicart-items .product-item-inner .subtotal .price{font-size:16px;font-weight:bold;color:#db7ca7}.checkout-index-index .opc-block-shipping-information .shipping-information-title{font-size:1.3rem}.checkout-index-index .opc-progress-bar{display:none}.checkout-index-index .checkout-shipping-address{border:none;background:#fafafa;padding-bottom:20px}@media only screen and (max-width:767px){.checkout-index-index .checkout-shipping-address{background:#ffffff}}.checkout-index-index .checkout-shipping-address input{max-width:100%}.checkout-index-index .checkout-shipping-address form.form{max-width:100%}.checkout-index-index .checkout-shipping-address .field{margin:0 5px 10px 5px}@media only screen and (max-width:767px){.checkout-index-index .checkout-shipping-address .field{margin:0 0 10px 0}}.checkout-index-index .checkout-shipping-address .step-title{background:#ffffff;border-bottom:none}@media only screen and (max-width:767px){.checkout-index-index .checkout-shipping-address .step-title{font-size:32px;margin-left:10px}}.checkout-index-index .checkout-shipping-address .step-content{margin:0 25px}@media only screen and (max-width:767px){.checkout-index-index .checkout-shipping-address .step-content{margin:0 10px;padding:0 15px;background:#fafafa}}.checkout-index-index .checkout-shipping-address .opc-wrapper .form-shipping-address{max-width:99%}.checkout-index-index .checkout-shipping-address div[name="shippingAddress.firstname"]{display:inline-block;width:48%}@media only screen and (max-width:767px){.checkout-index-index .checkout-shipping-address div[name="shippingAddress.firstname"]{width:100%}}.checkout-index-index .checkout-shipping-address div[name="shippingAddress.lastname"]{display:inline-block;width:48%}@media only screen and (max-width:767px){.checkout-index-index .checkout-shipping-address div[name="shippingAddress.lastname"]{width:100%}}.checkout-index-index .checkout-shipping-address div[name="shippingAddress.company"]{display:none}.checkout-index-index .checkout-shipping-address div[name="shippingAddress.street.0"],.checkout-index-index .checkout-shipping-address div[name="shippingAddress.street.1"]{width:98%}.checkout-index-index .checkout-shipping-address div[name="shippingAddress.street.0"] input,.checkout-index-index .checkout-shipping-address div[name="shippingAddress.street.1"] input{width:100%}@media only screen and (max-width:767px){.checkout-index-index .checkout-shipping-address div[name="shippingAddress.street.0"],.checkout-index-index .checkout-shipping-address div[name="shippingAddress.street.1"]{width:100%}}.checkout-index-index .checkout-shipping-address div[name="shippingAddress.street.2"]{display:none}.checkout-index-index .checkout-shipping-address div[name="shippingAddress.country_id"]{display:inline-block;width:48%}@media only screen and (max-width:767px){.checkout-index-index .checkout-shipping-address div[name="shippingAddress.country_id"]{width:100%}}.checkout-index-index .checkout-shipping-address div[name="shippingAddress.region_id"]{display:inline-block;width:48%}@media only screen and (max-width:767px){.checkout-index-index .checkout-shipping-address div[name="shippingAddress.region_id"]{width:100%}}.checkout-index-index .checkout-shipping-address div[name="shippingAddress.city"]{display:inline-block;width:48%}@media only screen and (max-width:767px){.checkout-index-index .checkout-shipping-address div[name="shippingAddress.city"]{width:100%}}.checkout-index-index .checkout-shipping-address div[name="shippingAddress.postcode"]{display:inline-block;width:48%}@media only screen and (max-width:767px){.checkout-index-index .checkout-shipping-address div[name="shippingAddress.postcode"]{width:100%}}.checkout-index-index .checkout-shipping-address div[name="shippingAddress.custom_attributes.kl_email_consent"]{text-align:left}.checkout-index-index .checkout-shipping-address .amazon-express-title,.checkout-index-index .checkout-shipping-address .amazon-button-container,.checkout-index-index .checkout-shipping-address .amazon-divider{display:none}.checkout-index-index #checkout-step-shipping_method{background:#fafafa}.checkout-index-index #checkout-step-shipping_method .step-title{border-bottom:none}.checkout-index-index #checkout-step-shipping_method .table-checkout-shipping-method{margin-left:5%;width:auto}.checkout-index-index #checkout-step-shipping_method .table-checkout-shipping-method .row{margin:0}.checkout-index-index #checkout-step-shipping_method .button.action.continue.primary{font-size:16px;font-weight:bold;color:#ffffff;background:#51aceb;padding:8px 12px;height:50px;border:1px solid #51aceb;border-radius:5px;width:300px}.checkout-index-index #checkout-step-shipping_method .actions-toolbar{margin-left:0}.checkout-index-index #checkout-step-shipping_method .actions-toolbar a{margin-left:5%}.checkout-index-index #checkout-step-shipping_method .actions-toolbar .primary{padding:20px}.checkout-index-index #opc-shipping_method .checkout-shipping-method .step-title{background:#fafafa;font-size:1.8rem;border:none;padding-left:30px}.checkout-index-index .checkout-payment-method hr{display:none}.checkout-index-index .checkout-payment-method .payment-step-title{font-size:2.6rem}.checkout-index-index .checkout-payment-method .step-title{display:none}.checkout-index-index .checkout-payment-method .payment-method-content button.action.primary.checkout{background:#51aceb;color:#ffffff;line-height:1rem;font-size:1.2rem;font-weight:bold;border:none;width:240px}.checkout-index-index .checkout-payment-method .payment-method-content button.action.primary.checkout.sezzle{background:#ffffff;color:#060606;border:1px solid #060606;border-radius:5px;line-height:22px;width:260px}.checkout-index-index .checkout-payment-method .payment-method-content button.action.primary.checkout.sezzle img{width:80px;height:20px;float:right;display:inline-block}.checkout-index-index .checkout-payment-method .payment-method-content button.action.primary.checkout.afterpay{background:#ffffff;color:#060606;border:1px solid #060606;border-radius:5px;line-height:40px !important;width:265px;padding:5px 10px}.checkout-index-index .checkout-payment-method .payment-method-content button.action.primary.checkout.afterpay svg{height:40px;float:right;display:inline-block}.checkout-index-index .checkout-payment-method .payment-method-content button.action.primary.checkout.affirm{background:#ffffff;color:#060606;border:1px solid #060606;border-radius:5px;line-height:40px !important;width:265px;padding:5px 10px}.checkout-index-index .checkout-payment-method .payment-method-content button.action.primary.checkout.affirm img{display:inline-block}.checkout-index-index .checkout-payment-method .payment-method-content button.action.primary.checkout.paypal{background:#ffffff;color:#060606;border:1px solid #060606;border-radius:5px;line-height:40px !important;width:265px;padding:5px 10px}.checkout-index-index .checkout-payment-method .payment-method-content button.action.primary.checkout.paypal img{display:inline-block}.checkout-index-index .checkout-payment-method .payment-method-content button.action.primary.checkout[disabled]{opacity:0.8}.checkout-index-index .checkout-payment-method .payment-method-content .amazon-button-container .field-tooltip{top:25%}.checkout-index-index .checkout-payment-method .payment-method-content .card-container .card-field{background:#ffffff;border:1px solid #d7d7d7}.checkout-index-index .checkout-payment-method .payment-method-content .card-container .field.type{float:right;width:60%;margin-top:37px}@media only screen and (max-width:767px){.checkout-index-index .checkout-payment-method .payment-method-content .card-container .field.type{float:none;width:100%;margin-top:10px}}.checkout-index-index .checkout-payment-method .payment-method-content .card-container .field.type .control{margin-left:3%}.checkout-index-index .checkout-payment-method .payment-method-content .card-container div[data-field-name="expirationDate"]{display:inline-block}.checkout-index-index .checkout-payment-method .payment-method-content .card-container div[data-field-name="expirationDate"] label{width:100%}.checkout-index-index .checkout-payment-method .payment-method-content .card-container div[data-field-name="cvv"]{float:right;display:inline-block;width:75%}@media only screen and (max-width:767px){.checkout-index-index .checkout-payment-method .payment-method-content .card-container div[data-field-name="cvv"]{width:50%}}.checkout-index-index .checkout-payment-method .payment-method-content .card-container div[data-field-name="cvv"] label{width:100%}.checkout-index-index .checkout-payment-method .payment-method-content .card-container .label{float:none;text-align:left;font-size:16px}.checkout-index-index .checkout-payment-method .payment-method-content .card-container .field .field-wrapper .field-tooltip{right:-15px;top:-2px}@media (min-width:768px){.checkout-index-index .checkout-payment-method form .payment-method .actions-toolbar{margin-left:0}}@media (min-width:768px){.checkout-index-index .checkout-payment-method form .actions-toolbar .primary{float:left}}.checkout-index-index .checkout-payment-method .billing-address-form{max-width:100%;text-align:center}.checkout-index-index .checkout-payment-method .billing-address-form .fieldset.address .label{display:block;float:none;text-align:left;padding-top:10px;padding-left:5%;margin-bottom:0;font-family:ProximaNovaReg;width:auto}.checkout-index-index .checkout-payment-method .billing-address-form .fieldset.address .control{width:100%}.checkout-index-index .checkout-payment-method .billing-address-form .input-text{width:100%}.checkout-index-index input[type="checkbox"]{-webkit-appearance:none;appearance:none;background-color:var(--form-background);margin:0 10px 0 0;font:inherit;color:currentColor;width:1.5em;height:1.5em;border:.15em solid #d7d7d7;border-radius:0.15em;transform:translateY(-0.075em);display:inline-grid;place-content:center}.checkout-index-index input[type="checkbox"]::before{content:"";width:0.65em;height:0.65em;clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);transform:scale(0);transform-origin:bottom left;transition:120ms transform ease-in-out;box-shadow:inset 1em 1em var(--form-control-color);background-color:#db7ca7}.checkout-index-index input[type="checkbox"]:checked::before{transform:scale(1)}.checkout-index-index input[type="radio"]{-webkit-appearance:none;appearance:none;background-color:var(--form-background);margin:0 10px 0 0;font:inherit;color:currentColor;width:2em;height:2em;border:.15em solid #d7d7d7;border-radius:50%;display:inline-grid;place-content:center}.checkout-index-index input[type="radio"]::before{content:"";width:0;height:0;border-radius:50%;transform-origin:bottom left;transition:120ms transform ease-in-out;box-shadow:inset 1em 1em var(--form-control-color);background-color:#d7d7d7}.checkout-index-index input[type="radio"]:checked::before{width:0.65em;height:0.65em;background-color:#db7ca7;transform:scale(1)}.checkout-index-index input[type="radio"]:checked{color:#d7d7d7;border-color:#db7ca7}#checkout #opc-sidebar>.actions-toolbar .primary .checkout:hover,#checkout #opc-sidebar>.actions-toolbar .primary .checkout:active{background:#5d5185}#checkout #opc-sidebar>.actions-toolbar .primary .checkout span{font-family:'ProximaNovaReg';font-size:24px}#checkout #opc-sidebar .opc-block-summary{padding-top:15px;padding-bottom:15px}#checkout #opc-sidebar .order-comment-block .label{margin-bottom:5px}#checkout #opc-sidebar .order-comment-block .label span{font-size:13px;font-weight:400;color:#333;font-family:ProximaNovaReg}#checkout #opc-sidebar .order-comment-block .control textarea{border:1px solid #c2c2c2}#checkout #opc-sidebar .totals-tax .mark{padding-left:0}#checkout #opc-sidebar .discount-code .form-discount .actions-toolbar .action{padding:5px 15px}#checkout #opc-sidebar .items-in-cart .product-item .product .product-item-details .options .toggle span{font-size:14px;font-family:'ProximaNovaReg'}#checkout #opc-sidebar .items-in-cart .product-item .product .product-item-details .options .content .item-options{font-size:14px;font-family:'ProximaNovaReg'}#checkout #opc-sidebar .items-in-cart .product-item .product .product-item-details .product-item-inner{display:flex;margin:0}#checkout #opc-sidebar .items-in-cart .product-item .product .product-item-details .subtotal .price{font-size:14px;display:block}#checkout #opc-sidebar .items-in-cart .product-item .product .product-item-details .product-item-name-block{width:80%}#checkout #opc-sidebar .items-in-cart .product-item .product .product-item-details .product-item-name-block .product-item-name a{color:#333333;font-size:16px;font-family:ProximaNovaBold;display:block}#checkout #opc-sidebar .items-in-cart .product-item .product .product-item-details .product-item-name-block .product-item-name a:hover{color:#7a748f}#checkout #opc-sidebar .items-in-cart .product-item .product .product-item-details .product-item-name-block .details-qty{display:none}#checkout #opc-sidebar .table-totals{margin-top:20px}#checkout #opc-sidebar .table-totals .totals-tax-summary .mark{padding-top:5px;padding-bottom:5px}#checkout #opc-sidebar .table-totals .totals-tax-summary .amount{padding-top:5px;padding-bottom:5px}#checkout #opc-sidebar .table-totals .totals.grand .mark{padding-left:0}#checkout #opc-sidebar .table-totals .totals.excl{display:none}#checkout #opc-sidebar .table-totals .totals.incl .mark strong{font-size:18px;color:#000}#checkout #opc-sidebar .table-totals .totals.incl .amount .price{font-size:18px;color:#000}#checkout #opc-sidebar .table-totals .totals.sub{font-weight:bold;padding-left:0}#checkout #opc-sidebar .table-totals .totals.sub .mark{font-weight:bold;padding-left:0}#checkout #opc-sidebar .table-totals .totals.shipping .amount{padding-top:10px}#checkout #opc-sidebar .table-totals .totals.shipping .amount .price{font-size:14px;color:#333}#checkout #opc-sidebar .table-totals .totals.shipping .mark{padding:10px 0}#checkout #opc-sidebar .table-totals .totals.shipping .mark .label{margin:0;padding:0}#checkout .opc-wrapper #checkoutSteps{margin-top:0}#checkout .opc-wrapper #checkoutSteps>li{width:100%;margin:0 auto}#checkout .opc-wrapper #payment .payment-methods #paypay-in-context-button{padding:14px 17px;font-size:24px;margin:0;width:100%;text-align:center;text-transform:uppercase;font-family:ProximaNovaReg;letter-spacing:1px;font-weight:400;border-radius:3px;background:#41395f}#checkout .opc-wrapper #payment .payment-methods #paypay-in-context-button:hover{background:#5d5185}#checkout .opc-wrapper #payment .payment-methods .checkout-billing-address .billing-address-same-as-shipping-block label span{font-size:13px;font-weight:700;color:#333;font-family:ProximaNovaReg}#checkout .opc-wrapper #payment .payment-methods .afterpay.payment-method .actions-toolbar-wraper .actions-toolbar .action.primary.checkout{line-height:1rem;font-size:1.2rem}#checkout .opc-wrapper #payment .payment-methods .afterpay.payment-method .actions-toolbar-wraper .terms-conditions{width:65%;float:none}#checkout .opc-wrapper #payment .payment-methods .afterpay.payment-method .actions-toolbar-wraper .actions-toolbar{float:none;margin-top:15px}#checkout .opc-wrapper #payment .payment-methods .afterpay.payment-method .payment-icon{height:30px}#checkout .opc-wrapper #payment .payment-methods .payment-divider{border-bottom:1px solid #ccc;margin:20px 0;line-height:0.01em;text-align:center}#checkout .opc-wrapper #payment .payment-methods .payment-divider span{font-size:16px;background:#fafafa;padding:0 20px}#checkout .opc-wrapper #payment .payment-methods #sezzle-method label img{width:100px;height:25px}#checkout .opc-wrapper #opc-shipping_method .field .label span{font-size:13px;font-weight:400;color:#333;font-family:ProximaNovaReg}#checkout .opc-wrapper #opc-shipping_method .field .control textarea,#checkout .opc-wrapper #opc-shipping_method .field .control input{border:1px solid #c2c2c2;width:100%;max-width:100%}#checkout .opc-wrapper #shipping form{margin:0;text-align:center}#checkout .opc-wrapper #shipping .fieldset{margin-bottom:10px}#checkout .opc-wrapper #shipping .field-error,#checkout .opc-wrapper #shipping .mage-error{font-size:14px}#checkout .opc-wrapper #shipping #checkout-step-shipping .fieldset>.field{margin-bottom:10px}#checkout .opc-wrapper #shipping #checkout-step-shipping .label{display:block;float:none;text-align:left;padding-top:10px;margin-bottom:0;font-family:ProximaNovaReg}#checkout .opc-wrapper #shipping #checkout-step-shipping .control{width:100%}#checkout .opc-wrapper #billing-new-address-form-billing-address-form-shared .field{margin:0}#checkout .opc-wrapper #billing-new-address-form-billing-address-form-shared .field.street .field{margin-bottom:10px}#checkout .opc-wrapper #billing-new-address-form-billing-address-form-shared .field .label{display:block;float:none;width:100%;text-align:left;padding-top:10px;margin-bottom:0;font-family:ProximaNovaReg}#checkout .opc-wrapper #billing-new-address-form-billing-address-form-shared .field .control{width:100%}#checkout .authentication-wrapper{display:none}#checkout .authentication-wrapper .action-auth-toggle{border-radius:5px;background:#db7ca7;padding:10px 20px;color:#fff;text-align:center;text-transform:uppercase;font-family:ProximaNovaReg;letter-spacing:1px;font-weight:400}#checkout .authentication-wrapper .action-auth-toggle:hover{background:#db7ca7;text-decoration:none}@media only screen and (max-width:768px){#checkout .authentication-wrapper aside{z-index:902;top:200px;left:50%;bottom:unset;right:unset;width:350px;transform:translateX(-195px)}#checkout .authentication-wrapper aside .modal-inner-wrap{background:#fff;border-radius:5px}}#checkout .authentication-wrapper aside .modal-inner-wrap{padding:15px}#checkout .authentication-wrapper aside .modal-inner-wrap .modal-header{padding:10px;margin:0}#checkout .authentication-wrapper aside .modal-inner-wrap .modal-header .action-close{margin:5px 10px}#checkout .authentication-wrapper aside .modal-inner-wrap .modal-content{border:none}#checkout .authentication-wrapper aside .modal-inner-wrap .modal-content .block-title{display:none}#checkout .authentication-wrapper aside .modal-inner-wrap .modal-content .block-content{margin:0}#checkout .authentication-wrapper aside .modal-inner-wrap .modal-content .block-content .fieldset{margin:0}#checkout .authentication-wrapper aside .modal-inner-wrap .modal-content .block-content .fieldset .field{margin:0}#checkout .authentication-wrapper aside .modal-inner-wrap .modal-content .block-content .fieldset .field .mage-error{font-size:13px}#checkout .authentication-wrapper aside .modal-inner-wrap .modal-content .block-content .fieldset .field .control input{width:100%;max-width:100%}#checkout .authentication-wrapper aside .modal-inner-wrap .modal-content .block-content .actions-toolbar{margin:0}#checkout .authentication-wrapper aside .modal-inner-wrap .modal-content .block-content .actions-toolbar .primary{display:block;float:none;text-align:left;margin-top:15px}#checkout .authentication-wrapper aside .modal-inner-wrap .modal-content .block-content .actions-toolbar .primary .action-login{float:none;padding:0px 35px;font-size:16px;margin:0;text-align:center;font-family:ProximaNovaReg;letter-spacing:1px;font-weight:400;border-radius:3px;background:#41395f;color:#fff}#checkout .authentication-wrapper aside .modal-inner-wrap .modal-content .block-content .actions-toolbar .primary .action-login:hover{background:#7a748f}#checkout .authentication-wrapper .dropdown-overlay{height:120vh}.max-sub-education-main{display:flex;justify-content:center;align-items:center;margin:0 auto;padding:0 20px;position:relative;background:rgba(0,0,0,0.4);width:100%;max-width:none}.bottom-text-education{color:#fff;width:538px;font-family:"ProximaNovaReg";font-size:16px;letter-spacing:0.5px;line-height:19px;text-align:center;margin:0 auto}@media only screen and (max-width:767px){.bottom-text-education{width:auto;font-size:14px}}.max-sub-content-education{max-width:1180px;margin:0 auto;padding:0 10px;display:flex;justify-content:space-between;flex-wrap:wrap}@media only screen and (max-width:1200px){.max-sub-content-education{justify-content:space-around}}.part1-education{width:32%;float:left;margin-bottom:40px;border:1px solid #060606;display:flex;align-items:center;flex-direction:column;position:relative}.part1-education:hover{background:#F9F9F9}@media only screen and (max-width:1200px){.part1-education{width:40%}}@media only screen and (max-width:767px){.part1-education{width:100%}}.sub1-education{width:100%}.sub1-education img{width:100%;margin:0}.sub2-education{width:100%;float:left;padding:0 25px;border:none;margin:0;text-align:center}@media only screen and (max-width:991px){.sub2-education{margin:0}}.sub-title-engage-style{font-family:ProximaNovaReg;font-size:16px;color:#413f41}.sub3-education{width:100%;float:none;padding-top:0;padding-left:0;text-align:center;display:flex;justify-content:center}.sub3-education a{color:#060606}.sub3-education button{float:none;border:none;text-transform:none;color:#060606;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:0.5px;line-height:19px;text-align:center;background:none}.sub3-education button:hover{background:none}.sub3-education button:hover a{color:#5745a0;text-transform:none;letter-spacing:0.5px;font-size:16px}.sub3-engage-style .button{width:240px;height:58px;display:flex;align-items:center;justify-content:center;border-radius:5px;border:none;outline:none;background-color:#db7ca7;color:#FFFFFF;font-family:ProximaNovaReg;font-size:16px;letter-spacing:2px}@media (max-width:480px){.sub3-engage-style .button{float:none;margin:0 auto}}.sub3-engage-style .button:hover,.sub3-education .button:hover{color:#7b729c;border:none;background:none}.sub3-engage-style .button:hover{background-color:#db7ca7;color:#ffffff;font-size:16px;letter-spacing:2px}.main-title-education{text-transform:capitalize;font-style:normal;margin-bottom:40px;color:#060606;font-family:HaboroContrast-NormBook;font-size:24px;letter-spacing:0.5px;line-height:31px;text-align:center;padding-top:35px}@media only screen and (max-width:991px){.main-title-education{margin-bottom:10px;padding-top:15px}}.sub-title-education{letter-spacing:0px;padding-bottom:25px;color:#413F41;font-family:"ProximaNovaReg";font-size:16px;font-weight:normal;line-height:19px;text-align:center}@media only screen and (max-width:991px){.sub-title-education{padding-bottom:0}}@media only screen and (min-width:1025px){.max-sub-education-main{min-height:24vw}.main-banner-education{padding-top:0}}.sub-text-education h1{color:#fff !important;font-family:HaboroContrast-NormBook;font-size:40px;letter-spacing:2px;line-height:51px;text-align:center}@media only screen and (max-width:767px){.sub-text-education h1{font-size:25px;line-height:34px}}.sub-text-education{display:flex;justify-content:center;align-items:center;flex-direction:column;padding-top:0}@media only screen and (max-width:1024px) and (min-width:768px){.main-banner-education{padding-top:0}.max-sub-education-main{height:270px}}@media only screen and (max-width:845px){.sub1-education img{width:100%}}@media only screen and (max-width:485px) and (orientation:portrait){.bottom-text-education,.sub-title-education{display:block}}@media only screen and (max-width:480px){.bottom-text-education,.sub-title-education{display:block}.main-banner-education{background-size:135%;background-position:center top}}.cms-diamond-essentials-the-4cs .main-banner-education{background:url(../../frontend/Rockher/Winter/en_US/images/DiamondsDepth.jpg) no-repeat;background-size:100%}@media only screen and (max-width:767px){.cms-diamond-essentials-the-4cs .main-banner-education{background:none}}.cms-how-a-diamond-finds-its-brilliance .main-banner-education{background:url(../../frontend/Rockher/Winter/en_US/images/DiamondsDepth.jpg) no-repeat;background-size:100%}@media only screen and (max-width:767px){.cms-how-a-diamond-finds-its-brilliance .main-banner-education{background:none}}.cms-selecting-the-perfect-wedding-ring .main-banner-education{background:url(../../frontend/Rockher/Winter/en_US/images/DiamondsDepth.jpg) no-repeat;background-size:100%}@media only screen and (max-width:767px){.cms-selecting-the-perfect-wedding-ring .main-banner-education{background:none}}.cms-judging-jewelry-craftsmanship .main-banner-education{background:url(../../frontend/Rockher/Winter/en_US/images/DiamondsDepth.jpg) no-repeat;background-size:100%}@media only screen and (max-width:767px){.cms-judging-jewelry-craftsmanship .main-banner-education{background:none}}.cms-select-precious-metal-education .main-banner-education{background:url(../../frontend/Rockher/Winter/en_US/images/DiamondsDepth.jpg) no-repeat;background-size:100%}@media only screen and (max-width:767px){.cms-select-precious-metal-education .main-banner-education{background:none}}.cms-colored-gemstones-education .main-banner-education{background:url(../../frontend/Rockher/Winter/en_US/images/DiamondsDepth.jpg) no-repeat;background-size:100%}@media only screen and (max-width:767px){.cms-colored-gemstones-education .main-banner-education{background:none}}.cms-diamonds-in-depth .main-banner-education{background:url(../../frontend/Rockher/Winter/en_US/images/DiamondsDepth.jpg) no-repeat;background-size:100%}@media only screen and (max-width:767px){.cms-diamonds-in-depth .main-banner-education{background:none}}.cms-find-a-ring-that-suits-her-style .main-banner-education{background:url(../../frontend/Rockher/Winter/en_US/images/DiamondsDepth.jpg) no-repeat;background-size:100%}@media only screen and (max-width:767px){.cms-find-a-ring-that-suits-her-style .main-banner-education{background:none}}.cms-selecting-the-perfect-engagement-ring .main-banner-education{background:url(../../frontend/Rockher/Winter/en_US/images/DiamondsDepth.jpg) no-repeat;background-size:100%}@media only screen and (max-width:767px){.cms-selecting-the-perfect-engagement-ring .main-banner-education{background:none}}.articles-wrapper{display:flex;width:100%;max-width:1100px;margin:0 auto;justify-content:space-between;padding:65px 0}.articles-wrapper .articles-links{display:flex;flex-direction:column;max-width:215px;position:relative}.articles-wrapper .articles-links .mobile-drop{text-align:center;display:none;color:#000;font-family:"ProximaNovaBold";font-size:18px;letter-spacing:0.5px;line-height:22px;margin-bottom:20px;position:relative;width:120px}@media only screen and (max-width:1200px){.articles-wrapper .articles-links .mobile-drop{display:block;width:89%}.articles-wrapper .articles-links .mobile-drop:after{content:'';position:absolute;right:-5px;top:7px;display:block;width:15px;height:10px;background:url(../../frontend/Rockher/Winter/en_US/images/product/icon_dropdown-chevron_down.svg) no-repeat;transition:transform .5s ease;background-size:contain}.articles-wrapper .articles-links .mobile-drop.active:after{transform:rotate(180deg)}}.articles-wrapper .articles-links a{color:#060606}@media only screen and (max-width:1200px){.articles-wrapper .articles-links{align-items:center;width:98%;border-radius:15px;border:1px solid #443879;padding:20px 0 0 0;max-width:none}}@media only screen and (max-width:767px){.articles-wrapper .articles-links{width:90%}.articles-wrapper .articles-links a{display:none}}.articles-wrapper .main-content-article{max-width:825px}.articles-wrapper .main-content-article p{color:#413F41;font-family:"ProximaNovaReg";font-size:18px;letter-spacing:0.5px;line-height:22px;margin-bottom:70px}.articles-wrapper .main-content-article h2{color:#000;font-family:HaboroContrast-NormBook;font-size:32px;letter-spacing:1px;line-height:41px;text-transform:none}.articles-wrapper .main-content-article h3{color:#000;font-family:"ProximaNovaBold";font-size:24px;letter-spacing:0.67px;line-height:29px;text-transform:none}.articles-wrapper .main-content-article a{color:#db7ca7}@media only screen and (max-width:1200px){.articles-wrapper .main-content-article{max-width:100%;padding:25px}}.articles-wrapper a{color:#443879;font-family:"ProximaNovaBold";font-size:18px;letter-spacing:0.5px;line-height:22px;margin-bottom:20px}.articles-wrapper a.active{color:#000}@media only screen and (max-width:1200px){.articles-wrapper a{text-align:center;max-width:250px}.articles-wrapper a.active{display:none !important}}@media only screen and (max-width:1200px){.articles-wrapper{flex-direction:column;align-items:center}}.main-banner-education{width:100%;float:left;background:url(../../frontend/Rockher/Winter/en_US/images/educationbanner1.jpg) no-repeat;background-size:cover;background-position:right top;margin-bottom:20px}@media only screen and (max-width:767px){.sub-text-education{margin-bottom:26px;margin-top:27px}}@media only screen and (max-width:767px){.sub-content-education{margin-top:0}}.sub3-education a{text-transform:uppercase;letter-spacing:3px;font-size:13px;width:100%;height:100%;position:absolute;top:0;left:0}.res-education,.mobileimg{display:none}.cms-holiday-jewelry-gift-guide .holiday-main_text{padding:15px 0 45px}.cms-holiday-jewelry-gift-guide .holiday-main_text .holiday-main_text-cover{width:100%;text-align:center;max-width:530px;margin:auto}.cms-holiday-jewelry-gift-guide .holiday-main_text .holiday-main_text-cover .holiday-main_head-text{color:#413F41;font-family:HaboroContrast-NormBook;font-size:32px;letter-spacing:1px;line-height:41px;margin-bottom:10px}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .holiday-main_text .holiday-main_text-cover .holiday-main_head-text{font-size:28px;max-width:320px;margin:0 auto 10px}}.cms-holiday-jewelry-gift-guide .holiday-main_text .holiday-main_text-cover .holiday-add_head-text{color:#413F41;font-family:ProximaNovaReg;font-size:18px;letter-spacing:0.5px;line-height:22px}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .holiday-main_text .holiday-main_text-cover .holiday-add_head-text{max-width:280px;margin:auto}}.cms-holiday-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover{width:100%;padding-bottom:40px;overflow:hidden}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover{padding-bottom:0}}.cms-holiday-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .products-sale_item-cover{text-align:left;padding:40px 35px 30px 35px}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .products-sale_item-cover{padding-left:25px;padding-right:25px}}.cms-holiday-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .ring-sale_item{background:url("../../frontend/Rockher/Winter/en_US/images/holiday-gift/ring-holiday_desktop-bg@2x.jpg") no-repeat center center;background-size:cover}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .ring-sale_item{background:url("../../frontend/Rockher/Winter/en_US/images/holiday-gift/ring-holiday_mobile-bg@2x.jpg") no-repeat center center;background-size:cover}}.cms-holiday-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .diamond-sale_item{background:url("../../frontend/Rockher/Winter/en_US/images/holiday-gift/diamond-holiday_desktop-bg@2x.jpg") no-repeat center center;background-size:cover}@media only screen and (max-width:991px){.cms-holiday-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .diamond-sale_item{background-position-x:left}}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .diamond-sale_item{background:url("../../frontend/Rockher/Winter/en_US/images/holiday-gift/diamond-holiday_mobile-bg@2x.jpg") no-repeat center center;background-size:cover}}.cms-holiday-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .product-sale_inner-text{max-width:255px;min-height:125px;width:100%}.cms-holiday-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .product-sale_inner-text .product-item_head-text{color:#992937;font-family:HaboroContrast-NormBook;font-size:40px;letter-spacing:4px;line-height:51px;margin-bottom:0}.cms-holiday-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .product-sale_inner-text .product-item_add-text{color:#992937;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px}.cms-holiday-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .product-sale_btn-cover{display:flex;width:100%;justify-content:flex-end;margin-top:130px}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .product-sale_btn-cover{justify-content:center}}.cms-holiday-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .button-shop_link{height:58px;width:321px;border-radius:45px;background-color:#443879;color:#FFFFFF;font-family:ProximaNovaReg;font-size:16px;font-weight:bold;letter-spacing:2px;line-height:19px;text-align:center;display:flex;align-items:center;justify-content:center}.cms-holiday-jewelry-gift-guide .products-sale_banner .products-sale_banner-cover .button-shop_link:hover{background-color:#5D5185}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .holiday-shipping_banner{margin-top:-1px}}.cms-holiday-jewelry-gift-guide .holiday-shipping_banner .holiday-shipping_banner-cover{width:100%;background:url("../../frontend/Rockher/Winter/en_US/images/holiday-gift/shipping-holiday_banner-desktop@2x.png") no-repeat center center;background-size:cover;display:flex;justify-content:space-around;align-items:center;padding:20px 90px 20px}@media only screen and (max-width:991px){.cms-holiday-jewelry-gift-guide .holiday-shipping_banner .holiday-shipping_banner-cover{padding:20px}}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .holiday-shipping_banner .holiday-shipping_banner-cover{flex-direction:column;background:url("../../frontend/Rockher/Winter/en_US/images/holiday-gift/shipping-holiday_banner-mobile@2x.png") no-repeat center center;background-size:cover}}.cms-holiday-jewelry-gift-guide .holiday-shipping_banner .holiday-shipping_banner-item .holiday-shipping_text{color:#FFFFFF;font-family:ProximaNovaReg;font-size:24px;font-weight:bold;letter-spacing:0.67px;line-height:29px;text-align:center}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .holiday-shipping_banner .holiday-shipping_banner-item .holiday-shipping_text{font-size:18px;line-height:22px}}.cms-holiday-jewelry-gift-guide .holiday-shipping_banner .round-separator{width:10px;height:10px;background:#ffffff;border-radius:50%;margin-right:20px}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .holiday-shipping_banner .round-separator{display:none}}.cms-holiday-jewelry-gift-guide .holiday-testimonials_section .testimonials-cover{margin:50px auto 50px}.cms-holiday-jewelry-gift-guide .holiday-slider_section{padding-top:30px;padding-bottom:30px}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .holiday-slider_section{padding-top:0}}.cms-holiday-jewelry-gift-guide .holiday-slider_section .slider-er__title{margin-bottom:0}.cms-holiday-jewelry-gift-guide .holiday-slider_section .slider-er__title .holiday-slider_head-text{color:#413F41;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;text-align:center;margin-bottom:0}.cms-holiday-jewelry-gift-guide .holiday-slider_section .slider-er .product-collection-name{font-family:HaboroContrast-NormBook;font-size:16px;color:#443879;letter-spacing:0.5px;line-height:20px;margin-bottom:5px;text-transform:uppercase;text-align:center}.cms-holiday-jewelry-gift-guide .holiday-engagement_ring{padding-top:10px}.cms-holiday-jewelry-gift-guide .holiday-engagement_ring .holiday-engagement_ring-head-text{text-align:center;color:#413F41;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;margin-bottom:25px}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .holiday-engagement_ring .holiday-engagement_ring-head-text{max-width:300px;margin:auto}}.cms-holiday-jewelry-gift-guide .holiday-quality_section{background:none;padding:0;margin:35px 0 40px}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .holiday-quality_section{margin:0 0 10px}}.cms-holiday-jewelry-gift-guide .holiday-quality_section .holiday-quality_cover{display:flex;padding:35px 0 35px;width:100%;background:url("../../frontend/Rockher/Winter/en_US/images/holiday-gift/quality-banner_desktop@2x.png") no-repeat center center;background-size:cover}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .holiday-quality_section .holiday-quality_cover{background:url("../../frontend/Rockher/Winter/en_US/images/holiday-gift/quality-banner_mobile@2x.png") no-repeat center center;background-size:cover;margin-top:-2px}}.cms-holiday-jewelry-gift-guide .holiday-quality_section .quality-item p{color:#ffffff}.cms-holiday-jewelry-gift-guide .rockher-sale_rules .sale-rules_cover{width:100%;text-align:left}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .rockher-sale_rules .sale-rules_cover{padding:15px}}.cms-holiday-jewelry-gift-guide .rockher-sale_rules .sale-rules_cover .sale-rules_text{width:100%;max-width:920px;margin:auto;color:#413F41;font-family:ProximaNovaReg;font-size:14px;letter-spacing:0.4px;line-height:17px}@media only screen and (max-width:991px){.cms-holiday-jewelry-gift-guide .rockher-sale_rules .sale-rules_cover .sale-rules_text{max-width:675px}}.cms-holiday-jewelry-gift-guide .all-discounts{margin-top:35px}.cms-holiday-jewelry-gift-guide .all-discounts .container{padding-left:0;padding-right:0}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .all-discounts .container{padding-left:15px;padding-right:15px}}.cms-holiday-jewelry-gift-guide .all-discounts>div{margin-bottom:30px}.cms-holiday-jewelry-gift-guide .all-discounts>div>div .disc-item{padding:56px 50px 85px;position:relative}@media only screen and (max-width:1200px){.cms-holiday-jewelry-gift-guide .all-discounts>div>div .disc-item{background-size:cover;margin-bottom:15px}}@media only screen and (max-width:991px){.cms-holiday-jewelry-gift-guide .all-discounts>div>div .disc-item{padding:30px 20px}}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .all-discounts>div>div .disc-item{max-width:none;width:100%;padding:45px 26px}}.cms-holiday-jewelry-gift-guide .all-discounts .wedding-bands-him-xmas{background:url(../../frontend/Rockher/Winter/en_US/images/holiday-gift/WBHim.jpg) no-repeat;background-size:contain}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .all-discounts .wedding-bands-him-xmas{background-position-x:75%}.cms-holiday-jewelry-gift-guide .all-discounts .wedding-bands-him-xmas span{margin-top:25px}}.cms-holiday-jewelry-gift-guide .all-discounts .wedding-bands-her-xmas{background:url(../../frontend/Rockher/Winter/en_US/images/holiday-gift/WBHer.jpg) no-repeat;background-size:contain}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .all-discounts .wedding-bands-her-xmas{background-position-x:75%}.cms-holiday-jewelry-gift-guide .all-discounts .wedding-bands-her-xmas span{margin-top:25px}}.cms-holiday-jewelry-gift-guide .all-discounts .dimond-studs-xmas{background:url(../../frontend/Rockher/Winter/en_US/images/holiday-gift/DiaStuds.jpg) no-repeat;background-size:contain}.cms-holiday-jewelry-gift-guide .all-discounts .dimonds-xmas{background:url(../../frontend/Rockher/Winter/en_US/images/holiday-gift/RosiDia.jpg) no-repeat;background-size:contain}.cms-holiday-jewelry-gift-guide .all-discounts a{position:absolute;top:0;bottom:0;left:0;right:0}.cms-holiday-jewelry-gift-guide .all-discounts h2{color:#FFFFFF;font-family:HaboroContrast-NormBook;font-size:40px;letter-spacing:4px;line-height:51px}@media only screen and (max-width:1200px){.cms-holiday-jewelry-gift-guide .all-discounts h2{margin-bottom:10px}}@media only screen and (max-width:991px){.cms-holiday-jewelry-gift-guide .all-discounts h2{font-size:32px}}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .all-discounts h2{letter-spacing:1px;line-height:41px}}.cms-holiday-jewelry-gift-guide .all-discounts p{color:#FFFFFF;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;text-transform:uppercase}@media only screen and (max-width:1200px){.cms-holiday-jewelry-gift-guide .all-discounts p{font-size:25px}}@media only screen and (max-width:991px){.cms-holiday-jewelry-gift-guide .all-discounts p{line-height:23px;font-size:17px}}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .all-discounts p{font-size:24px;line-height:31px;max-width:150px}}.cms-holiday-jewelry-gift-guide .all-discounts span{color:#FFFFFF;font-family:ProximaNovaBold;font-size:18px;letter-spacing:0.5px;line-height:22px;display:block;margin-top:114px}@media only screen and (max-width:1200px){.cms-holiday-jewelry-gift-guide .all-discounts span{margin-top:25px}}@media only screen and (max-width:991px){.cms-holiday-jewelry-gift-guide .all-discounts span{margin-top:45px;font-size:14px}}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .all-discounts span{font-size:16px;line-height:19px;margin-top:50px}}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .delivery-section{margin-bottom:45px}}.cms-holiday-jewelry-gift-guide .delivery-section .container{padding:0}.cms-holiday-jewelry-gift-guide .delivery-section .xmas-delivery{position:relative}.cms-holiday-jewelry-gift-guide .delivery-section .xmas-delivery video{position:relative;display:block;width:100%}.cms-holiday-jewelry-gift-guide .delivery-section .xmas-delivery video.show-mobile{display:none}.cms-holiday-jewelry-gift-guide .delivery-section .xmas-delivery__content{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(0,0,0,0.25);z-index:5}.cms-holiday-jewelry-gift-guide .delivery-section .xmas-delivery__content p{color:#FFFFFF;font-family:"ProximaNovaBold";font-size:18px;letter-spacing:0.5px;line-height:22px;text-align:center}@media only screen and (max-width:767px){.cms-holiday-jewelry-gift-guide .delivery-section .xmas-delivery__content p:nth-child(1){margin-bottom:30px}}.blog-header a{display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;font-family:HaboroContrast-NormBook;font-size:34px;letter-spacing:4px;margin-bottom:40px;color:#413760;text-transform:uppercase;line-height:1}@media only screen and (max-width:767px){.blog-header a{margin-bottom:15px}}.blog-header a .icon{position:relative;display:inherit;width:29px;height:28px;margin-right:4px;top:-2px}.blog-link{font-family:'ProximaNovaSbold';font-size:16px;color:#443879}.blog-link:hover{color:#443879;text-decoration:underline !important}.blog-link:active{color:#443879}.blog-link:focus{color:#443879}.btn-pin{width:75px;height:30px;background-color:#5D5185;padding:7px 12px;color:#ffffff;font-family:'ProximaNovaReg';font-size:14px;letter-spacing:0.5px;line-height:1.2;text-transform:uppercase;z-index:2;cursor:pointer;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;opacity:0;visibility:hidden;transform:translate(0, -15px)}.btn-pin:hover{background-color:#fff;color:#443879}.btn-pin:hover a::before{color:#443879}.btn-pin a{position:absolute;top:0;left:0;right:0;bottom:0;z-index:5;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important;border:none !important;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;display:inline-block !important;background:none !important;margin:0;padding:6px 0 0 !important;height:auto !important;font-size:0 !important;width:auto !important;font-weight:normal !important}.btn-pin a::before{content:'Pin it';font-family:'ProximaNovaReg';font-size:14px;letter-spacing:0.5px;line-height:1.2;padding-top:6px}.blog-category-heading{font-family:HaboroContrast-NormBook;font-size:32px;color:#413F41;line-height:1.3;letter-spacing:1px;text-transform:none;margin-top:-10px;margin-bottom:15px;padding-left:15px}@media only screen and (max-width:991px){.blog-category-heading{margin-bottom:30px}}@media only screen and (max-width:767px){.blog-category-heading{padding:0;margin:10px 0 25px;text-align:center;font-size:20px}}.blog-columns{margin-bottom:60px;display:inline-flex;max-width:1280px}@media only screen and (max-width:991px){.blog-columns{margin-bottom:10px}}@media only screen and (max-width:767px){.blog-columns{display:block}}.blog-columns .post-view{width:85%}@media only screen and (max-width:767px){.blog-columns .post-view{width:100%}}.blog-columns .post-view .post-image{text-align:center}.blog-columns .post-view .post-image a{display:block}.blog-columns .post-view .post-image a img{width:850px;height:425px}@media only screen and (max-width:767px){.blog-columns .post-view .post-image a img{width:335px;height:200px}}.blog-columns .post-view .post-content{padding-right:100px}@media only screen and (max-width:767px){.blog-columns .post-view .post-content{padding-right:0px}}.blog-columns .post-view .post-content h2{color:#060606;text-align:unset !important}.blog-columns .post-view .post-content .build-er__button{margin:unset}.blog-columns .additional{width:30%}@media only screen and (max-width:767px){.blog-columns .additional{width:100%;margin:unset}}.blog-columns .additional .content{background-color:#fdf9fa;padding:25px}.blog-columns .additional .content .gemologist{margin:20px auto 20px;object-fit:cover;border-radius:50%;height:190px;width:190px}.blog-columns .additional .content h3{text-align:center;text-transform:unset;color:#060606;padding-top:20px;line-height:1.0;font-size:22px}.blog-columns .additional .content h2{text-align:center;text-transform:unset;color:#060606;font-size:32px;line-height:1.0}.blog-columns .additional .content .tel-link{padding-top:40px;font-size:18px;text-align:center}.blog-columns .additional .content .tel-link a{color:#db7ca7}.blog-columns .additional .content .tel-link a img{position:relative;width:20px;left:57px;float:left}.blog-columns .additional .content .build-er__button{width:180px;margin-top:30px}.blog-columns .additional .recent-post{margin-top:100px}@media only screen and (max-width:767px){.blog-columns .additional .recent-post{margin-top:40px}}.blog-columns .additional .recent-post h2{text-transform:unset;color:#060606}@media only screen and (max-width:767px){.blog-columns .additional .recent-post h2{text-align:center;font-size:28px}}.blog-columns .additional .recent-post .item{height:100px;margin-top:40px;margin-bottom:40px}@media only screen and (max-width:767px){.blog-columns .additional .recent-post .item{margin-left:30px}}.blog-columns .additional .recent-post .item .post-image{width:100px;height:100px;position:relative;overflow:hidden;border-radius:50%;float:left}.blog-columns .additional .recent-post .item .post-image img{object-fit:cover;border-radius:50%;height:100px;width:100px}.blog-columns .additional .recent-post .item div.text{width:60%;float:right}@media only screen and (max-width:767px){.blog-columns .additional .recent-post .item div.text{width:68%;float:left;padding-left:20px;margin-top:25px}}@media only screen and (max-width:767px){.slider-er__section.slider-er__section_home{padding-bottom:20px}}@media only screen and (max-width:991px){.blog-column_main{padding-right:15px !important}}.featured-post{position:relative;margin-bottom:40px}@media only screen and (max-width:767px){.featured-post{padding-left:0;padding-right:0;margin-bottom:30px}}.featured-post .container{position:relative}@media only screen and (max-width:767px){.featured-post .container{padding-left:0;padding-right:0}}.featured-post .btn-pin{position:absolute;top:10px;left:10px;opacity:1;visibility:visible;transform:none;z-index:5}.featured-post__image-wrap{position:relative;height:445px}@media only screen and (max-width:767px){.featured-post__image-wrap{height:auto}}.featured-post__image_bg{position:absolute;top:0;left:-15px;right:-15px;bottom:0;background-repeat:no-repeat;background-position:top center;background-size:cover;z-index:2}.featured-post__image img{display:none}@media only screen and (max-width:767px){.featured-post__image{display:block;background-image:none !important;position:relative;left:0;right:0}.featured-post__image img{display:block;width:100%;max-width:100%}}.featured-post__main{position:absolute;bottom:0;left:30px;width:475px;padding:45px 25px 25px;background:rgba(255,255,255,0.85);font-size:16px;color:#413f41;line-height:1.2;z-index:5}@media only screen and (max-width:991px){.featured-post__main{left:25px}}@media only screen and (max-width:767px){.featured-post__main{position:relative;bottom:auto;left:auto;width:auto;padding:40px 15px 25px;border-bottom:1px solid #e8e8e8}}.featured-post__label{position:absolute;top:0;left:25px;background-color:#5D5185;padding:7px 12px;color:#ffffff;font-family:'ProximaNovaReg';font-size:14px;letter-spacing:0.5px;line-height:1.2;text-transform:uppercase}@media only screen and (max-width:767px){.featured-post__label{left:15px}}.featured-post__info{margin-bottom:10px;font-size:16px}.featured-post__info .date{color:#413f41}.featured-post__title{font-family:HaboroContrast-NormBook;font-size:24px;text-transform:none;color:#443879;margin:0;margin-bottom:10px;line-height:1.25}.featured-post__title a:hover{color:#443879;text-decoration:underline !important}.featured-post__excerpt{font-size:16px;margin-bottom:20px}.post-items{margin-bottom:40px}@media only screen and (max-width:991px){.post-items{margin-bottom:0}}.post-item{color:#413f41}@media only screen and (max-width:991px){.post-item{margin-left:-15px;margin-right:-15px}}.post-item:not(:last-child){margin-bottom:40px}@media only screen and (max-width:991px){.post-item:not(:last-child){margin-bottom:30px}}.post-item__inner{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}@media only screen and (max-width:991px){.post-item__inner{align-items:flex-start;padding:0 15px 30px;border-bottom:1px solid #e8e8e8}}@media only screen and (max-width:767px){.post-item__inner{flex-direction:column}}.post-item__image-wrap{position:relative;flex:0 0 350px;overflow:hidden}@media only screen and (max-width:1440px){.post-item__image-wrap{flex:0 0 250px}}@media only screen and (max-width:1200px){.post-item__image-wrap{flex:0 0 250px}}@media only screen and (max-width:991px){.post-item__image-wrap{flex:0 0 210px}}@media only screen and (max-width:767px){.post-item__image-wrap{flex:0 0 auto;margin-bottom:20px}}.post-item__image-wrap a{display:block}.post-item__image-wrap img{max-width:100%;height:auto}.post-item__image-wrap .btn-pin{position:absolute;top:10px;left:10px}@media only screen and (max-width:767px){.post-item__image-wrap .btn-pin{opacity:1;visibility:visible;-webkit-transform:none;-moz-transform:none;transform:none}}.post-item__image-wrap:hover .btn-pin{opacity:1;visibility:visible;transform:translate(0, 0)}.post-item__image-link{background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;background-size:cover;width:350px;height:265px}@media only screen and (max-width:1440px){.post-item__image-link{width:250px;height:175px}}@media only screen and (max-width:991px){.post-item__image-link{width:210px;height:165px}}@media only screen and (max-width:767px){.post-item__image-link{background:none;width:auto;height:auto}}.post-item__image-link img{display:none}@media only screen and (max-width:767px){.post-item__image-link img{display:block;width:100%;max-width:100%;height:auto;margin:0 auto}}.post-item__main{flex-grow:1;padding-left:20px;padding-right:20px;font-size:16px;line-height:1.2}@media only screen and (max-width:991px){.post-item__main{padding-left:15px;padding-right:0}}@media only screen and (max-width:767px){.post-item__main{padding-left:0}}.post-item__info{margin-bottom:10px}.post-item__info a{position:relative;margin-right:5px}.post-item__info a:not(:first-child):not(:last-child):before{content:',';margin-right:13px;left:-8px;position:absolute}@media only screen and (max-width:991px){.post-item__info{margin-bottom:7px}}.post-item__title{font-family:HaboroContrast-NormBook;font-size:24px;text-transform:none;color:#443879;margin:0;margin-bottom:10px;line-height:1.25}@media only screen and (max-width:991px){.post-item__title{margin-bottom:5px}}.post-item__title a:hover{color:#443879;text-decoration:underline !important}.post-item__excerpt{font-size:16px;margin-bottom:20px}@media only screen and (max-width:991px){.post-item__excerpt{margin-bottom:15px}}.blog-categories{position:relative;background-color:#F3F3F7;padding-top:25px;padding-bottom:25px}@media only screen and (max-width:991px){.blog-categories{padding-bottom:30px}}.blog-categories-nav{display:flex;flex-direction:row;align-items:center;justify-content:center}@media only screen and (max-width:991px){.blog-categories-nav{flex-direction:column}}.blog-categories-nav__title{position:relative;top:2px;color:#413F41;font-family:HaboroContrast-NormBook;font-size:16px;letter-spacing:0.5px;text-transform:uppercase;margin-right:20px}@media only screen and (max-width:991px){.blog-categories-nav__title{margin-right:0;margin-bottom:25px}}@media only screen and (max-width:767px){.blog-categories-nav__title{margin-bottom:20px}}.blog-categories-nav__items ul,.blog-categories-nav__items li{margin:0 !important;padding:0 !important;line-height:1.2 !important;display:flex;flex-direction:row;justify-content:center}@media only screen and (max-width:767px){.blog-categories-nav__items ul,.blog-categories-nav__items li{flex-direction:column;align-items:center}}@media only screen and (max-width:767px){.blog-categories-nav__items li:not(:last-child){margin-bottom:20px !important}}.blog-categories-nav__items a{font-family:'ProximaNovaSbold';font-size:18px;color:#443879;letter-spacing:0.5px;margin-left:20px;margin-right:20px}.blog-categories-nav__items a:hover{color:#443879;text-decoration:underline !important}.blog-pagination .pager{float:none;text-align:left}@media only screen and (max-width:767px){.blog-pagination .pager{margin:0}}@media only screen and (max-width:991px){.blog-pagination{margin-left:-15px;margin-right:-15px;margin-bottom:30px;margin-top:-30px}}.blog-pagination .pagination-nav{margin:0;float:none}@media only screen and (max-width:991px){.blog-pagination .pagination-nav{padding:20px 15px;border-bottom:1px solid #e8e8e8}}@media only screen and (max-width:767px){.blog-pagination .pagination-nav{float:none !important}}@media only screen and (max-width:767px){.blog-pagination .count-container{display:none}}.pagination-nav{position:relative;margin-top:20px;margin-bottom:20px}.pagination-nav ul{display:flex;flex-direction:row;justify-content:flex-start;margin:0 !important;padding:0 !important}@media only screen and (max-width:991px){.pagination-nav ul{justify-content:center}}.pagination-nav li{margin-left:7px !important;margin-right:7px;float:none}.pagination-nav li.current{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:none;color:#cbacc3;width:auto;font-family:'ProximaNovaSbold';font-size:16px}.pagination-nav li.current:hover{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:none;color:#413f41;width:auto;font-family:'ProximaNovaSbold';font-size:16px}.pagination-nav li a{font-family:'ProximaNovaSbold';font-size:16px;color:#443879;padding:0;margin:0;width:auto;height:auto;border:none;border-radius:0;background:none}.pagination-nav li a.current,.pagination-nav li a:hover{color:#413F41;background:none}.pagination-nav li a:focus{color:#413F41;background:none}.pagination-nav li a.previous,.pagination-nav li a.next-page{font:0/0 a;text-shadow:none;color:transparent;background-color:transparent;position:relative}.pagination-nav li a.previous:before,.pagination-nav li a.next-page:before{content:'';position:relative;display:inline-block;width:7px;height:11px;border:none;top:auto;left:auto;margin:0}.pagination-nav li a.previous:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/blog/icon_chevron-left_xs.svg)}.pagination-nav li a.next-page:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/blog/icon_chevron-right_xs.svg)}.pagination-nav li a.previous:hover:before,.pagination-nav li a.next-page:hover:before{content:'';position:relative;display:inline-block;width:7px;height:11px;border:none;top:auto;left:auto;margin:0}.blog-sidebar-item{margin-bottom:25px}.blog-banner{position:relative}.blog-banner__image img{max-width:100%}.blog-banner__image .horz{display:none}@media only screen and (max-width:991px){.blog-banner__image .vert{display:none}.blog-banner__image .horz{display:block}}@media only screen and (max-width:767px){.blog-banner__image .vert{display:none}.blog-banner__image .horz{display:none}}.blog-subscribe{position:relative}@media only screen and (max-width:767px){.blog-subscribe{padding-left:0;padding-right:0}}.blog-subscribe__inner{border:1px solid #413f41;padding:25px 15px;font-size:16px;text-align:center;color:#413F41;line-height:1.2}@media only screen and (max-width:991px){.blog-subscribe__inner{margin-right:-10px;display:flex;flex-direction:column;align-content:center;justify-content:center;height:286px}}@media only screen and (max-width:767px){.blog-subscribe__inner{max-width:380px;height:auto;margin:0 auto}}.blog-subscribe h3{font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;color:#413F41;margin-bottom:10px}.blog-subscribe p{margin-bottom:20px}.blog-subscribe__form{position:relative;max-width:320px;margin:0 auto;width:100%}.blog-subscribe__input{display:block;width:100%;height:35px !important;border:none;border-bottom:2px solid #413f41;font-family:'ProximaNovaReg';padding-left:5px;padding-right:25px;font-size:16px;color:#413F41;outline:none}.blog-subscribe__input:focus{outline:none;box-shadow:none !important}.blog-subscribe__input::placeholder{color:#413F41}.blog-subscribe__submit{position:absolute;right:0;top:0;bottom:2px;width:20px;background-image:url(../../frontend/Rockher/Winter/en_US/images/blog/icon_chevron-right_xs.svg);background-repeat:no-repeat;background-position:center right;outline:none;border:none;background-color:transparent;padding:0;z-index:2}.blog-picks{position:relative}.blog-picks__inner{border:1px solid #413f41;padding:53px 20px 20px;text-align:center}@media only screen and (max-width:991px){.blog-picks__inner{padding:40px 15px 10px;margin-left:-5px}}@media only screen and (max-width:767px){.blog-picks__inner{margin-left:-15px;padding:55px 20px 15px}}.blog-picks__label{position:absolute;top:0;left:0;right:0;text-align:center}.blog-picks__label span{display:inline-block;background-color:#5D5185;padding:7px 12px;color:#ffffff;font-family:'ProximaNovaReg';font-size:14px;letter-spacing:0.5px;line-height:1.2;text-transform:uppercase}.blog-picks__carousel{position:relative;padding:0;margin:0}.blog-picks__carousel.owl-theme .owl-controls{margin-bottom:0}@media only screen and (max-width:991px){.blog-picks__carousel.owl-theme .owl-controls{margin-top:15px}}@media only screen and (max-width:767px){.blog-picks__carousel.owl-theme .owl-controls{position:relative}}@media only screen and (max-width:767px){.blog-picks__carousel.owl-theme .owl-controls .owl-page{margin-left:5px;margin-right:5px}}.blog-picks__carousel.owl-theme .owl-controls .owl-page span{width:12px;height:12px;margin:0 7px;background:#e8e8e8}@media only screen and (max-width:767px){.blog-picks__carousel.owl-theme .owl-controls .owl-page span{width:16px;height:16px;border:none !important}}.blog-picks__carousel.owl-theme .owl-controls .owl-page.active span{width:12px;height:12px;margin:0 7px;background:#636363}@media only screen and (max-width:767px){.blog-picks__carousel.owl-theme .owl-controls .owl-page.active span{width:16px;height:16px;border:none !important}}.blog-picks__carousel.owl-theme .owl-controls .owl-page:hover span{width:12px;height:12px;margin:0 7px;background:#636363}@media only screen and (max-width:767px){.blog-picks__carousel.owl-theme .owl-controls .owl-page:hover span{width:16px;height:16px;border:none !important}}.blog-picks__item{position:relative;width:100%}@media only screen and (max-width:991px){.blog-picks__item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}}@media only screen and (max-width:767px){.blog-picks__item{display:block}}.blog-picks__image{margin-bottom:20px}.blog-picks__image img{max-width:100%}@media only screen and (max-width:991px){.blog-picks__image{flex:0 0 180px;margin-bottom:0}}@media only screen and (max-width:767px){.blog-picks__image{margin-bottom:15px}}@media only screen and (max-width:991px){.blog-picks__info{text-align:left;padding-left:5px}}@media only screen and (max-width:767px){.blog-picks__info{text-align:center;padding-left:0;padding-right:0}}.blog-picks__link{display:block;font-family:HaboroContrast-NormBook;font-size:16px;line-height:1.2;text-transform:capitalize;color:#443879;padding:0 7px;margin-bottom:20px}@media only screen and (max-width:991px){.blog-picks__link{margin-bottom:10px}}.blog-picks__link:hover{color:#443879;text-decoration:underline !important}.blog-picks__link:focus{color:#443879}.blog-picks__excerpt{font-size:16px;padding:0 7px;line-height:1.2;margin-bottom:15px}.blog-post{position:relative;font-size:16px;color:#413F41}.blog-post .post-entry{float:none}.blog-post__tags{margin-bottom:10px}.blog-post__tags a:not(:last-child):after{content:','}.blog-post__title{font-family:HaboroContrast-NormBook;font-size:32px;color:#413F41;line-height:1.3;letter-spacing:1px;text-transform:none;margin-bottom:10px}.blog-post__info{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:20px}@media only screen and (max-width:767px){.blog-post__info{flex-direction:column;align-items:flex-start}.blog-post__info .date{line-height:1.2;margin-bottom:15px}}.blog-post__share{margin:0;padding:0;transform:translateX(4px)}.blog-post__share .title-share-artical{font-family:ProximaNovaReg;color:#413f41;text-transform:capitalize;font-size:16px;letter-spacing:0.5px;line-height:1.2}.blog-post__share_bottom{margin-bottom:45px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;transform:none}@media only screen and (max-width:767px){.blog-post__share_bottom{margin-bottom:30px;flex-direction:column}.blog-post__share_bottom .share-icon-full{order:2}}.blog-post__share .share-icon-full{float:none;width:auto}.blog-post__share .share-icon-full .soc-sharing-link{border:1px solid #000;padding:5px 7px 7px 7px;border-radius:3px;width:32px;height:32px;position:relative;top:0;display:inline-block;font-size:14px}@media only screen and (max-width:767px){.blog-post__share .share-icon-full .soc-sharing-link{top:0}}.blog-post__share .share-icon-full .successes-copy_text{text-transform:none;right:0;left:0;top:33px;text-align:right;font-family:ProximaNovaReg}.blog-post__share-item .stButton{margin-left:4px;margin-right:4px}.blog-post__share-item .stButton .stLarge{position:relative;background:none !important;border:1px solid #000;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}@media only screen and (max-width:767px){.blog-post__share-item .stButton .stLarge{font-size:14px;letter-spacing:normal}}.blog-post__share-item .stButton .stLarge:before{content:'';position:absolute;font-family:"Font Awesome 5 Brands";top:50%;left:50%;transform:translate(-50%, -50%)}.blog-post__share-item_fb .stButton .stLarge{border-color:#3C5A96;color:#3c5a96}.blog-post__share-item_fb .stButton .stLarge:before{content:'\f39e'}.blog-post__share-item_twitter .stButton .stLarge{border-color:#59ADEB;color:#59ADEB}.blog-post__share-item_twitter .stButton .stLarge:before{content:'\f099'}.blog-post__share-item_pin .stButton .stLarge{border-color:#B73939;color:#b73939}.blog-post__share-item_pin .stButton .stLarge:before{content:'\f231'}.blog-post__share-item_email .stButton .stLarge{border-color:#413F41;color:#413f41}.blog-post__share-item_email .stButton .stLarge:before{font-family:"Font Awesome 5 Free";content:'\f0e0'}.blog-post__content{position:relative;margin-bottom:40px;font-size:16px;letter-spacing:0.5px;line-height:1.2;color:#413f41}@media only screen and (max-width:767px){.blog-post__content{margin-bottom:30px}}.blog-post__content a{font-family:'ProximaNovaSbold';font-size:16px;color:#443879}.blog-post__content a:hover{text-decoration:underline !important}.blog-post__content .featured-image.left img{min-height:inherit}.blog-post__content img{max-width:100%}.blog-post__content em{display:inline-block;font-family:'ProximaNovaRegIt';font-size:14px;margin:5px 0}.blog-post__content strong,.blog-post__content b{font-family:'ProximaNovaBold'}.blog-post__content p{line-height:1.2;margin-bottom:20px}.blog-post__content h1,.blog-post__content h2,.blog-post__content h3,.blog-post__content h4{font-family:'ProximaNovaBold';line-height:1.25;color:#413f41;text-transform:none}.blog-post__content h2{font-size:24px;margin-top:45px;margin-bottom:5px;text-transform:none}.blog-post__content h3{font-size:20px;margin-top:45px;margin-bottom:10px}@media only screen and (max-width:767px){.blog-post__content h3{margin-top:25px}}.blog-post__content ul{list-style:disc;margin-top:20px;margin-bottom:20px;padding-left:40px;line-height:1.2}@media only screen and (max-width:767px){.blog-post__content ul{padding-left:20px}}.blog-post__content ul li{margin-left:0 !important;color:#413f41 !important;line-height:1.2 !important;font-size:16px !important}.wordpress-post-view .blog-post__content .contain-blog{padding-left:0;padding-right:0}.wordpress-post-view .blog-post__content .featured-image{margin-bottom:20px}.wordpress-post-view .blog-post__content p{font-family:ProximaNovaReg;font-weight:normal;font-size:16px;color:#413f41}.blog-post .rate-wrapper{display:flex;clear:both;align-items:center;justify-content:center;margin-left:10px;position:relative}.blog-post .rate-wrapper .rate-block{position:absolute;width:100%;height:100%;display:none}@media only screen and (max-width:767px){.blog-post .rate-wrapper{order:1;margin-left:0;margin-bottom:15px}}.blog-post .rate-wrapper #post-reviews-number{font-family:ProximaNovaReg}.blog-post .rate-wrapper #post-reviews-number span{font-family:ProximaNovaReg;font-size:16px;vertical-align:unset}.blog-post .rate{height:46px;padding:0 10px}.blog-post .rate:not(:checked)>input{position:absolute;left:-9999px}.blog-post .rate:not(:checked)>label{float:right;width:1em;overflow:hidden;white-space:nowrap;font-size:30px;color:#ccc}.blog-post .rate.hover-on:not(:checked)>label{cursor:pointer}.blog-post .rate:not(:checked)>label:before{content:'\2605'}.blog-post .rate>input:checked~label,.blog-post .rate>input.rate-checked~label{color:#ffc700;text-align:center}.blog-post .rate.hover-on:not(:checked)>label:hover,.blog-post .rate.hover-on:not(:checked)>label:hover~label{color:#deb217}.blog-post .rate.hover-on>input:checked+label:hover,.blog-post .rate.hover-on>input:checked+label:hover~label,.blog-post .rate.hover-on>input:checked~label:hover,.blog-post .rate.hover-on>input:checked~label:hover~label,.blog-post .rate.hover-on>label:hover~input:checked~label{color:#c59b08}.share-post{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.share-post__title{margin-right:10px}.share-post__socials{display:flex;flex-direction:row}.share-post__social-link{display:flex;flex-direction:row;align-items:center;align-content:center;justify-content:center;width:32px;height:32px;border:1px solid #000;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-size:12px}.share-post__social-link:not(:last-child){margin-right:13px}.share-post__social-link_fb{border-color:#3c5a96;color:#3c5a96;font-size:13px}.share-post__social-link_fb:hover{background-color:#3c5a96}.share-post__social-link_fb:focus{background-color:#3c5a96}.share-post__social-link_fb:active{background-color:#3c5a96}.share-post__social-link_twitter{border-color:#59ADEB;color:#59ADEB}.share-post__social-link_twitter:hover{background-color:#59ADEB}.share-post__social-link_twitter:focus{background-color:#59ADEB}.share-post__social-link_twitter:active{background-color:#59ADEB}.share-post__social-link_pin{border-color:#B73939;color:#B73939}.share-post__social-link_pin:hover{background-color:#B73939}.share-post__social-link_pin:focus{background-color:#B73939}.share-post__social-link_pin:active{background-color:#B73939}.share-post__social-link_mail{border-color:#413F41;color:#413F41;font-size:14px}.share-post__social-link_mail:hover{background-color:#413F41}.share-post__social-link_mail:focus{background-color:#413F41}.share-post__social-link_mail:active{background-color:#413F41}.share-post__social-link:hover{color:#ffffff}.share-post__social-link:active{color:#ffffff}.share-post__social-link:focus{color:#ffffff}.related-posts-wrap{position:relative}@media only screen and (max-width:991px){.related-posts-wrap{margin-left:-15px;margin-right:-15px;margin-bottom:30px}}.related-posts{position:relative;padding-top:55px;border-top:1px solid #e8e8e8}@media only screen and (max-width:991px){.related-posts{padding:30px 15px;border-bottom:1px solid #e8e8e8}}.related-posts__heading{font-family:'ProximaNovaSbold';color:#413f41;text-transform:uppercase;margin-bottom:15px;font-size:16px;line-height:1.2}.post-item-sm{position:relative}@media only screen and (max-width:767px){.post-item-sm{margin-bottom:30px}}.post-item-sm__image{position:relative;margin-bottom:15px}.post-item-sm__image .btn-pin{position:absolute;top:10px;left:10px;background-color:#5D5185;padding:7px 12px;color:#ffffff;font-family:'ProximaNovaReg';font-size:14px;letter-spacing:0.5px;line-height:1.2;text-transform:uppercase;z-index:2;cursor:pointer;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;opacity:0;visibility:hidden;transform:translate(0, -15px)}.post-item-sm__image .btn-pin:hover{background-color:#fff;color:#443879}@media only screen and (max-width:767px){.post-item-sm__image .btn-pin{opacity:1;visibility:visible;-webkit-transform:none;-moz-transform:none;transform:none}}.post-item-sm__image:hover .btn-pin{opacity:1;visibility:visible;transform:translate(0, 0)}.post-item-sm__image img{max-width:100%}@media only screen and (max-width:767px){.post-item-sm__image img{width:100%}}.post-item-sm__image-link{display:block;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;background-size:cover;width:100%;height:180px}@media only screen and (max-width:1024px){.post-item-sm__image-link{height:165px}}@media only screen and (max-width:991px){.post-item-sm__image-link{height:160px}}@media only screen and (max-width:767px){.post-item-sm__image-link{background:none;width:auto;height:auto}}.post-item-sm__image-link img{display:none}@media only screen and (max-width:767px){.post-item-sm__image-link img{display:block;width:100%;max-width:100%;height:auto;margin:0 auto}}.post-item-sm a{line-height:1.2}@media only screen and (max-width:991px){.blog-shop-section{margin-left:-15px;margin-right:-15px;margin-bottom:15px}}.blog-shop{position:relative;padding-top:55px;border-top:1px solid #e8e8e8}@media only screen and (max-width:991px){.blog-shop{padding:30px 15px 0}}@media only screen and (max-width:767px){.blog-shop{padding-bottom:30px}}.blog-shop__heading{font-family:'ProximaNovaSbold';color:#413f41;text-transform:uppercase;margin-bottom:10px;font-size:16px;line-height:1.2;letter-spacing:0.5px}.blog-shop__products .slider-er__item{max-width:200px;margin:0 auto}.blog-shop__products .slider-er__text{margin-top:0}.blog-shop__products .product-name{font-size:16px;font-family:ProximaNovaReg;line-height:1.2;letter-spacing:0.5px}@media (max-width:480px){.blog-shop__products .product-name{font-size:14px}}.blog-shop__products .slider-er .slider-er__item{display:none}.blog-shop__products .slider-er .slider-er__item:first-child{display:block}.blog-shop__products .slider-er.owl-carousel .slider-er__item{display:block}@media only screen and (max-width:767px){.blog-shop__products .slider-er.owl-carousel{padding-bottom:30px}.blog-shop__products .slider-er.owl-carousel .owl-item{height:auto;min-height:250px}}.blog-shop__products .slider-er .owl-controls .owl-buttons div.owl-prev{background:url(../../frontend/Rockher/Winter/en_US/images/er-lp/slider/arrow-left.svg) no-repeat 50% 50%;top:40%;left:-15px}@media (max-width:480px){.blog-shop__products .slider-er .owl-controls .owl-buttons div.owl-prev{display:block;top:-20px;left:40%;height:22px;background-size:contain}}.blog-shop__products .slider-er .owl-controls .owl-buttons div.owl-next{background:url(../../frontend/Rockher/Winter/en_US/images/er-lp/slider/arrow-right.svg) no-repeat 50% 50%;top:40%;right:-15px}@media (max-width:480px){.blog-shop__products .slider-er .owl-controls .owl-buttons div.owl-next{display:block;top:-20px;right:40%;height:22px;background-size:contain}}.blog-shop__products .price-box{display:flex;flex-direction:column;align-items:center;justify-content:center}.blog-shop__products .regular-price{color:#413F41;font-family:HaboroContrast-NormBook;font-size:16px;letter-spacing:0.5px;line-height:20px;text-align:center}.blog-shop__products .old-price span{text-decoration:line-through;font-weight:normal;font-family:HaboroContrast-NormBook;color:#413F41;font-size:14px;margin-bottom:5px}.blog-shop__products .special-price{display:block;padding:4px 5px;background:#B3173B;font-weight:normal;letter-spacing:1px;text-align:center;width:100px}.blog-shop__products .special-price .price{font-size:18px;color:#ffffff;font-family:HaboroContrast-NormBook}.wordpress-post-view .new-product-gallery div.gallery-wrapper #wrapper-carousel-content,.wordpress-index-index .new-product-gallery div.gallery-wrapper #wrapper-carousel-content{top:15px !important}.cms-press .featured-bar .reset-img img{max-width:265px;max-height:inherit}.cms-press .featured-bar .huffpost .business-text{margin-top:-30px}@media only screen and (max-width:767px){.show-desktop{display:none}}.show-mobile{display:none}@media only screen and (max-width:767px){.show-mobile{display:block}}.is-blog .main-container{max-width:1280px}.is-blog .main-container .page-title-wrapper{width:70%}@media only screen and (max-width:767px){.is-blog .main-container .page-title-wrapper{width:100%;padding-left:15px}}.is-blog .main-container .page-title-wrapper h1.page-title .base{font-size:39px;color:#060606}.is-blog .main-container .post-first-item{position:relative;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}@media only screen and (max-width:767px){.is-blog .main-container .post-first-item{display:block;margin-right:20px;margin-left:20px}}.is-blog .main-container .post-first-item .post-image{position:relative;max-height:450px;flex:0 0 700px}.is-blog .main-container .post-first-item .post-image a{float:right}@media only screen and (max-width:767px){.is-blog .main-container .post-first-item .post-image a{float:unset}}.is-blog .main-container .post-first-item .post-excerpt{padding-top:45px}.is-blog .main-container .post-first-item .post-excerpt .title{font-family:HaboroContrast-NormBook;font-size:38px;letter-spacing:1px;line-height:41px;margin-bottom:20px;color:#060606}@media only screen and (max-width:767px){.is-blog .main-container .post-first-item .post-excerpt .title{font-size:28px}}.is-blog .main-container .post-first-item .post-excerpt .descr{font-size:18px;letter-spacing:0.5px;line-height:22px}.is-blog .main-container .post-first-item .post-image img{width:650px;height:325px}@media only screen and (max-width:767px){.is-blog .main-container .post-first-item .post-image img{width:335px;height:200px}}.is-blog .main-container .post-first-item .read_more{padding-top:30px}.is-blog .main-container .post-first-item .read_more img{width:5%;position:relative;bottom:5px}@media only screen and (max-width:767px){.is-blog .main-container .post-first-item .read_more img{bottom:0}}.is-blog .main-container .post-first-item .read_more span{float:left;padding-right:5px;color:#db7ca7;text-transform:uppercase}.is-blog .main-container .subscribe{height:100px;background-color:#fbf9f4;margin-bottom:40px;margin-top:15px}@media only screen and (max-width:767px){.is-blog .main-container .subscribe{height:210px;margin-right:20px;margin-left:20px}}.is-blog .main-container .subscribe .heading{float:left;padding-left:30px;padding-top:30px}@media only screen and (max-width:767px){.is-blog .main-container .subscribe .heading{float:unset;padding-right:10px}}.is-blog .main-container .subscribe .heading h2{margin-bottom:unset;text-transform:unset;color:#060606;font-size:23px}.is-blog .main-container .subscribe .subscribe-form-wrap{float:right;padding-right:70px;padding-top:30px}@media only screen and (max-width:767px){.is-blog .main-container .subscribe .subscribe-form-wrap{float:unset;padding-right:0;padding-left:30px}}.is-blog .main-container .subscribe .subscribe-form-wrap input[type=email]{height:42px}@media only screen and (max-width:767px){.is-blog .main-container .subscribe .subscribe-form-wrap input[type=email]{width:230px}}.is-blog .main-container .subscribe .subscribe-form-wrap .single-input-list__btn{margin-bottom:4px;position:relative;right:45px}@media only screen and (max-width:767px){.is-blog .main-container .subscribe .subscribe-form-wrap .single-input-list__btn{margin-bottom:unset;margin-top:-5px;right:5px}}.is-blog .main-container .subscribe .subscribe-form-wrap img{height:40px}.is-blog .main-container .posts-content{display:inline-flex}@media only screen and (max-width:767px){.is-blog .main-container .posts-content{display:block;margin-right:15px;margin-left:15px}}.is-blog .main-container .posts-content .post-list-wrapper{width:85%;min-width:500px}@media only screen and (max-width:767px){.is-blog .main-container .posts-content .post-list-wrapper{width:100%;min-width:350px}}.is-blog .main-container .posts-content .post-list-wrapper .post-list.grid .item{width:45%;margin-right:3%}@media only screen and (max-width:767px){.is-blog .main-container .posts-content .post-list-wrapper .post-list.grid .item{width:100%;margin:unset}}.is-blog .main-container .posts-content .post-list-wrapper .post-list.grid .item .post-excerpt h2{font-size:22px;text-transform:unset;color:#060606}.is-blog .main-container .posts-content .post-list-wrapper .post-list.grid .item .post-excerpt .read_more{padding-top:20px}.is-blog .main-container .posts-content .post-list-wrapper .post-list.grid .item .post-excerpt .read_more img{width:5%;position:relative;bottom:1px}.is-blog .main-container .posts-content .post-list-wrapper .post-list.grid .item .post-excerpt .read_more span{float:left;padding-right:5px;color:#db7ca7;text-transform:uppercase}.is-blog .main-container .posts-content .post-list-wrapper .post-list.grid .item .post-image img{width:450px;height:225px;border:1px solid #060606}@media only screen and (max-width:767px){.is-blog .main-container .posts-content .post-list-wrapper .post-list.grid .item .post-image img{width:335px}}.is-blog .main-container .posts-content .post-list-wrapper .toolbar.toolbar-products .pager{float:unset}@media only screen and (max-width:767px){.is-blog .main-container .posts-content .post-list-wrapper .toolbar.toolbar-products .pager{float:unset;width:320px;margin:auto}}.is-blog .main-container .posts-content .post-list-wrapper .toolbar.toolbar-products .pager .toolbar-amount{display:none}.is-blog .main-container .posts-content .post-list-wrapper .toolbar.toolbar-products .pager .pages{width:370px;margin-left:30%}@media only screen and (max-width:767px){.is-blog .main-container .posts-content .post-list-wrapper .toolbar.toolbar-products .pager .pages{margin-left:unset;width:340px}}.is-blog .main-container .posts-content .additional{width:30%}@media only screen and (max-width:767px){.is-blog .main-container .posts-content .additional{width:100%;margin:unset}}.is-blog .main-container .posts-content .additional .content{background-color:#fdf9fa;padding:25px}.is-blog .main-container .posts-content .additional .content .gemologist{margin:20px auto 20px;object-fit:cover;border-radius:50%;height:190px;width:190px}.is-blog .main-container .posts-content .additional .content h3{text-align:center;text-transform:unset;color:#060606;padding-top:20px;line-height:1.0;font-size:22px}.is-blog .main-container .posts-content .additional .content h2{text-align:center;text-transform:unset;color:#060606;font-size:32px;line-height:1.0}.is-blog .main-container .posts-content .additional .content .tel-link{padding-top:40px;font-size:18px;text-align:center}.is-blog .main-container .posts-content .additional .content .tel-link a{color:#db7ca7}.is-blog .main-container .posts-content .additional .content .tel-link a img{position:relative;width:20px;left:57px;float:left}.is-blog .main-container .posts-content .additional .content .build-er__button{width:180px;margin-top:30px}.is-blog .main-container .posts-content .additional .right-instagram{padding-top:70px;padding-bottom:45px;background:#fbfbfb;text-align:center}.is-blog .main-container .posts-content .additional .right-instagram .heading{font-family:HaboroContrast-NormBook;font-size:38px;color:#060606;letter-spacing:0.08px;line-height:1;margin-bottom:15px;text-transform:none}.is-blog .main-container .posts-content .additional .right-instagram .yotpo.yotpo-pictures-widget .yotpo-pictures-gallery-images-wrapper .yotpo-single-image-container{width:47%;margin-right:0;margin-left:5px}.is-blog .main-container .home-contacts{padding-bottom:unset}@media only screen and (max-width:767px){.is-blog .main-container .home-contacts .hp-container{padding-right:13px}}.is-blog .main-container .home-contacts .hp-container .links .call_diamond{display:inline-flex;font-size:23px;line-height:1.5}@media only screen and (max-width:767px){.is-blog .main-container .home-contacts .hp-container .links .call_diamond{display:block;margin-bottom:20px}}.is-blog .main-container .home-contacts .hp-container .links .call_diamond a{color:#060606}.is-blog .main-container .home-contacts .hp-container .links a{font-size:19px}@media only screen and (max-width:767px){.is-blog .main-container .home-contacts .hp-container .links a{display:block;padding-left:0;padding-right:0;margin-bottom:45px;font-size:16px}}.is-blog .main-container .home-contacts .hp-container .links a:nth-child(2):after{display:none;margin-left:unset}@media only screen and (max-width:767px){.is-blog .main-container .home-contacts .hp-container .links a:nth-child(odd){border-right:unset}.is-blog .main-container .home-contacts .hp-container .links a:nth-child(odd):after{display:none;margin-left:unset}}@media only screen and (max-width:767px){.is-blog .main-container .home-contacts .hp-container .links a .icon{margin-right:0}}.is-blog .main-container .home-contacts .hp-container .links a img{padding-right:10px}@media only screen and (max-width:767px){.is-blog .main-container .home-contacts .hp-container .links a img{padding-right:0}}@media only screen and (max-width:767px){.is-blog .main-container .home-contacts .hp-container .links a img.phone{width:28px;float:left}}.is-blog .main-container .home-contacts .hp-container .links a img.email{width:53px}@media only screen and (max-width:767px){.is-blog .main-container .home-contacts .hp-container .links a img.email{width:36px;float:left}}@media only screen and (max-width:767px){.is-blog .main-container .home-contacts .hp-container .links a img.other{width:40px;float:left}}.is-blog .main-container .home-contacts .hp-container .links a span{color:#060606}@media only screen and (max-width:767px){.is-blog .main-container .home-contacts .hp-container .links a span{float:left;margin-top:6px;margin-left:5px}}@media only screen and (max-width:767px){.is-blog .main-container .home-contacts .hp-container .links a.js-rosi-video{margin-bottom:0}}.is-blog .main-container #videoModal .modal-dialog{margin-top:130px}.is-blog .main-container #videoModal .modal-dialog .modal-content{height:500px}.is-blog .main-container #videoModal .modal-dialog .modal-content .modal-body{height:90%}.is-blog img,.is-blog object,.is-blog video,.is-blog embed{max-width:100%}.is-blog h1.page-title{font-family:HaboroContrast-NormBook;font-size:32px;color:#413f41;line-height:1.3;letter-spacing:1px;text-transform:none;margin-bottom:10px}.is-blog .post-content p{font-family:ProximaNovaReg;font-weight:400;font-size:16px;color:#413f41;margin-bottom:20px;line-height:26px}.is-blog .post-content img[class*="align"],.is-blog .post-content img[class*="wp-image-"],.is-blog .post-content .gallery .gallery-icon img{border:1px solid #ddd;padding:6px}.is-blog .post-content img.alignleft,.is-blog .post-content img.alignright,.is-blog .post-content img.aligncenter{margin-bottom:1.625em}@media only screen and (max-width:767px){.is-blog .post-content img.alignleft,.is-blog .post-content img.alignright,.is-blog .post-content img.aligncenter{float:none;margin:0 auto 1.625em}}.is-blog .post-content img[class*="align"],.is-blog .post-content img[class*="wp-image-"],.is-blog .post-content img[class*="attachment-"]{height:auto}.is-blog .post-content .blog-buttons{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.is-blog .post-content .blog-buttons .g-btn{display:inline-block;width:auto;height:auto;padding:12px 30px}@media only screen and (max-width:767px){.is-blog .post-content .blog-buttons .g-btn{line-height:1.4em;margin:0;padding:5px 30px}}.embedtool{position:relative;height:0;padding-top:56%;overflow:hidden;max-width:100%}.embedtool iframe,.embedtool object,.embedtool embed{position:absolute;top:0;left:0;width:100%;height:100%}.embedtool .fluid-vids{position:initial !important}.category-recently-purchased,.category-recently-purchased-engagement-rings,.category-mens-wedding-bands-top-10-sellers,.category-womens-wedding-bands-top-10-sellers,.category-top-engagement-rings{font-family:ProximaNovaReg;color:#413F41;font-size:16px;letter-spacing:0.5px;line-height:19px}.category-recently-purchased .right-links li.login-customer:after,.category-recently-purchased-engagement-rings .right-links li.login-customer:after,.category-mens-wedding-bands-top-10-sellers .right-links li.login-customer:after,.category-womens-wedding-bands-top-10-sellers .right-links li.login-customer:after,.category-top-engagement-rings .right-links li.login-customer:after{top:24px}@media only screen and (max-width:1440px){.category-recently-purchased .right-links li.login-customer:after,.category-recently-purchased-engagement-rings .right-links li.login-customer:after,.category-mens-wedding-bands-top-10-sellers .right-links li.login-customer:after,.category-womens-wedding-bands-top-10-sellers .right-links li.login-customer:after,.category-top-engagement-rings .right-links li.login-customer:after{top:20px}}.category-recently-purchased .ringbuilder-steps,.category-recently-purchased-engagement-rings .ringbuilder-steps,.category-mens-wedding-bands-top-10-sellers .ringbuilder-steps,.category-womens-wedding-bands-top-10-sellers .ringbuilder-steps,.category-top-engagement-rings .ringbuilder-steps{margin-top:135px}@media only screen and (max-width:1024px){.category-recently-purchased .ringbuilder-steps,.category-recently-purchased-engagement-rings .ringbuilder-steps,.category-mens-wedding-bands-top-10-sellers .ringbuilder-steps,.category-womens-wedding-bands-top-10-sellers .ringbuilder-steps,.category-top-engagement-rings .ringbuilder-steps{margin-top:65px}}@media only screen and (max-width:767px){.category-recently-purchased .ringbuilder-steps,.category-recently-purchased-engagement-rings .ringbuilder-steps,.category-mens-wedding-bands-top-10-sellers .ringbuilder-steps,.category-womens-wedding-bands-top-10-sellers .ringbuilder-steps,.category-top-engagement-rings .ringbuilder-steps{margin-top:55px}}.category-recently-purchased .breadcrumbs-category,.category-recently-purchased-engagement-rings .breadcrumbs-category,.category-mens-wedding-bands-top-10-sellers .breadcrumbs-category,.category-womens-wedding-bands-top-10-sellers .breadcrumbs-category,.category-top-engagement-rings .breadcrumbs-category{display:none}.category-recently-purchased .recently-purchased_banner,.category-recently-purchased-engagement-rings .recently-purchased_banner,.category-mens-wedding-bands-top-10-sellers .recently-purchased_banner,.category-womens-wedding-bands-top-10-sellers .recently-purchased_banner,.category-top-engagement-rings .recently-purchased_banner{padding-top:10px;padding-bottom:45px}@media only screen and (max-width:991px){.category-recently-purchased .recently-purchased_banner,.category-recently-purchased-engagement-rings .recently-purchased_banner,.category-mens-wedding-bands-top-10-sellers .recently-purchased_banner,.category-womens-wedding-bands-top-10-sellers .recently-purchased_banner,.category-top-engagement-rings .recently-purchased_banner{padding-top:5px}}@media only screen and (max-width:767px){.category-recently-purchased .recently-purchased_banner,.category-recently-purchased-engagement-rings .recently-purchased_banner,.category-mens-wedding-bands-top-10-sellers .recently-purchased_banner,.category-womens-wedding-bands-top-10-sellers .recently-purchased_banner,.category-top-engagement-rings .recently-purchased_banner{padding-top:4px;padding-bottom:200px;position:relative}}.category-recently-purchased .recently-purchased_banner .purchased-banner-cover,.category-recently-purchased-engagement-rings .recently-purchased_banner .purchased-banner-cover,.category-mens-wedding-bands-top-10-sellers .recently-purchased_banner .purchased-banner-cover,.category-womens-wedding-bands-top-10-sellers .recently-purchased_banner .purchased-banner-cover,.category-top-engagement-rings .recently-purchased_banner .purchased-banner-cover{width:100%;background:url("../../frontend/Rockher/Winter/en_US/images/recently_purchased_D.jpg") no-repeat center center;background-size:cover;color:#ffffff}@media only screen and (max-width:1024px){.category-recently-purchased .recently-purchased_banner .purchased-banner-cover,.category-recently-purchased-engagement-rings .recently-purchased_banner .purchased-banner-cover,.category-mens-wedding-bands-top-10-sellers .recently-purchased_banner .purchased-banner-cover,.category-womens-wedding-bands-top-10-sellers .recently-purchased_banner .purchased-banner-cover,.category-top-engagement-rings .recently-purchased_banner .purchased-banner-cover{background-image:url("../../frontend/Rockher/Winter/en_US/images/recently_purchased_T_1024.jpg")}}@media only screen and (max-width:767px){.category-recently-purchased .recently-purchased_banner .purchased-banner-cover,.category-recently-purchased-engagement-rings .recently-purchased_banner .purchased-banner-cover,.category-mens-wedding-bands-top-10-sellers .recently-purchased_banner .purchased-banner-cover,.category-womens-wedding-bands-top-10-sellers .recently-purchased_banner .purchased-banner-cover,.category-top-engagement-rings .recently-purchased_banner .purchased-banner-cover{min-height:300px;background-position:71%;margin-top:75px;background-image:url("../../frontend/Rockher/Winter/en_US/images/RecentlyPurchasedMobile@2x.jpg");color:#413f41}}@media only screen and (max-width:767px){.category-recently-purchased .recently-purchased_banner .purchased-text_cover,.category-recently-purchased-engagement-rings .recently-purchased_banner .purchased-text_cover,.category-mens-wedding-bands-top-10-sellers .recently-purchased_banner .purchased-text_cover,.category-womens-wedding-bands-top-10-sellers .recently-purchased_banner .purchased-text_cover,.category-top-engagement-rings .recently-purchased_banner .purchased-text_cover{position:absolute;bottom:-175px;left:0;padding:0 15px 0}}.category-recently-purchased .recently-purchased_banner .purchased-head_text,.category-recently-purchased-engagement-rings .recently-purchased_banner .purchased-head_text,.category-mens-wedding-bands-top-10-sellers .recently-purchased_banner .purchased-head_text,.category-womens-wedding-bands-top-10-sellers .recently-purchased_banner .purchased-head_text,.category-top-engagement-rings .recently-purchased_banner .purchased-head_text{font-family:HaboroContrast-NormBook;font-size:32px;letter-spacing:1px;line-height:41px;padding:110px 0 20px 60px;margin:0}@media only screen and (max-width:767px){.category-recently-purchased .recently-purchased_banner .purchased-head_text,.category-recently-purchased-engagement-rings .recently-purchased_banner .purchased-head_text,.category-mens-wedding-bands-top-10-sellers .recently-purchased_banner .purchased-head_text,.category-womens-wedding-bands-top-10-sellers .recently-purchased_banner .purchased-head_text,.category-top-engagement-rings .recently-purchased_banner .purchased-head_text{font-size:28px;text-align:center;padding:0}}.category-recently-purchased .recently-purchased_banner .purchased-add_text,.category-recently-purchased-engagement-rings .recently-purchased_banner .purchased-add_text,.category-mens-wedding-bands-top-10-sellers .recently-purchased_banner .purchased-add_text,.category-womens-wedding-bands-top-10-sellers .recently-purchased_banner .purchased-add_text,.category-top-engagement-rings .recently-purchased_banner .purchased-add_text{font-size:18px;letter-spacing:0.5px;line-height:22px;padding:0 0 130px 60px;max-width:480px}@media only screen and (max-width:767px){.category-recently-purchased .recently-purchased_banner .purchased-add_text,.category-recently-purchased-engagement-rings .recently-purchased_banner .purchased-add_text,.category-mens-wedding-bands-top-10-sellers .recently-purchased_banner .purchased-add_text,.category-womens-wedding-bands-top-10-sellers .recently-purchased_banner .purchased-add_text,.category-top-engagement-rings .recently-purchased_banner .purchased-add_text{font-size:18px;text-align:center;max-width:100%;padding:0 10px 0}}@media only screen and (max-width:991px){.category-recently-purchased .tablet-full_width,.category-recently-purchased-engagement-rings .tablet-full_width,.category-mens-wedding-bands-top-10-sellers .tablet-full_width,.category-womens-wedding-bands-top-10-sellers .tablet-full_width,.category-top-engagement-rings .tablet-full_width{width:100%}}.category-recently-purchased .recently-purchased_products .recently-purchased_item,.category-recently-purchased-engagement-rings .recently-purchased_products .recently-purchased_item,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased_item,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased_item,.category-top-engagement-rings .recently-purchased_products .recently-purchased_item{margin-bottom:70px}.category-recently-purchased .recently-purchased_products .recently-purchased_item_wb,.category-recently-purchased-engagement-rings .recently-purchased_products .recently-purchased_item_wb,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased_item_wb,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased_item_wb,.category-top-engagement-rings .recently-purchased_products .recently-purchased_item_wb{margin:0;padding:0}@media only screen and (max-width:767px){.category-recently-purchased .recently-purchased_products .recently-purchased_item_wb,.category-recently-purchased-engagement-rings .recently-purchased_products .recently-purchased_item_wb,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased_item_wb,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased_item_wb,.category-top-engagement-rings .recently-purchased_products .recently-purchased_item_wb{border-bottom:none;padding-bottom:30px}.category-recently-purchased .recently-purchased_products .recently-purchased_item_wb .product-description_cover,.category-recently-purchased-engagement-rings .recently-purchased_products .recently-purchased_item_wb .product-description_cover,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased_item_wb .product-description_cover,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased_item_wb .product-description_cover,.category-top-engagement-rings .recently-purchased_products .recently-purchased_item_wb .product-description_cover{padding-top:30px}}@media only screen and (max-width:767px){.category-recently-purchased .recently-purchased_products .recently-purchased_bordered,.category-recently-purchased-engagement-rings .recently-purchased_products .recently-purchased_bordered,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased_bordered,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased_bordered,.category-top-engagement-rings .recently-purchased_products .recently-purchased_bordered{border-top:1px solid #e8e8e8}}.category-recently-purchased .recently-purchased_products .recently-purchased-img_carousel,.category-recently-purchased-engagement-rings .recently-purchased_products .recently-purchased-img_carousel,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel,.category-top-engagement-rings .recently-purchased_products .recently-purchased-img_carousel{max-width:350px;max-height:350px;width:100%;margin:0 auto;position:relative}@media only screen and (max-width:991px){.category-recently-purchased .recently-purchased_products .recently-purchased-img_carousel,.category-recently-purchased-engagement-rings .recently-purchased_products .recently-purchased-img_carousel,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel,.category-top-engagement-rings .recently-purchased_products .recently-purchased-img_carousel{max-width:300px;max-height:300px}}@media only screen and (max-width:767px){.category-recently-purchased .recently-purchased_products .recently-purchased-img_carousel,.category-recently-purchased-engagement-rings .recently-purchased_products .recently-purchased-img_carousel,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel,.category-top-engagement-rings .recently-purchased_products .recently-purchased-img_carousel{padding-top:25px}}.category-recently-purchased .recently-purchased_products .recently-purchased-img_carousel .recently-purchased_rings,.category-recently-purchased-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .recently-purchased_rings,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .recently-purchased_rings,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .recently-purchased_rings,.category-top-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .recently-purchased_rings{padding-bottom:0;margin-bottom:0}.category-recently-purchased .recently-purchased_products .recently-purchased-img_carousel .recently-product-image,.category-recently-purchased-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .recently-product-image,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .recently-product-image,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .recently-product-image,.category-top-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .recently-product-image{max-width:350px;margin:0 auto}@media only screen and (max-width:991px){.category-recently-purchased .recently-purchased_products .recently-purchased-img_carousel .recently-product-image,.category-recently-purchased-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .recently-product-image,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .recently-product-image,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .recently-product-image,.category-top-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .recently-product-image{max-width:300px;max-height:300px}}.category-recently-purchased .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn,.category-recently-purchased-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn,.category-top-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn{position:absolute;display:inline-block;vertical-align:middle;width:25px;height:32px;background-repeat:no-repeat;top:50%}@media only screen and (max-width:767px){.category-recently-purchased .recently-purchased_products .recently-purchased-img_carousel .purchased-slider_arrows,.category-recently-purchased-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .purchased-slider_arrows,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .purchased-slider_arrows,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .purchased-slider_arrows,.category-top-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .purchased-slider_arrows{position:relative;z-index:2;margin-top:7px}}.category-recently-purchased .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_prev,.category-recently-purchased-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_prev,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_prev,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_prev,.category-top-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_prev{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-left.svg);left:5px}@media only screen and (max-width:767px){.category-recently-purchased .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_prev,.category-recently-purchased-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_prev,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_prev,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_prev,.category-top-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_prev{left:40%}}.category-recently-purchased .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_next,.category-recently-purchased-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_next,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_next,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_next,.category-top-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_next{background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_chevron-right.svg);right:-3px}@media only screen and (max-width:767px){.category-recently-purchased .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_next,.category-recently-purchased-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_next,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_next,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_next,.category-top-engagement-rings .recently-purchased_products .recently-purchased-img_carousel .purchased-item_slider-btn_next{right:38%}}.category-recently-purchased .recently-purchased_products .product-description_cover,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover,.category-top-engagement-rings .recently-purchased_products .product-description_cover{padding-top:50px}@media only screen and (max-width:767px){.category-recently-purchased .recently-purchased_products .product-description_cover,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover,.category-top-engagement-rings .recently-purchased_products .product-description_cover{text-align:center;padding-top:85px;z-index:1}}.category-recently-purchased .recently-purchased_products .product-description_cover .ring-info_section,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .ring-info_section,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .ring-info_section,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .ring-info_section,.category-top-engagement-rings .recently-purchased_products .product-description_cover .ring-info_section{margin-bottom:25px}.category-recently-purchased .recently-purchased_products .product-description_cover .ring-info_section_wb,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .ring-info_section_wb,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .ring-info_section_wb,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .ring-info_section_wb,.category-top-engagement-rings .recently-purchased_products .product-description_cover .ring-info_section_wb{max-width:320px}@media only screen and (max-width:767px){.category-recently-purchased .recently-purchased_products .product-description_cover .ring-info_section_wb,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .ring-info_section_wb,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .ring-info_section_wb,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .ring-info_section_wb,.category-top-engagement-rings .recently-purchased_products .product-description_cover .ring-info_section_wb{margin-left:auto;margin-right:auto}}.category-recently-purchased .recently-purchased_products .product-description_cover .settings-link,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .settings-link,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .settings-link,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .settings-link,.category-top-engagement-rings .recently-purchased_products .product-description_cover .settings-link{display:block;margin-top:5px;font-size:16px;font-weight:bold;letter-spacing:0.5px;line-height:19px}.category-recently-purchased .recently-purchased_products .product-description_cover .settings-link:hover,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .settings-link:hover,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .settings-link:hover,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .settings-link:hover,.category-top-engagement-rings .recently-purchased_products .product-description_cover .settings-link:hover{color:#5D5185}.category-recently-purchased .recently-purchased_products .product-description_cover .product-collection_name,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .product-collection_name,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-collection_name,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-collection_name,.category-top-engagement-rings .recently-purchased_products .product-description_cover .product-collection_name{color:#443879;font-family:HaboroContrast-NormBook;font-size:24px;letter-spacing:0.5px;line-height:31px}.category-recently-purchased .recently-purchased_products .product-description_cover .product-ring_name,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .product-ring_name,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-ring_name,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-ring_name,.category-top-engagement-rings .recently-purchased_products .product-description_cover .product-ring_name{font-size:16px;letter-spacing:0.5px;line-height:19px}.category-recently-purchased .recently-purchased_products .product-description_cover .product-ring_name_wb,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .product-ring_name_wb,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-ring_name_wb,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-ring_name_wb,.category-top-engagement-rings .recently-purchased_products .product-description_cover .product-ring_name_wb{letter-spacing:0.65px;line-height:1.25}.category-recently-purchased .recently-purchased_products .product-description_cover .diamond-info_section,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .diamond-info_section,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .diamond-info_section,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .diamond-info_section,.category-top-engagement-rings .recently-purchased_products .product-description_cover .diamond-info_section{margin-bottom:30px}.category-recently-purchased .recently-purchased_products .product-description_cover .product-price_section,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .product-price_section,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section,.category-top-engagement-rings .recently-purchased_products .product-description_cover .product-price_section{margin-bottom:15px}.category-recently-purchased .recently-purchased_products .product-description_cover .product-price_section_wb,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .product-price_section_wb,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section_wb,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section_wb,.category-top-engagement-rings .recently-purchased_products .product-description_cover .product-price_section_wb{margin-bottom:25px}.category-recently-purchased .recently-purchased_products .product-description_cover .product-price_section .sip_splitprice,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .product-price_section .sip_splitprice,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section .sip_splitprice,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section .sip_splitprice,.category-top-engagement-rings .recently-purchased_products .product-description_cover .product-price_section .sip_splitprice{display:inline-block}.category-recently-purchased .recently-purchased_products .product-description_cover .product-price_section .price-box,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .product-price_section .price-box,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section .price-box,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section .price-box,.category-top-engagement-rings .recently-purchased_products .product-description_cover .product-price_section .price-box{display:inline-block}.category-recently-purchased .recently-purchased_products .product-description_cover .product-price_section .price-box .special-price,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .product-price_section .price-box .special-price,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section .price-box .special-price,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section .price-box .special-price,.category-top-engagement-rings .recently-purchased_products .product-description_cover .product-price_section .price-box .special-price{padding-left:8px}.category-recently-purchased .recently-purchased_products .product-description_cover .product-price_section .price-box .special-price .price,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .product-price_section .price-box .special-price .price,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section .price-box .special-price .price,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section .price-box .special-price .price,.category-top-engagement-rings .recently-purchased_products .product-description_cover .product-price_section .price-box .special-price .price{font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;line-height:26px;color:#443879;padding-right:5px}.category-recently-purchased .recently-purchased_products .product-description_cover .product-price_section .counterdown-wrap,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .product-price_section .counterdown-wrap,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section .counterdown-wrap,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section .counterdown-wrap,.category-top-engagement-rings .recently-purchased_products .product-description_cover .product-price_section .counterdown-wrap{display:none}.category-recently-purchased .recently-purchased_products .product-description_cover .product-price_section .product-price,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .product-price_section .product-price,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section .product-price,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section .product-price,.category-top-engagement-rings .recently-purchased_products .product-description_cover .product-price_section .product-price{letter-spacing:0.5px;line-height:19px;display:inline-block}.category-recently-purchased .recently-purchased_products .product-description_cover .product-price_section .starting-price,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .product-price_section .starting-price,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section .starting-price,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .product-price_section .starting-price,.category-top-engagement-rings .recently-purchased_products .product-description_cover .product-price_section .starting-price{font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;line-height:26px;color:#443879;padding-right:5px;display:none}.category-recently-purchased .recently-purchased_products .product-description_cover .build-button_section .btn-smlr,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .build-button_section .btn-smlr,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .build-button_section .btn-smlr,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .build-button_section .btn-smlr,.category-top-engagement-rings .recently-purchased_products .product-description_cover .build-button_section .btn-smlr{height:58px;width:321px;border-radius:45px;background-color:#443879;font-size:16px;font-family:ProximaNovaBold;letter-spacing:2px;line-height:19px;text-align:center;display:flex;align-items:center;justify-content:center}.category-recently-purchased .recently-purchased_products .product-description_cover .build-button_section .btn-smlr:hover,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .build-button_section .btn-smlr:hover,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .build-button_section .btn-smlr:hover,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .build-button_section .btn-smlr:hover,.category-top-engagement-rings .recently-purchased_products .product-description_cover .build-button_section .btn-smlr:hover,.category-recently-purchased .recently-purchased_products .product-description_cover .build-button_section .btn-smlr:focus,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .build-button_section .btn-smlr:focus,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .build-button_section .btn-smlr:focus,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .build-button_section .btn-smlr:focus,.category-top-engagement-rings .recently-purchased_products .product-description_cover .build-button_section .btn-smlr:focus,.category-recently-purchased .recently-purchased_products .product-description_cover .build-button_section .btn-smlr:active,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .build-button_section .btn-smlr:active,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .build-button_section .btn-smlr:active,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .build-button_section .btn-smlr:active,.category-top-engagement-rings .recently-purchased_products .product-description_cover .build-button_section .btn-smlr:active{background-color:#5D5185;color:#ffffff}@media only screen and (max-width:767px){.category-recently-purchased .recently-purchased_products .product-description_cover .build-button_section .btn-smlr,.category-recently-purchased-engagement-rings .recently-purchased_products .product-description_cover .build-button_section .btn-smlr,.category-mens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .build-button_section .btn-smlr,.category-womens-wedding-bands-top-10-sellers .recently-purchased_products .product-description_cover .build-button_section .btn-smlr,.category-top-engagement-rings .recently-purchased_products .product-description_cover .build-button_section .btn-smlr{margin:auto}}@media only screen and (max-width:767px){.category-top-engagement-rings .recently-purchased_banner{padding-bottom:180px}}.category-top-engagement-rings .recently-purchased_banner .purchased-banner-cover{background:url("../../frontend/Rockher/Winter/en_US/images/top_10_D@2x.jpg") no-repeat center center;background-size:cover}@media only screen and (max-width:767px){.category-top-engagement-rings .recently-purchased_banner .purchased-banner-cover{background-image:url("../../frontend/Rockher/Winter/en_US/images/top10sellersmobile@2x.jpg")}}@media only screen and (max-width:767px){.category-top-engagement-rings .recently-purchased_banner .purchased-text_cover{bottom:-160px;padding:0 5px 0;width:100%;text-align:center}}@media only screen and (max-width:767px){.category-top-engagement-rings .recently-purchased_banner .purchased-add_text{max-width:360px;margin:auto}}.category-top-engagement-rings .purchased-head_text{color:#443879}.category-top-engagement-rings .purchased-add_text{color:#443879}@media only screen and (max-width:767px){.category-mens-wedding-bands-top-10-sellers .main-container,.category-womens-wedding-bands-top-10-sellers .main-container{margin-top:56px}.category-mens-wedding-bands-top-10-sellers .cate_name,.category-womens-wedding-bands-top-10-sellers .cate_name{padding-top:25px}}.rockher_diamondsearch-index-index .container.ds-container{padding-top:0}@media only screen and (max-width:1024px){.rockher_diamondsearch-index-index .container.ds-container{margin-bottom:50px}}.container.ds-container .primary-filters{max-width:1160px;margin:0 auto}@media only screen and (max-width:767px){.container.ds-container .primary-filters{padding-top:25px}}.container.ds-container .primary-filters h1{color:#413F41;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;text-align:center;margin:0}@media only screen and (max-width:767px){.container.ds-container .primary-filters h1{font-size:20px;display:none}}.container.ds-container .primary-filters .filter-section-wrapper{margin-bottom:0}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .filter-section-wrapper{margin-bottom:50px}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .filter-section-wrapper{margin-bottom:0;top:-35px}}.container.ds-container .primary-filters .filter-section-wrapper.no-margin{margin-bottom:0}.container.ds-container .primary-filters .filter-section-wrapper .share-filter-params{position:absolute;top:25px;right:0;z-index:10}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .filter-section-wrapper .share-filter-params{right:10px}}.container.ds-container .primary-filters .filter-section-wrapper .share-filter-params a{display:block;position:relative;font-size:16px;letter-spacing:0.5px;line-height:1.2;font-family:ProximaNovaBold;color:#060606;padding-left:30px}.container.ds-container .primary-filters .filter-section-wrapper .share-filter-params a:before{content:'';position:absolute;left:0;top:50%;transform:translate(0, -50%);width:24px;height:24px;background-image:url(../../frontend/Rockher/Winter/en_US/images/icon_share.svg);background-repeat:no-repeat;background-position:center}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .filter-section-wrapper .share-filter-params a span{display:none}}.container.ds-container .primary-filters .filter-section-wrapper .share-filter-params .msg{position:absolute;top:100%;width:100px;border-radius:4px;text-align:center;padding:7px 5px;left:50%;transform:translate(-50%, 0);background:#fff;box-shadow:0 1px 5px rgba(0,0,0,0.4);font-size:14px;margin-top:20px;-webkit-transition:0.15s;-moz-transition:0.15s;-o-transition:0.15s;transition:0.15s;opacity:0;visibility:hidden}.container.ds-container .primary-filters .filter-section-wrapper .share-filter-params .msg.copied{display:block;margin-top:10px;opacity:1;visibility:visible}.container.ds-container .primary-filters .filter-section-wrapper .share-filter-params_mobile{display:none;position:relative}@media only screen and (max-width:767px){.container.ds-container .primary-filters .filter-section-wrapper .share-filter-params_mobile{display:block;top:auto;right:auto}}.container.ds-container .primary-filters .filter-section-wrapper .share-filter-params_mobile a{display:inline-block;margin-left:20px;padding-left:20px}.container.ds-container .primary-filters .filter-section-wrapper .share-filter-params_mobile a:before{width:15px;height:15px;background-image:url(../../frontend/Rockher/Winter/en_US/images/icon_share_sm.svg)}.container.ds-container .primary-filters .filter-section-wrapper .share-filter-params_mobile .msg{top:-50px;transform:translate(-35px, 0);margin-top:-5px}.container.ds-container .primary-filters .filter-section-wrapper .share-filter-params_mobile .msg.copied{margin-top:10px}.container.ds-container .primary-filters .filter-header{position:relative;display:flex;align-items:center;justify-content:flex-start;padding-bottom:25px;margin-top:30px}@media only screen and (max-width:767px){.container.ds-container .primary-filters .filter-header{padding:0;margin:0;margin-top:70px;align-items:center;justify-content:center;flex-direction:column}}.container.ds-container .primary-filters .filter-header__toggle{font-size:16px;letter-spacing:0.5px;line-height:1.2;padding-left:30px;position:absolute;pointer-events:none;right:0}.container.ds-container .primary-filters .filter-header__toggle:before{content:'';position:absolute;top:50%;left:0;margin-top:-10px;background-image:url(../../frontend/Rockher/Winter/en_US/images/img_rosi-icon-MDS@2x.png);background-size:contain;width:20px;height:20px}.container.ds-container .primary-filters .filter-header__toggle .toggle-title_m{display:none}@media only screen and (max-width:767px){.container.ds-container .primary-filters .filter-header__toggle{padding:15px 0;text-align:center;width:100%;background:#51aceb;color:#ffffff;font-size:14px;font-family:ProximaNovaBold;line-height:17px;letter-spacing:0.4px;pointer-events:auto;left:0}.container.ds-container .primary-filters .filter-header__toggle .counts:after{content:'';display:inline-block;width:14px;height:8px;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_dropdown-chevron_white.svg);background-repeat:no-repeat;margin-left:4px}.container.ds-container .primary-filters .filter-header__toggle .toggle-title_m{display:inline}.container.ds-container .primary-filters .filter-header__toggle:before{position:relative;display:block;top:auto;margin:0 auto 4px;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_filters_white.svg);width:25px;height:20px;background-repeat:no-repeat}}@media only screen and (max-width:991px){.container.ds-container .primary-filters .filter-header__toggle{display:none}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .filter-header__toggle{display:block}}.container.ds-container .primary-filters .filter-header .powered-by-wrapper{position:absolute}.container.ds-container .primary-filters .filter-header .powered-by-wrapper .title span{display:none}@media only screen and (max-width:767px){.container.ds-container .primary-filters .filter-header .powered-by-wrapper .title span{display:inline;text-transform:none}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .filter-header .powered-by-wrapper .title{margin-right:10px;letter-spacing:normal}}@media only screen and (max-width:991px){.container.ds-container .primary-filters .filter-header .powered-by-wrapper{margin:0 auto}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .filter-header .powered-by-wrapper{position:relative;top:auto;left:auto;right:0;width:100%;margin:0;padding:7px 0;background-color:#fff4f8}.container.ds-container .primary-filters .filter-header .powered-by-wrapper.is-rosiSort{position:absolute;top:35px;z-index:10;display:flex}.container.ds-container .primary-filters .filter-header .powered-by-wrapper.is-rosiSort .diamond-lab-filter{display:none}.container.ds-container .primary-filters .filter-header .powered-by-wrapper.is-rosiSort .title span{display:none}.container.ds-container .primary-filters .filter-header .powered-by-wrapper.is-rosiSort .rosi-sort-toggle{display:flex;margin-left:0}.container.ds-container .primary-filters .filter-header .powered-by-wrapper .rosi-logo{width:50px}}.container.ds-container .primary-filters .filter-header .powered-by-wrapper a{margin-left:20px}.container.ds-container .primary-filters .filter-header .cert-diamonds{margin-left:10px;font-size:14px;font-family:ProximaNovaSbold;line-height:1.2;text-align:left;flex-shrink:0}.container.ds-container .primary-filters .filter-header .diamond-lab-filter{padding:0;margin-left:25px}.container.ds-container .primary-filters .filter-header .diamond-lab-filter select{border:1px solid #7c7593;border-radius:10px;height:36px;font-size:16px;line-height:1;padding:0 20px 0 10px;letter-spacing:0.5px;max-width:210px;cursor:pointer}.container.ds-container .primary-filters .filter-header .has-helped{position:relative;top:0;right:0;margin:0;width:350px;font-size:16px;font-family:ProximaNovaSBold;line-height:1.2;text-align:right;left:34%}.container.ds-container .primary-filters .filter-header .has-helped span{font-family:ProximaNovaBold}@media only screen and (max-width:991px){.container.ds-container .primary-filters .filter-header .has-helped{display:none}}.container.ds-container .primary-filters .tab-content{border-top:1px solid #e8e8e8}.container.ds-container .primary-filters .tab-content>.active{display:flex;flex-wrap:wrap;justify-content:space-between}.container.ds-container .primary-filters .tab-content .table-responsive{align-items:flex-start;width:100%}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .table-responsive{margin-bottom:0}}.container.ds-container .primary-filters .tab-content .product-shape{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}@media only screen and (max-width:991px){.container.ds-container .primary-filters .tab-content .product-shape{flex-wrap:wrap;justify-content:center}.container.ds-container .primary-filters .tab-content .product-shape__item{margin:0 2px 35px}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .product-shape{justify-content:flex-start;margin:-5px}.container.ds-container .primary-filters .tab-content .product-shape__item{margin:5px}}.container.ds-container .primary-filters .tab-content .product-shape_rosi{flex-wrap:wrap;justify-content:center}.container.ds-container .primary-filters .tab-content .product-shape_rosi li{margin-left:2px;margin-right:2px;margin-bottom:35px}.container.ds-container .primary-filters .tab-content .product-shape__item{position:relative;display:block;width:auto}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .product-shape__item{border:none}}.container.ds-container .primary-filters .tab-content .product-shape__item a{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #e8e8e8;padding:0}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .product-shape__item a{border-color:#dadada}}.container.ds-container .primary-filters .tab-content .product-shape__item a img{max-width:100%;margin:0}.container.ds-container .primary-filters .tab-content .product-shape__item:hover a{border-color:#51aceb}.container.ds-container .primary-filters .tab-content .product-shape__item:hover a img{filter:invert(.4) sepia(.5) saturate(4) hue-rotate(210deg) brightness(.5)}.container.ds-container .primary-filters .tab-content .product-shape__item.active a{border-color:#51aceb}.container.ds-container .primary-filters .tab-content .product-shape__item.active a img{filter:invert(.4) sepia(.5) saturate(4) hue-rotate(210deg) brightness(.5)}.container.ds-container .primary-filters .tab-content .product-shape__item:hover .product-shape__item-label{display:block}.container.ds-container .primary-filters .tab-content .product-shape__item.active .product-shape__item-label{display:block}.container.ds-container .primary-filters .tab-content .product-shape__item-label{display:none;position:absolute;top:100%;left:0;right:0;margin-top:5px;text-align:center;font-size:12px;letter-spacing:0.31px;line-height:1.1;color:#51aceb;text-transform:uppercase}.container.ds-container .primary-filters .tab-content .carat-filter-wrap{display:flex;flex-direction:column}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .carat-filter-wrap{display:block}}.container.ds-container .primary-filters .tab-content .carat-filter-wrap .slider-data{order:2;padding-bottom:0;margin-top:21px}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .carat-filter-wrap .slider-data{padding-bottom:20px;margin-top:0}}.container.ds-container .primary-filters .tab-content .carat-filter-wrap .filter-slider{order:1}.container.ds-container .primary-filters .tab-content .filter-slider .apply-filter-tooltip{position:absolute;top:-55px;left:50%;transform:translate(-50%, 0)}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .filter-slider .apply-filter-tooltip{display:none;pointer-events:none}}.container.ds-container .primary-filters .tab-content .filter-slider .apply-filter-btn{display:block;padding:7px 12px;text-align:center;font-family:ProximaNovaBold;color:#ffffff;font-size:16px;line-height:1.2;background-color:#51aceb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;cursor:pointer}.container.ds-container .primary-filters .tab-content .filter-slider .apply-filter-btn:hover{background-color:#5d5185}.container.ds-container .primary-filters .tab-content .filter-item-title .info-btn{display:inline-block;transform:translate(4px, -2px);cursor:pointer}.container.ds-container .primary-filters .tab-content .filter-item-title .info-btn img{display:inline}.container.ds-container .primary-filters .tab-content .slider-data-explanation{position:relative;clear:both;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-top:18px;margin-left:-5px;margin-right:-5px;margin-bottom:10px}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .slider-data-explanation{padding-top:10px}}.container.ds-container .primary-filters .tab-content .slider-data-explanation .item{position:relative;font-size:16px;letter-spacing:0.5px;line-height:1.2;height:5px;border:1px solid #c4c4c4;border-top:none;text-align:center}@media only screen and (max-width:991px){.container.ds-container .primary-filters .tab-content .slider-data-explanation .item{font-size:14px}}.container.ds-container .primary-filters .tab-content .slider-data-explanation .item span{display:inline-block;transform:translate(0, -6px);padding:0 7px;background:#ffffff;z-index:1}@media only screen and (max-width:991px){.container.ds-container .primary-filters .tab-content .slider-data-explanation .item span{transform:translate(0, -4px)}}.container.ds-container .primary-filters .tab-content .slider-data-explanation .item_clarity{width:77%}@media only screen and (max-width:991px){.container.ds-container .primary-filters .tab-content .slider-data-explanation .item_clarity span{max-width:145px;transform:translate(0, -12px)}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .slider-data-explanation .item_clarity{width:76%}}.container.ds-container .primary-filters .tab-content .slider-data-explanation .item_flawless{width:22%}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .slider-data-explanation .item_flawless{margin-right:-5px;width:25%}}.container.ds-container .primary-filters .tab-content .slider-data-explanation .item_near-colorless{width:57%}.container.ds-container .primary-filters .tab-content .slider-data-explanation .item_colorless{width:42%}.container.ds-container .primary-filters .tab-content .tab-pane#advanced-filters{clear:both}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .tab-pane#advanced-filters{padding-top:80px;margin-top:0}.container.ds-container .primary-filters .tab-content .tab-pane#advanced-filters.fancy-color-on{padding-top:250px;margin-top:0}}.container.ds-container .primary-filters .tab-content .tab-pane#recommended-filters{padding-top:320px;margin-top:-300px;clear:both}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .tab-pane#recommended-filters{padding-top:5px;margin-top:0}}.container.ds-container .primary-filters .tab-content .fluorescence_slider{width:50%;margin-top:15px;padding-left:20px;padding-right:2px}.container.ds-container .primary-filters .tab-content .fluorescence_slider.second{margin-top:0}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .tab-content .fluorescence_slider{padding-right:8px}}@media only screen and (max-width:991px){.container.ds-container .primary-filters .tab-content .fluorescence_slider{padding-right:4px;padding-left:13px}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .fluorescence_slider{width:100%;padding:0 25px}}.container.ds-container .primary-filters .tab-content .total-diamonds-mob{position:absolute;top:10px;left:0;right:0;padding:0 35px;text-align:center;font-size:16px;line-height:1.2}.container.ds-container .primary-filters .tab-content .total-diamonds-mob .counts{font-family:ProximaNovaBold}.container.ds-container .primary-filters .tab-content .total-diamonds-mob .img-wrap{display:flex;align-items:center;justify-content:center;margin:7px 0}.container.ds-container .primary-filters .tab-content .total-diamonds-mob .img-wrap img{margin:0 4px}.container.ds-container .primary-filters .tab-content .provenance-filter{margin:15px 0 0;padding:0 5px;flex:0 0 210px}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .provenance-filter{display:inline-block;padding-left:25px;padding-right:10px}}.container.ds-container .primary-filters .tab-content .provenance-filter .provenance-filter-toggle__checkbox{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;font-size:16px;font-family:ProximaNovaReg;float:left;margin-top:5px}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .provenance-filter .provenance-filter-toggle__checkbox{font-size:14px;letter-spacing:0.44px}}.container.ds-container .primary-filters .tab-content .provenance-filter .provenance-filter-toggle__checkbox span.toggle-icon{position:relative;display:block;width:38px;height:22px;background-color:#F9F9F9;border:1px solid #c4c4c4;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;margin-right:10px;cursor:pointer}.container.ds-container .primary-filters .tab-content .provenance-filter .provenance-filter-toggle__checkbox span.toggle-icon:before{content:'';position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background-color:#C4C4C4;transform:translate(0, 0);transition:transform .15s}.container.ds-container .primary-filters .tab-content .provenance-filter .provenance-filter-toggle__checkbox input[type=checkbox]{display:none;position:absolute;left:-9999px}.container.ds-container .primary-filters .tab-content .provenance-filter .provenance-filter-toggle__checkbox input[type=checkbox]:checked+span.toggle-icon{border-color:#7C7593}.container.ds-container .primary-filters .tab-content .provenance-filter .provenance-filter-toggle__checkbox input[type=checkbox]:checked+span.toggle-icon:before{background-color:#51aceb;transform:translate(15px, 0)}.container.ds-container .primary-filters .tab-content .provenance-filter .provenance-filter-toggle__checkbox .text{margin-right:10px;line-height:1.2}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .provenance-filter .provenance-filter-toggle__checkbox .text a{font-size:14px}}.container.ds-container .primary-filters .tab-content .provenance-filter .provenance-filter-toggle__checkbox img{transform:translate(0, -1px)}.container.ds-container .primary-filters .tab-content .provenance-filter .provenance-filter-toggle .i{float:right;margin-bottom:24px;margin-right:10px}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .provenance-filter .provenance-filter-toggle .i{display:none}}.container.ds-container .primary-filters .tab-content .provenance-filter .provenance-filter-toggle .brilliance-badge__tooltip{opacity:0;visibility:hidden;width:465px;left:490px;top:-125px}.container.ds-container .primary-filters .tab-content .provenance-filter .provenance-filter-toggle .brilliance-badge__tooltip.is-active{opacity:1;visibility:visible}.container.ds-container .primary-filters .tab-content .ideal-cut-filter,.container.ds-container .primary-filters .tab-content .colored-filter{margin:15px 0 0;padding:0 5px;flex:0 0 200px}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .ideal-cut-filter,.container.ds-container .primary-filters .tab-content .colored-filter{margin:10px 0 -15px;display:inline-block;padding-left:25px;padding-right:10px}}.container.ds-container .primary-filters .tab-content .ideal-cut-filter .ideal-cut-filter-toggle__checkbox,.container.ds-container .primary-filters .tab-content .colored-filter .ideal-cut-filter-toggle__checkbox,.container.ds-container .primary-filters .tab-content .ideal-cut-filter .colored-filter-toggle__checkbox,.container.ds-container .primary-filters .tab-content .colored-filter .colored-filter-toggle__checkbox{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;font-size:16px;font-family:ProximaNovaReg}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .ideal-cut-filter .ideal-cut-filter-toggle__checkbox,.container.ds-container .primary-filters .tab-content .colored-filter .ideal-cut-filter-toggle__checkbox,.container.ds-container .primary-filters .tab-content .ideal-cut-filter .colored-filter-toggle__checkbox,.container.ds-container .primary-filters .tab-content .colored-filter .colored-filter-toggle__checkbox{font-size:14px;letter-spacing:0.44px}}.container.ds-container .primary-filters .tab-content .ideal-cut-filter .ideal-cut-filter-toggle__checkbox span.toggle-icon,.container.ds-container .primary-filters .tab-content .colored-filter .ideal-cut-filter-toggle__checkbox span.toggle-icon,.container.ds-container .primary-filters .tab-content .ideal-cut-filter .colored-filter-toggle__checkbox span.toggle-icon,.container.ds-container .primary-filters .tab-content .colored-filter .colored-filter-toggle__checkbox span.toggle-icon{position:relative;display:block;width:38px;height:22px;background-color:#F9F9F9;border:1px solid #c4c4c4;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;margin-right:10px;cursor:pointer}.container.ds-container .primary-filters .tab-content .ideal-cut-filter .ideal-cut-filter-toggle__checkbox span.toggle-icon:before,.container.ds-container .primary-filters .tab-content .colored-filter .ideal-cut-filter-toggle__checkbox span.toggle-icon:before,.container.ds-container .primary-filters .tab-content .ideal-cut-filter .colored-filter-toggle__checkbox span.toggle-icon:before,.container.ds-container .primary-filters .tab-content .colored-filter .colored-filter-toggle__checkbox span.toggle-icon:before{content:'';position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background-color:#C4C4C4;transform:translate(0, 0);transition:transform .15s}.container.ds-container .primary-filters .tab-content .ideal-cut-filter .ideal-cut-filter-toggle__checkbox input[type=checkbox],.container.ds-container .primary-filters .tab-content .colored-filter .ideal-cut-filter-toggle__checkbox input[type=checkbox],.container.ds-container .primary-filters .tab-content .ideal-cut-filter .colored-filter-toggle__checkbox input[type=checkbox],.container.ds-container .primary-filters .tab-content .colored-filter .colored-filter-toggle__checkbox input[type=checkbox]{display:none;position:absolute;left:-9999px}.container.ds-container .primary-filters .tab-content .ideal-cut-filter .ideal-cut-filter-toggle__checkbox input[type=checkbox]:checked+span.toggle-icon,.container.ds-container .primary-filters .tab-content .colored-filter .ideal-cut-filter-toggle__checkbox input[type=checkbox]:checked+span.toggle-icon,.container.ds-container .primary-filters .tab-content .ideal-cut-filter .colored-filter-toggle__checkbox input[type=checkbox]:checked+span.toggle-icon,.container.ds-container .primary-filters .tab-content .colored-filter .colored-filter-toggle__checkbox input[type=checkbox]:checked+span.toggle-icon{border-color:#7C7593}.container.ds-container .primary-filters .tab-content .ideal-cut-filter .ideal-cut-filter-toggle__checkbox input[type=checkbox]:checked+span.toggle-icon:before,.container.ds-container .primary-filters .tab-content .colored-filter .ideal-cut-filter-toggle__checkbox input[type=checkbox]:checked+span.toggle-icon:before,.container.ds-container .primary-filters .tab-content .ideal-cut-filter .colored-filter-toggle__checkbox input[type=checkbox]:checked+span.toggle-icon:before,.container.ds-container .primary-filters .tab-content .colored-filter .colored-filter-toggle__checkbox input[type=checkbox]:checked+span.toggle-icon:before{background-color:#51aceb;transform:translate(15px, 0)}.container.ds-container .primary-filters .tab-content .ideal-cut-filter .ideal-cut-filter-toggle__checkbox .text,.container.ds-container .primary-filters .tab-content .colored-filter .ideal-cut-filter-toggle__checkbox .text,.container.ds-container .primary-filters .tab-content .ideal-cut-filter .colored-filter-toggle__checkbox .text,.container.ds-container .primary-filters .tab-content .colored-filter .colored-filter-toggle__checkbox .text{margin-right:8px;line-height:1.2}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .ideal-cut-filter .ideal-cut-filter-toggle__checkbox .text a,.container.ds-container .primary-filters .tab-content .colored-filter .ideal-cut-filter-toggle__checkbox .text a,.container.ds-container .primary-filters .tab-content .ideal-cut-filter .colored-filter-toggle__checkbox .text a,.container.ds-container .primary-filters .tab-content .colored-filter .colored-filter-toggle__checkbox .text a{font-size:14px}}.container.ds-container .primary-filters .tab-content .ideal-cut-filter .ideal-cut-filter-toggle__checkbox img,.container.ds-container .primary-filters .tab-content .colored-filter .ideal-cut-filter-toggle__checkbox img,.container.ds-container .primary-filters .tab-content .ideal-cut-filter .colored-filter-toggle__checkbox img,.container.ds-container .primary-filters .tab-content .colored-filter .colored-filter-toggle__checkbox img{transform:translate(0, 3px)}.container.ds-container .primary-filters .tab-content .ideal-cut-filter .ideal-cut-filter-toggle .brilliance-badge__tooltip,.container.ds-container .primary-filters .tab-content .colored-filter .ideal-cut-filter-toggle .brilliance-badge__tooltip,.container.ds-container .primary-filters .tab-content .ideal-cut-filter .colored-filter-toggle .brilliance-badge__tooltip,.container.ds-container .primary-filters .tab-content .colored-filter .colored-filter-toggle .brilliance-badge__tooltip{opacity:0;visibility:hidden;width:460px;left:255px;top:-190px}.container.ds-container .primary-filters .tab-content .ideal-cut-filter .ideal-cut-filter-toggle .brilliance-badge__tooltip.is-active,.container.ds-container .primary-filters .tab-content .colored-filter .ideal-cut-filter-toggle .brilliance-badge__tooltip.is-active,.container.ds-container .primary-filters .tab-content .ideal-cut-filter .colored-filter-toggle .brilliance-badge__tooltip.is-active,.container.ds-container .primary-filters .tab-content .colored-filter .colored-filter-toggle .brilliance-badge__tooltip.is-active{opacity:1;visibility:visible}.container.ds-container .primary-filters .tab-content .ideal-cut-filter span.i,.container.ds-container .primary-filters .tab-content .colored-filter span.i{float:left;margin-left:10px;margin-top:0;margin-bottom:20px}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .ideal-cut-filter span.i,.container.ds-container .primary-filters .tab-content .colored-filter span.i{display:none}}.container.ds-container .primary-filters .tab-content .ideal-cut-filter.plus{flex:0 0 235px}.container.ds-container .primary-filters .tab-content .ideal-cut-filter.plus .ideal-cut-filter-toggle__checkbox img{transform:translate(0, -3px)}.container.ds-container .primary-filters .tab-content .ideal-cut-filter.plus .ideal-cut-filter-toggle .brilliance-badge__tooltip{opacity:0;visibility:hidden;width:465px;left:90px;top:-315px}.container.ds-container .primary-filters .tab-content .ideal-cut-filter.plus .ideal-cut-filter-toggle .brilliance-badge__tooltip.is-active{opacity:1;visibility:visible}.container.ds-container .primary-filters .tab-content .ideal-cut-filter.plus .i{margin-bottom:10px}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .ideal-cut-filter.plus .i{display:none}}.container.ds-container .primary-filters .tab-content .colored-filter{flex:0 0 170px}.container.ds-container .primary-filters .tab-content .colored-filter .colored-filter-toggle__checkbox img{transform:none}.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper{display:block;width:auto}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper{padding:0;margin-top:0}}.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle{padding-top:0;margin-top:15px}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle{position:absolute;top:60px;left:0;right:0;padding-top:10px;margin-top:0}}.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;font-size:16px;font-family:ProximaNovaReg}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox{position:relative;width:100%;max-width:320px;margin:0 auto}.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox img{display:none}}.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox span.toggle-icon{position:relative;display:block;width:38px;height:22px;background-color:#F9F9F9;border:1px solid #c4c4c4;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;margin-right:10px;cursor:pointer}.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox span.toggle-icon:before{content:'';position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background-color:#C4C4C4;transform:translate(0, 0);transition:transform .15s}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox span.toggle-icon{margin:0;width:100%;height:35px;border-color:#51aceb;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px;overflow:hidden}.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox span.toggle-icon:before{width:50%;height:auto;background-color:#51aceb;top:0;bottom:0;left:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;transition:none}}.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox input[type=checkbox]{display:none;position:absolute;left:-9999px}.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox input[type=checkbox]:checked+span.toggle-icon{border-color:#7C7593}.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox input[type=checkbox]:checked+span.toggle-icon:before{background-color:#51aceb;transform:translate(15px, 0)}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox input[type=checkbox]:checked+span.toggle-icon{border-color:#51aceb}.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox input[type=checkbox]:checked+span.toggle-icon:before{background-color:#51aceb;transform:translate(100%, 0)}.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox input[type=checkbox]:not(:checked)+span.toggle-icon+.text .d{color:#ffffff}.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox input[type=checkbox]:checked+span.toggle-icon+.text .cd{color:#ffffff}}.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox .text{margin-right:8px}.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox .text .d{display:none}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox .text{position:absolute;top:50%;transform:translate(0, -50%);left:0;right:0;display:flex;flex-direction:row;justify-content:center;margin:0}.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox .text span{width:50%;text-align:center;font-size:14px;line-height:17px}.container.ds-container .primary-filters .tab-content .lab-grown-filter-wrapper .lab-grown-filter-toggle__checkbox .text .d{display:inline}}.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container{display:none;flex-direction:row;flex-wrap:wrap;width:100%}.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container.is-active{display:flex}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container{flex-direction:column;padding-left:32px;padding-right:32px}}.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .colored-diamonds-filter,.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .intensity-filters{width:50%}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .colored-diamonds-filter,.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .intensity-filters{width:100%}}.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .intensity-filters{padding-left:20px;padding-right:2px}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .intensity-filters{padding:0}.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .intensity-filters h2{margin-top:5px;margin-bottom:30px}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .colored-diamonds-filter{position:absolute;top:105px;left:25px;right:25px;width:auto}}.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .colored-diamonds-filter h2{text-transform:uppercase;margin-top:15px;margin-bottom:5px;color:#413F41;font-family:HaboroContrast-NormBook;font-size:16px;letter-spacing:0.5px;line-height:20px}.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .fancy-color-filters{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .fancy-color-filters{position:relative;justify-content:space-between;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}}.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .fancy-color-filters__item{position:relative;display:block;width:80px;border:1px solid #e8e8e8;background:#ffffff;margin-right:13px;cursor:pointer}.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .fancy-color-filters__item:last-child{margin-right:0}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .fancy-color-filters__item{position:static;width:90px;margin:5px}.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .fancy-color-filters__item:last-child{margin:5px}}.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .fancy-color-filters__item img{max-width:100%;width:55px;margin:0 auto}.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .fancy-color-filters__item span{position:absolute;top:100%;left:0;right:0;text-align:center;font-size:14px;letter-spacing:0.44px;line-height:1.2;color:#45357B;transform:translate(0, 5px);opacity:0}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .fancy-color-filters__item span{top:-30px;left:130px;right:auto;font-size:16px;text-align:left}}.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .fancy-color-filters__item:hover{border-color:#51aceb}.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .fancy-color-filters__item:hover span{opacity:1}.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .fancy-color-filters__item.is-selected{border-color:#51aceb}.container.ds-container .primary-filters .tab-content .colored-diamonds-filter-container .fancy-color-filters__item.is-selected span{opacity:1}.container.ds-container .primary-filters .tab-content #advanced-filters #cut_slider_div.row{padding-left:26px;padding-right:26px}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #advanced-filters #cut_slider_div.row{padding:0 35px}}.container.ds-container .primary-filters .tab-content #advanced-filters #cut_slider_div.is-disabled{opacity:0.4;pointer-events:none;filter:grayscale(1)}.container.ds-container .primary-filters .tab-content #advanced-filters #color_slider_div.is-disabled{opacity:0.4;pointer-events:none;filter:grayscale(1)}.container.ds-container .primary-filters .tab-content #advanced-filters #diamond_shapes.is-disabled{opacity:0.4;pointer-events:none;filter:grayscale(1)}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #advanced-filters .is-disabled{display:none !important}}.container.ds-container .primary-filters .tab-content #advanced-filters .space-align{padding-top:15px}.container.ds-container .primary-filters .tab-content #advanced-filters .space-align_carat{padding-top:0}.container.ds-container .primary-filters .tab-content #advanced-filters .space-align_carat .filter-item-title{transform:translateY(15px)}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #advanced-filters .space-align{padding-top:20px !important}.container.ds-container .primary-filters .tab-content #advanced-filters .space-align.symmetry_slider{padding-top:0 !important}.container.ds-container .primary-filters .tab-content #advanced-filters .space-align_carat{padding-top:0 !important}.container.ds-container .primary-filters .tab-content #advanced-filters .space-align_carat .filter-item-title{transform:none}}.container.ds-container .primary-filters .tab-content #advanced-filters #advanced_search_block .space-align{padding-top:0}.container.ds-container .primary-filters .tab-content #advanced-filters #advanced_search_block.round-search .space-align{padding-top:36px}.container.ds-container .primary-filters .tab-content #advanced-filters>.clearfix{width:0}.container.ds-container .primary-filters .tab-content #advanced-filters>.row{width:48%}.container.ds-container .primary-filters .tab-content #advanced-filters>.row:nth-child(even){padding-right:8px}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .tab-content #advanced-filters>.row:nth-child(even){padding-right:14px}}@media only screen and (max-width:991px){.container.ds-container .primary-filters .tab-content #advanced-filters>.row:nth-child(even){padding-right:7px;padding-left:16px}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #advanced-filters>.row:nth-child(even){padding:0 35px;margin-top:15px}}.container.ds-container .primary-filters .tab-content #advanced-filters>.row:nth-child(odd).search-block{margin:0 auto}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #advanced-filters>.row:nth-child(odd).search-block{margin-top:25px}}.container.ds-container .primary-filters .tab-content #advanced-filters>.row:nth-child(odd).search-block input{max-width:100%}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .tab-content #advanced-filters>.row:nth-child(odd){padding-left:4px}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #advanced-filters>.row:nth-child(odd){margin-top:25px;padding:0 35px}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #advanced-filters>.row{width:100%}.container.ds-container .primary-filters .tab-content #advanced-filters>.row.shape{padding:0 25px}}.container.ds-container .primary-filters .tab-content #advanced-filters .selected-shape-text{text-transform:uppercase}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #advanced-filters .selected-shape-text{display:block;margin-top:16px}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #advanced-filters .col-md-12 .slider-name{margin-top:5px;margin-bottom:30px}.container.ds-container .primary-filters .tab-content #advanced-filters .col-md-12.text-center.pb10>b{display:block;margin-top:5px;margin-bottom:30px}.container.ds-container .primary-filters .tab-content #advanced-filters #advanced_search_block .col-md-12.text-center.pb10>b{display:block;margin:0}.container.ds-container .primary-filters .tab-content #advanced-filters ol.slider_pipes{margin-bottom:0}.container.ds-container .primary-filters .tab-content #advanced-filters .slider_values{position:relative;top:-33px}.container.ds-container .primary-filters .tab-content #advanced-filters #advanced_search_block .slider-wrap{padding-bottom:0}.container.ds-container .primary-filters .tab-content #advanced-filters #advanced_search_block .slider-wrap .slider-data{padding:0}.container.ds-container .primary-filters .tab-content #advanced-filters #advanced_search_block .panel-body>div>div{margin-top:20px;margin-left:0;margin-right:0;padding-left:32px;padding-right:32px}.container.ds-container .primary-filters .tab-content #advanced-filters #advanced_search_block .ratio_slider{margin-top:5px}.container.ds-container .primary-filters .tab-content #advanced-filters #advanced_search_block .table_slider{margin-top:13px}.container.ds-container .primary-filters .tab-content #advanced-filters #advanced_search_block .depth_slider{margin-top:13px}.container.ds-container .primary-filters .tab-content #advanced-filters #advanced_search_block .search-block{margin-top:20px}}@media only screen and (max-width:767px) and only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #advanced-filters .slider_values span{font-size:14px}}@media only screen and (max-width:767px) and only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #advanced-filters #advanced_search_block .panel-body>div>div.polish_slider{margin-top:0}}@media (max-width:345px){.container.ds-container .primary-filters .tab-content #advanced-filters .slider-data .col-md-2{display:none}}.container.ds-container .primary-filters .tab-content #advanced-filters .search-block{position:absolute;top:12px;right:200px}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .tab-content #advanced-filters .search-block{position:relative;top:auto;right:auto;width:100%}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #advanced-filters .search-block{padding:15px 35px 0 35px}}.container.ds-container .primary-filters .tab-content #advanced-filters .search-block .input-box{margin:0;display:flex;align-items:center;justify-content:flex-end}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #advanced-filters .search-block .input-box{display:block}}.container.ds-container .primary-filters .tab-content #advanced-filters .search-block .input-box h1.search_by{margin-bottom:0;margin-right:15px;text-transform:capitalize}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #advanced-filters .search-block .input-box h1.search_by{margin:0 0 10px;text-transform:uppercase}}.container.ds-container .primary-filters .tab-content #advanced-filters .search-block .input-box input{max-width:100%}.container.ds-container .primary-filters .tab-content #advanced-filters .panel-heading{padding-top:20px}.container.ds-container .primary-filters .tab-content #recommended-filters>.row{width:33%}.container.ds-container .primary-filters .tab-content #recommended-filters>.row:nth-child(1),.container.ds-container .primary-filters .tab-content #recommended-filters>.row:nth-child(2){border-right:1px solid #e8e8e8}@media (max-width:1024px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row:nth-child(1),.container.ds-container .primary-filters .tab-content #recommended-filters>.row:nth-child(2){border:none;padding:0 25px}}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.shapes-rosi h2,.container.ds-container .primary-filters .tab-content #recommended-filters>.row.price-rosi h2,.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi h2{margin-left:30%;position:relative}@media (max-width:1024px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.shapes-rosi h2,.container.ds-container .primary-filters .tab-content #recommended-filters>.row.price-rosi h2,.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi h2{margin-left:42%}}@media only screen and (max-width:991px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.shapes-rosi h2,.container.ds-container .primary-filters .tab-content #recommended-filters>.row.price-rosi h2,.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi h2{margin-left:39%}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.shapes-rosi h2,.container.ds-container .primary-filters .tab-content #recommended-filters>.row.price-rosi h2,.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi h2{margin-left:20px}}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.shapes-rosi h2:before,.container.ds-container .primary-filters .tab-content #recommended-filters>.row.price-rosi h2:before,.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi h2:before{content:'2';position:absolute;left:-20px;top:-3px;display:block;height:26px;width:12px;color:#413F41;font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:1px;line-height:26px;text-align:center}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.price-rosi .rangeslider__handle{width:16px;height:16px;top:-7px;box-shadow:none}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.price-rosi .rangeslider{background:#F1F1F1;height:3px;box-shadow:none}@media (max-width:1024px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.price-rosi{margin-top:50px;border-top:1px solid #e8e8e8}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.price-rosi{margin-top:25px}}@media (max-width:360px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.price-rosi .price-rosi_icon{left:50%;width:125px;transform:translate(-50%, 0);text-align:left;justify-content:flex-start;padding-left:23px}}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.shapes-rosi h2{margin-left:33%}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.shapes-rosi h2:before{content:'1'}@media (max-width:1024px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.shapes-rosi h2{margin-left:43%}}@media only screen and (max-width:991px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.shapes-rosi h2{margin-left:41%}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.shapes-rosi h2{margin-left:20px}}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.shapes-rosi .selected-shape-text{color:#51aceb;font-family:"ProximaNovaReg";font-size:16px;letter-spacing:0.5px;line-height:19px;margin:15px auto 0;width:100%;text-align:center}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.shapes-rosi .selected-shape-rosi-text{display:none;color:#51aceb;font-family:"ProximaNovaReg";font-size:16px;letter-spacing:0.5px;line-height:19px;margin:15px auto 0;width:100%;text-align:center;float:left}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.shapes-rosi .selected-shape-rosi-text{display:block;position:absolute;right:0;text-align:right;padding-right:45px}}@media (max-width:1024px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi{margin-top:80px;border-top:1px solid #e8e8e8}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi{margin-top:55px}}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi h2{margin-left:24%;margin-bottom:0}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi h2:before{content:'3'}@media (max-width:1024px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi h2{margin-left:40%}}@media only screen and (max-width:991px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi h2{margin-left:37%}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi h2{margin-left:20px}}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference{width:100%;display:flex;flex-direction:column;align-items:center;position:relative}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference div{display:none;position:absolute;padding:22px 25px 11px 28px;left:-195px;border-radius:10px;background-color:#F9F9F9;box-shadow:0 2px 4px 1px rgba(0,0,0,0.1);max-width:271px;z-index:10}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference div p{color:#413F41;font-family:"ProximaNovaReg";font-size:14px;font-weight:bold;letter-spacing:0.44px;line-height:17px}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference div.value-popup{top:-55px}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference div.size-popup{top:14px}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference div.quality-popup{top:110px}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference div{display:none !important}}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference>button{position:relative;margin-right:0;margin-top:13px;border:1px solid #7c7593;border-radius:10px;background-color:#FFFFFF;height:36px;width:160px;color:#413F41;font-family:"ProximaNovaReg";font-size:16px;letter-spacing:0.5px;line-height:19px}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference>button span{color:inherit}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference>button span{position:relative}}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference>button.active{background:#51aceb;color:#FFFFFF;box-shadow:none}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference>button.active span:before{position:absolute;content:'';left:15px;top:12px;height:11px;width:14px;background:url("../../frontend/Rockher/Winter/en_US/default/images/diamondsearch/Path.svg") no-repeat center center}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference>button.active span:before{left:-17px;top:4px}}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference>button:hover{background:#7C7593;color:#fff}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference>button:hover+div{display:block}@media (max-width:1024px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference>button{margin-right:15px}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference>button{margin-right:10px}}@media (max-width:1024px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference>button:nth-child(5){margin-right:0}}@media (max-width:1024px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .btn-preference{flex-direction:row;justify-content:center}}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi span{color:#413F41;font-family:"ProximaNovaReg";font-size:16px;letter-spacing:0.5px;line-height:19px;text-align:center}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi span{margin-top:15px}}@media (max-width:1024px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .preference-tooltip-wrapper{display:flex;flex-direction:column}}@media (max-width:1024px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .preference-tooltip-wrapper h2{margin-bottom:7px;width:195px}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.preference-rosi .preference-tooltip-wrapper{flex-direction:row;justify-content:space-between;padding-left:10px}}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.see-diamonds{width:100%;margin-top:37px;padding:20px 0 15px;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;align-items:center}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.see-diamonds>div{width:auto}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.see-diamonds>div{width:100%;text-align:center}}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.see-diamonds p{font-family:"ProximaNovaBold";font-size:16px;letter-spacing:0.5px;line-height:19px;max-width:320px}@media (max-width:1024px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.see-diamonds p{color:#fff}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.see-diamonds p{display:none}}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.see-diamonds:before,.container.ds-container .primary-filters .tab-content #recommended-filters>.row.see-diamonds:after{display:none}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.see-diamonds{align-items:center;flex-direction:column-reverse;border-bottom:none;padding:15px 0 5px;position:absolute;bottom:0}}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.see-diamonds .rosi-wrapper p{display:none}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.see-diamonds .rosi-wrapper p{color:#413F41;margin:0 auto 10px}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row.see-diamonds .rosi-wrapper{position:absolute;top:-50px}.container.ds-container .primary-filters .tab-content #recommended-filters>.row.see-diamonds .rosi-wrapper .learn-more-link-wrap{display:none}}@media (max-width:1024px){.container.ds-container .primary-filters .tab-content #recommended-filters>.row{width:100%}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #recommended-filters .price_budget_cover{padding-top:40px}.container.ds-container .primary-filters .tab-content #recommended-filters .price_budget_cover input#price_budget.price_budget_wrapper{top:45px}.container.ds-container .primary-filters .tab-content #recommended-filters .price_budget_cover .price-rosi_icon{top:94px}.container.ds-container .primary-filters .tab-content #recommended-filters .price_budget_cover #rosi_slider{top:-15px}}@media (max-width:1024px){.container.ds-container .primary-filters .tab-content{padding:0 25px;border-bottom:1px solid #e8e8e8}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content{border:none}}.container.ds-container .primary-filters .tab-content .checkbox-like-in-ios{position:absolute;top:-40px}.container.ds-container .primary-filters .tab-content .list-grid-wrap .left,.container.ds-container .primary-filters .tab-content .list-grid-wrap .right{font-size:14px;line-height:1.2;color:#413F41;margin:0;letter-spacing:0.5px}.container.ds-container .primary-filters .tab-content .list-grid-wrap.checkbox-like-in-ios{top:-36px;right:10px}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .list-grid-wrap.checkbox-like-in-ios{top:-97px;right:15px}}.container.ds-container .primary-filters .tab-content .list-view .list-grid-wrap.checkbox-like-in-ios,.container.ds-container .primary-filters .tab-content .grid-view .list-grid-wrap.checkbox-like-in-ios{padding:0;width:90px;min-width:inherit}.container.ds-container .primary-filters .tab-content .list-view .list-grid-wrap.checkbox-like-in-ios input[type="checkbox"]+label::before,.container.ds-container .primary-filters .tab-content .grid-view .list-grid-wrap.checkbox-like-in-ios input[type="checkbox"]+label::before{content:'';position:absolute;width:30px;height:16px;border:1px solid #7c7593;background:#fff;border-radius:10px;top:1px;left:-4px}.container.ds-container .primary-filters .tab-content .list-view .list-grid-wrap.checkbox-like-in-ios input[type="checkbox"]+label::after,.container.ds-container .primary-filters .tab-content .grid-view .list-grid-wrap.checkbox-like-in-ios input[type="checkbox"]+label::after{content:'';position:absolute;display:block;background:#51aceb;width:10px;height:10px;border-radius:50%;top:4px;left:0;transition:.2s ease-in}.container.ds-container .primary-filters .tab-content .list-view .list-grid-wrap .left{color:#51aceb}.container.ds-container .primary-filters .tab-content .list-view .list-grid-wrap.checkbox-like-in-ios.is-toggled input[type="checkbox"]+label::after{left:12px}.container.ds-container .primary-filters .tab-content .grid-view .list-grid-wrap .right{color:#51aceb}.container.ds-container .primary-filters .tab-content .grid-view .list-grid-wrap.checkbox-like-in-ios{top:-38px}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .grid-view .list-grid-wrap.checkbox-like-in-ios{top:-99px}}.container.ds-container .primary-filters .tab-content .grid-view .list-grid-wrap.checkbox-like-in-ios input[type="checkbox"]+label::after{left:12px}.container.ds-container .primary-filters .tab-content .grid-view .list-grid-wrap.checkbox-like-in-ios.is-toggled input[type="checkbox"]+label::after{left:0}.container.ds-container .primary-filters .tab-content .header-results-table>div.header-compare{width:9%;justify-content:flex-start;padding-left:15px}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .tab-content .header-results-table>div.header-compare{width:14%;padding-left:40px}}.container.ds-container .primary-filters .tab-content .header-results-table>div.header-compare .rosi-hint{margin-left:4px;cursor:pointer}.container.ds-container .primary-filters .tab-content .header-results-table>div.header-compare .sparkle-icon{position:absolute;top:13px;left:32px;width:38px;height:36px}.container.ds-container .primary-filters .tab-content .header-results-table>div.header-compare .sparkle-icon i.icon:before{content:'';display:block;width:38px;height:36px;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_brilliance-badge.svg);background-repeat:no-repeat}.container.ds-container .primary-filters .tab-content .header-results-table>div.header-cut{width:12%}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .tab-content .header-results-table>div.header-cut{width:16%}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .header-results-table>div.header-cut{width:21%}}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .tab-content .header-results-table>div.header-price{width:14%}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .header-results-table>div.header-price{width:12%}}.ios .container.ds-container .primary-filters .tab-content #search-result-container,.ios .container.ds-container .primary-filters .tab-content #search-result-container-recommended{-webkit-overflow-scrolling:touch;overflow-scrolling:touch}.ios .container.ds-container .primary-filters .tab-content #search-result-container.scroll-auto,.ios .container.ds-container .primary-filters .tab-content #search-result-container-recommended.scroll-auto{-webkit-overflow-scrolling:auto;overflow-scrolling:auto}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .header-results-table{background:#7c7593}.container.ds-container .primary-filters .tab-content .header-results-table .sortable{color:#ffffff}.container.ds-container .primary-filters .tab-content .header-results-table .sortable span{font-weight:normal;font-family:ProximaNovaBold;color:#ffffff}}.container.ds-container .primary-filters .tab-content .search-result-container.overflowHidden{overflow:hidden;visibility:hidden;opacity:0;pointer-events:none}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content .search-result-container .item.rosi-recommended.active .rosi-hint .hint-text{visibility:visible;opacity:1}}.container.ds-container .primary-filters .tab-content #search-result-container{position:relative;overflow:visible;max-height:none;border-right:1px solid #e8e8e8}.container.ds-container .primary-filters .tab-content #search-result-container.no-events{pointer-events:none}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #search-result-container{max-height:inherit;overflow:visible}}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .sparkle-icon,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .sparkle-icon{position:absolute;top:13px;left:32px;width:38px;height:36px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .sparkle-icon i.icon:before,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .sparkle-icon i.icon:before{content:'';display:block;width:38px;height:36px;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_brilliance-badge.svg);background-repeat:no-repeat}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .sparkle-icon.idealplus i.icon:before,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .sparkle-icon.idealplus i.icon:before{content:'';display:block;width:30px;height:30px;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_brilliance-badge_yellow.png);background-repeat:no-repeat;background-size:contain;transform:translate(0px, -3px)}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .compare-wrap,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .compare-wrap{padding-left:73px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .compare-wrap .rosi-rec-text,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .compare-wrap .rosi-rec-text{position:absolute;top:50%;left:112px;transform:translate(10px, -50%);width:330px;padding:12px 17px;font-family:ProximaNovaSBold;font-size:14px;letter-spacing:0.44px;line-height:1.2;text-align:left;background:#ffffff;box-shadow:0 2px 4px 1px rgba(0,0,0,0.1);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;white-space:normal;opacity:0;visibility:hidden;transition:transform .2s ease-in;z-index:10}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .compare-wrap .rosi-rec-text:before,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .compare-wrap .rosi-rec-text:before,.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .compare-wrap .rosi-rec-text:after,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .compare-wrap .rosi-rec-text:after{content:'';position:absolute;width:0;height:0;border-top:10px solid transparent;border-right:10px solid #fff;border-bottom:10px solid transparent;top:50%;left:-10px;margin-top:-10px;z-index:2}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .compare-wrap .rosi-rec-text:after,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .compare-wrap .rosi-rec-text:after{border-right:11px solid #e8e8e8;transform:translate(-1px, 0);z-index:1}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .compare-wrap .rosi-rec-img:hover+.rosi-rec-text,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .compare-wrap .rosi-rec-img:hover+.rosi-rec-text{opacity:1;visibility:visible;transform:translate(0, -50%)}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item.rosi-recommended,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item.rosi-recommended{background:#fff4f8}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item.rosi-recommended+.rosi-recommended,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item.rosi-recommended+.rosi-recommended{border-top:none}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item{transition:background-color .5s}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item.blink,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item.blink{background-color:#f9f9f9}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .price,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .price{width:12%}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .fluorescence,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .fluorescence{width:21%}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item.active,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item.active{background:#ffffff;border-bottom-color:transparent}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item.active:after,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item.active:after{transform:rotate(180deg)}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item.rosi-recommended,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item.rosi-recommended{background-color:#fff4f8}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item.rosi-recommended+.diamond-information-mobile,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item.rosi-recommended+.diamond-information-mobile{border:2px solid #eac4d3}}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .icon360,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .icon360{position:absolute;width:22px;height:20px;background-image:url(../../frontend/Rockher/Winter/en_US/images/360VidDesktop.svg);background-repeat:no-repeat;top:50%;left:78px;transform:translate(0, -50%);margin-top:3px}@media only screen and (max-width:1440px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .icon360,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .icon360{left:86px}}@media only screen and (max-width:1200px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .icon360,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .icon360{left:55px}}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .icon360,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .icon360{left:115px}}@media only screen and (max-width:991px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .icon360,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .icon360{left:83px}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .icon360,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .icon360{display:none}}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .totalprice,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .totalprice{font-family:ProximaNovaBold;color:#be883e}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .price_special .totalprice,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .price_special .totalprice{display:block;line-height:1}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .price_special .totalprice,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .price_special .totalprice{letter-spacing:0.38px}}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .price_special .totalprice_special,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .price_special .totalprice_special{color:#636363;text-decoration:line-through;font-family:ProximaNovaReg;font-weight:normal;font-size:13px;margin-top:3px}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.list-view .item .price_special .totalprice_special,.container.ds-container .primary-filters .tab-content #search-result-container.list-view .item .price_special .totalprice_special{font-size:12px}}@media only screen and (max-width:991px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view{margin-top:0;padding-top:0}}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .totalprice,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .totalprice{font-family:ProximaNovaBold;color:#51aceb}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .totalprice .price,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .totalprice .price{float:none}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .price_special .totalprice,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .price_special .totalprice{display:block;line-height:1}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .price_special .totalprice .price,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .price_special .totalprice .price{float:none}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .price_special .totalprice_special,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .price_special .totalprice_special{color:#636363;text-decoration:line-through;font-family:ProximaNovaReg;font-weight:normal;font-size:14px;margin-top:3px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more{position:relative;display:block}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more_fancycolor:before,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more_fancycolor:before,.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more_fancycolor:after,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more_fancycolor:after{content:'';position:absolute;bottom:15px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more_fancycolor:before,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more_fancycolor:before{left:10px;width:32px;height:30px;background-image:url(../../frontend/Rockher/Winter/en_US/images/360VidDesktop.svg);background-size:contain;background-repeat:no-repeat;z-index:1}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more_fancycolor:after,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more_fancycolor:after{right:10px;width:32px;height:32px;background-image:url(../../frontend/Rockher/Winter/en_US/dsearch/image/icon_btnPlayVideo.svg);background-size:contain;z-index:1}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more .diamond-video-loader,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more .diamond-video-loader{display:none}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more .diamond-video-loader,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more .diamond-video-loader{position:absolute;top:50%;left:50%;margin-top:-15px;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,0.45);z-index:2}}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more .diamond-video-block,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more .diamond-video-block{position:relative;width:100%;min-height:275px;z-index:5}}@media only screen and (max-width:991px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more .diamond-video-block,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more .diamond-video-block{min-height:262px}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more .diamond-video-block,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more .diamond-video-block{min-height:275px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more .diamond-video-block.mp4-video,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more .diamond-video-block.mp4-video{min-height:auto}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more .diamond-video-block.threesixty,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more .diamond-video-block.threesixty{min-height:300px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more .diamond-video-block.threesixty .threesixty_images img,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more .diamond-video-block.threesixty .threesixty_images img{top:-50px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more .diamond-video-block .spinner,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more .diamond-video-block .spinner{position:absolute;top:50%;margin-top:-35px !important;left:50%;margin-left:-30px}}@media (max-width:340px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more .diamond-video-block,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more .diamond-video-block{min-height:245px}}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more.diamond-video-block_hk-wrapper,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more.diamond-video-block_hk-wrapper{position:relative}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more.diamond-video-block_hk-wrapper,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more.diamond-video-block_hk-wrapper{display:block;height:250px;overflow:hidden;margin-bottom:10px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more.diamond-video-block_hk-wrapper .diamond-video-block_hk,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more.diamond-video-block_hk-wrapper .diamond-video-block_hk{position:relative;zoom:1.2;width:100%;height:257px}}@media only screen and (max-width:991px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more.diamond-video-block_hk-wrapper,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more.diamond-video-block_hk-wrapper{height:262px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more.diamond-video-block_hk-wrapper .diamond-video-block_hk,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more.diamond-video-block_hk-wrapper .diamond-video-block_hk{height:268px}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more.diamond-video-block_hk-wrapper,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more.diamond-video-block_hk-wrapper{height:278px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more.diamond-video-block_hk-wrapper .diamond-video-block_hk,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more.diamond-video-block_hk-wrapper .diamond-video-block_hk{min-height:280px}}@media (max-width:340px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more.diamond-video-block_hk-wrapper,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more.diamond-video-block_hk-wrapper{height:245px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more.diamond-video-block_hk-wrapper .diamond-video-block_hk,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more.diamond-video-block_hk-wrapper .diamond-video-block_hk{min-height:255px}}@media only screen and (max-width:1200px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item{border:none;padding-left:5px;padding-right:5px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item img,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item img{display:block;width:100%;height:auto;max-width:350px;margin:0 auto 10px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item img.example-image,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item img.example-image{max-width:250px;height:250px;width:auto}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item+.diamond-information-mobile,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item+.diamond-information-mobile,.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item+.diamond-information-mobile+.diamond-information-mobile,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item+.diamond-information-mobile+.diamond-information-mobile{display:none !important}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item.rosi-recommended,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item.rosi-recommended{background:#ffffff;position:relative}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .helper-container,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .helper-container{float:left;font-size:16px;height:auto;margin-bottom:5px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .price,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .price{float:right;margin:0;text-align:right}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-viewer-notice,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-viewer-notice{position:relative;clear:both;margin-bottom:12px;font-family:ProximaNovaRegIt;padding-left:30px;font-size:16px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-viewer-notice:before,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-viewer-notice:before{content:'';width:20px;height:14px;position:absolute;top:6px;left:0;background:url(../../frontend/Rockher/Winter/en_US/images/Eye.svg);background-repeat:no-repeat}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .desktop-addtocart,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .desktop-addtocart{display:block;clear:both;padding-top:10px;margin-top:-10px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .add-to-cart-buttons,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .add-to-cart-buttons{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:15px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .add-to-cart-buttons .button,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .add-to-cart-buttons .button{width:165px;height:45px;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;background:#51aceb;font-size:14px;font-family:ProximaNovaBold;letter-spacing:1.5px;padding:0;line-height:45px;color:#fff}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .add-to-cart-buttons .button:focus,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .add-to-cart-buttons .button:focus,.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .add-to-cart-buttons .button:active,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .add-to-cart-buttons .button:active,.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .add-to-cart-buttons .button:visited,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .add-to-cart-buttons .button:visited{color:#fff}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .add-to-cart-buttons .button.btn-bag,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .add-to-cart-buttons .button.btn-bag{border:2px solid #51aceb;background:#ffffff;color:#51aceb;line-height:1}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-view-more,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-view-more{float:right;font-size:14px;font-family:ProximaNovaBold;color:#51aceb;letter-spacing:0.44px}}@media only screen and (max-width:1200px) and only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-view-more,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-view-more{display:block;float:none;text-align:center;font-size:16px}}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item{padding-left:52px;padding-right:52px}}@media only screen and (max-width:991px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item{padding-left:5px;padding-right:5px}}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .helper-container .param-item,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .helper-container .param-item{display:inline-block}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .compare-wrap,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .compare-wrap{left:5px}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .compare-wrap,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .compare-wrap{padding-left:52px;display:none}}@media only screen and (max-width:991px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .compare-wrap,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .compare-wrap{padding-left:0}}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .compare-wrap label:after,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .compare-wrap label:after{content:'Compare';font-size:14px;font-family:ProximaNovaBold;color:#51aceb;letter-spacing:0.44px;margin-left:28px}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .compare-wrap,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .compare-wrap{display:none}}@media only screen and (max-width:767px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item{float:none;width:100%;max-width:360px;margin:0 auto;padding:20px 5px;border-bottom:1px solid #e8e8e8;border-radius:0;transition:background-color .5s;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .desktop-addtocart,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .desktop-addtocart{display:none}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more-wrap,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more-wrap{position:relative;display:block;flex:0 0 160px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more-wrap .video-caption,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more-wrap .video-caption{position:absolute;top:100%;left:0;right:0;text-align:center}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more{display:block;flex:0 0 160px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more img,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more img{max-width:100%;margin-bottom:0}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more .diamond-video-block.threesixty,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more .diamond-video-block.threesixty{min-height:130px;height:160px !important;overflow:hidden}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more .diamond-video-block.threesixty .threesixty_images img,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more .diamond-video-block.threesixty .threesixty_images img{top:0}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more .diamond-sample_iframe,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more .diamond-sample_iframe{height:130px !important;min-height:130px;display:block !important}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more.diamond-video-block_hk-wrapper,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more.diamond-video-block_hk-wrapper{height:160px;margin-bottom:0}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-more.diamond-video-block_hk-wrapper .diamond-video-block_hk,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-more.diamond-video-block_hk-wrapper .diamond-video-block_hk{min-height:250px;zoom:1}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .example-image-wrap,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .example-image-wrap{display:block;flex:0 0 160px;display:flex;flex-direction:column}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .example-image-wrap img.example-image,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .example-image-wrap img.example-image{width:auto;max-width:100%;height:125px;margin-bottom:0}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .example-image-wrap span,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .example-image-wrap span{display:block;font-size:12px;text-align:center;margin:0}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .helper-container,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .helper-container{padding:5px 0 5px 15px;float:none;width:100%;margin-bottom:0;display:flex;flex-direction:column}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .helper-container.gia-report-wrap,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .helper-container.gia-report-wrap{padding-top:0;padding-bottom:0;margin-top:-5px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .helper-container .param-item,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .helper-container .param-item{position:relative;float:none;display:block;font-size:14px;line-height:1.25;margin:3px 0;padding-left:60px;color:#413f41;text-align:left}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .helper-container .param-item:before,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .helper-container .param-item:before{content:attr(data-label) '';position:absolute;left:0;font-weight:normal;font-size:14px;color:#7C7593}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .helper-container .param-item .origin,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .helper-container .param-item .origin{display:block;font-family:ProximaNovaReg}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .helper-container .param-item .origin__flag,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .helper-container .param-item .origin__flag{display:inline;width:16px;height:16px;transform:translate(0, -2px);margin:0;margin-right:5px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .helper-container .param-item.gia-report img,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .helper-container .param-item.gia-report img{margin:0;width:54px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .helper-container .param-item.gia-report span,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .helper-container .param-item.gia-report span{display:inline-block;font-family:ProximaNovaReg;font-size:14px;color:#51aceb}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .helper-container .totalprice,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .helper-container .totalprice{display:block;font-family:ProximaNovaBold;font-size:14px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .helper-container .totalprice_special,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .helper-container .totalprice_special{font-family:ProximaNovaReg}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-view-more,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-view-more{display:none}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .diamond-viewer-notice,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .diamond-viewer-notice{display:none}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item.blink,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item.blink{background-color:#f9f9f9}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item.rosi-recommended,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item.rosi-recommended{background:#fff4f8;border:2px solid #eac4d3;max-width:375px;padding:60px 15px 20px}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item.rosi-recommended+.rosi-recommended,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item.rosi-recommended+.rosi-recommended{border-top:none}.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item.rosi-recommended:after,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item.rosi-recommended:after{position:absolute;top:0;left:27%;display:block;width:162px;height:20px;background:#EAC4D3;color:#fff;text-align:center}}@media (max-width:360px){.container.ds-container .primary-filters .tab-content #search-result-container-recommended.grid-view .item .helper-container,.container.ds-container .primary-filters .tab-content #search-result-container.grid-view .item .helper-container{max-width:230px;white-space:normal;text-align:left;line-height:1.2}}.container.ds-container .primary-filters .diamonds-search-result-wrapper{padding-left:0;margin-top:-15px}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .diamonds-search-result-wrapper{clear:both;margin-top:0;z-index:auto}}@media (max-width:1024px){.container.ds-container .primary-filters .diamonds-search-result-wrapper .tab-content{padding:0;border-bottom:none}}@media (min-width:1024px){.container.ds-container .primary-filters .diamonds-search-result-wrapper .tab-content{min-height:760px;border-bottom:1px solid #e8e8e8}}.container.ds-container .primary-filters .result-vue-table-wrapper{position:relative;min-height:810px}.container.ds-container .primary-filters .result-vue-table-wrapper.is-sticky .header-results-table{position:fixed;top:0;left:50%;max-width:1140px;margin-left:-570px;z-index:99}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .result-vue-table-wrapper.is-sticky .header-results-table{margin-left:0;transform:translateX(-50%)}}.container.ds-container .primary-filters .result-vue-table-wrapper.is-sticky .tab-content{padding-top:48px}.container.ds-container .primary-filters .result-vue-table-wrapper.is-sticky #diamond-information-container{position:fixed;width:375px;top:103px;right:auto;left:50%;margin-left:194px;z-index:1000}.container.ds-container .primary-filters .result-vue-table-wrapper.is-sticky #diamond-information-container.sticky-off{position:absolute;top:auto;left:auto;margin-left:0;right:0;margin-top:48px;z-index:1}@media only screen and (max-width:1024px){.container.ds-container .primary-filters .result-vue-table-wrapper{min-height:auto}}@media only screen and (max-width:767px){.container.ds-container .primary-filters.is-rosiSort .result-vue-table-wrapper{padding-top:32px}.container.ds-container .primary-filters.is-rosiSort .result-vue-table-wrapper .tab-content .list-grid-wrap.checkbox-like-in-ios{top:-129px}.container.ds-container .primary-filters.is-rosiSort .result-vue-table-wrapper .tab-content .grid-view .list-grid-wrap.checkbox-like-in-ios{top:-131px}}.container.ds-container .primary-filters .rosi-hint{position:relative;cursor:pointer}.container.ds-container .primary-filters .rosi-hint .hint-text{position:absolute;top:50%;left:100%;transform:translate(30px, -50%);width:230px;padding:10px 15px;padding-left:17px;font-family:ProximaNovaBold;font-size:14px;letter-spacing:0.44px;line-height:1.2;text-align:left;background:#ffffff;box-shadow:0 2px 4px 1px rgba(0,0,0,0.1);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;white-space:normal;opacity:0;visibility:hidden;transition:transform .2s ease-in,opacity .2s ease-in;z-index:10}@media only screen and (max-width:767px){.container.ds-container .primary-filters .rosi-hint .hint-text{z-index:101}}.container.ds-container .primary-filters .rosi-hint .hint-text:before,.container.ds-container .primary-filters .rosi-hint .hint-text:after{content:'';position:absolute;width:0;height:0;border-top:10px solid transparent;border-right:10px solid #fff;border-bottom:10px solid transparent;top:50%;left:-10px;margin-top:-10px;z-index:2}.container.ds-container .primary-filters .rosi-hint .hint-text:after{border-right:11px solid #e8e8e8;transform:translate(-1px, 0);z-index:1}.container.ds-container .primary-filters .rosi-hint.is-active .hint-text{opacity:1;visibility:visible;transform:translate(15px, -50%)}.container.ds-container .primary-filters .rosi-rec-mob{display:none;position:absolute;top:0;left:50%;width:160px;margin-left:-80px;height:28px;background:#EAC4D3;font-size:14px;letter-spacing:0.4px;line-height:17px;z-index:5}.search-result-container.list-view .item .container.ds-container .primary-filters .rosi-rec-mob{display:none !important}.container.ds-container .primary-filters .rosi-rec-mob img{max-width:22px !important;margin:0 !important;margin-right:5px !important}.container.ds-container .primary-filters .rosi-rec-mob .rosi-hint img{max-width:18px !important;margin-right:0 !important;margin-left:5px !important}.container.ds-container .primary-filters .rosi-rec-mob .rosi-hint .hint-text{left:-220px;top:auto;transform:translate(0, -30px);font-family:ProximaNovaSbold;width:345px;bottom:100%}.container.ds-container .primary-filters .rosi-rec-mob .rosi-hint .hint-text:before,.container.ds-container .primary-filters .rosi-rec-mob .rosi-hint .hint-text:after{top:100%;left:224px;margin:0;border-bottom:none;border-right:10px solid transparent;border-top:10px solid #fff;border-left:10px solid transparent}.container.ds-container .primary-filters .rosi-rec-mob .rosi-hint .hint-text:after{border-top:11px solid #e8e8e8;transform:translate(0, 1px);z-index:1}.container.ds-container .primary-filters .rosi-rec-mob .rosi-hint.is-active .hint-text{opacity:1;visibility:visible;transform:translate(0, -15px)}@media only screen and (max-width:767px){.container.ds-container .primary-filters .rosi-rec-mob{display:flex;align-items:center;justify-content:center;text-align:center;z-index:auto}}.container.ds-container .primary-filters .rosi-sort-toggle{display:none;align-items:center;justify-content:flex-start}.container.ds-container .primary-filters .rosi-sort-toggle.is-active{display:flex}@media only screen and (max-width:767px){.container.ds-container .primary-filters .rosi-sort-toggle{display:none}.container.ds-container .primary-filters .rosi-sort-toggle.is-active{display:none}}.container.ds-container .primary-filters .rosi-sort-toggle__checkbox{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;font-size:16px;font-family:ProximaNovaReg;margin-bottom:0}@media only screen and (max-width:767px){.container.ds-container .primary-filters .rosi-sort-toggle__checkbox{font-size:14px;letter-spacing:0.44px}}.container.ds-container .primary-filters .rosi-sort-toggle__checkbox span.toggle-icon{position:relative;display:block;width:38px;height:22px;background-color:#F9F9F9;border:1px solid #c4c4c4;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;margin-right:10px;cursor:pointer}.container.ds-container .primary-filters .rosi-sort-toggle__checkbox span.toggle-icon:before{content:'';position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background-color:#C4C4C4;transform:translate(0, 0);transition:transform .15s}.container.ds-container .primary-filters .rosi-sort-toggle__checkbox input[type=checkbox]{display:none;position:absolute;left:-9999px}.container.ds-container .primary-filters .rosi-sort-toggle__checkbox input[type=checkbox]:checked+span.toggle-icon{border-color:#7C7593}.container.ds-container .primary-filters .rosi-sort-toggle__checkbox input[type=checkbox]:checked+span.toggle-icon:before{background-color:#51aceb;transform:translate(15px, 0)}.container.ds-container .primary-filters .rosi-sort-toggle__checkbox .text{margin-right:8px;line-height:1.2}@media only screen and (max-width:767px){.container.ds-container .primary-filters .rosi-sort-toggle__checkbox .text a{font-size:14px}}.container.ds-container .primary-filters .rosi-sort-toggle__checkbox img{transform:translate(0, -1px)}.container.ds-container .primary-filters .rosi-sort-toggle_mobile.is-active{display:none}@media only screen and (max-width:767px){.container.ds-container .primary-filters .rosi-sort-toggle_mobile.is-active{display:flex}}.container.ds-container .primary-filters .rosi-sort-toggle_mobile .rosi-sort-toggle__checkbox span.toggle-icon{width:28px;height:16px}.container.ds-container .primary-filters .rosi-sort-toggle_mobile .rosi-sort-toggle__checkbox span.toggle-icon:before{width:10px;height:10px}.container.ds-container .primary-filters .rosi-sort-toggle_mobile .rosi-sort-toggle__checkbox.is-checked span.toggle-icon{border-color:#7C7593}.container.ds-container .primary-filters .rosi-sort-toggle_mobile .rosi-sort-toggle__checkbox.is-checked span.toggle-icon:before{background-color:#51aceb;transform:translate(12px, 0)}.container.ds-container .primary-filters .rosi-sort-toggle_mobile .rosi-hint .hint-text{top:auto;left:auto;bottom:100%;right:0;transform:translate(10px, 0)}.container.ds-container .primary-filters .rosi-sort-toggle_mobile .rosi-hint .hint-text:before,.container.ds-container .primary-filters .rosi-sort-toggle_mobile .rosi-hint .hint-text:after{content:'';position:absolute;width:0;height:0;border-bottom:none;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;top:100%;left:auto;right:10px;margin-top:0;z-index:2}.container.ds-container .primary-filters .rosi-sort-toggle_mobile .rosi-hint .hint-text:after{border-top:11px solid #e8e8e8;transform:translate(0, 2px);z-index:1}.container.ds-container .primary-filters .rosi-sort-toggle_mobile .rosi-hint.is-active .hint-text{transform:translate(10px, -15px)}.container.ds-container .primary-filters.is-fixed{padding-top:117px}.container.ds-container .primary-filters.is-fixed .filter-section-wrapper{position:fixed;top:56px;left:0;right:0;z-index:99;float:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.container.ds-container .primary-filters.is-fixed .toolbar-pane__btn_sortby{position:fixed;top:67px;left:15px;z-index:100}.container.ds-container .primary-filters.is-fixed .tab-content .list-grid-wrap.checkbox-like-in-ios{position:fixed;top:70px;right:15px;z-index:100}.container.ds-container .primary-filters.is-fixed .tab-content .header-results-table{position:fixed;top:166px;left:0;right:0;z-index:100}.container.ds-container .primary-filters.is-fixed .tab-content .search-result-container.list-view{padding-top:96px}.container.ds-container .primary-filters.is-fixed .tab-content .search-result-container.grid-view{padding-top:48px !important}.container.ds-container #advanced_search_block{width:100%;overflow:hidden;width:auto;margin-left:-5px;margin-right:-5px;padding-left:5px;padding-right:5px}.container.ds-container #advanced_search_block .panel-body{border-top:1px solid #ddd;padding:24px 0 40px}@media only screen and (max-width:767px){.container.ds-container #advanced_search_block .panel-body{border:none;padding:0}}.container.ds-container #advanced_search_block .panel-body>div{display:flex;justify-content:left;flex-wrap:wrap;padding:0}.container.ds-container #advanced_search_block .panel-body>div>div{width:49%;padding:0 25px;margin-bottom:20px}@media only screen and (max-width:767px){.container.ds-container #advanced_search_block .panel-body>div>div{margin-bottom:0}}.container.ds-container #advanced_search_block .panel-body>div>div.depth_slider,.container.ds-container #advanced_search_block .panel-body>div>div.search-block{margin-bottom:0}.container.ds-container #advanced_search_block .panel-body>div>div:nth-child(even){padding-left:0px;padding-right:8px;margin-right:10px;margin-left:0}@media only screen and (max-width:1024px){.container.ds-container #advanced_search_block .panel-body>div>div:nth-child(even){margin-left:0;padding-right:11px}}@media only screen and (max-width:767px){.container.ds-container #advanced_search_block .panel-body>div>div:nth-child(even){padding:0 35px;margin-left:0px}}.container.ds-container #advanced_search_block .panel-body>div>div:nth-child(odd){padding-left:10px;padding-right:0px;margin-right:0;margin-left:10px}@media only screen and (max-width:1024px){.container.ds-container #advanced_search_block .panel-body>div>div:nth-child(odd){margin-left:5px;padding-left:15px;padding-right:5px}}@media only screen and (max-width:991px){.container.ds-container #advanced_search_block .panel-body>div>div:nth-child(odd){margin-left:0;padding-left:10px;padding-right:0}}@media only screen and (max-width:767px){.container.ds-container #advanced_search_block .panel-body>div>div:nth-child(odd){padding:0 35px;margin-right:0px}}@media only screen and (max-width:767px){.container.ds-container #advanced_search_block .panel-body>div>div{width:100%}}.container.ds-container #advanced_search_block.round-search .panel-body{border-top:1px solid #ddd;border-bottom:none;padding:24px 0 40px}@media only screen and (max-width:767px){.container.ds-container #advanced_search_block.round-search .panel-body{border:none;padding:10px 0 0}}.container.ds-container #advanced_search_block.round-search .panel-body>div{display:flex;justify-content:left;flex-wrap:wrap;padding:0}.container.ds-container #advanced_search_block.round-search .panel-body>div>div{width:49%;padding:0 25px;margin-bottom:20px;margin-bottom:5px}.container.ds-container #advanced_search_block.round-search .panel-body>div>div.search-block{margin-top:25px}.container.ds-container #advanced_search_block.round-search .panel-body>div>div.depth_slider,.container.ds-container #advanced_search_block.round-search .panel-body>div>div.search-block{margin-bottom:0}.container.ds-container #advanced_search_block.round-search .panel-body>div>div:nth-child(even){padding-right:0;padding-left:11px;margin-left:10px;margin-right:0}@media only screen and (max-width:1024px){.container.ds-container #advanced_search_block.round-search .panel-body>div>div:nth-child(even){padding-left:20px;margin-left:0}}@media only screen and (max-width:991px){.container.ds-container #advanced_search_block.round-search .panel-body>div>div:nth-child(even){padding-left:10px}}@media only screen and (max-width:767px){.container.ds-container #advanced_search_block.round-search .panel-body>div>div:nth-child(even){margin-top:25px;padding:0 25px}}.container.ds-container #advanced_search_block.round-search .panel-body>div>div:nth-child(odd){padding-left:0;padding-right:8px;margin-right:10px;margin-left:0}@media only screen and (max-width:1024px){.container.ds-container #advanced_search_block.round-search .panel-body>div>div:nth-child(odd){padding-right:11px}}@media only screen and (max-width:767px){.container.ds-container #advanced_search_block.round-search .panel-body>div>div:nth-child(odd){margin-top:15px;padding:0 25px}}@media only screen and (max-width:767px){.container.ds-container #advanced_search_block.round-search .panel-body>div>div{width:100%}}@media only screen and (max-width:767px){.container.ds-container #advanced_search_block{display:block;width:100%;margin:0;padding:0;height:100% !important;visibility:visible}}@media only screen and (max-width:767px){.container.ds-container .panel-heading.reset-filters-wrapper.mobile{display:flex;flex-direction:row;align-items:center;justify-content:center;padding-top:20px}}.container.ds-container .adv-search-panel a{color:#51aceb;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:0.5px;line-height:19px}.container.ds-container .adv-search-panel a#refresh_search{color:#51aceb}@media only screen and (max-width:767px){.container.ds-container .adv-search-panel a.adv_search_lnk{display:none}}@media only screen and (max-width:767px){.container.ds-container .adv-search-panel a.adv_search_lnk.reset_filters{display:block}}.container.ds-container .input-box .search-gia-wrapper,.container.ds-container .input-box .search-stock-wrapper{display:flex;justify-content:flex-start;align-items:center}.container.ds-container .input-box .search-gia-wrapper label,.container.ds-container .input-box .search-stock-wrapper label{color:#413F41;font-family:HaboroContrast-NormBook;font-size:16px;letter-spacing:0.5px;line-height:20px;display:inline-block;text-transform:uppercase;margin-bottom:0;margin-right:8px}@media only screen and (max-width:1024px){.container.ds-container .input-box .search-gia-wrapper label,.container.ds-container .input-box .search-stock-wrapper label{min-width:72px}}@media only screen and (max-width:767px){.container.ds-container .input-box .search-gia-wrapper label,.container.ds-container .input-box .search-stock-wrapper label{margin-right:5px}}.container.ds-container .input-box .search-gia-wrapper input,.container.ds-container .input-box .search-stock-wrapper input{display:block;border:1px solid #7c7593;border-radius:10px;width:100%;height:36px;margin-right:-30px}.container.ds-container .input-box .search-gia-wrapper .search-button,.container.ds-container .input-box .search-stock-wrapper .search-button{position:relative;padding:0;border:none;width:28px;height:28px;background-color:transparent;background-image:url(../../frontend/Rockher/Winter/en_US/images/icon_search.svg);background-repeat:no-repeat;background-position:center;top:0;zoom:1;opacity:1}.container.ds-container .input-box .search-stock-wrapper{float:right}@media only screen and (max-width:1024px){.container.ds-container .input-box .search-stock-wrapper{float:left;margin-top:10px}}@media only screen and (max-width:767px){.container.ds-container .input-box .search-stock-wrapper{float:left;margin-top:20px}}.container.ds-container .powered-by-wrapper{display:flex;align-items:center}.container.ds-container .powered-by-wrapper .title{color:#413F41;font-family:"ProximaNovaReg";font-size:16px;letter-spacing:0.5px;line-height:16px;margin-right:15px}@media only screen and (max-width:767px){.container.ds-container .powered-by-wrapper{justify-content:center;display:none}}.container.ds-container .powered-by-wrapper .rosi-watson-logo-wrap{flex-shrink:0}.container.ds-container .learn-more-link-wrap{color:#51aceb;font-family:"ProximaNovaBold";font-size:16px;font-weight:bold;letter-spacing:0.5px;line-height:19px;text-align:right;margin:10px 0 0 0}@media only screen and (max-width:767px){.container.ds-container .learn-more-link-wrap{text-align:center;margin:10px 0 13px 0;padding-bottom:12px;border-bottom:1px solid #e8e8e8}.container.ds-container .learn-more-link-wrap a{display:none}.container.ds-container .learn-more-link-wrap .share-filter-params a{margin-left:0 !important;margin-top:7px}.container.ds-container .learn-more-link-wrap .share-filter-params .msg{font-family:ProximaNovaReg;color:#333333;font-weight:normal;top:-40px !important;transform:translate(-45px, 0) !important}}.container .results-comparison-tab{display:flex}.container .results-comparison-tab .rosi-sort-toggle{margin-left:30px}@media only screen and (max-width:767px){.container .results-comparison-tab{display:block;overflow:hidden}}.container .results-comparison-tab .gia-badge{margin-left:15px;position:relative;z-index:9}.container .results-comparison-tab .gia-badge img{margin-right:10px}.container .results-comparison-tab .gia-badge span{font-family:ProximaNovaSbold;font-size:14px;text-transform:uppercase;line-height:1.2}.container .results-comparison-tab .results-block{display:inline-block;position:relative;background:#fff;padding:5px 25px 10px;color:#413F41;font-family:"ProximaNovaReg";font-size:16px;letter-spacing:0.5px;line-height:30px}.container .results-comparison-tab .results-block span{position:relative}.container .results-comparison-tab .results-block:hover{cursor:pointer}.container .results-comparison-tab .results-block .compare-pop{display:none;position:absolute;top:-130px;left:20px;height:120px;width:272px;border-radius:10px;background-color:#F9F9F9;box-shadow:0 2px 4px 1px rgba(0,0,0,0.1);padding:17px 25px;z-index:2}.container .results-comparison-tab .results-block .compare-pop p{text-align:left;color:#413F41;font-family:"ProximaNovaBold";font-size:14px;letter-spacing:0.44px;line-height:17px}.container .results-comparison-tab .results-block .compare-pop span{display:flex;justify-content:center;align-items:center;float:right;height:37px;width:124px;border-radius:45px;background-color:#51aceb;color:#FFFFFF;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:2px;line-height:19px;text-align:center}.container .results-comparison-tab .results-block .compare-pop:after{content:"";position:absolute;width:20px;height:20px;background:#f9f9f9;transform:rotate(225deg);top:110px;left:25px;box-shadow:-3px -5px 2px -2px rgba(0,0,0,0.1)}.container .results-comparison-tab .results-tab.active,.container .results-comparison-tab .comparison-tab.active{color:#060606;border-top:1px solid #51aceb;border-left:1px solid #51aceb;border-right:1px solid #51aceb;border-radius:10px 10px 0 0}@media only screen and (max-width:767px){.container .results-comparison-tab .results-tab.active,.container .results-comparison-tab .comparison-tab.active{border:none}}@media (max-width:340px){.container .results-comparison-tab .results-tab.active,.container .results-comparison-tab .comparison-tab.active{padding-left:10px;padding-right:10px}.container .results-comparison-tab .results-tab.active span,.container .results-comparison-tab .comparison-tab.active span{top:2px}}.container .results-comparison-tab .results-tab.active span:after,.container .results-comparison-tab .comparison-tab.active span:after{content:'';display:block;width:100%;height:4px;border-radius:10px;background-color:#51aceb;bottom:-10px}@media only screen and (max-width:767px){.container .results-comparison-tab .results-tab.active span:after,.container .results-comparison-tab .comparison-tab.active span:after{content:none}}@media only screen and (max-width:767px){.container .results-comparison-tab .results-tab,.container .results-comparison-tab .comparison-tab{display:none}}.container .results-comparison-tab .results-tab_mobile{display:none;position:relative;background:#fff;padding:5px 25px 10px;color:#413F41;font-family:"ProximaNovaReg";font-size:16px;letter-spacing:0.5px;line-height:30px}.container .results-comparison-tab .results-tab_mobile span{position:relative}@media only screen and (max-width:767px){.container .results-comparison-tab .results-tab_mobile{display:none;padding-top:8px}}.container .product-toolbar-mobile{display:none}@media only screen and (max-width:767px){.container .product-toolbar-mobile{display:block}}.container .product-toolbar-mobile .toolbar-pane{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#F9F9F9;font-size:16px;font-family:'ProximaNovaReg';padding:13px 0}.container .product-toolbar-mobile .toolbar-pane__btn{flex:0 1 50%;display:flex;align-items:center;justify-content:center;text-align:center}.container .product-toolbar-mobile .toolbar-pane__btn .icon{display:flex;width:100%;height:25px;align-items:center;justify-content:center}.container .product-toolbar-mobile .toolbar-pane__btn img{display:inherit}.container .product-toolbar-mobile .toolbar-pane__btn span{font-size:14px}.container .rh-sort-by{display:flex;flex-direction:row;align-items:center}.container .rh-sort-by.is-opened{display:block}@media only screen and (max-width:767px){.container .rh-sort-by{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffff;z-index:222222}}.container .rh-sort-by__title{padding:15px 0;text-align:center;font-family:HaboroContrast-NormBook;text-transform:uppercase;font-size:20px;color:#413f41}@media only screen and (max-width:360px){.container .rh-sort-by__title{padding-bottom:0}}.container .rh-sort-by__close{position:absolute;top:15px;right:15px;width:24px;height:24px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_modal-close.svg);background-repeat:no-repeat;background-position:center;outline:none;z-index:10}.container .rh-sort-by__footer{display:none;position:absolute;bottom:0;left:0;right:0;padding-bottom:15px;text-align:center}@media only screen and (max-width:767px){.container .rh-sort-by__footer{display:block}}.container .rh-sort-by__res{padding-bottom:10px;margin-bottom:12px;border-bottom:1px solid #e8e8e8;line-height:1}.container .rh-sort-by__res a{font-family:'ProximaNovaSbold';font-size:16px;color:#51aceb;line-height:1}.container .rh-sort-by__btn-results{width:100%;max-width:345px;height:55px;line-height:50px;margin:0 auto}.container .rh-sort-by__counts{margin-right:15px;font-size:16px;font-family:'ProximaNovaReg';text-transform:uppercase}@media only screen and (max-width:991px){.container .rh-sort-by__counts{display:none}}.container .rh-sort-by__sorting{position:relative;z-index:10}@media only screen and (max-width:767px){.container .rh-sort-by__sorting{display:none}}.container .rh-sort-by__sorting-options{display:none}@media only screen and (max-width:767px){.container .rh-sort-by__sorting-options{display:block;padding:15px}}.container .rh-sort-by__sorting-options .item{margin-bottom:40px}.container .rh-sort-by__sorting-options .item label{font-family:'ProximaNovaReg';font-weight:normal;color:#413F41;font-size:16px}@media only screen and (max-width:360px){.container .rh-sort-by__sorting-options{padding-top:0}}.container .rh-sort-by__select-wrap .custom-select__selected{width:270px}.container .rh-sort-by__select-wrap .custom-select__select-items{overflow-y:auto}@media only screen and (max-width:767px){.container .results-comparison-tab .comparison-tab{display:none}}.container #diamond-information-container{width:33%}@media only screen and (max-width:1024px){.container #diamond-information-container{display:none}}.rockher_diamondsearch-index-index .container #diamond-information-container{position:absolute;top:48px;right:0;border-left:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.container #diamond-information-container .diamond-viewer-notice{text-align:center;color:#413F41;font-family:"ProximaNovaReg";font-size:16px;font-style:italic;letter-spacing:0.5px;line-height:19px;margin-top:10px;margin-bottom:10px;position:relative}.container #diamond-information-container .diamond-viewer-notice:before{content:'';position:absolute;top:3px;left:10px;width:20px;height:14px;background-size:cover;background:url(../../frontend/Rockher/Winter/en_US/images/Eye.svg)}@media only screen and (max-width:1440px){.container #diamond-information-container .diamond-viewer-notice{margin-top:0;margin-bottom:0;font-size:14px;display:flex;flex-direction:row;align-items:center;justify-content:center}.container #diamond-information-container .diamond-viewer-notice:before{position:relative;display:block;top:auto;left:auto;margin-right:5px}}.container #diamond-information-container .diamond-info{display:flex;justify-content:space-around;color:#413F41;font-family:"ProximaNovaReg";font-size:14px;letter-spacing:0.5px;line-height:19px;max-width:320px;margin:10px auto 30px}@media only screen and (max-width:1440px){.container #diamond-information-container .diamond-info{margin-bottom:20px}}.container #diamond-information-container .diamond-info>div{width:50%}.container #diamond-information-container .diamond-info ul li{margin-bottom:0;line-height:1.5}.container #diamond-information-container .diamond-info ul li span{font-weight:normal;letter-spacing:0.5px}.container #diamond-information-container .diamond-info ul li span.header{font-weight:bold}.container #diamond-information-container .diamond-info ul li a{font-family:ProximaNovaSbold;color:#51aceb}.container #diamond-information-container .diamond-info ul li a:hover{text-decoration:underline !important}.container #diamond-information-container .diamond-info ul li img{display:inline;vertical-align:text-top}.container #diamond-information-container .diamond-info ul li .get-cert{font-family:ProximaNovaSbold;font-size:14px;color:#51aceb;cursor:pointer}.container #diamond-information-container .diamond-video-placeholder{width:100%;overflow:hidden}.container #diamond-information-container .diamond-video-placeholder img{height:auto;max-height:100%;max-width:100%;cursor:pointer}.container #diamond-information-container .diamond-video-placeholder img.sample{cursor:default}.container #diamond-information-container .diamond-video-placeholder iframe.diamond-video-block_hk{position:relative;zoom:1;width:300px;left:0}@media only screen and (max-width:1440px){.container #diamond-information-container .diamond-video-placeholder iframe.diamond-video-block_hk{position:relative}}.container #diamond-information-container .diamond-video-placeholder iframe.diamond-video-block_selected{width:58%}.container #diamond-information-container .diamond-video-placeholder .diamond-video-preview_fancycolor{position:relative;display:block;max-width:250px;margin:0 auto}.container #diamond-information-container .diamond-video-placeholder .diamond-video-preview_fancycolor:before,.container #diamond-information-container .diamond-video-placeholder .diamond-video-preview_fancycolor:after{content:'';position:absolute;bottom:15px}.container #diamond-information-container .diamond-video-placeholder .diamond-video-preview_fancycolor:before{left:10px;width:44px;height:42px;background-image:url(../../frontend/Rockher/Winter/en_US/images/360VidDesktop.svg);background-size:contain;background-repeat:no-repeat;z-index:1}.container #diamond-information-container .diamond-video-placeholder .diamond-video-preview_fancycolor:after{right:10px;width:44px;height:44px;background-image:url(../../frontend/Rockher/Winter/en_US/images/icon_btnPlayVideo.svg);background-size:contain;z-index:1;cursor:pointer}.container #diamond-information-container .diamond-video-placeholder .product-image-gallery .mp4-video{max-width:310px;transform:translateY(-60px)}.container #diamond-information-container .diamond-video-caption{padding:5px;text-align:center;font-size:14px}.container #diamond-information-container .diamond-video-block .threesixty_images img{left:50%;transform:translate(-50%, 0)}.container #diamond-information-container .desktop-addtocart .add-to-cart-buttons{display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:1440px){.container #diamond-information-container .desktop-addtocart .add-to-cart-buttons{flex-direction:row}}.container #diamond-information-container .desktop-addtocart .add-to-cart-buttons a{height:59px;width:300px;border-radius:4px;background-color:#51aceb;display:flex;justify-content:center;align-items:center;color:#FFFFFF;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:2px;line-height:19px}.container #diamond-information-container .desktop-addtocart .add-to-cart-buttons a.btn-ring{background-color:#ffffff;color:#060606;margin:10px 0 0;border:2px solid #51aceb}@media only screen and (max-width:1440px){.container #diamond-information-container .desktop-addtocart .add-to-cart-buttons a{width:50%;height:45px;margin:0 7px}.container #diamond-information-container .desktop-addtocart .add-to-cart-buttons a.btn-ring{margin-top:0}}.container #diamond-information-container .desktop-addtocart .add-to-cart-buttons button{height:59px;width:300px;border:2px solid #51aceb;border-radius:45px;background:#fff;color:#51aceb;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:2px;line-height:19px;margin-top:8px}.container #diamond-information-container .shipping_risk-free_block{text-align:center}.container #diamond-information-container>a{display:block;margin:16px auto 0;color:#51aceb;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:0.5px;line-height:19px;text-align:center}.container .diamond-information-mobile{position:relative;padding-top:15px !important}.container .diamond-information-mobile::after{content:'';display:table;clear:both}@media only screen and (max-width:1024px){.container .diamond-information-mobile{padding-left:15px}}@media only screen and (max-width:991px){.container .diamond-information-mobile{padding-left:0}}@media only screen and (max-width:767px){.container .diamond-information-mobile{padding:15px 15px 0;border-bottom:1px solid #e8e8e8}}.container .diamond-information-mobile .diamond-video-placeholder{float:left}@media only screen and (max-width:767px){.container .diamond-information-mobile .diamond-video-placeholder{float:none;position:absolute;top:45px;left:15px;width:170px;min-height:130px;z-index:5}}@media only screen and (max-width:767px){.container .diamond-information-mobile .diamond-video-placeholder iframe{width:100% !important}}.container .diamond-information-mobile .diamond-video-placeholder iframe.diamond-video-block_hk{zoom:1.4;position:relative;left:0}@media only screen and (max-width:767px){.container .diamond-information-mobile .diamond-video-placeholder img{max-width:158px;margin:0 auto}.container .diamond-information-mobile .diamond-video-placeholder img.sample{max-width:135px}}.container .diamond-information-mobile .diamond-video-loader{display:none}@media only screen and (max-width:767px){.container .diamond-information-mobile .diamond-video-loader{position:absolute;top:15px;left:15px;width:170px;height:130px;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,0.45);z-index:2}}.container .diamond-information-mobile .diamond-information-wrapper{float:left;width:53%;display:block;padding-left:30px}@media only screen and (max-width:1024px){.container .diamond-information-mobile .diamond-information-wrapper{width:63%;padding-top:25px}}@media only screen and (max-width:991px){.container .diamond-information-mobile .diamond-information-wrapper{width:53%;padding-top:10px}}@media only screen and (max-width:767px){.container .diamond-information-mobile .diamond-information-wrapper{float:none;position:relative;width:auto;margin-left:170px;margin-bottom:10px;min-height:130px;padding-left:15px}}.container .diamond-information-mobile .diamond-information-wrapper .diamond-info-text{font-size:16px;letter-spacing:0.5px;line-height:19px}@media only screen and (max-width:767px){.container .diamond-information-mobile .diamond-information-wrapper .diamond-info-text{font-size:12px;line-height:15px;letter-spacing:0.38px}}.container .diamond-information-mobile .diamond-information-wrapper .diamond-viewer-notice{font-size:16px;letter-spacing:0.5px;line-height:19px;margin-left:30px;position:relative}@media only screen and (max-width:767px){.container .diamond-information-mobile .diamond-information-wrapper .diamond-viewer-notice{font-size:12px;line-height:15px;letter-spacing:0.38px;font-style:italic;margin-left:20px}}.container .diamond-information-mobile .diamond-information-wrapper .diamond-viewer-notice:before{content:'';position:absolute;top:3px;left:-25px;width:20px;height:14px;background:url(../../frontend/Rockher/Winter/en_US/images/Eye.svg);background-size:cover}@media only screen and (max-width:767px){.container .diamond-information-mobile .diamond-information-wrapper .diamond-viewer-notice:before{top:2px;left:-20px;width:15px;height:10px}}.container .diamond-information-mobile .diamond-information-wrapper .diamond-origin{margin-top:7px}.container .diamond-information-mobile .mobile-risk-buttons{width:53%;float:left;display:inline-block;padding-left:30px}@media only screen and (max-width:767px){.container .diamond-information-mobile .mobile-risk-buttons{width:100%;float:none;padding-left:0}.container .diamond-information-mobile .mobile-risk-buttons .add-to-cart-buttons{display:flex;justify-content:space-around}}.container .diamond-information-mobile .mobile-risk-buttons .btn-ring{width:165px;height:45px;border-radius:45px;font-size:14px;line-height:30px;background:#51aceb;letter-spacing:1.75px;font-family:ProximaNovaBold}.container .diamond-information-mobile .mobile-risk-buttons .btn-ring:visited,.container .diamond-information-mobile .mobile-risk-buttons .btn-ring:focus,.container .diamond-information-mobile .mobile-risk-buttons .btn-ring:active{color:#fff}.container .diamond-information-mobile .mobile-risk-buttons .btn-bag{width:165px;height:45px;border-radius:45px;font-size:14px;line-height:28px;background:transparent;color:#51aceb;letter-spacing:1.75px;border:2px solid #51aceb;font-family:ProximaNovaBold}.container .diamond-information-mobile .mobile-risk-buttons .shipping_risk-free_block{position:relative;color:#413F41;font-size:16px;letter-spacing:0.5px;line-height:19px;margin:8px 0 15px}.container .diamond-information-mobile .mobile-risk-buttons .shipping_risk-free{position:relative;padding-left:25px}.container .diamond-information-mobile .mobile-risk-buttons .shipping_risk-free::before{content:'';position:absolute;width:16px;height:16px;top:50%;left:3px;transform:translate(0, -50%);background-image:url(../../frontend/Rockher/Winter/en_US/images/fa-check-solid.svg);background-position:center;background-repeat:no-repeat}.container .diamond-information-mobile .mobile-risk-buttons .desktop-addtocart+a{margin-bottom:16px;line-height:19px;font-size:16px;letter-spacing:0.5px;color:#51aceb;font-family:ProximaNovaBold;display:block}@media only screen and (max-width:1024px){.container .diamond-information-mobile .mobile-risk-buttons .desktop-addtocart+a{margin-top:10px}}@media only screen and (max-width:767px){.container .diamond-information-mobile .mobile-risk-buttons .desktop-addtocart+a{text-align:center;margin-top:15px;font-size:16px}}.filter-toggle-wrapper-desktop{position:relative;width:100%;display:flex;justify-content:start;align-items:center;flex-flow:row wrap;flex-direction:row;margin-bottom:0}@media only screen and (max-width:767px){.filter-toggle-wrapper-desktop{margin-top:30px;margin-bottom:10px;position:static}}.filter-toggle-wrapper-desktop .colored-diamonds-filter-wrapper{padding-top:15px}.origin-wrapper{display:block;clear:both;margin-bottom:15px}.diamond-origin .origin{font-family:ProximaNovaRegIt;font-size:12px;letter-spacing:0.38px}@media only screen and (max-width:991px){.search-result-container .item .origin{font-size:14px;font-family:ProximaNovaRegIt;letter-spacing:0.44px}}.origin__flag{display:inline;width:16px;height:16px;transform:translateY(-1px)}.origin:before{position:relative;display:inline-block;display:none;width:16px;height:16px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_diamondOriginFlag_s-africa.svg);background-position:center;background-repeat:no-repeat;overflow:hidden;margin-right:4px;transform:translate(0, 3px)}.origin_s-africa:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_diamondOriginFlag_s-africa.svg);width:15px;height:15px;transform:translate(0, 2px)}.diamond-origin .origin_s-africa:before{transform:translate(0, 3px)}.origin_brazil:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_diamondOriginFlag_brazil.svg)}.origin_canada:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_diamondOriginFlag_canada.svg)}.origin_russia:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_diamondOriginFlag_russia.svg)}@media (min-width:768px){.rockher_diamondsearch-index-index .main-container{margin-top:20px !important}}@media (min-width:768px){.rockher_diamondsearch-index-index .ds-container .filter-section-wrapper .col-md-12.text-center>h2{margin-top:10px}}.rockher_diamondsearch-index-index .pop-up-loader{position:absolute;top:5%;left:36%;z-index:1005;text-align:center}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .pop-up-loader{top:50px;left:0;right:0}}.rockher_diamondsearch-index-index .pop-up-loader .Spinner{position:absolute;top:50%;left:50%;margin-top:-14px;margin-left:-14px;z-index:5}.rockher_diamondsearch-index-index .pop-up-loader .rosi-loader{display:none;position:absolute;top:50%;left:50%;width:72px;height:72px;transform:translate(-50%, -50%);color:#51aceb;font-family:ProximaNovaBold;font-size:16px}.rockher_diamondsearch-index-index .pop-up-loader.rosi-on{background-color:rgba(255,255,255,0.55)}.rockher_diamondsearch-index-index .pop-up-loader.rosi-on .rosi-loader{display:block}.rockher_diamondsearch-index-index .pop-up-loader.rosi-on .Spinner{display:none}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .top-sale-banner{display:none !important}}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .breadcrumbs-category .container{display:none}}.rockher_diamondsearch-index-index #shippingRickFreeModal.in{display:flex !important;justify-content:center;align-items:center;z-index:1000000;background:rgba(0,0,0,0.4)}.rockher_diamondsearch-index-index #shippingRickFreeModal.in .modal-dialog{top:0}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .modal{z-index:1000050 !important}}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .modal-backdrop{z-index:1000040}}@media (min-width:768px){.rockher_diamondsearch-index-index .modal-dialog{margin-top:250px}}.rockher_diamondsearch-index-index .modal-header{padding:0 35px;padding-top:65px;margin-bottom:20px;border-bottom:none}.rockher_diamondsearch-index-index .modal-content{border-radius:10px;box-shadow:none}.rockher_diamondsearch-index-index .modal-body{padding:0 35px 35px}.rockher_diamondsearch-index-index .modal-diamond-video.fade.in{background-color:rgba(0,0,0,0.45);display:flex !important;flex-direction:row;align-items:center;justify-content:center}.rockher_diamondsearch-index-index .modal-diamond-video .modal-dialog{margin-top:0;width:100%}@media only screen and (max-width:1024px){.rockher_diamondsearch-index-index .modal-diamond-video .modal-dialog{max-width:480px}}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .modal-diamond-video .modal-dialog{max-width:350px}}.rockher_diamondsearch-index-index .modal-diamond-video .modal-content{background-image:url(../../frontend/Rockher/Winter/en_US/dsearch/image/amshopby-overlay.gif);background-repeat:no-repeat;background-position:center}.rockher_diamondsearch-index-index .modal-diamond-video .modal-body{padding:20px 20px 15px;min-height:285px}.rockher_diamondsearch-index-index .modal-diamond-video .modal-body img{max-width:100%}.rockher_diamondsearch-index-index .modal-diamond-video .modal-body .diamond-video-block{width:100%}@media only screen and (max-width:1024px){.rockher_diamondsearch-index-index .modal-diamond-video .modal-body .diamond-video-block{height:345px !important}}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .modal-diamond-video .modal-body .diamond-video-block{height:245px !important}}.rockher_diamondsearch-index-index .modal-diamond-video .modal-body .diamond-video-block_hk{width:100% !important}@media only screen and (max-width:1024px){.rockher_diamondsearch-index-index .modal-diamond-video .modal-body .diamond-video-block_hk{height:338px !important;zoom:1.3}}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .modal-diamond-video .modal-body .diamond-video-block_hk{height:238px !important}}@media (max-width:320px){.rockher_diamondsearch-index-index .modal-diamond-video .modal-body .diamond-video-block_hk{height:200px !important}}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index ul.breadcrumb-main_list{padding:8px 0 0}}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .container.ds-container{padding-top:0;min-height:265px}}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .filter-section-nav-icon{margin-top:0}}.rockher_diamondsearch-index-index .toolbar-pane__btn{flex:none}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .container .results-comparison-tab{position:absolute;left:0;right:0;top:-115px;padding-top:13px}}.rockher_diamondsearch-index-index .container .results-comparison-tab div.product-toolbar-mobile{display:none}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .container .results-comparison-tab div.product-toolbar-mobile{display:block;padding:0 15px}}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .container .results-comparison-tab div.product-toolbar-mobile .toolbar-pane{display:block;padding:0 !important;background-color:transparent;flex-direction:row}}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .container .results-comparison-tab div.product-toolbar-mobile .toolbar-pane .toolbar-pane__btn{flex:none;line-height:1;font-size:14px;letter-spacing:0.88px;color:#51aceb;justify-content:flex-start;text-align:left;max-width:250px;flex-direction:row}.rockher_diamondsearch-index-index .container .results-comparison-tab div.product-toolbar-mobile .toolbar-pane .toolbar-pane__btn img{position:relative;top:0;margin-right:4px}.rockher_diamondsearch-index-index .container .results-comparison-tab div.product-toolbar-mobile .toolbar-pane .toolbar-pane__btn .sort-by-prompt{margin-left:4px}}.rockher_diamondsearch-index-index .filter-section-wrapper .icon{background:none}.rockher_diamondsearch-index-index .container .rh-sort-by__sorting-options .item{margin-bottom:17px}.rockher_diamondsearch-index-index .container .rh-sort-by__res{margin-bottom:25px}.rockher_diamondsearch-index-index .g-btn_primary{display:inline;padding:15px 110px}@media only screen and (max-width:360px){.rockher_diamondsearch-index-index .g-btn_primary{padding:15px 70px}}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .diamond-video-block{width:100% !important;height:158px !important}.rockher_diamondsearch-index-index .diamond-video-block .spinner{margin-top:0 !important}.rockher_diamondsearch-index-index .diamond-video-block video{width:100% !important}}.rockher_diamondsearch-index-index #advanced-filters .adv-search-panel-wrapper{margin-top:0}@media only screen and (max-width:991px){.rockher_diamondsearch-index-index #advanced-filters .adv-search-panel-wrapper{margin:0;border-bottom:none}}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index #advanced-filters{display:none;position:fixed;background:#fff;z-index:1000005;width:100%;left:0;top:0;overflow:scroll;height:100%;padding-bottom:80px}}.rockher_diamondsearch-index-index #advanced-filters .close-filters{display:none}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index #advanced-filters .close-filters{position:absolute;display:block;top:15px;right:15px;width:24px;height:24px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_modal-close.svg);background-repeat:no-repeat;background-position:center}}.rockher_diamondsearch-index-index .show-results-popup{display:none}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .show-results-popup{display:flex;justify-content:center;margin:0 auto;width:100%;padding:13px 0;border-top:1px solid #e8e8e8;position:fixed;bottom:0;left:0;right:0;background-color:#ffffff;z-index:5}}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .show-results-popup span{max-width:345px;width:60%;height:55px;border-radius:5px;background:#51aceb;font-family:ProximaNovaBold;color:#fff;letter-spacing:2px;line-height:19px;font-size:16px;display:flex;justify-content:center;align-items:center;padding:0 50px}}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index #recommended-filters{display:none;position:fixed;background:#fff;z-index:1000005;width:100%;left:0;top:0;overflow:scroll;height:100%}}.rockher_diamondsearch-index-index #recommended-filters .close-filters{display:none}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index #recommended-filters .close-filters{position:absolute;display:block;top:15px;right:15px;width:24px;height:24px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_modal-close.svg);background-repeat:no-repeat;background-position:center}}.rockher_diamondsearch-index-index #header-list-view-recommended-wrap .header-fluorescence,.rockher_diamondsearch-index-index #header-list-view-recommended-wrap .header-cut{width:13%}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index #header-list-view-recommended-wrap .header-fluorescence,.rockher_diamondsearch-index-index #header-list-view-recommended-wrap .header-cut{width:15%;font-size:14px;color:#ffffff}}.rockher_diamondsearch-index-index #header-list-view-recommended-wrap .header-clarity{width:10%}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index #header-list-view-recommended-wrap .header-clarity{width:17%}}.rockher_diamondsearch-index-index #rosi-tooltip-popup,.rockher_diamondsearch-index-index #manual-tooltip-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000000;background:rgba(0,0,0,0.4)}.rockher_diamondsearch-index-index .rosi-tooltip-popup-inside,.rockher_diamondsearch-index-index .manual-tooltip-popup-inside{padding:30px 33px;height:173.88px;width:380px;border-radius:10px;background-color:#FFFFFF;box-shadow:0 2px 4px 1px rgba(0,0,0,0.1);position:absolute;left:33%;top:140px;z-index:1000000}.rockher_diamondsearch-index-index .rosi-tooltip-popup-inside p,.rockher_diamondsearch-index-index .manual-tooltip-popup-inside p{color:#413F41;font-family:"ProximaNovaReg";font-size:14px;font-weight:bold;letter-spacing:0.44px;line-height:17px;margin-bottom:20px}.rockher_diamondsearch-index-index .rosi-tooltip-popup-inside span,.rockher_diamondsearch-index-index .manual-tooltip-popup-inside span{height:37.36px;width:210.33px;border-radius:45px;background-color:#51aceb;color:#FFFFFF;font-family:"ProximaNovaBold";font-size:16px;letter-spacing:2px;line-height:19px;text-transform:uppercase;padding:20px 10px;display:flex;justify-content:center;align-items:center;float:right;cursor:pointer}.rockher_diamondsearch-index-index .rosi-tooltip-popup-inside:after,.rockher_diamondsearch-index-index .manual-tooltip-popup-inside:after{position:absolute;left:-10px;top:40%;content:'';display:block;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #fff}@media only screen and (max-width:1440px){.rockher_diamondsearch-index-index .rosi-tooltip-popup-inside,.rockher_diamondsearch-index-index .manual-tooltip-popup-inside{left:27.5%;top:140px}}@media only screen and (max-width:1024px){.rockher_diamondsearch-index-index .rosi-tooltip-popup-inside,.rockher_diamondsearch-index-index .manual-tooltip-popup-inside{left:25%;top:120px}}.rockher_diamondsearch-index-index .manual-tooltip-popup-inside{top:33%;padding:30px 37px;letter-spacing:0.44px;height:auto;left:22%}.rockher_diamondsearch-index-index .manual-tooltip-popup-inside:after{left:50%;top:97%;transform:rotate(-90deg)}@media only screen and (max-width:1440px){.rockher_diamondsearch-index-index .manual-tooltip-popup-inside{left:18%}}@media only screen and (max-width:1024px){.rockher_diamondsearch-index-index .manual-tooltip-popup-inside{top:34%}}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .manual-tooltip-popup-inside{top:0;padding:30px 23px;left:4%;max-width:345px}}.rockher_diamondsearch-index-index .g-radio-btn input[type="radio"]+.icon{display:block}.rockher_diamondsearch-index-index .example-image-text{text-align:center;margin-top:-15px}.rockher_diamondsearch-index-index .trust-widget-container{margin-top:60px}@media only screen and (max-width:1024px){.rockher_diamondsearch-index-index .trust-widget-container{margin-top:50px}}@media (max-width:520px){.rockher_diamondsearch-index-index .trust-widget-container iframe{height:320px !important}}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .diamond-information-mobile .mobile-risk-buttons{margin-top:25px}}.rockher_diamondsearch-index-index .diamond-information-mobile .diamond-video-placeholder{max-width:330px;width:100%;height:260px;overflow:hidden}@media only screen and (max-width:1024px){.rockher_diamondsearch-index-index .diamond-information-mobile .diamond-video-placeholder iframe.diamond-video-block_hk{margin-left:-40px;height:265px !important;zoom:1.2}}@media only screen and (max-width:991px){.rockher_diamondsearch-index-index .diamond-information-mobile .diamond-video-placeholder{height:290px}.rockher_diamondsearch-index-index .diamond-information-mobile .diamond-video-placeholder iframe.diamond-video-block_hk{width:335px;height:290px !important;margin-left:-30px}}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .diamond-information-mobile .diamond-video-placeholder{max-width:100%;width:170px;height:170px !important}.rockher_diamondsearch-index-index .diamond-information-mobile .diamond-video-placeholder iframe.diamond-video-block_hk{margin-left:0}}.rockher_diamondsearch-index-index .diamond-information-mobile .diamond-video-placeholder .diamond-video-preview_fancycolor{position:relative;display:block}.rockher_diamondsearch-index-index .diamond-information-mobile .diamond-video-placeholder .diamond-video-preview_fancycolor:before,.rockher_diamondsearch-index-index .diamond-information-mobile .diamond-video-placeholder .diamond-video-preview_fancycolor:after{content:'';position:absolute;bottom:15px}.rockher_diamondsearch-index-index .diamond-information-mobile .diamond-video-placeholder .diamond-video-preview_fancycolor:before{left:10px;width:32px;height:30px;background-image:url(../../frontend/Rockher/Winter/en_US/images/360VidDesktop.svg);background-size:contain;background-repeat:no-repeat;z-index:1}.rockher_diamondsearch-index-index .diamond-information-mobile .diamond-video-placeholder .diamond-video-preview_fancycolor:after{right:10px;width:32px;height:32px;background-image:url(../../frontend/Rockher/Winter/en_US/images/icon_btnPlayVideo.svg);background-size:contain;z-index:1}.rockher_diamondsearch-index-index #advanced-filters .noUi-horizontal .noUi-handle{width:32px;height:32px;top:-14px;text-align:center;left:-15px;border:none;background:transparent}.rockher_diamondsearch-index-index #advanced-filters .noUi-horizontal .noUi-handle:before{content:'';display:block;position:absolute;border:7px solid #51aceb;background-color:#fff;width:20px;height:20px;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:50%}.rockher_diamondsearch-index-index div.messages{display:none}.rockher_diamondsearch-index-index .shape-name.fancy-color.round-icon:before{mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Round.svg) no-repeat center / contain;-webkit-mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Round.svg) no-repeat center / contain}.rockher_diamondsearch-index-index .shape-name.fancy-color.brilliant-icon:before{mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_CushionBrilliant.svg) no-repeat center / contain;-webkit-mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_CushionBrilliant.svg) no-repeat center / contain}.rockher_diamondsearch-index-index .shape-name.fancy-color.cushion-icon:before{mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Cushion.svg) no-repeat center / contain;-webkit-mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Cushion.svg) no-repeat center / contain}.rockher_diamondsearch-index-index .shape-name.fancy-color.princess-icon:before{mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Princess.svg) no-repeat center / contain;-webkit-mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Princess.svg) no-repeat center / contain}.rockher_diamondsearch-index-index .shape-name.fancy-color.emerald-icon:before{mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Emerald.svg) no-repeat center / contain;-webkit-mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Emerald.svg) no-repeat center / contain}.rockher_diamondsearch-index-index .shape-name.fancy-color.asscher-icon:before{mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Asscher.svg) no-repeat center / contain;-webkit-mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Asscher.svg) no-repeat center / contain}.rockher_diamondsearch-index-index .shape-name.fancy-color.radiant-icon:before{mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Radiant.svg) no-repeat center / contain;-webkit-mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Radiant.svg) no-repeat center / contain}.rockher_diamondsearch-index-index .shape-name.fancy-color.oval-icon:before{mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Oval.svg) no-repeat center / contain;-webkit-mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Oval.svg) no-repeat center / contain}.rockher_diamondsearch-index-index .shape-name.fancy-color.pear-icon:before{mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_pear.svg) no-repeat center / contain;-webkit-mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_pear.svg) no-repeat center / contain}.rockher_diamondsearch-index-index .shape-name.fancy-color.marquise-icon:before{mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Marquise.svg) no-repeat center / contain;-webkit-mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Marquise.svg) no-repeat center / contain}.rockher_diamondsearch-index-index .shape-name.fancy-color.heart-icon:before{mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Heart.svg) no-repeat center / contain;-webkit-mask:url(../../frontend/Rockher/Winter/en_US/images/shape_style/DiamondShape_Heart.svg) no-repeat center / contain}.rockher_diamondsearch-index-index .shape-name.fancy-color.color-yellow:before{background:#d0d442}.rockher_diamondsearch-index-index .shape-name.fancy-color.color-pink:before{background:#b76186}.rockher_diamondsearch-index-index .shape-name.fancy-color.color-purple:before{background:#ce0bc1}.rockher_diamondsearch-index-index .shape-name.fancy-color.color-blue:before{background:#7089a8}.rockher_diamondsearch-index-index .shape-name.fancy-color.color-grey:before{background:#53536f}.rockher_diamondsearch-index-index .shape-name.fancy-color.color-green:before{background:#109633}#diamond-information-mobile{display:none}#search-result-container.list-view .item img.example-image+p,#search-result-container-recommended.list-view .item img.example-image+p{display:none}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .diamond-information-mobile{padding-top:50px !important}.rockher_diamondsearch-index-index .diamond-information-mobile+.rosi-recommended{border-top:none !important}}.brilliance-badge.ideal{width:130px}.brilliance-badge{position:absolute;display:block;top:10px;left:25px;z-index:10;cursor:pointer;width:220px}@media only screen and (max-width:991px){.brilliance-badge{display:block;top:15px;left:5px}.rockher_diamondsearch-index-index .brilliance-badge+div+.diamond-video-placeholder{top:40px}}@media only screen and (max-width:767px){.brilliance-badge{width:160px}}.search-result-container.grid-view .item.rosi-recommended .brilliance-badge{top:30px;left:14px}.search-result-container.list-view .item .brilliance-badge{display:none !important}.diamond-information-mobile .brilliance-badge{display:block;position:absolute;top:4px;left:0;width:145px}.brilliance-badge__badge{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;height:40px;background-color:#eac4d3;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;padding-left:42px;box-shadow:1px 2px 3px 0 rgba(0,0,0,0.2);font-family:ProximaNovaSbold}.diamond-information-mobile .brilliance-badge__badge{height:35px;border-top-left-radius:0;border-bottom-left-radius:0}.brilliance-badge__badge:before{content:'';position:absolute;top:0;left:0;width:38px;height:36px;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_brilliance-badge.svg);background-repeat:no-repeat;transform:translate(7px, 6px)}.brilliance-badge__badge .text{width:145px;font-size:14px;letter-spacing:0.4px;line-height:1;text-align:left}@media only screen and (max-width:767px){.brilliance-badge__badge .text{width:110px}}.diamond-information-mobile .brilliance-badge__badge .text{width:65px;font-size:12px;margin-right:5px}.brilliance-badge__badge .i{transform:translate(-5px, -1px)}.brilliance-badge__badge .i img{display:inline;margin:0 !important}@media only screen and (max-width:767px){.brilliance-badge__badge .i{display:none}}.brilliance-badge__badge.idealplus{height:55px;background-color:#fff;border:1px solid #b98137;border-radius:4px;font-size:12px;color:#060606;padding-left:50px}@media only screen and (max-width:767px){.brilliance-badge__badge.idealplus{height:50px;padding-left:40px}}.brilliance-badge__badge.idealplus .text{font-size:18px}@media only screen and (max-width:767px){.brilliance-badge__badge.idealplus .text{font-size:15px}}.brilliance-badge__badge.idealplus:before{width:35px;height:35px;top:5px;background-image:url(../../frontend/Rockher/Winter/en_US/images/diamondsearch/icon_brilliance-badge_yellow.png);background-repeat:no-repeat;background-size:contain;transform:translate(7px, 0px)}.brilliance-badge__tooltip{position:absolute;opacity:0;visibility:hidden;width:200%;top:120%;left:-10px;transform:translate(0, 1px);border-radius:10px;background:#fff;padding:17px 20px;box-shadow:0 2px 4px 1px rgba(0,0,0,0.1);font-size:14px;line-height:1.25;letter-spacing:0.44px;z-index:10}.diamond-information-mobile .brilliance-badge__tooltip{transform:translate(15px, -15px)}.search-result-container .item[data-index="0"] .brilliance-badge__tooltip,.search-result-container.list-view .item[data-index="0"]+.diamond-information-mobile .brilliance-badge__tooltip{bottom:auto;top:100%;transform:translate(0, 15px)}.search-result-container.list-view .item[data-index="0"]+.diamond-information-mobile .brilliance-badge__tooltip{transform:translate(15px, 15px)}.brilliance-badge__tooltip:before,.brilliance-badge__tooltip:after{content:'';position:absolute;width:0;height:0;border-top:11px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;top:100%;left:116px;z-index:2}.diamond-information-mobile .brilliance-badge__tooltip:before,.diamond-information-mobile .brilliance-badge__tooltip:after{left:96px}.search-result-container .item[data-index="0"] .brilliance-badge__tooltip:before,.search-result-container .item[data-index="0"] .brilliance-badge__tooltip:after,.search-result-container.list-view .item[data-index="0"]+.diamond-information-mobile .brilliance-badge__tooltip:before,.search-result-container.list-view .item[data-index="0"]+.diamond-information-mobile .brilliance-badge__tooltip:after{border-top:none;border-bottom:11px solid #fff;top:auto;bottom:100%}.brilliance-badge__tooltip:after{border-top:11px solid #e8e8e8;transform:translate(0, 1px);z-index:1}.search-result-container .item[data-index="0"] .brilliance-badge__tooltip:after,.search-result-container.list-view .item[data-index="0"]+.diamond-information-mobile .brilliance-badge__tooltip:after{border-top:none;border-bottom:11px solid #e8e8e8;transform:translate(0, -1px)}@media only screen and (max-width:767px){.brilliance-badge__tooltip{display:none}}.brilliance-badge__tooltip a{font-weight:bold;color:#51aceb}.brilliance-badge.is-active .brilliance-badge__tooltip{opacity:1;visibility:visible}.brilliance-badge_static{position:relative;top:auto;left:auto}.diamond-addtl-info .brilliance-badge_static{margin-right:10px;margin-bottom:10px}.category-products_completed .diamond-addtl-info .brilliance-badge_static{margin-right:0}@media only screen and (max-width:991px){.diamond-addtl-info .brilliance-badge_static{margin-bottom:15px;margin:0px auto;padding-bottom:10px}}.brilliance-badge_static .brilliance-badge__badge .text{width:145px}.brilliance-badge_static.is-active .brilliance-badge__tooltip{bottom:auto;top:100%;transform:translate(0, 15px)}.brilliance-badge_static.is-active .brilliance-badge__tooltip:before,.brilliance-badge_static.is-active .brilliance-badge__tooltip:after{top:auto;left:120px;bottom:100%;border-top:none;border-bottom:11px solid #fff}.brilliance-badge_static.is-active .brilliance-badge__tooltip:after{border-top:none;border-bottom:11px solid #e8e8e8;transform:translate(0, -1px)}.slider-er.complete-rings .brilliance-badge_static{position:absolute;top:10px;left:auto;right:10px;margin-right:0}.category-products_completed .brilliance-badge_static{position:absolute;top:10px;left:auto;right:10px}@media only screen and (max-width:991px){.category-products_completed .brilliance-badge_static{top:10px}}.category-products_completed .brilliance-badge_static .brilliance-badge__tooltip{left:auto;right:0;width:330px;padding:17px 15px}.category-products_completed .brilliance-badge_static .brilliance-badge__tooltip:before,.category-products_completed .brilliance-badge_static .brilliance-badge__tooltip:after{left:auto;right:25px}.category-products_completed .brilliance-badge_static.is-active .brilliance-badge__tooltip{top:auto;bottom:100%;transform:translate(10px, -15px)}.category-products_completed .brilliance-badge_static.is-active .brilliance-badge__tooltip:before,.category-products_completed .brilliance-badge_static.is-active .brilliance-badge__tooltip:after{top:100%;bottom:auto;border-top:11px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:none}.category-products_completed .brilliance-badge_static.is-active .brilliance-badge__tooltip:after{border-top:11px solid #e8e8e8;transform:translate(0, 1px)}.rosi-rec-badge{position:absolute;top:10px;left:25px;z-index:10;cursor:pointer}.brilliance-badge+.rosi-rec-badge{left:180px}.diamond-information-mobile .rosi-rec-badge{top:4px;left:20px}.diamond-information-mobile .brilliance-badge+.rosi-rec-badge{left:153px}.rosi-rec-badge__badge{width:40px;height:40px;background-color:#eac4d3;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;box-shadow:1px 2px 3px 0 rgba(0,0,0,0.2);display:flex;align-items:center;justify-content:center}.diamond-information-mobile .rosi-rec-badge__badge{width:35px;height:35px}.rosi-rec-badge__badge img{margin:0}.rosi-rec-badge__tooltip{position:absolute;opacity:0;visibility:hidden;width:420px;bottom:100%;left:-155px;transform:translate(0, -15px);border-radius:10px;background:#fff;padding:17px 20px;box-shadow:0 2px 4px 1px rgba(0,0,0,0.1);font-size:14px;line-height:1.25;letter-spacing:0.44px}.diamond-information-mobile .rosi-rec-badge__tooltip{width:345px;left:-10px}.diamond-information-mobile .brilliance-badge+.rosi-rec-badge .rosi-rec-badge__tooltip{left:-145px}.search-result-container .item[data-index="0"] .rosi-rec-badge__tooltip,.search-result-container.list-view .item[data-index="0"]+.diamond-information-mobile .rosi-rec-badge__tooltip{bottom:auto;top:100%;transform:translate(0, 15px)}.rosi-rec-badge__tooltip:before,.rosi-rec-badge__tooltip:after{content:'';position:absolute;width:0;height:0;border-top:11px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;top:100%;left:165px;z-index:2}.diamond-information-mobile .rosi-rec-badge__tooltip:before,.diamond-information-mobile .rosi-rec-badge__tooltip:after{left:17px}.diamond-information-mobile .brilliance-badge+.rosi-rec-badge .rosi-rec-badge__tooltip:before,.diamond-information-mobile .brilliance-badge+.rosi-rec-badge .rosi-rec-badge__tooltip:after{left:153px}.search-result-container .item[data-index="0"] .rosi-rec-badge__tooltip:before,.search-result-container .item[data-index="0"] .rosi-rec-badge__tooltip:after,.search-result-container.list-view .item[data-index="0"]+.diamond-information-mobile .rosi-rec-badge__tooltip:before,.search-result-container.list-view .item[data-index="0"]+.diamond-information-mobile .rosi-rec-badge__tooltip:after{border-top:none;border-bottom:11px solid #fff;top:auto;bottom:100%}.rosi-rec-badge__tooltip:after{border-top:11px solid #e8e8e8;transform:translate(0, 1px);z-index:1}.search-result-container .item[data-index="0"] .rosi-rec-badge__tooltip:after,.search-result-container.list-view .item[data-index="0"]+.diamond-information-mobile .rosi-rec-badge__tooltip:after{border-top:none;border-bottom:11px solid #e8e8e8;transform:translate(0, -1px);top:auto;bottom:100%}.rosi-rec-badge.is-active .rosi-rec-badge__tooltip{opacity:1;visibility:visible}.rockher_diamondsearch-index-index .tab-content>.tab-pane{display:none}.mds-gia-report-modal .modal-dialog{margin-top:80px;width:100%;max-width:900px}@media only screen and (max-width:767px){.mds-gia-report-modal .modal-dialog{width:auto}}@media only screen and (max-width:767px){.mds-gia-report-modal .modal-body{padding:0 15px 35px}}.mds-gia-report-modal .popup-text{max-width:450px;text-align:center;margin:0 auto 25px}.mds-gia-report-modal .primary{text-align:center}.mds-gia-report-modal .primary .g-btn_primary{padding:15px}@media only screen and (max-width:767px){.mds-gia-report-modal .primary .g-btn_primary{width:100%;max-width:320px}}#animation_container_logo{width:475px;height:450px}.customer-entrance{margin-bottom:50px}.customer-entrance__heading{padding-top:60px;margin-bottom:30px;text-align:center;font-size:18px;letter-spacing:0.5px;line-height:1.2}.customer-entrance__formset{position:relative;display:block;width:100%;max-width:350px;margin:0 auto;padding:0 15px;color:#413f41}.customer-entrance .customer-login-btn{position:relative;display:block;width:100%;max-width:320px;margin:0 auto;height:58px;line-height:58px;-webkit-border-radius:58px;-moz-border-radius:58px;border-radius:58px;padding-left:25px;font-family:ProximaNovaBold;font-size:16px;letter-spacing:2px;text-transform:uppercase;text-align:center;margin-bottom:12px;transition:.2s ease-in-out}.customer-entrance .customer-login-btn:before{position:absolute;content:'';top:50%;left:26px;background-repeat:no-repeat;background-position:0 0;transform:translate(0, -50%)}.customer-entrance .customer-login-btn_facebook{background:#3B5998;color:#ffffff}.customer-entrance .customer-login-btn_facebook:before{width:11px;height:20px;background-image:url(../../frontend/Rockher/Winter/en_US/images/customer-pages/icon_facebookLogoLogin.svg)}.customer-entrance .customer-login-btn_facebook:active{background:#3B5998}.customer-entrance .customer-login-btn_facebook:focus{background:#3B5998}.customer-entrance .customer-login-btn_facebook:hover{background:rgba(59,89,152,0.5)}.customer-entrance .customer-login-btn_google{background:#eeeeee;color:rgba(0,0,0,0.54)}.customer-entrance .customer-login-btn_google:before{width:20px;height:20px;background-image:url(../../frontend/Rockher/Winter/en_US/images/customer-pages/icon_googleLogoLogin.svg)}.customer-entrance .customer-login-btn_google:active{background:#eeeeee}.customer-entrance .customer-login-btn_google:focus{background:#eeeeee}.customer-entrance .customer-login-btn_google:hover{background:rgba(238,238,238,0.5);color:rgba(0,0,0,0.24)}.customer-entrance .auth-divider{position:relative;margin:30px 0;text-align:center}.customer-entrance .auth-divider span{position:relative;background:#ffffff;font-size:14px;letter-spacing:0.4px;color:#413f41;text-transform:uppercase;padding-left:20px;padding-right:20px;z-index:2}.customer-entrance .auth-divider:before{content:'';position:absolute;top:50%;left:0;right:0;border-top:1px solid #413f41}.customer-entrance .need-help{width:100%;max-width:920px;padding:20px 30px;margin:75px auto 0;border:1px solid #7c7593;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}@media only screen and (max-width:767px){.customer-entrance .need-help{flex-direction:column;text-align:center;padding:25px 20px 20px}}.customer-entrance .need-help .heading{flex:0 0 210px;display:flex;flex-direction:row;align-items:center;font-family:HaboroContrast-NormBook;font-size:20px;color:#413f41;line-height:1.25;letter-spacing:1px;text-transform:uppercase}@media only screen and (max-width:767px){.customer-entrance .need-help .heading{flex:0 0 auto;margin-bottom:20px}}.customer-entrance .need-help .heading img{margin-right:10px}.customer-entrance .need-help .text{color:#413F41;font-size:16px;line-height:1.2;letter-spacing:0.5px}@media only screen and (max-width:767px){.customer-entrance .need-help .text p{margin-bottom:15px}}.auth-input{position:relative;margin-bottom:20px;max-width:320px}.auth-input label{display:block;font-family:ProximaNovaReg;font-weight:normal;font-size:16px;letter-spacing:0.5px;line-height:1.2}.auth-input .field{margin-bottom:20px}.auth-input .input-box{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.auth-input .input-box .input-text{order:2}.auth-input .input-box .field-label{order:1}.auth-input .input-box .validation-advice{order:3}.auth-input__input,.auth-input input[type=text]{width:100%;max-width:320px;border:1px solid #7c7593;height:50px;padding:5px 20px;font-size:16px;font-family:ProximaNovaReg;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:#ffffff;outline:none}.auth-input__input:focus,.auth-input input[type=text]:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.auth-input__forgot-link{display:inline-block;margin-top:7px}.auth-input .validation-advice{font-family:ProximaNovaBold;color:#b90017;font-size:14px;line-height:17px;letter-spacing:0.5px}.auth-input .custom-select{margin-top:10px}.auth-input .custom-select__selected{width:100%;max-width:320px;border-color:#7c7593;padding-right:45px}.auth-input .custom-select__selected:after{right:15px;opacity:1}.auth-input__row{display:flex;flex-direction:row;justify-content:space-between;margin-left:-5px;margin-right:-5px}.auth-input__item{padding-left:5px;padding-right:5px}.auth-input__item_month{width:200px}.auth-input__item_years{width:130px}.customer-login-form{margin:0 auto;width:320px}.customer-login-form .proxiblue-recaptcha>div{margin:30px auto 10px}.customer-login-form .bottom{text-align:center;max-width:320px}.customer-login-form .bottom .g-btn{margin-bottom:15px;margin-top:15px}.customer-login-form .bottom p{font-size:16px;line-height:1.2;letter-spacing:0.5px}.customer-login-form .auth-submit-btn{width:100%;max-width:320px;height:58px}.customer-login-form #login-error-messages ul.messages{margin:0 !important;padding:0 !important}.customer-login-form #login-error-messages ul.messages li{margin:0 !important}.customer-login-form #login-error-messages ul.messages .error-msg li{margin:0 !important;padding:0 10px 5px;color:#b90017;font-family:ProximaNovaBold}.customer-login-footer{margin:35px -5px 0;text-align:center;font-size:16px;letter-spacing:0.5px;line-height:1.2}div.mage-error{font-size:16px}div.messages{text-align:center}div.message.error{font-size:1.0rem}.customer-account-login .login-container{max-width:350px;margin:0 auto}.customer-account-login .page.messages{max-width:1170px;margin:0 auto;text-align:center;display:block}.customer-account-create .page.messages{max-width:1170px;margin:0 auto;text-align:center;display:block}.customer-account-create .password-strength-meter{max-width:320px;border-radius:3px}.social-login-popup.login-popup{width:210px;margin:0 auto}.customer-account-createpassword .page-title-wrapper{max-width:1170px;margin:0 auto;text-align:center}.customer-account-createpassword .page-title-wrapper .page-title{font-size:24px}.customer-account-createpassword .form.password.reset{max-width:350px;margin:0 auto}.customer-account-forgotpassword .page-title-wrapper{max-width:1170px;margin:0 auto;text-align:center}.customer-account-forgotpassword .page-title-wrapper .page-title{font-size:24px}.customer-account-forgotpassword .form.password.forget{max-width:350px;margin:0 auto}.customer-account-forgotpassword .fieldset p.required{margin-right:44px}body.account .main-container{max-width:1290px;padding-left:15px;padding-right:15px;margin:auto}.customer-account .main-container{margin-top:120px}@media only screen and (max-width:1024px){.customer-account .main-container{margin-top:56px}}.customer-account-logoutsuccess .page-title{text-align:center}.customer-account-logoutsuccess .column.main p{font-size:16px}.rh-my-account{padding-top:35px;min-height:350px}@media only screen and (max-width:1024px){.rh-my-account{padding-top:15px}}.rh-my-account .acc-heading{font-family:HaboroContrast-NormBook;font-size:20px;letter-spacing:0.3px;line-height:1.4;margin-bottom:25px;text-transform:uppercase;color:#413f41}@media only screen and (max-width:767px){.rh-my-account .acc-heading{margin-bottom:15px}}.rh-my-account .back-link{display:block}.rh-my-account .back-link a:before{content:'';display:inline-block;width:7px;height:11px;background-image:url(../../frontend/Rockher/Winter/en_US/images/footer/ChevronRIGHT.svg);background-repeat:no-repeat;transform:translate(0, 1px) rotate(180deg);margin-right:7px}.rh-my-account .pager-wrap_top{margin-bottom:10px}@media only screen and (max-width:767px){.rh-my-account .pager-wrap_top{display:none}}.rh-my-account .pager-wrap_bottom{margin-top:15px}.rh-my-account .pager{float:none;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-end;margin:0;padding-left:15px;padding-right:15px}@media only screen and (max-width:767px){.rh-my-account .pager{font-size:14px}}.rh-my-account .pager .count-container{float:none}.rh-my-account .pager .count-container .amount{display:block}.rh-my-account .pager .pages{float:none}.rh-my-account .pager .pages .custompager{display:flex;flex-direction:row}.rh-my-account .pager .pages .custompager span{margin-left:7px;margin-right:7px}.rh-my-account .pager .pages .custompager ol{margin-bottom:0 !important}.rh-my-account .pager .pages .custompager ol li{margin:0}.rh-my-account .pager .pages .next:before{border-left:8px solid #443879}.rh-my-account .pager .pages .previous:before{margin-left:-5px;border-right:8px solid #443879}.rh-my-account .pager .pages .next:hover,.rh-my-account .pager .pages .previous:hover{border:1px solid transparent}.customer-dashboard{color:#413F41}@media only screen and (max-width:1024px){.customer-dashboard{padding-top:20px}}.customer-dashboard .welcome{font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:1.25;margin-bottom:30px}@media only screen and (max-width:1024px){.customer-dashboard .welcome{text-align:center}}@media only screen and (max-width:767px){.customer-dashboard .welcome{font-size:24px}}.welcome-guest-msg{text-align:center;padding-top:45px;padding-bottom:30px;margin-left:auto;margin-right:auto;color:#413f41}.welcome-guest-msg .heading{font-family:HaboroContrast-NormBook;font-size:28px;line-height:1.25;letter-spacing:1px;font-weight:normal;color:#413f41;margin-bottom:15px}.welcome-guest-msg p{max-width:585px;margin:0 auto;font-size:16px;letter-spacing:0.5px;line-height:1.25}.dashboard-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start}@media only screen and (max-width:1024px){.dashboard-wrapper{flex-wrap:wrap}}.dashboard-nav{display:flex;flex-direction:row;flex:0 0 400px;align-items:flex-start;flex-wrap:wrap}@media only screen and (max-width:1024px){.dashboard-nav{flex:0 0 auto;width:100%;justify-content:space-between}}@media only screen and (max-width:767px){.dashboard-nav{flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:20px}}.dashboard-nav__item{width:50%;max-width:200px;padding-right:15px;padding-bottom:15px}@media only screen and (max-width:1024px){.dashboard-nav__item{padding-right:0}.dashboard-nav__item:not(:first-child){padding-left:15px}}@media only screen and (max-width:991px){.dashboard-nav__item{max-width:180px}}@media only screen and (max-width:767px){.dashboard-nav__item{padding-left:0;padding-right:0;width:100%;max-width:100%}.dashboard-nav__item:not(:first-child){padding-left:0;padding-right:0}}.dashboard-nav__link{position:relative;display:flex;height:145px;flex-direction:column;align-items:center;justify-content:space-between;padding-top:40px;padding-bottom:35px;background-color:#F9F9F9;border:1px solid #e8e8e8;font-size:18px;color:#413F41;letter-spacing:0.5px;line-height:1.2;transition:all .2s}@media only screen and (max-width:767px){.dashboard-nav__link{height:75px;padding:0 25px;padding-left:75px;flex-direction:row;align-items:center;justify-content:flex-start}.dashboard-nav__link .icon{position:absolute;top:50%;left:25px;transform:translate(0, -50%)}.dashboard-nav__link .icon_profile{left:29px}.dashboard-nav__link .icon_address{left:28px}}.dashboard-nav__link:hover{border-color:#443879;background-color:#ffffff}.dashboard-summary{width:100%}.dashboard-summary .customer-block{margin-bottom:15px}.orders-table{width:100%}.orders-table th,.orders-table td{font-family:ProximaNovaReg;font-size:16px;letter-spacing:0.5px;line-height:1.2;padding:0 5px;color:#413f41}.orders-table th:first-child,.orders-table td:first-child{padding-left:0}.orders-table th.view,.orders-table td.view{text-align:right}@media only screen and (max-width:767px){.orders-table th.date,.orders-table td.date,.orders-table th.ship-to,.orders-table td.ship-to,.orders-table th.status,.orders-table td.status{display:none}.orders-table th.view .link span,.orders-table td.view .link span{display:none}}.orders-table th{text-transform:uppercase;padding-bottom:10px;border-bottom:1px solid #e8e8e8}.orders-table td{padding-top:15px;padding-bottom:15px;border-bottom:1px solid #e8e8e8}.orders-table tr:last-of-type td{border-bottom:none}.profile-data p{margin-bottom:10px}.rh-order-details{padding:0;font-size:16px;letter-spacing:0.5px;line-height:1.2;color:#413f41}.rh-order-details__header{display:flex;width:100%;font-size:16px;letter-spacing:0.5px;line-height:1.2;padding:20px 25px;align-items:center;justify-content:flex-start}@media only screen and (max-width:991px){.rh-order-details__header{padding-left:20px;padding-right:20px}}@media only screen and (max-width:767px){.rh-order-details__header{flex-direction:column;align-items:flex-start;padding:10px 20px;line-height:1.6}}.rh-order-details__header .date{width:260px}.rh-order-details__main{padding:15px 25px;background-color:#f9f9f9}@media only screen and (max-width:991px){.rh-order-details__main{padding:0;border-top:1px solid #e8e8e8}}.rh-order-details__items-heading{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:nowrap;width:100%;height:50px;border-bottom:1px solid #e8e8e8;text-transform:uppercase}.rh-order-details__items-heading .col-items{width:100%}.rh-order-details__items-heading .col-price{flex:0 0 200px}.rh-order-details__items-heading .col-subtotal{flex:0 0 125px;text-align:right}@media only screen and (max-width:991px){.rh-order-details__items-heading{background-color:#ffffff;padding-left:20px;padding-right:20px}.rh-order-details__items-heading .col-price,.rh-order-details__items-heading .col-subtotal{display:none}}.rh-order-details__items{border-bottom:1px solid #e8e8e8}@media only screen and (max-width:991px){.rh-order-details__items{padding-left:20px;padding-right:20px}}.rh-order-details__item{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;padding-top:15px;padding-bottom:15px}@media only screen and (max-width:991px){.rh-order-details__item{display:block}}.rh-order-details__item:not(:last-child){border-bottom:1px solid #e8e8e8}.rh-order-details__item .image{flex:0 0 210px;margin-right:50px}@media only screen and (max-width:991px){.rh-order-details__item .image{display:block;width:210px;margin-right:0;margin-bottom:10px}}.rh-order-details__item .image div{display:block;border:1px solid #e8e8e8;padding:5px}.rh-order-details__item .image img{max-width:100%;height:auto}.rh-order-details__item .details{width:100%;padding-right:15px}.rh-order-details__item .details-item{margin-bottom:10px;font-size:18px}@media only screen and (max-width:767px){.rh-order-details__item .details-item{font-size:16px;margin-bottom:7px}}.rh-order-details__item .col-price{flex:0 0 200px}.rh-order-details__item .col-price span{display:inline;font-family:ProximaNovaBold;font-size:18px}@media only screen and (max-width:767px){.rh-order-details__item .col-price span{font-size:16px;font-weight:normal}}@media only screen and (max-width:991px){.rh-order-details__item .col-price{margin-bottom:7px}.rh-order-details__item .col-price:before{content:attr(data-col-title);display:inline-block;font-family:ProximaNovaBold;font-size:16px;letter-spacing:0.5px;line-height:1.2}.rh-order-details__item .col-price span{font-family:ProximaNovaReg}}.rh-order-details__item .col-subtotal{flex:0 0 125px;text-align:right}.rh-order-details__item .col-subtotal span{display:inline;font-family:ProximaNovaBold;font-size:18px}@media only screen and (max-width:767px){.rh-order-details__item .col-subtotal span{font-size:16px;font-weight:normal}}@media only screen and (max-width:991px){.rh-order-details__item .col-subtotal{text-align:left}.rh-order-details__item .col-subtotal:before{content:attr(data-col-title);display:inline-block;font-family:ProximaNovaBold;font-size:16px;letter-spacing:0.5px;line-height:1.2}.rh-order-details__item .col-subtotal span{font-family:ProximaNovaReg}}.rh-order-details__total{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;padding-top:15px;padding-bottom:15px}.rh-order-details__total table{font-size:16px;color:#413F41}.rh-order-details__total table th{width:85%}@media only screen and (max-width:767px){.rh-order-details__total table th{width:auto}}.rh-order-details__total table th,.rh-order-details__total table td{text-align:right;padding:3px 0}@media only screen and (max-width:991px){.rh-order-details__total{padding:30px 20px;background-color:#ffffff;border-bottom:1px solid #e8e8e8}}.rh-order-details__total .total-item{display:flex;flex-direction:row;margin-bottom:15px}@media only screen and (max-width:767px){.rh-order-details__total .total-item{justify-content:space-between;width:100%}.rh-order-details__total .total-item:last-child{margin-bottom:0}}.rh-order-details__total .title{width:200px;text-align:left}.rh-order-details__total .val{width:125px;font-family:ProximaNovaBold;text-align:right}.rh-order-details__info{background-color:#ffffff}.rh-order-info{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;padding:25px}.rh-order-info__item{width:25%;min-width:200px;margin-bottom:15px;font-size:16px;letter-spacing:0.5px;line-height:1.2;padding-right:10px}.rh-order-info__item .heading{font-family:ProximaNovaBold;text-transform:uppercase;margin-bottom:15px}@media only screen and (max-width:767px){.rh-order-info__item .heading{margin-bottom:10px}}.rh-order-info__item .data{text-align:left}@media only screen and (max-width:991px){.rh-order-info__item{width:50%}}@media only screen and (max-width:767px){.rh-order-info__item{width:100%;margin-bottom:30px}.rh-order-info__item:last-child{margin-bottom:0}}.rh-address-book{margin-bottom:35px}.rh-address-book_addtl{margin-bottom:50px}@media only screen and (max-width:991px){.rh-address-book_addtl{margin-bottom:25px}}.rh-address-item{min-height:150px;margin-bottom:30px}@media only screen and (max-width:767px){.rh-address-item{margin-bottom:15px}}.rh-address-item:nth-child(2n){clear:both}.rh-address-item .customer-block__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;min-height:215px}@media only screen and (max-width:767px){.rh-address-item .customer-block__content{display:block;min-height:auto}}.rh-address-item .text{font-size:16px;letter-spacing:0.5px;line-height:1.2;color:#413f41;margin-bottom:20px}.rh-address-item .text_center{text-align:center}.rh-address-item .buttons{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}.rh-address-item .buttons .g-btn{width:125px;height:45px;line-height:40px}.rh-address-item .buttons .g-btn:not(:first-child){margin-left:20px}.rh-new-address-wrap{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-end}@media only screen and (max-width:767px){.rh-new-address-wrap{justify-content:center}}.customer-form-wrap{position:relative;width:100%;max-width:320px;margin:0 auto}@media only screen and (max-width:767px){.customer-form-wrap{max-width:380px}}.customer-form .g-input{width:100%}.customer-form .custom-select__selected{width:100%}.customer-form .default-address{font-size:16px;letter-spacing:0.5px;line-height:1.2;color:#413f41}.customer-form .gender{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:10px 0 25px}.customer-form .gender__item{width:115px}.customer-form .fieldset-profile{margin-bottom:75px}.customer-form .fieldset-password .acc-heading{margin-bottom:10px}.order-progress{padding-top:35px;padding-bottom:35px}.order-progress_simple{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding-top:25px;padding-bottom:25px}.order-progress .current-status{margin-bottom:15px}.order-progress .current-status .icon{margin:0 auto 7px}.order-progress__step-points{position:relative;width:100%;padding-left:45px;padding-right:45px;margin:0 auto 20px}@media only screen and (max-width:767px){.order-progress__step-points{padding-left:0;padding-right:0;margin-bottom:30px}}.order-progress__step-points .step-line{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.order-progress__step-points .step-line:before{content:'';position:absolute;top:50%;left:10px;right:10px;height:3px;background-color:#e8e8e8;margin-top:-2px}.order-progress__step-points .step-line_progress-1-5:before{background:linear-gradient(90deg, #443879 0, #e8e8e8 25%)}.order-progress__step-points .step-line_progress-2-5:before{background:linear-gradient(90deg, #443879 0, #443879 25%, #e8e8e8 50%)}.order-progress__step-points .step-line_progress-3-5:before{background:linear-gradient(90deg, #443879 0, #443879 50%, #e8e8e8 75%)}.order-progress__step-points .step-line_progress-4-5:before{background:linear-gradient(90deg, #443879 0, #443879 75%, #e8e8e8 100%)}.order-progress__step-points .step-line_progress-complete:before{background:#443879}.order-progress__step-points .step-line .step-item{position:relative;display:block;width:32px;height:32px;padding:1px;border:2px solid #e8e8e8;background:#ffffff;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;z-index:1}.order-progress__step-points .step-line .step-item span{display:block;width:100%;height:100%;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#ffffff;color:#e8e8e8;font-family:ProximaNovaBold;font-size:16px;text-align:center;line-height:24px}.order-progress__step-points .step-line .step-item_in-progress{border-color:#443879}.order-progress__step-points .step-line .step-item_in-progress span{background:linear-gradient(90deg, #443879 0%, #e8e8e8 100%);color:#ffffff}.order-progress__step-points .step-line .step-item_done{border-color:#443879}.order-progress__step-points .step-line .step-item_done span{background-color:#443879;font-size:0;line-height:0;color:transparent}.order-progress__step-points .step-line .step-item_done span:before{content:'';position:absolute;top:50%;left:50%;width:14px;height:12px;transform:translate(-50%, -50%);background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_checkbox-arrow-white.svg);z-index:2}.order-progress__step-captions{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;font-size:16px;letter-spacing:0.5px;line-height:1.2;padding-left:20px;padding-right:20px}.dashboard-summary .order-progress__step-captions{padding-right:28px}@media only screen and (max-width:767px){.order-progress__step-captions{display:none}}.order-progress__step-captions .caption-item img{display:inline-block;transform:translate(0, -1px)}.dashboard-summary .order-progress__step-captions .caption-item{max-width:85px;text-align:center}.dashboard-summary .order-progress__step-captions .caption-item img{display:block;transform:none;margin:5px auto 0}body.account .page-title-wrapper .page-title{margin-bottom:20px}body.account .form.form-edit-account{max-width:380px;margin-left:auto;margin-right:auto}@media only screen and (max-width:767px){body.account .form.form-edit-account{max-width:380px}}body.account .form.form-edit-account .actions-toolbar{margin:0}body.account .form.form-edit-account .actions-toolbar .primary,body.account .form.form-edit-account .actions-toolbar .secondary{float:none;text-align:center;display:block}body.account .form.form-edit-account .actions-toolbar .primary{margin-bottom:10px}body.account .form.form-edit-account .actions-toolbar .primary .action.primary{width:100%;display:block;font-family:ProximaNovaReg;font-size:16px;background-color:#443879}body.account .form.form-edit-account .actions-toolbar .primary .action.primary span{font-family:inherit;font-size:inherit}body.account .form.form-edit-account .actions-toolbar .primary .action.primary:hover{background-color:#5D5185;color:#ffffff}body.account .form .fieldset{margin-bottom:20px}body.account .form .fieldset>.legend{float:none;margin:0;font-size:20px;font-family:HaboroContrast-NormBook;line-height:1.4;letter-spacing:0.3px;color:#413f41;border:none}body.account .form .fieldset>.field{margin:0 0 20px}body.account .form .fieldset>.field.choice:before{display:none}body.account .form .fieldset>.field>.label{float:none;width:auto;text-align:left;margin-bottom:5px;padding:0;font-family:ProximaNovaReg;font-weight:400;font-size:16px;letter-spacing:.5px;line-height:1.2}body.account .form .fieldset>.field>.control{width:auto;float:none}body.account .form .fieldset>.field>.control input{display:block;width:100%;height:50px;max-width:100%;border:1px solid #7c7593;padding:5px 20px;font-size:16px;font-family:ProximaNovaReg;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:#fff;color:#413f41;outline:none}body.account .form .password-info{margin-bottom:20px}body.account .form .password-info a{font-family:ProximaNovaSbold;color:#302BA7}body.account .actions-toolbar.back-link{margin-top:10px}body.account .actions-toolbar.back-link .secondary{float:none}body.account .actions-toolbar.back-link .action.back{font-family:ProximaNovaBold;font-size:16px}body.account .actions-toolbar.back-link .action.back:before{content:'';display:inline-block;width:7px;height:11px;background-image:url(../../frontend/Rockher/Winter/en_US/images/footer/ChevronRIGHT.svg);background-repeat:no-repeat;transform:translate(0, 1px) rotate(180deg);margin-right:7px}body.account .order-products-toolbar{padding:0;margin:15px 0}body.account .order-products-toolbar .pager{display:flex;align-items:center;justify-content:flex-start}body.account .order-products-toolbar .pager .toolbar-amount{padding:0;margin-right:15px;margin-bottom:3px;font-family:ProximaNovaSbold;font-size:13px;letter-spacing:0.4px;color:#413f41}body.account .order-products-toolbar .pager .limiter{margin:0;height:auto}body.account .order-products-toolbar .pager .limiter .limiter-label{font-family:ProximaNovaReg;font-weight:normal;font-size:13px;text-transform:uppercase}body.account .order-products-toolbar .pager .limiter .limiter-options{width:auto;padding:0;height:24px;margin:0 0 0 5px}body.account .order-products-toolbar .pager .limiter .limiter-text{display:none}.customer-account-login .page-title-wrapper .page-title,.customer-account-create .page-title-wrapper .page-title{text-align:center;margin-top:50px;margin-bottom:10px}html{font-size:16px;box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{box-sizing:border-box}html,body{background:#ffffff}html.rh-newdesign,body.rh-newdesign{background:#fdfaf4;margin:0;padding:0}body{color:#292D34;font-family:Runda-Light}.rh-newdesign_wrap{background:#fdfaf4;font-family:Runda-Light;font-size:16px}.rh-newdesign h1,.rh-newdesign .h1,.rh-newdesign h2,.rh-newdesign .h2,.rh-newdesign h3,.rh-newdesign .h3,.rh-newdesign h4,.rh-newdesign .h4,.rh-newdesign h5,.rh-newdesign .h5,.rh-newdesign h6,.rh-newdesign .h6{font-family:HaboroContrast-NormBook;margin:0;color:#292d34;text-transform:none;font-weight:normal}.rh-newdesign h1,.rh-newdesign .h1{font-size:35px;letter-spacing:-0.4px;line-height:45px}.rh-newdesign h2,.rh-newdesign .h2{font-size:35px;letter-spacing:-0.4px;line-height:40px}.rh-newdesign h3,.rh-newdesign .h3{font-size:30px;letter-spacing:-0.4px;line-height:35px}.rh-newdesign h4,.rh-newdesign .h4{font-size:20px;letter-spacing:-0.3px;line-height:26px}.rh-newdesign h5,.rh-newdesign .h5{font-size:20px;letter-spacing:-0.3px;line-height:26px}@media (min-width:768px){.rh-newdesign body{font-size:16px}.rh-newdesign h1,.rh-newdesign .h1{font-size:44px}.rh-newdesign h2,.rh-newdesign .h2{font-size:40px;letter-spacing:-0.3px;line-height:45px}.rh-newdesign h3,.rh-newdesign .h3{font-size:30px;line-height:35px}}@media (min-width:992px){.rh-newdesign body{font-size:18px}.rh-newdesign h1,.rh-newdesign .h1{font-size:66px;line-height:78px}.rh-newdesign h2,.rh-newdesign .h2{font-size:44px;line-height:50px}.rh-newdesign h3,.rh-newdesign .h3{font-size:35px;line-height:45px}.rh-newdesign h4,.rh-newdesign .h4{font-size:25px;line-height:30px}}.rh-newdesign p{font-size:15px;line-height:20px;margin:0 0 2.75em}.rh-newdesign a{color:#060606;text-decoration:underline;font-family:Runda-Light}.rh-newdesign a:hover{text-decoration:none}.rh-newdesign a:active,.rh-newdesign a:hover{outline:0}.rh-newdesign b,.rh-newdesign strong{font-weight:700}.rh-newdesign i,.rh-newdesign em{font-style:italic}.rh-newdesign img{border:none;display:block;max-width:100%}.rh-newdesign img[data-src],.rh-newdesign img[data-srcset]{display:block;min-height:1px}.rh-newdesign td,.rh-newdesign th{padding:0;text-align:left;vertical-align:top}.rh-newdesign hr{border:none;border-top:1px solid #c6c6c6;box-sizing:content-box;height:0;margin-bottom:16px}.rh-newdesign ol,.rh-newdesign ul{margin:0;padding:0}.rh-newdesign ::-webkit-input-placeholder{color:inherit;font-weight:inherit}.rh-newdesign ::-moz-placeholder{color:inherit;font-weight:inherit}.rh-newdesign :-moz-placeholder{color:inherit;font-weight:inherit}.rh-newdesign :-ms-input-placeholder{color:inherit;font-weight:inherit}.rh-newdesign label{font-size:16px;line-height:1.25;display:block}.rh-newdesign input,.rh-newdesign select,.rh-newdesign textarea{background-color:transparent}.rh-newdesign input:focus,.rh-newdesign select:focus,.rh-newdesign textarea:focus{outline:none}.rh-newdesign .text-nowrap{white-space:nowrap}.rh-newdesign .fw-100{font-weight:100}.rh-newdesign .fw-300{font-weight:300}@media (min-width:1440px){.rh-newdesign .d-xxl-none{display:none !important}.rh-newdesign .d-xxl-block{display:block !important}}.rh-newdesign .image-wrapper{position:relative;padding-bottom:100%}.rh-newdesign .image-wrapper img{position:absolute;left:50%;transform:translateX(-50%);top:0}.rh-newdesign .clr{clear:both}.rh-newdesign .cf{display:block}.rh-newdesign .cf:after{clear:both;content:'.';display:block;font-size:0;height:0;line-height:0;visibility:hidden}.rh-newdesign .app p:last-child,.rh-newdesign .app ol:last-child,.rh-newdesign .app ul:last-child,.rh-newdesign .app table:last-child{margin-bottom:0}.rh-newdesign .container{width:100%;padding:0 20px;position:relative}.rh-newdesign .container:before,.rh-newdesign .container:after{display:inherit}@media (min-width:768px){.rh-newdesign .container{padding:0 15px;max-width:730px}}@media (min-width:992px){.rh-newdesign .container{max-width:960px}}@media (min-width:1200px){.rh-newdesign .container{max-width:1260px}}.rh-newdesign .bg{background-position:50%;background-repeat:no-repeat;background-size:cover}.rh-newdesign .bg-contain{background-position:50%;background-repeat:no-repeat;background-size:contain}.rh-newdesign .cover{bottom:0;left:0;position:absolute;right:0;top:0}.rh-newdesign .icon{display:inline-block;vertical-align:top;width:30px;height:30px;fill:#fff}@media (min-width:768px){.rh-newdesign .icon{width:30px;height:30px}}.rh-newdesign .text-center{text-align:center}.rh-newdesign .text-right{text-align:right}.rh-newdesign .text-nowrap{white-space:nowrap}.rh-newdesign .plain-text{font-size:15px;line-height:1.2;color:#292d34}.rh-newdesign .heading:before,.rh-newdesign .heading:after{display:none}.rh-newdesign .section-heading{color:#302ba7;text-align:center;margin-bottom:40px}.rh-newdesign .p-1{padding-top:60px !important;padding-bottom:60px !important}.rh-newdesign .p-2{padding-top:40px !important;padding-bottom:40px !important}.rh-newdesign .p-3{padding-top:20px !important;padding-bottom:20px !important}.rh-newdesign .p-4{padding-top:15px !important;padding-bottom:15px !important}.rh-newdesign .p-5{padding-top:10px !important;padding-bottom:10px !important}@media (min-width:992px){.rh-newdesign .p-1{padding-top:80px !important;padding-bottom:80px !important}.rh-newdesign .p-2{padding-top:60px !important;padding-bottom:60px !important}.rh-newdesign .p-3{padding-top:30px !important;padding-bottom:30px !important}.rh-newdesign .p-4{padding-top:20px !important;padding-bottom:20px !important}.rh-newdesign .p-5{padding-top:10px !important;padding-bottom:10px !important}}.rh-newdesign .rh-button{display:inline-block;font-size:15px;color:#fdfaf4;font-family:Runda-Light;line-height:18px;text-decoration:none;transition:background-color .3s}.rh-newdesign .rh-button:after{content:'→';display:inline-block;font-family:Runda-Light;font-size:18px;margin-left:6px;transform:translateX(5px)}.rh-newdesign .rh-button:hover:after{animation:buttonArrowHover .3s ease-in-out}.rh-newdesign .rh-button_primary{min-width:190px;background:#db7ca7;padding:21px 35px 20px;text-align:center}.rh-newdesign .rh-button_primary:hover{background:#db7ca7}.rh-newdesign .rh-button_secondary{color:#302ba7;border-bottom:2px solid #302ba7;padding:0 2px 3px;padding-right:10px;transition:border-color .15s}.rh-newdesign .rh-button_secondary:hover{border-bottom-color:transparent}.rh-newdesign .rh-button_secondary-white{color:#ffffff;border-color:#ffffff}@keyframes buttonArrowHover{0%{transform:translateX(5px)}50%{transform:translateX(20px);opacity:0}51%{transform:translateX(-15px)}to{opacity:1;transform:translateX(5px)}}.rh-newdesign .single-input{position:relative;width:100%;max-width:300px}.rh-newdesign .single-input__input{width:100%;height:53px;border:1px solid #efefef;padding-left:20px;padding-right:45px;font-family:Runda-Light;font-size:16px;letter-spacing:-0.24px;line-height:1.2;text-align:left;color:#efefef;max-width:100%;margin-bottom:10px}.rh-newdesign .single-input__input:focus{border-color:#292d34}.rh-newdesign .single-input__btn{background:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:none;position:absolute;top:26px;right:0px;width:48px;height:48px;transform:translate(0, -50%);color:#606e85;cursor:pointer;outline:none}.rh-newdesign .single-input__btn .icon{width:32px;height:32px}.livechat-btn-container{position:fixed;bottom:16px;right:8px;z-index:999999;transform:translate(0, 100px) scale(.2);transition:all .25s cubic-bezier(.42, 0, .25, 1.6)}.livechat-btn-container.initialized{transform:translate(0, 0) scale(1)}.livechat-btn-container .livechat-button{position:relative;display:flex;align-items:center;justify-content:center;width:60px;height:60px;box-shadow:rgba(0,0,0,0.3) 0px 4px 8px;background:#d03bb8;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:none;outline:none}.not-supported-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#ffffff;z-index:2147483640}.not-supported-modal .btn-close{position:absolute;top:15px;right:15px;width:28px;height:28px;background-image:url(../../frontend/Rockher/Winter/en_US/images/product/icon_modal-close.svg);background-repeat:no-repeat;background-position:center;cursor:pointer}.not-supported-wrap{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffff}@media (max-width:576px){.not-supported-wrap{position:relative}}.not-supported{position:absolute;top:150px;left:50%;width:100%;max-width:950px;margin-left:-475px;text-align:center;border:1px solid #413f41;letter-spacing:0.5px;padding:85px 110px}@media (max-width:992px){.not-supported{top:100px}}@media (max-width:768px){.not-supported{max-width:850px;margin-left:-425px;top:75px;padding:65px 55px}}@media (max-width:576px){.not-supported{position:relative;width:auto;top:auto;left:auto;transform:none;margin:auto;border:none;padding-left:25px;padding-right:25px}}.not-supported .rh-logo{margin-bottom:35px;text-align:center}.not-supported .rh-logo img{display:inline-block;width:100px;height:auto}.not-supported .heading{font-family:HaboroContrast-NormBook;font-size:24px;line-height:1.25;margin-bottom:10px;color:#413f41}.not-supported .heading:before,.not-supported .heading:after{display:none}.not-supported .subheading{font-family:ProximaNovaReg;color:#413F41;font-size:16px;line-height:1.2;max-width:730px;margin:0 auto 40px}.not-supported .browsers-list{text-align:center}.not-supported .browsers-list .item{display:inline-block;vertical-align:top;min-width:150px;margin:0 35px}@media (max-width:576px){.not-supported .browsers-list .item{margin:0 10px 15px}}.not-supported .browsers-list .item a{display:block}.not-supported .browsers-list .item img{display:block;width:100px;margin:0 auto 15px}.not-supported .browsers-list .item span{font-size:16px;font-family:ProximaNovaBold;line-height:1.2;letter-spacing:0.5px;color:#443879}.jarallax{position:relative;z-index:0}.jarallax>.jarallax-img{position:absolute;object-fit:cover;font-family:'object-fit: cover;';top:0;left:0;width:100%;height:100%;z-index:-1}.main-header{position:relative}.main-header .top-bar{-webkit-backface-visibility:hidden;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-color:#151515;padding:0px 0px;font-size:20px;font-weight:bold;font-family:ProximaNovaReg;line-height:1.2;letter-spacing:0.5px}@media only screen and (max-width:767px){.rockher_diamondsearch-index-index .main-header .top-bar{display:none !important}}.main-header .top-bar strong{letter-spacing:normal}@media (min-width:768px){.main-header .top-bar{height:44px;font-size:20px;line-height:1.2;padding:0}}.main-header .top-bar__close{position:absolute;right:2px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;outline:none;cursor:pointer}.main-header .top-bar img{vertical-align:middle}.main-header .top-bar .center-container{width:100%}.main-header .top-bar .slidingVertical{display:inline;margin:0px auto}.main-header .top-bar .slidingVertical div.frame{animation:topToBottom 12.5s linear infinite 0s;-ms-animation:topToBottom 12.5s linear infinite 0s;-webkit-animation:topToBottom 12.5s linear infinite 0s;opacity:0;overflow:hidden;position:absolute;top:-10px;width:100%}.main-header .top-bar .slidingVertical div.frame span.text{text-transform:uppercase}.main-header .top-bar .slidingVertical div.frame .textc{margin:10px 10px;float:left;margin-left:40%;font-style:italic;font-size:18px;font-weight:bold}@media only screen and (max-width:767px){.main-header .top-bar .slidingVertical div.frame .textc{margin-left:20%}}.main-header .top-bar .slidingVertical div.frame:nth-child(2){animation-delay:2.5s;-ms-animation-delay:2.5s;-webkit-animation-delay:2.5s;top:0}.main-header .top-bar .slidingVertical div.frame:nth-child(3){animation-delay:5s;-ms-animation-delay:5s;-webkit-animation-delay:5s;top:0}.main-header .top-bar .slidingVertical div.frame:nth-child(4){animation-delay:7.5s;-ms-animation-delay:7.5s;-webkit-animation-delay:7.5s;top:0}@media only screen and (max-width:767px){.main-header .top-bar{height:36px}.main-header .top-bar .slidingVertical,.main-header .top-bar .verticalFlip{font-size:12px;height:36px}}.main-header .top-bar .timer-block{float:left;width:45px;margin:1px;text-align:center;background-color:#fff;background-image:none !important;border-radius:5px}@media only screen and (max-width:767px){.main-header .top-bar .timer-block{width:36px;height:34px}.main-header .top-bar .timer-block small{display:none}}.main-header .top-bar .timer-block span{text-shadow:0px 1px 1px #000;font-size:18px;font-weight:700;font-stretch:normal;font-style:normal;letter-spacing:normal;text-align:center;color:#000;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;height:18px;float:left;width:100%;line-height:32px}.main-header .top-bar .timer-block small{font-size:8px;color:#000}.main-header .contact-bar{padding:0;background:#fff}.main-header .contact-bar .inner{display:flex;align-items:center;justify-content:space-around;width:100%;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto}.main-header .contact-bar>.container{padding-left:0}.main-header .contact-bar a{text-decoration:none;color:#000000;font-family:ProximaNovaReg;font-size:18px;transition:none;padding:7px 20px 8px;display:flex;align-items:center;justify-content:flex-start}.main-header .contact-bar a:first-child{padding-left:0}.main-header .contact-bar a:last-child{padding-right:0}.main-header .contact-bar a:not(:last-child){border-right:1px solid #d6d5ed}.main-header .contact-bar a:hover{color:#f7f2ef}.main-header .contact-bar a .icon{width:24px;height:auto;margin-right:10px}.main-header .contact-bar .sep{margin:0 6px;color:#ffffff;transform:translateY(-1px);display:inline-block}.main-header .contact-bar .top-links{display:flex;align-items:center;justify-content:flex-start}.main-header .contact-bar .header-link_wishlist{position:relative}.main-header .contact-bar .header-link_wishlist span.action.wish{position:absolute;top:11px;left:20px;font-family:'ProximaNovaSbold';font-size:12px;width:24px;text-align:center}@media only screen and (max-width:767px){.main-header .contact-bar{display:none}}@media only screen and (max-width:1200px){.main-header .header-middle-wrap{min-height:70px}}@media only screen and (max-width:767px){.main-header .header-middle-wrap{min-height:60px}}.main-header .header-middle{position:relative;background:#f7f2ef;padding-top:10px;padding-bottom:5px}@media only screen and (max-width:1024px){.main-header .header-middle{padding-top:11px;padding-bottom:12px}.main-header .header-middle_sticky{position:fixed;top:0;left:0;right:0;box-shadow:0 0 21px 0 rgba(0,0,0,0.11);z-index:99}}@media only screen and (max-width:767px){.main-header .header-middle{padding-top:10px;padding-bottom:10px}.main-header .header-middle_sticky .header-middle-right .ring-btn,.main-header .header-middle_sticky .header-middle-right .header-link_chat{transform:translateX(-35px)}}.main-header .header-middle .inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1470px;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto}.main-header .header-middle .logo-sect .logo{display:block;text-decoration:none;line-height:1;text-align:center}.main-header .header-middle .logo-sect .logo img{margin-bottom:5px}@media only screen and (max-width:1024px){.main-header .header-middle .logo-sect .logo img{width:170px;height:auto}}@media only screen and (max-width:767px){.main-header .header-middle .logo-sect .logo img{width:150px;margin:0 auto}}.main-header .header-middle .logo-sect .logo span{font-family:ProximaNovaLight;text-transform:uppercase;color:#060606;letter-spacing:2.3px;padding-left:5px}@media only screen and (max-width:1024px){.main-header .header-middle .logo-sect .logo span{padding-left:3px;font-size:8px;letter-spacing:1px;font-weight:bold}}.main-header .header-middle .logo-sect .logo .est{font-size:12px;display:block}@media only screen and (max-width:767px){.main-header .header-middle .logo-sect .logo .est{font-size:8px}}@media only screen and (max-width:767px){.main-header .header-middle .logo-sect{position:relative;padding-right:4%}}@media (min-width:1200px){.main-header .header-middle_sticky{position:fixed;top:0;left:0;right:0;height:0;z-index:9999;padding:0}.main-header .header-middle_sticky .inner{position:relative}.main-header .header-middle_sticky .logo-sect,.main-header .header-middle_sticky .ring-btn,.main-header .header-middle_sticky .header-link_auth,.main-header .header-middle_sticky .contact-links{display:none !important}.main-header .header-middle_sticky .header-link_chat{display:block !important;color:#060606;font-family:HaboroContrast-NormBook;font-size:16px;letter-spacing:0.5px;text-decoration:none;margin-right:15px}.main-header .header-middle_sticky .header-middle-right div.group-wrap{position:absolute;top:14px;right:125px;z-index:99;width:130px}}.main-header .header-middle .header-middle-right{display:flex;align-items:center;justify-content:flex-end;width:25%}@media only screen and (max-width:767px){.main-header .header-middle .header-middle-right{width:auto}}.main-header .header-middle .header-middle-right .ring-btn{display:block;background:#db7ca7;font-family:ProximaNovaSbold;font-size:16px;line-height:1;letter-spacing:0.5px;text-transform:uppercase;text-decoration:none;color:#f7f2ef;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-right:10px;padding:12px 22px;transition:transform .2s;box-shadow:0 0 6px rgba(220,249,255,0.8)}@media only screen and (max-width:1024px){.main-header .header-middle .header-middle-right .ring-btn{padding:9px 15px;font-size:12px}}@media only screen and (max-width:767px){.main-header .header-middle .header-middle-right .ring-btn{padding:9px 10px;font-size:12px}}.main-header .header-middle .header-middle-right .group-wrap{display:flex;align-items:center;justify-content:space-around;margin-right:10px;width:320px}@media only screen and (max-width:767px){.main-header .header-middle .header-middle-right .group-wrap{width:0px}}@media only screen and (max-width:767px){.main-header .header-middle .header-middle-right .group-wrap .header-link_chat{background:#ffffff;font-family:ProximaNovaSbold;line-height:1;text-transform:uppercase;text-decoration:none;color:#302ba7;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;transition:transform .2s;box-shadow:0 0 6px rgba(220,249,255,0.8);font-size:14px;padding:5px 5px;letter-spacing:-0.5px;margin-right:5px}}.main-header .header-middle .header-middle-right .group-wrap header-link_auth{font-weight:bold;font-size:16px}.main-header .header-middle .header-middle-right .group-wrap .action.wish{position:relative;bottom:8px;right:10px;text-align:center;color:#000000;width:18px;height:18px;background:#ffffff;border:2px solid #060606;border-radius:50%;font-family:ProximaNovaBold;font-size:12px;line-height:14px;margin:0;min-width:0}.main-header .header-middle .header-middle-right .group-wrap a{text-decoration:none}.main-header .header-middle .contact-links{display:flex;align-items:center;justify-content:flex-start;width:25%}@media only screen and (max-width:767px){.main-header .header-middle .contact-links{position:absolute;left:60px}}@media only screen and (max-width:767px){.main-header .header-middle .contact-links span{display:none}}@media only screen and (max-width:1200px){.main-header .header-middle .contact-links .header-link_phone{border:none;padding-top:9px;padding-bottom:10px}}.main-header .header-middle .contact-links a{color:#060606;font-size:14px;font-weight:bold;text-decoration:none;margin-right:10px}.main-header .header-middle .contact-links a span{margin-left:5px;margin-right:5px}.main-header .header-middle .contact-links .icon{width:24px;height:24px}.main-header .nav-panel-wrap{min-height:55px}@media (min-width:1200px){.main-header .nav-panel-wrap{margin-bottom:0}}@media only screen and (max-width:1200px){.main-header .nav-panel-wrap{min-height:0}}.main-header .nav-panel{position:relative;align-items:center;background:#f7f2ef;justify-content:space-between;min-height:55px;width:100%;padding:0 20px;margin:0 auto;max-width:100%}@media only screen and (max-width:767px){.main-header .nav-panel{padding-left:15px;padding-right:15px;min-height:0}}.main-header .nav-panel_sticky{position:fixed;top:0;left:0;right:0;box-shadow:0 0 21px 0 rgba(0,0,0,0.11);z-index:9995}.main-header .nav-panel .logo{position:relative;display:block;width:170px;z-index:100;margin-right:20px}@media only screen and (max-width:991px){.main-header .nav-panel .logo{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2}.main-header .nav-panel .logo img{height:auto}}@media (min-width:768px){.main-header .nav-panel{padding-left:35px;padding-right:35px}}@media (min-width:1200px){.main-header .nav-panel{padding-left:0;padding-right:0}.main-header .nav-panel .logo{position:absolute;top:50%;left:50%;width:360px;transform:translate(-50%, -50%);transition:all .3s ease-in-out}.main-header .nav-panel_sticky .logo{width:255px}}@media only screen and (max-width:991px){.main-header .nav-panel .header-wishlist-link{position:absolute;top:50%;right:75px;transform:translateY(-12px);z-index:2;color:#ffffff}}@media only screen and (max-width:767px){.main-header .nav-panel .header-wishlist-link{right:40px}.main-header .nav-panel .header-wishlist-link .help-img{width:20px}}.main-header .header.content{display:none}.mob-nav-trigger{position:relative;padding:5px;padding-left:0;cursor:pointer;height:28px;z-index:100}.mob-nav-trigger span{position:relative;display:block;width:30px;height:2px;background:#060606;transform:rotate(0deg);left:0;opacity:1;transform-origin:left center;transition:.3s ease-in-out}.mob-nav-trigger span:nth-child(1){top:0}.mob-nav-trigger span:nth-child(2){top:6px}.mob-nav-trigger span:nth-child(3){top:12px}.mob-nav-trigger.is-open span:nth-child(1){top:-1px;left:4px;transform:rotate(45deg)}.mob-nav-trigger.is-open span:nth-child(2){width:0;opacity:0}.mob-nav-trigger.is-open span:nth-child(3){transform:rotate(-45deg);left:4px;top:16px}.main-nav{position:relative;width:100%}@media (min-width:1200px){.main-nav{align-items:center;justify-content:space-between;margin-left:auto;margin-right:auto}}@media (max-width:1200px){.main-nav{position:fixed;top:70px;bottom:0;left:0;right:0;background-color:#fdf9fa;z-index:20;padding-top:20px;padding-left:95px;padding-bottom:40px;overflow-y:auto;transform:translateX(-100%);transition:transform .3s ease-in-out}.main-nav_opened{transform:translateX(0)}.nav-panel_sticky .main-nav{padding-top:40px}}@media (max-width:767px){.main-nav{top:72px}}@media (max-width:576px){.main-nav{padding-left:45px}}.main-nav .sub-nav{display:none}.main-nav .sub-nav [class*='col-']{padding-left:0;padding-right:0}@media (min-width:1200px){.main-nav .sub-nav{display:none;position:absolute;top:100%;left:0;right:0;padding-top:30px;padding-bottom:30px;min-height:350px;background-color:#fdfaf4;border-top:1px solid #f5f2ed;box-shadow:0 10px 10px 0 rgba(0,0,0,0.03);z-index:100}.main-nav .sub-nav [class*='col-']{padding-left:15px;padding-right:15px}}.main-nav .sub-nav__inner{max-width:1260px;margin-top:20px}@media (min-width:1200px){.main-nav .sub-nav__inner{display:flex;margin:0 auto}}@media (min-width:992px){.main-nav .sub-nav__item:not(:first-child){margin-top:30px}}@media (max-width:992px){.main-nav .sub-nav__item ul{list-style:none;margin-top:-10px;padding-left:15px;margin-bottom:15px !important}}.main-nav .sub-nav__item ul li{margin-bottom:10px}@media (max-width:992px){.main-nav .sub-nav__item ul li{margin-bottom:10px}}.main-nav .sub-nav__item ul li:last-child{margin-bottom:0}.main-nav .sub-nav__item ul a{color:#3e3e3e;font-family:ProximaNovaReg;font-size:16px;line-height:1.25;letter-spacing:-0.24px;text-decoration:none;transition:color .1s,opacity .1s}.main-nav .sub-nav__item ul a:hover{color:#000;opacity:1;text-decoration:underline}@media (max-width:992px){.main-nav .sub-nav__item ul a{font-size:16px}}.main-nav .sub-nav__item ul .icon-wrap{position:relative;padding-left:35px}.main-nav .sub-nav__item ul .icon-wrap .icon{position:absolute;left:0;top:50%;transform:translateY(-50%)}@media (max-width:992px){.main-nav .sub-nav__item ul .icon-wrap .icon{left:5px}}.main-nav .sub-nav__item ul .icon-wrap .icon_setting{width:19px;height:21px}.main-nav .sub-nav__item ul .icon-wrap .icon_diamond{width:19px;height:16px}.main-nav .sub-nav__item ul .icon-wrap .icon_style{width:27px;height:13px}.main-nav .sub-nav__item ul .icon-wrap .icon_style-classic{height:16px}.main-nav .sub-nav__item ul .icon-wrap .icon_style-halo{height:13px}.main-nav .sub-nav__item ul .icon-wrap .icon_style-vintage{height:12px}.main-nav .sub-nav__item ul .icon-wrap .icon_shape{width:18px;height:20px}.main-nav .sub-nav__item ul .icon-wrap .icon_metal{width:18px;height:18px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px solid #e8e8e8;background:#f1f1f1}.main-nav .sub-nav__item ul .icon-wrap .icon_metal-wg{background-color:#f1f1f1}.main-nav .sub-nav__item ul .icon-wrap .icon_metal-yg{background-color:#fdd7af}.main-nav .sub-nav__item ul .icon-wrap .icon_metal-rg{background-color:#eebea7}.main-nav .sub-nav__item ul .icon-wrap .icon_metal-pl{background-color:#d5d5d5}.main-nav .sub-nav__item ul .icon-wrap .icon_metal-ttg{background:linear-gradient(to right, #f6f6f6 0, #f6f6f6 50%, #fdd7af 50%, #fdd7af 100%)}.main-nav .sub-nav__item ul .icon-wrap .icon_gemstone{width:15px;height:15px;background-image:url(../../frontend/Rockher/Winter/en_US/images/sprites/icons_menuItems_Gemstone_sprite.png);background-repeat:no-repeat;background-size:100px 75px;background-position:-5px -5px}.main-nav .sub-nav__item ul .icon-wrap .icon_sapphire{background-position:-80px -30px}.main-nav .sub-nav__item ul .icon-wrap .icon_morganite{background-position:-5px -30px}.main-nav .sub-nav__item ul .icon-wrap .icon_ruby{background-position:-80px -5px}.main-nav .sub-nav__item ul .icon-wrap .icon_emerald{background-position:-30px -30px}.main-nav .sub-nav__item ul .icon-wrap .icon_amethyst{background-position:-5px -5px}.main-nav .sub-nav__item ul .icon-wrap .icon_peridot{background-position:-30px -55px}.main-nav .sub-nav__item ul .icon-wrap .icon_aquamarine{background-position:-30px -5px}.main-nav .sub-nav__item ul .icon-wrap .icon_pink-sapphire{background-position:-55px -55px}.main-nav .sub-nav__item ul .icon-wrap .icon_blue-topaz{background-position:-55px -5px}.main-nav .sub-nav__item ul .icon-wrap .icon_citrine{background-position:-5px -30px}.main-nav .sub-nav__item ul .icon-wrap .icon_garnet{background-position:-55px -30px}.main-nav .sub-nav__item ul.shop-style .icon-wrap .icon{left:0}.main-nav .sub-nav__item ul.gemstones .icon-wrap{padding-left:25px}.main-nav .sub-nav__link{display:inline-block;font-family:Runda-Light;font-size:18px;line-height:20px;color:#060606;margin-bottom:18px;text-decoration:none}@media (min-width:1200px){.main-nav .sub-nav__link{display:block;font-family:HaboroContrast-NormBook;color:#292d34;letter-spacing:-0.27px;font-size:18px;line-height:1.2;margin-bottom:20px}.main-nav .sub-nav__link:hover{color:#000000;text-decoration:underline}}.main-nav .sub-nav__link.icon-wrap{position:relative;padding-left:35px}.main-nav .sub-nav__link.icon-wrap .icon{position:absolute;left:0;top:50%;transform:translateY(-50%)}@media (max-width:992px){.main-nav .sub-nav__link.icon-wrap .icon{left:5px}}.main-nav .sub-nav__link.icon-wrap .icon_earrings{width:26px;height:25px}.main-nav .sub-nav__link.icon-wrap .icon_necklaces{width:26px;height:27px}.main-nav .sub-nav__link.icon-wrap .icon_bracelets{width:26px;height:25px}.main-nav .sub-nav__link.icon-wrap .icon_rings{width:26px;height:26px;margin-top:-2px}.main-nav .sub-nav__image-link{text-align:center}.main-nav .sub-nav__image-link a{font-family:HaboroContrast-NormBook;color:#302ba7;font-size:16px;text-decoration:none}.main-nav .sub-nav__image-link a span{display:block;padding-left:10px;padding-right:10px;max-width:285px}.main-nav .sub-nav__image-link img{margin-bottom:30px}.main-nav__inner{position:relative;height:100%;padding-top:15px;padding-bottom:15px}@media (min-width:1200px){.main-nav__inner{position:static;display:flex;align-items:center;justify-content:space-between;max-width:1470px;height:auto;padding:0 15px;margin-left:auto;margin-right:auto}}.main-nav__col-2{align-items:center}.main-nav__item{margin-bottom:20px}@media (min-width:1200px){.main-nav__item{padding:13px 40px 16px 30px;margin-bottom:0}.nav-panel_sticky .main-nav__item{padding:16px 35px 20px 25px}.nav-panel_sticky .main-nav__item_rosi{padding:0}.main-nav__item:first-of-type{padding-left:0}.main-nav__item:hover>.sub-nav{display:block;z-index:101}}.main-nav__item_search{position:relative}@media (min-width:1200px){.main-nav__item_search{padding-right:20px;margin-top:0}}.main-nav__item_wishlist{padding-right:20px;margin-bottom:5px}.main-nav__item .main-search-toggle{display:block;width:30px;height:30px;background:url(../../frontend/Rockher/Winter/en_US/images/icon_search_black.svg) no-repeat center;transform:translateY(-3px);cursor:pointer;position:relative;background-size:30px;top:auto;right:auto}@media (min-width:1200px){.main-nav__item .main-search-toggle{opacity:0.75}.main-nav__item .main-search-toggle:hover{opacity:1}}@media (min-width:1200px){.main-nav__item .main-search{display:none;position:absolute;top:79px;right:0;padding:10px 15px 15px;background-color:#fdfaf4;box-shadow:0 3px 3px rgba(60,60,60,0.25);z-index:101}.nav-panel_sticky .main-nav__item .main-search{top:56px}}.main-nav__item .main-search.is-opened{display:block}.main-nav__item .main-search__input-box{position:relative;width:280px}.main-nav__item .main-search__input{display:block;width:100%;height:40px;border:none;border-bottom:2px solid #f7f2ef;padding-left:10px;padding-right:40px;font-family:ProximaNovaReg;font-size:16px;color:#060606;outline:none;background-color:transparent}.main-nav__item .main-search__input:focus{outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.main-nav__item .main-search__button{position:absolute;right:0;top:0;bottom:0;width:32px;background:url(../../frontend/Rockher/Winter/en_US/images/icon_search.svg) no-repeat center;background-size:22px;border:none;outline:none}@media (min-width:1200px){.main-nav__item .main-search__button{opacity:0.8}.main-nav__item .main-search__button:hover{opacity:1}}.main-nav__item:last-child{padding-right:0}.main-nav__item_rosi{align-items:center;justify-content:flex-end;flex:1 0 auto;padding:0;border:none}.main-nav__item_rosi .rosi-link{display:block;background:#fff;padding:2px 16px 2px 20px}.main-nav__item_rosi .rosi-link img{width:77px}@media (min-width:1200px){.main-nav__col-1 .main-nav__item{padding-right:30px}}.main-nav a.main-nav__link{position:relative;font-family:HaboroContrast-NormBook;font-size:30px;letter-spacing:-0.34px;line-height:36px;color:#060606;text-decoration:none}@media (min-width:1200px){.main-nav a.main-nav__link:after{content:'';width:auto;height:1px;background:transparent;position:absolute;top:50%;margin-top:12px;left:0;right:0}}.main-nav a.main-nav__link.js-nav-item-toggle span:after{content:'';position:absolute;top:50%;right:-40px;width:28px;height:28px;padding:5px;transform:translateY(-50%) rotate(-90deg);margin-top:2px;background-image:url(../../frontend/Rockher/Winter/en_US/images/rh-newdesign/svg/mob-nav-link-arrow_dark.svg);background-repeat:no-repeat;background-size:15px;background-position:center}@media (min-width:1200px){.main-nav a.main-nav__link.js-nav-item-toggle span:after{right:-30px;transform:translateY(-50%) rotate(90deg);margin-top:2px;background-image:url(../../frontend/Rockher/Winter/en_US/images/rh-newdesign/svg/nav-link-arrow_dark.svg);background-size:8px;transition:transform .15s}}@media (min-width:1200px){.main-nav a.main-nav__link{display:flex;align-items:center;font-size:20px;line-height:1.2;letter-spacing:0.5px;color:#060606;text-decoration:none}.main-nav a.main-nav__link:hover{color:#000}.nav-panel_sticky .main-nav a.main-nav__link{font-size:20px}}.main-nav__item.is-active .main-nav__link.js-nav-item-toggle span:after{transform:translateY(-50%) rotate(0)}@media (min-width:1200px){.main-nav__item:hover .main-nav__link{color:#000}.main-nav__item:hover .main-nav__link:after{background:#000}.main-nav__item:hover .main-nav__link.js-nav-item-toggle span:after{transform:translateY(-50%) rotate(-90deg)}}.main-nav__mobile-items ul{list-style:none}.main-nav__mobile-items ul li:not(:last-child){margin-bottom:25px}.main-nav__mobile-items ul a{font-family:Runda-Light;font-size:16px;line-height:18px;color:#606e85;text-decoration:none}.main-nav__mobile-items .icon-wrap{position:relative;padding-left:25px}.main-nav__mobile-items .icon-wrap .icon{position:absolute;left:0;top:50%;width:15px;height:15px;transform:translateY(-50%)}.main-nav .sub-nav-contacts .heading{display:block;font-family:HaboroContrast-NormBook;font-size:18px;color:#292d34;line-height:1.2}.main-nav .sub-nav-contacts a{color:#949595;font-family:ProximaNovaReg;font-size:16px;line-height:1.25;letter-spacing:-.24px;text-decoration:none}.main-nav .sub-nav-contacts p:not(:last-child){margin-bottom:15px}.header-cart-wrap .minicart-wrapper{display:block;float:none;margin:0}.header-cart-wrap .minicart-wrapper .action.showcart{position:relative;display:block}.header-cart-wrap .minicart-wrapper .action.showcart:before{content:'';display:block;width:30px;height:30px;background-repeat:no-repeat;background-position:center center;background-size:cover;background-image:url(../../frontend/Rockher/Winter/en_US/images/rh-newdesign/svg/icon_header-cart_D_black.svg)}.header-cart-wrap .minicart-wrapper .action.showcart .counter.qty{position:absolute;top:-7px;right:-2px;text-align:center;color:#000000;width:18px;height:18px;background:#ffffff;border:2px solid #060606;border-radius:50%;font-family:ProximaNovaBold;font-size:12px;line-height:14px;margin:0;min-width:0}@media only screen and (max-width:1024px){.header-cart-wrap .minicart-wrapper .action.showcart .counter.qty{top:-4px;width:16px;height:16px;border-width:1px}}.header-cart{position:relative;display:flex;align-items:center;width:44px;text-align:center;font-size:14px;font-family:Runda-Light;line-height:1.2;z-index:100}.header-cart:before{content:'';display:block;width:40px;height:30px;background-repeat:no-repeat;background-position:center;background-size:40px;background-image:url(../../frontend/Rockher/Winter/en_US/images/rh-newdesign/icon_header-cart_M_2x.png)}@media (min-width:1200px){.header-cart:before{background-image:url(../../frontend/Rockher/Winter/en_US/images/rh-newdesign/icon_header-cart_D_2x.png)}}.header-cart span.qnt{display:none;position:absolute;top:-7px;right:-2px;text-align:center;color:#000000;width:18px;height:18px;background:#ffffff;border:2px solid #302ba7;border-radius:50%;font-family:ProximaNovaBold;font-size:12px;line-height:14px}@media only screen and (max-width:767px){.main-nav .header-cart{display:none}.header-cart .icon{width:18px}.header-cart span.qnt{font-size:12px;top:11px;left:0;right:1px}}.header-wishlist-link{position:relative;display:block;color:#413f41}.header-wishlist-link span.qnt{position:absolute;top:3px;left:0;right:0;text-align:center;font-size:12px;color:#ffffff}.main-header_menu-opened .top-bar,.prevent-scroll .top-bar,.main-header_menu-opened .contact-bar{height:0 !important;padding:0 !important;overflow:hidden}@media only screen and (max-width:767px){.main-header_menu-opened .header-middle-wrap:after{top:0}}.chat-pop-up{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;background-color:rgba(0,0,0,0.5);display:none;align-items:center;justify-content:center}@media only screen and (max-width:576px){.chat-pop-up{display:none !important}}.chat-pop-up.show-chat-pop-up{display:flex}.chat-pop-up .pop-up-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10}.chat-pop-up .pop-up-body{height:400px;min-width:500px;width:60%;background:#fff;margin:0 auto;position:relative;z-index:100}@media only screen and (max-width:576px){.chat-pop-up .pop-up-body{min-width:90%;width:90%;height:450px;height:auto;padding-bottom:40px}}.chat-pop-up .pop-up-body .pop-up-ring{position:absolute;width:373px;height:516px;top:-92px;left:-119px}@media only screen and (max-width:576px){.chat-pop-up .pop-up-body .pop-up-ring{display:none}}.chat-pop-up .pop-up-body .pop-up-close{background-color:#443879;border-color:#443879;width:25px;height:25px;position:absolute;right:-10px;top:-10px;border:none;box-shadow:none;border-radius:50%;font-size:12px;color:#fff;cursor:pointer;font-weight:700}.chat-pop-up .pop-up-body .pop-up-close:hover{border-color:#5D5185;background-color:#5d5185}.chat-pop-up .pop-up-body .logo{width:300px;display:block;margin:60px auto}@media only screen and (max-width:576px){.chat-pop-up .pop-up-body .logo{width:200px;margin:30px auto 10px auto}}.chat-pop-up .pop-up-body .description{margin:50px auto;max-width:70%;text-align:center}@media only screen and (max-width:576px){.chat-pop-up .pop-up-body .description{margin:30px auto 10px auto}}.chat-pop-up .pop-up-body .description p{font-weight:700;font-size:18px}@media only screen and (max-width:576px){.chat-pop-up .pop-up-body .description p{margin:0}}.chat-pop-up .pop-up-body .cta-block{position:absolute;bottom:0;width:100%;margin:30px auto;text-align:center}@media only screen and (max-width:576px){.chat-pop-up .pop-up-body .cta-block{margin:50px 0 0 0;position:relative}}.chat-pop-up .pop-up-body .cta-block button,.chat-pop-up .pop-up-body .cta-block a{color:#fff;height:46px;font-family:ProximaNovaBold;font-size:16px;text-transform:uppercase;letter-spacing:2px;line-height:40px;text-align:center;border:2px solid #443879;border-radius:45px;background-color:#443879;outline:none;cursor:pointer;padding:0 40px;margin:20px;display:inline-block;text-decoration:none}@media only screen and (max-width:1176px){.chat-pop-up .pop-up-body .cta-block button,.chat-pop-up .pop-up-body .cta-block a{margin:20px 10px 0 10px;padding:0 20px;font-size:16px}}@media only screen and (max-width:576px){.chat-pop-up .pop-up-body .cta-block button,.chat-pop-up .pop-up-body .cta-block a{margin:0 20px 15px 20px;margin-right:20px;padding:0 40px}}.chat-pop-up .pop-up-body .cta-block button:hover,.chat-pop-up .pop-up-body .cta-block a:hover{border-color:#5D5185;background-color:#5d5185;text-decoration:none}.chat-pop-up .pop-up-body .cta-block button img,.chat-pop-up .pop-up-body .cta-block a img{display:inline-block;height:11px;margin-right:6px}.main-search-toggle{display:block;width:30px;height:30px;background:url(../../frontend/Rockher/Winter/en_US/images/icon_search_black.svg) no-repeat center;background-size:24px;position:relative;transform:translateY(-1px);cursor:pointer}@media only screen and (max-width:767px){.main-search-toggle{position:absolute;top:22px;right:44px}.header-middle_sticky .main-search-toggle{position:absolute;top:18px;right:44px;background-image:url(../../frontend/Rockher/Winter/en_US/images/icon_search_black.svg);z-index:99}}.main-phone-toggle{display:block;width:24px;height:24px;background:url(../../frontend/Rockher/Winter/en_US/images/icon_phone_call_black.svg) no-repeat center;background-size:24px;position:absolute;top:18px;right:82px;transform:translateY(-1px);cursor:pointer}.main-search{display:none;position:absolute;right:14%;top:70px;z-index:9999}@media only screen and (max-width:1440px){.main-search{display:none;position:absolute;top:80px;right:3%;z-index:9999}}@media only screen and (max-width:1024px){.main-search{display:none;position:absolute;top:100%;left:0;right:0;background-color:#ffffff;z-index:9999}}.main-search.is-opened{display:block}.main-search__input-box{position:relative;width:100%}@media (min-width:1200px){.main-search__input-box{width:260px}}.main-search #search{width:100%;max-width:100%;height:40px;border:1px solid #060606;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;padding:0 60px 0 15px;color:#060606}@media only screen and (max-width:1024px){.main-search #search{background:#ffffff;border:none;padding-left:55px;padding-right:15px}}.main-search .main-search__button{position:absolute;left:15px;top:0;bottom:0;width:40px;background-color:#f7f2ef;background-image:url(../../frontend/Rockher/Winter/en_US/images/icon_search.svg);background-repeat:no-repeat;background-position:center;background-size:22px;border:none;outline:none}@media (min-width:1200px){.main-search .main-search__button{right:0;left:auto;opacity:0.8}.main-search .main-search__button:hover{opacity:1}}@media only screen and (max-width:1024px){.main-search .main-search__button{width:30px;background-color:transparent}}.nav-panel .main-search__input{padding-left:55px;padding-right:15px;border:0}.main-search .main-search__input-box input#search:focus{box-shadow:none}@-moz-keyframes topToBottom{0%{opacity:0}5%{opacity:0;-moz-transform:translateY(-30px)}10%{opacity:1;-moz-transform:translateY(10px)}25%{opacity:1;-moz-transform:translateY(10px)}30%{opacity:0;-moz-transform:translateY(30px)}80%{opacity:0}100%{opacity:0}}@-webkit-keyframes topToBottom{0%{opacity:0}5%{opacity:0;-webkit-transform:translateY(-30px)}10%{opacity:1;-webkit-transform:translateY(10px)}25%{opacity:1;-webkit-transform:translateY(10px)}30%{opacity:0;-webkit-transform:translateY(30px)}80%{opacity:0}100%{opacity:0}}@-ms-keyframes topToBottom{0%{opacity:0}5%{opacity:0;-ms-transform:translateY(-30px)}10%{opacity:1;-ms-transform:translateY(10px)}25%{opacity:1;-ms-transform:translateY(10px)}30%{opacity:0;-ms-transform:translateY(30px)}80%{opacity:0}100%{opacity:0}}.verticalFlip{display:block;height:36px;margin:0px auto;-webkit-backface-visibility:hidden}.verticalFlip div.frame{animation:vertical 12.5s linear infinite 0s;-ms-animation:vertical 12.5s linear infinite 0s;-webkit-animation:vertical 12.5s linear infinite 0s;-webkit-backface-visibility:hidden;opacity:0;overflow:hidden;position:absolute;top:0;width:100%;display:flex;align-items:center;justify-content:center}.verticalFlip div.frame span.text{text-transform:uppercase}.verticalFlip div.frame .textc{margin:0 10px;font-style:italic;font-size:20px;font-weight:bold}.verticalFlip div.frame:nth-child(2){animation-delay:2.5s;-ms-animation-delay:2.5s;-webkit-animation-delay:2.5s;-webkit-backface-visibility:hidden;top:12px}.verticalFlip div.frame:nth-child(3){animation-delay:5s;-ms-animation-delay:5s;-webkit-animation-delay:5s;-webkit-backface-visibility:hidden;top:12px}.verticalFlip div.frame:nth-child(4){animation-delay:7.5s;-ms-animation-delay:7.5s;-webkit-animation-delay:7.5s;-webkit-backface-visibility:hidden;top:12px}.verticalFlip div.frame:nth-child(5){animation-delay:10s;-ms-animation-delay:10s;-webkit-animation-delay:10s;-webkit-backface-visibility:hidden;top:12px}@-moz-keyframes vertical{0%{opacity:0}5%{opacity:0;-moz-transform:rotateX(180deg)}10%{opacity:1;-moz-transform:translateY(0px)}25%{opacity:1;-moz-transform:translateY(0px)}30%{opacity:0;-moz-transform:translateY(0px)}80%{opacity:0}100%{opacity:0}}@-webkit-keyframes vertical{0%{opacity:0}5%{opacity:0;-webkit-transform:rotateX(180deg)}10%{opacity:1;-webkit-transform:translateY(0px)}25%{opacity:1;-webkit-transform:translateY(0px)}30%{opacity:0;-webkit-transform:translateY(0px)}80%{opacity:0}100%{opacity:0}}@-ms-keyframes vertical{0%{opacity:0}5%{opacity:0;-ms-transform:rotateX(180deg)}10%{opacity:1;-ms-transform:translateY(0px)}25%{opacity:1;-ms-transform:translateY(0px)}30%{opacity:0;-ms-transform:translateY(0px)}80%{opacity:0}100%{opacity:0}}.footer-container .row{margin-right:0;margin-left:0;width:100%}.main-footer{background:#f7f2ef;clear:both}.main-footer .logo{margin-bottom:0}.main-footer .logo img{width:250px;height:49px}.main-footer__top{padding:20px 0 10px !important;align-items:center;justify-content:center}.main-footer__top .heading{color:#060606;margin-bottom:20px}@media only screen and (max-width:767px){.main-footer__top .heading{margin:0 auto;margin-bottom:10px}}.main-footer__top .heading #stay_touch{font-size:24px;line-height:20px;text-align:center;margin-bottom:8px}.main-footer__top .heading #subscribing{font-size:18px;line-height:20px;text-align:center;margin:unset}.main-footer__top .subscribe-form .single-input{max-width:380px;background-color:#fff;margin-bottom:0;color:#060606}.main-footer__top .subscribe-form .single-input__input{margin:0}@media (min-width:768px){.main-footer__top{padding:40px 0}.main-footer__top .heading{text-align:right;margin-bottom:0}.main-footer__top .subscribe-form .single-input{max-width:350px}.main-footer__top .social-links{margin-top:30px}.main-footer__top .social-links__items{justify-content:flex-start}.main-footer__top .social-links__items li:not(:last-child){margin-right:20px}}@media (min-width:992px){.main-footer__top{padding:30px 0;align-items:center}.main-footer__top .heading{text-align:right}.main-footer__top .social-links{margin-top:0}.main-footer__top .social-links__items{justify-content:flex-end}}.main-footer__content{justify-content:center}.main-footer__content:before,.main-footer__content:after{display:none}.main-footer__content .social-links{margin-left:0;margin-top:5px;flex:0 0 30%;max-width:30%}@media only screen and (max-width:767px){.main-footer__content .social-links{flex:none;max-width:none}}.main-footer__content .social-links__items{display:flex;justify-content:space-between;margin-left:-5px;margin-right:-5px;flex:0 0 70%;max-width:70%}@media only screen and (max-width:767px){.main-footer__content .social-links__items{flex:none;max-width:none}}.main-footer__content .social-links__items li{padding:5px}.main-footer__content.p-2.row{width:100%;margin-left:0;margin-right:0}.main-footer__bottom{position:static}.main-footer__bottom .loc{font-family:Runda-Light;color:#060606;font-size:15px;line-height:18px}.main-footer__bottom .bottom-links{margin:25px 0 30px}.main-footer__bottom .bottom-links li:not(:last-child){margin-bottom:10px}.main-footer__bottom .bottom-links a{font-size:15px;line-height:18px;text-decoration:none;font-family:Runda-Light;color:#060606}@media (min-width:768px){.main-footer__bottom .loc{font-family:HaboroContrast-NormBook;font-size:20px}.main-footer__bottom .bottom-links{margin:40px 0}.main-footer__bottom .bottom-links li:not(:last-child){margin-bottom:15px}.main-footer__bottom .bottom-links a{font-size:13px;line-height:16px;opacity:0.6}.main-footer__bottom .badges-item .icon_appstore{width:82px;height:24px}.main-footer__bottom .badges-item .icon_applepay{width:38px;height:24px}.main-footer__bottom .badges-item .icon_affirm{width:58px;height:24px}.main-footer__bottom .badges-item .icon_trustpilot{width:98px;height:25px}.main-footer__bottom .badges-item .icon_norton{width:63px;height:27px}.main-footer__bottom .badges-item .icon_bbb{width:66px;height:26px}.main-footer__bottom .badges-item:not(:last-child){margin-right:20px}}@media (min-width:992px){.main-footer__bottom{display:flex;flex-direction:column;height:335px}.main-footer__bottom .bottom-links{margin-top:auto;margin-bottom:0}.main-footer__bottom .bottom-links li:not(:last-child){margin-right:25px;margin-bottom:0}.main-footer__bottom .badges{position:absolute;right:15px;bottom:60px;display:flex;align-items:center}.main-footer__bottom .badges-item{margin-bottom:0}.main-footer__bottom .badges-item:not(:last-child){margin-right:25px}}.main-footer__block-logo{justify-content:center}.main-footer__block-logo .loc{font-size:14px;line-height:26px;letter-spacing:2px;margin-left:4px;font-weight:bold;color:#060606}.main-footer__block-logo .bottom-logo-block{margin-top:20px;margin-bottom:10px}.rh-newdesign .main-footer__bottom{position:static}.rh-newdesign .footer-nav{display:flex;flex-direction:column}.rh-newdesign .footer-nav__heading{position:relative;display:inline-block;color:#060606;text-decoration:none}.rh-newdesign .footer-nav__heading span:after{content:'';position:absolute;top:50%;right:-35px;width:28px;height:28px;transform:translateY(-50%) rotate(-90deg);margin-top:1px;background-image:url(../../frontend/Rockher/Winter/en_US/images/rh-newdesign/svg/mob-nav-link-arrow_dark.svg);background-repeat:no-repeat;background-size:14px;background-position:center}@media (min-width:1200px){.rh-newdesign .footer-nav__heading span:after{display:none}}.rh-newdesign .footer-nav__col.is-active .footer-nav__heading span:after{transform:translateY(-50%) rotate(0)}.rh-newdesign .footer-nav__col{margin-bottom:20px}.rh-newdesign .footer-nav__items{display:none}.rh-newdesign .footer-nav__items ul{margin-top:20px}.rh-newdesign .footer-nav__items li:not(:last-child){margin-bottom:22px}.rh-newdesign .footer-nav__items li.tel-item{margin-bottom:35px !important}.rh-newdesign .footer-nav__items li a{text-decoration:none;font-size:15px;line-height:18px;font-family:Runda-Light;color:#060606}.rh-newdesign .footer-nav__items li a:hover{color:#060606}@media (min-width:768px){.rh-newdesign .footer-nav{margin-bottom:0}.rh-newdesign .footer-nav__items li:not(:last-child){margin-bottom:12px}.rh-newdesign .footer-nav__col{margin-bottom:30px}}@media (min-width:992px){.rh-newdesign .footer-nav{flex-direction:row;justify-content:space-between}.rh-newdesign .footer-nav__heading{margin-bottom:20px}.rh-newdesign .footer-nav__heading:after{display:none}.rh-newdesign .footer-nav__col{margin-bottom:0}.rh-newdesign .footer-nav__items{display:block}.rh-newdesign .footer-nav__items ul{margin-top:0}.rh-newdesign .footer-nav__items li:not(:last-child){margin-bottom:10px}}.rh-newdesign .footer-nav .badges{display:flex;flex-wrap:wrap}.rh-newdesign .footer-nav .badges-item{margin-bottom:20px}.rh-newdesign .footer-nav .badges-item a,.rh-newdesign .footer-nav .badges-item span{display:block}.rh-newdesign .footer-nav .badges-item .icon_appstore{width:74px;height:30px}.rh-newdesign .footer-nav .badges-item .icon_applepay{width:45px;height:30px}.rh-newdesign .footer-nav .badges-item .icon_affirm{width:52px;height:30px}.rh-newdesign .footer-nav .badges-item .icon_trustpilot{width:88px;height:30px}.rh-newdesign .footer-nav .badges-item .icon_norton{width:57px;height:30px}.rh-newdesign .footer-nav .badges-item .icon_bbb{width:58px;height:30px}.rh-newdesign .footer-nav .badges-item .icon_jvc{width:78px;height:30px}.rh-newdesign .footer-nav .badges-item:not(:last-child){margin-right:17px}.app{overflow:hidden;position:relative;background-size:100% auto;min-height:100vh}@media (max-width:576px){.main-container{margin-top:0px !important}}.rockher_diamondsearch-intelligence-index .columns .column.main{padding-bottom:0px}.rockher_diamondsearch-intelligence-index div.messages{display:none}.hero-section{padding-top:20px;padding-bottom:60px}.hero-section_gray{padding-top:60px;padding-bottom:60px;background-color:#e8e8f3}.hero-section_sustainability{padding-bottom:20px}@media (min-width:768px){.hero-section_sustainability{padding-bottom:60px}}.hero-section_sustainability .kp-logo{width:60px}@media (min-width:768px){.hero-section_sustainability .kp-logo{position:absolute;top:100%;transform:translateY(20px)}}@media (min-width:1200px){.hero-section_sustainability .kp-logo{width:auto;transform:translateY(60px)}}@media (min-width:992px){.hero-section{padding-bottom:80px}.hero-section_gray{padding-top:45px;padding-bottom:45px}}.hero-section__content{position:relative;text-align:center;color:#302ba7}.hero-section__content.text-left{text-align:left}.hero-section__content .heading{color:#302ba7;margin-bottom:20px}.hero-section__content .subheading{color:#302ba7;margin-bottom:20px}@media (min-width:768px){.hero-section__content{text-align:left}.hero-section__content .heading{margin-bottom:40px}.hero-section__content .heading_2{margin-bottom:20px}.hero-section__content .subheading{margin-bottom:40px}.hero-section__content .subheading.no-margin{margin-bottom:0}}.hero-section__image{margin-bottom:40px}@media (min-width:768px){.hero-section__image{margin-bottom:0}}.believe-hero{padding-top:60px;padding-bottom:60px;text-align:center}@media (min-width:992px){.believe-hero{padding-top:80px;padding-bottom:80px}}.believe-hero .icon{width:70px;height:70px;margin-bottom:20px}.believe-hero h3{max-width:1080px;margin-left:auto;margin-right:auto}.rh-newdesign .rosi-hero{padding-bottom:85px}@media (min-width:768px){.rh-newdesign .rosi-hero{padding-bottom:60px}}@media (min-width:992px){.rh-newdesign .rosi-hero{padding-bottom:80px}}.rosi-hero__inner{justify-content:center}.rosi-hero__layers{position:absolute;top:0;bottom:0}.rosi-hero__content{text-align:center;align-self:center;margin-bottom:40px}.rosi-hero__content p{margin-bottom:0}@media (min-width:768px){.rosi-hero__content{margin-bottom:0}}.rosi-hero__content .img{display:block;width:93px;margin:0 auto 15px}@media (min-width:992px){.rosi-hero__content .img{margin-bottom:20px}}.rosi-hero__content .images{display:flex;justify-content:center;align-items:center;margin-bottom:30px}.rosi-hero__content .images img{margin:0 4px}.rosi-hero__content h2{color:#302ba7;margin-bottom:20px}.rosi-hero__decors{display:flex;flex-direction:row;align-items:flex-end;justify-content:center}@media (min-width:768px){.rosi-hero__decors{flex-direction:column;align-items:flex-start;justify-content:flex-start}}.rosi-hero__decors_left{margin-bottom:50px}@media (min-width:768px){.rosi-hero__decors_left{align-items:flex-start;align-self:flex-start;min-height:460px;transform:translateX(-34px);margin-bottom:0}}@media (min-width:992px){.rosi-hero__decors_left{transform:none}}.rosi-hero__decors_left .img-t{width:150px}@media (min-width:1200px){.rosi-hero__decors_left .img-t{width:auto}}.rosi-hero__decors_left .img-b{width:100px;margin-left:-40px;margin-bottom:-20px;z-index:2}@media (min-width:768px){.rosi-hero__decors_left .img-b{margin:0;transform:translate(60px, -35px)}}@media (min-width:1200px){.rosi-hero__decors_left .img-b{width:auto;transform:translate(100px, -50px)}}@media (min-width:768px){.rosi-hero__decors_right{align-items:flex-end;align-self:flex-end;transform:translateX(34px)}}@media (min-width:992px){.rosi-hero__decors_right{transform:none}}.rosi-hero__decors_right .img-t{width:125px;order:2}@media (min-width:768px){.rosi-hero__decors_right .img-t{order:1;transform:translate(0, 10px)}}@media (min-width:1200px){.rosi-hero__decors_right .img-t{width:auto;transform:translate(0, 20px)}}.rosi-hero__decors_right .img-b{width:150px;order:1;z-index:2;margin-right:-60px;margin-bottom:-25px}@media (min-width:768px){.rosi-hero__decors_right .img-b{margin:0;order:2;transform:translate(-12px, 0)}}@media (min-width:1200px){.rosi-hero__decors_right .img-b{width:auto;transform:translate(-20px, 0)}}.rosi-hero__form{margin-top:40px}.rosi-hero__buttons{margin-top:20px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width:1200px){.rosi-hero__buttons{flex-direction:row;margin-top:40px}}.rosi-hero__buttons .btn-about{margin-top:20px}@media (min-width:1200px){.rosi-hero__buttons .btn-about{margin-top:0;margin-left:30px}}.rosi-form__form{position:relative;max-width:390px;margin:0 auto}.rosi-form__form .single-input{max-width:100%}.rosi-form__form input{width:100%}.rosi-form__input-field{position:relative}.rosi-form__input-field:before{content:'';position:absolute;width:30px;height:30px;top:50%;left:20px;background-image:url(../../frontend/Rockher/Winter/en_US/images/rh-newdesign/icon_rosi-logo.png);background-repeat:no-repeat;background-size:contain;transform:translateY(-50%)}.rosi-form__input-field label{position:absolute;top:21px;left:60px;font-size:16px;line-height:19px;letter-spacing:-0.24px;text-align:left;color:#606e85;transition:transform .2s ease,font-size .2s ease,color .2s .1s ease}.rosi-form__input-field i{position:absolute;top:18px;right:55px;opacity:0;font-style:normal}.rh-newdesign .rosi-form__input{padding-left:60px;height:60px}.rh-newdesign .rosi-form__input:focus::-webkit-input-placeholder{color:transparent;opacity:0}.rh-newdesign .rosi-form__input:focus::-moz-placeholder{color:transparent;opacity:0}.rh-promise__inner{text-align:center}@media (min-width:768px){.rh-promise__inner{text-align:left;align-items:center}}.rh-promise__heading{margin-bottom:40px}@media (min-width:992px){.rh-promise__heading{margin-bottom:0}}.rh-promise .h2{color:#ffffff}.rh-promise__item{color:#ffffff;cursor:default}.rh-promise__item h4,.rh-promise__item .h4{position:relative;color:#ffffff;margin-bottom:10px;z-index:2}.rh-promise__item h4:before,.rh-promise__item .h4:before{content:'';position:absolute;top:50%;left:-48px;transform:translateY(-50%);width:230px;height:48px;background-image:url(../../frontend/Rockher/Winter/en_US/images/rh-newdesign/svg/promise-hover.svg);background-repeat:no-repeat;z-index:-1;opacity:0;transition:opacity .15s}.rh-promise__item:first-child h4,.rh-promise__item:first-child .h4{max-width:100%}.rh-promise__item:hover h4:before,.rh-promise__item:hover .h4:before{opacity:1}.rh-promise__item:not(:last-child){margin-bottom:40px}@media (min-width:768px){.rh-promise__item{max-width:210px}.rh-promise__item:not(:last-child){margin-bottom:0;margin-right:50px}.rh-promise__item h4,.rh-promise__item .h4{max-width:140px}.rh-promise__item p{max-width:200px}}.tpilot-reviews__top{display:flex;flex-direction:column;align-items:center;margin-bottom:40px;font-size:15px}.tpilot-reviews__top .tp-logo{margin-bottom:10px}.tpilot-reviews__top .tp-logo .icon{width:176px;height:44px}.tpilot-reviews__top .tp-setstars{margin-bottom:10px}.tpilot-reviews__top .tp-setstars .icon{width:110px;height:20px}@media (min-width:768px){.tpilot-reviews__top{flex-direction:row;align-items:flex-end;justify-content:center;text-align:center;margin-bottom:45px}.tpilot-reviews__top .tp-logo{transform:translateY(5px);margin-right:25px;margin-bottom:0}.tpilot-reviews__top .tp-setstars{margin-bottom:0;margin-right:10px}}.rh-newdesign .tpilot-reviews__items{flex-wrap:nowrap;overflow-y:auto}@media (min-width:1200px){.rh-newdesign .tpilot-reviews__items{flex-wrap:wrap;overflow-y:visible}}.tpilot-reviews__item{width:25%;padding-left:10px;padding-right:10px;min-width:300px}@media (min-width:1200px){.tpilot-reviews__item{min-width:315px;padding-left:15px;padding-right:15px}}.tpilot-reviews__item .inner{position:relative;padding:25px 30px;padding-right:25px;background-color:#e8e8f3}@media (min-width:992px){.tpilot-reviews__item .inner{height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}}.tpilot-reviews__item .heading{color:#292d34}.tpilot-reviews__item .stars{display:flex;justify-content:flex-start;margin-top:10px;margin-bottom:10px}.tpilot-reviews__item .stars span:not(:last-child){margin-right:5px}.tpilot-reviews__item .stars span .icon{width:19px;height:18px}.tpilot-reviews__item .text{font-size:15px;line-height:18px;margin-bottom:15px;overflow:hidden}.tpilot-reviews__item .author{font-size:13px;line-height:16px;color:#292d34;opacity:0.6;margin-top:auto}@media (min-width:992px){.our-process{padding-bottom:120px}}.our-process .h5{margin-bottom:10px;color:#302ba7}.our-process__header{margin-bottom:80px}.our-process__header h2{color:#302ba7}@media (max-width:768px){.our-process__header{margin-bottom:60px}}.our-process__step-item{align-items:center}.our-process__step-item:not(:last-child){margin-bottom:60px}@media (min-width:992px){.our-process__step-item:not(:last-child){margin-bottom:80px}}.our-process__step-image{margin-bottom:10px}@media (min-width:768px){.our-process__step-image{margin-bottom:0}}.our-process__step-content .h2{margin-bottom:20px}.our-favorites{margin-bottom:30px}.our-favorites__items{justify-content:space-between;flex-wrap:wrap}.our-favorites__items:not(:first-of-type){margin-top:40px}@media (max-width:576px){.our-favorites__items{flex-wrap:wrap}}.our-favorites__item{position:relative;margin-bottom:40px}@media (min-width:768px){.our-favorites__item{margin-bottom:0}}.our-favorites__item a{text-decoration:none}.our-favorites__item .sale-label{position:absolute;top:8px;left:10px;right:10px;background:#fdfaf4;padding-top:10px;padding-bottom:10px;text-align:center;font-size:15px;line-height:18px;color:#302ba7;z-index:1}.our-favorites__item .img{position:relative;overflow:hidden;margin-bottom:20px;width:150px}.our-favorites__item .img img{transition:transform .3s}@media (min-width:768px){.our-favorites__item .img{width:160px}}@media (min-width:992px){.our-favorites__item .img{width:210px}.our-favorites__item .img:hover img{transform:scale(1.2)}}.our-favorites__item .title{margin-bottom:10px}.our-favorites__item .cost{font-size:15px;line-height:18px}.our-favorites__item .cost .reg-price{font-size:14px;text-decoration:line-through}.our-favorites__item .cost .special-price{font-size:17px;margin-left:5px}.our-favorites .btn-wrap{position:absolute;bottom:0;left:20px;right:20px;transform:translate(0, 90px)}.our-favorites .btn-wrap a{width:100%}@media (min-width:576px){.our-favorites .btn-wrap{left:50%;right:auto;transform:translate(-50%, 90px)}.our-favorites .btn-wrap a{width:auto}}@media (min-width:1200px){.our-favorites .btn-wrap{transform:translate(-50%, 110px)}}.big-hero__inner{align-items:center}.big-hero__image{position:relative;margin-bottom:40px}.big-hero__image_center img{margin-left:auto;margin-right:auto}.big-hero__image_set [class*='col-']{width:50%}.big-hero__image_set img{margin-left:auto;margin-right:auto}@media (min-width:992px){.big-hero__image_set img{width:auto}}.big-hero__image_set .mt{margin-top:45px}@media (min-width:1200px){.big-hero__image_set .mt{margin-top:75px}}@media (min-width:768px){.big-hero__image{margin-bottom:0}}.big-hero__content .img{margin-bottom:20px}.big-hero__content .heading{margin-bottom:20px;color:#302ba7}.big-hero__content .heading_lg{font-size:35px;line-height:42px}@media (min-width:768px){.big-hero__content .heading_lg{font-size:40px;line-height:48px}}@media (min-width:992px){.big-hero__content .heading_lg{font-size:50px;line-height:60px}}.big-hero__content .subheading{margin-bottom:20px;color:#302ba7}.big-hero__content .text{font-size:15px;line-height:18px;margin-bottom:20px}.big-hero_metal .big-hero__image{display:flex;flex-direction:row;align-items:flex-end;justify-content:center;margin-bottom:150px}.big-hero_metal .big-hero__image .flying{margin-left:-210px;margin-bottom:-120px}@media (min-width:768px){.big-hero_metal .big-hero__inner{align-items:flex-start}.big-hero_metal .big-hero__image{display:block;margin-bottom:0}.big-hero_metal .big-hero__image img{width:auto}.big-hero_metal .big-hero__image .flying{margin-bottom:0;margin-top:-60px;margin-left:60px}.big-hero_metal .big-hero__content .text{margin-bottom:0}}@media (min-width:992px){.big-hero_metal .big-hero__inner{align-items:center}}@media (min-width:1200px){.big-hero_metal{margin-bottom:160px}.big-hero_metal .big-hero__inner{align-items:flex-start}.big-hero_metal .big-hero__content{padding-top:30px;padding-bottom:35px}.big-hero_metal .big-hero__image .flying{margin:0;position:absolute;right:0;bottom:-195px}}.press-section .rh-press-item{max-width:50%}.press-section .rh-press-item:nth-child(3){margin-top:45px}@media (min-width:768px){.press-section .rh-press-item:nth-child(3){margin-top:0}}.press-section .rh-press-item .inner{display:flex;flex-direction:column;align-items:flex-start}.press-section .rh-press-item .image{display:flex;width:100%;height:65px;align-items:center;justify-content:center;text-align:center;margin-bottom:20px}.press-section .rh-press-item .image img{max-height:100%}@media (min-width:768px){.press-section .rh-press-item .image{height:80px;margin-bottom:30px}}.press-section .rh-press-item .title{font-size:20px;font-family:HaboroContrast-NormBook;letter-spacing:-0.3px;line-height:24px;text-align:center}@media (min-width:768px){.press-section .rh-press-item .title{margin-bottom:0}}.press-section .row{align-items:flex-end}@media (min-width:768px){.press-section .row{align-items:flex-start}}.article-links .supheading{text-align:center;color:#6a75b4;margin-bottom:10px}.article-links .article-links-list{display:flex;justify-content:space-around;flex-wrap:wrap}@media (min-width:768px){.article-links .article-links-list{flex-wrap:nowrap}}.article-links .article-link-item{position:relative;max-width:340px;padding-left:10px;padding-right:10px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.article-links .article-link-item:not(:last-child){margin-bottom:40px}@media (min-width:768px){.article-links .article-link-item{max-width:305px}.article-links .article-link-item:not(:last-child){margin-bottom:0}}.article-links .article-link-item .image{display:block;position:relative;margin-bottom:20px;overflow:hidden}.article-links .article-link-item .image img{transition:transform .3s;margin-left:auto;margin-right:auto}@media (min-width:992px){.article-links .article-link-item .image:hover img{transform:scale(1.2)}}.article-links .article-link-item .title{margin-bottom:10px}.article-links .article-link-item .text{font-size:15px;line-height:18px;margin-bottom:auto}.article-links .article-link-item .rh-button{margin-top:20px}.start-crafting .inner{position:relative;padding-left:0;padding-right:0}@media (min-width:992px){.start-crafting .inner{padding-left:15px;padding-right:15px}}.start-crafting .images-box{position:absolute;top:0;bottom:0;left:0;right:0}.start-crafting .images-box .img-item{position:absolute;width:90px;z-index:2}@media (min-width:768px){.start-crafting .images-box .img-item{width:125px}}@media (min-width:1200px){.start-crafting .images-box .img-item{width:180px}}.start-crafting .images-box .img-item_1{top:-130px;left:50px}@media (min-width:768px){.start-crafting .images-box .img-item_1{top:-88px;left:74px}}@media (min-width:1200px){.start-crafting .images-box .img-item_1{top:-115px;left:120px;z-index:2}}.start-crafting .images-box .img-item_2{top:-56px;left:0}@media (min-width:768px){.start-crafting .images-box .img-item_2{top:17px;left:0}}@media (min-width:1200px){.start-crafting .images-box .img-item_2{top:35px;left:15px;z-index:1}}.start-crafting .images-box .img-item_3{bottom:-45px;left:20px}@media (min-width:768px){.start-crafting .images-box .img-item_3{bottom:-90px;left:130px}}@media (min-width:1200px){.start-crafting .images-box .img-item_3{bottom:-153px;left:300px}}.start-crafting .images-box .img-item_4{top:-100px;right:20px}@media (min-width:1200px){.start-crafting .images-box .img-item_4{top:-95px;right:100px;z-index:2}}.start-crafting .images-box .img-item_5{bottom:-35px;right:0}@media (min-width:1200px){.start-crafting .images-box .img-item_5{bottom:-62px;right:15px;z-index:1}}.start-crafting .content{position:relative;background-image:url(../../frontend/Rockher/Winter/en_US/images/rh-newdesign/bg-crafting-section.jpg);width:100%;max-width:580px;margin:130px auto 45px;padding:80px 20px 100px}@media (min-width:768px){.start-crafting .content{padding-bottom:80px;margin-top:87px;margin-bottom:90px}}@media (min-width:992px){.start-crafting .content{max-width:810px;margin-top:116px;margin-bottom:153px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px}}.start-crafting .content .heading{max-width:460px;margin:0 auto 30px;text-align:center;color:#fdfaf4}@media (min-width:768px){.start-crafting .content .heading{margin-bottom:40px}}@media (min-width:992px){.start-crafting .content .heading{max-width:595px;margin-bottom:30px}}.start-crafting .content .links{display:flex;align-items:center;justify-content:center;text-align:center}.start-crafting .content .links a{display:inline-block;color:#e0d1ce;border-bottom:2px solid #e0d1ce;padding-bottom:3px;font-size:15px;line-height:18px;text-decoration:none}@media (min-width:992px){.start-crafting .content .links a{font-size:22px;line-height:24px}.start-crafting .content .links a:hover{border-bottom-color:transparent}}.start-crafting .content .links .sep{display:block;width:2px;height:27px;margin:0 15px;background-color:#e0d1ce}@media (min-width:768px){.start-crafting .content .links .sep{margin:0 20px}}.gallery-container .heading{color:#302ba7;margin-bottom:10px}@media (min-width:768px){.gallery-container .heading{max-width:260px;margin-bottom:20px}}@media (min-width:992px){.gallery-container .heading{margin-bottom:55px}}.gallery-container .gallery-items{display:flex;justify-content:flex-start;flex-wrap:wrap;margin-top:40px;margin-left:-10px;margin-right:-10px}@media (min-width:768px){.gallery-container .gallery-items{justify-content:space-between;flex-wrap:nowrap;margin-left:0;margin-right:0}}@media (min-width:992px){.gallery-container .gallery-items{margin-top:0}}.gallery-container .thumbnail-item{display:flex;width:170px;padding:10px}@media (min-width:768px){.gallery-container .thumbnail-item{width:160px;padding:0}}@media (min-width:992px){.gallery-container .thumbnail-item{width:180px}}.facts-hero .row{justify-content:center;text-align:center}.facts-hero .heading{margin-bottom:20px}@media (min-width:768px){.facts-hero .heading{margin-bottom:10px}}.facts-hero .link{margin-top:30px}@media (min-width:768px){.purple-section.no-padding-top{padding-top:0}}.purple-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#ffffff;width:auto;padding:60px 28px;margin:-60px -20px}@media (min-width:768px){.purple-container{width:100%;margin:0}}@media (min-width:1200px){.purple-container{padding-top:0;padding-bottom:0;height:100%}}.purple-container .inner{max-width:480px}@media (min-width:1200px){.purple-container .inner{max-width:600px}}.purple-container .heading{color:#ffffff;margin-bottom:20px}@media (min-width:1200px){.purple-container .heading{margin-bottom:30px}}.purple-container .subheading{font-family:Runda-Light;font-size:20px;line-height:24px;letter-spacing:-0.3px;margin-bottom:20px;max-width:460px;margin-left:auto;margin-right:auto}@media (min-width:1200px){.purple-container .subheading{font-size:25px;line-height:30px;margin-bottom:30px;max-width:100%}}.rh-newdesign .shapes-section{padding-bottom:0}.rh-newdesign .shapes-section .section-heading{margin-bottom:20px}@media (min-width:1200px){.rh-newdesign .shapes-section .section-heading{margin-bottom:40px}}.diamond-shapes{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap}.diamond-shapes .shape-item{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0}@media (min-width:768px){.diamond-shapes .shape-item{width:62px;height:62px}}@media (min-width:1200px){.diamond-shapes .shape-item{width:92px;height:92px}}.diamond-shapes .shape-item .icon{width:53px;height:53px}@media (min-width:768px){.diamond-shapes .shape-item .icon{width:42px;height:42px}}@media (min-width:1200px){.diamond-shapes .shape-item .icon{width:60px;height:60px}}.assure-section .left{margin-bottom:20px}@media (min-width:768px){.assure-section .left{margin-bottom:0}}.assure-section .left .row{justify-content:space-between}.assure-section .left .heading-wrap{width:230px}.assure-section .left .img-wrap{width:110px}@media (min-width:768px){.assure-section .left .heading-wrap{width:auto}.assure-section .left .img-wrap{width:auto}}.assure-section .heading{color:#302ba7}.assure-section .content .h3{margin-bottom:20px}@media (min-width:992px){.assure-section .content .h3{line-height:42px}}@media (min-width:768px){.rh-newdesign .assure-section_2{padding-top:100px;padding-bottom:100px}}@media (min-width:1200px){.rh-newdesign .assure-section_2{padding-top:120px;padding-bottom:120px}}.assure-section_2 .left{margin-bottom:30px}@media (min-width:768px){.assure-section_2 .left{margin-bottom:0}}@media (min-width:768px){.assure-section_2 .left .row{height:100%}}.assure-section_2 .left .heading{margin-bottom:20px}.assure-section_2 .left .img{margin-top:auto}.mine-section{position:relative}.mine-section .content{color:#ffffff;text-align:center;padding-bottom:135px}@media (min-width:768px){.mine-section .content{padding-bottom:170px}}@media (min-width:1200px){.mine-section .content{padding-bottom:240px}}.mine-section .content .heading{color:#ffffff;margin-bottom:25px}@media (min-width:768px){.mine-section .content .heading{margin-bottom:20px}}@media (min-width:1200px){.mine-section .content .heading{margin-bottom:30px}}.mine-section .content .text{color:#ffffff}.mine-section .video-container{margin-top:-75px}@media (min-width:768px){.mine-section .video-container{margin-top:-110px}}@media (min-width:1200px){.mine-section .video-container{margin-top:-160px}}.mine-section .video-placeholder{position:relative}.mine-section .video-placeholder .btn-play{position:absolute;top:50%;left:50%;width:75px;height:75px;transform:translate(-50%, -50%);background-color:#ffffff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.mine-section .video-placeholder .btn-play:before{content:'';display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:15px;height:18px;background-image:url(../../frontend/Rockher/Winter/en_US/images/rh-newdesign/svg/icon_play-btn.svg);background-repeat:no-repeat;background-position:50% 50%}@media (min-width:1200px){.mine-section .video-placeholder .btn-play{width:83px;height:83px;opacity:0.95;transition:opacity .15s}.mine-section .video-placeholder .btn-play:hover{opacity:1}}.rh-newdesign .sale-settings-slider{background-color:#ffffff}.slider-er__section{padding-top:40px;padding-bottom:30px}.slider-er__section_pt30{padding-top:30px}@media (max-width:576px){.slider-er__section{padding-top:40px;padding-bottom:0}.slider-er__section_pt30{padding-top:30px;padding-bottom:60px}}.slider-er__item-wrap{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}@media (max-width:576px){.slider-er__item-wrap{flex-direction:column}}.slider-er__item-wrap .slider-er__item{width:50%}@media (max-width:576px){.slider-er__item-wrap .slider-er__item{width:auto}}.slider-er__item{position:relative;text-align:center;margin:4px;border:solid 2px #e9e9e9}.slider-er__item .product-name{line-height:1.2em;height:2.4em;overflow:hidden;display:block}.slider-er__title{margin-bottom:35px;text-transform:capitalize;color:#060606;font-family:HaboroContrast-NormBook;font-size:28px;letter-spacing:0.5px;line-height:36px;text-align:center}.slider-er__title_mb10{margin-bottom:10px}@media (max-width:576px){.slider-er__title{margin-bottom:18px}}.slider-er__subtitle{text-align:center;font-size:16px;letter-spacing:0.5px;line-height:1.2;margin-bottom:10px}.slider-er__text{display:inline-block;margin-top:10px;color:#060606;font-family:"ProximaNovaReg";text-transform:capitalize;font-size:14px;letter-spacing:0.4px;line-height:17px;text-align:center}@media (max-width:576px){.slider-er__text{margin-top:0;padding:0 2px}}.slider-er__image{width:100%}.slider-er.owl-carousel{margin:0;padding:0}@media (max-width:576px){.slider-er.owl-carousel{margin-bottom:0;padding-bottom:25px}}@media (max-width:480px){.slider-er.owl-carousel .owl-item{height:auto}}@media (max-width:576px){.slider-er.owl-theme .owl-controls{margin-bottom:0}}.slider-er .owl-controls .owl-buttons div.owl-prev{color:transparent;width:18px;height:31px;top:30%;left:-24px;background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/slider/arrow-left.svg") no-repeat 50% 50%}@media (max-width:480px){.slider-er .owl-controls .owl-buttons div.owl-prev{display:block;top:-20px;left:40%;height:22px;background-size:contain}}.slider-er .owl-controls .owl-buttons div.owl-next{color:transparent;width:18px;height:31px;top:30%;right:-24px;background:url("../../frontend/Rockher/Winter/en_US/images/er-lp/slider/arrow-right.svg") no-repeat 50% 50%}@media (max-width:480px){.slider-er .owl-controls .owl-buttons div.owl-next{display:block;top:-20px;right:40%;height:22px;background-size:contain}}.slider-er .product-collection-name{font-family:HaboroContrast-NormBook;font-size:16px;color:#060606;letter-spacing:0.5px;line-height:20px;margin-bottom:5px;text-transform:uppercase;text-align:center}.slider-er__text .title{display:block;width:155px;margin:0 auto}.slider-er .price-box{display:flex;flex-direction:row;align-items:center;justify-content:center}.slider-er .price-box .old-price{margin-right:10px}.slider-er .price-box .old-price span{text-decoration:line-through;font-weight:normal;font-family:HaboroContrast-NormBook;color:#413F41;font-size:14px}.slider-er .price-box .special-price{display:block;padding:0;font-weight:normal;letter-spacing:1px;text-align:center;font-size:18px;line-height:22px}.slider-er .price-box .special-price .price{font-size:18px;color:#443879;font-family:HaboroContrast-NormBook}.slider-er .price-box .regular-price{font-family:HaboroContrast-NormBook;font-size:20px;margin-top:10px}.slider-er .sale-label{position:absolute;top:19px;left:0}@media (max-width:992px){.slider-er .sale-label{top:39px}}@media (max-width:768px){.slider-er .sale-label{top:23px}}@media (max-width:576px){.slider-er .sale-label{top:0}}.slider-er .sale-label:before{content:'';position:absolute;top:0;left:0;border:38px solid #b4efd7;border-left-width:36px;border-right-width:36px;border-color:#b4efd7 transparent transparent #b4efd7;z-index:5}.slider-er .sale-label div{position:relative;font-size:13px;text-transform:uppercase;width:35px;display:block;text-align:center;line-height:1.2;top:7px;left:5px;letter-spacing:0.4px;z-index:10}.slider-er .sale-label_pink:before{border-color:#f9cac8 transparent transparent #f9cac8}.slider-er .sale-label_yellow:before{border-color:#ffe594 transparent transparent #ffe594}.slider-er .sale-label_round{top:14px;left:17px}.slider-er .sale-label_round:before{display:none}.slider-er .sale-label_round div{background-size:contain;background-repeat:no-repeat;background-position:top left;height:61px;top:auto;left:auto;color:#e1c864;letter-spacing:-0.65px;font-family:ProximaNovaSBold;width:65px;padding:26px 0 0;font-size:14px;line-height:15px}@media (max-width:576px){.slider-er .sale-label_round div{width:44px;width:54px;height:44px;font-size:12px;line-height:12px;padding:17px 0 0;letter-spacing:0}}.slider-er .price-box{flex-direction:row}.slider-er .price-box .old-price{margin-bottom:0;margin-right:5px}.slider-er .price-box .special-price{width:auto;padding:0;background:none;color:#443879}.slider-er .price-box .special-price .price{color:#443879}.slider-er.complete-rings .price-box{display:block}.slider-er__text{position:relative;margin-top:0}.slider-er__text a.slider-er__text{text-decoration:none}.slider-er__text a.slider-er__text:hover{text-decoration:underline}.slider-er__text .title{display:block;max-width:155px;margin:0 auto;min-height:90px}.slider-er .sale-label{position:absolute;top:19px;left:0}@media (max-width:992px){.slider-er .sale-label{top:39px}}@media (max-width:768px){.slider-er .sale-label{top:23px}}@media (max-width:576px){.slider-er .sale-label{top:0}}.slider-er .sale-label:before{content:'';position:absolute;top:0;left:0;border:38px solid #b4efd7;border-left-width:36px;border-right-width:36px;border-color:#b4efd7 transparent transparent #b4efd7;z-index:5}.slider-er .sale-label div{position:relative;font-size:13px;text-transform:uppercase;width:35px;display:block;text-align:center;line-height:1.2;top:7px;left:5px;letter-spacing:0.4px;z-index:10}.slider-er .sale-label_pink:before{border-color:#f9cac8 transparent transparent #f9cac8}.slider-er .sale-label_yellow:before{border-color:#ffe594 transparent transparent #ffe594}.slider-er .sale-label_round{top:14px;left:17px}.slider-er .sale-label_round:before{display:none}.slider-er .sale-label_round div{background-size:contain;background-repeat:no-repeat;background-position:top left;height:61px;top:auto;left:auto;color:#e1c864;letter-spacing:-0.65px;font-family:ProximaNovaSBold;width:65px;padding:2px 0 0;font-size:14px;line-height:15px}@media (max-width:576px){.slider-er .sale-label_round div{width:44px;width:54px;height:44px;font-size:12px;line-height:12px;padding:17px 0 0;letter-spacing:0}}@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}body.page-layout-rockher_home .main-container{padding-top:0;margin-top:0}body.page-layout-rockher_home .main-container .page.messages{display:none}.new-hp{color:#413f41}.new-hp .btn-play{position:absolute;top:50%;left:50%;width:60px;height:60px;background:#fff;border-radius:50%;transform:translate(-50%, -50%);cursor:pointer;opacity:0.8}.new-hp .btn-play:hover{opacity:1}.new-hp .btn-play span{position:absolute;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:21px solid #302ba7;top:50%;left:50%;transform:translate(-50%, -50%);margin-left:4px}.new-hp .affirm-text{display:flex;flex-direction:row;align-items:baseline;justify-content:flex-start;font-size:21px;letter-spacing:0.08px;text-transform:uppercase;line-height:1}@media only screen and (max-width:767px){.new-hp .affirm-text{font-size:15px}.new-hp .affirm-text img{width:65px;height:auto}}.new-hp .affirm-text a{margin-left:10px}.new-hp .row{margin-right:0;margin-left:0}.new-hp .btn-primary,.new-hp .btn-secondary{display:inline-block;max-width:230px;width:195px;font-size:14px;line-height:1.4;font-family:ProximaNovaSbold;padding:13px 15px;text-align:center;border-radius:5px;text-transform:uppercase;text-decoration:none !important;margin-right:20px;color:#fff;background:#51aceb}@media only screen and (max-width:767px){.new-hp .btn-primary,.new-hp .btn-secondary{font-size:12px;padding:10px 8px;margin:10px 0 10px 0}}.hp-section{position:relative}.hp-container{position:relative;padding-left:15px;padding-right:15px;max-width:1260px;margin:auto}.hp-container .content{text-align:center}.hp-top-hero{position:relative;margin-bottom:50px;padding-top:50px}.hp-top-hero .hp-hero-banner{position:relative}@media only screen and (max-width:767px){.hp-top-hero .hp-hero-banner{margin-bottom:45px}}.hp-top-hero .hp-hero-banner .video-cover-box{overflow:hidden;border-radius:8px}.hp-top-hero .hp-hero-banner .rosi-logo{position:absolute;left:10px;bottom:-35px}@media only screen and (max-width:767px){.hp-top-hero .hp-hero-banner .rosi-logo{left:12px;bottom:-15px;width:77px}}@media only screen and (max-width:1024px){.hp-top-hero .hp-hero-banner img{max-width:100%;height:auto}}.hp-top-hero .hp-top-content .heading{font-size:38px;font-family:HaboroContrast-NormBook;color:#302ba7}@media only screen and (max-width:991px){.hp-top-hero .hp-top-content .heading{font-size:30px;line-height:1.25}}.hp-top-hero .hp-top-content .affirm-text{margin-top:25px}@media only screen and (max-width:767px){.hp-top-hero .hp-top-content .affirm-text{justify-content:center}}.hp-top-hero .rosi-welcome{max-width:590px;padding-left:75px}@media only screen and (max-width:1024px){.hp-top-hero .rosi-welcome{padding-left:30px}}@media only screen and (max-width:767px){.hp-top-hero .rosi-welcome{padding-left:0;margin-top:-15px}}.hp-top-hero .rosi-welcome h1{font-family:HaboroContrast-NormBook;color:#302ba7;font-size:36px}@media only screen and (max-width:767px){.hp-top-hero .rosi-welcome h1{margin-bottom:15px}}.hp-top-hero .rosi-welcome .heading{margin-bottom:40px;line-height:1.4;font-size:30px}@media only screen and (max-width:767px){.hp-top-hero .rosi-welcome .heading{font-size:26px;line-height:1.3;margin-bottom:15px}}.hp-top-hero .rosi-welcome .subheading{font-size:22px;font-family:ProximaNovaLight;margin-bottom:25px}@media only screen and (max-width:767px){.hp-top-hero .rosi-welcome .subheading{font-size:18px;margin-bottom:15px;display:none}}@media only screen and (max-width:767px){.hp-top-hero .rosi-welcome .actions{text-align:center}}.hp-top-hero .rosi-welcome .btn-start{font-family:ProximaNovaReg;font-size:22px;line-height:27px;display:inline-block;border:2px solid #302ba7;background:#ffffff;text-align:center;min-width:210px;padding:12px 20px;color:#302ba7;border-radius:55px;text-decoration:none;transition:all .2s}@media only screen and (max-width:767px){.hp-top-hero .rosi-welcome .btn-start{font-size:18px;line-height:20px;min-width:200px}}.hp-top-hero .rosi-welcome .btn-start:hover{background:#302ba7;color:#ffffff}.hp-top-hero .builder-container{max-width:680px;padding-left:50px}@media only screen and (max-width:767px){.hp-top-hero .builder-container{padding-left:0}}.hp-top-hero .builder-container .heading{line-height:1;margin-bottom:10px}.hp-top-hero .builder-container .caption{font-family:ProximaNovaReg;font-size:22px;color:#595353;margin-bottom:30px}@media only screen and (max-width:767px){.hp-top-hero .builder-container .caption{font-size:18px;margin-bottom:20px}}.hp-top-hero .builder-container .rosi-builder .title{font-family:HaboroContrast-NormBook;font-size:28px;line-height:1.2;color:#302ba7;margin-bottom:20px}@media only screen and (max-width:767px){.hp-top-hero .builder-container .rosi-builder .title{font-size:22px}}.hp-top-hero .builder-container .rosi-builder .options-wrapper{margin-bottom:30px}.hp-top-hero .builder-container .rosi-builder .options-wrapper .option-list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;margin-bottom:15px}@media only screen and (max-width:767px){.hp-top-hero .builder-container .rosi-builder .options-wrapper .option-list{width:100%;overflow-x:scroll;flex-wrap:nowrap;padding-bottom:15px}}.hp-top-hero .builder-container .rosi-builder .options-wrapper .option-item{display:block;position:relative;margin-right:15px;margin-bottom:20px;text-align:center;cursor:pointer}@media only screen and (max-width:767px){.hp-top-hero .builder-container .rosi-builder .options-wrapper .option-item{margin-bottom:0}}.hp-top-hero .builder-container .rosi-builder .options-wrapper .option-item:nth-child(5n){margin-right:0}@media only screen and (max-width:767px){.hp-top-hero .builder-container .rosi-builder .options-wrapper .option-item:nth-child(5n){margin-right:15px}}.hp-top-hero .builder-container .rosi-builder .options-wrapper .option-item .img-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;width:110px;height:110px;margin-bottom:15px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:2px solid #e8deeb;transition:border-color .2s}.hp-top-hero .builder-container .rosi-builder .options-wrapper .option-item .img-wrap img{max-width:100%;width:75px}.hp-top-hero .builder-container .rosi-builder .options-wrapper .option-item .img-wrap_shape img{width:auto}.hp-top-hero .builder-container .rosi-builder .options-wrapper .option-item:hover .img-wrap{border-color:#302ba7}.hp-top-hero .builder-container .rosi-builder .options-wrapper .option-item .title{font-family:HaboroContrast-NormBook;font-size:16px;color:#666366;line-height:1.1}.hp-top-hero .builder-container .rosi-builder .options-wrapper .option-item input{position:absolute;left:-9999px;opacity:0}.hp-top-hero .builder-container .rosi-builder .options-wrapper .option-item input:checked~.img-wrap{border-color:#302ba7;background-color:#ffffff;background:url(../../frontend/Rockher/Winter/en_US/images/home/new/bg_rosi-circle-item.png),-moz-linear-gradient(top, #fff 45%, #cefffd 100%);background:url(../../frontend/Rockher/Winter/en_US/images/home/new/bg_rosi-circle-item.png),-webkit-linear-gradient(top, #fff 45%, #cefffd 100%);background:url(../../frontend/Rockher/Winter/en_US/images/home/new/bg_rosi-circle-item.png),linear-gradient(to bottom, #fff 45%, #cefffd 100%);background-repeat:no-repeat;background-position:center}.hp-top-hero .builder-container .rosi-builder .options-wrapper .option-item input:checked~.img-wrap:before{content:'';position:absolute;top:3px;right:5px;width:22px;height:22px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#302ba7;background-image:url(../../frontend/Rockher/Winter/en_US/images/home/new/icon_checkmark_xs.svg);background-repeat:no-repeat;background-position:center;background-size:14px}.hp-top-hero .builder-container .rosi-builder .options-wrapper .option-item input:checked~.img-wrap img{mix-blend-mode:multiply}.hp-top-hero .builder-container .rosi-builder .options-wrapper .option-item input:checked~.title{color:#302ba7}.hp-top-hero .builder-container .rosi-builder .options-wrapper .actions{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.hp-top-hero .builder-container .rosi-builder .options-wrapper .btn-action{font-family:ProximaNovaSbold;font-size:16px;line-height:1.2em;display:inline-block;border:2px solid #302ba7;background:#302ba7;text-align:center;min-width:155px;padding:12px 20px;color:#ffffff;border-radius:55px;text-transform:uppercase}.hp-top-hero .builder-container .rosi-builder .options-wrapper .image-wrap img{max-width:100%}@media only screen and (max-width:767px){.hp-top-hero .builder-container .rosi-builder .options-wrapper .image-wrap img{margin:auto}}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options{margin-bottom:20px}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .field{padding-bottom:7px}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .field:not(:first-child){padding-top:15px}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .field:not(:last-child){border-bottom:1px solid #e7e7e7}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .field-title{font-size:17px;line-height:1.6;margin-bottom:10px}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .field-title_preferences{display:flex;align-items:center;justify-content:flex-start;font-size:19px;padding-top:2px;margin-bottom:15px}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .field-title_preferences .icon{transform:translateY(-2px);margin-right:12px}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .metal-options .metal-type__list{flex-wrap:wrap}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .metal-options .metal-type__item{position:relative;margin-bottom:15px;width:46px;height:46px;border-color:transparent;cursor:pointer}@media only screen and (max-width:767px){.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .metal-options .metal-type__item{margin-left:7px;margin-right:7px}}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .metal-options .metal-type__item input{position:absolute;left:-9999px;opacity:0}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .metal-options .metal-type__item input:checked~span.val:before{content:'';position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:2px solid #302ba7}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .metal-options .metal-type__item span.val{text-transform:uppercase}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .pref-list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .pref-item{position:relative;display:flex;align-items:center;justify-content:flex-start;width:140px;font-family:ProximaNovaReg;font-weight:normal;font-size:14px;padding:6px 0 6px 8px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #e9e9e9;margin-right:8px;margin-bottom:10px;cursor:pointer}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .pref-item .icon img{width:20px;margin-right:7px}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .pref-item input{position:absolute;left:-9999px;opacity:0}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .pref-item input:checked~span.val:before{content:'';position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #302ba7}.hp-top-hero .builder-container .rosi-builder .options-wrapper .pref-options .pref-item input:checked~span.val:after{content:'';position:absolute;top:-6px;right:-6px;width:15px;height:15px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#302ba7;background-image:url(../../frontend/Rockher/Winter/en_US/images/home/new/icon_checkmark_xs.svg);background-repeat:no-repeat;background-position:center}.hp-top-hero .builder-container .rosi-builder .options-wrapper .price-options .input-wrap{position:relative;margin-bottom:10px}.hp-top-hero .builder-container .rosi-builder .options-wrapper .price-options .input-wrap i{position:absolute;top:6px;left:10px;font-family:ProximaNovaReg;z-index:2;font-size:16px;font-style:normal;opacity:0}.hp-top-hero .builder-container .rosi-builder .options-wrapper .price-options .input-wrap input[type="text"]{max-width:90px;height:35px;border:1px solid #e9e9e9;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-family:ProximaNovaReg;font-size:16px;padding-left:22px;padding-right:10px}.hp-top-hero .builder-container .rosi-builder .options-wrapper .price-options .input-wrap input[type="text"]:focus~i,.hp-top-hero .builder-container .rosi-builder .options-wrapper .price-options .input-wrap input[type="text"]:valid~i{opacity:1}.hp-top-hero .builder-container .rosi-builder .options-wrapper .price-options p{font-size:15px;letter-spacing:0.08px;margin-bottom:5px}.hp-top-hero .builder-container .rosi-builder .options-wrapper .price-options .options{display:flex;align-items:flex-start;justify-content:flex-start}.hp-top-hero .builder-container .rosi-builder .options-wrapper .price-options .options span{display:block;padding:1px 7px;border:1px solid #302ba7;border-radius:5px;cursor:pointer;margin-right:7px}.hp-top-hero .builder-container .rosi-builder .progress-steps .progress-bar{position:relative;width:100%;height:5px;background-color:#dfd2e5;overflow:hidden;margin-bottom:15px}.hp-top-hero .builder-container .rosi-builder .progress-steps .progress-bar span{position:absolute;top:0;bottom:0;left:0;background-color:#302ba7}.hp-top-hero .builder-container .rosi-builder .progress-steps .progress-bar.step_style span{width:22%}.hp-top-hero .builder-container .rosi-builder .progress-steps .progress-bar.step_shape span{width:65%}.hp-top-hero .builder-container .rosi-builder .progress-steps .progress-bar.step_preferences span{width:100%}.hp-top-hero .builder-container .rosi-builder .progress-steps .step-items{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}.hp-top-hero .builder-container .rosi-builder .progress-steps .step-items .step{font-size:13px;color:#3a31b4;font-family:ProximaNovaSbold;text-transform:uppercase}.home-contacts{position:relative;text-align:center;padding-top:35px;padding-bottom:35px}.home-contacts p{font-family:HaboroContrast-NormBook;font-size:23px;margin-bottom:15px;letter-spacing:0.08px}.home-contacts p a{color:#443879}.home-contacts .links{display:flex;flex-direction:row;align-items:center;justify-content:center}@media only screen and (max-width:991px){.home-contacts .links{flex-wrap:wrap}}.home-contacts .links a{display:flex;align-items:center;justify-content:flex-start;font-family:ProximaNovaBold;font-size:17px;color:#443879;letter-spacing:0.08px;margin-left:45px}@media only screen and (max-width:991px){.home-contacts .links a{width:50%;padding-top:2px;padding-bottom:2px;margin:0}.home-contacts .links a:nth-child(even){padding-left:30px}.home-contacts .links a:nth-child(odd){padding-right:30px;justify-content:flex-end;border-right:1px solid #c2c2c2}}@media only screen and (max-width:767px){.home-contacts .links a{font-size:15px}.home-contacts .links a:nth-child(even){padding-left:25px}.home-contacts .links a:nth-child(odd){padding-right:25px}}.home-contacts .links a:nth-child(2):after{content:'';display:block;width:1px;height:20px;background:#c2c2c2;margin-left:50px}@media only screen and (max-width:991px){.home-contacts .links a:nth-child(2):after{display:none}}.home-contacts .links a .icon{margin-right:10px}.diamonds-section .btn-primary,.diamonds-section .btn-secondary{display:inline-block;max-width:230px;width:195px;font-size:14px;line-height:1.4;font-family:ProximaNovaSbold;padding:13px 15px;text-align:center;border-radius:5px;text-transform:uppercase;text-decoration:none !important}@media only screen and (max-width:767px){.diamonds-section .btn-primary,.diamonds-section .btn-secondary{font-size:12px;padding:10px 8px;margin-bottom:10px}}.diamonds-section .btn-primary{color:#fff;background:#51aceb}.diamonds-section .btn-secondary{color:#51aceb;background:#fff;border:1px solid #51aceb}.diamonds-section .dlp-rosi__ibm img{margin:0 auto}.hp-ring-styles-container{background-color:#fcfcfc;padding-top:30px}.ring-styles{background-color:#fcfcfc;color:#060606;padding-bottom:20px}.ring-styles .testimonials-slider-buttons.diamonds{display:none}@media only screen and (max-width:1200px){.ring-styles .testimonials-slider-buttons.diamonds{display:none}}@media only screen and (max-width:1440px){.ring-styles .testimonials-slider-buttons.diamonds{display:none}}@media only screen and (max-width:991px){.ring-styles .testimonials-slider-buttons.diamonds{display:flex;width:100%;left:0;top:55%;justify-content:space-between}}@media only screen and (max-width:767px){.ring-styles .testimonials-slider-buttons.diamonds{display:flex;width:100px;margin:0 auto 0}}.ring-styles h3{text-align:center;text-transform:capitalize;font-size:36px}.ring-styles .icon-wrap{display:flex;flex-direction:column;align-items:center;height:100px}.ring-styles .icon-wrap .icon{width:100px}.hp-diamond-shapes-container{position:relative;padding-top:40px;padding-bottom:40px;background:#fcfcfc}.hp-diamond-shapes-container .diamond-shapes{max-width:1260px;padding-left:15px;padding-right:15px;margin-top:0}@media only screen and (max-width:767px){.hp-diamond-shapes-container .diamond-shapes .testimonials-slider-buttons.diamonds{margin:30px auto 5px}}.hp-diamond-shapes-container .diamond-shapes h3{font-family:HaboroContrast-NormBook;font-size:38px;color:#060606;line-height:1;text-transform:none;margin-bottom:40px}@media only screen and (max-width:767px){.hp-diamond-shapes-container .diamond-shapes h3{font-size:30px;max-width:100%}}.hp-diamond-shapes-container .diamond-shapes h5{margin-bottom:8px;color:#060606;text-transform:none;font-size:20px;letter-spacing:1px}.hp-diamond-shapes-container .diamond-shapes article{margin:0;padding:0}.hp-diamond-shapes-container .diamond-shapes article a span{font-size:14px;font-family:ProximaNovaReg;letter-spacing:normal;color:#413f41}.featured-categories{padding-top:50px;padding-bottom:30px;background-color:#fbf9f4}@media only screen and (max-width:767px){.featured-categories{padding-top:30px}}.featured-categories .inner-container{max-width:1460px;padding-left:15px;padding-right:15px;margin:auto}.featured-categories .inner-container .actions{text-align:center}.featured-categories .heading{font-family:HaboroContrast-NormBook;font-size:42px;color:#060606;letter-spacing:0.08px;text-transform:none;margin-bottom:40px;text-align:center}@media only screen and (max-width:767px){.featured-categories .heading{font-size:35px;margin-bottom:25px}}.featured-categories .items{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;max-width:1430px;margin-left:auto;margin-right:auto}@media only screen and (max-width:767px){.featured-categories .items{margin-left:-15px;margin-right:-15px}}.featured-categories .items .slick-arrow{position:absolute;top:50%;transform:translateY(-60px);width:24px;height:38px;background:url(../../frontend/Rockher/Winter/en_US/images/home/new/icon_slider-arrow_D.png) no-repeat center;font-size:0;box-shadow:none;border:none;z-index:5;opacity:0.85}.featured-categories .items .slick-arrow:hover{opacity:1}.featured-categories .items .slick-arrow.slick-prev{left:0;transform:translateY(-60px) rotate(180deg)}.featured-categories .items .slick-arrow.slick-next{right:0}.featured-categories .items .slick-arrow.slick-next::before{content:''}.featured-categories .items .slick-arrow.slick-prev::before{content:''}.featured-categories .items .slick-list{padding-left:75px;padding-right:75px;padding-bottom:65px}@media only screen and (max-width:767px){.featured-categories .items .slick-list{padding-left:0;padding-right:0;padding-bottom:15px}}.featured-categories .items .slick-list .slick-slide{transition:opacity .2s}@media only screen and (max-width:767px){.featured-categories .items .slick-list .slick-slide{text-align:center}}.featured-categories .items .slick-list .slick-slide:not(.slick-active){opacity:0}.featured-categories .items .item{width:100%;max-width:385px;margin-left:20px;margin-right:20px;background:#ffffff;box-shadow:0 25px 49px 0 rgba(0,0,0,0.08)}@media only screen and (max-width:767px){.featured-categories .items .item{max-width:320px;margin-left:auto;margin-right:auto;height:550px}}.featured-categories .items .item .img-wrap img{max-width:100%;margin:auto}.featured-categories .items .item .content{padding:35px 35px 25px;text-align:center}.featured-categories .items .item .title{font-family:HaboroContrast-NormBook;font-size:27px;color:#302ba7;font-weight:normal;text-transform:none;letter-spacing:0.08px;line-height:1.2;margin-bottom:20px}.featured-categories .items .item .title a{color:#060606;text-decoration:none;font-size:24px}.featured-categories .items .item .title a:hover{color:#000}.featured-categories .items .item .descr{font-family:ProximaNovaLight;font-size:16px;line-height:1.3;letter-spacing:0.08px;margin-bottom:20px}.featured-categories .items .item .link{font-family:ProximaNovaSbold;font-size:15px;text-transform:uppercase;color:#51aceb}.press-logos{padding-bottom:30px;margin-bottom:45px}@media only screen and (max-width:767px){.press-logos{margin-bottom:0}}.press-logos .inner{width:95%;padding-left:15px;padding-right:15px;margin:auto}@media only screen and (max-width:1024px){.press-logos .inner{width:88%;overflow-x:scroll}}@media only screen and (max-width:767px){.press-logos .inner{width:100%}}.press-logos .items{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;padding:10px 0}@media only screen and (max-width:1024px){.press-logos .items{width:1260px}}@media only screen and (max-width:767px){.press-logos .items{width:1070px}}.press-logos .items .item img{max-width:100%}.promo-rosi{padding-top:30px}@media only screen and (max-width:767px){.promo-rosi .promo-video-wrap{margin-bottom:25px}}.promo-rosi .promo-video-wrap .promo-video{position:relative;padding-bottom:56.25%;height:0}.promo-rosi .promo-video-wrap .promo-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.promo-rosi .heading{display:flex;align-items:center;justify-content:flex-start;font-family:HaboroContrast-NormBook;font-size:42px;letter-spacing:0.08px;line-height:1.1;margin-bottom:20px;color:#060606;text-transform:uppercase}@media only screen and (max-width:767px){.promo-rosi .heading{font-size:38px;margin-bottom:25px}}.promo-rosi .heading .center{margin-left:auto;margin-right:auto}.promo-rosi .heading .icon{display:inline-block;width:40px;height:40px;background-size:40px;background-repeat:no-repeat;margin-right:13px}.promo-rosi .content p{font-family:ProximaNovaLight;font-size:17px;line-height:1.5em;margin-bottom:25px}.promo-rosi .actions .btn-wrap{margin-bottom:25px;text-align:center}.promo-rosi .actions .btn-wrap a{display:inline-block;min-width:300px;background:#51aceb;color:#ffffff;font-size:24px;padding:12px 20px 14px;line-height:1;text-align:center;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}@media only screen and (max-width:767px){.promo-rosi .actions .btn-wrap a{min-width:265px;font-size:20px}}.promo-rosi .actions .center{margin-right:auto;margin-left:auto;width:max-content}.promo-rosi .actions .links{margin-bottom:15px;display:flex;align-items:center;justify-content:flex-start}.promo-rosi .actions .links a{display:flex;align-items:center;justify-content:flex-start;font-family:ProximaNovaBold;font-size:17px;color:#060606;letter-spacing:0.08px}@media only screen and (max-width:767px){.promo-rosi .actions .links a{font-size:16px}}.promo-rosi .actions .links a:first-child:after{content:'';display:block;height:20px;border-left:1px dotted #c2c2c2;margin-left:30px;margin-right:30px}@media only screen and (max-width:767px){.promo-rosi .actions .links a:first-child:after{margin-left:20px;margin-right:20px}}.promo-rosi .actions .links a .icon{margin-right:10px}.promo-rosi .ibm-icon{display:block;width:121px;height:36px;background-repeat:no-repeat;background-position-x:-5px;background-position-y:-513px;margin-top:10px}@media only screen and (max-width:767px){.promo-rosi .ibm-icon{margin:0 auto}}.promise-section{padding-top:30px;padding-bottom:30px;background:#fbf9f4}@media only screen and (max-width:767px){.promise-section{padding-top:20px;padding-bottom:20px}}.promise-section .heading{font-family:HaboroContrast-NormBook;font-size:45px;letter-spacing:0.08px;color:#212044;line-height:1.2;margin-bottom:35px;text-transform:none;text-align:center}@media only screen and (max-width:767px){.promise-section .heading{font-size:37px;margin-bottom:25px}}.promise-section .items{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}@media only screen and (max-width:767px){.promise-section .items{display:block;padding-left:15px;padding-right:15px}}.promise-section .items .slick-arrow{position:absolute;top:50%;transform:translateY(-60px);width:24px;height:38px;background:url(../../frontend/Rockher/Winter/en_US/images/home/new/icon_slider-arrow_D.png) no-repeat center;font-size:0;box-shadow:none;border:none;z-index:5;opacity:0.85}.promise-section .items .slick-arrow:hover{opacity:1}.promise-section .items .slick-arrow.slick-prev{left:0;transform:translateY(-60px) rotate(180deg)}.promise-section .items .slick-arrow.slick-next{right:0}.promise-section .items .slick-arrow.slick-next::before{content:''}.promise-section .items .slick-arrow.slick-prev::before{content:''}.promise-section .items .item{width:170px;text-align:center}.promise-section .items .item .icon-wrap{display:flex;width:170px;height:170px;align-items:center;justify-content:center;text-align:center;margin-bottom:10px}@media only screen and (max-width:767px){.promise-section .items .item .icon-wrap{width:120px;height:140px;margin:auto}}.promise-section .items .item .icon-wrap img{max-width:100%;max-height:120px}.promise-section .items .item .text{font-family:HaboroContrast-NormBook;font-size:16px;line-height:1.2;text-transform:uppercase;margin-bottom:20px;padding-left:5px;padding-right:5px}@media only screen and (max-width:767px){.promise-section .items .item .text{font-size:14px;margin-bottom:15px}}.promise-section .items .item a{font-family:ProximaNovaSbold;font-size:16px;color:#060606}.build-section{padding-top:50px}@media only screen and (max-width:767px){.build-section{padding-top:35px;padding-bottom:35px}}.build-section .image-col img{max-width:100%;margin:auto}.build-section .content .heading{font-family:HaboroContrast-NormBook;font-size:62px;line-height:62px;letter-spacing:0.08px;color:#060606;text-transform:none;margin-bottom:15px}@media only screen and (max-width:767px){.build-section .content .heading{font-size:39px;line-height:1}}.build-section .content .subheading{font-size:24px;letter-spacing:0.08px}@media only screen and (max-width:767px){.build-section .content .subheading{font-size:18px}}.build-section .content .actions{margin-top:25px;margin-bottom:25px}.build-section .content .actions .center{margin-left:auto;margin-right:auto;width:auto}@media only screen and (max-width:767px){.build-section .content .actions{text-align:center}}.build-section .content .actions a{display:inline-block;max-width:310px;font-size:15px;line-height:1.5;font-family:ProximaNovaSbold;padding:13px 15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-align:center;text-transform:uppercase}@media only screen and (max-width:767px){.build-section .content .actions a{margin:0 auto}}.build-section .content .actions .btn-primary{margin-bottom:12px;color:#ffffff;background:#51aceb}.build-section .content .actions .btn-secondary{background:#ffffff;color:#51aceb;width:300px;border:1px solid #51aceb}.build-section .content p{font-size:16px;letter-spacing:0.16px;margin-bottom:10px}.build-section .content p a{color:#302ba7}@media only screen and (max-width:767px){.build-section .content p{font-size:17px;margin-bottom:20px}}.build-section .content .text-tel{font-family:HaboroContrast-NormBook;font-size:27px;line-height:1.2;letter-spacing:0.16px;margin-bottom:35px}@media only screen and (max-width:767px){.build-section .content .text-tel{font-size:24px;line-height:1.4;margin-bottom:5px}}.build-section .content .text-tel a{display:inline;color:#060606}@media only screen and (max-width:767px){.build-section .content .text-tel a{display:inline-block}}.build-section .content .affirm-text{display:flex;flex-direction:row;align-items:baseline;justify-content:flex-start;font-size:21px;letter-spacing:0.08px;text-transform:uppercase;line-height:1}@media only screen and (max-width:767px){.build-section .content .affirm-text{font-size:15px}.build-section .content .affirm-text img{width:65px;height:auto}}.build-section .content .affirm-text a{margin-left:10px}.craft-section{padding-top:60px;padding-bottom:95px;background:#fdf9fa}@media only screen and (max-width:767px){.craft-section{padding-top:40px;padding-bottom:40px}}.craft-section .heading{font-family:HaboroContrast-NormBook;font-size:46px;letter-spacing:0.08px;color:#060606;line-height:1.2;margin-bottom:10px;text-transform:none;text-align:center}@media only screen and (max-width:767px){.craft-section .heading{font-size:38px}}.craft-section .subheading{font-size:19px;line-height:1.5;margin-bottom:75px;text-align:center}.craft-section .craft-items .item{display:block;width:100%;max-width:385px;margin:auto;padding:35px 30px 45px;text-align:left;transition:background-color .2s;cursor:pointer;color:inherit;text-decoration:none}@media only screen and (max-width:767px){.craft-section .craft-items .item{padding-left:15px;padding-right:15px}}@media (min-width:1280px){.craft-section .craft-items .item:hover{background:#ffffff;box-shadow:0 25px 49px 0 rgba(0,0,0,0.08)}}.craft-section .craft-items .item .img-wrap{margin-bottom:5px}.craft-section .craft-items .item .img-wrap img{max-width:100%;margin:auto}.craft-section .craft-items .item .step{font-family:HaboroContrast-NormBook;font-size:21px;color:#060606;line-height:1;letter-spacing:0.08px;margin-bottom:20px}.craft-section .craft-items .item .title{font-family:HaboroContrast-NormBook;font-size:28px;line-height:1.2;margin-bottom:20px}.craft-section .craft-items .item .descr{font-family:ProximaNovaLight;font-size:16px;line-height:1.5;letter-spacing:0.08px}.guides-section{padding-top:50px;padding-bottom:70px;background:#fdfdfd}@media only screen and (max-width:767px){.guides-section{padding-top:35px;padding-bottom:50px}}.guides-section .heading{font-family:HaboroContrast-NormBook;font-size:42px;letter-spacing:0.08px;color:#060606;line-height:1.2;margin-bottom:10px;text-transform:none;text-align:center}@media only screen and (max-width:767px){.guides-section .heading{font-size:30px}}.guides-section .subheading{font-size:20px;line-height:1.5;margin-bottom:50px;text-align:center}.guides-section .guide-items{margin-left:-15px;margin-right:-15px;position:relative;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}@media only screen and (max-width:767px){.guides-section .guide-items{display:block;text-align:center}}.guides-section .guide-items .slick-arrow{position:absolute;top:50%;transform:translateY(-60px);width:24px;height:38px;background:url(../../frontend/Rockher/Winter/en_US/images/home/new/icon_slider-arrow_D.png) no-repeat center;font-size:0;box-shadow:none;border:none;z-index:5;opacity:0.85}.guides-section .guide-items .slick-arrow:hover{opacity:1}.guides-section .guide-items .slick-arrow.slick-prev{left:0;transform:translateY(-60px) rotate(180deg)}.guides-section .guide-items .slick-arrow.slick-next{right:0}.guides-section .guide-items .slick-arrow.slick-next::before{content:''}.guides-section .guide-items .slick-arrow.slick-prev::before{content:''}.guides-section .guide-items .item{width:310px;padding-left:15px;padding-right:15px;text-align:center}@media only screen and (max-width:767px){.guides-section .guide-items .item{max-width:310px;margin:auto}}.guides-section .guide-items .item .title-wrap{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:270px;background-repeat:no-repeat;background-size:cover;margin-bottom:30px;text-decoration:none}.guides-section .guide-items .item .title-wrap .inner{width:203px;height:203px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.guides-section .guide-items .item .title-wrap .title{font-family:HaboroContrast-NormBook;font-size:26px;line-height:1;color:#060606;margin-bottom:10px}.guides-section .guide-items .item .title-wrap .caption{font-family:ProximaNovaLight;font-size:15px;line-height:1.25;text-transform:uppercase}.guides-section .guide-items .item .descr{font-size:16px;line-height:1.25;margin-bottom:20px;text-align:center;min-height:60px}.guides-section .guide-items .item .link{font-family:ProximaNovaSbold;font-size:12px;text-transform:uppercase;color:#6e6e6e;display:inline-block;line-height:1;padding:13px 20px;-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:5px;border:1px solid #a3a3a3;background:#ffffff}.contact-gemologist{padding-top:35px;padding-bottom:135px}@media only screen and (max-width:1024px){.contact-gemologist .img-wrap img{max-width:100%}}@media only screen and (max-width:767px){.contact-gemologist{padding-top:20px;padding-bottom:20px}.contact-gemologist .img-wrap{margin-bottom:35px}}.contact-gemologist .heading{font-family:HaboroContrast-NormBook;font-size:42px;line-height:1;letter-spacing:0.08px;color:#060606;text-transform:none;text-align:left}@media only screen and (max-width:767px){.contact-gemologist .heading{font-size:30px;text-align:center}}.contact-gemologist .heading .center{margin-right:auto;margin-left:auto;width:max-content}.contact-gemologist .text{margin-top:35px;margin-bottom:35px;font-size:18px;font-family:ProximaNovaLight}@media only screen and (max-width:767px){.contact-gemologist .text{margin-top:20px;margin-bottom:30px}}.contact-gemologist .tel-link{margin-bottom:35px;font-size:24px}.contact-gemologist .tel-link a{line-height:1;font-family:ProximaNovaLight;color:#413f41}.contact-gemologist .chat-link{font-family:ProximaNovaSbold;font-size:16px;line-height:1.5;text-transform:uppercase;color:#ffffff;padding:16px 15px 18px;display:inline-block;max-width:200px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#51aceb;text-align:center;width:200px}@media only screen and (max-width:767px){.contact-gemologist .chat-link{padding:10px 15px 12px;margin:0 auto;float:none}}.hp-instagram{padding-top:45px;padding-bottom:45px;background:#fbfbfb;text-align:center}.hp-instagram .preheading{text-align:center;margin-bottom:10px}.hp-instagram .preheading a{font-size:17px;line-height:1.5;color:#413f41}.hp-instagram .heading{font-family:HaboroContrast-NormBook;font-size:42px;color:#060606;letter-spacing:0.08px;line-height:1;margin-bottom:15px;text-transform:none}.hp-instagram .subheading{font-size:18px;font-family:ProximaNovaLight;margin-bottom:20px}.hp-instagram .links{display:flex;align-items:center;justify-content:center;margin-bottom:25px}.hp-instagram .links a{display:flex;align-items:center;justify-content:flex-start;color:#413f41;font-size:16px;font-family:ProximaNovaLight;margin-left:18px;margin-right:18px}.hp-instagram .links a .icon{margin-right:5px;width:17px;height:17px;background-size:17px;background-position:center;transform:translateY(1px)}.hp-instagram .links a .blue{color:#302BA7}.hp-instagram .yotpo-insta-container .link-paragraph{font-family:ProximaNovaSbold;font-size:15px;text-transform:uppercase;color:#51aceb;background:#fff;border:1px solid #51aceb;padding:10px 24px;border-radius:5px;text-decoration:none}.yotpo-section{margin-top:15px;margin-bottom:100px}.yotpo-section .hp-container{height:288px}.affirm-home-section{clear:both}.lp-slider .item-1{background:#d6c6af;background-image:url(../../frontend/Rockher/Winter/en_US/images/home/new/slide1-1.jpg);background-repeat:no-repeat;background-size:contain;height:450px}.lp-slider .item-1 .text-block{font-family:LatoRegular;position:absolute;top:30%;right:11%;width:700px;text-align:center}.lp-slider .item-1 .text-block h1{margin-bottom:0;font-size:34px;display:inline-block}.lp-slider .item-1 .text-block span{display:inline-block;width:100%;line-height:1;letter-spacing:2px;margin:1px 0}.lp-slider .item-1 .text-block .text-2{font-size:24px}.lp-slider .item-1 .text-block .text-1,.lp-slider .item-1 .text-block .text-3,.lp-slider .item-1 .text-block .text-4{font-size:38px;font-weight:400;font-style:normal;line-height:1.2}.lp-slider .item-1 .text-block .actions{margin-top:50px}.lp-slider .item-1 .btn-primary,.lp-slider .item-1 .btn-secondary{max-width:250px;width:240px}@media only screen and (max-width:767px){.lp-slider .item-1{background-image:url(../../frontend/Rockher/Winter/en_US/images/home/new/slide1-1m.jpg);background-size:contain;height:430px}.lp-slider .item-1 .text-block{width:100%;height:430px;top:6px;right:0}.lp-slider .item-1 .text-block .text-1,.lp-slider .item-1 .text-block .text-3,.lp-slider .item-1 .text-block h1{font-size:20px}.lp-slider .item-1 .text-block .text-2{font-size:14px}.lp-slider .item-1 .actions{position:absolute;bottom:7px;width:100%}.lp-slider .item-1 .btn-primary{width:165px}.lp-slider .item-1 .btn-secondary{width:165px}}.lp-slider .item-2{background:#cbc2b9;background-image:url(../../frontend/Rockher/Winter/en_US/images/home/new/slide1-2.jpg);background-repeat:no-repeat;background-position-x:100%;background-size:contain;height:450px}.lp-slider .item-2 .text-block{font-family:LatoRegular;position:absolute;top:36%;width:700px;text-align:center}.lp-slider .item-2 .text-block span{display:inline-block;width:100%;line-height:1.2;letter-spacing:2px;margin:5px 0}.lp-slider .item-2 .text-block .text-1{font-size:42px;font-weight:400;font-style:italic;line-height:1.2}.lp-slider .item-2 .text-block .text-2{font-size:42px;font-weight:bold}.lp-slider .item-2 .text-block .actions{margin-top:50px}.lp-slider .item-2 .text-block .actions .btn-primary{width:220px;background:#cbc2b9}@media only screen and (max-width:767px){.lp-slider .item-2{background-image:url(../../frontend/Rockher/Winter/en_US/images/home/new/slide1-2m.jpg);background-size:contain;background-position-y:55%;height:430px}.lp-slider .item-2 .text-block{width:100%;height:430px;top:0;right:0;left:0}.lp-slider .item-2 .text-block span{margin:2px 0}.lp-slider .item-2 .text-block .text-1{font-size:20px;font-weight:400;font-style:italic;line-height:1.2}.lp-slider .item-2 .text-block .text-2{font-size:18px;font-weight:bold}.lp-slider .item-2 .actions{left:20%;bottom:0;position:absolute}.lp-slider .item-2 .btn-primary{width:170px}}.lp-slider .item-3{background:#e0d2c8;background-image:url(../../frontend/Rockher/Winter/en_US/images/home/new/slide1-31.jpg),url(../../frontend/Rockher/Winter/en_US/images/home/new/slide1-32.jpg);background-position:left,right;background-repeat:no-repeat;height:450px;display:flex;justify-content:center}.lp-slider .item-3 .left,.lp-slider .item-3 .right{width:100%;display:inline-block}.lp-slider .item-3 .text-block{font-family:LatoRegular;position:relative;top:25%;text-align:center}.lp-slider .item-3 .text-block span{display:inline-block;width:100%;line-height:1.2;letter-spacing:2px;margin:5px 0}.lp-slider .item-3 .text-block .text-1{font-size:40px;color:#060606}.lp-slider .item-3 .text-block .text-2{font-size:40px}.lp-slider .item-3 .text-block .text-3{font-size:40px}.lp-slider .item-3 .text-block .actions{width:300px;margin:20px auto}.lp-slider .item-3 .text-block .actions .btn-primary{background:#e0d2c8;max-width:275px;width:275px;margin-bottom:10px}@media only screen and (max-width:767px){.lp-slider .item-3{background:#e0d2c8;background-image:url(../../frontend/Rockher/Winter/en_US/images/home/new/slide1-31m.jpg),url(../../frontend/Rockher/Winter/en_US/images/home/new/slide1-32m.jpg);background-position:left center,right bottom;background-repeat:no-repeat;background-position-y:40%,75%;height:430px;display:block}.lp-slider .item-3 .text-block{width:100%;height:430px;top:0;right:0}.lp-slider .item-3 .text-block span{margin:0}.lp-slider .item-3 .text-block .text-1{font-size:20px;color:#060606}.lp-slider .item-3 .text-block .text-2{font-size:20px}.lp-slider .item-3 .text-block .text-3{font-size:20px}.lp-slider .item-3 .text-block .actions{position:absolute;width:100%;bottom:0;margin-bottom:5px}.lp-slider .item-3 .text-block .actions .btn-primary{background:#e0d2c8;max-width:170px;margin-bottom:5px}}.lp-slider .item-4{background:#faf8f3;background-image:url(../../frontend/Rockher/Winter/en_US/images/home/new/slide1-4.jpg);background-repeat:no-repeat;background-position-x:100%;background-size:contain;height:450px}.lp-slider .item-4 .text-block{font-family:LatoRegular;position:absolute;top:20%;left:15%;width:500px;text-align:center}.lp-slider .item-4 .text-block span{display:inline-block;width:100%;line-height:1.2;letter-spacing:2px;margin:5px 0}.lp-slider .item-4 .text-block .text-1,.lp-slider .item-4 .text-block .text-2{font-size:34px;font-weight:400;font-style:normal;line-height:1.2}.lp-slider .item-4 .text-block .text-3{font-size:20px}.lp-slider .item-4 .text-block .actions{margin-top:50px}@media only screen and (max-width:767px){.lp-slider .item-4{background-image:url(../../frontend/Rockher/Winter/en_US/images/home/new/slide1-4m.jpg);background-size:cover;height:430px}.lp-slider .item-4 .text-block{width:100%;height:430px;top:0;right:0;left:0}.lp-slider .item-4 .text-block span{display:none}.lp-slider .item-4 .actions{position:absolute;left:0;right:0;bottom:0}.lp-slider .item-4 .btn-primary{width:160px;position:absolute;bottom:0;left:15px}.lp-slider .item-4 .btn-secondary{width:160px;position:absolute;bottom:0;right:0}}.lp-slider .item-5{background:#f0f0f0;background-image:url(../../frontend/Rockher/Winter/en_US/images/home/new/slide1-5.jpg);background-repeat:no-repeat;background-position-x:0;background-size:contain;height:450px}.lp-slider .item-5 .text-block{font-family:LatoRegular;position:absolute;top:20%;right:15%;width:500px;text-align:center}.lp-slider .item-5 .text-block h1{margin-bottom:0;font-size:34px;display:inline-block}.lp-slider .item-5 .text-block span{display:inline-block;width:100%;line-height:1.2;letter-spacing:2px;margin:5px 0}.lp-slider .item-5 .text-block .text-1{font-size:26px}.lp-slider .item-5 .text-block .text-2{font-size:36px;font-weight:400;font-style:normal;line-height:1.2}.lp-slider .item-5 .text-block .actions{margin-top:50px}.lp-slider .item-5 .text-block .actions .btn-primary{display:block;width:220px;margin:10px auto}@media only screen and (max-width:767px){.lp-slider .item-5{background-image:url(../../frontend/Rockher/Winter/en_US/images/home/new/slide1-5m.jpg);background-size:cover;height:430px}.lp-slider .item-5 .text-block{width:100%;height:430px;top:0;right:0}.lp-slider .item-5 .text-block span{display:none}.lp-slider .item-5 .btn-primary{width:150px;position:absolute;bottom:0;left:20%}.lp-slider .item-5 .btn-secondary{width:150px;position:absolute;bottom:0;right:0}}.lp-slider .item-6{background:#dddcdb;background-image:url(../../frontend/Rockher/Winter/en_US/images/home/new/slide1-6.png);background-repeat:no-repeat;background-position-x:80%;background-size:contain;height:450px}.lp-slider .item-6 .text-block{font-family:LatoRegular;position:absolute;top:20%;left:15%;width:500px;text-align:left}.lp-slider .item-6 .text-block span{display:inline-block;width:100%;line-height:1.2;letter-spacing:2px;margin:5px 0}.lp-slider .item-6 .text-block .text-1,.lp-slider .item-6 .text-block .text-2{font-size:34px;font-weight:400;font-style:normal;line-height:1.2}.lp-slider .item-6 .text-block .actions{margin-top:50px}.lp-slider .item-6 .text-block .actions .btn-primary{margin-left:0}@media only screen and (max-width:767px){.lp-slider .item-6{background-image:url(../../frontend/Rockher/Winter/en_US/images/home/new/slide1-6m.png);background-size:cover;background-position-y:50%;height:430px}.lp-slider .item-6 .text-block{width:85%;height:430px;top:0;left:8%}.lp-slider .item-6 .text-block .text-1,.lp-slider .item-6 .text-block .text-2{font-size:28px}.lp-slider .item-6 .text-block img{width:100%}.lp-slider .item-6 .actions{position:absolute;left:0;right:0;bottom:0;text-align:center}.lp-slider .item-6 .btn-primary{width:150px}}.lp-slider .owl-controls .owl-buttons div.owl-next{color:transparent}.lp-slider .btn-primary,.lp-slider .btn-secondary{display:inline-block;max-width:230px;width:195px;font-size:14px;line-height:1.4;font-family:ProximaNovaSbold;padding:13px 15px;text-align:center;border:1px solid #060606;color:#060606;background:#d6c6af;border-radius:5px;text-transform:uppercase;text-decoration:none !important;margin-right:5px;margin-left:5px}@media only screen and (max-width:767px){.lp-slider .btn-primary,.lp-slider .btn-secondary{font-size:10px;padding:6px 6px}}.lp-slider.owl-carousel{padding-bottom:0;margin-bottom:0}@media only screen and (max-width: 767px) {

    .lp-slider .item-2 {
        background: #e0e0e0;
        background-image: url(../../frontend/Rockher/Winter/en_US/images/home/new/slide1m.jpg);
        background-repeat: no-repeat;
        background-position-x: 100%;
        background-size: cover;
        background-position-y: 100%;
    }
    .lp-slider .item-2 .text-img img {
        /*display: none;*/
    }
    .lp-slider .item-2 .text-block {
        top: 0;
        left: 0;
        padding-top: 5px;
    }
    .lp-slider .item-2 .text-block .text-1 {
        color: #000000;
        font-size: 18px;
        letter-spacing: 0;
        font-style: normal;
        margin-top: 6px;
    }
    .lp-slider .item-2 .text-block .text-2 {
        color: #000000;
        font-size: 34px;
        letter-spacing: 0;
        font-style: normal;
        font-weight: normal;
        /*margin-top: 5px;*/
    }
    .lp-slider .item-2 .text-block .text-img {
        /*margin-top: 10px;*/
    }
    .lp-slider .item-2 .text-block .actions {
        width: 100%;
        margin: 0 auto;
        left: 0;
    }
    .lp-slider .item-2 .text-block .actions .btn-primary {
        max-width: 170px;
    }

    .lp-slider .item-3 {
        background: #d2ba98;
        background-image: url(../../frontend/Rockher/Winter/en_US/images/home/new/slide2m.jpg);
        background-repeat: no-repeat;
        background-position-x: 100%;
        background-size: cover;
        background-position-y: 100%;
    }
    .lp-slider .item-3 .text-block .text-1,
    .lp-slider .item-3 .text-block .text-2 {
        color: #1e1e1e;
    }
    .lp-slider .item-3 .text-block .text-1 {
        font-size: 18px;
        margin-top: 15px;
        letter-spacing: 0;
    }
    .lp-slider .item-3 .text-block .text-2 {
        font-size: 28px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }

    .lp-slider .item-3 .text-block .text-img {
        margin-top: 0;
    }
    .lp-slider .item-3 .text-img img {
        /*display: none;*/
        /*width: 75%;*/
    }
    .lp-slider .item-3 .text-block .actions {
        bottom: 5px;
    }
    .lp-slider .item-3 .text-block {
        top: 0;
    }
    .lp-slider .item-3 .text-block .actions {
        width: 100%;
        margin: 0 auto;
    }

}


@media only screen and (min-width: 768px) {
    .lp-slider .item-2 {
        background: #dee3df;
        background-image: url(../../frontend/Rockher/Winter/en_US/images/home/new/slide1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        height: 450px;
        display: flex;
        justify-content: center;
    }
    .lp-slider .item-2 .text-block {
        top: 7%;
    }
    .lp-slider .item-2 .text-block .text-1 {
        color: #000000;
        font-size: 38px;
        font-style: normal;
        letter-spacing: 0;

    }
    .lp-slider .item-2 .text-block .text-2 {
        color: #000000;
        font-size: 70px;
        letter-spacing: 0;
        font-style: normal;
        font-weight: normal;
        margin-bottom: 15px;
        /*letter-spacing: 2px;*/
    }
    .lp-slider .item-3 {
        background: #d2ba98;
        background-image: url(../../frontend/Rockher/Winter/en_US/images/home/new/slide2.jpg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
    }
    .lp-slider .item-3 .text-block {
        top: 9%;
    }
    .lp-slider .item-3 .text-block .text-1,
    .lp-slider .item-3 .text-block .text-2 {
        color: #000000;
        letter-spacing: 0;
        font-style: normal;
        font-weight: normal;
    }
    .lp-slider .item-3 .text-block .text-2 {
        margin-bottom: 26px;
    }

    .lp-slider .item-3 .text-block .text-1 {
        font-size: 36px;
    }
    .lp-slider .item-3 .text-block .text-2 {
        font-size: 60px;
    }

    .lp-slider .item-3 .text-block .actions {
        width: 100%;
        margin-top: 60px;
    }

}

.lp-slider .item-2 .text-img img {
    margin: 0 auto;
}
.lp-slider .item-3 .text-img img {
    margin: 0 auto;
}
.lp-slider .item-2 .text-block .actions .btn-primary,
.lp-slider .item-3 .text-block .actions .btn-primary {
    background: #51aceb;
    color: #ffffff;
    border: 0;
    line-height: 1.9;
    border-radius: 2px;
}

@media only screen and (max-width: 1441px) and (min-width: 768px)  {
    .lp-slider .item-2 .text-block {
        left: 6%;
    }
}
@media only screen and (max-width: 1600px) and (min-width: 1441px)  {
    .lp-slider .item-2 .text-block {
        left: 6%;
    }
}

.afterpay-express-button,button.afterpay-express-button:hover{background-image:none;background:#000;border:1px solid #000;color:#ffffff;cursor:pointer;display:inline-block;float:none;width:267px;max-width:100%;margin-top:10px}.afterpay-express-checkout-minicart-wraper{margin:0 10px 15px}.afterpay-express-checkout-minicart-wraper .afterpay-express-button,.afterpay-express-checkout-minicart-wraper button.afterpay-express-button:hover{width:100%;cursor:pointer;text-align:center}.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;
}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(../../frontend/Rockher/Winter/en_US/Bss_SocialLogin/images/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(../../frontend/Rockher/Winter/en_US/Bss_SocialLogin/images/fancybox_loading.gif) center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(../../frontend/Rockher/Winter/en_US/Bss_SocialLogin/images/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:hidden!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(../../frontend/Rockher/Winter/en_US/Bss_SocialLogin/images/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(../../frontend/Rockher/Winter/en_US/Bss_SocialLogin/images/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(../../frontend/Rockher/Winter/en_US/Bss_SocialLogin/images/fancybox_loading@2x.gif);background-size:24px 24px}}/*Compatible magento 2 style and bootstrap 3*/
.product-item, .product-item-info, .product-item-details {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.label{
	color: #333;
	padding: inherit;
}
.page-header {
    margin: inherit;
    padding: 0px;
}/**
 * 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_ShareCart
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.actions .primary.sharecart {
    margin: 0 10px 15px;
}

button.action.primary.sharecart {
    display: block;
    width: 100%;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    margin: unset;
}

.mp-sharecart-popup .modal-title {
    border: none;
    padding-bottom: 25px;
}

.mp-sharecart-popup .modal-inner-wrap {
    width: 600px;
}

.mp-popup-cart {
    display: none;
}

#mp_show_download_share {
    display: inline-block;
}

.mp-tooltipped {
    position: relative;
}

.mp-tooltipped:before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: rgba(0, 0, 0, .8);
    pointer-events: none;
    content: "";
    border: 5px solid transparent;
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0, 0, 0, .8)
}

.mp-tooltipped:after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased;
    top: 100%;
    right: 50%;
    margin-top: 5px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.mp-tooltipped:hover:before, .mp-tooltipped:active:before, .mp-tooltipped:focus:before,
.mp-tooltipped:hover:after, .mp-tooltipped:active:after, .mp-tooltipped:focus:after {
    display: inline-block;
    text-decoration: none
}/**
 *
 **/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

ol.post-list, 
ol.comment-list { list-style: none; padding: 0; margin: 0; }

/* General Post Styles */
.post-list li:after { content: ' '; clear: both; display: block; }
.post-list li { /*display: inline-block; width: 48%; vertical-align: top;*/ }
.post-entry { overflow: hidden; margin: 0 0 20px; }
.post-image { margin: 0 0 10px; overflow: hidden; }
.post-image a { display: inline-block; }
.post-list .post-image { max-height: 300px; }
.post-meta { clear: both; margin: 0 0 20px; text-align: left; }
.post-meta .post-meta-item { display: inline-block; margin-right: 10px; }
.post-readmore { margin-top: 10px; }
.post-entry iframe { max-width: 100%; }

/* Comments */
.comment-list-item { margin: 0 0 20px; }
.comment-list.children { margin-top: 20px; }
.comment-image { float: left; margin: 0 10px 10px 0; }
.comment-author { font-weight: bold; display: block; }
.comment-entry { clear: both; margin: 0 0 20px; }

/* Widgets */
.block-blog .block-title { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #c6c6c6; }
.block-blog .block-title > strong { font-size: 18px; font-weight: 300; }
.block-blog ul, .block-blog ol { list-style: none; margin: 0; padding: 0; }
.block-blog-cloud li { display: inline; margin: 0; }
.block-blog-categories ul.level1 { margin-top: 1rem; }

.shortcode-product {}
.shortcode-product .products { text-align: left; list-style: none; }
.shortcode-product .products > li { display: inline-block; width: 24%; text-align: center; }

/* Post List Grid */
.post-list.grid {}
.post-list.grid li { display: inline-block; width: 48%; vertical-align: top; margin-right: 1%; }
