.page-heading h3 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
  padding-top: 0px;
  margin-top: 0;
}

.cart-Box.desktop_view {
  background: #fff;
  border: solid 1px #F5F5F5;
  border-radius: 10px;
  padding:10px 20px;
}

.cart-Box .table > thead > tr > th {
  border-bottom: none !important;
  color: #767676 !important;
  text-transform: capitalize;
  font-size: 14px !important;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  padding: 10px;
}
.cart-Box .table > thead > tr > th:first-child, .cart-Box .table tr > td:first-child {
padding-left:0px !important;
}

.cart-image-product {
  width: 50px;
  text-align: left !important;
  border-radius: 5px;
  border: solid 1px #F5F5F5;
  height: 50px;
  overflow: hidden;
}
.cart-image-product img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cart-Box .table-striped tbody tr:nth-of-type(2n){
background: #fff;
}

.cart-Box table.table tr td .Price-cart {
  width: auto !important;
}
.cart-Box table.table tr td{
padding:10px;
}

table {
  border-collapse: inherit !important;
}

.table td {
  border-top: 1px solid #EDEDED !important;
}
.cart-Box table.table tr td .quantity {
  position: relative;
  width: 100px;
}
.cart-Box table.table tr td .product-heading > p, .cart-Box table.table tr td .Estimated-Delivery > p {
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  display: block;
}


.cart-Box table.table tr td .delete-cart {
  width: auto;
  text-align: center;
}
.delete-cart a {
  font-size: 14px;
  font-weight: 600;
  color: #005695;
}
.cart-Box table.table tr td .delete-cart a i {
  color: #005695 !important;
  font-size: 14px !important;
  padding-top: 0;
  padding-right: 5px;
}
.delete-cart a {
    display: flex;
    align-items: center;
    justify-content: end;
}
.cart-Box table.table tr td .delete-cart a img{
  margin-right: 6px;
}
.cart-Box table.table tr td .Price-cart p {
  font-size: 16px;
}

.cart-total-box2 {
  background: #fff;
  border: solid 1px #F5F5F5;
  border-radius: 10px;
  padding: 10px 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.cart-total-box3 {
  background: #fff;
  border: solid 1px #F5F5F5;
  border-radius: 10px;
  padding: 10px 20px;
}
.cart-total-box3 p{
  margin-left: 0px;
  font-size: 16px;
  line-height:30px;
}
.cart-total-box2 h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-top: 0;
  padding-top: 10px;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 12px;
}
.cart-total-box2 .cart-total-table.card-box {
  box-shadow: none;
}
.cart-total-box2 .cart-total-table.card-box .table td {
  background: #fff !important;
  border: none !important;
  padding: 5px 10px;
  color: #767676;
  font-weight: 400;
}
.cart-total-box2 .cart-total-table.card-box .table td:first-child {
  padding-left: 0;
}
.cart-total-box2 .cart-total-table.card-box .table td:last-child {
  text-align: right;
  padding-right: 0px;
  color: #767676;
  font-weight: 700;
}

.cart-total-box2 .cart-total-table.card-box .table.total-cart-boc td {
  font-weight: 600;
  color: #333;
  font-size: 16px;
  padding: 0;
}

.cart-total-box2  .actions-primary .primary {
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  border-color: #005596;
}


.cart-total-box2 .panel.panel-default {
  padding: 10px 0px;
}
.cart-total-box2 .panel.panel-default .panel-title {
  margin: 0;
}
.cart-total-box2 .panel.panel-default .panel-title a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
  display: block;
}


.voucher-box {
  display: block;
  align-content: center;
  padding-top: 15px;
}
.voucher-box .search-input:focus {
  outline:none;
  box-shadow:none;
}
.voucher-box .search-input {
  background: #F8F8F8;
min-height: 40px;
border-radius: 4px;
margin-bottom: 15px;
border: solid 1px #EDEDED;
} 
.voucher-box .voucher-btn {
  background: #005695;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  width: 100%;
  min-height: 40px;
  border-radius: 4px;
}

 
.cart-total-box2 .panel.panel-default .panel-title a:after {
 content: "\f067";
 font-family: FontAwesome;
 left: 0;
 position: absolute;
  top: 0px;
} 


