/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
        ========================================================================== */


/**
    * Remove the margin in all browsers.
    */

body {
    margin: 0;
}


/**
    * Render the `main` element consistently in IE.
    */

main {
    display: block;
}


/**
    * Correct the font size and margin on `h1` elements within `section` and
    * `article` contexts in Chrome, Firefox, and Safari.
    */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
        ========================================================================== */


/**
    * 1. Add the correct box sizing in Firefox.
    * 2. Show the overflow in Edge and IE.
    */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
        ========================================================================== */


/**
    * Remove the gray background on active links in IE 10.
    */

a {
    background-color: transparent;
}


/**
    * 1. Remove the bottom border in Chrome 57-
    * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
    */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}


/**
    * Add the correct font weight in Chrome, Edge, and Safari.
    */

b,
strong {
    font-weight: bolder;
}


/**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
    * Add the correct font size in all browsers.
    */

small {
    font-size: 80%;
}


/**
    * Prevent `sub` and `sup` elements from affecting the line height in
    * all browsers.
    */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
        ========================================================================== */


/**
    * Remove the border on images inside links in IE 10.
    */

img {
    border-style: none;
}


/* Forms
        ========================================================================== */


/**
    * 1. Change the font styles in all browsers.
    * 2. Remove the margin in Firefox and Safari.
    */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
    * Show the overflow in IE.
    * 1. Show the overflow in Edge.
    */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
    * Remove the inheritance of text transform in Edge, Firefox, and IE.
    * 1. Remove the inheritance of text transform in Firefox.
    */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
    * Correct the inability to style clickable types in iOS and Safari.
    */

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


/**
    * Remove the inner border and padding in Firefox.
    */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
    * Restore the focus styles unset by the previous rule.
    */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
    * Correct the padding in Firefox.
    */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
    * 1. Correct the text wrapping in Edge and IE.
    * 2. Correct the color inheritance from `fieldset` elements in IE.
    * 3. Remove the padding so developers are not caught out when they zero out
    *    `fieldset` elements in all browsers.
    */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
    * Add the correct vertical alignment in Chrome, Firefox, and Opera.
    */

progress {
    vertical-align: baseline;
}


/**
    * Remove the default vertical scrollbar in IE 10+.
    */

textarea {
    overflow: auto;
}


/**
    * 1. Add the correct box sizing in IE 10.
    * 2. Remove the padding in IE 10.
    */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
    * Correct the cursor style of increment and decrement buttons in Chrome.
    */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
    * 1. Correct the odd appearance in Chrome and Safari.
    * 2. Correct the outline style in Safari.
    */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
    * Remove the inner padding in Chrome and Safari on macOS.
    */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
    * 1. Correct the inability to style clickable types in iOS and Safari.
    * 2. Change font properties to `inherit` in Safari.
    */

 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
        ========================================================================== */


/*
    * Add the correct display in Edge, IE 10+, and Firefox.
    */

details {
    display: block;
}


/*
    * Add the correct display in all browsers.
    */

summary {
    display: list-item;
}


/* Misc
        ========================================================================== */


/**
    * Add the correct display in IE 10+.
    */

template {
    display: none;
}


/**
    * Add the correct display in IE 10.
    */

[hidden] {
    display: none;
}


/* typography */

@font-face {
    font-family: 'Proxima-Nova-Bold';
    font-display: fallback;
    src: url('../fonts/Proxima-Nova-Bold.ttf') format('truetype')
}

@font-face {
    font-family: 'Proxima-Nova-Semi-Bold';
    font-display: fallback;
    src: url('../fonts/Proxima-Nova-Semi-Bold.ttf') format('truetype')
}

@font-face {
    font-family: 'Proxima-Nova-Cond-Bold';
    font-display: fallback;
    src: url('../fonts/Proxima-Nova-Cond-Bold.ttf') format('truetype')
}

@font-face {
    font-family: 'Roboto-Bold';
    font-display: fallback;
    font-style: bold;
    src: url('../fonts/Roboto-Bold.ttf') format('truetype')
}

@font-face {
    font-family: 'Roboto-Light';
    font-display: fallback;
    src: url('../fonts/Roboto-Light.ttf') format('truetype')
}

