@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto';
    font-style: normal;
}

h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    color: #171717;
    margin: 0;
}

.checkout-sec .breadcrumb-item::before {
    display: none;
}

.checkout-sec ol.breadcrumb.purple.lighten-4 {
    background: unset;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
}

.checkout-sec .checkout-logo {
    padding-bottom: 90px;
}

.checkout-sec a.black-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

.checkout-sec li.breadcrumb-item {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #757575;
}

.checkout-sec li.breadcrumb-item i {
    padding: 0px 20px;
}

.checkout-sec .account-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E1E1E1;
    padding: 47px 0px 22px;
}

.checkout-sec .account-text p {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #676767;
}

.checkout-sec .account-text a {
    text-decoration: underline;
    font-weight: 600;
    color: #676767;
}

.checkout-sec .form-control {
    padding: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #757575;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
}

.checkout-sec .checkbox-action {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #E1E1E1;
}
.payment-sec {
    padding-top: 30px;
}
.page-content, .entry-content, .entry-summary{
    margin: 0px !important;
}
.checkout-sec .email-text p {
    margin: 0;
    padding-left: 6px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #676767;
}

.checkout-sec .contact-detail {
    margin-bottom: 24px;
}

.checkout-sec .form-control:focus {
    box-shadow: none;

}

.checkout-sec .shipping-content {
    padding-top: 65px;
}

.checkout-sec .shipping-heading h4 {
    margin-bottom: 22px;
}

.checkout-sec .form-group {
    margin-bottom: 20px;
}

.checkout-sec select {
    width: 100%;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: unset;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #757575;
    outline: none;
    padding: 20px;
}

.checkout-sec .contact-info {
    padding-top: 67px;
    max-width: 734px;
}

.checkout-sec .summary-content {
    padding-top: 83px;
    max-width: 555px;
    margin: auto;
}

.checkout-sec .Item-text {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 12px;
}

.checkout-sec .Item-text p {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #171717;
    margin: 0;
}

.checkout-sec .summary-heading {
    margin-bottom: 40px;
}

.checkout-sec .student-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 23px;
}

.checkout-sec .custom-wrapper {
    display: flex;
    align-items: center;
}

.checkout-sec .student-img img {
    width: 100%;
}

.checkout-sec .student-img {
    max-width: 200px;
    width: 67%;
    margin-right: 12px;
}

.checkout-sec .student-data p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #171717;
}

.checkout-sec .search-bar input {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 20px;
    background: unset;
    outline: none;
    width: 100%;
}

.checkout-sec .search-bar button {
    background: #53170C;
    border-radius: 5px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 14px 42px;
    display: inline-block;
    margin-left: 12px;
    border: none;
}

.checkout-sec .search-bar {
    padding-top: 40px;
}

.checkout-sec .Subtotal-text {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.checkout-sec .enter-address {
    padding-top: 54px;
}

.checkout-sec .Subtotal-text p {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #171717;
    margin: 0;
}

.checkout-sec .Subtotal-text.view {
    border-top: 1px solid #E1E1E1;
    padding-top: 22px;
}

.checkout-sec .edit-cart {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
}

.checkout-sec .edit-cart-text {
    display: flex;
    align-items: center;
}

.checkout-sec .edit-cart-text p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #171717;
}

.checkout-sec .edit-cart-text i {
    padding-right: 12px;
}

.checkout-sec .cont-cta {
    padding: 16px 36px;
    background: #53170C;
    border: 2px solid #53170C;
    border-radius: 140px;
}

.checkout-sec .edit-btn a.cont-cta {
    border-radius: 5px !important;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    border: 1px solid;
}

.checkout-sec {
    padding-bottom: 154px;
}

.checkout-sec .edit-btn a.cont-cta:hover {
    background: none;
    color: #000;
    border: 1px solid #53170C;
    transition: 0.5s;
}