.notificationTable {
  background: #ECF5FD;
  padding: 15px;
  border-radius: 5px;
  border: solid 2px #86C0FF;
  margin-bottom: 20px;
}
.notificationTable p {
  margin: 0;
  font-size: 14px;
  color: #1B242B;
}
.cart-Box.desktop_view {
  margin-bottom: 30px;
}
.notificationTable p .fa {
  color: #4596EC;
  margin-right: 5px;
  font-size: 16px;
}
.notificationTable p strong {
  margin-right: 5px;
}

.cart_main {
  padding: 20px;
  background: #fff;
  box-shadow: none;
  margin-bottom: 10px;
  position: relative;
  border: solid 1px #F5F5F5;
  border-radius: 10px;
padding-bottom: 0;
}
.cart_box .cart_image {
  width: 74px;
  height: 74px;
  border: solid 1px #eee;
  padding: 5px;
  border-radius: 10px;
}
.cart_box .cart_content .cart_pro_name h4 {
  font-size: 16px;
  line-height: 1.5;
  padding-right: 30px;
  margin-top: 0;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.cart_box .cart_content .cart_pro_name p {
  color: #767676;
  font-size: 14px;
}
.cart_box {
  border-bottom: solid 1px #EDEDED;
  margin-bottom: 0px;
  padding-bottom:12px;
}
.cart_close i.fa.fa-trash-o {
  color: #005695;
}

.cart_close {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 20px;
  background: #fff;
  padding: 0;
}
.price h4 {
  font-size: 16px;
  color: #333;
}
.mobile-header .header-inner .header-icon i {
  font-size: 18px;
  margin-left: 15px;
}

.cart-total-box2.mobile_cart_footer {
  position: fixed;
  width: 100vw;
  z-index: 99;
  bottom: 0;
  left: 0;
  border: none;
  padding-bottom: 15px;
  border-radius: 0px;
  padding-top: 10px;
  display:none;
  box-shadow: 0 0 13px 4px rgb(247, 247, 247);
  padding: 24px;
}
.cart-total-box2.mobile_cart_footer .actions-primary .primary {
  padding: 10px;
}
.voucher-box .voucher-btn:focus{
outline: none;
box-shadow: none;
}
.voucher-box .voucher-btn:disabled {
  background: #E4E4E4;
  color: #A7A7A7;
  font-size: 14px;
  font-weight: 600;
  border: none;
  width: 100%;
  min-height: 40px;
  border-radius: 4px;
}
.Apply-promo-box ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  background: #F8F8F8;
  padding: 10px;
  border-radius: 4px;
}
.Apply-promo-box ul li {
  font-size: 14px;
  font-weight: 400;
  display: flex;
    align-items: center;
}
.Apply-promo-box ul li:last-child {
  font-weight: 600;
}
.Apply-promo-box {
  margin-bottom: 10px;
}
.Apply-promo-box ul li .fa {
  color: #005596;
  padding:0px 0px 0px 8px;
}
.Delivery-note .Delivery-note-heading h3 {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.Delivery-note-heading {
    border-bottom: solid 1px #EDEDED;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.Delivery-note-form .form-control:focus {
  outline:none;
  box-shadow:none;
}
.Delivery-note-form .form-control {
    border-color: #EDEDED;
    padding:0px 15px;
    font-size: 14px;
    border-radius: 4px;
    min-height:40px;
}
.Delivery-note-form textarea.form-control{
padding: 15px;
}
.Delivery-note-form label {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}
.Delivery-note-form label.error {  
  color: red;
}
.Delivery-note-form input.form-submit {
    background: #005695;
    border: none;
    padding: 8px;
    font-size: 14px;
    color: #fff;
    min-width: 88px;
    border-radius: 4px;
}

.Delivery-note-form input.form-submit:hover {
    background: #000;
}
.order-summary-content.mobile-box h3 {
    margin-top: 0px;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.order-summary-content.mobile-box p {
    color: #333333;
    font-size: 14px;
}


.Delivery-note-form .form-group {
    margin-bottom: 15px;
}
.page-card{background: #fff;
    border: solid 1px #F5F5F5;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 20px;}
.page-pagination ul {
    display: flex;
    list-style: none;
    padding: 0;
}

.page-pagination ul li span{
  padding:0px 5px;
}
.page-pagination ul li {
    font-size: 18px;
    color: #333333;
    font-weight: 500; 
}

.page-pagination {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #D9D9D9;
}

.page-pagination ul li:last-child {
    color:#BEBEBE;
}
.checkoutBoxNew ul.nav.nav-tabs {
    margin-bottom: 15px;
    border: none;
}

.checkoutBoxNew ul.nav.nav-tabs li a {
    width: 155px;
    display: block;
    background: #fff;
    border: solid 1px #E9E9E9;
    border-radius: 4px;
    min-height: 60px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    margin-right: 15px;
    color: #333;
}

.checkoutBoxNew ul.nav.nav-tabs li a:hover, .checkoutBoxNew ul.nav.nav-tabs li a.active {
    border-color: #015795;
}
.checkout_deliver_address {
    background: #fff;
    border: solid 1px #F5F5F5;
    border-radius: 10px;
    padding: 15px 24px;
    margin-bottom: 20px; 
}

.checkout_deliver_address .Form-Box-heading h5 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin: 0;
    text-align: left;
}

.order-review-box ul {
  padding: 0;
  list-style: none;
}
.order-review-box ul li {
  border-bottom: solid 1px #EDEDED;
  padding-bottom: 20px;
}
.order-review-box ul li h4 {
  margin-top: 0;
  font-size: 15px;
  color: #333333;
  margin-bottom: 8px;
  padding-top: 15px;
}
.order-review-box ul li p {
  font-size: 14px;
  color: #767676;
  margin-bottom: 0;
}

.order-review-box ul li:last-child {
  border: none;
}
.payment_box.payment_method_bacs > img {
  /* display: none; */
}
.checkout_deliver_address  .payment_methods.methods li label{
margin-left:30px;
width:100%;
}
.Edit-Delete-Box a.delete_address {
    margin-right: 15px;
}
.Edit-Delete-Box a {
    font-size: 14px;
    text-decoration: unset !important;
    color: #005695;
    font-weight: 600;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.Edit-Delete-Box a i.fa {
    padding: 0;
    color: #005695;
    margin: 0;
    margin-top: -2px;
    margin-right: 4px;
}
.Edit-Delete-Box {
    position: absolute;
    right: 15px;
    top: 20px;
    display: flex;
    bottom:auto;
}
.checkout_deliver_address .Form-Box-heading {
    margin-bottom: 15px;
}

.checkout_deliver_address .Form-Box-heading .view_all_btn .primary {
    font-size: 14px;
    padding: 0px 8px;
    min-height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #64A754;
}

.checkout_deliver_address .Form-Box-heading .view_all_btn .primary:hover {
    background: #000;
}

.checkout_deliver_address  .payment_methods.methods li:hover {
    background: #FCFAFA;
}

.checkout_deliver_address  .payment_methods.methods li {
  border:none;
    background: transparent;
    border-top: 1px solid #EDEDED;
    margin-bottom: 0;
    padding: 15px 10px;
    position: relative;
    border-radius: 3px;
        display: flex;
    align-items: center;
}
.checkout_deliver_address .payment_methods.methods li p.address-title {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.checkout_deliver_address .payment_methods.methods li .payment_box.payment_method_bacs p br {
    display: none;
}

.checkout_deliver_address .payment_methods.methods li .payment_box.payment_method_bacs>p {
    color: #767676;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.checkout_deliver_address input.input-radio {
    height: unset;
    width: unset;
    border-radius: 100%;
    box-shadow: none;
    width: 20px;
    height: 20px;
    margin-top: -2px;
}
.AddAddressModal.modal .modal-dialog {
  max-width: 727px;
}
.AddAddressModal.modal .modal-content{
border-radius: 10px;
padding:15px 20px;
}
.AddAddressModal.modal .modal-header {
  min-height: unset;
  padding-bottom: 10px;
  padding-left: 0px;
}
.AddAddressModal.modal .modal-header .modal-title {
  font-size: 16px;
}
/*.AddAddressModal.modal #addressStore .modal-body{
  max-width: 594px;
}*/
 .modal-body .form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.modal-body .form-group label.error {  
  color: red;
}
.modal-header button.close {
  background: transparent;
  color: #000;
  padding: 0;
  width: unset;
  height: unset;
  font-size: 27px;
  right: 30px;
}

.adrs-group .adrs-option>input {
  height: 20px;
  width: 20px;
  margin-right: 15px;
}
.adrs-group .adrs-option label {
  margin-right: 30px !important;
  font-weight: 400;
}

.swal2-popup.swal2-modal {
  width: 100%;
  max-width: 429px;
  border-radius: 10px;
  padding: 30px 15px;
}
.swal2-popup.swal2-modal .swal2-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.swal2-popup.swal2-modal #swal2-content {
  font-size: 16px;
  color: #000;
}
.swal2-popup.swal2-modal button {
    min-width: 160px;
    min-height: 40px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    width: auto !important;
    margin: 0;
}
.swal2-popup.swal2-modal button.swal2-cancel.swal2-styled:hover {
color: #fff;
background: #005596 !important;
}
.swal2-popup.swal2-modal button.swal2-cancel.swal2-styled {
  background: transparent !important;
  color: #000;
  border: solid 1px #005596;
}
.swal2-popup.swal2-modal .swal2-actions {
  flex-direction: row-reverse;
  padding: 0;
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
  padding: 0 0.8em;
  gap: 10px;
}
.modal-header button.close:focus {
  outline: none;
}

.contact-Form-Box .contact-Form .form-group {
/*  max-width: 340px;*/
  margin: auto;
  position: relative;
  margin-bottom: 25px;
} 
.contact-Form-Box .contact-Form .col-md-9 {
  display: none;
}
.contact-Form-Box .contact-Form .form-control {
  font-size: 14px;
  min-height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 4px;
}

.register-page-point ul li.read_box {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 30px !important;
}
.register-page-point ul li.read_box:after, .register-page-point ul li:after {
  content: none;
}
.register-page-point ul li {
  line-height: 1.5;
  font-size: 16px;
}
.register-page-point ul li a {
    font-weight: 400;
    color: #000;
    font-size: 16px;
    color: #005992;
    font-weight: 600;
}
.unsubscribe p {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    opacity: 1;
    color: #2a2a2a;
}
.unsubscribe {
  background: #FCFAFA;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}
.guest-address .payment_method_bacs:first-child {
  border: none !important;
  padding-top: 0 !important;
}
.register-page-point ul li.read_box a {
    text-decoration: unset !important;
    font-size: 16px;
    color: #005992;
    font-weight: 600;
}
.register-page-point ul li.read_box a:hover {
    text-decoration: underline;
}
.payment_page_promo #accordion {
  border-right: solid 1px #EDEDED;
}
.voucher-box { 
  max-width: 300px;
}
@media (max-width: 1080px) {
  .products-grid {
  min-height: unset;
}
.container, .container-lg, .container-md, .container-sm {
  max-width: 100%;
}
}
@media (max-width: 767px) {
.payment_page_promo #accordion {
  border-right:none;
}
}
@media (max-width: 575px) {
  .voucher-box { 
  max-width: 100%;
}
.notificationTable p span{
display: block;
}
.notificationTable, .cart-total-box2{
margin-bottom: 10px;
}
.row.pb-5 {
  padding-bottom: 0 !important;
}
.cart-total-box2.mobile_cart_footer, .cart-total-box2.mobile_cart_footer .cart-total-buttons {
  display:block;
  margin: 0;
}
.cart-total-box2 .cart-total-buttons, .cart-total-box2 .cart-total-table.card-box .table.total-cart-boc {
  display: none;
} 
.cart-total-box2 .cart-total-table.card-box > .table {
  border: none !important;
  padding: 0 !important;
}
.cart-total-box2.mobile_cart_footer .cart-total-table.card-box .table.total-cart-boc{
display:table;
}
.cart-total-box2 {
  padding-bottom: 15px;
}
.Edit-Delete-Box a span {
    display: none;
}
.checkout_deliver_address .payment_methods.methods li label {
    margin-left: 10px;
}
.checkout_deliver_address .payment_methods.methods li{
  padding: 15px 10px;
}
.Edit-Delete-Box{
  right:0px;
}
.Edit-Delete-Box a {
    font-size: 20px;
}

.checkoutBoxNew ul.nav.nav-tabs li {
    width: 48%;
}
.Delivery-note.page-card.store-pickup .Delivery-note-heading, .Delivery-note-form{
  width: 100% !important;
}
.checkoutBoxNew ul.nav.nav-tabs {
    margin-bottom: 15px;
    border: none;
    justify-content: space-between;
}
#exampleModal {
  padding:15px 15px 20px !important
}
.modal-footer .btn.btn-secondary.dismissClass, .modal-footer .btn.btn-primary{
/* min-width: 100%; */
}
.modal-footer {
  flex-direction: column-reverse;
}
.modal-footer .btn.btn-primary{
  margin-bottom: 10px;
}
.checkout_deliver_address{
  padding: 15px 15px;
}
.view_all_btn a > span{
  display: none;
}
.userCheckout a > span{
  display: none;
}
.checkout_deliver_address .Form-Box-heading .view_all_btn .primary {
  min-width: unset !important;
}
.checkoutBoxNew ul.nav.nav-tabs li a{
width: 100%;
}
/*.swal2-popup.swal2-modal button {
  min-width: 85%; 
  margin-bottom: 15px;
}*/
.swal2-popup.swal2-modal button.swal2-cancel.swal2-styled{
  margin-bottom: 0px;
}
}
.contact-Form-Box .contact-Form .col-md-12 .form-group {
  max-width: 100%;
}

.d-flex.Gift-Card-box p {
  height: 40px !important;
}
.Estimated-Delivery > * {
  margin-right: 5px;
}
.Estimated-Delivery {
  display: flex;
  flex-wrap: wrap;
}

.clbtimer {
  display: inline-block;
  line-height: 1;
  padding: 15px;
  font-size: 30px;
  text-align: center;  
}
.clbtimerspan {
  display: block;
  font-size: 18px;
  color: #ffffff;
}
#clbdays, #clbhours, #clbminutes, #clbseconds {
  font-size: 60px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  border-radius: 12PX;
  user-select: none;
}
#timer{
  position: relative;
  z-index: 99;
  margin-top : -285px;
  width: 100%;
}
#beginsSale{
  color: #ff1d06;
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}
.timerdots{
    display: inline-block;
    color: #ffffff;
/*    position: absolute;*/
    padding-top: 6px;
    font-size: 80px;
    font-weight: bold;
    margin-left: 0px;
    border-radius: 50%;
}
.clbtimer .clbtimer.clbmaindiv {
    display: block;
}
.HomeBannerMain #timer {
    display: flex;
