/* .header-area {
    position: static !important;
    top: 0;
} */


/* #carouselBanner,
.staticBanner {
    margin-top: 0px;
} */


/* .footer {
    padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
    body {
        padding: 0px !important;
    }
    section {
        padding: 2rem 0;
    }
    .header-area {
        position: static !important;
        z-index: ;
    }
} */


/*left right modal*/

.modal.left_modal,
.modal.right_modal {
    position: fixed;
    z-index: 99999;
}

.modal.left_modal .modal-dialog,
.modal.right_modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 450px;
    max-width: 85%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal-dialog {
    /* max-width: 100%; */
    margin: 1.75rem auto;
}

@media (min-width: 576px) {
    .left_modal .modal-dialog {
        max-width: 100%;
    }
    .right_modal .modal-dialog {
        max-width: 100%;
    }
}

.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
    /*overflow-y: auto;
      overflow-x: hidden;*/
    height: 100vh !important;
}

.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
    padding: 15px 15px 30px;
}


/*.modal.left_modal  {
      pointer-events: none;
      background: transparent;
  }*/

.modal-backdrop {
    display: none;
}


/*Left*/

.modal.left_modal.fade .modal-dialog {
    left: -50%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left_modal.fade.show .modal-dialog {
    left: 0;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 1);
}


/*Right*/

.modal.right_modal.fade .modal-dialog {
    right: -50%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right_modal.fade.show .modal-dialog {
    right: 0;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 1);
}


/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header.left_modal,
.modal-header.right_modal {
    padding: 10px 15px;
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.modal_outer .modal-body {
    /*height:90%;*/
    overflow-y: auto;
    overflow-x: hidden;
    height: 91vh;
}

.s-heading {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.7rem;
    padding: 0 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--dark);
    border-radius: 28px;
    border: solid 3px transparent;
    background-image: linear-gradient(var(--dark), var(--dark)), linear-gradient(101deg, var(--lightgreen), var(--darkgreen));
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: all 0.3s ease-in-out;
}

form .form-group {
    border-bottom: none !important;
}

.s-savebtn {
    background-image: linear-gradient(270deg, var(--darkgreen2), var(--lightgreen2));
    border-radius: 10px;
    border: none;
    text-align: center;
}


/* starts rating css */

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}

.rating>input {
    display: none;
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 1.6vw;
    color: #FFD600;
    cursor: pointer;
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important;
}

.rating>input:checked~label:before {
    opacity: 1;
}

.rating:hover>input:checked~label:before {
    opacity: 0.4;
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 14px;
    }
    p {
        font-size: 12px;
    }
}


/* end rating css */

.form-error {
    color: red;
}

.form-success {
    color: #74a72b;
    font-weight: 600;
    font-size: 1.1rem;
}

#cart .badge {
    position: absolute;
    left: 36%;
    top: -35%;
    background: #6fa831;
    color: white;
    border-radius: 50%;
    font-size: 50%;
    font-weight: 600;
}


/* #ex4 .p1[data-count]:after {
    position: absolute;
    right: 10%;
    top: 8%;
    content: attr(data-count);
    font-size: 40%;
    padding: .2em;
    border-radius: 50%;
    line-height: 1em;
    color: white;
    background: rgba(255, 0, 0, .85);
    text-align: center;
    min-width: 1em;
    //font-weight:bold;
} */

.s-btn {
    background: #ededed;
    padding: 0 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #0f4c36 !important;
    margin: 0 auto;
    border-radius: 5px;
    border: 2px solid #e5e5e5;
    text-align: center;
    font-size: 0.85rem;
    height: 32px;
}

.s-btn:hover {
    border: 1px solid black;
}

.s-btn-sel {
    background: #5a8c1d !important;
    color: white !important;
    padding: 0 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 auto;
    border-radius: 5px;
    border: 2px solid #e5e5e5;
    text-align: center;
    font-size: 0.85rem;
    height: 32px;
}

.s-btn.s-btn-sel,
.btn:focus {
    outline: none;
    box-shadow: unset;
}

.circle {
    color: #484d42;
    font-size: 1.1rem;
}

.circle:hover {
    color: #6ea32c;
}

.pad0 {
    padding: 0;
}

.cartimg {
    padding: 0;
    margin-right: -20px;
}

.marpad {
    margin: 0;
    padding: 0;
    margin-top: -6px;
}

.cart-badge {
    padding: 4px;
    left: 36%;
    font-weight: 700;
    color: #f2f6f9;
    background-color: #7aaf31;
    font-size: 0.7rem;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -60%;
}


/* login form modal */


