@font-face {
    src: url("../fonts/PFSquareSansPro-Regular.woff");
    font-family: PeridotPERegular;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    src: url("");
    font-family: PFSquareSansProItalic;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    src: url("");
    font-family: PFSquareSansProBold;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    src: url("");
    font-family: PFSquareSansProBoldItalic;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    src: url("");
    font-family: PFSquareSansProMedium;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    src: url("../fonts/PeridotPE-Regular.woff2") format('woff2'),
    url("../fonts/PeridotPE-Regular.woff") format('woff');
    font-family: PeridotPERegular;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    src: url("../fonts/PeridotPE-SemiBold.woff2") format('woff2'),
    url("../fonts/PeridotPE-SemiBold.woff") format('woff');
    font-family: PeridotPESemiBold;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    src: url("../fonts/PeridotPE-Bold.woff2") format('woff2'),
    url("../fonts/PeridotPE-Bold.woff") format('woff');
    font-family: PeridotPEBold;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    src: url("")format('woff2'),
    url("")format('woff');
    font-family: PeridotPEExtraBold;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    src: url("")format('woff2'),
    url("")format('woff');
    font-family: PeridotPEBoldItalic;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    src: url("")format('woff2'),
    url("")format('woff');
    font-family: PeridotPEExtraBoldItalic;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    src: url("")format('woff2'),
    url("")format('woff');
    font-family: PeridotPEItalic;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    src: url("")format('woff2'),
    url("")format('woff');
    font-family: PeridotPESemiBoldItalic;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    src: url("")format('woff2'),
    url("../fonts/BTCosmo-Bold.woff")format('woff');
    font-family: BTCosmoBold;
    font-style: normal;
    font-weight: 400;
}


.container {
    max-width: 1300px !important;
}
.eshopCart.container,
.eshopPage.container {
    max-width: 1270px !important;
}
.fade:not(.show) {
    opacity: 1 !important;
}
.minicart_coupon_position :focus-visible {
    outline: 0 !important;
}
.eshopPage :focus-visible {
    outline: 0 !important;
}
.eshopPage button:focus {
    outline: 0 !important;
}
.minicart_coupon_position button:focus {
    outline: 0 !important;
}
.desktopVs {
    display: block !important;
}

.mobileVs {
    display: none !important;
}
.mh-27 {
    height: 27px !important;
    min-height: 27px !important;
}
.mh-70 {
    min-height: 70px !important;
}
.dark-blue-color {
    color: #3E5567;
}
@media screen and (max-width: 1000px) {
    main .desktopVs {
        display: none !important;
    }

    main .mobileVs {
        display: block !important;
    }
}

@media screen and (max-width: 1366px) {
    .cartItemAlignment {
        display: block !important;
    }
    .cartItemAlignment .w-350, .cartItemAlignment .w-950 {
        margin: auto !important;
    }
}

.w-950 {
    width: 950px;
    max-width: 950px;
    min-width: 950px;
}
.w-350 {
    width: 350px;
    max-width: 350px;
    min-width: 350px;
    padding-left: 25px;
}

h1, h2, h3, h4, h5, h6, label, p {
    margin-bottom: 0 !important;
}

p {
    margin: 0 !important;
}

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

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

.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-05 {
    margin-bottom: 5px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.ml-05 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.pt-10 {
    padding-top: 10px;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}

.ff-reg {
    font-family: PeridotPERegular;
}

.ff-med {
    font-family: PeridotPESemiBold;
}

.ff-bold {
    font-family: PeridotPEBold;
}

.justify-content-space-between {
    justify-content: space-between;
}

.cart-page-title {
    text-align: left;
    font-size: 32px;
    font-family: PeridotPEBold;
    color: #3E5567;
}

.cart-item {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    min-height: 132px;
    width: 100%;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.eshopPage .dark-green {
    color: #36b22d;
}

.eshopPage .shopping-cart-prices .shopping-cart-price-tag-right-margin {
    margin-right: 3%;
}

.eshopPage .shopping-cart-prices .shopping-cart-price-tag {
    width: 110px;
    height: 56px;
    background-color: #EDFFEB;
    border: 1px solid #BDE8BB;
    border-radius: 10px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-evenly !important;
    margin-top: 16px;
}

.eshopPage .shopping-cart-prices .shopping-cart-price-tag-header {
    width: 100%;
    font-family: PeridotPESemiBold;
    line-height: 11px;
    font-size: 11px;
}

.eshopPage .shopping-cart-prices .shopping-cart-price-tag-body {
    width: 100%;
    font-family: PeridotPESemiBold;
    line-height: 20px;
    font-size: 18px;
}

.eshopPage .extra-small-font {
    font-size: 14px;
    text-decoration: none;
}

.eshopPage .dark-text {
    color: #3e5567;
}

.eshopPage .center-align {
    text-align: center;
}

.eshopPage .regular-font {
    font-size: 18px;
    text-decoration: none;
}

.eshopPage .dark-green-text {
    color: #36b22d;
}

.eshopPage .shopping-cart-prices .shopping-cart-price-tag-body .unit {
    font-size: 20px;
}

.eshopPage .shopping-cart-prices .shopping-cart-price-tag-body .decimal,
.eshopPage .shopping-cart-prices .shopping-cart-price-tag-body .measure {
    font-size: 14px;
}

.eshopPage .x-close-icon-blue {
    content: "";
    background-image: url("");
    background-size: contain;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
}

.eshopPage .right-inner-space {
    padding: 5px;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.eshopPage .right-inner-space:focus {
    border: 2px solid black !important;
}

.eshopPage .tangible-image {
    max-width: 113px;
    max-height: 113px;
}

.eshopPage .tangible-brand {
    font-size: 14px;
    font-family: PeridotPERegular;
    color: #3E5567;
    margin-top: 14px;
    line-height: 28px;
}

.eshopPage .tangible-name {
    font-size: 18px;
    font-family: PeridotPESemiBold;
    color: #3E5567;
    line-height: 16px;
}

.eshopPage .program-image {
    max-width: 60px;
    max-height: 70px;
    margin-top: 20px;
}

.eshopPage .program-brand {
    font-size: 20px;
    font-family: BTCosmoBold;
    color: #36B22D;
    margin-top: 14px;
    line-height: 20px;
}

.eshopPage .program-name {
    font-size: 20px;
    font-family: BTCosmoBold;
    color: #00A5E3;
    line-height: 20px;
}

.eshopPage .minicart_coupon_position {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
}

.eshopPage .minicart_coupon_input {
    width: 75%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #707070;
    height: 31px;
    font-size: 12px;
    font-family: PeridotPERegular;
    color: #3E5567;
    padding-left: 10px;
}

.minicart_coupon_button,
.eshopPage .minicart_coupon_button {
    background: #004B87;
    border: 1px solid #004B87;
    font-size: 12px;
    line-height: 28px;
    font-family: PeridotPERegular;
    color: #FFFFFF;
    width: 25%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
}

.eshopPage .complete-order-button {
    width: 100%;
    height: 45px;
    background: #36b22d;
    border: 1px solid #36b22d;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#couponButton_desk.active{
    background: #004B87;
    border: 1px solid #004B87;
    pointer-events: auto;
    opacity:1;
}

#couponButton_mob.active{
    background: #004B87;
    border: 1px solid #004B87;
    pointer-events: auto;
    opacity: 1;
}

#couponButton_desk{
    pointer-events: none;
    background: #000000;
    border:1px solid #000000;
    opacity:0.35;
}

#couponButton_mob{
    pointer-events: none;
    background: #000000;
    border: 1px solid #000000;
    opacity:0.35;
}