/*    align-items: center;*/
    justify-content: center;
}


@media screen and (max-width: 1024px) {
    #timer{   
       margin-top : -203px;    
    }
}
@media screen and (max-width: 768px) {
    .clbtimer {
        padding: 10px;
    }
    #timer{   
       margin-top : -166px; 
       padding-left: 20px;   
    }
    .timerdots{    
      font-size: 60px;      
    }
    #clbdays, #clbhours, #clbminutes, #clbseconds {
        font-size: 30px;    
    }
    .timerdots{
        font-size: 25px;
    }
    .clbtimerspan {
        display: block;
        font-size: 12px;
        color: #ffffff;
        }
}
@media screen and (max-width: 425px) {
    #beginsSale{
        font-size: 20px;
     }
    .clbtimer {
        
    }
    #timer{   
       margin-top : -95px; 
       padding-left: 65px;   
    }
    .timerdots{    
      font-size: 60px;  
      padding-left: 6px; 
      padding-top: 1px;   
    }
    #clbdays, #clbhours, #clbminutes, #clbseconds {
        font-size: 27px;
        border-radius: 5px; 
    }
    .timerdots{
        font-size: 20px;
    }
    .clbtimerspan {
        display: block;
        font-size: 8px;
        color: #ffffff;
        }
}


