Untitled

mail@pastecode.io avatar
unknown
css
a year ago
12 kB
3
Indexable
Never
.eg-cart-totals #checkout-your-order-summary #your-order-summary-items,
.eg-cart-totals #checkout-your-order-summary #your-order-summary-items+tr.your-order-summary-items,
.eg-cart-items div#opc_products>h2,
.eg-expand-close:not(.eg-open) span.v-icon-minus,
.eg-expand-close.eg-open span.v-icon-plus,
.eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>br,
.eg-cart-items #gift_wrap>div.products.cart .cart-item .cart-separator,
.eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>.prices>div:nth-child(2),
#opc_your_order_li {
    display: none !important;
}

.eg-total-items-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eg-total-items-count p {
    margin-bottom: 0 !important;
}

.eg-expand-close {
    border: none !important;
    outline: none !important;
}

.eg-expand-close:not(.eg-open) span.v-icon-plus,
.eg-expand-close.eg-open span.v-icon-minus {
    display: inline-block !important;
}

.eg-expand-close span::before {
    font-weight: bold !important;
}

.eg-cart-items #gift_wrap>div.products.cart {
    margin-top: 18px !important;
}

.eg-cart-items #gift_wrap>div.products.cart .cart-item {
    display: flex !important;
}

.eg-cart-items #gift_wrap>div.products.cart .cart-item .image-wrapper {
    width: 61px !important;
    height: 61px !important;
    display: block;
    padding: 0 !important;
    margin-right: 20px !important;
}

.eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    align-content: flex-start !important;
    height: max-content !important;
}

.eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>a {
    display: block;
    position: static !important;
    width: 100% !important;
}

.eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>.prices>div:nth-child(1) {
    justify-content: flex-start !important;
    padding-bottom: 3px !important;
}

.eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>.prices {
    padding-top: 4px !important;
}

.eg-cart-items #gift_wrap>div.products.cart .cart-item+.cart-item {
    margin-top: 14px !important;
}

html body .eg-cart-items #checkout-sub-total {
    background: transparent !important;
    padding: 0 !important;
}

html body .eg-cart-items #gift_wrap .cart-products {
    margin-bottom: 15px !important;
}

html body .eg-cart-items #checkout-sub-total td>.row {
    display: flex;
    flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

html body .eg-cart-items #checkout-sub-total td>.row>div:nth-child(1) .coupon-input-wrapper {
    padding: 12px 0px !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
}

html body .eg-cart-items #checkout-sub-total td>.row>div:nth-child(1) {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

html body .eg-cart-items #checkout-sub-total td>.row>div:nth-child(1)>div.opc_coupon {
    margin-bottom: 0 !important;
}

html body .eg-cart-items #checkout-sub-total td>.row>div:nth-child(1)>div.opc_coupon button[title="Apply Coupon"] {
    height: max-content !important;
    margin-top: 0 !important;
}

html body .eg-cart-items #checkout-sub-total td>.row>div:nth-child(1)>div.opc_coupon button[title="Apply Coupon"] span {
    display: block;
}

html body .eg-cart-items #checkout-sub-total td>.row>div:nth-child(1)>div.opc_coupon button[title="Apply Coupon"] span span {
    padding: 14px 20px 13px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

html body .eg-cart-items #checkout-sub-total td>.row>div:nth-child(1) .coupon-input-wrapper>div:nth-child(2) {
    display: flex;
    align-items: flex-end !important;
}

html body .eg-cart-items #checkout-sub-total td>.row>div:nth-child(1) .coupon-input-wrapper>div:nth-child(1) input {
    min-height: unset !important;
    height: unset !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

html body .eg-cart-items #checkout-sub-total td>.row>div:nth-child(1) .coupon-input-wrapper>div:nth-child(1) label[for="coupon"] {
    font-size: 16px !important;
    font-family: 'Mallory' !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

html body .eg-cart-items #checkout-sub-total td>.row>div:last-child>div {
    display: none !important;
}

html body .eg-cart-items #checkout-sub-total td>.row>div:last-child>div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex !important;
    padding-top: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

html body .eg-cart-items #checkout-sub-total td>.row>div:last-child {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

html body .eg-cart-items #checkout-sub-total td>.row>div:last-child>div>div {
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}


html body .eg-cart-items #checkout-sub-total td {
    border: none !important;
}

html body .eg-cart-totals #your-order-summary-total>td {
    border-top: none !important;
}

html body .eg-tr>td {
    padding-bottom: 0 !important;
}

.eg-actions {
    padding-left: 30px !important;
    padding-right: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.eg-actions .eg-remove {
    font-size: 14px !important;
    text-decoration: underline;
    color: #000 !important;
    cursor: pointer;
}

.eg-actions .eg-qty {
    font-size: 16px !important;
}

.eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper {
    padding-top: 0 !important;
    padding-left: 0 !important;
}

div.eg-cart-totals #your-order-summary-total+tr * {
    font-size: 16px !important;
}

