/* checkout shipping method */
.checkout-notice {
margin-top: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 10px;
  background: #ccc;
  border-radius: 5px;
}
.checkout-success .checkout-notice {
  margin-bottom: 15px;
}
.table-checkout-shipping-method input.radio {
    width: 16px !important;
    height: 16px !important;
        top: 3px !important;
    position: relative !important;
}
.table-checkout-shipping-method .pickup-store,
.table-checkout-shipping-method .method-date {
    font-size: 16px;
}
.table-checkout-shipping-method .method-title {
    font-size: 14px;
}
/* checkout shipping method */

/* alogolia search */

@media(min-width: 768px) {
    body .page-header .block-search  {
        max-width:370px;
    }
}
@media(min-width: 850px) {
    body .page-header .block-search  {
        max-width:400px;
    }
}
@media(min-width: 1024px) {
    body .page-header .block-search  {
        max-width:375px;
    }
}
@media(min-width: 1150px) {
    body .page-header .block-search  {
        max-width: 450px;
    }
}
@media(min-width: 1440px) {
    body .page-header .block-search  {
        max-width: 600px;
    }
}
.aa-Autocomplete form .aa-InputWrapperPrefix {
    position: absolute;
    right: 6px;
    left: auto;
    top: 5px;
}
#algoliaAutocomplete form .aa-InputWrapperPrefix .aa-SubmitButton {
    display: block;
    position: static;
    background: #5f0066;
        padding: 0 !important;
    width: 38px;
    height: 38px !important;
    line-height: 38px !important;
}   
body .page-header .block-search .aa-InputWrapperSuffix {
    display: none;
}

body .page-header .block-search:has(input[aria-controls='autocomplete-0-products-list autocomplete-0-categories-list autocomplete-0-pages-list']) form .aa-InputWrapperPrefix {
    left: 6px;
    right: auto;
}
body .page-header .block-search:has(input[aria-controls='autocomplete-0-products-list autocomplete-0-categories-list autocomplete-0-pages-list']) form .aa-InputWrapperSuffix {
    display: block;
}
body .page-header .block-search input[aria-controls='autocomplete-0-products-list autocomplete-0-categories-list autocomplete-0-pages-list'] {
    padding-left: 54px !important;
}
body .page-header .block-search .aa-InputWrapperPrefix {
    z-index: 9;
}
body .page-header .block-search .aa-InputWrapperPrefix {
    position: absolute;
}
body .page-header .block-search .aa-InputWrapper input {
    height: 49px;
    border: 2px solid #5f0066;
    font-style: italic;
    padding-left: 30px;
}
body .page-header .block-search form {
    position: relative;
}
body .page-header .block-search .aa-InputWrapperSuffix {
    position: absolute;
    right: 8px;
    top: 5px;
}
body .page-header .block-search .aa-InputWrapperSuffix button.aa-ClearButton {
    position: static !important;
    background: #620b65 !important;
    padding: 0 !important;
    width: 38px;
    height: 38px !important;
    line-height: 38px !important;
}
body .page-header .block-search .aa-InputWrapperSuffix button.aa-ClearButton svg {
    position: static;
}
body .page-header .block-search:has(input[aria-controls='autocomplete-0-products-list autocomplete-0-categories-list autocomplete-0-pages-list']) form button.aa-ClearButton {
    display: block !important;  
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-price, .aa-Panel .algoliasearch-autocomplete-price {
    color: #b41765 !important;
}
.footer_algolia {
    display: none !important;
}
#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .details, .aa-Panel .info-without-thumb .details {
    font-size: 12px !important;
}
#algolia-autocomplete-container .aa-dropdown-menu, .aa-Panel {
        border-top: 3px solid #5f0066 !important;
}

/* alogolia search */
/* store pickup */
.new-shipping-address-modal .modal-inner-wrap {
    left: 50% !important;
    right: auto;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    max-width: 600px;
    position: absolute !important;
}

.first-pickup-error-wrapper, .last-pickup-error-wrapper {
    position: relative;
    float: left;
    width: 48%;
    margin-right: 10px;
}
body .ampickup-details-container.ampickup-details form.form .input-text {
    margin-left: 0;
    margin-top: 1em;
    margin-bottom: 21px;
    float: none;
    width: 100%;
}
.first-pickup-error-wrapper .mage-error.pickup-error, .last-pickup-error-wrapper .mage-error.pickup-error {
    position: absolute;
    left: 0;
    bottom: 0px;
}

/* store pickup */

/*swatches css*/

.custom-attributes-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.custom-attributes-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 20px 0;
}
.custom-attributes-wrapper .product-attribute {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 30px;
}
.custom-attributes-wrapper .product-attribute label {
    padding-right: 12px;
}
.custom-attributes-wrapper .product-attribute .swatch-display {
    font-size: 0;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.custom-attributes-wrapper .product-attribute .pill-display {
    background: #cbc9c9;
    width: auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    padding: 0 13px;
}
.custom-attributes-wrapper .product-attribute.Blue .swatch-display {
    background: #1e1eb1;
}
.custom-attributes-wrapper .product-attribute.Black .swatch-display {
    background: #000;
}
.custom-attributes-wrapper .product-attribute.Lilac .swatch-display {
    background: #C8A2C8;
}
.custom-attributes-wrapper .product-attribute.Olive .swatch-display {
    background: #808000;
}
.custom-attributes-wrapper .product-attribute.Silver .swatch-display {
    background: #C0C0C0;
}
.custom-attributes-wrapper .product-attribute.Teal .swatch-display {
    background: #008080;
}
.custom-attributes-wrapper .product-attribute.Pink .swatch-display {
    background: #FFC0CB;
}
.custom-attributes-wrapper .product-attribute.Yellow .swatch-display {
    background: #FFFF00;
}
.custom-attributes-wrapper .product-attribute.Green .swatch-display {
    background: #00FF00;
}
.custom-attributes-wrapper .product-attribute.Red .swatch-display {
    background: #FF0000;
}
.custom-attributes-wrapper .product-attribute.Navy .swatch-display {
    background: #000080;
}
.custom-attributes-wrapper .product-attribute.Gray .swatch-display {
    background: #808080;
}
.custom-attributes-wrapper .product-attribute.Purple .swatch-display {
    background: #800080;
}
.custom-attributes-wrapper .product-attribute.Turquoise .swatch-display {
    background: #40E0D0;
}
.custom-attributes-wrapper .product-attribute.Coral .swatch-display {
    background: #FF7F50;
}
.custom-attributes-wrapper .product-attribute.Mint .swatch-display {
    background: #3EB489;
}
.custom-attributes-wrapper .product-attribute.Tan .swatch-display {
    background: #D2B48C;
}
.custom-attributes-wrapper .product-attribute.Brown .swatch-display {
    background: #964B00;
}
.custom-attributes-wrapper .product-attribute.Flesh .swatch-display {
    background: #8d5524;
}
.custom-attributes-wrapper .product-attribute.White .swatch-display {
    background: #fff;
}
.custom-attributes-wrapper .product-attribute.Rose.Gold .swatch-display {
    background: #B76E79;
}
.custom-attributes-wrapper .product-attribute.Neon.Pink .swatch-display {
    background: #FF10F0;
}
.custom-attributes-wrapper .product-attribute.Starship.Purple .swatch-display {
    background: #2f073b;
}
.custom-attributes-wrapper .product-attribute.Starship.Pink .swatch-display {
    background: #bd2163;
}
.custom-attributes-wrapper .product-attribute.Starship.Light.Pink .swatch-display {
    background: #ff8dbc;
}
.custom-attributes-wrapper .product-attribute.Starship.Light.Pink .swatch-display {
    background: #ff8dbc;
}
.custom-attributes-wrapper .product-attribute.color.Brown.\/.Chocolate .swatch-display {
    background: #7B3F00;
}
.custom-attributes-wrapper .product-attribute.color.Burgundy.\/.Maroon .swatch-display {
    background: #800020;
}

/*swatches css */

/*checkout page*/
.shipping-information-content strong {
    margin-bottom: 4px;
    display: block;
}
.checkout.qty-change input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
    position: relative;
    padding-right: 10px; /* Space for arrows */
}
 
.checkout.qty-change input[type="number"]::-webkit-inner-spin-button,
.checkout.qty-change input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: inline;
    appearance: auto;
    display: block !important;
}
 
.checkout.qty-change input[type="number"]::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><polygon points="6,2 2,6 6,10 10,6" style="fill:black;"/></svg>') no-repeat center center;
    pointer-events: none;
}
 