/* pickup box css */
.tabs-container {
    display: flex;
}
.Delivery-note.page-card.store-pickup {
  padding: 11px 13px;
  display: flex;
  align-items: center;
  background: #fff;
  border: solid 1px #E9E9E9;
  border-radius: 4px;
}
.Delivery-note.page-card.store-pickup .Delivery-note-heading {
    border: 0;
    margin: 0;
    padding: 0;
    width:91px;
}
.Delivery-note.page-card.store-pickup .Delivery-note-heading h3{
  font-size: 12px;
  margin-right: 12px;
}

.tabs-container > ul.nav.nav-tabs {
/*    flex: 0 0 46%;*/
    flex: 0 0 100%;
}

.tabs-container > .Delivery-note.page-card.store-pickup {
    flex: 0 0 54%;
}

.Delivery-note.page-card.store-pickup .Delivery-note-form .form-control {
    font-size: 13px;
    padding-left: 10px;
    color: #333 !important;
}
/*.Delivery-note.page-card.store-pickup .Delivery-note-form {
  width: 100%;
}*/

@media (max-width:767px) {
  .tabs-container {
    display: flex;
    flex-direction: column;
}
.Delivery-note.page-card.store-pickup .Delivery-note-heading h3 {
    font-size: 14px;
    margin-right: 12px;
}
.tabs-container > .Delivery-note.page-card.store-pickup {
    flex: 0 0 46%;
    width: fit-content;
}
.Delivery-note.page-card.store-pickup {
    padding: 15px 20px;
}
}