.eshopPage .complete-order-button:hover {
    background: #006D29;
    border: 1px solid #006D29 ;
}

.eshopPage .complete-order-button-text {
    font-family: PeridotPESemiBold;
    font-size: 22px;
    color: #FFFFFF !important;
    line-height: 41px;
    text-decoration: none !important;
}

.eshopPage .total-prices-box {
    width: 301px;
    min-height: 270px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 3px #6F787696;
    border-radius: 10px;
    padding: 20px 8px 10px 8px;
}

.eshopPage .total-prices-box-title {
    text-align: left;
    font-size: 20px;
    font-family: PeridotPESemiBold;
    color: #3E5567;
    opacity: 1;
    margin-bottom: 3px;
    line-height: 22px;
}

.eshopPage .total-prices-box-label {
    text-align: center;
    font-size: 12px;
    font-family: PeridotPERegular;
    color: #3E5567;
    margin-top: 15px;
}

.eshopPage ul.img-list > li,
.eshopPage ul.img-list > .collapse li {
    list-style-image: none;
    font-size: 18px;
    font-family: PeridotPERegular;
    line-height: 24px;
    padding: 6px 0px;
    color: #3E5567;
}

.eshopPage ul.img-list > .collapse li {
    list-style-image: none;
    font-size: 18px;
    font-family: PeridotPERegular;
    line-height: 24px;
    padding: 6px 0px;
}

.eshopPage .characteristics-container {
    max-width: 350px;
}

.eshopPage .characteristics-container ul {
    padding: 0 !important;
}

.eshopPage .characteristics-container ul.img-list>li img,
.eshopPage .characteristics-container ul.img-list> .collapsing li img,
.eshopPage .characteristics-container ul.img-list> .collapse li img {
    width: 25px;
    height: 25px;
}

.eshopPage .characteristics-container .media img {
    margin-right: 8px;
}

.eshopPage .softBundleContainer {
    height: 78px;
    width: 400px;
    background-color: #EDFFEB;
    margin-bottom: 50px;
}

.eshopPage .softBundleContainer_img {
    width: 62px;
    height: 62px;
    margin-top: 0 !important;
}

.eshopPage .softBundleContainer_label {
    font-family: PeridotPERegular;
    color: #3E5567;
    font-size: 16px;
    line-height: 28px;
}

.eshopPage .softBundleContainer_product_label {
    font-size: 16px;
    font-family: PeridotPESemiBold;
    color: #3E5567;
    line-height: 18px;
}

.eshopPage .softBundleContainer_initialPrice {
    text-align: center;
    font-size: 12px;
    font-family: PeridotPERegular;
    color: #3E5567;
    line-height: 14px;
    text-decoration: line-through;
}

.eshopPage .softBundleContainer_finalPrice {
    text-align: center;
    font-size: 20px;
    font-family: PeridotPESemiBold;
    color: #36b22d;
    line-height: 21px;
}

.eshopPage .plus_container {
    left: 54%;
    position: absolute;
    top: 120px;
}

.eshopPage .plus_container_tangible {
    left: 48%;
    position: absolute;
    top: -9.5%;
}

.eshopPage .plus_vertical_line {
    background-color: #47B14B;
    width: 2px;
    height: 12px;
    display: inline-block;
    transform: translateX(-7.5px);
}

.eshopPage .plus_horizontal_line {
    background-color: #36b22d;
    width: 2px;
    height: 12px;
    display: inline-block;
    transform: translateX(-8.5px);
    transform: rotate(90deg) translateY(14px);
}

.eshopPage .expand-button {
    width: 105px;
    height: 25px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 13px;
    display: flex;
    text-align: center;
}

.eshopPage .ribbonexpand {
    width: 100%;
}

.eshopPage .expand-button-text {
    font-size: 14px;
    font-family: PeridotPESemiBold;
    color: #36b22d;
    padding-right: 5px;
}

.eshopPage a.ribbonexpand[aria-expanded=false] > span:before {
    content: attr(data-content-expand);
}

.eshopPage a.ribbonexpand[aria-expanded=true] > span:before {
    content: attr(data-content-collapse);
}

.eshopPage a.ribbonexpand[aria-expanded=true] > img {
    transform: rotate(180deg);
}

.eshopPage .add-top-border {
    border-top: 0.5px solid #CECECE;
    border-radius: 0;
}