body .checkout-payment-method .checkout-billing-address,
body .checkout-payment-method .checkout-billing-address .billing-address-details {
   padding: 0;
}
.billing-address-details h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
body .checkout-payment-method .checkout-billing-address>.field.choice {
    display: inline-block !important;
}
body .billing-address-same-as-shipping-block.field label {
    padding-left: 21px;
}
.billing-address-same-as-shipping-block label:after {
    left: 0 !important;
    top: 0 !important;
}
body .opc-block-summary .product-item .product-item-inner {
        flex-wrap: wrap;
}
body .opc-block-summary .product-item .product-item-inner input {
    height: 50px;
    margin: 10px 10px 10px 0;
}
body input[type="number"]::-webkit-inner-spin-button,
body input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: number;
}
body.checkout-index-index .opc-block-summary .minicart-items input.qty {
    text-align: center;
}
.delete-cart-item, .delete-cart-item:hover, .delete-cart-item:focus, .delete-cart-item:active {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+');
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
    font-size:0;
    background-size: 14px;
}
.product-item .product-item-details {
        position: relative;
}
.opc-block-summary .product-item .product-item-details .product-item-inner .details-qty {
    display: none;
}
body .opc-block-summary .product-item .product-item-inner>.subtotal {
    margin-top: 9px;
    width: 100%;
    align-items: flex-start;
}
.delete-cart-item {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    display: block;
}
.opc-block-summary .product-item > .product .product-item-name-block {
    padding-right: 30px;
    width: 100%;
}
.opc-block-summary .product-item .product-item-details .checkout.qty-change {
    display: flex;
    align-items: center;
}
@media(max-width: 1024px) {
    .nav-category-quiz-link {
        color: #2F073B; font-size: 12px; font-weight: 900; text-decoration: underline;
    }
    body .opc-block-summary .product-item .product-item-inner>.subtotal {
        margin-top: 0;
    }
    body .minicart-items .product-item {
        margin-bottom: 25px;
    }
    body #ammenu-sidebar section.ammenu-account-section+.ammenu-drill-section ul.ammenu-items.-root>li.ammenu-item:nth-child(12) a {
        background-image: url(../images/mobile-nav-take-quiz-v1.jpg);
    }
}
@media(max-width: 767px) {
    html .modal-popup.modal-slide._inner-scroll.new-shipping-address-modal .modal-inner-wrap {
        margin-top: 0 !important;
    }

    .first-pickup-error-wrapper, .last-pickup-error-wrapper {
        width: 100%;
        margin-right: 0;
    }
    body .amtheme-product-wrap > .product.media {
        max-height: 430px;
        max-width: 430px;
    }
    body .opc-block-summary .product-item .product-item-inner > .subtotal {
        margin-right: 0;
        width: 100%;
        margin-top: 12px;
    }
    form#co-shipping-method-form div#checkout-shipping-method-load .amtheme-shipping-method {
        display: table;
    }
    form#co-shipping-method-form div#checkout-shipping-method-load .amtheme-shipping-method tr.row {
        display: table-row;
        flex-wrap: revert;
    }
    div#checkout-shipping-method-load {
        overflow: auto;
    }
}
/*checkout page*/



.flipbook-index-view div#mbfbcontainer {
    height: 55vh;
}
.field-communitypersoanlized {
    margin-bottom: 0 !important;
}
.refreal-content {
    position: relative;
    top: -5px;
    color: #bd2163;
}
/*contact us form*/
.contact-page-container .rendered-form { max-width: 100%; margin-top: 10px; }
.contact-page-container .rendered-form .amcform-page-wrap {
    width: 100%;
    margin: 0 -8px;
}
.contact-page-container .rendered-form .amcform-page-wrap .field {
    width: 50%;
    padding: 0 8px;
}
.contact-page-container .rendered-form .amcform-toolbar {
   padding: 0 8px;
}
.contact-page-container .rendered-form .amcform-page-wrap .field .control {
    max-width: 100%;
}
.contact-page-container .rendered-form .amcform-page-wrap .field.fb-number {
    width: 30%;
}
.contact-page-container .rendered-form .amcform-page-wrap .field.field-company {
    width: 20%;
}
.contact-page-container .rendered-form .fieldset .fields .field.form-group select {
    border-radius: 30px;
}
.contact-page-container .rendered-form .fieldset .fields .field.form-group.field-message {
    width: 100%;
}
.contact-page-container .rendered-form .fieldset .fields .field.form-group.field-message textarea {
    resize: none;
    height: 150px;
    border-color: #c0c0c0;
    border-radius: 30px;
    overflow: auto;
}
.contact-page-container .rendered-form .amcform-toolbar button.primary {
    background: #620b65;
    height: 50px;
}
.contact-page-container .rendered-form .amcform-toolbar button.primary:hover {
    background: #9c12a1;
}

/*affilation form*/
.cms-starship-affiliate-application .message {
    top: 39px;
}
.cms-starship-affiliate-application h1  {
    position: relative;
    top: 11px;
}
.affiliation-form .amcform-popup-block .amform-form,
.affiliation-form .amcform-popup-block .amform-form h2 {
margin-top:0;
}
.affiliation-form .amform-form .fb-number .control {
    max-width: 100%;
}
.affiliation-form .amcform-popup-block .amform-form h2 {
line-height: 34px;
}
.affiliation-content .amcform-popup-block {
    z-index: 999999;
}
body .affiliation-content .amcform-popup-block .amcform-toolbar {
    justify-content: flex-start;
}
body .affiliation-content .amcform-popup-block .amcform-toolbar button {
    margin: 0;
    background: #bd2163 !important;
    border-radius: 30px;
}
.affiliation-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 49%;
}
.affiliation-content .content {
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.affiliation-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.affiliation-bottom-content {
    width: 49%;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.affiliation-bottom-content h2 {
    line-height: 29px;
}
.affiliation-content .content button,
.affiliation-content .content button:hover,
body .amcform-popup-block .amcform-toolbar button:hover{
    background: #bd2163;
    border-radius: 30px;
    box-shadow: none;
}
body .amcform-button:focus {
    background: #bd2163 !important;
    border-radius: 4px;
    box-shadow: none !important;
}
.affiliation-form .circle-theme.rendered-form .required {
    color: #bd2163;
}
.circle-theme.rendered-form .required {
    color: #bd2163;
}
.affiliation-content .amcform-button.-close-popup, .affiliation-content .amcform-button.-close-popup:hover {
    background: transparent;
}

/*affialiation form css end*/
.grid_without_slider li.product-item-info {
    width: 20%;
}
a.viewmore-link {
    text-align: right;
    width: 100%;
    display: block;
    text-decoration: underline;
}
.page-layout-2columns-left .grid_without_slider li.product-item-info {
    width: 25%;
}
/*header refre link css*/
ul.header.links li.nav.item:last-child::after {
    content: "\e068";
    font-size: 23px;
    top: -10px;
    right: 0;
}
ul.header.links li.nav.item:last-child {
    position: absolute;
    right: 157px;
}
/*header refre link css*/


/*account promo*/
.account span#affiliate-link {
    position: static;
    top: 10px;
    display: block;
    width: 100%;
    margin-top: 8px;
    word-break: break-all;
}

/*account promo*/
.name-adult-toys .ammenu-submenu-container{
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
body .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 + .ammenu-item > .ammenu-wrapper:not(:last-of-type) {
    padding-bottom: 6px;
}
body .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-item {
    margin-bottom: 1em;
}

body .ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type) {
    margin-bottom: 10px;
}
body .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1,
body .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1):not(.-level2) {
    padding-bottom: 5px;
}

