/* Background color classes */
.bg-white { background-color: #ffffff !important; }
.bg-grey { background-color: #eeeeee !important; }
.bg-black { background-color: #555555 !important; }
.bg-red { background-color: #f75353 !important; }
.bg-green { background-color: #51d466 !important; }
.bg-lblue { background-color: #32c8de !important; }
.bg-blue { background-color: #609cec !important; }
.bg-orange { background-color: #f78153 !important; }
.bg-yellow { background-color: #fcd419 !important; }
.bg-purple { background-color: #cb79e6 !important; }
.bg-rose { background-color: #ff61e7 !important; }
.bg-brown { background-color: #d08166 !important; }
/* Button classes */
.btn { border-radius: 2px; position: relative; }
.btn.btn-no-border { border: 0px !important; }
/* Button colors */
.btn.btn-white { background: #ffffff; color: #666666; border: 1px solid #dddddd; }
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.active, .btn.btn-white:active { background: #f7f7f7; color: #666666; }
.btn.btn-grey { background: #eeeeee; color: #666666; border: 1px solid #d5d5d5; }
.btn.btn-grey:hover, .btn.btn-grey:focus, .btn.btn-grey.active, .btn.btn-grey:active { background: #d5d5d5; color: #999; }
.btn.btn-black { color: #ffffff; background: #666666; border: 1px solid #4d4d4d; }
.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black.active, .btn.btn-black:active { background: #4d4d4d; color: #ffffff; }
.btn.btn-red { color: #ffffff; background: #ed5441; border: 1px solid #e52d16; }
.btn.btn-red:hover, .btn.btn-red:focus, .btn.btn-red.active, .btn.btn-red:active { color: #ffffff; background: #e52d16; }
.btn.btn-green { color: #ffffff; background: #51d466; border: 1px solid #30c247; }
.btn.btn-green:hover, .btn.btn-green:focus, .btn.btn-green.active, .btn.btn-green:active { background: #30c247; color: #ffffff; }
.btn.btn-lblue { color: #ffffff; background: #32c8de; border: 1px solid #1faabe; }
.btn.btn-lblue:hover, .btn.btn-lblue:focus, .btn.btn-lblue.active, .btn.btn-lblue:active { background: #1faabe; color: #ffffff; }
.btn.btn-blue { color: #ffffff; background: #609cec; border: 1px solid #3280e7; }
.btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue.active, .btn.btn-blue:active { background: #3280e7; color: #ffffff; }
.btn.btn-orange { color: #ffffff; background: #f8a841; border: 1px solid #f69110; }
.btn.btn-orange:hover, .btn.btn-orange:focus, .btn.btn-orange.active, .btn.btn-orange:active { background: #f69110; color: #ffffff; }
.btn.btn-yellow { background: #fcd419; color: #ffffff; border: 1px solid #dfb803; }
.btn.btn-yellow:hover, .btn.btn-yellow:focus, .btn.btn-yellow.active, .btn.btn-yellow:active { background: #dfb803; color: #ffffff; }
.btn.btn-purple { background: #cb79e6; color: #ffffff; border: 1px solid #ba4ede; }
.btn.btn-purple:hover, .btn.btn-purple:focus, .btn.btn-purple.active, .btn.btn-purple:active { background: #ba4ede; color: #ffffff; }
.btn.btn-rose { background: #ff61e7; color: #ffffff; border: 1px solid #ff2edf; }
.btn.btn-rose:hover, .btn.btn-rose:focus, .btn.btn-rose.active, .btn.btn-rose:active { background: #ff2edf; color: #ffffff; }
.btn.btn-brown { background: #d08166; color: #ffffff; border: 1px solid #c4613f; }
.btn.btn-brown:hover, .btn.btn-brown:focus, .btn.btn-brown.active, .btn.btn-brown:active { background: #c4613f; color: #ffffff; }
.shop-items { max-width: 1150px; margin: 10px auto; padding: 0px 20px; }
.shop-items .item { position: relative; max-width: 360px; margin: 15px auto; padding: 5px; text-align: center; border-radius: 4px; overflow: hidden; border: 2px solid #eee; }
.shop-items .item:hover { border: 2px solid #32c8de; }
.shop-items .item img { width: 100%; max-width: 360px; margin: 0 auto; border: 1px solid #eee; border-radius: 3px; }
.shop-items .item .item-dtls h4 { margin-top: 13px; margin-bottom: 10px; text-transform: uppercase; }
.shop-items .item .item-dtls .price { display: block; margin-bottom: 13px; font-size: 25px; }
.shop-items .item .ecom { position: absolute; top: 100%; left: 0; width: 100%; padding-bottom: 10px; padding-top: 10px; -webkit-transition: all 0.35s ease-in; -moz-transition: all 0.35s ease-in; -ms-transition: all 0.35s ease-in; -o-transition: all 0.35s ease-in; transition: all 0.35s ease-in; }
.shop-items .item:hover .ecom { margin-top: -50px; }
.shop-items .item .ecom a.btn { border: 1px solid #fff; color: #fff; background: transparent; -webkit-transition: all 0.35s ease-in; -moz-transition: all 0.35s ease-in; -ms-transition: all 0.35s ease-in; -o-transition: all 0.35s ease-in; transition: all 0.35s ease-in; }
.shop-items .item .ecom a.btn:hover { background: #fff; color: #777; }
/* Get a quote page css start */
section.bde-section-6158-100 { background: #000; }
.get-quote-main { width: 100%; background: #000; display: inline-block; max-width: 100%!important; padding: 60px 0; }
.get-quote-form-section { background-color: #FFFFFFE6; padding: 20px 30px 30px 30px; border-top: 2px solid #5ba3d1; border-bottom: 2px solid #5ba3d1; border-left: 2px solid #5ba3d1; border-right: 2px solid #5ba3d1; border-radius: 10px; align-items: center!important; text-align: center!important; justify-content: center; display: flex!important; width: 100%; max-width: 1150px!important; margin: 0 auto; }
h2.qtitle { text-align: center; color: #282828; font-family: "Poppins",sans-serif!important; font-size: 27px!important; font-weight: 600; line-height: 40px; text-transform: uppercase; margin-top: 0px; margin-bottom: 20px; }
h2.qtitle span { color: #358ec8; }
form#checkout-form { width: 100%; }
select.prod-varnt.form-control { background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e); background-position: right 0.5rem center; background-repeat: no-repeat; background-size: 1.5em 1.5em; padding-right: 2.5rem; -webkit-print-color-adjust: exact; print-color-adjust: exact; cursor: pointer; line-height: normal; border-radius: 29px; height: 43px; padding-left: 3.5rem; font-size: 16px; color: #000; }
#checkout-form input#checkout { border-radius: 10px!important; padding: 14px 20px; background: #f49629; border-color: #f49629; font-size: 16px; outline: none; }
#checkout-form input#checkout:hover { background: #358ec8; border-color: #358ec8; }
#checkout-form .form-group { margin-bottom: 0; }
.get-quote-select:after { content: ""; position: absolute; background: #44a0dc; width: 45px; height: 96%; left: 1px; top: 1px; background-size: contain; background-repeat: no-repeat; border-radius: 9px 0px 0px 9px; }
.get-quote-select:before { content: ""; position: absolute; width: 25px; height: 100%; left: 12px; top: 10px; background-size: contain; background-repeat: no-repeat; z-index: 1; }
.get-quote-select:nth-child(3):before { background-image: url(/wp-content/uploads/2023/06/volume-img.png)!important; }
.get-quote-select:nth-child(2):before { background-image: url(/wp-content/uploads/2023/06/post-img.png); }
.get-quote-select:nth-child(4):before { background-image: url(/wp-content/uploads/2023/06/mail-img.png); width: 20px; left: 15px; top: 15px; }
/* Get a quote page css end */
/* Checkout page css start */
.checkout-details-section { display: flex; width: 100%; margin-bottom: 50px; }
.checkout-details-section button#hsspp { background: #317ff1; border-color: #317ff1; width: 100%; font-size: 16px; height: 46px; }
.checkout-details-section h4 { margin: 10px 0; font-size: 25px; font-weight: 700; }
.checkout-footer-links { display: inline-block; width: 100%; margin-top: 50px; border-top: #000000 dashed 2px; padding-top: 30px; text-align: center; font-size: 16px; }
.checkout-details-section h2 { font-size: 28px!important; font-weight: 700; }
.checkout-details-section h3 { font-size: 16px!important; font-weight: 700; margin: 20px 0 5px 0; }
.checkout-details-section .order-checkout-title p { font-size: 17px; }
.checkout-details-section .order-checkout-title h2 { font-size: 28px; font-weight: 700; text-transform: capitalize; margin-bottom: 5px; }
.order-checkout-devider { border-bottom: #D4D4D4 solid 1px; padding-bottom: 10px; margin-bottom: 10px; display: block; }
.order-checkout-total { display: inline-block; width: 100%; }
.order-checkout-right { float: right; font-size: 15px; font-weight: 500; }
.order-checkout-left { display: inline-block; font-size: 15px; }
.order-checkout-total h4 { display: flex; flex-wrap: wrap; align-content: space-between; width: 100%; font-size: 20px!important }
.order-checkout-total strong { display: block; flex: 1; }
.order-checkout-total span { display: block; }
.exocet { background: #e9e9e9; border-radius: 16px; border: 1px solid grey; width: 100%; min-height: 100px; display: flex; padding: 10px; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: flex-start; align-items: center; font-size: 18px; }
#pno_quote_form_sec { display: flex; justify-content: center; /* Horizontally center the content */ align-items: center; /* Vertically center the content */ width: 100%; }
.centered-form { width: 50%; /* Set the width of the container to 33% */ display: flex; justify-content: center; }
.pno_form_main { width: 100%; background: #4047b3; padding: 50px 30px 70px; }
.pno_form_main h2 { color: #282828 !important; text-align: center; font-size: 30px !important; margin-top: 0; }
.select-box { width: 100%; padding: 10px; font-size: 17px; border: 1px solid #ccc; border-radius: 4px; background-color: #fff; color: #333; outline: none; text-transform: capitalize; border-radius: 5px; }
/* Optional: Style the dropdown arrow */
.select-box::after { content: "\25BC"; /* Unicode down arrow symbol */ position: absolute; right: 10px; top: 50%; transform: translateY(-50%); pointer-events: none; }
/* Optional: Style the dropdown options */
.select-box option { /* Your custom styles for the dropdown options */ padding: 8px; }
.form-group { margin-bottom: 20px; width: 100%; }
form#pno_form label { font-size: 18px; margin-bottom: 10px; display: block; color: #fff; font-weight: 600; }
div#price_result { padding: 15px; background: #fff; text-align: center; font-size: 26px; font-weight: 700; margin-bottom: 20px; width: 100%; margin-top: 10px; display: none; border-radius: 5px; }
button.pno-btn { background: #18955d; border: none; margin: auto; width: 100%; display: block; font-weight: 600; text-transform: capitalize; margin-top: 10px; height: 55px; line-height: 55px; font-size: 16px; border-radius: 5px; cursor: pointer; color: white; }
form#pno_form { display: flex; gap: 0px; align-items: center; max-width: 600px; align-content: center; flex-wrap: nowrap; flex-direction: column; margin: 0 auto; }
/* Loader styles */
.loader-inner { border: 4px solid rgba(255, 255, 255, 0.3); border-top: 4px solid #fff; border-radius: 50%; width: 40px; height: 40px; animation: spin 1s linear infinite; position: absolute; /* or any position to overlay it on the content */ top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 9999; /* Ensure it's on top of other content */ }
/* Animation keyframes for spinning */
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); display: none; }
button#pno-btn:disabled { cursor: not-allowed; opacity: 0.5 }
.marketing_permission p { font-size: 11px; }
.marketing_checkbox { display: flex; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: flex-start; align-items: center; gap: 15px; }
.vertical .centered-form { width: 100% !important; }
.horizontal .centered-form { width: 100% ; }
.vertical form#pno_form { display: flex; flex-wrap: nowrap!important; align-items: flex-end; justify-content: space-between; }
.vertical button.pno-btn { width: 90%; margin: 10px 0 0 0; height: 49px; line-height: 46px; }
.vertical .form-group .select-box { width: 90%; }
.vertical div#price_result { padding: 6px; }
.order_content { display: flex; }
.order_content div { width: 33%; margin: 18px 0 10px 0; }
.thanks_msz h3 { text-align: center; text-transform: capitalize; }
.order_content { margin: 44px 0 0 59px; width: 100%; }
/**Checkout**/
.spn { padding-left: 5px; }
.spcb { margin-bottom: 14px; }
label { margin-top: 0.5em; }
.img-fluid { width: 100%; }
.qty { padding: 10px; width: 90px; }
.prod-add { padding: 10px 14px !important; }
.crderror { color: red; }
.carderror { border: 1px solid red !important; }
.pnocarderror { background-color: #e2401c; margin-left: 0; border-radius: 4px; color: #fff; clear: both; border-left: 0.6180469716em solid rgba(0, 0, 0, .15); padding: 6px 12px; position: relative; list-style: none outside; display: block; width: 100%; margin-bottom: 10px; font-size: 14px; display: none; }
.verror { color: red; }
#hspp { min-height: 600px; min-width: 500px; width: 100%; }
.coupon { margin-bottom: 9px; }
input#coupon { width: 35%; }
.order-right-main { padding: 60px 50px; background-color: #F1F1F173; height: 100%; }
.order-left-main { padding: 60px 30px; height: 100%; }
.checkout-details-section .container { /* width: 100%; */ max-width: 100%; }
.checkout-details-section .row { display: flex; flex-wrap: wrap; }
.checkout-details-section { position: relative; margin: 0; }
.bde-image img.logo { max-width: 100%; width: 150px; margin: 0 auto 20px; }
.coupon_display { display: none }
.coupon-error { display: none }
.order-checkout .section-container { display: none !important; }
.deliveryDate { width: 47%; }
div#custom_town { max-width: 100%; display: flex; flex-direction: column; align-items: center; text-align: left; align-content: center; }
div#custom_town span.title-h3 { margin: 0; color: #fff; background: #f47122; text-align: center; font-weight: 300; font-size: 20px; padding: 10px; width: 100%; }
#custom_town ul { padding: 0 15px; display: flex; flex-wrap: wrap; justify-content: center; width: 100% }
#custom_town ul li { color: #fff; font-size: 15px; list-style: none; width: calc(23% - 6px); margin: 3px; background: #008bda; padding: 8px 2px; text-align: center; border: 2px solid #008bda; cursor: pointer }
#custom_town span.submit { background: #f47122; margin: 0 auto!important; padding: 7px 19px; border-radius: 4px; color: #fff; cursor: pointer }
/*Horizontal Css*/
.horizontal form#pno_form { display: flex; flex-wrap: nowrap; flex-direction: row; gap: 20px; align-content: center; align-items: center; justify-content: flex-start; max-width: 1000px; }
.horizontal div#price_result { position: absolute; animation: fadeIn 1s; padding: 10px; background: #18955d; color: #fff; border-radius: 46px; width: 160px; top: -30px; left: 75%; }
.horizontal div#price_result:before { content: ''; position: absolute; top: 57px; left: 57px; border-top: 25px solid #1d7850; border-left: 25px solid transparent; border-right: 25px solid transparent; }
.horizontal .pno_form_main { background: #4047b3; background-color: #FFFFFFE6; width: 1000px; padding: 16px 10px 16px 10px; border-top: 2px solid #5ba3d1; border-bottom: 2px solid #5ba3d1; border-left: 2px solid #5ba3d1; border-right: 2px solid #5ba3d1; border-radius: 10px; align-items: center; text-align: center; justify-content: center; }
.horizontal form#pno_form label { display: none!important; }
.atherization_msz h3 { font-size: 25px !important; color: red !important; }
div#recaptcha { margin: 30px 0; }
.custom_vertical ul { padding: 0px !important; justify-content: start !important; margin-top: 12px; }
div.custom_vertical { margin-top: 19px; }
.checkout-header { padding: 10px 0 0px 0; }
.checkout-logo { width: 100%; max-width: 300px; margin: 0 auto 10px; }
.checkout-header-inner { background: #f9f9f9; }
.checkout-header .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.checkout-header .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; max-width: 860px; margin: 0 auto; padding: 12px 0; }
.checkout-header .process-item { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.checkout-header .process-item span { background: #7e7e7e; color: #fff; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 22px; font-weight: 700; }
.checkout-header .process-item p { font-size: 20px; font-weight: 500; margin: 0; color: #7e7e7e; text-transform: uppercase; }
.checkout-header .process-item.active span { background: #ef751f !important; }
.checkout-header .process-item.active p { color: #ef751f; }
div#total { text-align: center; font-size: 22px; padding: 10px 0; }
.second_step_content { padding: 13px 29px; }
div#rxp-header { display: none !important; }
.payment_logo img { width: 22%; text-align: right; }
.content { padding: 10px; max-width: 900px; margin: 0 auto; text-align: center; }
.payment_logo { text-align: right; margin: 0 248px; }
#second_step div#total p { position: relative; }
#second_step div#total p:before { content: ""; position: absolute; top: 14px; left: 0; background: #000; height: 2px; width: 100%; z-index: 0; }
#second_step div#total p span { background: #fff; position: relative; z-index: 2; padding: 0 12px; }
#second_step .content p { text-align: center; font-size: 14px; }
p#confirm_email_error2 { color: #fff; background: #25a828; padding: 6px; margin-top: 12px; line-height: 19px; }
p.custom_del_msz {display: none;}
/**Media**/



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

.horizontal .centered-form { max-width: 360px ; }
.horizontal .pno_form_main{width: auto;}

.checkout-header .process-item p { font-size: 14px; font-weight: 500; margin: 0; color: #7e7e7e; text-transform: uppercase; }
.checkout-header .process-item { display: flex; flex-wrap: nowrap; align-items: center; gap: 5px; flex-direction: column; align-content: center; justify-content: center; }
.second_step_content { padding: 0; width: 100%; max-width: 90%; margin: 0 auto; }
#hspp { min-height: 600px; min-width: 340px; }
.checkout-header .process-grid { display: flex; grid-template-columns: repeat(3, 1fr); width: 100%; max-width: 860px; margin: 0 auto; padding: 12px 0; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: space-evenly; align-items: center; }
.checkout-header .process-item p { font-size: 16px; font-weight: 500; margin: 0; color: #7e7e7e; text-transform: uppercase; }
.order_content { margin: 44px 0 0 10px; width: 100%; flex-direction: column; }
.centered-form { width: 95%; }
.horizontal form#pno_form { display: flex; flex-wrap: nowrap; flex-direction: column; }
.horizontal div#price_result { top: 264px !important; left: 31% !important; }
.deliveryDate { width: 100%; }
.order-checkout-left { font-size: 16px; }
.order-checkout-right { font-size: 16px; }
.order-right-main { padding: 20px 30px; }
.form-group { margin-bottom: 20px;         width: 100%; }
.checkout-details-section h2 { font-size: 26px !important; font-weight: 700; }
input#coupon { width: 100%; }
.checkout-details-section .row.form-group { width: auto; }
.order_content div { width: 100%; margin: 18px 0 10px 0; }


}