@font-face {
    font-family: 'Roboto-Medium';
    font-display: fallback;
    src: url('../fonts/Roboto-Medium.ttf') format('truetype')
}

@font-face {
    font-family: 'Roboto-Regular';
    font-display: fallback;
    src: url('../fonts/Roboto-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'Myriad-Pro-Regular';
    font-display: fallback;
    src: url('../fonts/MyriadPro-Regular.otf') format('truetype')
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    font-size: 1.6rem;
    font-family: 'Roboto-Regular', sans-serif;
}

.moonray-form-element-cart {
    display: block;
}

.ussr-component-grid,
.grid-summary-shipping-selector,
.ontraport_grid_offer__add_item_wrapper {
    display: none !important;
}

.label {
    padding: 0px !important;
}

.coupon-error {
    font-size: 12px !important;
    color: red !important;
}

.ussr-table {
    width: 100%;
    margin-bottom: 25px;
}

.container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin: 0 auto;
}

.row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper {
    max-width: 100%;
}

.desktop {
    display: none;
}

.mobile {
    display: block;
}

.panel {
    max-height: 158px;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}

.font-red {
    color: #e30613;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

ul {
    padding: 0;
    list-style: none;
}

.header {
    border-bottom: 1px solid #c6c6c6;
}

.header .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.header .support {
    display: none;
    max-width: 34rem;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 14px;
}

.support .support__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.support .support__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.support__top .support__top--left {
    margin-right: 1rem;
    min-width: 135px;
}

.support__top .support__top--right {
    border-top: 1px dotted #c6c6c6;
    width: 100%;
    height: 1px;
}

.support__bottom .support__bottom--phone,
.support__bottom .support__bottom--email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.support__bottom .support__bottom--phone {
    min-width: 155px;
    padding-right: 0.8rem;
    margin-right: 1rem;
    border-right: 1px solid #c6c6c6;
}

.support__bottom .border-wrapper {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    border: 1px solid #e30613;
    border-radius: 0.1rem;
    margin-right: 0.5rem;
}

.breedcrumbs .row {
    padding: 3rem 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.breedcrumbs .line {
    height: 0.5rem;
    background-color: #c7c7c7;
    width: 25rem;
    margin: auto;
    position: relative;
}

.breedcrumbs .line::before {
    content: '';
    display: block;
    height: 0.3rem;
    width: 80%;
    background-color: #e30613;
    position: relative;
    top: 1px;
    left: 1px;
    z-index: 2;
}

.breedcrumbs .line::after {
    content: '2';
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    top: -0.05rem;
    line-height: 2.25rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.4rem;
    margin: auto;
    z-index: 5;
    color: white;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.breedcrumbs .step {
    display: block;
    background-color: #c7c7c7;
    border-radius: 100%;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    color: white;
    text-align: center;
    position: absolute;
}

.step .step__inner {
    width: 2.25rem;
    height: 2.25rem;
    background-color: #e30613;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.breedcrumbs p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 1.4rem;
}

.breedcrumbs .step:nth-child(1) {
    left: -2.3rem;
    top: -1.05rem;
    line-height: 2.4rem;
}

.breedcrumbs .step:nth-child(2) {
    left: 50%;
    top: -1.05rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 2.25rem;
}

.breedcrumbs .step:nth-child(3) {
    right: -2.5rem;
    top: -1.05rem;
}

.breedcrumbs__inner {
    width: 37rem;
}

.breedcrumbs .undertext {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2rem;
    padding: 0 0.5rem;
}

.undertext p {
    font-family: 'Roboto-Regular', sans-serif;
    color: #545454;
    text-shadow: none;
}

.main-part .left-col {
    width: 100%;
    padding: 1rem;
}

.main-part .right-col {
    padding: 1rem;
}

.icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 1rem;
    margin-top: 0.2rem;
}

.list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.list__item:not(:last-child) {
    margin-bottom: 1rem;
}

.benefits {
    background-color: #e30613;
    color: white;
    font-family: 'Roboto-Medium', sans-serif;
    padding: 1rem;
    border: 1px solid #ca0813;
}

.benefits__header {
    text-align: center;
    font-size: 2.2rem;
    border-bottom: 1px solid #c9797d;
    text-align: center;
    font-size: 1.8rem;
}

.benefits__header h3 {
    font-weight: normal;
}

.benefits__header .gold-txt {
    display: inline-block;
    color: #e8d27c;
    margin-bottom: 1rem;
}

.benefits .item__list {
    padding: 1rem;
    margin: 0;
}

.benefits .list__item {
    font-size: 1.5rem;
}

.benefits .icon {
    background-image: url('../images/check-gold.png');
}


/* FORM CSS */

.secure-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.secure-img {
    background-color: #01a654;
    padding: 0.5rem 2rem;
}

.secure-img img {
    width: 3rem;
}

.secure-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00c965;
    width: 100%;
    padding-left: 1.5rem;
}

.secure-title p {
    font-family: 'Proxima-Nova-Cond-Bold', sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-size: 2.4rem;
    color: white;
}

.moonray-form {
    border: 1px solid #d2d2d2;
}

.extra-padd {
    padding: 2rem 1rem;
}

.form-section-title {
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: normal;
    font-size: 2.4rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 1rem;
}

.moonray-form-label,
.label {
    color: #525252;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1.5rem;
}

.input-row,
.ontraport_grid_offer__coupon-input,
.ontraport_grid_offer__grandtotal,
.grid-summary-coupon-display,
.grid-summary-subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

.ontraport_grid_offer__grandtotal,
.grid-summary-coupon-display,
.grid-summary-subtotal {
    padding: 15px 0px;
}

.ontraport_grid_offer__grandtotal td:nth-last-child(1) {
    font-weight: bold;
    color: red;
}

.grid-summary-coupon-display td:nth-last-child(1) {
    color: red;
}

.coupon-code-submit-btn {
    display: none;
}

.check-row {
    color: #7d7d7d;
    margin-bottom: 3rem;
}

.input-row .moonray-form-input,
.ontraport_grid_offer__coupon-input .ussr-border-solid-all {
    padding: 1rem;
    min-width: 21rem;
}

.moonray-form-input[type="checkbox"] {
    min-width: 1.7rem;
    height: 1.7rem;
}

.input-row.adjusted {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.input-row.adjusted small {
    font-size: 57%;
}

.input-row.adjusted .moonray-form-label {
    padding-top: 1rem;
}

.input-row.adjusted .select-wrapper small {
    margin: 1rem 0;
}

.billing-state-wrapper::after {
    content: "International Orders: Select 'My State Is Not Listed'";
    display: block;
    width: 20rem;
    height: 1.5rem;
    font-size: 1.3rem;
    font-family: 'Roboro-Regular', sans-serif;
}

.select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 21rem;
}

.submit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.submit-button {
    width: 30rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00d375), to(#00ab36));
    background-image: -o-linear-gradient(top, #00d375, #00ab36);
    background-image: linear-gradient(to bottom, #00d375, #00ab36);
    padding: 1.5rem 2rem;
    border: none;
    margin: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: white;
    text-transform: uppercase;
    font-size: 4rem;
    font-family: 'Proxima-Nova-Cond-Bold', sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border-radius: 0.3rem;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.36);
    line-height: 3.6rem;
}

.submit-button:hover {
    cursor: pointer;
}

.sep-address.check-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.check-wrapper {
    width: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.check-wrapper .moonray-form-label {
    font-size: 1.3rem;
    font-family: 'Roboto-Bold', sans-serif;
    margin-left: 1rem;
}

.moonray-form-element-paymentmethod {
    margin-bottom: 2rem;
}

.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 21rem;
}

.antivirus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem;
}

.payment-title-wraper {
    margin-bottom: 3rem;
}

.moonray-form input::-webkit-input-placeholder {
    font-size: 1.3rem;
}

.moonray-form input::-moz-placeholder {
    font-size: 1.3rem;
}

.moonray-form input:-ms-input-placeholder {
    font-size: 1.3rem;
}

.moonray-form input::-ms-input-placeholder {
    font-size: 1.3rem;
}

.moonray-form input::placeholder {
    font-size: 1.3rem;
}

.check-row.agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
}