.eshopPage .quantityUpDown {
    width: 51px;
    /*height: 32px;*/
    /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
    border: 1px solid #C5C5C5;
    border-radius: 7px;
    font-size: 18px;
    font-family: PeridotPERegular;
    color: #3E5567;
    padding-left: 8px;
    appearance: none;
    margin-top: 30px;
    outline-width: 0px;
}
.eshopPage .quantity-nav {
    margin-top: 30px;
    position: relative;
}
.eshopPage .quantity-button {
    position: relative;
    cursor: pointer;
    border: none;
    width: 22px;
    padding: 0;
    background: transparent;
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;height: 16px;
}
.eshopPage .quantity-button > img {
    position: absolute;
    width: 10px;
    height: 5px;
}
.eshopPage .quantity-button > #arrowUpSlider{
    top: 8px;
    right: 5px;
    transform: rotate(180deg);
}
.eshopPage .quantity-button > #arrowDownSlider{
    top: 2px;
    right: 5px;
}
.cart-item-prices-mobile {
    display: flex;
    justify-content: space-around;
    height: 45px;
    background: #EDFFEB 0% 0% no-repeat padding-box;
    border-radius: 5px;
    margin: 0px 8px 8px 8px;
}
.desktopVs .shopping-cart-element-description-buttons.delete-btn {
    min-width: 28px;
    padding-top: 5px;
}
.plus-container {
    position: absolute;
    top: -6px;
    left: 50%;
}
.plus-img-size {
    width: 13px;
    height: 11px;
}
.total-prices-box-position {
    justify-content: start !important;
    margin: 0 10px !important;
}
.error-msg-with-icon {
    min-height: 27px;
    background: #F8D4CC;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 12px;
    font-family: 'PeridotPERegular';
    color: #FF6868;
    align-items: center;
    padding: 0 10px;
}

.success-msg-without-icon {
    min-height: 27px;
    background-color: #EDFFEB;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 12px;
    font-family: 'PeridotPERegular';
    color: #36b22d;
    align-items: center;
    padding: 0 10px;
    font-weight: bold;
    justify-content: center;
}

.error-msg-with-icon.cartPage {
    margin-top: -13px;
}
.error-msg-with-icon.cartPage-minicart {
    margin-top: -10px;
    margin-bottom: 10px;
    width: 98%;}
.error-msg-with-icon > img {
    width: 18px;
    height: 18px;
}
.error-msg-with-icon > span {
    padding-left: 5px !important;
    max-width: 94%;
    line-height: 1;
}
.error-msg-with-icon > span a{
    text-decoration: underline;
    color: inherit;
}
@media screen and (max-width: 1000px) {
    .w-95 {
        width: 95% !important;
    }

    .mobile-title-div {
        display: flex;
        justify-content: center;
        margin-top: 12px !important;
    }

    .eshopCart .cart-page-title {
        font-size: 22px;
        font-family: PeridotPESemiBold;
    }

    .eshopPage.mobileVs .tangible-image {
        max-width: 58px;
        max-height: 58px;
        margin-top: 10px;
    }

    .eshopPage.mobileVs .tangible-brand {
        font-size: 12px;
        line-height: 20px;
        margin-top: 8px;
    }

    .eshopPage.mobileVs .tangible-name {
        font-size: 14px;
    }

    .eshopPage.mobileVs .quantityDropdown-arrow {
        right: 10px;
        top: 71%;
    }

    .mobileVs .cart-item {
        flex-direction: column;
        margin: 20px 10px 15px 10px;
        justify-content: space-between;
    }

    .mobileVs .shopping-cart-element-description-buttons {
        text-align: right;
        min-width: 46px;
    }

    .mobileVs .right-inner-space {
        padding-right: 0;
    }

    .mobileVs .quantityUpDown {
        width: 41px;
        height: 25px;
        margin: 10px 5px 0px 0px;
        border: 0.5px solid #C5C5C5;
        border-radius: 5px;
    }

    .eshopPage .quantity-button {
        font-size: 18px;
        line-height: 21px;
        font-weight: bold;
    }

    .mobileVs .shopping-cart-price-tag {
        margin-top: 0 !important;
        height: inherit !important;
    }

    .mobileVs .total-prices-box .shopping-cart-price-tag {
        width: 90px;
        height: 55px !important;
        background: #EDFFEB 0% 0% no-repeat padding-box;
        border-radius: 10px;
    }

    .mobileVs .shopping-cart-price-tag-header {
        font-size: 12px;
        font-family: PeridotPESemiBold;
        line-height: 16px;
        margin-top: 3px;
    }

    .mobileVs .cart-item-prices-mobile-divider {
        display: flex;
        align-self: center;
        height: 34px;
        border: 1px solid #EDF8EE;
    }

    .eshopPage.mobileVs .program-image {
        width: 40px;
        height: 40px;
        margin-top: 15px;
    }

    .eshopPage.mobileVs .program-brand {
        font-size: 14px;
        line-height: 16px;
    }

    .eshopPage.mobileVs .program-name {
        font-size: 18px;
        line-height: 16px;
    }

    .eshopPage.mobileVs .programLabel {
        font-size: 12px;
        margin-top: 5px;
        line-height: 12px;
        padding: 0 0 0 3px;
    }

    .mobileVs .characteristics-container {
        margin-top: 20px;
    }

    .mobileVs .media {
        font-size: 14px !important;;
    }

    .mobileVs .softBundleContainer {
        display: flex;
        align-self: center;
        height: 63px;
        width: 95%;
        border-radius: 5px;
        margin: 0px 8px 8px 8px;
    }

    .mobileVs .softBundleContainer_label {
        font-size: 12px;
        line-height: 20px;
    }

    .mobileVs .softBundleContainer_product_label {
        font-size: 14px;
    }

    .eshopPage.mobileVs .softBundleContainer_img {
        width: 48px;
        height: 48px;
        margin-top: 0 !important;
    }

    .eshopPage.mobileVs .plus_container_tangible {
        left: 53%;
        top: -13px;
    }

    .eshopPage.mobileVs .plus_vertical_line {
        transform: translateX(-7px);
    }

    .eshopPage.mobileVs .total-prices-box {
        width: 100%;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 3px #6F787696;
    }

    .eshopPage.mobileVs .add-top-border {
        border-top: 0.5px solid #CECECE;
        border-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .eshopPage .quantity-nav {
        height: 0;
        margin-top: 0;
    }

    .eshopPage .quantity-button > #arrowUpSlider {
        top: -31px;
        right: -37px;
    }

    .eshopPage .quantity-button > #arrowDownSlider {
        top: -21px;
        right: -11px;
    }
    .eshopPage .quantityUpDown {
        font-size: 14px;
    }
    .gift-section {
        width: 100%;
        margin: 0px 10px;
    }

    .shopping-cart-body .gift-section {
        margin: 0;
    }
}

