aside#secondary {
    display: none;
}

.shopTable_inner,
.cartTotal_inner {
    box-shadow: unset !important;
}

.woocommerce-page main#primary {
    display: block;
}

.entry-content {
    padding: 20px 0px 30px 0px;
}

.woocommerce-page article.page {
    width: 100%;
    float: none;
    padding-left: 0px;
}

.woocommerce table.shop_table th {
    font-weight: 400;
    font-size: 14px;
}

input#coupon_code {
    width: 123px;
}

.woocommerce .coupon button {
    background-color: #0e202d;
    color: #ffffff;
    padding: 10px 15px;
}

.woocommerce .coupon button:hover {
    background-color: #0e202d;
    color: #ffffff;
}

td.actions button {
    background-color: #0e202d !important;
    color: #ffffff !important;
}

td.actions button:hover {
    background-color: #0e202d !important;
    color: #ffffff !important;
}

.woocommerce .cart_totals th {
    font-weight: 400 !important;
    padding-left: 0 !important;
}

tr.cart-discount.coupon-prøvepakke td,
tr.cart-discount.coupon-prøvepakke th {
    padding-top: 0;
}

tr.cart-discount.coupon-prøvepakke td {
    padding-top: 0 !important;
    text-align: right;
}

ul#shipping_method input {
    position: absolute;
    left: -9999px;
}

#shipping_method [type="radio"]+label {
    color: #000000;
    font-weight: 500;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#shipping_method [type="radio"]+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

#shipping_method [type="radio"]:checked+label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#shipping_method [type="radio"]:checked+label:before {
    background: #659fd8 !important;
}

.woocommerce tr.order-total th {
    font-weight: 700 !important;
}

.wc-proceed-to-checkout a {
    background-color: #22a027 !important;
    font-size: 18px !important;
    margin-top: 20px !important;
}

.woocommerce p.return-to-shop a {
    background-color: #0e202d;
    color: #ffffff;
    font-size: 16px;
    padding: .618em 1em;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
}

.woocommerce p.return-to-shop a:hover {
    background-color: #0e202d;
    color: #ffffff;
}

.woocommerce p.return-to-shop a {
    background-color: #0e202d;
    color: #ffffff;
}

.woocommerce-message {
    border: 0;
    font-size: 16px;
}

.woocommerce-cart .woocommerce-message::before {
    color: #0e202d;
}

.woocommerce-message a {
    color: #337ab7;
}

.catProPrice ins {
    background-color: transparent;
}

.catProPrice ins span {
    font-weight: 500;
}

.catProPrice span,
.catProPrice ins bdi {
    line-height: 20px;
    display: inline-block;
    font-size: 14px;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

.catProPrice ins span {
    color: red;
    font-weight: 700;
}

table.shop_table.shop_table_responsive tr th {
    vertical-align: top;
}

.catProPrice del span {
    text-decoration: line-through;
}


/*------ cart page css ----  */

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

.cartCol {
    padding: 0 7.5px;
}

.cartTotal {
    -webkit-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
    max-width: 40%;
    width: 100%;
}

.shoptable {
    -webkit-box-flex: 60%;
    -ms-flex: 60%;
    flex: 60%;
    max-width: 60%;
    width: 100%;
}

table.shop_table.shop_table_responsive tr th span.cart-discount-box {
    display: block;
    word-break: break-word;
}

.woocommerce .cartRow .cartCol table.shop_table td:first-child {
    text-align: left;
}

.woocommerce .cartRow .cartCol table.shop_table td:last-child {
    text-align: right;
}

.shopTable_inner,
.cartTotal_inner {
    width: 100%;
    padding: 30px;
    -webkit-box-shadow: 0 0 35px #efefef;
    box-shadow: 0 0 35px #efefef;
}

.woocommerce .cartRow .cartCol.shoptable table.shop_table {
    border: 0;
    margin: 0;
    text-align: left;
    width: 100%;
    border-radius: 0;
}

.woocommerce .cartRow .cartCol.cartTotal table.shop_table {
    border: 0;
    margin: 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
}

.woocommerce .cartRow .cartCol table.shop_table td {
    border-top: 0;
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

.woocommerce .cartRow .cartCol.cartTotal table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 0;
}

.applyCoupon {
    padding: 20px;
    -webkit-box-shadow: 0 0 35px #efefef;
    box-shadow: 0 0 35px #efefef;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.applyCoupon p {
    margin: 0;
}

.applyCoupon input#coupon_code {
    height: 48px;
    width: 70%;
    border-radius: 0;
    margin-right: 2px;
    padding: 10px;
}