/*  */
/*  */
/*  */
.checkout-sec input[type="checkbox"]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.checkout-sec input[type="checkbox"] {
    position: relative;
    background: none;
    cursor: pointer;
    line-height: 0;
    border: 1px solid #E1E1E1;
    margin: 0 0.6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 26px;
    width: 26px;
    appearance: none;
    -webkit-appearance: none;
    opacity: .5;
}

.checkout-sec input[type="checkbox"]:checked {
    background-color: #53170C;
    opacity: 1;
}

.checkout-sec .address-name ul {
    list-style: none;
    padding-left: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #757575;
    margin: 0;
}

.checkout-sec .address-name {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
}

.checkout-sec .edit-button button {
    border: 1px solid #E1E1E1;
    border-radius: 5px !important;
    background: none;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #171717;
    outline: none;
}

.checkout-sec .express-days {
    display: flex;
    justify-content: space-between;
}

.checkout-sec .express-days p {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #171717;
}

.checkout-sec .shipping p {
    font-weight: 400;
    font-size: 16px;
    line-height: 37px;
    color: #000000;
    margin: 0;
    text-align: right;
    padding-left: 10px;
}

.checkout-sec .radio-btn {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    justify-content: end;
}

.checkout-sec .radio-btn.free strong {
    padding-left: 23px;
}

.checkout-sec .Contact-text h4 {
    margin-bottom: 10px;
}

.checkout-sec .card-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F5F5F5;
    border-radius: 5px;
    border-bottom: 1px solid #E1E1E1;
    padding: 22px 22px 22px 52px;
}

.checkout-sec .card-card {
    display: flex;
    align-items: center;
}

.checkout-sec .card-card p {
    margin: 0;
    padding-left: 10px;
}

.checkout-sec .box-img img {
    width: 100%;
}

.checkout-sec .card-form {

    border-radius: 5px;
    padding: 20px;
    background: #F5F5F5;
}

.checkout-sec .card-wrapper {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
}

.checkout-sec .bg-img input {
    background-image: url("../img/Group.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 25px;
}

.checkout-logo img {
    max-width: 250px;
}

body {
    position: relative;
}

.b0-bg {
    background: #EBEBEB;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    overflow: hidden;
}

.check-col {
    padding-right: 71px;
}

.search-bar .form-group {
    margin: 0px;
}

label.cust-radio input {
    position: absolute;
    width: 0px;
    height: 0px;
    opacity: 0;
}

label.cust-radio {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

span.radio-cus {
    position: absolute;
    top: 1px;
    left: -27px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #b6b0b0;
}

.cust-radio input:checked~.radio-cus {
    border: 1px solid #53170c;
}

span.radio-cus:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #53170c;
    display: none;
}

.cust-radio input:checked~.radio-cus:after {
    display: block;
}

/*input[name='update_cart'] {
   display: none !important;
}*/

/* OR TRY THIS */

/*button[name='update_cart'] {
   display: none !important;
}*/
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: auto !important;
    padding: 8px 36px 6px !important;
}

.woocommerce table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    width: auto;
}

.cart-collaterals table.shop_table tbody td {
    text-align: end !important;
}

.checkout-sec input[type="checkbox"] {
    border: 1px solid #53170c !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


button.plus {
    background-color: transparent;
    border: 0px;
    padding: 0px;
	font-size:20px;
	cursor:pointer;
}

button.minus {
	background-color: transparent;
    border: 0px;
    padding: 0px;
    font-size: 30px;
	cursor:pointer;
} 

.cat-wrapper input.input-text.qty.text {
    border: 0px;
}

.cat-wrapper {
    width: 100px;
}


/*table.woocommerce-cart-form__contents td.actions {
    display: none;
}*/
.woocommerce-cart .entry-header h1.entry-title {
    display: none;
}

aside#secondary {
    display: none;
}

/* .woocommerce-checkout header {
    display: none;
}
 */
.woocommerce-checkout .entry-header h1.entry-title,
.woocommerce-shop .entry-header h1.entry-title {
    display: none;
}