@media screen and (min-width: 730px) and (max-width: 1000px) {
    .mobileVs .softBundleContainer {
        width: 98%;
    }

    .mobileVs .media {
        font-size: 16px !important;
    }

    .eshopPage.mobileVs .program-image {
        max-width: 50px;
        max-height: 55px;
    }

    .eshopPage.mobileVs .programLabel {
        font-size: 12px;
    }

    .eshopPage.mobileVs .softBundleContainer_img {
        width: 55px;
        height: 55px;
        margin-top: 0 !important;
    }

    .mobileVs .softBundleContainer_label {
        font-size: 14px;
        line-height: 20px;
    }

    .eshopPage.mobileVs .tangible-image {
        max-width: 70px;
        max-height: 70px;
    }

    .eshopPage.mobileVs .tangible-brand {
        font-size: 14px;
    }

    .eshopPage.mobileVs .tangible-name {
        font-size: 16px;
    }

    .eshopPage.mobileVs .quantityDropdown-arrow {
        top: 60%;
    }

    .eshopPage.mobileVs .total-prices-box, .eshopPage.mobileVs .squareBanner {
        width: 400px;
    }

    .mobileVs .total-prices-box .shopping-cart-price-tag {
        width: 120px;
    }
}

@media screen and (min-width: 530px) and (max-width: 750px) {
    .mobileVs .softBundleContainer {
        width: 97%;
    }

    .eshopPage.mobileVs .total-prices-box, .eshopPage.mobileVs .squareBanner {
        width: 400px;
    }

    .mobileVs .total-prices-box .shopping-cart-price-tag {
        width: 120px;
    }

    .gift-container .gift-radio-button {
        width: 7%;
    }

    .gift-container .gift-image {
        width: 10%;
    }
}

@media screen and (max-width: 529px) {
    .mobileVs .softBundleContainer {
        width: 95%;
    }
    .gift-container .gift-radio-button {
        width: 9%;
    }
    .gift-container .gift-image {
        width: 12%;
    }
}

.header-button-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    font-family: PeridotPESemiBold;
}

.header-button-wrap .header-link-item {
    box-shadow: none;
    cursor: pointer;
    margin-top: 25px;
}

.header-button-wrap
.header-link-item.shopping-cart-cta
.shopping-cart-link
.shopping-cart-total {
    position: absolute;
    right: -7px;
    top: -6px;
    background: #36b22d;
    border-radius: 50%;
    padding: 2px;
    min-width: 13px;
    min-height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 2px #00000029;
    font-family: PeridotPESemiBold;
    color: #fff;
    line-height: 7px;
    font-size: 8px;
}
.minicartCheckout .header-link-item.shopping-cart-cta .shopping-cart-total {
    top: -16px !important;
}
.header-button-wrap .header-link-item.shopping-cart-cta .shopping-cart-link {
    position: relative;
}

.popover .arrow:before {
    border-color: transparent;
}

.shopping-cart .light-green-text {
    color: #36b22d;
}

.shopping-cart .dark-green-text {
    color: #36b22d;
}

.shopping-cart .white-text {
    color: #fff;
}

.shopping-cart .gray-text {
    color: #8b9cae;
}

.shopping-cart .dark-text {
    color: #3e5567;
}

.shopping-cart .extra-x-small-font {
    font-size: 10px;
    text-decoration: none;
}

.shopping-cart .extra-small-font {
    font-size: 14px;
    text-decoration: none;
}

.shopping-cart .small-font {
    font-size: 14px;
    text-decoration: none;
}

.shopping-cart .regular-font {
    font-size: 18px;
    text-decoration: none;
}

.shopping-cart .large-font {
    font-size: 20px;
    text-decoration: none;
}

.shopping-cart .left-align {
    text-align: left;
}

.shopping-cart .center-align {
    text-align: center;
}

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

.shopping-cart .bolder {
    font-weight: 700;
}

.shopping-cart .shopping-cart-header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-family: PeridotPESemiBold;
    line-height: 16px;
    font-size: 16px;
}

.shopping-cart .shopping-cart-header-section {
    width: 50%;
}

.shopping-cart .shopping-cart-header-section .shopping-cart-close-button {
    cursor: pointer;
}


.shopping-cart .right-inner-space {
    padding-right: 10px;
    cursor: pointer;
}

.cartPage .shopping-cart .right-inner-space {
    margin-top: 10px;
}

.shopping-cart .shopping-cart-body .shopping-cart-element-img {
    width: 34%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shopping-cart .shopping-cart-body .shopping-cart-element-description-buttons .right-inner-space {
    float: right;
}

.shopping-cart .shopping-cart-body .shopping-cart-element-description-brand {
    width: 100%;
    margin-bottom: 2px;
    font-family: PeridotPERegular;
    line-height: 12px;
    font-size: 12px;
}

.shopping-cart .shopping-cart-body .shopping-cart-element-description-name {
    width: 100%;
    max-width: 200px;
    margin-bottom: 3px;
    font-family: BTCosmoBold;
    color: #00A5E3;
    line-height: 18px;
    font-size: 14px;
}

.shopping-cart .shopping-cart-prices {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.shopping-cart .shopping-cart-prices .shopping-cart-price-tag {
    height: 100%;
    width: 30%;
    background-color: #f3f3f3;
}

.shopping-cart .shopping-cart-prices .shopping-cart-price-tag-header {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 3px;
    font-family: PeridotPESemiBold;
    line-height: 12px;
    font-size: 12px;
}

.shopping-cart .shopping-cart-prices .shopping-cart-price-tag-body .unit {
    font-size: 22px;
}

.shopping-cart .shopping-cart-prices .shopping-cart-price-tag-body .decimal,
.shopping-cart .shopping-cart-prices .shopping-cart-price-tag-body .measure {
    font-size: 18px;
}

img.product-img {
    max-width: 70px;
    max-height: 70px;
}

.header-button-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    font-family: PeridotPESemiBold;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
}

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

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

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

.col-5,
.col-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

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

.header__heading-bar.menu-mobile .header__heading-bar__logo{
    margin: 9px 10px;
}

.header__heading-bar__logo {
    background: url("") no-repeat;
    background-size: 100%;
    width: 135px;
    height: 42px;
    -o-object-fit: contain;
    object-fit: contain;
}

.header__heading-bar.menu-mobile {
    padding: 0;
    /*border-bottom: 1px solid #36B22D;*/
}

.header__heading-bar.menu-mobile :after {
    position: absolute;
    top: 118px;
    width: 102%;
    height: 2px;
    left: -15px;
    display: block;
    background: #E20074;
}

@media (max-width: 576px){
    .header__heading-bar.menu-mobile :after {
        position: absolute;
        top: 60px;
        width: 104%;
        height: 2px;
        left: -15px;
        display: block;
        background: #E20074;
    }
}

.new-header, .new-header .cart-icon-header .newMinicart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-header .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 0;
}
.new-header .minicartCheckout {
    padding-right: 15px !important;
    padding-bottom: 0;
}