.woocommerce .applyCoupon .coupon button {
    background-color: #0e202d;
    color: #ffffff;
    padding: 17px 28px;
    border-radius: 0;
    margin-left: 2px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 0;
    padding: 1em;
    border-radius: 0;
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
}

.couponBtn {
    background-color: #fff;
    color: #000;
    padding: 0 16px 0 0;
    font-size: 14px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.border-b1 {
    border-bottom: 1px solid #ccc;
}

.applyCoupon #CouponDropdown label {
    display: none;
}

.sidecart .shop_table.woocommerce-checkout-review-order-table {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
}

.couponBtn::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 14px;
    right: 20px;
    top: 20px;
    background-size: cover;
    background-image: url(../png/down-arrow.png);
}

.couponBtn.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.couponContent {
    display: none;
    background-color: #fff;
    margin-top: 15px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.couponActive {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 5px;
    flex-wrap: wrap;
}
.couponActive .coupon_add{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.couponActive .without_price_coupon{
    display: flex;
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;

}
.new-cart-section   .couponActive .without_price_coupon a{
    color: #337ab7;
    width: 112px;
    text-align: center;
}

.cart-discount-ck
{
    color: red;
}

.crossImg {
    width: 12px;
    height: 12px;
    background-image: url(../png/close.png);
    background-size: cover;
}

.woocommerce .cartRow .cartCol a.remove:hover {
    color: #fff !important;
    background: transparent;
}

.woocommerce .cartRow .cartCol a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: auto;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.woocommerce .cartRow .cartCol a.remove ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce .cartRow .cartCol a.remove p {
    margin: 0 0 0 10px;
    color: #bbb;
    font-weight: 400;
    font-family: "Poppins";
    font-size: 12px;
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd p,
dt {
    font-weight: 400;
    color: #6c6c6c;
    font-family: 'Poppins';
}

.quantity {
    text-align: right;
    margin-bottom: 40px;
}

span.offerPrice {
    color: red;
    font-weight: 400;
}

td.product-quantity {
    text-align: right;
}

.productTitle small.includes_tax {
    display: none;
}

.cart_totals table tr.vbill {
    display: none;
}

.expecteddeliver {
    width: 100%;
    -webkit-box-shadow: 0 0 35px #efefef;
    box-shadow: 0 0 35px #efefef;
    padding: 30px;
    margin-top: 15px;
}

.sub_total {
    width: 100%;
    -webkit-box-shadow: 0 0 35px #efefef;
    box-shadow: 0 0 35px #efefef;
    padding: 20px;
    margin-bottom: 15px;
    display: none;
}

.sub_total a {
    background-color: #22a027 !important;
    font-size: 16px !important;
    display: block;
    text-align: center;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 0;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
}

.slider {
    width: 100%;
    margin-top: 100px;
}

.expecteddeliver p::after {
    position: absolute;
    content: '';
    width: 29px;
    height: 22px;
    left: -36px;
    top: 0;
    background-image: url(../png/shipping_icon_undy.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.expecteddeliver h2,
.shopTable_inner h2 {
    font-weight: 700;
    margin: 0 0 20px 0;
    font-size: 24px;
    font-family: 'Poppins';
}

.expecteddeliver p {
    position: relative;
    margin: 0 0 0 38px;
    font-weight: 400;
    font-family: 'Poppins';
}

.woocommerce table.shop_table td.cartUpdate,
.woocommerce table.shop_table td.borderCart,
.woocommerce table.shop_table th.borderCart {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}

.cartRow .cartCol .wc-proceed-to-checkout {
    padding: 0;
}

dl {
    margin-top: 10px;
}

.rotate {
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.couponBtn.down {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 80px;
}

tr.order-total span.woocommerce-Price-amount.amount,
tr.cart-subtotal span.woocommerce-Price-amount.amount {
    text-decoration: none;
}

p.shipping {
    position: relative;
    margin: 20px 0 0 36px;
    font-weight: 500;
}

p.shipping::after {
    position: absolute;
    content: '';
    width: 29px;
    height: 22px;
    left: -36px;
    top: -2px;
    background-image: url(../png/shipping_icon_undy.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.textBold {
    font-weight: 800;
    text-transform: uppercase;
}

.new-cart-section .woocommerce .cart_totals th {
    font-weight: 400 !important;
}

.new-cart-section .sub_total {
    background-color: #fff;
}

.new-cart-section .applyCoupon {
    background-color: #fff;
    box-shadow: unset !important;
}

.new-cart-section .applyCoupon a {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins";
}

.new-cart-section .shopTable_inner,
.new-cart-section .cartTotal_inner {
    background-color: #fff;
}

.new-cart-section .cartTotal_inner {
    padding: 20px;
}

.new-cart-section .cartTotal_inner tr.cart-subtotal th {
    font-weight: 400 !important;
    padding-left: 0 !important;
    font-family: "Poppins";
}

.new-cart-section .cartTotal_inner tr.cart-subtotal td {
    text-align: right;
    font-weight: 400 !important;
}

.new-cart-section .cartTotal_inner tr.shipping td {
    text-align: right;
}

.new-cart-section .cartTotal_inner tr.shipping th {
    padding-left: 0 !important;
}

.new-cart-section .cartTotal_inner tr.shipping th,
.new-cart-section .cartTotal_inner tr.shipping td {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    font-weight: 400 !important;
    font-family: "Poppins";
}

.new-cart-section .cartTotal_inner .order-total td {
    text-align: right;
}

.new-cart-section .cartTotal_inner .order-total th {
    padding-left: 0 !important;
}

.new-cart-section .cartTotal_inner .order-total th,
.new-cart-section .cartTotal_inner .order-total td {
    border-top: 1px solid #ddd !important;
    font-family: "Poppins";
}

.new-cart-section .expecteddeliver {
    background-color: #fff;
    box-shadow: unset !important;
}

.new-cart-section input[type=number]::-webkit-inner-spin-button,
.new-cart-section input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.new-cart-section table.shop_table .catProPrice .woocommerce-Price-amount.amount bdi {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins";
    text-align: right;
}

.new-cart-section table.shop_table td.product-quantity .catProPrice span del {
    font-weight: 500;
}

.new-cart-section table.shop_table td.product-quantity span.offerPrice {
    color: red;
    font-weight: 400;
    font-size: 12px;
    font-family: "Poppins";
}

.new-cart-section table.shop_table td.product-quantity .catProPrice ins {
    font-size: 14px;
    font-weight: 700 !important;
    font-family: "Poppins";
    text-align: right;
    color: red;
}

.new-cart-section table.shop_table td.product-quantity .catProPrice ins bdi {
    font-weight: 700 !important;
}

.new-cart-section table.shop_table td.product-name dl.variation {
    margin-top: 0px;
}

.new-cart-section table.shop_table td.product-name b {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins";
}

td.actions.cartUpdate {
    display: none;
}

.backtocart {
    display: none;
}

.new-price-mobile {
    display: none;
}

.woocommerce .cartRow .cartCol table.shop_table td.product-name b a {
    color: #000;
}

/* gift card css  */

/* .add_gift_card_form
{
    display: none !important;
} */

.coupencode-open #coupon_error {
    margin: 0;
}

.coupen-form input[type="text"] {
    width: 100%;
    border: 1px solid #bcbcbc;
    padding: 13px 15px;
    border-radius: 0px;
}

.coupen-form input[type="text"]:focus {
    outline: 0px;
}

.coupencode-open {
    padding: 0px 20px;
    padding-bottom: 20px;
    display: none;
}

.coupen-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 5px;
    width: 100%;

}

.coupen-form input[type="submit"] {
    height: 48px;
    margin-left: 5px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 2px;
}

.error-msg {
    color: #ff0000;
    font-weight: bold;
}

.btn.btn-coupon {
    color: #fff;
    background: #0e202d;
    padding: 13px 25px;
    border-radius: 0;
    transition: .2s all ease;
    font-weight: bold;
    margin-left: 2px;
}

.is--error {
    box-shadow: inset 2px 0 0 #e2401c;
    background: #f9ecea;
    border-color: #e2401c !important;
}

.cart-discount.gift-card
{
    color: red;;
}
.price del span {
    text-decoration: line-through;
}