body.catalog-category-view .toolbar-products .limiter {
    display: none;
}
body .top-toolbar .toolbar .toolbar-amount {
    padding-top: 0;
}
body .toolbar-sorter {
    background: transparent;
}
body .toolbar-sorter .sorter-label {
        font-weight: 500;
    font-size: 14px;
}
body .toolbar-sorter .amtheme-select-block {
    max-width: initial;
    border: 1px solid #ccc;
    border-radius: 30px;
}
body .toolbar-sorter .amtheme-select-block .amtheme-title {
        font-weight: normal;
    font-size: 14px;
}
body .toolbar-sorter .amtheme-icon {
        padding: 0;
    width: 30px;
    height: 30px;
}
body .toolbar-sorter {
    right:  0;
}
body.page-layout-2columns-left.page-with-filter .amtheme-filter-action,
body.page-layout-2columns-right.page-with-filter .amtheme-filter-action,
body.page-layout-3columns.page-with-filter .amtheme-filter-action {
    top: 5px;
}
.basic-guides a.ammenu-link.-level1 {
    text-align: center;
    padding: 5px 10px !important;
    background-color: #eee;
    font-weight: 200;
    font-size: 10px;
}
.basic-guides a.ammenu-link.-level1 {
    color: #bd2163 !important;
}
@media(max-width:767px) {
    body .basic-guides a.ammenu-link.-level1 {
        text-align: left;
        font-size: 15px;
        background-color: transparent;
    }
    .affiliation-content,
    .affiliation-bottom-content{
        width: 100% !important;
    }
}
/*blog Search css*/
.refer-options > a > .icon i {
    position: relative;
}
.refer-index-index #maincontent .refer-options i.fa-brands.fa-facebook:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z"/></svg>');
        width: 100%;
    content: '';
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-size: 47px;
    background-position: center;
    background-repeat: no-repeat;
}
.refer-index-index #maincontent .refer-options a:hover i.fa-brands.fa-facebook:before,
.refer-index-index #maincontent .refer-options a:hover i.fa-brands.fa-twitter:before {
    filter: invert(1);
}
.refer-index-index #maincontent .refer-options i.fa-brands.fa-twitter:before {
    width: 100%;
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M459.4 151.7c.3 4.5 .3 9.1 .3 13.6 0 138.7-105.6 298.6-298.6 298.6-59.5 0-114.7-17.2-161.1-47.1 8.4 1 16.6 1.3 25.3 1.3 49.1 0 94.2-16.6 130.3-44.8-46.1-1-84.8-31.2-98.1-72.8 6.5 1 13 1.6 19.8 1.6 9.4 0 18.8-1.3 27.6-3.6-48.1-9.7-84.1-52-84.1-103v-1.3c14 7.8 30.2 12.7 47.4 13.3-28.3-18.8-46.8-51-46.8-87.4 0-19.5 5.2-37.4 14.3-53 51.7 63.7 129.3 105.3 216.4 109.8-1.6-7.8-2.6-15.9-2.6-24 0-57.8 46.8-104.9 104.9-104.9 30.2 0 57.5 12.7 76.7 33.1 23.7-4.5 46.5-13.3 66.6-25.3-7.8 24.4-24.4 44.8-46.1 57.8 21.1-2.3 41.6-8.1 60.4-16.2-14.3 20.8-32.2 39.3-52.6 54.3z"/></svg>');
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-size: 43px;
    background-position: center;
    background-repeat: no-repeat;
}
@media(min-width: 1024px) {
    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item:nth-child(2) .ammenu-submenu-wrapper {
        max-width: 50%;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item .ammenu-submenu-wrapper .ammenu-category-columns.-col-2 {
        column-count: 2;
        display: block;
        width: auto;
    }
    body[class*="amblog"] .breadcrumbs {
        top: 16.4em;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:last-child {
        display: none;
    }
}
body .form.create.account .dob-section {
    position: absolute;
    bottom: 21%;
    width: 47%;
}
body .form.create.account .dob-section p {
    color: #666;
    font-size: 13px;
    font-style: italic;
    position: relative;
    top: 16px;
}
body .form.create.account>fieldset.fieldset.create.account {
    margin-top: 9.7em;
}
 .sidebar .amblog-search {
     display: none;
}
.ampickup-details-container.ampickup-details.shipping-address-details .alert-instore-pickup {
    margin: 10px 0;
    display: block;
}
 .amblog-search {
     width: 75%;
     padding-right: 40px;
}
 .amblog-search h3.amblog-title {
     display: none;
}
 .amblog-search .amblog-form-search.amblog-item {
     padding: 0;
}
 .amblog-search .amblog-form-search .amblog-input, .amblog-search .amblog-form-comment .amblog-input {
     font-size: 24px;
     border: 3px solid #BD2163;
     border-radius: 40px;
     padding-left: 30px;
}
 .amblog-search .amblog-form-search .amblog-input::placeholder, .amblog-search .amblog-form-comment .amblog-input::placeholder {
     color: #14021a;
     font-size: 24px;
}
 @media (max-width: 992px) {
     .amblog-search {
         width: 67%;
    }
    .cms-starship-affiliate-application .message {
        top: 19px;
    }
}
/*Blog Search css end*/

/*header css*/
.page-header .amtheme-icons-container .account-icon:hover .amtheme-icon,
.page-header .amtheme-header-icon:hover .amtheme-icon,
.page-header .amtheme-icons-container .minicart-wrapper.amtheme-header-icon:hover .amtheme-icon {
    fill: #bd2163;
}
.header.links > .authorization-link.-logged-in + li.nav.item a:hover,
.amtheme-compare-link + ul.header.links li.authorization-link.-logged-in + li a:hover:after,
.amasty-jet-theme .header.links > .nav.item a:hover,
.amasty-jet-theme .header.links > .nav.item:hover:after {
    color: #bd2163;
}
.page-header .amtheme-icons-container .minicart-wrapper.amtheme-header-icon .amtheme-icon:hover {
    fill: #222;
}
.amtheme-icons-container label {
    cursor: pointer;
}
body .header.links:after {
    content: "\f023";
    display: none;
}
body .header.links {
    padding-right: 0;
}
.header-toprow-promo + ul.header.links:after,
.amtheme-compare-link + ul.header.links li.authorization-link.-logged-in + li:after {
    display: none;
}
.account-icon.amtheme-header-icon.am-no-display-mobile.switcher span.new-span .action.toggle.switcher-options a {
    display: flex;
    padding: 0;
    align-items: center;
}
.account-icon.amtheme-header-icon.am-no-display-mobile.switcher span.new-span .action.toggle.switcher-options a label {
    padding-right: 8px;
}
.amtheme-compare-link + ul.header.links li.authorization-link + li { position: relative; padding-right: 25px; }
.amasty-jet-theme .header.links li.amtheme-myaccount-link.switcher span.action.toggle.switcher-options {
    padding-right: 30px;
    position: relative;
}

.amtheme-compare-link + .header.links li.amtheme-myaccount-link.switcher span.action.toggle.switcher-options:after,
.amasty-jet-theme .header.links li.amtheme-myaccount-link.switcher span.action.toggle.switcher-options:after,
.amasty-jet-theme .amtheme-compare-link + ul.header.links li.authorization-link + li:after,
.amasty-jet-theme .amtheme-compare-link + ul.header.links li.authorization-link.-logged-in:after {
    content: "\f09c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    right: 0px;
    top: -7px;
}
.amasty-jet-theme .amtheme-compare-link + ul.header.links li.authorization-link + li:after { right: 6px; }
.amasty-jet-theme ul.header.links.icon-class li.amtheme-myaccount-link.switcher span.action.toggle.switcher-options:after {
    content: "\f13e";
}
.amtheme-compare-link + ul.header.links {
    margin-top: 3px;
}
.minicart-wrapper .action.showcart svg.amtheme-icon.-hover-bg {
    margin-left: 0px;
}
.minicart-wrapper .action.showcart span.counter.qty {
    right: 29px;
    top: 5px;
}
.amtheme-header-icon a:hover label,
.minicart-wrapper.amtheme-header-icon:hover label {
    color: #bd2163;
}
.account-icon.amtheme-header-icon:hover .amtheme-icon {
    fill:#bd2163;
}
body .page-header .amtheme-icons-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.page-header .amtheme-icons-container .minicart-wrapper.amtheme-header-icon,
.page-header .amtheme-icons-container .minicart-wrapper.amtheme-header-icon a.action.showcart {
    display: flex;
    align-items: center;
}
.page-header .amtheme-icons-container .minicart-wrapper .counter {
    margin-right: 4px;
    margin-left: 6px;
    position: static;
}
.page-header .amtheme-icons-container .minicart-wrapper.amtheme-header-icon a.action.showcart svg.amtheme-icon.-hover-bg {
    order: 3;
}
ul.header.links.icon-class {
    position: absolute;
    right: 30px;
}
body .page-header .header.panel {
    position: relative;
}
.amtheme-compare-link + ul.header.links li.authorization-link.-logged-in + li a {
    position: relative;
}
.amtheme-compare-link + ul.header.links li.authorization-link.-logged-in + li a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f3c5";
    font-weight: 100;
    margin-left: 0;
    font-size: 22px;
    position: absolute;
    top: -10px;
    right: -21px;
    color: #620b65;
}
ul.custom-logout-link {
    position: absolute;
    list-style: none;
    top: 26px;
    width: auto;
    right: 0;
    padding: 20px 0 10px;
    min-width: 175px;
    max-width: 100%;
    border-radius: 4px;
    background: #f7f7f7;
    box-shadow: 0 4px 8px rgb(57 56 56 / 10%);
    z-index: 9;
    text-align: center;
}
span.logged-in.customer-custom-name {
    width: 100%;
    text-align: right;
    padding-right: 30px;
}
/*header css end*/
/*footer css*/
.footer-new-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}
.page-footer .content {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.page-footer .amtheme-footer-section {
    flex: 0 0 100%;
}
.footer-new-section .container.starship-footer-promos {
    width: 100%;
    display: block;
    position: static;
    margin-left: 0;
    left: 0;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 35px;
}
.footer-new-section .container.starship-footer {
    width: 75%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 0 0 0 70px;
    margin-right: 0;
}
.footer-new-section .footer-new-section-right {
    width: 20%;
    padding: 0 10px 0 0;
    flex-direction: column;
    display: flex;
}
.footer-new-section .amtheme-newsletter-block.amtheme-subscribe .amtheme-container,
.footer-new-section .amtheme-socials-list {
    justify-content: flex-start;
}
.page-footer .content .footer-new-section .amtheme-newsletter-block {
    padding-top: 0; padding-bottom: 10px;
}
.footer-new-section .container.starship-footer .row .col:first-child {
    padding-right: 50px;
}
.footer-new-section .amtheme-newsletter-block.amtheme-subscribe .amtheme-content {
    flex-basis: 100%;
}
.page-footer .content .footer-new-section .amtheme-newsletter-block .amtheme-field.newsletter {
    width: 100%;
}
.page-footer .content .footer-new-section .amtheme-newsletter-block .amtheme-field.newsletter button {
    margin-left: 0;
    margin-top: 11px;
}
/*footer css end*/
/*category page*/
.sku-product-list {
    font-weight: normal;
}

/*category page end*/
/*blog slider css*/
.home-blog-advice h2 {
    color: #620f65;
}
.home-product-list h2:before, .home-product-list h2:after {
    background:  #620f65;
}
.home-blog-advice h3 {
    letter-spacing: 2px;
}
.home-blog-advice .amblog-element-block {
    border: 0;
    box-shadow: none;
    padding-top: 10px;
}
.home-blog-advice .amblog-element-block .amblog-widget-container.-post .amblog-list .amblog-item {
    flex-direction: column;
}
.home-blog-advice .amblog-recent-post .amblog-recent-post-image-wrapper {
    margin-right: 0;
    vertical-align: top;
    min-width: 100%;
}
.home-blog-advice .amblog-element-block .amblog-widget-container.-post .amblog-list .amblog-item .img {
    width: 100%;
}
.home-blog-advice .amblog-recent-post .amblog-recent-post-content-wrapper {
    text-align: left;
}
.home-blog-advice .amblog-recent-post .amblog-recent-post-content-wrapper .amblog-headline {
    font-size: 16px;
    padding-top: 12px;
    min-height: 52px;
}
.home-blog-advice .amblog-recent-post .amblog-recent-post-content-wrapper .read-more-blog a {
    width: 135px;
    display: block;
    text-align: center;
    height: 52px;
    border-radius: 27px;
    text-transform: uppercase;
    line-height: 52px;
    font-size: 15px;
    border: 1px solid #620f65;
    color: #620f65;
}
.home-blog-advice .view-all-blogs a {
    background: #2f073b;
    color: #fff;
    display: block;
    max-width: 180px;
    margin: 0 auto;
    height: 45px;
    width: 100%;
    line-height: 45px;
    text-transform: uppercase;
    border-radius: 27px;
    font-size: 15px;
}

.owl-nav {
    position: absolute;
    width: 100%;
    transform: translate(0%,-50%);
    top: 50%;
    left: 0;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    transform: translate(0,-50%);
    background: #bd2163 !important;
    width: 30px;
    height: 30px;
        line-height: 30px;
    color: #fff;
}
.owl-nav button span {
    font-size: 39px;
    color: #fff;
    line-height: 28px;
}
.owl-nav button.owl-prev span { margin-left: -2px; }
.owl-nav button.owl-next span { margin-right: -2px; }
.owl-nav .owl-prev {
    left: -50px;
    z-index: 9;
}
.owl-nav .owl-next {
    right: -50px;
}
/*blog slider css end*/

/* category-new-arrivals */

.category-new-arrivals .category-view .category-cms .products-grid .amtheme-products-secondary{
    display: flex;
    flex: 0 1 100%;
}
.category-new-arrivals .category-view .category-cms .products-grid .amtheme-products-secondary li.product-item-info {
    flex: 0 1 20% !important;
    padding: 0 15px;
}
.category-new-arrivals .category-view .category-cms .products-grid .amtheme-products-secondary li.product-item-info .price-box {
    min-height: 60px;
}
.category-new-arrivals .products-grid.products > .amtheme-products-secondary .product-item-info:hover .product-item-photo:after{
    opacity: 0;
}
.category-new-arrivals .page-main .category-view .toolbar-products .pager{
    align-items: center;
}
.category-new-arrivals .page-main .category-view .toolbar-products .pager .toolbar-amount{
    padding-top: 0;
}
.category-new-arrivals .page-main .category-view .toolbar-products .pages{
    display: flex;
}
.category-new-arrivals .page-main .category-view .block-content.content{
    margin-top: 50px;
}
.category-new-arrivals .page-main .category-view .amtheme-products-secondary .product-photo-wrapper .towishlist.amtheme-circle-icon{
    right: 15px;
}
.category-new-arrivals .page-main .category-view .amtheme-products-secondary .product-photo-wrapper .tocompare.amtheme-circle-icon{
    left: 15px;
}
.category-new-arrivals .amtheme-products-secondary .product-item-photo:after{
    content: "" !important;
    background: none !important;
    position: static !important;
    z-index: auto !important;
    opacity: 1 !important;
    transition: auto !important;
}



/*responsive css*/
@media(min-width: 768px) {
    body .amtheme-shipping-method .col {
        flex: revert;
        width: auto;
    }
    body .amtheme-shipping-method .col.col-info {
        width: 50%;
        padding-left: 20px;
    }
    .custom-mobile-text{
        display: none;
    }
    body .page-header .header.panel,
    body .page-header>.content {
        padding-right: 30px;
        padding-left: 30px;
    }
    body .page-header.scrolled-header>.content {
        padding: 30px 60px;
    }
    .additional-attributes-wrapper {
        float: right;
        width: 350px;
        margin-left: 35px;
        margin-bottom: 15px;
        margin-right: 15px;
    }
}
@media(max-width: 1480px){
    /* for slider arrow showing in all view */
    .amtheme-products-secondary .owl-nav .owl-next {
        right: 0 !important;
    }
    .amtheme-products-secondary .owl-nav .owl-prev{
        left: 0 !important;
    }
}

@media (min-width: 768px) and (max-width:  1024px) {
    .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item {
        width: calc(50% - 15px);
    }
    .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
         margin-right: 30px;
     }
    .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(2n) {
        margin-right: 0;
    }
    body[class*="amblog"] .breadcrumbs {
        top: 10.4em;
    }
}