/* .customModal .form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.customModal .form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
    color: grey
}

.customModal .form-control:focus+.form-control-placeholder,
.customModal .form-control:valid+.form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

.customModal .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid grey;
}

.customModal input.form-control:focus,
.customModal input.form-control:after {
    outline-width: 0;
    border-bottom: 1px solid aqua;
    background: transparent;
}

.customModal .modal-title {
    color: #313131;
}

.customModal .modal {
    background-image: radial-gradient(circle 919px at 1.7% 6.1%, rgba(41, 58, 76, 1) 0%, rgba(40, 171, 226, 1) 100.2%);
}

.customModal .tc {
    font-size: 12px;
}

.customModal .modal-footer {
    justify-content: center;
}

.customModal .signup {
    background: rgb(20, 155, 224);
    background: linear-gradient(90deg, rgba(20, 155, 224, 1) 0%, rgba(0, 49, 78, 1) 100%);
    border-radius: 34rem;
    border: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 46px;
}

.customModal .close {
    color: aqua;
    font-size: 12px;
    position: relative;
    top: 20px;
}

.customModal h5 {
    font-size: 2rem;
    font-weight: 900;
}

.customModal .title {
    font-size: 2.25rem;
    font-weight: 700;
}

.customModal .x {
    color: grey;
    font-size: 40px;
    font-weight: 100;
    display: flex;
    flex-direction: row-reverse;
    top: 0;
}

.customModal .btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.customModal .x.focus,
.x:focus {
    outline: 0;
    box-shadow: none !important;
}

.customModal .modal-content {
    border-radius: 15px;
}

.customModal .custom-header {
    display: inline-block;
    text-align: center;
    /* background: #eceeeb; */


/* background-image: radial-gradient(circle 919px at 1.7% 6.1%, #eceeeb 0%, #eceeeb 100.2%); */


}
*/
/*-------------------------------------------------
 * Modal Style 3 CSS start
 *-----------------------------------------------*/
.modal-style-3 .custom-header {
    display: inline-block;
    text-align: center;
}
.modal-style-3 .modal-content {
    border-radius: 15px;
}
.modal-style-3 .modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}
.modal-style-3 .modal-login h4 {
    text-align: center;
    font-size: 18px;
    width: 100%;
}
.modal-style-3 .modal-header .close {
    position: absolute;
    right: 10px;
}
.modal-style-3 .close:focus,
.modal-style-3 .close:active {
    outline: none !important;
    box-shadow: none;
}
.modal-style-3 .modal-login a {
    text-decoration: none !important;
}
.modal-style-3 .modal-login .form-control {
    background-color: #fff;
    font-size: 13px;
}
.modal-style-3 .btn-signin {
    border-radius: 25px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: #c58b33;
    border-color: #c58b33;
}
@media only screen and (max-width: 360px) {
    .modal-style-3 .modal-login {
        width: 100%;
        margin: 5px;
    }
    
    .modal-style-3 .modal-login form {
        width: 100%;
    }
}

/*modal style 3 end*/
.s-account-btn:hover {
    color: #ffffff !important;
    background-color: #72aa31;
}
.s-section {
    margin-top: 130px;
}
.product-price,
.product-price-other {
    font-size: 1.5rem !important;
}
.featured-block {
    padding: 0rem !important;
}
.custom-block .flex-block {
    margin: 1px 1px !important;
}
.tooltip-area a.nav-link {
    max-width: 130px;
}
.sorting-block.active {
    max-width: 1450px;
}
.contact-us {
    background: #ffffff url(../images/background.png) repeat 0 0;
    background-size: auto;
    background-size: cover;
}
.s-section-bg {
    background: #ffffff;
    background-size: auto;
    background-size: cover;
}
.s-active-btn {
    border-color: #72aa31 !important;
    background: #72aa31 !important;
    color: white !important;
}

/* .progress-bar {
    background-color: #5e9e31;
} */
.wrapper {
    width: 330px;
    font-family: 'Helvetica';
    font-size: 14px;
}
.StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
}
.StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: 100%;
}
.StepProgress-item {
    position: relative;
    counter-increment: list;
}
.StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}
.StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
}
.StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -37px;
    width: 20px;
    height: 20px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-color: #FFF;
}
.StepProgress-item.is-done::before {
    border-left: 2px solid green;
}
.StepProgress-item.is-done::after {
    content: "✔";
    font-size: 13px;
    color: #FFF;
    text-align: center;
    border: 2px solid green;
    background-color: green;
}
.StepProgress-item.is-cancel::after {
    content: "🗙" !important;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    border: 2px solid green;
    background-color: green;
}
.StepProgress-item.current::before {
    border-left: 2px solid green;
}
.StepProgress-item.current::after {
    content: counter(list);
    padding-top: 1px;
    width: 25px;
    height: 25px;
    top: -4px;
    left: -40px;
    font-size: 14px;
    text-align: center;
    color: green;
    border: 2px solid green;
    background-color: white;
}
.StepProgress strong {
    display: block;
}
.offerbtn {
    height: 30px;
    font-size: 0.9rem;
    padding: 0 1rem;
}
.social-icons a {
    color: black;
    font-size: 1.6rem !important;
    padding: 0.5rem 0.5rem;
}