.check-row.agree .moonray-form-label {
    font-size: 1.4rem;
    margin-left: 1rem;
}

.main-part .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.summary__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.summary .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.4rem 0.8rem 0.4rem 0;
}

.summary .info.grey {
    background-color: #e1e1e1;
    padding-left: 0.4rem;
    font-family: 'Roboto-Medium', sans-serif;
}

.summary__header {
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 2.4rem;
    font-weight: normal;
    padding: 1rem;
    border-bottom: 1px solid #e1e1e1;
}

.summary__main--img {
    padding: 1rem 0 1rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.summary__main--img img {
    width: 14.5rem;
}

.summary__main--info {
    padding: 1rem 0 1rem 0.5rem;
    width: 100%;
    font-size: 1.5rem;
}

.top-info {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0.5rem;
}

.top-info .sub {
    /* margin-bottom: 1rem; */
    font-family: 'Roboto-Medium', sans-serif;
}

.moonray-form-element-paymentmethod {
    margin-bottom: 3rem;
}

.bottom-info {
    padding-top: 0.5rem;
}

.bottom-info .info:nth-of-type(2) p:nth-of-type(2) {
    font-family: 'Roboto-Medium', sans-serif;
}

.summary__footer .info p {
    font-family: 'Roboto-Medium', sans-serif;
}

.summary__footer {
    padding: 1rem 0;
    background-color: #e1e1e1;
}

.summary.mobile {
    border: 1px solid #e1e1e1;
    margin-bottom: 1rem;
}

.summary.mobile .summary__main--info {
    padding: 1.5rem 2rem;
}

.accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
}