@media (min-width: 1025px) and (max-width: 1350px) {
    .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item {
        width: calc(33.33% - 20px)
    }

    .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(2n) {
        margin-inline-end: 30px;
    }

    .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(3n) {
        margin-inline-end: 0px;
    }
}

@media (min-width: 1351px)  {
    .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item,
    .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item {
        width: calc(25% - 15px);
    }
    .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(n),.page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
    .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(2n),.page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(2n),
    .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(3n),.page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n) {
        margin-inline-end: 20px;
    }
    .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(4n), .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(4n) {
        margin-inline-end: 0px;
    }
}
@media(max-width: 1366px) {
    body .ammenu-menu-wrapper.-desktop .ammenu-main-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media(max-width:1299px) {
    .home-blog-advice .amblog-recent-post .amblog-recent-post-content-wrapper .amblog-thesis {
        font-size: 14px;
            min-height: 71px;
    }
    .home-blog-advice .amblog-recent-post .amblog-recent-post-content-wrapper .amblog-headline {
        min-height: 70px;
        font-size: 16px;
    }
}
@media(max-width:1250px){
    .category-new-arrivals .category-view .category-cms .products-grid .amtheme-products-secondary li.product-item-info {
        flex: 0 1 25% !important;
    }
}
@media(max-width: 1024px) {
    /*shop all link menu*/
    .current-title-link {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
    }
    .current-title-link a.ammenu-current-title {
        width: auto;
        flex-basis: revert !important;
        padding-right: 8px !important;
    }
    .current-title-link .ammenu-shop-all {
        font-weight: normal;
        text-decoration: underline;
    }
    /*shop all link menu end*/
    .cms-page-view h1.page-title {
        margin-top: 0;
    }
    .panel.header > ul.header.links > li.nav.item {
        display: none;
    }
    .category-new-arrivals .category-view .category-cms .products-grid .amtheme-products-secondary li.product-item-info {
        flex: 0 1 33.33% !important;
    }
    body .ammenu-menu-wrapper.-mobile .ammenu-submenu {    background-color: #bd2163 !important;}
    body .ammenu-arrow {    right: 20px;}
    body .ammenu-nav-sections .ammenu-tabs-container {    padding-bottom: 0;}
    body .ammenu-menu-wrapper.-desktop .ammenu-submenu-container,
    body .ammenu-menu-wrapper.-desktop .ammenu-link:not(.-level1) + .ammenu-item.-child,
    body .ammenu-menu-wrapper.-hamburger-top .ammenu-submenu-container,
    body .ammenu-nav-sections .ammenu-content,
    body .ammenu-menu-wrapper.-mobile .ammenu-submenu,
    body .ammenu-menu-wrapper.-mobile .ammenu-link.-main,
    body .ammenu-main-container .brand-images .brands-letter .letter .title,
    body .ammenu-nav-sections:not(.-hamburger) .ammenu-item.-drill-opened {
        background: #bd2163 !important;
    }
    .ammenu-main-container > ul.ammenu-items > .category-item > .ui-state-active.ammenu-link + .ammenu-submenu {
        display: block !important;
    }
    .ammenu-main-container > ul.ammenu-items > .category-item > a.ui-state-active + .ammenu-submenu + .ammenu-toggle span.ammenu-icon:before {
        transform: rotate(-45deg);
    }
    .ammenu-main-container > ul.ammenu-items > .category-item > a.ui-state-active + .ammenu-submenu + .ammenu-toggle span.ammenu-icon:after {
        transform: rotate(45deg);
    }
    .ammenu-nav-sections.nav-sections .header.links {
        background: #bd2163;
    }
    body .page-wrapper .ammenu-nav-sections .header.links li > a {
        color: #fff !important;
    }
    .ammenu-nav-sections.nav-sections .header.links li > a {
        border-bottom: 1px solid #fff;
        width: 100%;
    }
    .ammenu-nav-sections .ammenu-tabs-container > .ammenu-content ul.header.links li.nav.item {
        position: static;
    }
    .ammenu-nav-sections .ammenu-tabs-container > .ammenu-content ul.header.links li.nav.item:after {
        display: none;
    }
    .ammenu-main-container > ul.ammenu-items > .category-item > .ammenu-link + .ammenu-submenu {
        display: none !important;
    }
    .ammenu-main-container > ul.ammenu-items > .category-item > a + .ammenu-submenu + .ammenu-toggle span.ammenu-icon:before {
        transform: rotate(45deg);
    }
    .ammenu-main-container > ul.ammenu-items > .category-item > a + .ammenu-submenu + .ammenu-toggle span.ammenu-icon:after {
        transform: rotate(-45deg);
    }
    body .nav-sections:not(.-drill) .ammenu-submenu[aria-selected="true"] ~ .ammenu-toggle .ammenu-icon:after,
    body .nav-sections:not(.-drill) .ammenu-submenu[aria-selected="true"] ~ .ammenu-toggle .ammenu-icon:before,
    body .ammenu-menu-wrapper .ammenu-arrow:before,
    body .ammenu-menu-wrapper .ammenu-arrow:after {
        background-color: #fff !important;
    }
    body .ammenu-nav-sections.-accordion .ammenu-categories {
        background: #bd2163;
    }
    body .ammenu-menu-wrapper.-mobile .ammenu-link.-level1,
    body .ammenu-menu-wrapper.-hamburger .ammenu-link.-level1,
    body .ammenu-menu-wrapper.-mobile .ammenu-link {
        color: #fff !important;
    }
    body .ammenu-menu-wrapper.-mobile .ammenu-link.-main {
        background: #bd2163 !important;
        color: #fff !important;
    }
    body .ammenu-nav-sections .ammenu-link.-main,
    body .ammenu-nav-sections .ammenu-menu-header,
    body .ammenu-menu-wrapper.-desktop .ammenu-item.-main:not(.current):not(:hover) > .ammenu-link,
    body .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-main > .ammenu-link,
    body .ammenu-nav-sections .header.links li > a,
    body .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title > .ammenu-link {
        color: #bd2163 !important;
    }
     body .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title.active > .ammenu-link {
        color: #fff !important;
    }
    body .ammenu-nav-sections .ammenu-title.active {
        background-color: #bd2163!important;
    }
    body .ammenu-nav-sections .ammenu-title {
        background: #fff !important;
            width: 50%;
    }

    body .page-header .header.panel {
        display: flex;
        align-items: center;
    }
    body .page-header .amtheme-icons-container {
        display: flex;
        justify-content: flex-end;
        width: auto;
    }
    body .page-header .block-search {
        max-width: 480px;
        padding: 0 23px;
    }
    .panel.header .greet.welcome {
        position: absolute;
        right: 20px;
    }
}
@media(max-width: 1199px) {
    .grid_without_slider li.product-item-info {
        width: 25%;
    }
    .footer-new-section .footer-new-section-right {
        padding: 0 30px 0 0;
    }
    .footer-new-section .container.starship-footer {
        padding: 0 18px 0 30px;
    }
    .footer-new-section .container.starship-footer-promos {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 35px;
    }
    .footer-new-section .container.starship-footer .row .col:first-child {
        padding-right: 0;
    }
    body .ammenu-menu-wrapper.-desktop .ammenu-item.-main>.ammenu-link {    font-size: 12px;}
    body .ammenu-menu-wrapper.-desktop .ammenu-item.-main>.ammenu-link {    padding: 18px 8px;}
}

@media(max-width: 992px) {
    section.home-banners ul.list-inline li.list-inline-item:nth-child(3) {order:4;}
    section.home-banners ul.list-inline li.list-inline-item:nth-child(4) {order:3;}
    section.home-banners ul.list-inline:last-child li.list-inline-item:nth-child(2) {
        order: 1;
    }
    section.home-banners ul.list-inline:last-child li.list-inline-item:nth-child(1) {
        order: 2;
    }
    section.home-banners ul.list-inline:last-child li.list-inline-item:nth-child(4) {
        order: 4;
    }
    section.home-banners ul.list-inline:last-child li.list-inline-item:nth-child(3) {
        order: 3;
    }
    section.home-banners ul.list-inline {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    section.home-banners ul.list-inline li.list-inline-item {
        margin-right: 0;
        margin-left: 0;
        padding:0 6px;
        width: 50%;
    }
    section.home-banners ul.list-inline li.list-inline-item img {
        width: 100%;
    }
       .grid_without_slider li.product-item-info {
        width: 33.33%;
    }
    .footer-new-section .container.starship-footer {
        width: 100%;
        padding: 0 30px 0 30px;
    }
    .footer-new-section .footer-new-section-right {
        width: 100%;
        padding: 0 30px 0 30px;
    }
    .footer-new-section .container.starship-footer .row .col:first-child {
        padding-right: 20px;
    }
    .footer-new-section .starship-footer-promos h3 {
        font-size: 13px;
    }
    .footer-new-section .starship-footer-promos p {
        font-size: 11px;
    }
    .page-footer .content .footer-new-section .amtheme-newsletter-block {
        padding-bottom: 0;
    }
    body .page-header .header.panel {
        justify-content: space-between;
    }
    body.amasty-jet-theme .header.links > .nav.item {
        top: 38px;
    }
    .contact-page-container .rendered-form .amcform-page-wrap .field.field-company,
    .contact-page-container .rendered-form .amcform-page-wrap .field,
    .contact-page-container .rendered-form .amcform-page-wrap .field.fb-number {
        width: 100%;
    }
    .contact-page-container {
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    body .refer-options > a {
        width: 33.33%;
    }
    .cms-starship-affiliate-application .message {
        top: 0px;
    }
    .contact-page-container .contact-left-section .row {
        justify-content: center;
        text-align: center;
    }
    .contact-page-container .contact-left-section .row .card-body {
        padding-top: 0;
    }
    .contact-page-container .contact-left-section .row h5 {
        margin-top: 0;
    }
    .contact-page-container .contact-left-section {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
    .contact-page-container .rendered-form .amcform-page-wrap .field.field-company,
    .contact-page-container .rendered-form .amcform-page-wrap .field,
    .contact-page-container .rendered-form .amcform-page-wrap .field.fb-number {
        padding: 0;
    }
    .contact-page-container .rendered-form .amcform-page-wrap {
        margin: 0;
    }
    ul.header.links li.nav.item:last-child { right: 118px; }
    body .form.create.account .dob-section {
        position: static;
        width: 100%;
    }
    body .form.create.account>fieldset.fieldset.create.account {
        margin-top: 0em;
    }
    .catalog-category-view .toolbar-sorter.sorter {
        position: static;
        justify-content: flex-start;
        margin: 10px 0;
        flex-wrap: wrap;
    }
    .toolbar.toolbar-products {
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column-reverse;
    }
    .catalog-category-view .toolbar-products .limiter {
        margin-left: 0;
    }
    .catalog-category-view .products.wrapper~.toolbar .pages {
        width: 100%;
        justify-content: center;
    }

    .disc-attributes-wrapper .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
        display: flex;
    }
    body.amasty-jet-theme .form .search-autocomplete {
        display: none;
    }
    .disc-attributes-wrapper .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td {
        margin-bottom: 0;
    }
    .disc-attributes-wrapper {
        display: flex;
        flex-direction: column;
    }
    .disc-attributes-wrapper .additional-attributes-wrapper {
        position: static;
        margin: 0;
        width: 100%;
    }
    .description-new {
        margin-top: 13px;
    }
    body.checkout-index-index .header-logo.col-md-3 {
        position: static;
    }
    body.checkout-index-index .page-header .block-search {
        margin-left: 0;
        max-width: 100%;
        padding: 0;
        order: 5;
    }
    body.checkout-index-index .page-header .amtheme-icons-container {
        order: 2;
    }
    body.checkout-index-index .header-logo.col-md-3 {
        order: 1;
    }
    body.checkout-index-index .page-header {
        border: 0;
    }
    body .amsearch-products {
        order: 0;
    }
    .category-new-arrivals .page-main .category-view .toolbar-products .pager{
        justify-content: space-between;
    }

    body .modals-wrapper .confirm .modal-inner-wrap footer.modal-footer button.action-secondary.action-dismiss {
            width: 100%;
    }
    .footer-new-section .container.starship-footer-promos {
        height: auto;
    }
    .footer-new-section .container.starship-footer-promos .col,
    .footer-new-section .container.starship-footer .row .col {
        flex: 0 0 100%;
    }
    .footer-new-section .footer-new-section-right {
        flex-direction: column;
        margin-top: 30px;
    }
    .footer-new-section .amtheme-newsletter-block.amtheme-subscribe {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .footer-new-section .page-footer .amtheme-socials-list {
        padding: 0;
    }
    body.amasty-jet-theme .switcher .amtheme-icon {
        width: 32px;
        height: 32px;
    }
    body .page-header .block-search {
        max-width: 100%;
        padding: 0;
    }
    .panel.header ul.header.links .amtheme-icon {
        width: 25px;
    }
    .amtheme-compare-link + .header.links li.amtheme-myaccount-link.switcher span.action.toggle.switcher-options:after {
        top: 0;
    }
    body .page-header .header.panel {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .amtheme-compare-link + ul.header.links li a {
        color: #14021a;
    }
    body.amasty-jet-theme .header.links > .nav.item {
        top: 40px;
    }
    .amtheme-compare-link + ul.header.links li.nav.item a {
        font-size: 10px; font-weight: 700;
    }
    body .page-header .header.panel {
        padding-left: 15px;
        padding-right: 15px;
    }
    ul.header.links.icon-class {
        right: 15px;
    }
    .amtheme-compare-link + ul.header.links li.authorization-link.-logged-in + li { width: 104px; top: 23px; }
    .home-blog-advice .amblog-recent-post .amblog-recent-post-content-wrapper .amblog-headline {
        min-height: 65px;
        font-size: 14px;
    }
    .home-blog-advice .amblog-recent-post .amblog-recent-post-content-wrapper .amblog-thesis {
        min-height: 60px;
        font-size: 12px;
    }
    .home-product-list h2 {
        font-size: 24px;
    }
    .home-product-list h2:before {
        left: -40px;
    }
    .home-product-list h2:before, .home-product-list h2:after {
        width: 29px;
    }
    .home-product-list h2:after {
        right: -40px;
    }
    .home-blog-advice h3 {
        letter-spacing: 2px;
        padding-top: 7px;
        font-size: 17px;
    }
    .home-blog-advice .amblog-element-block .amblog-widget-container.-post .amblog-list .amblog-item {
        padding: 0;
    }
    .home-blog-advice .amblog-element-block .amblog-widget-container.-post .amblog-list {
        padding: 0 20px;
    }
    .home-blog-advice .owl-nav .owl-next {
        right: -40px;
    }
    .home-blog-advice .owl-nav .owl-prev {
        left: -40px;
    }
}
@media(max-width: 768px){
       .grid_without_slider li.product-item-info {
        width: 50%;
    }
    .category-new-arrivals .category-view .category-cms .products-grid .amtheme-products-secondary li.product-item-info {
        flex: 0 1 50% !important;
    }
    .catalog-product-view .data.switch{
        display: none !important;
    }
    .category-new-arrivals .page-main .category-view .block-content.content{
        margin-top: 30px;
    }
}
@media(max-width:480px) {
       .grid_without_slider li.product-item-info {
        width: 100%;
    }
    body.amasty-mega-menu .header.content {
        margin-bottom: 0;
    }
    .home-blog-advice .amblog-recent-post .amblog-recent-post-content-wrapper .amblog-headline,
    .home-blog-advice .amblog-recent-post .amblog-recent-post-content-wrapper .amblog-thesis {
        min-height: auto;
    }
    .home-blog-advice .amblog-recent-post .amblog-recent-post-content-wrapper .amblog-headline {
        font-size: 16px;
    }
    .home-blog-advice .amblog-recent-post .amblog-recent-post-content-wrapper .amblog-thesis {
        font-size: 14px;
        padding-bottom: 11px;
    }
    .home-blog-advice .amblog-recent-post .amblog-recent-post-content-wrapper .read-more-blog a {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .category-new-arrivals .category-view .category-cms .products-grid .amtheme-products-secondary li.product-item-info {
        flex: 0 1 100% !important;
    }
}
@media(max-width: 380px) {
    ul.header.links.icon-class {
        position: static;
    }
}
@media(max-width: 375px) {
    body .header-toprow-phone a.phone {
            font-size: 9px;
        padding-right: 6px;
    }
    body .amtheme-compare-link + ul.header.links li a {
        font-size: 9px;
    }
    body .page-wrapper .page-header.scrolled-header>.content .logo-image {
        max-width: 101px;
    }
}
/*responsive css end*/
.amasty-jet-theme.am-tabs-view .product.data.items.amtabs-accordion-view > .item.title > .switch {
    border-bottom: none;
}
.amasty-jet-theme.am-tabs-view .product.data.items.amtabs-accordion-view > .item.content {
    padding-top: 0px;
}

.new-feature-lable {
    margin-bottom: 15px;
    font-size: 20px;
}

#product-attribute-specs-table {
    border: 1px solid #dee2e6;
}


#product-attribute-specs-table .table-caption {
    display: none;
}


#product-attribute-specs-table td, #product-attribute-specs-table th {
    padding: 10px 15px;
    font-weight: normal;
    width: 50%;
    border: 1px solid #dee2e6;
}

.am-tabs-view .product.data.items > .content {
    display: block;
}
.amtheme-reviews-aside .amtheme-title {
    padding-left: 0;
    margin-bottom: 20px;
    display: block;
}
/*Checkout popup */
body aside.modal-popup.confirm._show {
    z-index: 1000 !important;
}
body .modals-wrapper .confirm .modal-inner-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    margin: 0 auto;
    box-shadow: 0px 0px 8px 5px #666;
}
body .modals-wrapper .confirm .modal-inner-wrap header.modal-header {
    border-radius: 0;
    border-bottom: 0;
}
body .modals-wrapper .confirm .modal-inner-wrap div.modal-content {
    border: none;
    padding: 15px;
    border-radius: 0;
}
body .modals-wrapper .confirm .modal-inner-wrap footer.modal-footer {
    justify-content: space-between;
    padding: 10px;
    border: none;
    background: #fff;
}
body .modals-wrapper .confirm .modal-inner-wrap footer.modal-footer button.action-secondary.action-dismiss {
    border-radius: 30px;
    color: #fff;
    padding: 15px 35px;
    background: #bd2163;
    text-align: center;
}
body .modals-wrapper .confirm .modal-inner-wrap footer.modal-footer button.action-primary.action-accept {
    color: #fff;
    background: #bd2163;
}
/* Checkout popup end*/
/*Checkout Page Discount Code*/
.discount-code + .amcard-codes-list + .amcard-field-container.-cart {
    display: none;
}
.discount-code._active + .amcard-codes-list + .amcard-field-container.-cart {
    display:block;
}
.checkout-cart-index .cart-discount .block.discount .content,
.checkout-cart-index .cart-discount .block.discount .title,
.checkout-payment-method .payment-option._collapsible .payment-option-content,
.discount-code._active + .amcard-codes-list + .amcard-field-container.-cart,
.discount-code + .amcard-codes-list + .amcard-field-container.-cart {
    display: block!important;
    /*margin-top: 11px;*/
}
body .checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
    content: '\e622';
}
/*Checkout Page Discount Code End*/
/* For Checkout page header */
@media screen and (max-width: 1368px) and (min-width: 1367px){
    .page-header .amtheme-header-icon:not(:last-child) {
        margin-right: 6px !important;
    }
}
/*Mega Menu*/
.category-item > a.ammenu-title.-parent {
    text-transform: uppercase !important;
}
html body .ammenu-category-tree .ammenu-title {
    font-size: 15px;
    text-transform: uppercase !important;
}
.ammenu-category-tree .ammenu-list .ammenu-item.category-item a.ammenu-link.-simple.-all-link {
    display: none;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(9) > a.ammenu-link:hover {
    background: #ff8dbc!important;
}
.scrolled-header .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 40px;
}
.checkout-index-index .ammenu-nav-sections.-topmenu {
    display: none;
}
.amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 100%;
}
.field.amcheckout-comment .field textarea {
    border: 1px solid #c0c0c0;
}
.checkout-payment-method .payment-option-title .action-toggle {
    color: #14021a;
}
body .amrewards-points-rate {
    font-size: 12px;
    margin: 9px 7px 9px 0;
    padding-right: 0;
}
form#discount-reward-form {
    max-width: 290px!important;
}
form#discount-reward-form .payment-option-inner {
    display: flex;
    align-items: center;
}
form#discount-reward-form .payment-option-inner button.action.action-apply {
    width: 115px;
    padding-left: 12px;
    margin-top: -20px;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(6) {
    background-color: #db3b80;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(9) {
    background: #ff8dbc;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(9) > a.ammenu-link {
    color: #bd2163!important;
}
body .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link .ammenu-label {
    bottom: 100%;
    left: 51px;
    margin: 0 0 7px;
    position: absolute;
    right: auto;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link.-current {
    background-color: #2f073b;
    color: #fff !important;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(11) .ammenu-submenu-wrapper,
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(12) .ammenu-submenu-wrapper {
    width: auto !important;
    right: 0 !important;
    left: auto !important;
    border-radius: 0;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(11) .ammenu-submenu-wrapper .blog-sub-cat a:hover { color:#bd2163; }
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(11) .ammenu-submenu-wrapper .blog-sub-cat a { display: block; text-transform: uppercase; color: #14021a; font-size: 15px; padding-bottom: 20px; }
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(12) .ammenu-submenu-wrapper .quiz-sub-cat a:hover { color:#bd2163; }
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(12) .ammenu-submenu-wrapper .quiz-sub-cat a { display: block; text-transform: uppercase; color: #14021a; font-size: 15px; padding-bottom: 20px; }

@media(min-width: 1024px) {
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(9) .ammenu-submenu-wrapper {
        width: 100% !important;
        right: 0 !important;
        left: 50% !important;
        max-width: 466px;
        background-color: #FF8DBC!important;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(9) .ammenu-submenu-wrapper a {
        font-size: 15px;
        text-transform: uppercase;
    }
        body .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
        border-radius:0;
    }

    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(4) .ammenu-submenu-wrapper,
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(3) .ammenu-submenu-wrapper,
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(7) .ammenu-submenu-wrapper,
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(10) .ammenu-submenu-wrapper {
        left: auto !important;
        width: auto !important;
        max-width: 545px;
    }
    body .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(4) .ammenu-category-columns,
    body .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(3) .ammenu-category-columns,
    body .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(7) .ammenu-category-columns,
    body .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(10) .ammenu-category-columns {
        column-count: 2;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(9) .ammenu-submenu-wrapper {
        right: 176px;
        background-color: rgb(255, 141, 188) !important;
        left: auto;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(9) .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns > .ammenu-column.category-item:last-child a.ammenu-title:before {
        margin-left: -29px;
        transform: rotate(-38deg);    
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(9) .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns > .ammenu-column.category-item:last-child a.ammenu-title:after {
        margin-left: 0;
        transform: rotate(38deg);
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(9) .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns > .ammenu-column.category-item:last-child a.ammenu-title:before,
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(9) .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns > .ammenu-column.category-item:last-child a.ammenu-title:after {
        top: 10px;
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center; 
        content: '';
        background-image: url('data:image/svg+xml,<svg width="512" height="465" viewBox="0 0 512 465" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M180.314 77.1623C175.847 80.6143 174.629 83.254 174.629 89.7518C174.629 100.514 178.081 111.885 183.563 118.586C187.625 123.865 188.64 124.068 212.194 124.678C232.5 125.084 238.795 126.099 250.775 130.566L264.989 135.846L279.203 130.566C291.183 126.099 297.275 125.084 318.799 124.678L344.181 124.068L349.055 114.525C352.101 108.839 354.537 100.514 354.943 93.4068C355.756 82.6448 355.349 81.6295 350.07 77.3654C344.79 73.1012 342.557 72.695 327.937 73.5073C297.681 75.1317 276.36 90.564 268.441 115.743L264.989 127.52L261.537 115.743C254.024 90.7671 232.297 75.1317 202.042 73.5073C187.625 72.695 185.188 73.1012 180.314 77.1623Z" fill="%23F2803E"/><path d="M193.919 145.592C181.939 147.217 162.445 154.73 150.871 162.243C112.696 187.016 94.4214 236.156 107.62 278.392C120.007 318.394 169.755 360.833 235.952 388.245C255.242 396.164 262.349 398.195 268.238 397.383C278.797 395.961 316.565 379.514 336.871 367.127C398.194 330.374 426.419 293.621 426.419 250.979C426.419 194.935 385.605 150.669 328.546 144.983C315.55 143.765 288.341 147.014 288.341 150.06C288.341 150.669 293.417 156.151 299.509 162.243C319.408 181.736 332.201 207.728 334.434 233.922C335.653 246.918 335.45 247.73 330.779 249.354C325.703 251.385 319.408 250.37 317.581 247.324C316.769 246.309 314.941 238.795 313.317 230.876C309.052 209.758 299.915 192.499 284.279 176.66C260.522 152.09 228.033 141.125 193.919 145.592Z" fill="%23F2803E"/></svg>');
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(9) .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns > .ammenu-column.category-item:last-child {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        text-align: center;
        bottom: 0;
        background: #1d1428;
        height: 43px;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(9) .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns > .ammenu-column.category-item:last-child a.ammenu-title {
        color: #F2803E !important;
        font-size: 17px;
        stroke: #fff;
        font-weight: 700;
        line-height: 43px;
        letter-spacing: 5px;
        text-shadow: 1px 1px 0 #fff, 2px 3px 0 #c13b8a;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(9) .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns {
        padding-bottom: 37px;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(5) .ammenu-submenu-wrapper {
        max-width: 320px;
    }
    body .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(5) .ammenu-category-columns,
    body .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(8) .ammenu-category-columns  {
        column-count: 1;

    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:first-child .ammenu-category-columns {
        display: block;
        column-count: 6;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(3) .ammenu-category-columns,
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(4) .ammenu-category-columns,
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(5) .ammenu-category-columns,
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(7) .ammenu-category-columns,
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(10) .ammenu-category-columns {
        display: block;
        column-count: 4;
    }
    .ammenu-submenu-block .ammenu-category-tree.ammenu-column.category-item {
        width: 100% !important;
    }
    .ammenu-menu-wrapper .ammenu-link.-simple {
        font-size: 13px;
        line-height: 20px;
        padding: 0 0 3px 0;
        color: #14021a !important;
    }
    body .ammenu-category-columns .ammenu-column {
            padding-bottom: 8px;
    }
    .ammenu-menu-wrapper .ammenu-link.-simple:hover {
        color: #bd2163 !important;
    }
    .ammenu-category-tree .ammenu-title.-parent:hover {
        color: #bd2163 !important;
        cursor: pointer;
    }
    .ammenu-category-tree .ammenu-title.-parent {
        margin: 0 0 5px;
        cursor: pointer !important;
        pointer-events: all !important;
    }
    body .ammenu-category-tree .ammenu-title {
        font-size: 15px;
        text-transform: capitalize !important
    }
    body .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
        border-radius:0;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(4) .ammenu-submenu-wrapper,
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(3) .ammenu-submenu-wrapper,
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(7) .ammenu-submenu-wrapper,
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(10) .ammenu-submenu-wrapper {
        left: auto !important;
        width: auto !important;
        max-width: 545px;
    }
    body .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(4) .ammenu-category-columns,
    body .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(3) .ammenu-category-columns,
    body .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(7) .ammenu-category-columns,
    body .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(10) .ammenu-category-columns {
        column-count: 2;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(5) .ammenu-submenu-wrapper {
        max-width: 320px;
    }
    body .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(5) .ammenu-category-columns,
    body .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:nth-child(8) .ammenu-category-columns  {
        column-count: 1;
    }
}
@media(max-width: 1024px) {
    .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item:not(:last-child):not(.-active) > .ammenu-link {
        border-color: #fff !important;
    }
    body .ammenu-menu-wrapper .ammenu-icon-block path {
        fill: #fff;
    }
    body .ammenu-nav-sections.-sidebar .ammenu-link { margin: 0; padding: 0 24px !important; }
    body .ammenu-nav-sections.-sidebar .ammenu-item {
        background: #bd2163 !important;
    }
    .ammenu-nav-sections.-sidebar .ammenu-item a,
    .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-text-block,
    .ammenu-nav-sections.-sidebar .ammenu-text {
        color: #fff !important;
    }
    body ._ammenu-link.-second, .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
    }
    body .ammenu-tabs-list {
        border-radius: 0;
        font-size: 1.6rem;
        margin: 0;
        padding: 0;
        background: transparent !important;
    }
    body .ammenu-tabs-list .ammenu-button {
        min-height: 47px;
        border-radius: 0;
    }
    body .ammenu-menu-title {
        display: none;
    }
    body #ammenu-sidebar section.ammenu-account-section + .ammenu-drill-section ul.ammenu-items.-root > li.ammenu-item:last-child > a:before {
        background-image: url('data:image/svg+xml,<svg width="512" height="465" viewBox="0 0 512 465" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M180.314 77.1623C175.847 80.6143 174.629 83.254 174.629 89.7518C174.629 100.514 178.081 111.885 183.563 118.586C187.625 123.865 188.64 124.068 212.194 124.678C232.5 125.084 238.795 126.099 250.775 130.566L264.989 135.846L279.203 130.566C291.183 126.099 297.275 125.084 318.799 124.678L344.181 124.068L349.055 114.525C352.101 108.839 354.537 100.514 354.943 93.4068C355.756 82.6448 355.349 81.6295 350.07 77.3654C344.79 73.1012 342.557 72.695 327.937 73.5073C297.681 75.1317 276.36 90.564 268.441 115.743L264.989 127.52L261.537 115.743C254.024 90.7671 232.297 75.1317 202.042 73.5073C187.625 72.695 185.188 73.1012 180.314 77.1623Z" fill="%23F2803E"/><path d="M193.919 145.592C181.939 147.217 162.445 154.73 150.871 162.243C112.696 187.016 94.4214 236.156 107.62 278.392C120.007 318.394 169.755 360.833 235.952 388.245C255.242 396.164 262.349 398.195 268.238 397.383C278.797 395.961 316.565 379.514 336.871 367.127C398.194 330.374 426.419 293.621 426.419 250.979C426.419 194.935 385.605 150.669 328.546 144.983C315.55 143.765 288.341 147.014 288.341 150.06C288.341 150.669 293.417 156.151 299.509 162.243C319.408 181.736 332.201 207.728 334.434 233.922C335.653 246.918 335.45 247.73 330.779 249.354C325.703 251.385 319.408 250.37 317.581 247.324C316.769 246.309 314.941 238.795 313.317 230.876C309.052 209.758 299.915 192.499 284.279 176.66C260.522 152.09 228.033 141.125 193.919 145.592Z" fill="%23F2803E"/></svg>');
        width: 40px;
        height: 40px;
        background-size: 41px;
        background-repeat: no-repeat;
        content: '';
        position: absolute;
        left: 10px;
        transform: rotate(-38deg);
        border-radius: 100%;
        background-color: #333;
    }
    body #ammenu-sidebar section.ammenu-account-section + .ammenu-drill-section ul.ammenu-items.-root > li.ammenu-item:last-child > a .ammenu-text {
        color: #F2803E !important;
        font-size: 17px;
        stroke: #fff;
        font-weight: 700;
        line-height: 43px;
        letter-spacing: 5px;
        text-shadow: 1px 1px 0 #fff, 2px 3px 0 #c13b8a;
    }
    body #ammenu-sidebar section.ammenu-account-section + .ammenu-drill-section ul.ammenu-items.-root > li.ammenu-item:last-child > a {
        background-color: peachpuff;
    }
    body #ammenu-sidebar section.ammenu-account-section + .ammenu-drill-section > ul.ammenu-items {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    body #ammenu-sidebar section.ammenu-account-section + .ammenu-drill-section > ul.ammenu-items > li {
        width: 100%;
    }
    body #ammenu-sidebar section.ammenu-account-section + .ammenu-drill-section ul.ammenu-items.-root > li.ammenu-item:first-child {
        order: 1;
    }
    body #ammenu-sidebar section.ammenu-account-section + .ammenu-drill-section ul.ammenu-items.-root > li.ammenu-item:nth-child(2) {
        order: 2;
    }
    body #ammenu-sidebar section.ammenu-account-section + .ammenu-drill-section ul.ammenu-items.-root > li.ammenu-item:nth-child(3) {
        order: 3;
    }
    body #ammenu-sidebar section.ammenu-account-section + .ammenu-drill-section ul.ammenu-items.-root > li.ammenu-item:nth-child(4) {
        order: 4;
    }
    body #ammenu-sidebar section.ammenu-account-section + .ammenu-drill-section ul.ammenu-items.-root > li.ammenu-item:nth-child(5) {
        order: 5;
    }
    body #ammenu-sidebar section.ammenu-account-section + .ammenu-drill-section ul.ammenu-items.-root > li.ammenu-item:nth-child(9) {
        order: 6;
    }
    body #ammenu-sidebar section.ammenu-account-section + .ammenu-drill-section ul.ammenu-items.-root > li.ammenu-item:nth-child(11) {
        order:11;
    }
    body #ammenu-sidebar section.ammenu-account-section + .ammenu-drill-section ul.ammenu-items.-root > li.ammenu-item:last-child { 
        order: 7;
    }
    body #ammenu-sidebar section.ammenu-account-section + .ammenu-drill-section ul.ammenu-items.-root > li.ammenu-item:nth-child(6) {
        order: 8;
    }
    body #ammenu-sidebar section.ammenu-account-section + .ammenu-drill-section ul.ammenu-items.-root > li.ammenu-item:nth-child(7) {
        order: 9;
    }
    body #ammenu-sidebar section.ammenu-account-section + .ammenu-drill-section ul.ammenu-items.-root > li.ammenu-item:nth-child(8) {
        order: 10;
    }
    
    body #ammenu-sidebar section.ammenu-account-section + .ammenu-drill-section ul.ammenu-items.-root > li.ammenu-item:nth-child(10) {
        order:11;
    }
    body #ammenu-sidebar section.ammenu-account-section+.ammenu-drill-section ul.ammenu-items.-root>li.ammenu-item:nth-child(12) {
        order: 12;
    }
}