/* Floating Social Media Bar Style Starts Here */
.fl-fl {
    background: #80b231;
    letter-spacing: 0px;
    padding: 2px;
    width: 190px;
    position: fixed;
    right: -145px;
    z-index: 1000;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.fl-fl .fa {
    font-size: 20px;
    color: #fff;
    padding: 6px 0;
    width: 34px;
    margin-left: 8px;
}
.fl-fl:hover {
    right: 0;
}
.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    /* line-height: 43px!important;
	vertical-align: top!important; */
}
.float-fb {
    /* top: 165px; */
    
    top: 30rem;
    border-top-left-radius: 10px;
}
.float-tw {
    /* top: 210px; */
    
    top: 33rem;
}
.float-gp {
    /* top: 260px; */
    
    top: 36rem;
}
.float-rs {
    /* top: 310px; */
    
    top: 39rem;
    border-bottom-left-radius: 10px;
}
.social-media-modal .title {
    font-size: 1.2rem;
    color: #FFF;
    font-weight: 900;
    text-shadow: 1px 1px 1px #6a5c5c;
}
.social-media-modal .facebook .modal-content {
    background: #fff;
}
.social-media-modal .facebook .modal-header {
    border-bottom: 1px solid #445E95;
    background: #4267B2;
}
.social-media-modal .twitter .modal-content {
    background: #fff;
}
.social-media-modal .twitter .modal-header {
    border-bottom: 1px solid #445E95;
    background: #4267B2;
}
@media screen and (max-width: 1366px) {
    .float-fb {
        top: 300px;
    }
    
    .float-tw {
        top: 350px;
    }
    
    .float-gp {
        top: 400px;
    }
    
    .float-rs {
        top: 450px;
    }
}
@media screen and (max-width: 768px) {
    /* .float-fb {
		top: 365px;
	  }
	  
	  .float-tw {
		top: 410px;
		}
	  
	  .float-gp {
		top: 460px;
		}
	  
	  .float-rs {
		top: 510px;
	  } */
    
    .social-media-sticky {
        display: none;
    }
}
.StepProgress-item.is-complete::after {
    content: "✔" !important;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    border: 2px solid green;
    background-color: green;
}

/* Floating Social Media Bar Style Ends Here */

/*Profile Pic Start*/
.picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}
.picture {
    width: 106px;
    height: 106px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 5%;
    margin: 0px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.picture:hover {
    border-color: #2ca8ff;
}
.content.ct-wizard-green .picture:hover {
    border-color: #05ae0e;
}
.content.ct-wizard-blue .picture:hover {
    border-color: #3472f7;
}
.content.ct-wizard-orange .picture:hover {
    border-color: #ff9500;
}
.content.ct-wizard-red .picture:hover {
    border-color: #ff3b30;
}
.picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}
.picture-src {
    width: 100%;
}

/*Profile Pic End*/

/* 06-02-2023 */
.breadcrumb li a {
    color: #0f4c36;
}
.breadcrumb {
    background-color: white
}
.name_menu {
    margin: 0;
    padding: 0;
    text-align: right;
    position: relative;
    right: 10rem;
    padding-bottom: 0.2rem;
    color: #359049;
    font-weight: 500 !important;
    top: -0.8rem;
    font-size: 0.9rem;
}
.profiledown li {
    /* padding: 10px 7px; */
    
    margin-top: 12px;
    line-height: 20px;
}
.custom_nav li {
    border-bottom: 1px dashed #c9c7c7;
}
.custom-bg {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
    background: #cccccc61;
    border-radius: 10px;
}
.swal2-popup.swal2-toast {
    padding: 0.5em !important;
}
.swal2-popup.swal2-toast .swal2-title {
    font-size: 0.9em !important;
}
.color_circle {
    font-size: 1.5rem;
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #c8bcbc;
    border-radius: 50%;
    padding: 3px 6px;
}
.sel_color_circle {
    font-size: 1.5rem;
    border: 1px solid #1a7432;
    background-color: #FFFFFF;
    border-radius: 50%;
    padding: 3px 6px;
    margin-right: 10px;
}
.contact-prod-text {
    color: #514d4d;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize
}
@media screen and (max-width: 1666px) {
    .name_menu {
        right: 3rem;
    }
}
@media screen and (max-width: 1024px) {
    .name_menu {
        right: 1rem;
    }
}
.serachBar .form-control-underlined {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    padding-left: 0;
}
.serachBar .form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
}
.serachBar .form-control:focus {
    box-shadow: unset;
}