.accordion.active {
    border-bottom: 1px solid #e1e1e1;
}

.accordion .toggle {
    position: relative;
    width: 1rem;
    height: 1rem;
}

.accordion .toggle span {
    display: block;
    width: 1rem;
    height: 0.2rem;
    border-radius: 0.05rem;
    background-color: black;
    position: absolute;
    top: 0.5rem;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.accordion.active .toggle span:nth-child(2) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion .toggle span:nth-child(2) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.summary.mobile .bottom-info .info:not(:last-child) {
    /* margin-bottom: 1rem; */
}

.madein {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
    position: relative;
}

.madein .image-wrapper {
    margin-bottom: 1rem;
}

.madein p {
    display: inline-block;
    padding: 1rem 0;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    text-align: center;
}

.mbg {
    position: relative;
    text-align: center;
}

.mbg__inner {
    background-color: #fdf8e4;
    border: 1px solid #e6debd;
    padding: 8rem 1.5rem 3rem;
    height: auto;
}

.bordered-circle {
    background-color: white;
    width: 13rem;
    height: 13rem;
    border-radius: 100%;
    border: 1px solid #e6debd;
    position: absolute;
    left: 50%;
    top: 0.5rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mbg__img {
    position: absolute;
    left: 50%;
    z-index: 2;
    top: 12px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.white-bg {
    background-color: white;
    height: 7rem;
    z-index: 2;
    position: relative;
}

.mbg__header {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 2.2rem;
    padding: 1rem 0;
    width: 22rem;
    margin: 0 auto;
    border-bottom: 1px solid #d5d5d5;
}

.mbg__content {
    margin-top: 1rem;
    line-height: 2.2rem;
    font-size: 1.7rem;
}

.results {
    margin-top: 3rem;
    width: 100%;
    padding: 0 1rem;
}

.results__header {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem;
}

.results__header h3 {
    display: block;
    min-width: 27rem;
    text-align: center;
    padding: 0 1rem;
}

.results__header .line {
    display: block;
    height: 1px;
    border-top: 1px dashed #a1a1a1;
    width: 100%;
}

.results__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px dashed #a1a1a1;
}

.results-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.rating {
    width: 8rem;
    margin-right: 0.8rem;
}

.rating__top {
    font-family: 'Proxima-Nova-Semi-Bold', sans-serif;
    background-color: #e30613;
    text-align: center;
    padding: 1.4rem 1rem 1rem 1rem;
    color: #fff;
    font-size: 3.2rem;
    line-height: 3rem;
}

.rating__bottom {
    font-family: 'Proxima-Nova-Semi-Bold', sans-serif;
    background-color: #a2010b;
    text-align: center;
    padding: 0.5rem 0;
    color: #fff;
    font-size: 1.4rem;
}

.scores {
    max-width: 18rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0.8rem;
}

.score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.score__stars {
    font-size: 1rem;
    font-family: 'Roboto-Bold', sans-serif;
    margin-right: 0.3rem;
}

.score__votes {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
    color: #cccccc;
}

.score__bar {
    height: 0.8rem;
    background-color: #cccccc;
    width: 10rem;
    margin-right: 0.3rem;
    position: relative;
}

.score__bar::before {
    content: '';
    display: block;
    height: 0.8rem;
    top: 0;
    left: 0;
}

.score:nth-of-type(1) .score__bar::before {
    background-color: #e30613;
    width: 8rem;
}

.score:nth-of-type(2) .score__bar::before {
    background-color: #e30613;
    width: 2rem;
}

.overall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 7rem;
}

.overall__top {
    max-width: 6rem;
    text-align: center;
    margin-bottom: 1rem;
}

.overall__bottom img {
    width: 100%;
}

.percentage {
    text-align: center;
}

.percentage__top {
    font-size: 2.2rem;
    font-family: 'Roboto-Bold', sans-serif;
}

.percentage__bottom {
    font-size: 1.5rem;
    padding: 0.5rem 0;
}

.testimonials {
    padding: 0 1rem 2rem;
}

.testimonials .stars {
    margin-bottom: 2rem;
}

.testimonial {
    padding: 2rem 0;
}

.testimonial:not(:last-child) {
    border-bottom: 1px dashed #a1a1a1;
}

.testimonial__content h4 {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 1.9rem;
    margin-bottom: 2rem;
}

.testimonial__content p:first-of-type {
    margin-bottom: 2rem;
    font-size: 1.7rem;
    line-height: 2.2rem;
}

.testimonial__content p:nth-of-type(2) {
    margin-bottom: 1rem;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 1.7rem;
}

.testimonial__content .verified {
    font-size: 1.4rem;
    font-family: 'Roboto_light', sans-serif;
}

.testimonial__content .verified span {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('../images/green-check.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.contact {
    background-color: #f7f7f7;
    text-align: center;
    padding: 2rem 0 3rem;
}

.contact__header {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 2.4rem;
    color: #db3042;
    padding: 2rem 0;
}

.contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact__content--item {
    font-size: 1.8rem;
}

.contact__content--item:not(:last-child) .divider {
    margin: 2rem auto;
}

.contact__content--item p:first-of-type {
    color: #727272;
    margin-bottom: 0.5rem;
}

.contact__content--item p:nth-of-type(2) {
    font-family: 'Roboto-Bold', sans-serif;
    margin-bottom: 0.5rem;
}

.contact__content--item p:nth-of-type(3) {
    font-size: 1.3rem;
}

.contact__content .icon {
    width: 4rem;
    height: 4rem;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #db3042;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

.contact .divider {
    margin: auto;
    height: 1px;
    width: 10rem;
    background-color: #d6d6d6;
}

.footer-inner {
    padding: 3rem 1rem;
    text-align: center;
}

.footer-inner p {
    font-size: 1.8rem;
}

.footer-inner p:first-of-type {
    color: #727b76;
    font-size: 1.4rem;
    margin-bottom: 3rem;
}

.verified-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.verified-logo a img {
    height: 35px;
}

.verified-logo a:not(:last-child) {
    margin-right: 1rem;
}

.antivirus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
}

.antivirus .privacy-logo {
    margin: 0 0.5rem;
}

.antivirus .privacy-logo img {
    height: 40px;
}

.breedcrumbs .row {
    padding: 2rem 0 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer ul {
    margin-top: 3rem;
}

.footer ul li {
    display: inline-block;
}

.footer li a {
    color: #727272;
}

.footer-inner {
    color: #727272;
}


/*model*/

.moonrayUILockerMessage::before {
    content: "";
    background: transparent;
    width: 100%;
    height: 100%;
}

.moonrayUILockerMessage::after {
    content: "";
    background: transparent;
    width: 100%;
    height: 100%;
}

.moonrayUILockerMessage {
    opacity: 1;
    transition: opacity 0.75s ease-in-out 0s;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.20);
}

.moonrayUILockerMessage>.title {
    font-size: 24px;
    font-weight: 700;
    color: black;
    width: 450px;
    padding-top: 40px;
    margin: 0 auto;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.75) 1px 1px 5px 0px;
    text-transform: capitalize;
}

.moonrayUILockerMessage>.title>.icon {
    display: none;
}

.moonrayUILockerMessage>.message {
    font-size: 18px;
    font-weight: 700;
    color: black;
    width: 450px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0 auto;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.75) 1px 5px 5px 0px;
    text-transform: capitalize;
}