@media (min-width:1024px) and (max-width:1200px) {
  .tabs-container > ul.nav.nav-tabs {
      display: flex;
  }

  .tabs-container > ul.nav.nav-tabs li {
      flex: 0 0 44%;
      width: 44%;
  }

  .tabs-container > ul.nav.nav-tabs li a {
      width: 100%;
  }
}



@media (max-width:400px) {
  .tabs-container > .Delivery-note.page-card.store-pickup {
    flex: 0 0 100%;
    flex-direction: column;
    width: 100%;
    align-items: start;
}
.Delivery-note.page-card.store-pickup .Delivery-note-heading h3{
  margin-bottom: 7px;
}
.Delivery-note-form {
    width: 100%;
}
}



.showDeliveryPane {
  opacity: 1;
  pointer-events: auto;
}

.notShowDeliveryPane {
  opacity: 0.5;
  pointer-events: none;
}


.Delivery-note-form {
    width: calc(100% - 88px);
}
.payment-delivery-section-text{
  margin:10px 0px 0px;
  text-align: justify;
}

.Deatils-Box-Size .VarSizeBox {
    max-width: 175px;
}

.modal-backdrop{
  z-index: 9999;
}
.modal{
  z-index: 99999;
}
.Edit-Delete-Box a i.fa.fa-trash.btn:before {
    content: "";
    background-image: url(../img/Delete.png);
    background-size: contain;
    width:16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
}
.Edit-Delete-Box > a, 
.Edit-Delete-Box > a{
    margin-right: 15px;
}