@media (min-width: 1200px){
    .header__heading-bar .container {
        width: 1170px;
    }
}

@media (min-width: 1200px){
    .new-header .container {
        width: 1300px !important;
        max-width: 1300px !important;
    }
}

@media (min-width: 768px){
    .header__heading-bar__logo {
        width: 160px;
        height: 43px;
    }
}

@media (min-width: 992px){
    .header__heading-bar__logo {
        width: 221px;
        height: 59px;
    }
}

/* .footerselfrestyle {
    visibility: hidden;
} */

@media (max-width: 576px){
    .new-header .container {
        padding-right: 15px !important;
    }
}
.popover {
    border: none !important;
    width: 95%;
    max-width: 415px !important;
    margin-top: 25px !important;
    box-shadow: 0px 1px 22px #a1ebd996;
    border-radius: 16px !important;
}

.minicartCheckout .popover {
    margin-top: 13px !important;
}
@media (min-width: 992px) {
    .popover {
        margin-top: 30px;
    }
}

.popover-body {
    padding: 0 !important;
    cursor: default;
}

.shopping-cart {
    min-height: 210px;
    padding: 18px 17px 10px 17px;
    max-height: fit-content;
}

.shopping-cart .shopping-cart-body {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 28px;
    max-height: 45vh;
    overflow-y: auto;
    padding-right: 8px;
}

.shopping-cart .shopping-cart-body .shopping-cart-element {
    min-height: 97px;
    max-width: 391px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28px;
    padding-bottom: 5px;
    background: #F6F6F6;
    border-radius: 10px;
    position: relative;
    margin-right: 0;
}

.shopping-cart-body .shopping-cart-element:last-child {
    margin-bottom: 0 !important;
}

.shopping-cart-element-link,
.shopping-cart-element-link:hover,
.shopping-cart-element-link:focus,
.shopping-cart-element-link:active,
.shopping-cart-element-link:visited {
    text-decoration: none;
    outline: none;
    font-family: BTCosmoBold;
    color: #00A5E3 !important;
}

.shopping-cart .shopping-cart-body .shopping-cart-element-img {
    width: 25%;
    height: 89px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}

.shopping-cart .shopping-cart-body .shopping-cart-element-description {
    width: 75%;
}

.shopping-cart .shopping-cart-body .shopping-cart-element-description-buttons {
    width: 100%;
    margin-bottom: 11px;
    right: 0 !important;
    top: 0 !important;
}

.x-close-icon-green {
    content: "";
    background-image: url("../images/x-icon-dark-green.svg");
    background-size: contain;
    color: #36b22d;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
}

.x-close-icon-blue {
    content: "";
    background-image: url("");
    background-size: contain;
    width: 7px;
    height: 7px;
    background-repeat: no-repeat;
}

.shopping-cart .shopping-cart-body .shopping-cart-element-description-buttons .black-button-small,
.shopping-cart .shopping-cart-body .shopping-cart-element-description-buttons .azure-button-small,
.shopping-cart .shopping-cart-body .shopping-cart-element-description-buttons .dark-green-button-small {
    font-family: PeridotPESemiBold;
    line-height: 10px;
    font-size: 10px;
}

.shopping-cart .shopping-cart-body .shopping-cart-element-description-brand {
    width: 100%;
    font-family: BTCosmoBold;
    color: #36B22D;
    line-height: 12px;
    font-size: 12px;
}

.shopping-cart .shopping-cart-body .shopping-cart-element-description-name {
    width: 100%;
    font-family: BTCosmoBold;
    color: #00A5E3;
    line-height: 18px;
    font-size: 18px;
}

.shopping-cart .shopping-cart-body .shopping-cart-element-description-title {
    width: 100%;
    margin-bottom: 5px;
    font-family: PeridotPERegular;
    line-height: 10px;
    font-size: 10px;
}

.shopping-cart .shopping-cart-body .shopping-cart-element-description-price {
    font-family: PeridotPESemiBold;
    line-height: 18px;
    font-size: 18px;
}

.shopping-cart .shopping-cart-body .shopping-cart-element-description-original {
    width: 100%;
    font-family: PeridotPERegular;
    line-height: 11px;
    font-size: 11px;
}

.shopping-cart .shopping-cart-body .shopping-cart-element-description-original .original-fullprice {
    text-decoration: line-through;
}

.shopping-cart .shopping-cart-body .empty-message {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PeridotPESemiBold;
    line-height: 20px;
    font-size: 20px;
    flex-direction:column;
}

.shopping-cart .shopping-cart-body .empty-message .center-align{
    margin-bottom:30px;
    color: #3E5567;
}

.shopping-cart .shopping-cart-body .empty-message-populated {
    display: none;
}

.shopping-cart .shopping-cart-prices .shopping-cart-price-tag {
    width: 119px;
    height: 56px;
    background-color: #EDFFEB;
    border-radius: 10px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-evenly !important;
}

@media screen and (max-width: 415px) {
    .shopping-cart .shopping-cart-prices .shopping-cart-price-tag {
        width: 105px;
    }
}

@media screen and (max-width: 398px) {
    .shopping-cart .shopping-cart-prices .shopping-cart-price-tag {
        width: 95px;
    }
}

@media screen and (max-width: 374px) {
    .shopping-cart .shopping-cart-prices .shopping-cart-price-tag {
        width: 90px;
    }
}

.shopping-cart .shopping-cart-prices .shopping-cart-price-tag-header {
    width: 100%;
    font-family: PeridotPESemiBold;
    line-height: 14px;
    font-size: 14px;
}