div.eg-cart-totals #your-order-summary-total+tr a:nth-of-type(1) {
    display: inline-block;
}

/* products show hide */
.eg-cart-totals .eg-tr:not(.eg-show-products) .eg-products {
    display: none !important;
}

.eg-cart-totals .opc-products-coupon {
    margin-top: 10px;
}

/* updated design css */
.eg-gift-avilable-title {
    font-size: 14px !important;
    font-weight: 300;
    font-family: 'Mallory' !important;
}

.eg-gift-avilable-title i {
    font-size: 19px !important;
    margin-left: 2px;
}

#your-order-summary-title>td>h3 {
    margin-bottom: 5px !important;
}

#your-order-summary-secure>td {
    padding-bottom: 10px !important;
}

/* gift wrapping */
.eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>.product-modifiers .gift-wrapping-example,
.eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>.product-modifiers .cart-contents-giftwrap-question a:not(.gift-wrapping-example) {
    display: none !important;
}

.eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>.product-modifiers .cart-contents-giftwrap {
    display: block !important;
    margin-top: 0 !important;
}

.eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>.product-modifiers .cart-contents-giftwrap .styled-checkbox label {
    background: white !important;
    border-radius: 2px !important;
    margin-bottom: 0 !important;
}

.eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>.product-modifiers .cart-contents-giftwrap>label,
.eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>.product-modifiers .cart-contents-giftwrap>span.price {
    font-size: 14px !important;
    text-transform: initial !important;
    margin-bottom: 0 !important;
}

.eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>.product-modifiers .cart-contents-giftwrap~.cart-contents-giftwrap {
    display: none !important;
}

.eg-cart-items .eng-type-mes {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.eg-cart-items .eng-type-mes img:nth-child(1) {
    margin-right: 4px !important;
}

.eg-cart-items .eng-type-mes img:nth-child(2) {
    margin-left: 5px !important;
}

.eg-cart-items .engraving-message.eg-show {
    display: block !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>.product-modifiers .cart-contents-giftwrap {
    order: -1 !important;
    margin-bottom: 0 !important;
}

.eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>.product-modifiers {
    display: flex;
    flex-direction: column;
}

.eg-cart-items .engraving-message textarea {
    max-width: 240px !important;
}

@media (min-width: 1025px) {
    .eg-cart-totals {
        position: absolute;
        right: 40px;
        top: 0;
        width: 35%;
    }
}

@media (min-width: 1025px) {
    .eg-cart-totals {
        height: 100%;
    }

    .eg-cart-totals .eg-checkout-account {
        display: none !important;
    }
}

@media(max-width:1024px) {
    html body .eg-cart-totals #your-order-summary-title h3 {
        text-align: start !important;
    }

    .eg-cart-totals #checkout-your-order-summary {
        padding: 15px !important;
    }

    #checkout-your-order-summary .product-modifiers {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>.product-modifiers .cart-contents-giftwrap>label,
    .eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>.product-modifiers .cart-contents-giftwrap>span.price {
        font-size: 11px !important;
    }

    .eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>.prices>div:nth-child(1) {
        font-size: 12px !important;
    }

    .eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>.prices>div:nth-child(1) span {
        width: 100% !important;
        text-align: start !important;
    }

    .eg-cart-items #gift_wrap>div.products.cart .cart-item .details-wrapper>div>.product-modifiers .cart-contents-giftwrap .styled-checkbox label {
        width: 14px !important;
        height: 14px !important;
    }

    .styled-checkbox input[type=checkbox]:checked+label:after {
        left: 7px !important;
        width: 5px !important;
        height: 12px !important;
        top: -2px !important;
    }

    #checkout-your-order-summary .product-modifiers textarea {
        border-color: initial !important;
    }

    .eg-gift-avilable-title {
        display: none !important;
    }
}

@media(max-width:428px) {
    html body .eg-cart-items #checkout-sub-total td>.row>div:nth-child(1) .coupon-input-wrapper>div:nth-child(2) {
        width: 55% !important;
        margin-left: 18px !important;
    }

    .styled-checkbox,
    .styled-radio {
        margin-right: 0 !important;
    }
}

/** removing border **/

.eg-cart-totals #checkout-your-order-summary>tbody>tr>td:nth-child(1)>table>tbody>tr:nth-child(3)>td:nth-child(1),
.eg-cart-totals #checkout-your-order-summary>tbody>tr>td:nth-child(1)>table>tbody>tr:nth-child(3)>td:nth-child(2) {
    border-top: none !important;
}

@media(max-width:382px) {
    html body .eg-cart-items #checkout-sub-total td>.row>div:nth-child(1) .coupon-input-wrapper>div:nth-child(1) label[for="coupon"] {
        font-size: 12px !important;
    }
}