.shipping-form input.input-text,
.shipping_address input.input-text {
    padding: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #757575;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    display: block;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.shipping-form span.woocommerce-input-wrapper,
.shipping_address span.woocommerce-input-wrapper {
    width: 100%;
}

.billing-data {
    display: none;
}

p.img-txt {
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: inherit;
    color: #171717;
    width: 13%;
	padding-left:3px;
}
/*.product-quantity{
    font-size: 12px;
} */
 td.product-name {
    display: flex;
} 

.cart_totals.calculated_shipping h2 {
    color: #000;
}

.woocommerce-checkout.woocommerce-order-received header {
    /* display: none; */
    display: block !important;
}

.woocommerce-checkout.woocommerce-order-received footer {
    display: block !important;
}

.payment-sec {
    display: none;
}

/* .woocommerce-checkout footer {
    display: none;
} */

.woocommerce-checkout .woocommerce table.shop_table {
    border: 0px !important;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot th {
    border-top: 0px !important;
}

.woocommerce-checkout .woocommerce table.shop_table td {
    border-top: 0px !important;
}

.woocommerce-checkout .woocommerce table tfoot tr.order-total th,
.woocommerce-checkout .woocommerce table tfoot tr.order-total td {
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
}

.woocommerce-checkout .woocommerce table tbody tr.cart_item td {
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
}

.woocommerce-checkout-review-order-table th.product-total,
.woocommerce-checkout-review-order-table td.product-total,
.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
}

.woocommerce-account header.entry-header .entry-title {
    display: none;
}

.login-sec ul {
    list-style: none;
}

.login-sec ul li.woocommerce-MyAccount-navigation-link {
    padding: 10px;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.login-sec ul li a {
    color: #000 !important;
}

.login-sec ul li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #53170c !important;
}

.login-sec ul li a:visited {
    color: #000 !important;
}

.login-sec .col-md-9.suit-col {
    text-align: center;
    padding: 10px;
}

.f-wrap span.show-password-input {
    display: none;
}

.create-one {
    padding-top: 60px;
}

.woocommerce form.login {
    border: 0px !important;
    padding: 0px !important;
}

button.cont-cta.button:hover {
    border: 1px solid #53170c !important;
}

button.cont-cta.button {
    border-radius: 0px !important;
}

form.woocommerce-ResetPassword input[type="text"] {
    padding: 20px;
}

.woocommerce form.checkout_coupon {
    border: 0px !important;
}

.apply-btn .cont-cta {
    border-radius: 5px !important;
}

.apply-btn .cont-cta {
    border: 1px solid #53170c !important;

}

.woocommerce-account-fields {
    display: none;
}

mark.count {
    display: none;
}

h2.woocommerce-loop-category__title,
h2.woocommerce-loop-product__title {
    color: #444444;
    align-items: center !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 35px !important;
}

.row.cat-prdct {
    justify-content: center;
}

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

.cat-text h4 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 10px;
}

.cat-img img {
    width: 100%;
    padding: 15px;
}

.cat-text p {
    text-align: left !important;
}

span.select2-selection.select2-selection--single {
    width: 100%;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: unset;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    height: auto;
    color: #757575;
    outline: none;
    padding: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20px !important;
}

.pay-btn-a {
    display: flex;
}

.pay-btn-a .edit-btn {
    margin-left: 330px;
}

.custom-btn.edit-btn {
    text-align: center;
}

.custom-btn.edit-btn .cont-cta {
    border-radius: 5px !important;
}