.Edit-Delete-Box a i.fa.fa-pencil:before {
    content: "";
    background-image: url(../img/Edit.png);
    background-size: contain;
    width: 18px;
    height:18px;
    position: absolute;
    top: 2px;
    left: 0;
}

.Delivery-note.page-card .Delivery-note-form {
    width: 100%;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #4472C4;
    color: #fff;
    font-size: 14px;
    position: absolute;
    padding: 10px 20px;
    bottom: -1.6em;
    left: 100%;
    border-radius: 5px;
    box-shadow: none;
    opacity: 0;
    border: 0;
    z-index: 99999;
    visibility: hidden;
    line-height: 21px;
    font-weight: normal;
    text-transform: capitalize;
}
a.dstv-border:after {
    max-width: 231px;
    left: auto;
    right: 0;
    width: 206px;
    bottom: 28px;
    text-align: center;
}

nav.navbar-dark  li a.dstv-border {
    background-color: #fff !important;
    border-color: #07b2f0 !important;
}

.header_dstv_popup_img{
padding: 0px !important;
}

.title-block [data-title]:after {
    left: 0;
    bottom: 207%;
}

.cart-total-box2 .panel.panel-default .panel-title a img.dstv {
    max-height: 29px !important;
}

.modal-content .modal-footer {
    padding: 10px;
}

.review-contner {
    align-items: center;
}

.review-contner button.btn.btn-primary {
    padding: 0 10px;
    border-radius: 6px;
}

.review-contner button.btn.btn-primary p.dstv-para.dstv {
    padding: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
}

.review-contner button.btn.btn-primary p.dstv-para.dstv img {order: 3;margin: 0 !important;}

.review-contner button.btn.btn-primary p.dstv-para.dstv  strong {
    margin-right: 5px;
    font-size: 14px;
}






/* 8 march 2024 sahil */
.payment_method_bacs.selected-li {
    background: #f5f5f5 !important;
}
.payment_method_cheque.selected-li {
    background: #f5f5f5 !important;
}
.Estimated-Delivery + p:empty {
    display: none;
}
.offer_description p {
    border-radius: 0px 8px 8px 0px;
}
.qty-input .qty-count > img {
    position: relative;
    top: -2px;
}
.view-all-page-prod .container {
    padding-left: 15px;
    padding-right: 15px;
}



@media (min-width:767px) and (max-width:1024px){
    li.nav-item img.header_dstv {
        height:26px;
    }
}

@media (max-width:991px){ 
  .mobile-none {
    display: none;
  }
  .desktop-none {
    display: block;
  }
}