/* add on 25-03-2023 */
.custom-modal.modal.modal-left .modal-dialog,
.custom-modal.modal.modal-right .modal-dialog,
.custom-modal.modal.modal-top .modal-dialog,
.custom-modal.modal.modal-bottom .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

/* Left & Right */
.custom-modal.modal.modal-left .modal-dialog,
.custom-modal.modal.modal-right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    max-width: 100%;
    height: 100%;
}
.custom-modal.modal.modal-left .modal-content,
.custom-modal.modal.modal-right .modal-content {
    height: 100%;
    overflow-y: auto;
}
.custom-modal.modal.modal-left .modal-body,
.custom-modal.modal.modal-right .modal-body {
    padding: 15px 15px 80px;
}
.custom-modal.modal.modal-left.fade .modal-dialog {
    left: -500px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}
.custom-modal.modal.modal-left.fade.show .modal-dialog {
    left: 0;
}
.custom-modal.modal.modal-right.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.custom-modal.modal.modal-right.fade.show .modal-dialog {
    right: 0;
}
.custom-modal.modal.modal-left .modal-content,
.custom-modal.modal.modal-right .modal-content,
.custom-modal.modal.modal-top .modal-content,
.custom-modal.modal.modal-bottom .modal-content,
.custom-modal.modal.modal-full .modal-content {
    border-radius: 0;
    border: none;
}
.custom-modal.modal.modal-left .modal-dialog.modal-sm,
.custom-modal.modal.modal-right .modal-dialog.modal-sm {
    width: 300px;
}
.custom-modal.modal.modal-left .modal-dialog.modal-lg,
.custom-modal.modal.modal-right .modal-dialog.modal-lg {
    width: 800px;
}
.custom-modal.modal.modal-left .modal-dialog.modal-xl,
.custom-modal.modal.modal-right .modal-dialog.modal-xl {
    width: 1140px;
}

/* Top and Bottom */
.custom-modal.modal.modal-top .modal-dialog,
.custom-modal.modal.modal-bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.custom-modal.modal.modal-top .modal-content,
.custom-modal.modal.modal-bottom .modal-content {
    height: auto;
    overflow-y: auto;
}
.custom-modal.modal.modal-top .modal-body,
.custom-modal.modal.modal-bottom .modal-body {
    padding: 25px 15px 0px;
}

/* Top */
.custom-modal.modal.modal-top.fade .modal-dialog {
    top: -100%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}
.custom-modal.modal.modal-top.fade.show .modal-dialog {
    top: 0;
}

/* Bottom */
.custom-modal.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
}
.custom-modal.modal.modal-bottom.fade.show .modal-dialog {
    bottom: 0;
}
.custom-modal.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
}

/* Full Screen */
.custom-modal.modal.modal-full .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.custom-modal.modal.modal-full .modal-content {
    height: 100%;
    overflow-y: auto;
}
.custom-modal.modal.modal-full .close-modal {
    position: fixed;
    top: 0;
    right: 3rem;
}

/* Footer */
.custom-modal.modal-footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
}

/* XS */
.custom-modal.modal.modal-left.xs .modal-body,
.custom-modal.modal.modal-right.xs .modal-body {
    padding: 15px;
}

/* Full screen modal menu indicators */
.custom-modal a.has-sub:after {
    font-family: "FontAwesome";
}
.custom-modal a.has-sub:after {
    content: "\f107";
    margin-left: 1rem;
}
.custom-modal a.has-sub[aria-expanded="true"]:after {
    content: "\f106";
}
.custom-modal.modal-bottom .modal-content {
    background-color: rgba(26, 26, 26, 0.92);
}
.custom-modal.modal-bottom .modal-header {
    border-bottom: unset;
}
.text-white {
    color: #ffffff;
}
.font-stl {
    font-style: oblique;
    letter-spacing: 1px;
    font-size: 0.8rem;
}
.custom-modal.modal {
    top: 82% !important;
}
.mobile_search {
    display: none;
}
@media screen and (max-width: 768px) {
    .mobile_search {
        display: flex !important;
    }
}