body {
    font-family: "Poppins", sans-serif;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

.theme-link {
    text-decoration: none;
}

.main-container {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
}


/***********Header***********/

header {
    padding: 15px 0;
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 10px -20px 50px 10px #ddd;
    z-index: 99;
}

.serch-icon {
    text-align: right;
}

.serch-icon ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: end;
}

.logo img {
    max-width: 66px;
}

.modal-dialog.popup-width-main {
    max-width: 100%;
    padding: 0 !important;
    margin: 0;
}

.modal-dialog.popup-width-main .modal-content {
    border-radius: 0;
}

.close-btn {
    position: absolute;
    top: 30px;
    right: 20px;
}

.cu-auto {
    cursor: pointer
}

.theme-btn {
    border: 1px solid #0f3cc9;
    text-decoration: none;
    padding: 10px 16px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    background: #0f3cc9;
    border-radius: 4px; font-size: 15px;
}

.shop-link a.underlined-link {
    text-decoration: none;
    color:#0f3cc9;
}

.shop-link a.underlined-link span {
    color: #000;
    background: #efefef;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    padding: 8px;
    border-radius: 50%;
    margin-right: 7px;
}

.shop-link a.underlined-link:hover {
    color:#0a2885;
}

.shop-link a.underlined-link:hover span {
    background: #ffb307;
    color: #fff;
}

.theme-btn:hover {
    background: #0a2885;
    color: #fff;
}

.serch-icon a {
    color: #000;
    background: #efefef;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    padding: 8px;
    border-radius: 50%;
}

.serch-icon a:hover {
    color: #0a2885;
}


/**************Card List************/

section.card-list {
    width: 100%;
    height: auto;
    float: left;
    background: #f4fbff;
    padding: 60px 0;
}

.book-label {
    position: absolute;
    left: 10px;
    padding: 7px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    top: 10px;
}

.stock {
    background: #fe0000;
}

.sell {
    background: #d8a910;
}

.new {
    background: #23b405;
}

.card-box { margin-top:25px; border: 1px solid #dcdcdc; border-radius:6px; 
}
.card-box:hover { margin-top:25px; border: 1px solid #fff; border-radius:6px; box-shadow: 0 0 20px rgba(161, 161, 161, 0.8);
}

.card-box a:hover img.display {
    display: none;
    transition: 0.8s
}

.card-box a img.hover-display {
    display: none;
    transition: 0.8s
}

.card-box a:hover img.hover-display {
    display: block;
}

.card-box img {
    max-width: 100%;
}

.card-info h3 {
    color: #1b2124;
    font-size: 15px;
    font-weight: 500;
    padding-top: 12px;
}

.card-box a:hover h3 {
    color: #1b2124;
}

.price {
    font-size:15px; font-weight: 600;
    color: #000;
}

span.line-through {
    font-size: 14px; font-weight: 400;
    color: #b4b4b4;
    text-decoration: line-through;
}

.card-box a {
    text-decoration: none;
    background: #fff;
    padding: 10px;
    display: block;
     border-radius: 6px;
}

footer {
    padding: 30px 0;
    width: 100%;
    display: inline-block;
}

footer p {
    margin: 0;
    font-size: 14px;
    color: #000000b0;
}

ul.policies {
    display: flex;
    gap: 15px;
    color: #000;
    font-size: 15px;
    justify-content: end;
}

ul.policies a {
    color: #595959;
    text-decoration: none;
}

ul.policies a:hover {
    color: #ffb307;
}


/***********CART************/

.quantity {
    display: flex;
    border: 1px solid #424242;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    max-width: 130px;
}