.shopping-cart .shopping-cart-prices .shopping-cart-price-tag-body {
    width: 100%;
    font-family: PeridotPESemiBold;
    line-height: 20px;
    font-size: 18px;
}

.shopping-cart .shopping-cart-prices .shopping-cart-price-tag-body .unit {
    font-size: 20px;
}

.shopping-cart .shopping-cart-prices .shopping-cart-price-tag-body .decimal,
.shopping-cart .shopping-cart-prices .shopping-cart-price-tag-body .measure {
    font-size: 14px;
}

.shopping-cart .shopping-cart-prices .shopping-cart-price-tag-wider {
    width: 34%;
}

.shopping-cart .complete-order-button {
    width: 100%;
    margin-top: 14px;
}

.shopping-cart .shopping-cart-bottom {
    width: 100%;
    margin-top: 14px !important;
    margin-bottom: 18px !important;
    font-family: PeridotPERegular;
    line-height: 12px;
    font-size: 12px;
    color: #3E5567;
}
.shopping-cart .learn_more_button {
    width: 100%;
    height: 45px;
    background: #36b22d 0% 0% no-repeat padding-box;
    border: 1px solid #36b22d;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.shopping-cart .learn_more_button_txt {
    font-family: PeridotPESemiBold;
    font-size: 24px;
    color: #FFFFFF !important;
    line-height: 45px;
    text-decoration: none !important;
}
.minicart_coupon_position {
    display: flex;
    flex-direction: row;
    margin-bottom: 23px;
}
.minicart_coupon_input {
    width: 74%;
    background: #FFFFFF;
    border: 0.5px solid #707070;
    height: 31px;
    font-size: 12px;
    font-family: PeridotPERegular;
    color: #3E5567;
    padding-left: 10px;
}

.shopping-cart-body::-webkit-scrollbar {
    width: 4px;
}
.shopping-cart-body::-webkit-scrollbar-thumb {
    background-color: #d7d8d6;
    outline: 1px solid #f0f0f0;
    border-radius: 4px;
}
.shopping-cart-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f6f6f6;
    border-radius: 3px;
}
.popover .popover-content {
    padding: 0 !important;
}
.popover.bottom>.arrow {
    display: none !important;
}
.position-relative {
    position: relative;
}
.comparison_top_tag {
    position: absolute;
    width: 93%;
    height: 16px;
    top: -16px;
    left: 3%;
    background: #E20074;
    border-radius: 7px 7px 0 0;
    z-index: 1;
    text-align: center;
    font-size: 10px;
    font-family: PeridotPESemiBold;
    color: #FFFFFF;
    line-height: 16px;
    padding: 0 5px;
}
.shopping-cart-body > .position-relative {
    margin-top: 18px;
}
.border-top-1-grey {
    border-top: 1px solid #CECECE;
}
.border-radius-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.plus-container {
    position: absolute;
    top: -10px;
    left: 50%;
}
.gift-plus-with-3-items .plus-container {
    top: -8px;
}
.checkoutPage .plus-container,
.mobileVs .plus-container {
    top: -7px;
}
.plus-img-size {
    width: 13px;
    height: 13px;
}
.extraClassForPlusBundle .plus-container {
    top: -7px;
}
.new-footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background: url("") no-repeat 100% 0;
    background-size: 75%;
}

.new-footer .otelogocenter {
    max-width: 140px;
}

.tangible-buy-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.desktopVs .listing-top-tag {
    position: absolute;
    width: 51%;
    height: 20px;
    top: -20px;
    left: 2%;
    background: #E20074;
    border-radius: 7px 7px 0 0;
    z-index: 1;
    text-align: center;
    font-size: 12px;
    font-family: PeridotPESemiBold;
    color: #FFFFFF;
    line-height: 20px;
    padding: 0 5px;
}

.mobileVs .listing-top-tag {
    position: absolute;
    width: 93%;
    height: 20px;
    top: -20px;
    left: 3%;
    background: #E20074;
    border-radius: 7px 7px 0 0;
    z-index: 1;
    text-align: center;
    font-size: 12px;
    font-family: PeridotPESemiBold;
    color: #FFFFFF;
    line-height: 20px;
    padding: 0 5px;
}

.rateplan-specs-extra.collapse.in {
    display: block !important;
}

#cartPageItems .empty-message{
    display:
            flex;
    justify-content: center;

    flex-direction: column;
    align-items: center;
}

#cartPageItems lottie-player{
    width: 555px;
    height: 382px;
    opacity:0.4;
}
#cartPageItems .empty-message span{
    margin-bottom: -56px;
    margin-right: 135px;
    width: 404px;
    height: 16px;
    font-size: 24px;
    color: #3e5567;
    font-family: PeridotPESemiBold;
}

.shopping-cart .shopping-cart-body .empty-message lottie-player{
    opacity:0.4;
}


#mobileCartPageItems .empty-message{
    display:
            flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 71px;
    margin-bottom: 20px;
}

#mobileCartPageItems lottie-player{
    width: 100%;
    height: 270px;
    opacity:0.4;

}

#mobileCartPageItems .empty-message span{
    margin-bottom: -56px;
    margin-right: 135px;
    font-family: PeridotPESemiBold;
    font-size: 20px;
    color: #3e5567;
}
.gift-section {
    padding-bottom: 1px;
}
.gift-section-label {
    font-size: 14px;
    font-family: PeridotPERegular;
    color: #3E5567;
    margin: -20px 0 10px 0;
}
.mobileVs .gift-section-label {
    margin: -5px 0 10px 0;
}
.gift-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.gift-item .plus-container {
    position: absolute;
    top: -8px;
    left: 50%;
}
.gift-section .gift-item:last-child{
    margin-bottom: 20px;
}
.gift-container {
    height: 78px;
    background: #EDFFEB;
    display: flex;
    position: relative;
}
.mobileVs .gift-container {
    height: 85px;
}
.gift-radio-button {
    display: flex;
    width: 5%;
    justify-content: center;
}
.gift-image {
    display: flex;
    align-self: center;
    justify-content: center;
    width: 6%;
}
.gift-image img{
    max-width: 64px;
    max-height: 64px;
}
.gift-name {
    font-size: 16px;
    font-family: PeridotPESemiBold;
    color: #3E5567;
    line-height: 1;
    margin-right:  5px;
}
.gift-bullet-color-list {
    display: flex;
    min-height: 18px;
    align-items: center;
    margin-bottom: 2px;
}
.gift-bullet-color-list ul{
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    height: 13px;
}
.gift-bullet-color-list ul li{
    float: left;
    margin: 2px;
}
.gift-bullet-color-list ul li span{
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
}
.gift-bullet-color-list ul li span.selected{
    border: 1px solid #707070;
}
.gift-out-of-stock-label {
    font-size: 12px;
    min-height: 12px;
    font-family: PeridotPERegular;
    color: #F21616;
    line-height: 1;
}
.gift-section [type="radio"]:checked,
.gift-section [type="radio"]:not(:checked) {
    display: none;
}