@media (max-width:767px){
  .timerdots {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 0px;
  }
  .review-contner {
      flex-direction: column;
      align-items: flex-start;
  }
  .Deatils-Box-content + div {
    margin-left: 0 !important;
  }
  .review-contner button.btn.btn-primary {
    margin-top: 10px;
  }
  .adrs-group .adrs-option label {
    margin-right: 20px !important;
  }
  .adrs-group .adrs-option>input {
    margin-right: 6px;
  }
  .Product-details-section.checkout-page .contact-Form.p-5 {
      padding: 0 !important;
  }
  .cart-total-box2 .cart-total-table.card-box .table.total-cart-boc td:first-child {
    width: 70%;
  }
  .modal .form-group {
    margin-bottom: 10px;
  }
  .Deatils-Box-Size .VarSizeBox {
    max-width: 100%;
  }
  .Deatils-Box-SizeHeading h3 {
    margin-bottom: 4px !important;
  }
}

/*17-april-2024*/
.contact-Form .d-flex.Gift-Card-box.align-items-center {
    flex-wrap: wrap;
}

.contact-Form .d-flex.Gift-Card-box.align-items-center input {
    width: calc(100% - 50px);
}

.contact-Form .d-flex.Gift-Card-box.align-items-center  label.error{
  width: 100%;
  display: block;
}

.cart-Box.my-orders .table > thead > tr > th:first-child, .cart-Box.my-orders .table tr > td:first-child {
    padding-left: 15px !important;
}

.dataTables_wrapper .dataTables_filter input{
  margin: 0px !important;
  font-weight: 200;
  border-radius: 6px;
}

.dataTables_length select {
    border: 1px solid #ddd;
    border-radius: 6px;
    font-weight: 200;
}

.cart-Box table.table tr td p{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    display: block;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #111 !important;
    color: #fff !important;
    border-color: #111 !important;
}

.cart-Box.my-orders table#orderData {
    margin-bottom: 30px;
}

.dataTables_wrapper .dataTables_filter input:focus {
    box-shadow: none;
}

.d-flex.align-items-center.numberD-Box {
    flex-wrap: wrap;
}

.d-flex.align-items-center.numberD-Box input {
    width: calc(100% - 95px);
}

p.address-title.payment_method_Text {
    margin-bottom: 0;
    font-size: 14px;
}
/* Popup style 6 aug 20224 */
.OnLoadPopup .modal-dialog {
  max-width: 727px;
}

.OnLoadPopup .modal-dialog button.close {
  text-align: right;
    display: block;
    width: 40px;
    margin-left: auto;
    padding-right: 0;
    padding-top: 5px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 9;
    text-align: center;
    background-color: #005695;
    opacity: 1 !important;
    text-shadow: none;
    color: #fff !important;
    padding: 0;
    border-radius: 0% !important;
    margin: 0 !important;
}

.OnloadImage {
  text-align:center;
}

.OnloadImage img {
  width: 90%;
}

.OnLoadPopup .modal-dialog .row {
  align-items: center;
}

.OnLoadPopup .modal-dialog .OnloadContent {
  text-align: center;
  padding: 30px;
}

.OnLoadPopup .modal-dialog .OnloadContent h3 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.2;
  opacity: 0.8;
}

.OnLoadPopup .modal-dialog .OnloadContent .shop-now {
  
  padding: 10px 20px;
      border-radius: 4px;
    background-color: #005695 !important;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.OnLoadPopup .modal-dialog .OnloadContent .shop-now:hover {
  background: #000;
  color: #fff;
}


.OnLoadPopup .modal-dialog button.close:hover {
  outline: none;
  border: none;
}
.OnLoadPopup .modal-dialog.review-pop {
  top: 50%;
  transform: translateY(-50%);
}

#order_note_text {
  max-width: 500px;
  word-break: break-word;
  padding-top: 30px;
}

.small-box-category figure {
    max-height: 325px;
    min-height: 325px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px;
    display: flex;
}

.small-box-category img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.small-box-category figure {background: #eee;}

.small-box-category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#termConditions .modal-dialog {
    max-width: 700px;
}

div#termConditions .modal-dialog .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}
ul.bottom-menu li.d-flex {
    justify-content: center;
    margin-top: 10px;
}

ul.bottom-menu li.d-flex > * {
    width: 50%;
    text-align: center;
}

@media (max-width:991px){
  .mobile-none{
    display: none;
  }
}