.quantity button {
    background: transparent;
    color: #252525;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}

.input-box {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
}

.cart-table {
    padding-top: 20px;
}


/* Hide the number input spin buttons */

.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box[type="number"] {
    -moz-appearance: textfield;
}

.cart-table img {
    max-width: 80px;
}

td.cart-item__details {
    padding: 0 20px;
}

a.product-title {
    text-decoration: none;
    display: block;
    color: #000;
}

.product-price {
    color: #919191;
    font-weight: normal;
}

table {
    width: 100%;
}

.cart-table thead tr {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.cart-table thead tr th {
    font-size: 14px;
    font-weight: normal;
    color: #686868;
    padding-bottom: 8px;
}

.cart-table td {
    padding-top: 20px;
}

.cart-table tbody tr.cart-item {
    border-bottom: 1px solid #ddd;
}

.cart-table tbody tr td {
    padding-bottom: 30px;
}

.estimated-sec {
    text-align: right;
    background: #fff;
    max-width: 460px;
    float: right;
    padding: 25px;
    margin-top: 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 30px 10px #0000000f;
}

.estimated-sec .totals__total-value {
    font-size: 18px;
    margin-top: -3px;
}

.estimated-sec small.tax-info {
    display: inline-block;
    padding: 10px;
}


/*******Checkout*******/

.check-out-form h4 {
    font-size: 18px;
    color:#0a2885;
}
.check-out-form h6{
    font-size: 18px;
    color:#0a2885;
}
.check-out-form p{ margin-bottom:5px; }

.contact-form select,
input {
    font-size: 14px;
    color: #252525;
}

.custom-accordion button.accordion-button:focus {
    box-shadow: none;
}

.custom-accordion button {
    font-size: 16px;
    align-items: center;
    padding: 0
}

.custom-accordion button .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.accordion-button::after {
    content: inherit !important;
}

.check-out-form input,
select {
    height: 53px !important;
    border: 1px solid #0f3cc9 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    color: #2f2f2f !important;
}
.check-out-form input,
select:focus {
    height: 53px !important;
    border: 1px solid #0a2885 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    color: #000 !important;
}

.check-out-form label {
    font-size: 14px;
}

.check-out-form .accordion-item label {
    padding: 20px 0;
}

.check-out-form input[type=checkbox] {
    height: 14px !important;
}

.check-out-form input[type=radio] {
    height: 14px !important;
}

img {
    max-width: 100%;
}

button.theme-btn.pay-btn {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 0;
}

button.theme-btn.pay-btn img {
    max-width: 90px;
}

.checkout-product-list {
    display: flex;
}

.checkout-product-list img {
    width: 90px;
}

.checkout-product-list .pr-img {
    padding-right: 10px;
    position: relative;
}

.right-sidebar {
    background: #fff;
    padding: 25px;
    height: 100%;
    position: sticky;
    border: 1px solid #ddd;
}

.pr-title {
    font-size: 14px;
    max-width: 100%;
    padding-left: 20px;
}

.p-name {
    font-size:15px;
}

.procuct-price {
    font-size:14px; font-weight:500; color:#0f3cc9;
}

.procuct-price del {
    font-size: 14px;
    color: #8e8e8e;
}

span.p-number {
    background: #272626;
    color: #fff;
    padding: 10px;
    width: 26px;
    height: 26px;
    display: block;
    font-size: 11px;
    line-height: 6px;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    right: 0;
}

.discount {
    display: flex;
    margin: 20px 0;
    gap: 15px;
}

input.form-control.apply-btn {
    width: 110px; color: #fff !important; border: 0px !important;
}

.checkout-product-list {
    display: flex;
    margin-top: 15px;
}

.total-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
.new_address .address-box .address-list p{ padding-bottom:0px !important; margin-bottom:0px !important;     line-height: 21px; font-weight: 500;}
.new_address .address-box .add_addres{ color:#0f3cc9; font-size:16px; margin-top:25px; cursor: pointer; text-decoration:none; line-height:20px; }
 .address-list_new{ background: #f5f5f5; margin-bottom: 20px;}

/***=============Login=============**/

.login-box {
    max-width: 560px;
    margin: auto;
    padding: 50px 30px;
    background: #fff;
    box-shadow: 0px 0px 20px 10px #0606061a;
    border-radius: 4px;
}

.login-box h3 {
    padding-top: 20px;
}

.login-box .form-control {
    height: 53px !important;
    border: 1px solid #0f3cc9;
    box-shadow: none !important;
    font-size: 14px !important;
    color: #2f2f2f !important;
}
.login-box .form-control:focus{
    height: 53px !important;
    border: 1px solid #0a2885;
    box-shadow: none !important;
    font-size: 14px !important;
    color: #000 !important;
}

.login-box img {
    max-width: 90px;
}
.login-box p {font-size: 14px; font-weight: 500; color:#797979;}

.resend-text {
    padding-top: 7px;
    font-size: 14px;
}

span.resend-link {
    color: #0f3cc9;
    cursor: pointer;
    font-weight: 500;
}

span.resend-link:hover {
    color: #0a2885;
}

.help-link {
    margin-top: 20px;
}

.help-link a {
    text-decoration: none;
    color: #0f3cc9;
    font-size: 15px;
    font-weight: 500;
}

.help-link a:hover {
    color: #0a2885;
}


/**********Contact***********/

ul.contact-list li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #343434;
}

ul.contact-list li a:hover {
    color: #ffb307;
}

ul.contact-list li a span {
    min-width: 32px;
}

ul.contact-list li {
    padding-bottom: 10px;
}

ul.contact-list {
    margin-top: 14px;
}


/*********Product Details*********/

#sync1 .item {
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    background: #c9c9c9;
    /* padding: 10px 0px; */
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .current .item {
    background: #0c83e7;
}

.owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}


/* animate fadin duration 1.5s */

.owl-carousel .animated {
    animation-duration: 1.5s !important;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 35px !important;
    height: 55px !important;
}

#sync1 svg {
    width: 22px !important;
}

.pr-details .price {
    font-size: 24px;
}
.pr-details h1{ font-size:22px; font-weight:500; }
.pr-details h6{ font-size:15px; font-weight:400; }
.pr-details h4{ font-size:17px; font-weight:500; }
button.theme-btn.pay-btn.fill-btn {
    background:#0f3cc9; color: #fff;
}

button.theme-btn.pay-btn.fill-btn:hover {
    background: #0a2885; color: #fff;
}

.full-details {
    background: #fff;
    margin-top: 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 10px #0606061a;
}

.courses-text {
    padding: 25px;
}

.full-details h3 {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}

.quantity.m-block {
    display: none;
}


/******Pagenation*****/

ul.pagenation-custom a {
    color: #313131;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    line-height: 31px;
    font-size: 13px;
}

ul.pagenation-custom a:hover {
    color: #ffb307;
}

ul.pagenation-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

a.icon-pagenation {
    display: grid !important;
    align-items: center !important;
    color: #000 !important;
    width: 35px !important;
    height: 35px !important;
}

a.icon-pagenation:hover {
    color: #ffb307 !important;
}

section.related-product {
    padding: 60px 0;
    float: left;
    width: 100%;
}
.related-product h5{ font-size:24px; font-weight:500; }
.card-box .card-img img {
    height: 290px;
    width: 100%;
    object-fit: cover;
}

div#sync2 .owl-stage-outer img {
    height: 110px;
    object-fit: cover;
    border-radius: 4px;
}

span.user-name {
    width: 100%;
    display: inline-block;
}


/******Dashbord*****/

.profile-menu {
    text-align: right;
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: end;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 1em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.profile-menu button.dropdown-toggle {
    background: #f5f5f5;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    color: #727272;
}

.profile-menu button.dropdown-toggle {
    background: #f5f5f5;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    color: #727272;
}

.profile-menu ul.dropdown-menu {
    border-radius: 4px;
}

.profile-menu ul.dropdown-menu a.dropdown-item:hover {
    background: transparent;
    color: #ffb307;
}

.profile-menu ul.dropdown-menu {
    padding: 0;
    border: none;
    box-shadow: 0px 2px 30px -1px #cacaca;
}

.profile-menu ul.dropdown-menu li a.dropdown-item {
    font-size: 14px;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
}

.no-order {
    text-align: center;
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    margin-top: 20px;
}
.no-order img{ margin-bottom: 18px; height: 200px;}

.no-order p {
    margin: 0;
}

.order-list {
    min-height: 60vh;
}


/*******Profile********/

.profile-name-show {
    display: flex;
    align-items: center;
    gap: 10px;
}
.profile-box p {color:#000; font-size:14px;  font-weight: 500;}
.profile-box p label{ color:#707070; font-size:14px; font-weight:400; }
 

.no-style.edit-icon {
    background:#fff;
    border: none;
    width:28px;
    height:28px;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    color:#0f3cc9;
    display: grid;
    align-items: center;
}

.no-style.edit-icon:hover {
    background:#fff;
    color:#0a2885;
}

.no-style.edit-icon span.material-symbols-outlined {
    font-size:14px;
}

.profile-show-edit input {
    height: 53px !important;
    border: 1px solid #a7a7a7 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    color: #7d7d7d !important
}

.no-address {
    background: #f4fbff;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
}

.address-list {
    border: 1px solid #fff;
    padding: 15px;
    margin-top: 20px;
    border-radius: 4px;
}
.address-list:hover{
    border: 1px solid #f5f5f5;
    background:#f5f5f5;
    padding: 15px;
    margin-top: 20px;
    border-radius: 4px;
}

.address-list p {
    font-size: 13px;
    padding-bottom: 4px;
}

span.no-btn button.edit-btn {
    background: #0f3cc9;
    border: none;
    width:28px;
    height:28px;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    color: #fff;
    display: grid;
    align-items: center;
}

span.no-btn button.edit-btn:hover {
    background: #0a2885;
    color: #fff;
}

span.no-btn button span {
    font-size:14px;
}

button.delete-btn {
    background: #ffd9d9;
    border: none;
    width:28px;
    height:28px;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    color: #727272;
    display: grid;
    align-items: center;
}

button.delete-btn span {
    font-size:14px;
}

button.delete-btn:hover {
    background: #ff0e0e;
}

button.delete-btn:hover span {
    color: #fff;
}

.select-address {
    margin-bottom: 10px;
}

.select-address input {
    height: auto !important;
}
.active-address {
    border: 1px solid #f5f5f5;}
.active-address:hover {
    border: 1px solid #f5f5f5;
    background: #f5f5f5; font-size: 14px;
}
.active-address .def-text { color:#707070; }

/*********Thank You*******/

.order-thank {
    display: flex;
    gap: 12px;
}

.order-thank p {
    margin: 0;
}

.order-thank h5 {
    margin: 0;
}

.order-thank span {
    font-size: 46px;
    color: #ffb307;
}

.order-map {
    background: #fff;
    padding: 10px;
    border-radius: 6px; margin-top: 13px;
}

.count{    position: absolute;
    background: #0a2885;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #fff;
    margin: -7px 0px 0px -4px;}
.order-map p {
    margin: 0;
}

p.cc-inline {
    display: flex;
    gap: 5px;
}

.order-details-list {
    margin-top: 30px;
    background: #fff;
    padding: 20px 15px;
    border-radius: 6px;
}

.total-item.radio-btn {
    justify-content: start;
    align-items: center;
}

.check-out-form .accordion-item input {
    margin-left: -14px;
}

.cart-table.no-order tr td {
    font-size: 13px;
    text-align: left;
    padding: 9px 3px !important;
}

.cart-table.no-order th.caption-with-letter-spacing {
    text-align: left;
}

button.delete-btn.cart-delete {
    position: absolute;
    top: 9px;
    width: 30px;
    height: 30px;
    background: #ff1818;
}

button.delete-btn.cart-delete span {
    font-size: 19px;
    color: #fff;
}

.checkout-product-list button.delete-btn.cart-delete {
    left: -7px;
    top: -11px;
}

.processing {
    background: #ffc249;
    padding: 2px 12px;
    text-align: center;
    border-radius: 24px;
    font-size: 12px;
}

.cancel {
    background: #f70000;
    padding: 2px 12px;
    text-align: center;
    border-radius: 24px;
    font-size: 12px;
    color: #fff;
}

.completed {
    background: #5dd10a;
    color: #fff;
    padding: 2px 12px;
    text-align: center;
    border-radius: 24px;
    font-size: 12px;
}