.custom-btn.edit-btn .cont-cta:hover {
    border: 1px solid #53170c !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #53170c;
    color: #fff;
    margin: 0 5px;
    font-size: 16px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.woocommerce nav.woocommerce-pagination ul li a {
    background: #FFFFFF;
    border: 1px solid #ECEBE8;
    margin: 0 5px;
    border-radius: 100%;
    color: #939393;
    font-size: 16px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: 0px !important;
}

.col-md-4 {
    padding-bottom: 45px;
}

a.woocommerce-LoopProduct-link {
    pointer-events: none;
}

.banner-text a:visited {
    color: #fff !important;
}

.cat-sec .col-md-4 span.price {
    display: none;
}

section.error-404 h2.page-title {
    color: #000 !important;
    text-align: center;
    padding: 100px;

}

.mobile-check {
    display: none;
}

/* ======================= */
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    padding: 30px;
}

h4.woocommerce-order-details__title {
    margin-bottom: 30px;
}

tr.woocommerce-table__line-item.order_item a {
    color: #53170C;
}

.ricive-order-table {
    border: 1px solid #53170C !important;
}
ul.wc-item-meta > li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.woocommerce .woocommerce-customer-details address {
    height: 100%;
    padding: 20px;
    border: 1px solid #53170C;
    display: inline-block;
}


.woocommerce .woocommerce-customer-details address br {
    display: inline-block;
}

footer.entry-footer {
    padding-top: 60px;
}

a.post-edit-link {
    color: #53170c;
}

h4.woocommerce-column__title {
    margin-bottom: 30px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    color: #53170c;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    color: #53170c;
}
p#ship-to-different-address {
    padding-top: 20px;
}

table.shop_table.woocommerce-checkout-review-order-table form.checkout_coupon.woocommerce-form-coupon.form-inline .form-row-first {
    width: 65%;
}
table.shop_table.woocommerce-checkout-review-order-table form.checkout_coupon.woocommerce-form-coupon.form-inline .form-row-last {
    width: 35%;
    margin: 0;
}
table.shop_table.woocommerce-checkout-review-order-table form.checkout_coupon.woocommerce-form-coupon.form-inline .form-row-last button {
    width: 100%;
}
.woocommerce-shipping-fields p#ship-to-different-address {
   display: none;
}
#checkout_checkbox_field span.optional {
    display: none;
}
section.cart-sec .shop_table .product-name {
    border-bottom: 0;
}
section.cart-sec .shop_table .product-name h6{
	margin-bottom:0;
}
.woocommerce-order-details ul.wc-item-meta li:nth-child(11) {
    display: none;
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1440px;
    }
}

@media screen and (max-width: 1599px) {
    .checkout-sec .checkout-sec .checkout-logo {
        padding-bottom: 60px;
    }

    .checkout-sec .account-wrapper {
        padding: 27px 0px 22px;
    }

    h4 {
        font-size: 30px;
    }

    .checkout-sec .edit-btn a.cont-cta {
        font-size: 20px;
        padding: 12px 26px;
    }

    .b0-bg {
        width: 43%;
    }
}

@media screen and (max-width: 1399px) {
    .checkout-sec .Subtotal-text p {
        font-size: 14px;
    }

    .checkout-sec .form-control {
        padding: 18px;
    }

    .checkout-sec select {
        padding: 18px;
    }

    .checkout-sec .edit-btn a.cont-cta {
        font-size: 16px;
        padding: 10px 22px;
    }

    h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .checkout-sec .checkout-sec {
        padding-bottom: 120px;
    }

    .check-col {
        padding-right: 41px;
    }
    p.img-txt {
        width: 17%;
    }
    .page-id-9 .woocommerce table.shop_table td {
        padding: 6px 2px;
    }
    
   .page-id-9 .woocommerce-checkout .woocommerce table.shop_table tfoot th {
        padding: 5px;
    }
    
    .page-id-9 .woocommerce ul#shipping_method li label {
        font-size: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .cont-cta {
        padding: 5px 15px !important;
    }

    .checkout-sec {
        padding-bottom: 120px;
    }
    p.img-txt {
        width: 20%;
    }
}