.gift-section [type="radio"]:checked + label,
.gift-section [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}

.gift-section [type="radio"]:checked + label:before,
.gift-section [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 34px;
    width: 14px;
    height: 14px;
    border: 0.5px solid #3E5567;
    border-radius: 100%;
    background: #fff;
}

.gift-section [type="radio"]:checked + label:after,
.gift-section [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #3E5567;
    position: absolute;
    top: 36px;
    left: 12px;
    border-radius: 100%;
}

.gift-section [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.gift-section [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.border-top-1-grey {
    border-top: 1px solid #CECECE;
}
.gift-plus-with-3-items {
    position: relative;
    margin-bottom: 15px;
}
.gift-selection-with-3-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gift-selection-with-3-items .gift-item {
    width: 300px;
}
.gift-selection-with-3-items .gift-radio-button {
    width: 12%;
}
.gift-selection-with-3-items .gift-image {
    width: 18%;
}

.shopping-cart-body .gift-radio-button {
    display: flex;
    width: 5%;
    justify-content: center;
}

.shopping-cart-body .gift-image {
    display: flex;
    align-self: center;
    justify-content: center;
    width: 15%;
}

.tangible-quantity {
    font-size: 12px;
    font-family: 'PeridotPERegular';
    margin-right: 20px;
    color: #3e5567;
}

.checkoutpage .shopping-cart-body .gift-image {
    width: 20%;
}
@media screen and (max-width: 450px){
    .gift-container .gift-radio-button {
        width: 12%;
    }
    .gift-container .gift-image {
        width: 16%;
    }
}
@media screen and (max-width: 540px){
    #mobileCartPageItems {
        justify-content: center;
    }

}

@media screen and (max-width: 400px) {
    #mobileCartPageItems lottie-player {
        width: 90%;
        height: 230px;
    }

    #mobileCartPageItems .empty-message {
        margin-bottom: 10px;
    }

    #mobileCartPageItems .empty-message span {
        font-size: 18px;
    }
}

input[type=number] {
    -moz-appearance: textfield !important;
}

.header-link-item.shopping-cart-cta .shopping-cart-link img {
    width: 31px !important;
    height: 26px !important;
}

.newLogo .new-cosmote-logo{
    width: 250px;
    /*height: 59px;*/
}

.newLogo .new-T-logo{
    width: 150px;
    height: 59px;
}