.moonrayUILockerMessage>.close-button {
    width: 452px;
    margin: 0 auto;
    height: 130px;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
    margin-bottom: 30px;
    background-image: linear-gradient(to bottom, #00d375, #00ab36);
    color: white;
    border: 1px solid gray;
}


/* END OF FORM CSS */

@media screen and (min-width: 576px) {
    .container {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .container {
        width: 72rem;
    }
    .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
    .extra-padd {
        padding: 2rem;
    }
    .header .support {
        display: block;
    }
    .main-part .row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .main-part .left-col {
        padding: 0;
        min-width: 59rem;
    }
    .breedcrumbs .row {
        padding: 4rem 0;
    }
    .breedcrumbs .line {
        width: 30rem;
    }
    .header .support {
        font-size: 1.6rem;
        max-width: 38rem;
        margin-right: 2rem;
    }
    .header .support__top {
        margin-bottom: 0.5rem;
    }
    .main-part .right-col {
        padding: 0 0 0 3rem;
    }
    .moonray-form-label {
        font-size: 1.7rem;
    }
    .summary__main {
        padding: 1rem 0 0;
    }
    .summary__main--info {
        font-size: 1.8rem;
    }
    .top-info {
        padding-bottom: 0.8rem;
    }
    .bottom-info {
        padding-top: 0.8rem;
    }
    .summary .info {
        padding-bottom: 0.5rem;
    }
    .sep-address.check-row {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .top-info .sub {
        margin-bottom: 0.5rem;
        font-size: 2rem;
    }
    .secure-img {
        background-color: #01a654;
        padding: 0.5rem 1.5rem 0.5rem 3rem;
    }
    .secure-title p {
        font-size: 2.8rem;
    }
    .benefits__header {
        font-size: 2.4rem;
    }
    .benefits__header h3 {
        font-weight: normal;
        font-size: 2.4rem;
    }
    .benefits__header .gold-txt {
        display: block;
    }
    .benefits .item__list {
        padding: 2rem 2rem 1rem 1rem;
    }
    .benefits .list__item {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .form-section-title {
        margin-bottom: 2rem;
    }
    .input-row .moonray-form-input,
    .ontraport_grid_offer__coupon-input .ussr-border-solid-all {
        width: 33rem;
        padding: 1.2rem 1.5rem;
    }
    .moonray-form input::-webkit-input-placeholder {
        font-size: 1.6rem;
    }
    .moonray-form input::-moz-placeholder {
        font-size: 1.6rem;
    }
    .moonray-form input:-ms-input-placeholder {
        font-size: 1.6rem;
    }
    .moonray-form input::-ms-input-placeholder {
        font-size: 1.6rem;
    }
    .moonray-form input::placeholder {
        font-size: 1.6rem;
    }
    .check-wrapper {
        width: 33rem;
    }
    .check-wrapper .moonray-form-label {
        font-size: 1.4rem;
        color: #333333;
    }
    .check-row.agree {
        margin-top: 3rem;
    }
    .check-row.agree .moonray-form-label {
        padding-right: 3.5rem;
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .input-row.adjusted .select-wrapper small {
        margin: 1rem 0;
        font-size: 1.3rem;
    }
    .moonray-form-element-paymentmethod {
        margin-bottom: 3rem;
    }
    .submit-button {
        line-height: 4rem;
    }
    .mbg {
        margin-top: 4rem;
    }
    .select-wrapper {
        width: 33rem;
    }
    .cards {
        width: 33rem;
    }
    .summary {
        margin-bottom: 4.5rem;
    }
    .summary__footer {
        padding: 0.3rem 1rem 0.3rem 11.5rem;
        font-size: 1.8rem;
    }
    .top-info,
    .bottom-info {
        padding-right: 1rem;
    }
    .madein {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 2rem 0;
    }
    .madein p {
        text-align: left;
        padding-left: 3.5rem;
        padding-right: 2.5rem;
        width: 80%;
        font-size: 1.7rem;
        line-height: 2.2rem;
    }
    .madein .image-wrapper {
        position: absolute;
        left: 0;
    }
    .mbg .mbg__content {
        font-size: 1.7rem;
        line-height: 2.7rem;
    }
    .mbg__inner {
        height: 61rem;
        padding: 9rem 1.5rem 3rem;
    }
    .mbg__header {
        margin-bottom: 2.5rem;
    }
    .benefits {
        margin-bottom: 6rem;
        padding: 2rem;
    }
    .benefits .list__item p {
        max-width: 30rem;
    }
    .results {
        padding: 0;
        margin-top: 6rem;
    }
    .results__header {
        font-size: 2.8rem;
        margin-bottom: 5rem;
    }
    .results__header h3 {
        min-width: 35rem;
        font-size: 2.8rem;
    }
    .results-inner {
        margin-bottom: 0;
    }
    .results__rating {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 6rem;
    }
    .percentage {
        max-width: 20rem;
    }
    .percentage__bottom {
        font-size: 1.6rem;
    }
    .overall {
        margin-right: 2rem;
        width: 12rem;
    }
    .rating {
        width: 12rem;
        margin-right: 2rem;
    }
    .rating__top {
        font-size: 4rem;
        padding: 2rem;
        line-height: 4rem;
        padding-top: 2.5rem;
    }
    .rating__bottom {
        font-size: 1.8rem;
    }
    .scores {
        max-width: 25rem;
        margin-right: 2rem;
    }
    .score__bar::before {
        height: 1rem;
    }
    .score:nth-of-type(1) .score__bar::before {
        width: 12rem;
    }
    .score:nth-of-type(2) .score__bar::before {
        width: 3rem;
    }
    .score__bar {
        width: 15rem;
        height: 1rem;
    }
    .score__stars {
        font-size: 1.3rem;
        margin-right: 0.5rem;
    }
    .overall__top {
        font-size: 2rem;
    }
    .testimonials {
        padding: 0 0 7rem;
    }
    .testimonial__content h4 {
        font-size: 1.9rem;
    }
    .testimonial__content p:first-of-type {
        font-size: 1.7rem;
        line-height: 2.4rem;
    }
    .testimonial__content p:nth-of-type(2) {
        font-size: 1.7rem;
    }
    .contact-inner {
        width: 100%;
    }
    .contact__header {
        font-size: 2.8rem;
        padding: 2rem 0 3rem 0;
    }
    .contact__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .contact__content--item {
        width: 33%;
        font-size: 1.8rem;
        ;
    }
    .contact__content--item:not(:last-child) {
        border-right: 1px solid #d6d6d6;
    }
    .contact__content--item p:nth-of-type(3) {
        font-size: 1.4rem;
    }
    .footer {
        /* padding-bottom: 7rem; */
    }
    .footer-inner {
        padding: 5rem 1rem;
    }
    .footer-inner p {
        font-size: 2rem;
    }
    .footer ul a {
        font-size: 18px;
    }
    .footer-inner p:first-of-type {
        font-size: 1.4rem;
        text-align: left;
        margin-bottom: 3rem;
        line-height: 1.8rem;
    }
    .footer-inner p:nth-of-type(2) {
        margin-bottom: 1rem;
    }
    .summary__main--img {
        padding: 0.5rem;
    }
    .verified-logo a img {
        height: 50px;
    }
    .header .row {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: 96rem;
    }
    .breedcrumbs__inner {
        width: 42rem;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 102rem;
    }
}

@media screen and (max-width: 768px) {
    .moonrayUILockerMessage>.title {
        width: 80%;
        padding-top: 30px;
        font-size: 22px;
    }
    .moonrayUILockerMessage>.message {
        width: 80%;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 18px;
    }
    .moonrayUILockerMessage>.close-button {
        width: 80.5%;
        height: 120px;
        font-size: 18px;
    }
}