@media screen and (max-width: 991px) {
    h2.woocommerce-loop-category__title,
    h2.woocommerce-loop-product__title {
        font-size: 12px !important;
    }

    .mobile-check {
        display: block;
    }

    .check-col {
        order: 2;
    }

    .checkout-sec .summary-content {
        max-width: 100%;
    }

    .desk-check {
        display: none;
    }

    .b0-bg {
        display: none;
    }

    .check-col {
        padding-right: 15px;
    }

    .checkout-sec {
        padding-bottom: 80px;
    }

    .checkout-sec .checkout-logo {
        padding-bottom: 60px;
    }

    form.form-inline .form-group {
        margin: 0px;
    }

    .checkout-sec .search-bar input {
        padding: 15px 20px;
    }

    .checkout-sec .search-bar button {
        padding: 10px 30px;
        font-size: 18px;
    }

    /*.woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 50%!important;
    }*/
    button#update_cart_btn {
        margin-top: 50px !important;
        float: left;
    }
	.id-img{
		width:210px;
	}
    .id-img img {
        width: 100%;
        max-width: 210px;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: auto !important;
        padding: 8px 9px 6px !important;
        font-size: 14px;
    }
    .coupon button.cont-cta.button.wp-element-button {
        padding: 8px 18px !important;
    }
}

@media screen and (max-width: 767px) {

    h2.woocommerce-loop-category__title,
    h2.woocommerce-loop-product__title {
        font-size: 16px !important;
    }

    .checkout-sec li.breadcrumb-item i {
        padding: 0px 10px;
    }

    .checkout-sec .checkout-logo {
        padding-bottom: 50px;
    }

    .checkout-sec .contact-info {
        padding-top: 45px;
    }

    .checkout-sec .checkout-logo {
        padding-bottom: 30px;
    }

    .checkout-sec .edit-btn a.cont-cta {
        font-size: 16px;
        padding: 8px 12px;
    }

    .checkout-sec .shipping-content {
        padding-top: 40px;
    }

    .checkout-sec {
        padding-bottom: 70px;
    }

    .checkout-sec .custom {
        margin-top: 20px;
    }

    .checkout-sec .summary-heading {
        margin-bottom: 30px;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 50% !important;
    }
   
}

@media screen and (max-width: 575px) {
    .cont-cta {
        padding: 10px 20px !important;
    }

    form.form-inline {
        flex-wrap: nowrap;
    }

    .checkout-sec .checkout-logo img {
        width: 100%;
    }

    .checkout-sec .edit-btn a.cont-cta {
        font-size: 14px;

    }

    .checkout-sec {
        padding-bottom: 50px;
    }

    .checkout-sec .address-name {
        padding: 15px;
    }

    .checkout-sec .edit-button button {
        padding: 8px 14px;
        font-size: 14px;
    }

    .checkout-sec .express-days {
        flex-direction: column;
    }

    .checkout-sec .shipping p {
        text-align: start;
    }

    .checkout-sec .edit-cart {
        flex-direction: column;
    }

    .checkout-sec .edit-cart-text {
        margin-bottom: 15px;
    }

    button#update_cart_btn {
        margin-top: 50px !important;
    }
    .id-img img {
        width: 100%;
        max-width: 140px;
    }
    .id-text h6 {
        font-size: 14px;
    }
    .coupon button.cont-cta.button.wp-element-button {
        padding: 8px 10px !important;
    }
    .checkout-sec .search-bar input {
        padding: 19px 6px;
        font-size: 10px;
    }
	table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-name .student-img img {
		width: 250px;
	}
	.shipping-form input.input-text, .shipping_address input.input-text {
		padding: 15px;
	}
}



footer.site-footer .foot-links {
    margin: 0px;
}

footer.site-footer .nav-link {
    padding: 0px;
    color: #fff;
}

ol,
ul {
    margin: 0;
}



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

table.cat-table .id-wrapper .id-img img {
    width: 100%;
    vertical-align: middle;
    height: auto;
}

table.cat-table .id-wrapper .id-text a {
    color: inherit;
}