@media screen and (max-width: 650px) {
    .new-footer {
        background: none;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .newLogo .new-cosmote-logo{
        width: 130px;
        /*height: 30px;*/
    }
}

@media screen and (max-width: 767px) {
    .newLogo .new-T-logo{
        width: 70px;
        height: 30px;
    }
}

.newMetaFooter-icon {
    display: flex;
    height: 35px;
    align-self: center;
}

.newMetaFooter-icon-mob .T-logo-footer-mob {
    height: 24px;
    width: 80px;
}

.isBusinessHubPage {
    background: #fff !important;
}

.isBusinessHubPage .container.footer-bottom-line {
    margin-right: 0;
    max-width: 87% !important;
    padding: 0;
}

.isBusinessHubPage .d-flex.h-100 {
    max-height: 55px !important;
    height: 55px !important;}

.newMetaFooter-thread {
    background: #E20074;
    background-size: cover;
    padding: 0;
    border-top-left-radius: 50px;
}

.newMetaFooter-icon img{
    max-width: 150px;
    height: 24px;
    width: 106px;
}

.new-header .container .cart-logo-container{
    display:flex;
    align-items:center;
    margin:10px;
}

.newLogo {
    /* margin: 10px; */
}

.footer-bottom-wrapper.mob .icon-style {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.perks{
    text-align: left;
    font: normal normal normal 14px/18px 'PeridotPERegular';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.quantity-button-override{
    transform:translateX(0%)!important;
}
.quantityUpDown-override{
    /*background-color: #EDFFEB!important;*/
    border:0px !important;
    padding:0px !important;
    margin:0px !important;
    text-align: center;
    width:32px !important;
}
.quantity-wrapper {
    border-radius: 7px;
    background-color: #EDFFEB!important;
    border: 1px solid #BDE8BB;
    padding: 0 4px;
}

.cart-free-delivery{
    text-align: center;
    font: normal normal normal 12px/24px PeridotPERegular;
    letter-spacing: 0px;
    color: #3E5567;
    opacity: 1;
    margin-top:10px;
}
.w-100{
    width:100%;
}

@media screen and (max-width: 430px){
    .quantity-button-override{
        width:auto !important;
    }
    .quantityUpDown-override{
        width:15px;
    }
    .spacer{
        padding-right:5px !important;
    }
}

slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 90%;
}

.draggable {
    width: 100%;
    /*max-height: 150px!important;*/
}

.slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
}

.accessoriesCard {
    width: 265px !important;
    height: 102px;
    margin: 7px;
    background: #FFFFFF;
    border: 2px solid #A1EBD996;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 24px;
    border-radius: 10px;
}

.main-container.desktop {
    display: flex;
    width: 880px;
    height: 130px;
    margin: 0px auto;
    z-index: 10;
    align-items: center;
    justify-content: space-between;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-next {
    right: -22px;
}
.slick-next:before, .slick-prev:before {
    background-size: 50px 50px;
    display: inline-block;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-prev {
    left: -30px;
}
.slick-prev:before {
    background-image: url("");
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-top: -7px;
}
.slick-next:before {
    background-image: url("");
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-top: -7px;
}
.cross-sell-carousel-item {
    display: flex;
    /*width: 360px!important;*/
    transform: translateX(5px);
}
.accessoriesCard-header-img {
    max-width: 25%;
    max-height: 60%;
    margin-top: 7%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.cross-sell-firsthalfcard {
    display: flex;
    width: 202px;
    flex-direction: column;
    /*margin-left: 5%;*/
}
.accessoriesCard-header {
    font-size: 13px;
    text-align: left;
    color: #000000;
    margin-top: 3%;
    min-height: 55px;
    max-height: 55px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.cross-sell-secondhalfcard {
    justify-content: space-between;
    align-items: center;
    padding-right: 5px;
    margin-top: 2%;
}
.accessoriesCard-price {
    font-size: 18px;
    font-weight: 600;
}
.accessoriesCard-add-button {
    background: #fff;
    color: #37B22E;
    font-size: 0.8rem;
    border: 1px solid #37B22E;
    border-radius: 10px;
    padding: 2px 10px;
    text-decoration: none;
    cursor: pointer;
    display: block;
}
.accessoriesCard-add-button:hover {
    background: #37B22E;
    color: #fff;
    text-decoration: none;
}
.accessoriesCard-remove-button {
    background: #37B22E;
    color: #fff;
    font-size: 0.9rem;
    border: 1px solid #37B22E;
    border-radius: 10px;
    padding: 4px 3px;
    text-decoration: none;
    cursor: pointer;
    display: none;
}
.arrow-style {
    width: 100px;
    height: 100px;
}
.pair-Label {
    width: 1108px;
    margin: 0px auto;
}
.outer-cartPage-container {
    padding-bottom: 10px;
    padding-top:20px;
}
@media screen and (max-width: 1000px) {
    .arrow-style {
        width: 50px;
        height: 50px;
    }
    .right-arrow, .left-arrow {
        width: 50px;
        height: 50px;
    }
    .outer-cartPage-container.desktop{
        display:none !important;
    }
    .main-container.desktop{
        display:none !important;
    }

    .main-container.mobile{
        display: flex;
        width: 86%;
        height: 150px;
        margin: 0px auto;
        z-index: 10;
        align-items: center;
        justify-content: space-between;
    }

    .slick-next {
        right: -24px;
    }

    .pointerUp.mobile{
        content:url("../images/arrow-accordion-black.svg");
    }
    .pointerDown.mobile{
        content:url("");
    }
    .cross-sell-carousel-item {
        width: 360px!important;
    }
}

@media (max-width: 465px) {
    .cross-sell-carousel-item {
        transform: translateX(28px);
    }
}

@media (max-width: 391px) {
    .cross-sell-carousel-item {
        transform: translateX(15px);
    }
}

@media (max-width: 376px) {
    .cross-sell-carousel-item {
        transform: translateX(8px);
    }
}

@media (max-width: 361px) {
    .cross-sell-carousel-item {
        transform: translateX(3px);
    }
}

.pointerUp, .pointerDown {
    height: 16px;
    cursor:pointer;
}

.pointerUp.desktop{
    content:url("../images/arrow-accordion-black.svg");
}
.pointerDown.desktop{
    content:url("");
}

.eshopCartOriginalPrice{
    text-decoration:line-through;
    text-align: center;
    font: normal normal normal 10px/12px Peridot PE;
    letter-spacing: 0px;color: #000000;
    opacity: 1;
    top: 300px;
    left: 1531px;
    width: 75px;
    height: 12px;
}
/*Styles for gift card for cart page */
.main-container-gift.desk {
    display: flex;
    width: 880px;
    height: 100px;
    margin: 0px auto;
    z-index: 10;
    justify-content: space-between;
}
.giftCard {
    height: 78px;
    background: #EDFFEB;
    display: flex;
    width: 265px;
    margin: 7px;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 24px;
    border-radius: 10px;
}
.giftImageCard {
    width: 25%;
    max-width: 25%;
}
.giftCardHeader {
    width: 202px !important;
    margin-top: 0px !important;
}
.giftNameCard {
    font-size: 12px;
    text-align: left;
    color: #000000;
    margin-top: 3%;
    min-height: 36px;
    max-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: PeridotPERegular;
}
.giftOutOfStockCard {
    font-size: 11px;
}
.main-container-gift .border-top-1-grey {
    border-top: none;
}
.main-container-gift .gift-item .plus-container {
    display: none;
}
.eshopPage .main-container-gift .giftCardNumber {
    display: none !important;
}
.main-container-gift .gift-item .giftCard .gift-radio-button {
    width: 22px;
}
#cartPageItems .gift-section .gift-section-label {
    margin: 10px 0 10px 0;
    font-weight: bold;
    font-family: PeridotPERegular;
    font-size: 1.1rem;
    color: #000;
}
@media screen and (max-width: 1000px) {
    .main-container-gift.desk {
        display: none !important;
    }
    .giftCard {
        width: 265px;
    }
    .main-container-gift.mob {
        display: flex;
        width: 78%;
        height: 100px;
        margin: 0px auto;
        z-index: 10;
        align-items: center;
        justify-content: space-between;
    }
    .main-container-gift.mob .slick-next {
        right: -30px;
    }
    .main-container-gift.mob .slick-prev {
        left: -40px;
    }
    .cross-sell-carousel-item-gift {
        width: 360px!important;
    }
    .giftCard .giftImageCard {
        width: 25%;
        max-width: 25%;
    }
    #mobileCartPageItems .gift-section {
        margin: 0;
    }
}

.combine-with-title{
    font-weight:bold;
    font-family:PeridotPERegular;
    font-size:1.1rem;
}

@media screen and (min-width: 576px) {
    .cart-header-height {
        height: 118px;
    }
}
.color-magenta {
    color: #E20074
}
.skiptocontent{
    position: absolute;
    left: 0px;
    top: -50px;
    background-color: #000 !important;
    color: #fff !important;
    transition: top 0.1s;
    padding: 0 5px;
}
.skiptocontent:focus {
    top: 0px;
}
.eshopPage .complete-order-button-text:focus, .eshopPage .tangible-brand a:focus, .eshopPage .tangible-name a:focus, .eshopPage .program-brand a:focus, .eshopPage .program-name a:focus {
    border: 2px solid black;
}
.eshopPage .quantity-button:focus {
    border: 2px solid black !important;
    height: 30px !important;
}
.continue_focus:focus {
    border: 2px solid black;
}
