@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  font-family: "Roboto", sans-serif;
}
label.error {
    color: red;
}
.custom-wrapper {
    margin: 0;
    width: 70%;
    padding: 0px 25px 40px;
    position: relative;
    left: 63px;
}

.header h2 {
    font-size: 30px;
    color: #01940b;
    display: flex;
    justify-content: center;
    padding: 20px;
}
.pagination {
  width: 100%;
  justify-content: center!important;
  border: 1px solid #ddd;
  border-radius: 10px;
margin-bottom: 15px;
}
.pagination .currentpage a {
  background-color: #f65d0c !important;
}

/* Styles for the price input container */
.price-input-container {
    width: 100%;
}

.price-input .price-field {
    display: flex;
    margin-bottom: 22px;
}

.price-field span {
    margin-right: 10px;
    margin-top: 6px;
    font-size: 17px;
}

.price-field input {
    flex: 1;
    height: 35px;
    font-size: 15px;
    font-family: "DM Sans", sans-serif;
    border-radius: 9px;
    text-align: center;
    border: 0px;
    background: #e4e4e4;
}

.price-input {
    width: 100%;
    font-size: 19px;
    color: #555;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slider {
    width: 100%;
}

.slider {
    height: 6px;
    position: relative;
    background: #e4e4e4;
    border-radius: 5px;
}

.slider .price-slider {
    height: 100%;
    left: 25%;
    right: 15%;
    position: absolute;
    border-radius: 5px;
    background: #01940b;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    top: -5px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none;
}

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 70%;
    background: #555;
    pointer-events: auto;
    -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
    .main {
        width: 80%;
        margin-right: 5px;
    }

    .custom-wrapper {
        width: 100%;
        left: 0;
        padding: 0 10px;
    }

    .projtitle {
        width: 100%;
        position: relative;
        right: 26px;
    }

    .price-input {
        flex-direction: column;
        align-items: center;
    }

    .price-field {
        margin-bottom: 10px;
    }
}
.testi-slider .testimonial-card {
            border-radius: 14px;
            padding: 20px;
            min-height: 170px;
            transition: transform .35s cubic-bezier(.2, .9, .2, 1), box-shadow .35s;
            background: #fff;
            box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
            height: 320px;
            margin-bottom: 20px;
        }

       .testi-slider .testimonial-card:hover {
            transform: translateY(-6px);
            box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
        }


       .testi-slider .avatar {
            flex: 0 0 72px;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            border: 3px solid rgba(255, 255, 255, 0.06);
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #f65d0c, #f65d0c);
            margin: 0 auto;
        }

       .testi-slider .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }


      .testi-slider  .content {
            flex: 1
        }

       .testi-slider .meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px
        }

      .testi-slider  .who {
            font-weight: 600
        }

     .testi-slider .role {
            color: var(--primary-color);
            font-size: 13px;
        }


      .testi-slider  .quote {

            font-size: 1rem;
            line-height: 1.6;
            position: relative;
            padding: 10px;
        }

     .testi-slider   .quote::before {
            content: "\201C";
            font-size: 3rem;
            color: var(--primary-color);
            position: absolute;
            left: -10px;
            top: -14px;
        }

       .testi-slider .quote::after {
            content: "\201D";
            /* closing quote */
                 font-size: 3rem;
            color: var(--primary-color);
            position: absolute;
            right: -10px;
            bottom: -10px;
        }

     .testi-slider   .rating {
  font-size: 27px;
}
.testi-slider .owl-prev {
  position: absolute;
  left: 0;
  top: 45%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f65d0c !important;
  color: #fff !important;
  opacity: 0;
}

.testi-slider .owl-next {
  position: absolute;
  right: 0;
  top: 45%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f65d0c !important;
  color: #fff !important;
  opacity: 0;
}

.testi-slider:hover .owl-next {
  opacity: 1;
}

.testi-slider:hover .owl-prev {
  opacity: 1;
}




@media only screen and (max-width:767px) {
.testi-slider .testimonial-card {
  height: 100%;
  margin-bottom: 0;
}

}
.disPercentage {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background: var(--secondary-color);
  color: #fff;
  padding: 3px 13px;
}
.slid-bg {
  background: #ddd !important;
  padding: 40px 0 !important;
}
.prodetaill {
  padding: 40px 0;
}

.item-info.text-center h2 {
  height: 64px !important;
  overflow: hidden;
}



.socail-sharing a i {
  background: var(--secondary-color) !important;
}
.socail-sharing a i:hover {
  background: #ddd !important;
  color: var(--secondary-color) !important;
}
#pid2del {
  background: var(--secondary-color) !important;
}
.panel2 {
  background: #fff !important;
  padding: 20px;
}
.panel2 {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.panel.panel-info {
  margin-top: 10px;
}
.panel-heading {
  background: #ddd;
  padding: 0 20px;
}
.nomargin strong {
  font-size: 20px;
}
.myaccount-nav .nav .nav-link.active {
  background: var(--primary-color) !important;
}
.account-wrapper-desc {
  padding: 10px !important;
}
.page-pagination-area nav ul li a {
  color: var(--secondary-color)!important;
}
.page-pagination-area nav ul {

    margin-right: auto;

    margin-left: auto;

    display: table;

    margin-top:40px;

}

.page-pagination-area nav ul li {

    margin: 0 4px;

    display: inline-block;

}

.page-pagination-area nav ul li a {

    background: #f30770;

    color: #fff;

    border: 1px solid #f30770;

    padding: 10px 15px;

}

.page-pagination-area nav ul li a:hover {

    background: var(--secondary-color);

    border-color: var(--secondary-color);

    color: #fff;

}

.page-pagination-area nav ul li a.active {

    background: var(--secondary-color);

    border-color: var(--secondary-color);

    color: #fff;

}

.page-pagination-area nav ul li a {

    background: transparent;

    color: #fff;

    border: 2px solid var(--secondary-color);

    padding: 8px 12px;

    font-weight: 600;

    font-size: 13px;

}

.dashboard-content a {
  color: var(--secondary-color);
}
.profile-edit-btn {
  background: var(--secondary-color);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 16px;
}
.myaccount-nav .nav li a {
  background: var(--secondary-color)!important;
}
.emp-profile {
  margin-top: 10px;
}
.profile-edit-btn:hover {
  background: var(--primary-color);
  color: #fff;
}
.myaccount-nav .nav li a:hover {
  background: var(--primary-color) !important;
}
.myaccount-nav {
  background: #fff;
  height: 100%;
  padding: 10px;
}
.my-account-holder {
  background: #ddd;
  padding: 60px 0;
}
.dashboard-content {
  padding: 15px !important;
}
.account-wrapper-desc {
  background: #fff;
  padding: 5px;
  border-radius: 10px;
}
.dashboard-content h2 {
  font-size: 24px;
  margin-bottom: 0;
}
#cnfrm_password {
  margin-bottom: 10px;
}
.contact-form form input[type="text"], .contact-form form input[type="email"], .contact-form form textarea {
  height: 50px !important;
  margin-bottom: 20px !important;
}
/*----------------------------------------*/

/* Breadcrumb CSS

/*----------------------------------------*/

.breadcrumb-area .breadcrumb {

  background:#f8f8f8;

  margin-bottom: 0;

  padding: 16px 15px;

}

.breadcrumb-area .breadcrumb ul{

    margin-bottom: 0;

}

.breadcrumb-area .breadcrumb {

    background: #f8f8f8;

    margin-bottom: 0;

    padding: 10px 0;

}

.breadcrumb-area{

  background:#f8f8f8;

}

.breadcrumb li + li::before {

  content: "\f105";

  font-family: fontawesome;

  padding: 0 5px;

  vertical-align: middle;

}



.breadcrumb li a {

    color: #333333;

    font-size: 14px;

    line-height: 25px;

    margin-right: 5px;

    text-transform: capitalize;

}
/*----------------------------------------*/

/* Breadcrumb CSS

/*----------------------------------------*/

.breadcrumb-area .breadcrumb {

  background:#f8f8f8;

  margin-bottom: 0;

  padding: 16px 15px;

}

.breadcrumb-area .breadcrumb ul{

    margin-bottom: 0;

}

.breadcrumb-area .breadcrumb {

    background: #f8f8f8;

    margin-bottom: 0;

    padding: 10px 0;

}

.breadcrumb-area{

  background:#f8f8f8;

}

.breadcrumb li + li::before {

  content: "\f105";

  font-family: fontawesome;

  padding: 0 5px;

  vertical-align: middle;

}



.breadcrumb li a {

    color: #333333;

    font-size: 14px;

    line-height: 25px;

    margin-right: 5px;

    text-transform: capitalize;

}

.cart-main-area {
  background: #ddd;
  padding: 20px 0;
}
.bred-section {
  margin-bottom: 0!important;
}
.wc-proceed-to-checkout a {
  background: #0f2f51 none repeat scroll 0 0 !important;
}
.cart-main-area .section-title h2,
.coupon-area .section-title h2 {
    text-transform: capitalize;
    color: #555;
    font-weight: 500;
}

.shipping_method input {
    background: #eceff8 none repeat scroll 0 0;
    border: 2px solid #eceff8;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #626262;
    font-size: 14px;
    height: 45px;
    padding-left: 10px;
    width: inherit;
}
.mb-45{
    margin-bottom: 45px;
}
.cart-title-area {
    padding-top: 30px;
}

.car-header-title h2 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
}

.table-content table th {
    border-top: medium none;
    font-weight: 500;
    padding: 20px 10px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 15px;
}

.table-content table th,
.table-content table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 13px;
}

.table-content table td input {
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #6f6f6f;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    padding: 0 5px 0 10px;
    width: 60px;
}

.table-content table td.product-subtotal {
    font-size: 15px;
    font-weight: 600;
    width: 120px;
}

.table-content table td.product-name a,
.product-stock-status span {
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    color: #6f6f6f;
    text-transform: capitalize;
}

.product-stock-status span {
    color: green;
    font-weight: 600;
}

.table-content table td.product-name {
    width: 270px;
}

.table-content table td.product-thumbnail {
    width: 100px;
}

.table-content table td.product-remove i {
    color: #919191;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.table-content table .product-price .amount {
    font-size: 15px;
    font-weight: 600;
}

.table-content table td.product-remove a:hover i {
    color: #f30770;
}

.table-content table td.product-quantity {
    width: 180px;
}

.table-content table td.product-remove {
    width: 150px;
}

.table-content table td.product-price {
    width: 130px;
}

.table-content table td.product-name a:hover,
.buttons-cart a:hover {
    color: #f30770;
}

.product-thumbnail img {
    width: 100%;
}

.buttons-cart {
    margin-bottom: 30px;
    overflow: hidden;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
    background: #f30770 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: inherit;
    border-radius: 4px;
}

.wc-proceed-to-checkout {
    clear: both;
    display: block;
}

.buttons-cart input:hover,
.coupon input[type="submit"]:hover,
.buttons-cart a:hover,.wc-proceed-to-checkout a:hover {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
}

.buttons-cart a {
    color: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
}

.cart_totals {
    width: 100%;
}
.btn-order1 a:hover{
  background-color: #f30770;
}
.btn-order1 a {
    display: block;
    background-color: #f30770;
    color: #fff;
    font-size: 18px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    margin-top: 30px;
}
.btn-order1 a:hover,
.btn-order1 a:focus {
  color:#FFF;
  text-decoration:none;
  background-color: #2d2d2d;
  outline:0;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

.cart_totals h2 {
    border-bottom: 2px solid #222;
    display: inline-block;
    font-size: 20px;
    margin: 0 0 35px;
    text-transform: uppercase;
    font-weight: 500;
}

.cart_totals table {
    border: medium none;
    margin: 0;
    text-align: right;
}

.cart_totals table th {
    border: medium none;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px 12px 0;
    text-align: right;
    text-transform: uppercase;
    vertical-align: top;
}

.cart_totals table td {
    border: medium none;
    padding: 0 0 12px;
    vertical-align: top;
}

.cart_totals table td .amount {
    color: #222222;
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
    text-align: right;
    text-transform: uppercase;
}

.cart_totals table td ul#shipping_method {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.cart_totals table td ul#shipping_method li {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    text-indent: 0;
    width: 100%;
}

.cart_totals table td ul#shipping_method li input {
    margin: 0;
    position: relative;
    top: 2px;
}

a.shipping-calculator-button {
    font-weight: bold;
    color: #6f6f6f;
}

a.shipping-calculator-button:hover {
    color: #83CBDC
}

.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
}

.cart_totals table tr.order-total th {
    font-weight: 700;
}
.wc-proceed-to-checkout a:hover{
    background: #000;
}
.text-md-right {
    text-align: right!important;
}
.float-md-right {
    float: right!important;
}
.wc-proceed-to-checkout a {
    background: #f30770;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 30px;
    text-transform: none;
    border-radius: 4px;
}

.amount del {
    font-size: 13px;
    margin-left: 5px;
    font-weight: 600;
}

.cart-main-area.wish-list .product-remove {
    width: 20px;
}

.cart-main-area.wish-list table td.product-thumbnail {
    width: 140px;
}

.cart-main-area.wish-list .product-add-to-cart a {
  text-transform: uppercase;
}

.cart-main-area.wish-list td.product-add-to-cart {
    width: 240px;
}
.coupon-area .coupon-info input {
    background: transparent;
    border: 1px solid #e5e5e5;
}
.checkbox-form span.current {
    display: initial;
}
.mb-30 {
    margin-bottom: 30px;
}
.mtb-30 {
    margin: 30px 0;
}
.checkbox-form .nice-select.wide .list {
    height: 300px;
    overflow-y: scroll;
}
.coupon-area .coupon-info .checkout-coupon .code:focus {
    border: 1px solid #e5e5e5;
}

.product-stock-status span {
  color: green;
  font-weight: 600;
}
.coupon-accordion h3 {
    background-color: #f6f6f6;
    border-top: 3px solid #222222;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none;
    margin-bottom: 30px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    text-transform: capitalize;
    width: auto;
}
.coupon-accordion h3::before {
    color: #777;
    content: "\f0f6";
    display: inline-block;
    font-family: 'FontAwesome';
    left: 16px;
    position: absolute;
    top: 16px;
}
.coupon-accordion span {
    cursor: pointer;
    color: #6f6f6f;
    -webkit-transition: .3s;
    transition: .3s
}
.coupon-accordion span:hover,
p.lost-password a:hover {
    color: #f30770;
}
.coupon-content {
    border: 1px solid #e5e5e5;
    display: none;
    margin-bottom: 20px;
    padding: 20px;
}
.coupon-info p.coupon-text {
    margin-bottom: 15px
}
.coupon-info p {
    margin-bottom: 0
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    display: block;
    color: inherit;
}
.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 700;
}
.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid #ccc;
    height: 34px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 370px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
    background: #222222 none repeat scroll 0 0;
}
.coupon-info p.form-row input[type="checkbox"] {
    height: inherit;
    position: relative;
    top: 2px;
    width: inherit;
}
.form-row > label {
    margin-top: 7px;
}
p.lost-password {
    margin-top: 15px;
}

p.lost-password a {
    color: #6f6f6f;
    font-size: 12px;
}
p.checkout-coupon input[type=text] {
    height: 36px;
    padding-left: 10px;
    width: 170px;
}
p.checkout-coupon input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    height: 36px;
    margin-left: 6px;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: inherit;
}
.coupon-checkout-content {
    margin-bottom: 30px;
    display: none;
}
.checkbox-form h3 {
    border-bottom: 1px solid #ebebeb;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 22px;
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    font-size: 22px;
    font-weight: 500;
}

.country-select label,
.country-select label,
.checkout-form-list label {
    color: #333;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
    display: block;
    font-weight: 600;
    font-size: 15px;
}

.country-select label span.required,
.checkout-form-list label span.required {
    color: red;
}

.country-select select {
    border: 1px solid #ddd;
    height: 32px;
    padding-left: 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075)
}

.checkout-form-list label {
    color: #333333;
    font-size: 15px;
}

.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 0;
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.075);
    height: 34px;
    padding: 0 0 0 10px;
    width: 100%;
}
.country-select .nice-select {
    height: 37px;
    line-height: 35px;
}
.checkout-form-list {}
.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    height: inherit;
    margin-right: 10px;
    position: relative;
    top: 0;
    width: inherit;
}

.create-acc label {
    color: #333;
    display: inline-block;
}

.create-accounts {
    display: none
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
}

.order-notes textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #eceff8;
    font-size: 14px;
    height: 90px;
    padding: 15px;
    width: 100%;
}

#ship-box-info {
    display: none
}

.your-order {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 40px 45px;
}

.your-order h3 {
    border-bottom: 1px solid #ebebeb;
    font-size: 25px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 500;
}

.your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}

.amount {
    color: #666;
    font-size: 15px;
    font-weight: 500;
}

.your-order-table table th {
    border-top: medium none;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total th {
    border-bottom: medium none;
    font-size: 18px;
    font-weight: 600;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
    background: #F9F9F9
}

.your-order-table table tr.order-total td span {
    color: #222222;
    font-size: 22px;
    font-weight: 600;
}

.payment-method {
    margin-top: 40px;
}

.payment-accordion h3 {
    border-bottom: 0 none;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.payment-accordion h3 a {
    color: #6f6f6f;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    text-transform: capitalize;
    text-decoration: none
}

.payment-accordion h3 a:before,
.payment-accordion h3.open a:after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢";
    display: inline-block;
    font-family: fontawesome;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: -2px;
}

.payment-accordion h3.open a:after {
    content: "\f056";
}

.payment-content p {
    font-size: 13px;
}

.payment-accordion img {
    height: 60px;
    margin-left: 15px;
}

.order-button-payment input {
    background: #f30770;
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.order-button-payment input:hover {
    background: #444
}

.card-header {
    background-color: #f5f5f5;
    padding: 0;
}

.card {
    margin-top: 5px;
}

.card .btn-link {
    color: #232323;
    font-weight: 600;
}
.user-area-style .contact-form-action {
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    transition: all .5s;
    padding: 30px;
    border-radius: 5px;
}
.user-area-style .form-group label span {
    color: #ff0033;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check {
    margin-bottom: 10px;
}
.user-area-style .default-btn {
    display: block;
    margin-top: 20px;
    width: 100%;
    border-radius: 30px;
    border: none;
}
.lost-your-password {
    text-align: right;
}
.login-sign-text {
    margin-top: 30px;
    border-top: 1px solid #eee;
    text-align: center;
    padding-top: 10px;
}
.login-title h2 {
    margin-bottom: 30px;
    font-size:24px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    text-align: center;
}
.user-area-style .form-group label {
    font-weight: 700;
    margin-bottom: 5px;
}
.login-sign-text a {
    color: #f30770;
}
.text-left{
    text-align: left;
}
.login-sign-text.text-left p {
    font-size: 12px;
}
.contactbg {
    background: #eef1f7;
    padding: 30px;
    min-height: 346px;
    position: relative;
}
.stm_lms_ent_groups h4 {
    padding: 15px;
    margin-bottom: 0;
    font-size: 16px;
}
.stm_lms_ent_groups {
    position: relative;
    margin-bottom: 10px;
    min-height: 46px;
    background-color: #fff;
    border-top: 3px solid #7a0000;
    cursor: pointer;
}
.form-group-file a {
    position: absolute;
    top: 0;
    background: #7a0000;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    z-index: -1;
}
.form-group-file input {
    display: inherit;
    width: 100px;
    z-index: 1;
    opacity: 0;
}
.form-group-file {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 40px;
    width: 172px;
    z-index: 99;
}
.user-area-style {
    background: #f5f5f5;
}
.myaccount-nav .nav li a:hover {
    background: #000;
}

.myaccount-nav .nav li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.myaccount-nav .nav li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    background: #f30770;
    border-radius: 3px;
    display: block;
    padding: 10px 15px;
}
.dashboard-content h3 {
    font-size: 22px;
}
.breadcrumb li {
    color: #f30770;
}
.dashboard-content .table-responsive table thead {
  background: #ebebeb;
}
.dashboard-content .table-responsive table thead tr th {
  text-align: center;
}
.dashboard-content .table-responsive table tbody tr td {
  border-right: 1px solid #ebebeb;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
  text-align: center;
}
.woocommerce-Message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    border-top: 3px solid #f30770;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-Message .default-btn {
    padding: 7px 15px;
    font-weight: 500;
    float: right;
}
.woocommerce-Message:before {
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    content: "\f133";
    color: #f30770;
}
.dashboard-content .nice-select .list {
    height: 300px;
    overflow-y: scroll;
}
a {
  text-decoration: none;
}
.price {
  font-size: 26px;
}
.new-price {
  color: var(--secondary-color);
  font-weight: 700;
}
.product-descrption select {
  padding: 3px 5px;
  border-radius: 5px;
  border: 1px solid #212529;
  font-size: 16px;
}
.sku_class p {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 8px;
  color: #4a4747;
  font-size: 16px;
}
.highlight p {
  background-color: var(--secondary-color);
  width: 20%;
  padding: 0px;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}


.products-details-desc .products-add-to-cart .input-counter input {
  height: 45px;
  color: var(--blackColor);
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.products-details-desc .products-add-to-cart .input-counter {
  max-width: 120px;
  min-width: 120px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
}
.default-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: none;
  background-color: var(--secondary-color);
  color: #FFF;
  box-shadow: unset;
  text-align: center;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 0;
  height: 45px;
  top: -1px;
  text-transform: uppercase;
  font-size: 12px;
}
.socail-sharing a {
  color: #000;
  font-size: 14px;
}
.socail-sharing a i {
  background: var(--secondary-color);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  padding: 6px;
  color: #fff;
}
.socail-sharing a i:hover {
  background: #e9eaeb;
  color: #f65d0c;
}
.default-btn:hover {
  background-color: var(--primary-color);
  color: #FFF;
}

@media screen and (max-width: 768px) {
 
.highlight p {
  width: 30%;
}
#qtysec {
  margin-bottom: 10px;
}

}
.pnf {
position: relative;
background-color: #f7f6f7;
color: #515151;
border-top: 3px solid #f65d0c;
list-style: none outside;
width: 100%;
word-wrap: break-word;
padding: 10px;
padding-left: 10px;
margin: 30px 0;
font-size: 14px;
font-weight: 600;
padding-left: 30px;
}
.pnf::before {
display: inline-block;
position: absolute;
top: 10px;
left: 10px;
content: "\f058";
font-family: FontAwesome;
color: #f65d0c;
}

body {
  font-size: 18px;
  line-height: 1.714;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  color: #101010;
}

:root {
  --heding-font: "Montserrat", sans-serif;
  --primary-color: #0f2f51;
  --secondary-color: #f65d0c;

}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

/* ====================================================================
Main Header
====================================================================
 */

.header-span {
  position: relative;
  height: 110px;
  display: block;
  width: 100%;
}



.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-lower .logo-box {
  position: relative;
}

.logo img {
  width: 130px;
  padding: 10px 0;
}

.main-header {
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.main-header.sticky .header-lower {
  position: fixed;
  width: 100%;
  top: 0;
}


.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}




.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  align-items: center;
  display: flex;
  margin-bottom: 0;
}

.main-menu .navigation>li {
  position: relative;
  float: left;
  padding: 10px 0px;
  margin-right: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
  margin-right: 0;
}


.main-menu .navigation>li>a {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}

.main-menu .navigation>li>a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}

.main-menu .navigation>li>a:hover {
  color: var(--secondary-color);
}

.btn1 i {
  margin-right: 6px;
}




.main-menu .navigation>li.dropdown>a {
  padding-right: 16px;
  margin-right: -14px;
}

.main-menu .navigation>li.dropdown>a::after {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 12px;
  z-index: 5;
  font-family: "Font Awesome 6 Free";
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 900;
}

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;

}

.main-menu .navigation>li>ul::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 6px solid transparent;
  bottom: 0;
  left: calc(20% - 5px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 999;
  border-bottom: 10px solid #edf2f6 !important;
  top: -15px;
}

.main-menu .navigation>li>ul {
  position: relative;
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 240px;
  z-index: 100;
  padding: 10px 0 0;
  background-color: #fff;
  margin-top: 30px;
  opacity: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 8px 0px;
  line-height: 29px;
  font-size: 16px;
  color: #4f4f4f;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
  color: var(--secondary-color);
}

.main-menu .navigation>li>ul>li.dropdown>a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

ul {
  list-style-type: none;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  visibility: hidden;
  left: 100%;
  top: 0px;
  width: 250px;
  z-index: 100;
  background-color: #fff;
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  border-bottom: 1px solid #ebf1f5;
  width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}


.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid rgb(32, 75, 161);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: rgb(32, 75, 161);
  cursor: pointer;
  z-index: 5;
  display: none;
}



.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}



.nav.main-menu {
  align-items: center;
  justify-content: left;
  width: 100%;
}

#navigation {
  background: #0f2f51;
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}


/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color1);
  display: none;
  top: 0px;
  margin-left: 25px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}

.mobile-menu .close-btn {
  position: relative;
  top: 10px;
  right: 10px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color2);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}

.mobile-menu .nav-logo img {
  max-height: 40px;
}

.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  background-color: #fff;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: rgb(32, 75, 161);
  font-weight: 400;
  text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: var(--secondary-color);
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 2px solid var(--secondary-color);
}


.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
}

.mobile-menu .navigation li>ul>li {
  padding-left: 20px;
}



.main-box .btn1 {
  width: 280px;
  text-align: center;
}



.topbar {
  background: #0d2f51;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}

.searchbarform {
  display: flex;
  gap: 20px;
  align-items: center;
}

.hdwight {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.searchbarform button {
  background-color: #f65d0c;
  color: #fff;
  padding: 5px 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
  border-radius: 5px;
}

.searchbarform input {
  position: relative;
  padding: 10px 30px;
  border-radius: 5px;
}

.searchbarform i {
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 2;
  color: #6c757d;
}

.searchbarform {
  position: relative;
}

.hdwight li span {
  padding-left: 5px;
}

.hdwight i {
  font-size: 20px;
}

.hdwight li a {
  color: #4f4f4f;
}

.main-menu .navigation>li>ul>li:hover ul {
  top: calc(100% + -23px);
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  display: block;
  padding: 8px 0px;
  line-height: 29px;
  font-size: 16px;
  color: #4f4f4f;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
  color: var(--secondary-color);
}

.ctli::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 18px;
  left: 128px;
  background: #ddd;
  top: 17px;
}

.ctli {
  position: relative;
}

.hdwight.bobile {
  display: none;
}

/* ==================hero section ============== */

main {
  background: #ddd;
  padding: 0 0 20px 0;
}

.catagory-list-menu.hidden-menu {
  background: #fff;
}

.item img {
  width: 100%;
  height: 370px;
  display: block;
}

.boxbanner a img {
  width: 100%;
  height: 172px;
  margin-bottom: 27px;
}

.boxbanner ul li a {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #000;
  margin-bottom: 10px;
}

.whatsapp i {
  color: #075E54 !important;
}

.bnrtxt p {
  margin-bottom: 0;
  font-size: .875rem;
  text-transform: uppercase;
}

.bnrtxt span {
  font-size: .75rem;
  display: block;
}

.boxbanner ul li span i {
  font-size: 30px;
  color: #f65d0c;
}

.boxbanner.one {
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.item-img img {
  width: 100%;
  height: 200px;
  object-fit: fill;
}

.hero-slider .owl-dots {
  position: relative;
  width: 100%;
  bottom: 50px;
}

.hero-slider .owl-dots .owl-dot.active span {
  background-color: var(--secondary-color) !important;
}

.hero-slider .owl-prev {
  position: absolute;
  top: 36%;
  left: 0;
  background: #f45c0b !important;
  width: 40px;
  height: 40px;
  color: #fff !important;
  border-radius: 10px 0 !important;
  opacity: 0;
}

.hero-slider .owl-next {
  position: absolute;
  top: 36%;
  right: 0;
  background: #f45c0b !important;
  width: 40px;
  height: 40px;
  color: #fff !important;
  border-radius: 10px 0 !important;
  opacity: 0;
}

.hero-seciton {
  background: #ddd;
  padding-top: 20px;
}

.boxbanner a:nth-child(2) img {
  margin-bottom: 0;
}

.menu a i {
  font-size: 16px;
  margin-right: 8px;
}

.menu {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  position: relative;
  padding: 0 0 0 4px;
  margin: 0;
  background-color: #FFF;
  height: 372px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  border-radius: 5px 0 0 5px;
}

.menu a,
.menu a:link,
.menu a:visited,
.menu a:focus,
.menu span {
  display: block;
  padding: 8px 0px;
  line-height: 29px;
  font-size: .85rem;
  text-transform: capitalize;
  font-weight: 500;
  color: #4f4f4f;
  text-align: left;
  margin: 0 10px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

.menu>li {
  display: block;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.menu>li>a {
  padding: 20px 18px;
  display: block;
}

.menu>li:hover>a {
  color: var(--secondary-color);
}

.menu>li:hover {
  background-color: #fff;
}

/* Megadrop width dropdown */
.menu>li>.megadrop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: 0px;
  left: 103%;
  width: 663px;
  min-height: 100%;
  text-align: left;
  margin-top: 30px;
  padding: 0;
  z-index: 99;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 1px 0 1px 0 #d4d4d6;
  border-radius: 0 5px 5px 0;
}

.menu>li:hover .megadrop {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.menu ul li:hover:after {
  color: #227087;
}

.menu .col {
  width: 14.1%;
  float: left;
  color: white;
  margin: 0 0 0 2.2%;
}

.menu .col ul {
  padding: 0;
  margin: 0;
}

.menu .col ul li {
  padding: 0;
  list-style: none;
  font-size: 11px;
}

.menu .col h3 {
  font-size: 16px;
  padding: 10px 0;
  font-weight: bold;
  margin: 5px 0 5px 0;
  color: #227087;
  background: #eee;
}

.menu .col ul li a {
  display: block;
  padding: 0 0 15px 0;
  color: #227087;
}

.menu .col ul li a:hover {
  color: #111;
  text-decoration: underline;
}

.menu>li>ul li ul,
.menu li>ul li,
.menu>li>.megadrop,
.menu>li>ul,
.menu>li {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-outs;
}













.hero-slider:hover .owl-prev {
  opacity: 1;
}

.hero-slider:hover .owl-next {
  opacity: 1;
}

/* why chaoose css  */
.chcol {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.why-choose {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.chcol h4 {
  margin-bottom: 0;
  font-size: 16px;
}


/* production section css */
.item-info.text-center h2 a {
  font-size: .875rem;
  color: #000;
}

.product-section {
  background: #fff;
  border-radius: 5px;
}

.item-price bdi {
  text-decoration: line-through;
  color: #9d9999;
}

.item-price {
  display: flex;
  font-size: 1rem;
  justify-content: center;
  gap: 10px;
}

.stars {
  display: flex;
  justify-content: center;
  margin-bottom: 9px;
  color: var(--secondary-color);
  gap: 5px;
}

.item-info.text-center {
  position: relative;
  padding-bottom: 15px;
  background: #fff;
}

.hover-content {
  position: absolute;
  z-index: 34;
  top: -50px;
  left: 38%;
  background: #f65d0c;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  opacity: 0;
}

.hover-content a {
  color: #fff;
  font-size: 15px;
}

.single-product-item {
  position: relative;
  margin-bottom: 10px;
}

.single-product-item:hover .hover-content {
  opacity: 1;
}

.single-action {
  background: var(--secondary-color);
  display: inline-block;
  padding: 3px 20px;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
}

.single-action:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.heading-section {
  background: var(--primary-color);
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.heading-section h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
  font-family: var(--heding-font);
  font-weight: 600;
}

.heading-section a {
  color: #fff;
  font-size: 16px;
}

.product-slider .owl-prev {
  position: absolute;
  left: 0;
  top: 45%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f65d0c !important;
  color: #fff !important;
  opacity: 0;
}

.product-slider .owl-next {
  position: absolute;
  right: 0;
  top: 45%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f65d0c !important;
  color: #fff !important;
  opacity: 0;
}

.product-slider:hover .owl-next {
  opacity: 1;
}

.product-slider:hover .owl-prev {
  opacity: 1;
}

.single-product-item:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
}

.product-slider {
  padding: 10px 10px 0 10px;
}

.item-info.text-center h2 {
  line-height: 16px;
  height: 40px;
}

.heading-section.orange {
  background: var(--secondary-color);
}

.bitem img {
  width: 100%;
  border-radius: 5px;
}

.bannersection {
  margin: 20px 0;
}

.bitem:hover img {
  transform: scale(1.1);
}

.bitem {
  position: relative;
  overflow: hidden;
}

.bitem img {
  transition: 0.4s;
}




/*====================
20.  Client logos
=====================*/




.single-info .img img {
  width: 60px;
}

.info-section {
  border-radius: 5px;
  margin-bottom: 20px;
}

.single-info {
  background: #fff;
  display: flex;
  gap: 20px;
  padding: 30px;
  border-radius: 30px 0;
  height: 260px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.info-content h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.info-content {
  font-size: 15px;
}

/*====================
21.  Footer area
=====================*/

.footer-area {
  background-color: var(--primary-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-shape-bg {
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top right;
  height: 695px;
  width: 695px;
  background-image: url(../images/footer-shape.png);
  z-index: -1;
}

.footer-area,
.footer-area a {
  color: #ddd;
}

.newsletter-area {
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}

.newsletter-title h2 {
  color: var(--secondary-color);
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.newsletter-title {
  color: #fff;
  font-size: 14px;
}

.newsletter-form input {
  width: 100%;
  background-color: #fff;
  border: 0px;
  padding: 10px 15px;
  text-transform: capitalize;
  color: #454545;
  border-radius: 5px;
}

.newsletter-form {
  position: relative;
  z-index: 1;
}

.newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0px;
  background-color: var(--secondary-color);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 15px;
  border-radius: 0px 5px 5px 0px;
}

.footer-widget-area {
  padding: 50px 0px;
}

.widget-title h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.widget-address span {
  color: #fff;
  text-transform: capitalize;
}

.widget-address p {
  line-height: 25px;
}

.widget-menu a {
  display: block;
  padding: 7px 20px;
  text-transform: capitalize;
  position: relative;
  font-size: 14px;
}

.widget-menu a:after {
  width: 6px;
  height: 6px;
  background-color: var(--secondary-color);
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  border-radius: 50%;
}

.widget-menu a:hover {
  padding-left: 23px;
  color: var(--secondary-color);
}

.footer-bottom-area {
  padding: 20px 0px;
  border-top: 1px solid #ddd;
}

.footer-copyright {
  font-size: 12px;
  padding-top: 7px;
}

.footer-copyright a {
  color: var(--secondary-color);
  text-transform: capitalize;
}


.social-icons-lists li {
  background: var(--secondary-color);
  width: 40px;
  height: 40px;
  border-radius: 10px 5px;
  text-align: center;
}

.social-icons-lists li a {
  color: #fff;
  font-size: 23px;
}

.social-icons-lists {
  display: flex;
  gap: 20px;
  justify-content: center;
}



/* ===============shop page css =================== */
.sidebar-categorie {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.filter-price {
  width: 220px;
  border: 0;
  padding: 0;
  margin: 0;
}

.price-title {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  background: rgba(248, 247, 244, 0.2);
  padding-top: 15px;
  padding-left: 16px;
  border-radius: 3px;
}

.price-field input[type=range] {
  position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] {
  width: 188px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  width: 188px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -4px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track {
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

/* Style for input value block */



.price-title {
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  background: rgba(211, 201, 173, 0.2);
  padding-top: 15px;
  padding-left: 16px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.price-field input[type="range"] {
  position: absolute;
}

/* Reset style for input range */

.price-field input[type="range"] {
  width: 188px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.price-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.price-field input[type="range"]:active,
.price-field input[type="range"]:focus {
  outline: 0;
}

.price-field input[type="range"]::-ms-track {
  width: 188px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type="range"]::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: -4px;
  background-color: #000;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type="range"]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: -5px;
  background-color: var(--secondary-color);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type="range"]::-ms-thumb {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: -5px;
  background-color: var(--secondary-color);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.price-field input[type="range"]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: var(--secondary-color);
  border-radius: 5px;
}

.price-field input[type="range"]::-moz-range-track {
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: var(--secondary-color);
  border-radius: 5px;
}

.price-field input[type="range"]::-ms-track {
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: var(--secondary-color);
  border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
  display: flex;
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 7px;
  justify-content: space-between;
}

.price-wrap-1,
.price-wrap-2 {
  display: flex;
}

.mb-30 {
  margin-bottom: 30px;
}



.price-wrap_line {
  margin: 0 10px;
}

.price-wrap #one,
.price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
  color: #000;
  font-family: "Karla", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-wrap label {
  text-align: right;
}

/* Style for active state input */

.price-field input[type="range"]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.price-field input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.search-filter {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}




/* pageination css */
.shop-breadcrumb-area.border-default {
  padding: 20px;
}

.border-default {
  border: 1px solid #ededed;
  border-radius: 3px;
  padding-bottom: 30px;
}

.border-default {
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 5px;
}

.grid-list-top.border-default {
  padding: 15px;
}

.grid-list-view span {
  padding-left: 40px;
}

.toolbar-sorter label {
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 15px;
  width: 65px;
  color: #3e3e3e;
  font-size: 13px;
}

.sorter.wide {
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  transition: all .2s ease-in-out;
}

.pfolio-breadcrumb-list li {
  display: inline;
}

.pfolio-breadcrumb-list li a {
  font-size: 14px;
  font-weight: 400;
  padding: 0 5px;
  color: #000;
}

.sidbar-style a {
  color: var(--primary-color);
  font-size: 16px;
}

.sidbar-style li ul {
  margin-left: 20px;
}

.sidebar-title {
  text-transform: capitalize;
}

.sidbar-style li ul li a {
  font-size: 14px;
  color: #242323;
}

.subcte li {
  list-style: disc;
}

.banner-shop.mb-30 img {
  width: 100%;
}



.img-display {
  overflow: hidden;
  margin: 10px 0 0 0;
}

.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}

.img-showcase img {
  min-width: 100%;
}

.img-select {
  display: flex;
}

.img-item {
  margin: 0.3rem;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}

.img-item:hover {
  opacity: 0.8;
}

.product-content {
  padding: 2rem 1rem;
}

.product-title {
  font-size: 2rem;
  text-transform: capitalize;
  font-weight: 700;
  margin: 1rem 0;
}

.product-content .item-price {
  justify-content: flex-start;
  font-size: 2rem;
}

.product-content .stars {
  justify-content: flex-start;

}

.social-links p {
  margin-bottom: 0;
  margin-right: 10px;
}


.purchase-info {
  margin: 1.5rem 0;
}

.purchase-info input,
.purchase-info .btn {
  border: 1.5px solid #ddd;
  border-radius: 25px;
  text-align: center;
  padding: 0.45rem 0.8rem;
  outline: 0;
  margin-right: 0.2rem;
}

.purchase-info input {
  width: 80px;
}

.purchase-info .btn {
  cursor: pointer;
  color: #fff;
}

.purchase-info .btn:last-of-type {
  background: var(--secondary-color);
}

.purchase-info .btn:hover {
  opacity: 0.9;
}

.social-links {
  display: flex;
  align-items: center;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  margin: 0 0.2rem;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.5s ease;
}

.social-links a:hover {
  background: var(--secondary-color);
  border-color: transparent;
  color: #fff;
}

.img-item img {
  width: 100px;
}

.prodetail {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}


.prod-right {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

.choose-locationform select {
  margin-bottom: 15px;
}

.light-gray {
  color: #6d6d6d;
  text-transform: uppercase;
}

.modal-content.chosoeboxdet {
  font-size: 15px;
}

.flexp {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  justify-content: space-between;
  align-items: center;
}

.green {
  color: #4d861c;
}

.cicon img {
  width: 40px;
}

.choose-box {
  display: flex;
  font-size: 16px;
  gap: 14px;
}

.ctxt h5 {
  font-weight: 500;
  font-size: 17px;
}

.ctxt p {
  margin-bottom: 2px;
  font-size: 14px;
}

.ctxt {
  position: relative;
  margin-bottom: 10px;
}

.detailbtn {
  position: absolute;
  top: 0;
  right: 0;
}

/* Review Section */
.reviews {
  margin-top: 20px;
}

.review-form {
  margin-bottom: 20px;
}

.review-form input,
.review-form textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.review-form button {
  padding: 10px 20px;
  background: var(--secondary-color);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.review-form button:hover {
  background: #1769aa;
}

.review {
  background: #f1f1f1;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.review strong {
  color: #333;
}

.tabs_item {
  padding: 20px 0 0 0;
}

/* product detail content description css */
.tab.mission-list-tab .tabs {
  display: flex;
  justify-content: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.tabs li a {
  margin-right: 0;
  display: block;
  text-align: center;
  color: #333;
  margin-left: 1.2rem;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}

.tabs li.current a {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: #fff !important;
  border-radius: 30px;
}

.mission-tab {
  margin: 50px auto;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
}

.mission-tab h6 {
  font-weight: 700;
}

.row.Specification {
  margin-bottom: 10px;
}

.delivery-info {
  margin-bottom: 30px;
}

.bred-section {
  background: #fff;
  padding: 10px 0;
  margin-bottom: 30px;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #f65d0c !important;
}

.bred-section .breadcrumb-item a {
  color: #0f2f54;
}

.breadcrumb.container {
  margin-bottom: 0;
}


/*** 
=============================================
    Latest blog Area style
=============================================
***/
.latest-blog-area {
  position: relative;
  display: block;
  padding-top: 110px;
  padding-bottom: 50px;
}

.single-blog-post {
  position: relative;
  display: block;
  margin-bottom: 52px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
}

.single-blog-post .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-blog-post:hover .overlay-style-two {
  opacity: 1;
}

.single-blog-post:hover .img-holder .overlay-style-two:before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 100ms;
}

.single-blog-post:hover .img-holder .overlay-style-two:after {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 300ms;
}

.single-blog-post .img-holder img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
  height: 300px;
  object-fit: cover;
}

.single-blog-post:hover .img-holder img {
  transform: scale(1.2) rotate(2deg);
}

.single-blog-post .img-holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform: translate3d(0px, -100%, 0px);
  transition: all 700ms ease 300ms;
}

.single-blog-post:hover .img-holder .overlay {
  transition: all 700ms ease 500ms;
  transform: translate3d(0px, 0px, 0px);
}

.single-blog-post .img-holder .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-blog-post .img-holder .overlay .box .link-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.single-blog-post .img-holder .overlay .box .link-icon a span:before {
  display: inline-block;
  color: #ffffff;
  font-size: 35px;
  line-height: 35px;
  transition: all 500ms ease;
}

.single-blog-post .img-holder .overlay .box .link-icon a:hover span:before {
  color: var(--secondary-color);
}

.single-blog-post .text-holder {
  position: relative;
  display: block;
  padding: 20px;
}

.single-blog-post .text-holder .post-date {
  position: relative;
  display: inline-block;
  height: 45px;
  border-bottom: 3px solid #dadada;
  transition: all 700ms ease 500ms;
}

.single-blog-post .text-holder .post-date h3 {
  position: relative;
  display: block;
  color: #f5d264;
  font-size: 36px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
}

.single-footer-widget .text {
  color: #fff;
  margin-bottom: 10px;
}

.single-blog-post .text-holder .post-date h3 span {
  color: #27282c;
  font-size: 14px;
}

.single-blog-post .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 30px;
  margin-top: 16px;
  margin-bottom: 10px;
}

.single-blog-post .meta-box .meta-info {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-blog-post .meta-box .meta-info li {
  position: relative;
  display: inline-block;
  line-height: 20px;
  padding-right: 16px;
  margin-right: 14px;
  font-weight: 500;
}

.single-blog-post .meta-box .meta-info li:before {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 1px;
  height: 12px;
  background: #d3d9e0;
  content: "";
}

.single-blog-post .meta-box .meta-info li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.single-blog-post .meta-box .meta-info li:last-child:before {
  display: none;
}

.single-blog-post .meta-box .meta-info li a {
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.single-blog-post .meta-box .meta-info li a:hover {
  color: #f1702d;
}

.single-blog-post .text-holder .blog-title {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  overflow: hidden;
}

.title {
  font-size: 40px;
  line-height: 1.2em;
  margin-top: 10px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--primary-color);
  margin-bottom: 30px;
}

.link-icon a {
  color: #fff;
}

.text a {
  color: var(--primary-color);
}

.btn-two:hover {
  color: var(--secondary-color);
}

.single-blog-post .text-holder .blog-title a {
  color: #27282c;
  transition: all 500ms ease;
}

.single-blog-post .text-holder .blog-title a:hover {
  color: var(--secondary-color);
}

.single-blog-post .text-holder .text {
  display: block;
  margin-top: 12px;
}

.single-blog-post .text-holder .text p {
  margin: 0 0 26px;
}


.sociallinks {
  background: #fff;
}


.container.inner-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.overlay-style-two {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  transition: all 900ms ease;
}

.overlay-style-two::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: rgba(219, 133, 15, 0.7);
}

.overlay-style-two::after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(90deg);
  transition: all 0.5s;
  background-color: rgba(219, 133, 15, 0.7);
}


/*=============================== blog detail css======================== */


.single-post-info-area {
  position: relative;
  display: block;
  padding: 30px 0 50px 0;
}

.single-post-info-area .container {
  background: #fff;
  padding: 20px 0;
  border-radius: 5px;
}

.single-post-info-content {
  position: relative;
  display: block;
}

.single-post-info-content .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-post-info-content .meta-box .meta-info {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.single-post-info-content .meta-box .meta-info li {
  position: relative;
  display: inline-block;
  float: none;
  color: var(--secondary-color);
  ;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding-right: 16px;
  margin-right: 11px;
}

.single-post-info-content .meta-box .meta-info li:before {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 1px;
  height: 12px;
  background: #d3d9e0;
  content: "";
}

.single-post-info-content .meta-box .meta-info li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.single-post-info-content .meta-box .meta-info li:last-child:before {
  display: none;
}

.single-post-info-content .meta-box .meta-info li a {
  color: #f1702d;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.single-post-info-content .meta-box .meta-info li a:hover {
  color: var(--secondary-color);
  ;
}

.single-post-info-content .blog-title {
  color: #26272b;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  margin: 22px 0 0;
}


/*** 
=============================================
    Blog Single Area style
=============================================
***/
#blog-area.blog-single-area {
  position: relative;
  display: block;
  padding: 0 0 110px;
}

.blog-single-area .blog-post {
  position: relative;
  display: block;
  margin-right: 35px;
}

.blog-single-area .single-blog-post {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 20px;
}

.single-post-info-area .container {
  background: #fff;
  padding: 20px 0;
}

.blog-single-area .main-image-box {
  position: relative;
  display: block;
  margin-bottom: 54px;
}

.blog-single-area .main-image-box img {
  width: 100%;
}

.single-blog-post .top-text-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-blog-post .top-text-box h3 {
  color: #27282c;
  font-size: 20px;
  font-weight: 600;
  margin: 27px 0 28px;
}

.author-quote-box {
  position: relative;
  display: block;
  padding: 33px 40px 33px;
  background: #575d29;
  margin-top: 36px;
  margin-bottom: 54px;
}

.author-quote-box:before {
  position: absolute;
  bottom: -35px;
  right: 40px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--secondary-color);
  ;
  content: "\f10e";
  color: #ffffff;
  font-size: 32px;
  line-height: 70px;
  text-align: center;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.author-quote-box .text {
  position: relative;
  display: block;
}

.author-quote-box .text p {
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 27px;
}

.author-quote-box .text .name {
  position: relative;
  display: block;
}

.author-quote-box .text .name h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.author-quote-box .text .name h3 span {
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}

.quote-bottom-text {
  position: relative;
  display: block;
}

.blog-single-image-with-text-box {
  position: relative;
  display: block;
  margin-top: 52px;
}

.blog-single-image-with-text-box .image-box {
  position: relative;
  display: block;
}

.blog-single-image-with-text-box .image-box li {
  position: relative;
  display: inline-block;

  margin-right: 35px;
}

.blog-single-image-with-text-box .image-box li:last-child {
  margin-right: 0;
}

.blog-single-image-with-text-box .image-box li img {
  width: 100%;
}

.blog-single-image-with-text-box .text-box {
  position: relative;
  display: block;
  margin-top: 54px;
}

.blog-single-bottom-content-box {
  position: relative;
  display: block;
  margin-top: 45px;
}

.blog-single-bottom-content-box h2 {
  color: #27282c;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.blog-single-bottom-content-box p {
  margin: 0 0 20px;
}

.blog-single-bottom-content-box ul {
  position: relative;
  display: block;
}

.blog-single-bottom-content-box ul li {
  position: relative;
  display: block;
  padding-left: 40px;
  line-height: 36px;
}

.blog-single-bottom-content-box ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f061";
  color: var(--secondary-color);
  font-size: 25px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.single-sidebar .popular-tag {
  position: relative;
  display: block;
  margin-left: -2.5px;
  margin-right: -2.5px;
  padding: 19px 0 35px;
}

.single-sidebar .popular-tag li {
  position: relative;
  display: inline-block;
  margin: 0 2.5px 5px;
}

.single-sidebar .popular-tag li a {
  position: relative;
  display: block;
  background: #f6f6f6;
  padding: 9px 10px 7px;
  color: #222;
  font-size: 15px;
  font-weight: 400;
  transition: all 500ms ease 0s;
  z-index: 1;
}

.single-sidebar .popular-tag li a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.tag-with-social-links-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-top: 1px solid #ededed;
  margin-top: 47px;
  padding-top: 21px;
}

.tag-with-social-links-box .inner-content {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.tag-with-social-links-box .tag-box {
  position: relative;
  display: block;
}

.tag-with-social-links-box .tag-box p {
  position: relative;
  display: inline-block;
  color: #27282c;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.tag-with-social-links-box .tag-box ul {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}

.tag-with-social-links-box .tag-box ul li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  line-height: 30px;
}

.tag-with-social-links-box .tag-box ul li:last-child {
  margin-right: 0;
}

.tag-with-social-links-box .tag-box ul li a {
  position: relative;
  display: block;
  color: #f1702d;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 300ms ease 100ms;
}

.tag-with-social-links-box .tag-box ul li a:hover {
  color: var(--secondary-color);
  ;
}

.tag-with-social-links-box .social-links-box {
  position: relative;
  display: block;
}

.tag-with-social-links-box .social-links-box p {
  position: relative;
  display: inline-block;
  color: #27282c;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.tag-with-social-links-box .social-links-box p i {
  position: relative;
  display: inline-block;
  padding-right: 8px;
  color: var(--secondary-color);
  ;
}

.tag-with-social-links-box .social-links-box .sociallinks {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}

.tag-with-social-links-box .social-links-box .sociallinks li {
  position: relative;
  display: inline-block;
  line-height: 30px;
  margin-right: 20px;
}

.tag-with-social-links-box .social-links-box .sociallinks li:last-child {
  margin-right: 0;
}

.tag-with-social-links-box .social-links-box .sociallinks li a i {
  position: relative;
  display: block;
  color: #b3b3b3;
  font-size: 14px;
  line-height: 30px;
}

.tag-with-social-links-box .social-links-box .sociallinks li a:hover i {
  color: var(--secondary-color);
  ;
}


.blog-prev-next-option {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 75px;
}

.blog-prev-next-option .single {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
}

.blog-prev-next-option .single.prev {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
}

.blog-prev-next-option .single .image-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-prev-next-option .single .image-thumb img {
  transform: scale(1.1, 1.1);
  transition: all 0.5s ease 0s;
  width: 100%;
}

.blog-prev-next-option .single:hover .image-thumb img {
  transform: scale(1, 1);
}

.blog-prev-next-option .single .image-thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 41, 46, 0.95);
  transition: all 700ms ease 100ms;
  opacity: 0;
}

.blog-prev-next-option .single:hover .image-thumb .overlay {
  filter: alpha(opacity=100);
  opacity: 1;
  transition-delay: 0s;
}

.blog-prev-next-option .single .image-thumb .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.blog-prev-next-option .single .image-thumb .overlay .box .link {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.blog-prev-next-option .single .image-thumb .overlay .box .link a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  width: 100px;
  height: 20px;
  filter: alpha(opacity=0);
  transform: scale(3);
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
}

.blog-prev-next-option .single:hover .image-thumb .overlay .box .link a {
  filter: alpha(opacity=100);
  transform: scale(1);
  transition-delay: 0.1s;
  opacity: 1;
}

.blog-prev-next-option .single .image-thumb .overlay .box .link a:hover {
  color: var(--secondary-color);
  ;
}

.blog-prev-next-option .single .image-thumb .overlay .box .link a i {
  display: inline-block;
  padding-left: 5px;
}

.blog-prev-next-option .single .title {
  position: relative;
  display: block;
  padding: 14px 20px 0;
  text-align: center;
}

.blog-prev-next-option .single .title h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.blog-prev-next-option .single .title a {
  color: #27282c;
  transition: all 500ms ease;
}

.blog-prev-next-option .single .title a:hover {
  color: var(--secondary-color);
  ;
}

.blog-prev-next-option .single.next {
  position: relative;
  display: block;
  overflow: hidden;
  float: right;
}



.author-box-holder {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 45px 40px 40px;
  margin: 73px 0 80px;
  box-shadow: 0px 4px 10px 3px #e0e4e6;
}

.author-box-holder .inner-box {
  position: relative;
  display: block;
}

.author-box-holder .inner-box .img-box {
  width: 100px;
}

.author-box-holder .inner-box .img-box img {
  width: 100%;
  border-radius: 50%;
}

.author-box-holder .inner-box .img-box,
.author-box-holder .inner-box .text {
  display: table-cell;
  vertical-align: middle;
}

.author-box-holder .inner-box .text {
  padding-left: 40px;
}

.author-box-holder .inner-box .text h3 {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.author-box-holder .inner-box .text h3 span {
  color: var(--secondary-color);
  ;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}

.author-box-holder .inner-box .text p {
  line-height: 25px;
  margin: 16px 0 23px;
}

.author-box-holder .inner-box .text .author-social-links {
  position: relative;
  display: block;
  overflow: hidden;
}

.author-box-holder .inner-box .text .author-social-links p {
  position: relative;
  display: inline-block;

  padding-right: 10px;
  color: #27282c;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

.author-box-holder .inner-box .text .author-social-links ul {
  position: relative;
  display: inline-block;
}

.author-box-holder .inner-box .text .author-social-links ul li {
  position: relative;
  display: inline-block;
  line-height: 30px;
  padding-right: 11px;
  margin-right: 10px;
}

.author-box-holder .inner-box .text .author-social-links ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 12px;
  background: #e3e3e3;
  content: "";
  transform: rotate(15deg);
  line-height: 30px;
  margin: 8px 0;
}

.author-box-holder .inner-box .text .author-social-links ul li:last-child:before {
  display: none;
}

.author-box-holder .inner-box .text .author-social-links ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.author-box-holder .inner-box .text .author-social-links ul li a {
  color: #7c7e84;
}

.author-box-holder .inner-box .text .author-social-links ul li a:hover {
  color: var(--secondary-color);
  ;
}



.single-blog-title-box {
  position: relative;
  display: block;
  padding-bottom: 32px;
  margin-top: -7px;
}

.single-blog-title-box h2 {
  color: #27282c;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-single-area .inner-comment-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.blog-single-area .inner-comment-box .single-comment-outer-box {
  position: relative;
  display: block;
  border: 1px solid #ededed;
  background: #ffffff;
  padding: 35px 40px 32px;
  margin-bottom: 40px;
}

.blog-single-area .inner-comment-box .single-comment-outer-box.mar-left {
  margin-left: 80px;
}

.blog-single-area .inner-comment-box .single-comment-box {
  position: relative;
  display: block;
  padding-left: 80px;
}

.blog-single-area .inner-comment-box .single-comment-box .img-box {
  position: absolute;
  top: 4px;
  left: 0;
  width: 80px;
  height: 80px;
}

.blog-single-area .inner-comment-box .single-comment-box .img-box img {
  border-radius: 50%;
  width: 100%;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box {
  position: relative;
  display: block;
  margin-left: 30px;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .top {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .top .name {
  position: relative;
  display: block;
  float: left;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .top .name h3 {
  color: #27282c;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 3px;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .top .name span {
  color: var(--secondary-color);
  ;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .top .reply-button {
  position: relative;
  display: block;
  float: right;
  top: -3px;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .top .reply-button a {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .top .reply-button a:hover {
  color: var(--secondary-color);
  ;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .top .reply-button a span:before {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 10px;
  font-size: 14px;
  line-height: 14px;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .text p {
  margin: 0;
}



.add-comment-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 40px;
}

.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
  position: relative;
  display: block;
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  color: #f1702d;
  font-size: 15px;
  font-weight: 400;
  height: 60px;
  padding: 0 30px;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.add-comment-box #add-comment-form textarea {
  height: 170px;
  padding: 13px 30px;
  margin-bottom: 30px;
}

.add-comment-box #add-comment-form input[type="text"]:focus {
  border-color: var(--secondary-color);
  ;
}

.add-comment-box #add-comment-form input[type="email"]:focus {
  border-color: var(--secondary-color);
  ;
}

.add-comment-box #add-comment-form textarea:focus {
  border-color: var(--secondary-color);
  ;
}


#blog-area .sidebar-wrapper {
  position: relative;
  display: block;
  max-width: 300px;
  margin-left: -30px;
}

.sidebar-title {
  position: relative;
  display: block;
  margin-top: -4px;
  padding-bottom: 6px;
}

.sidebar-title:before {
  position: absolute;
  top: 10px;
  left: -30px;
  width: 10px;
  height: 5px;
  background: var(--secondary-color);
  content: "";
}

.sidebar-title .title {
  color: #27282c;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.sidebar-wrapper .single-sidebar {
  position: relative;
  display: block;
  padding: 40px 30px 0;
  -webkit-box-shadow: 0px 0px 8px 2px #f6f6f6;
  box-shadow: 0px 0px 8px 2px #f6f6f6;
  margin-bottom: 50px;
  background-color: #fff;
}

.sidebar-search-box .search-form {
  position: relative;
  display: block;
  max-width: 300px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 0px 8px 2px #f6f6f6;
  box-shadow: 0px 0px 8px 2px #f6f6f6;
}

.sidebar-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #f6f6f6;
  color: #f1702d;
  font-size: 15px;
  font-weight: 400;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 65px;
  border-radius: 0px;
  transition: all 500ms ease 0s;
}

.sidebar-wrapper .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: var(--secondary-color);
  ;
  color: #ffffff;
  font-size: 14px;
  height: 60px;
  width: 60px;
  border: 0px solid var(--secondary-color);
  ;
  line-height: 60px;
  text-align: center;
  border-radius: 0px;
  transition: all 500ms ease 0s;
  margin: 0;
}

.sidebar-wrapper .search-form button i {
  font-size: 14px
}

.sidebar-wrapper .search-form input[type="text"]:focus {
  border: 1px solid var(--secondary-color);
  ;
  background: #fff;
  color: #000000;
}

.sidebar-wrapper .search-form input[type="text"]:focus+button,
.sidebar-wrapper .search-form button:hover {
  border-color: var(--secondary-color);
  ;
  color: #ffffff;
}


.single-sidebar .categories {
  position: relative;
  display: block;
  padding-bottom: 20px;
}

.single-sidebar .categories li {
  position: relative;
  display: block;
}

.single-sidebar .categories li a {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #222;
  font-size: 15px;
  line-height: 50px;
  font-weight: 400;
  border-bottom: 1px solid #ededed;
  font-family: 'Rubik', sans-serif;
  transition: all 700ms ease;
  z-index: 1;
}

.single-sidebar .categories li a sup {
  font-size: 12px;
  display: inline-block;
  padding-left: 5px;
  transform: scaleX(0);
  transition: all 300ms ease 100ms;
}

.single-sidebar .categories li:hover a sup {
  transform: scaleX(1.0);
  transition: all 300ms ease 100ms;
}

.single-sidebar .categories li:last-child a {
  border: none;
}

.single-sidebar .categories li:hover a {
  color: var(--secondary-color);
  ;
  transition: all 700ms ease;
}

.single-sidebar .categories li a::before {
  position: absolute;
  top: 3px;
  left: 0;
  transition: all 500ms ease;
  font-weight: 600;
  line-height: 20px;
  margin: 14px 0 16px;
  content: "\2b";
  font-size: 14px;
  z-index: -1;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #7c7e84;
}

.single-sidebar .categories li:hover a:before {
  color: var(--secondary-color);
  ;
  content: "\f068";
  transition: all 900ms ease;
}



.single-sidebar .recent-post {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 19px 0 35px;
}

.single-sidebar .recent-post li {
  position: relative;
  display: block;
  border-bottom: 1px solid #ededed;
  min-height: 65px;
  padding-left: 60px;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.single-sidebar .recent-post li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.single-sidebar .recent-post li .img-holder {
  position: absolute;
  top: 0px;
  left: 0;
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
}

.single-sidebar .recent-post li .img-holder img {
  width: 100%;
  height: 60px;
  position: relative;
}

.single-sidebar .recent-post li .img-holder .overlay-style-one .box .content a {
  display: inline-block;
  width: 20px;
  height: 20px;
  filter: alpha(opacity=0);
  transform: scale(3);
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  z-index: 5;
}

.single-sidebar .recent-post li:hover .img-holder img {
  transition-delay: 0s;
  transform: scale(1.2, 1.2);
}

.single-sidebar .recent-post li .img-holder .overlay-style-one {
  background: rgba(233, 33, 48, 0.90);
}

.single-sidebar .recent-post li .img-holder .overlay-style-one .box .content a {
  display: inline-block;
  width: 20px;
  height: 20px;
  filter: alpha(opacity=0);
  transform: scale(3);
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  z-index: 5;
}

.single-sidebar .recent-post li:hover .img-holder .overlay-style-one .box .content a {
  filter: alpha(opacity=100);
  transform: scale(1);
  transition-delay: 0.1s;
  opacity: 1;
}

.single-sidebar .recent-post li .img-holder .overlay-style-one .box .content a span:before {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  transition: all 500ms ease;
}

.single-sidebar .recent-post li .img-holder .overlay-style-one .box .content a:hover span:before {
  color: #000000;
}

.single-sidebar .recent-post li:hover .img-holder .overlay-style-one {
  opacity: 1;
}

.single-sidebar .recent-post li .title-holder {
  padding-left: 20px;
}

.single-sidebar .recent-post li .title-holder span {
  display: block;
  line-height: 4px;
  font-size: 14px;
}

.single-sidebar .recent-post li .title-holder .post-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin: 7px 0 0;
  transition: all 500ms ease;
}

.single-sidebar .recent-post li .title-holder .post-title a {
  color: #27282c;
  transition: all 500ms ease;
}

.single-sidebar .recent-post li .title-holder .post-title a:hover {
  color: var(--secondary-color);

}


/*** 
=============================================
    Contact address Area style
=============================================
***/
.contact-address-area {
  position: relative;
  display: block;
  z-index: 100;
}

.single-contact-address-box span i {
  font-size: 70px;
  color: var(--secondary-color);
}

.single-contact-address-box {
  position: relative;
  display: block;
  background: #ffffff;
  text-align: center;
  padding: 40px 30px 32px;
  -webkit-box-shadow: 0px 4px 6px 2px #ededed;
  box-shadow: 0px 4px 6px 2px #ededed;
  margin-bottom: 30px;
  transition: all 900ms ease 600ms;
  height: 248px;
  border-radius: 10px;
}

.single-contact-address-box:hover {
  -webkit-box-shadow: 0px 5px 12px 2px #ededed;
  box-shadow: 0px 5px 12px 2px #ededed;
}

.single-contact-address-box span:before {
  color: #b3b3b3;
  font-size: 50px;
  line-height: 50px;
  transition: all 500ms ease;
}

.single-contact-address-box:hover span i {
  color: var(--primary-color);
}

.single-contact-address-box h3 {
  color: #27282c;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 20px 0 12px;
}

.single-contact-address-box p {
  margin: 0;
  line-height: 25px;
}

.single-contact-address-box a {
  color: #f65d0c;
}

.contact-address-area .bottom-text {
  position: relative;
  display: block;
  padding-top: 24px;
}

.contact-address-area .bottom-text p {
  margin: 0;
}

.contact-address-area .bottom-text p a {
  color: var(--secondary-color)
}



/*** 
=============================================
    Contact Info Area style
=============================================
***/
.contact-info-area .container {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 20px;
  margin: 50px auto;
  border-radius: 5px;
}

.contact-form {
  position: relative;
  display: block;
  z-index: 3;
}

.contact-form .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ededed;
  padding: 20px;
}

.contact-form form {
  position: relative;
  display: block;
}

.contact-form form .input-box {
  position: relative;
  display: block;
}

.contact-form form .input-box .icon {
  position: absolute;
  top: 19px;
  left: 20px;
}

.contact-form form .input-box .icon i {
  color: #b6b6b6;
  font-size: 16px;
}

.contact-form form .input-box .icon.envelop {
  position: absolute;
  top: 16px;
  left: 20px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ededed;
  width: 100%;
  height: 60px;
  font-size: 15px;
  padding-left: 50px;
  padding-right: 20px;
  border-radius: 0px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.contact-form form textarea {
  height: 110px;
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 15px;
}

.contact-form form input[type="text"]:focus {
  border-color: #1d1d1d;
  color: #222222;
}

.contact-form form input[type="email"]:focus {
  border-color: #1d1d1d;
  color: #222222;
}

.contact-form form textarea:focus {
  border-color: #1d1d1d;
  color: #222222;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
  color: #ddd;
}

.contact-form form input[type="text"]:-moz-placeholder {
  color: #ddd;
}

.contact-form form input[type="text"]::-moz-placeholder {
  color: #ddd;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
  color: #ddd;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
  color: #ddd;
}

.contact-form form input[type="email"]:-moz-placeholder {
  color: #ddd;
}

.contact-form form input[type="email"]::-moz-placeholder {
  color: #ddd;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
  color: #ddd;
}

.contact-form form button {
  position: relative;
  display: block;
  width: 100%;
}

.contact-form .input-box .form-select {
  position: relative;
  color: #ddd;
  display: block;
  border: 1px solid #ededed;
  width: 100%;
  height: 60px;
  font-size: 15px;
  padding-left: 50px;
  padding-right: 20px;
  border-radius: 0px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}


.btn1 {
  display: inline-block;
  border: 2px solid var(--secondary-color);
  padding: 0px 38px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: var(--secondary-color);
  border-radius: 30px;
}

.btn1:hover,
.aptbtn:hover {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}


/* faq page css */
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid var(--secondary-color);
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em;
  color: var(--primary-color);
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: var(--secondary-color);
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 15px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: var(--secondary-color);
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 100%;
  /* transition: all 200ms linear; */
  /* will-change: opacity, max-height; */
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  /* overflow: hidden; */
  transition: opacity 200ms linear, max-height 200ms linear;
  /* will-change: opacity, max-height; */
  padding: 0 20px;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 400;
  margin: 10px 0;
  color: #000;
}

.container.faq {
  margin: 50px auto;
}

.mypera::first-letter {
  font-size: 2em;
  color: var(--primary-color);
}

.order-tracking {
  background: #fff;
  padding: 30px 0;
  text-align: center;
  border-radius: 5px;
}

.trackform {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.trackform input {
  width: 60%;
  padding: 13px;
}

.topbar span {
  color: var(--secondary-color);
}


/*--------------------------------------
 Your Account CSS
----------------------------------------*/
.dashboard-upper-info {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin-bottom: 45px;
  background: #fff;
  border-radius: 5px;
}

.nav.flex-column.dashboard-list {
  background: #fff;
  border-radius: 5px;
}

.nav.flex-column.dashboard-list li {
  padding-left: 12px;
}

.dashboard-content .tab-pane:not(.active) {
  display: none;
}

.dashboard-upper-info .d-single-info {
  padding: 30px 20px;
}

.dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
  border-right: 1px solid #ebebeb;
}

.user-name {
  position: relative;
  padding-left: 25px;
}

.view,
.view-cart {
  background: var(--secondary-color) none repeat scroll 0 0;
  color: #fff;
  padding: 5px 12px;
  text-transform: capitalize;
}

.user-name::before {
  color: #555;
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 0;
}

.account-dashboard p {
  font-size: 13px;
}

.dashboard-upper-info a {
  font-size: 14px;
}

.view-cart {
  display: inline-block;
  text-transform: capitalize;
}

.user-name span {
  color: #303030;
  font-size: 15px;
  font-weight: 500;
}

.dashboard-list li:not(:last-child) a {
  border-bottom: 1px solid #ebebeb;
}

.dashboard-list li a {
  color: var(--secondary-color);
  display: block;
  font-size: 14px;
  padding: 12px 0;
  text-transform: capitalize;
}

.dashboard-list li a.active,
.dashboard-list li a:hover {
  color: #b07e2b;
}

.view:hover,
.view:focus,
.show-btn:hover,
.view-cart:hover,
.view-cart:focus {
  background: #303030 none repeat scroll 0 0;
  color: #fff;
}

.dashboard-list li a.active:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px;
  -webkit-transition: 0.10s;
  transition: 0.10s;
}

.dashboard-content {
  border: 1px solid #ebebeb;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
}

.register-form .form-group {
  margin-bottom: 0.5rem;
}

.dashboard-content h3 {
  text-transform: capitalize;
}

.return-customer-btn {
  background: #303030;
}

.customer-btn,
.return-customer-btn {
  background: var(--secondary-color) none repeat scroll 0 0;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  padding: 10px 30px 8px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

.dashboard-content h3 {
  border-bottom: 1px solid #ebebeb;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.dashboard-content .table-responsive .table>tbody>tr>td,
.dashboard-content .table-responsive .table>tbody>tr>th,
.dashboard-content .table-responsive .table>tfoot>tr>td,
.dashboard-content .table-responsive .table>tfoot>tr>th,
.dashboard-content .table-responsive .table>thead>tr>td,
.dashboard-content .table-responsive .table>thead>tr>th {
  border: none;
}

.dashboard-content .table-responsive>.table>thead {
  border-bottom: 1px solid #ebebeb;
}

.dashboard-content .table-responsive .table>thead>tr>th {
  font-size: 14px;
  font-weight: 600;
}

.dashboard-content .table-responsive .table>tbody>tr>td {
  color: #7b7b7b;
  font-size: 13px;
}

.view-cart i {
  font-size: 15px;
  margin-right: 5px;
}

.log-out {
  color: var(--secondary-color);
}

.log-out:hover {
  color: #323232;
}

#dashboard a {
  color: var(--secondary-color);
  text-transform: capitalize;
}

#dashboard a:hover {
  color: #b07e2b;
}

.billing-address {
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 10px;
}

#address .view {
  display: inline-block;
  margin: 5px 0;
  font-size: 14px;
}

.show-btn {
  background: #878787 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 35px;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  line-height: 24px;
}

.show-btn:hover {
  background: var(--secondary-color);
}

.show-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login-form .form-group>.col-form-label {
  font-size: 14px;
}

.login-form .form-check label {
  font-size: 13px;
}

.login-form .form-control,
.login-form .custom-radio,
.login-form span {
  font-size: 14px;
  height: 35px;
  padding-top: 5px;
}

.login-form .form-control {
  font-size: 13px;
}

/*----------------------------------------*/
/* 22. Login CSS
/*----------------------------------------*/
.login-header {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: inherit;
}

.login-form {
  background: white none repeat scroll 0 0;
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 30px 20px;
}

.login-form label {
  font-size: 14px;
}

.login-form input {
  background: #ebebeb none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 0;
  font-size: 14px;
}

.nice-select.bootstrap-select {
  background: #ebebeb none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 0;
  font-size: 14px;
  height: auto;
}

.nice-select.bootstrap-select {
  width: 100%;
}

.address-area .nice-select .list {
  height: 150px;
  overflow-y: auto;
}

.nice-select.bootstrap-select:active,
.nice-select.bootstrap-select.open,
.nice-select.bootstrap-select:focus {
  border-color: #ebebeb;
}

.nice-select.bootstrap-select .list {
  width: 100%;
}

.login-details a {
  color: #303030;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.login-btn {
  background: #333 none repeat scroll 0 0;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 18px 8px;
  text-transform: uppercase;
}

.login-btn:hover {
  background: var(--secondary-color);
  color: #fff;
}

.login-footer p a {
  color: #303030;
}

.login-footer p,
.login-footer a {
  color: #555;
  display: inline-block;
  font-size: 15px;
}

.login-details a:hover {
  color: var(--secondary-color);
}

.login-footer p a:hover {
  color: var(--secondary-color);
}

.login-footer.text-center {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}

.show-btn {
  background: #0f2f51 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.show-btn:hover {
  background: var(--secondary-color);
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.register-form.login-form.clearfix p a {
  color: var(--secondary-color);
}



/*----------------------------------------*/
/* 19. Cart & Wish List CSS
/*----------------------------------------*/
.cart-main-area .section-title h2,
.coupon-area .section-title h2 {
  text-transform: capitalize;
  color: #555;
  font-weight: 500;
}

.shipping_method input {
  background: #eceff8 none repeat scroll 0 0;
  border: 2px solid #eceff8;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #626262;
  font-size: 14px;
  height: 45px;
  padding-left: 10px;
  width: inherit;
}

.cart-title-area {
  padding-top: 30px;
}


.car-header-title h2 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}

.table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
}

.table-content table th {
  border-top: medium none;
  font-weight: 600;
  padding: 20px 10px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 15px;
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 13px;
}

.table-content table td input {
  background: #e5e5e5 none repeat scroll 0 0;
  border: none;
  border-radius: 3px;
  color: #6f6f6f;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 60px;
}

.table-content table td.product-subtotal {
  font-size: 14px;
  font-weight: 600;
  width: 120px;
}

.table-content table td.product-name a,
.product-stock-status span {
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  text-transform: capitalize;
  color: #000;
}

.product-stock-status span {
  color: var(--secondary-color);
  font-weight: 500;
}

.table-content table td.product-name {
  width: 270px;
}

.table-content table td.product-thumbnail {
  width: 100px;
}

.table-content table td.product-remove a {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease-in;
  color: #000;
}

.mb-45 {
  margin-bottom: 45px;
}

.table-content table .product-price .amount {
  font-size: 14px;
  font-weight: 600;
}

.cart_totals {
  background: #fff;
  padding: 20px;
  border-radius: 20px 20px 0;
}

.table-content table td.product-remove i:hover,
.table-content table td.product-remove a:hover i {
  color: var(--secondary-color);
}

.table-content table td.product-quantity {
  width: 180px;
}

.table-content table td.product-remove {
  width: 150px;
}

.table-content table td.product-price {
  width: 130px;
}

.table-content table td.product-name a:hover,
.buttons-cart a:hover {
  color: var(--secondary-color);
}

.product-thumbnail img {
  width: 100%;
}

.buttons-cart {
  margin-bottom: 30px;
  overflow: hidden;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
  background: var(--primary-color) none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 40px;
  line-height: 41px;
  margin-right: 15px;
  padding: 0 20px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  width: inherit;
}

.wc-proceed-to-checkout {
  clear: both;
  display: block;
}

.buttons-cart input:hover,
.coupon input[type="submit"]:hover,
.buttons-cart a:hover {
  background: var(--secondary-color) none repeat scroll 0 0;
  color: #fff;
}

.buttons-cart a {
  color: #fff;
  float: left;
  height: 40px;
}

.cart_totals {
  width: 100%;
}

.cart_totals h2 {
  border-bottom: 2px solid #222;
  display: inline-block;
  font-size: 28px;
  margin: 0 0 35px;
  text-transform: uppercase;
  font-weight: 600;
}

.cart_totals table {
  border: none;
  margin: 0;
  text-align: right;
}

.cart_totals table th {
  border: none;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px 12px 0;
  text-align: right;
  text-transform: uppercase;
  vertical-align: top;
}

.cart_totals table td {
  border: none;
  padding: 0 0 12px;
  vertical-align: top;
}

.cart_totals table td .amount {
  color: var(--secondary-color);
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
  text-align: right;
  text-transform: uppercase;
}

.cart_totals table td ul#shipping_method {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.cart_totals table td ul#shipping_method li {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  text-indent: 0;
  width: 100%;
}

.cart_totals table td ul#shipping_method li input {
  margin: 0;
  position: relative;
  top: 2px;
}

a.shipping-calculator-button {
  font-weight: bold;
  color: #6f6f6f;
}

a.shipping-calculator-button:hover {
  color: #83CBDC
}

.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
}

.cart_totals table tr.order-total th {
  font-weight: 700;
}

.wc-proceed-to-checkout a {
  background: #303030 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  height: 45px;
  line-height: 46px;
  margin-top: 20px;
  padding: 0 20px;
  text-transform: uppercase;
}

.wc-proceed-to-checkout a:hover {
  background: var(--secondary-color);
}

.amount del {
  font-size: 13px;
  margin-left: 5px;
  font-weight: 600;
}

.cart-main-area.wish-list .product-remove {
  width: 20px;
}

.cart-main-area.wish-list table td.product-thumbnail {
  width: 140px;
}

.cart-main-area.wish-list .product-add-to-cart a {
  background: var(--secondary-color) none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px 56px;
  text-transform: uppercase;
  width: 260px;
}

.cart-main-area.wish-list .product-add-to-cart a:hover {
  background: #1a1a1a;
}

.cart-main-area.wish-list td.product-add-to-cart {
  width: 240px;
}


/*----------------------------------------*/
/* 18. Checkout CSS
/*----------------------------------------*/
.coupon-area .coupon-info input {
  background: transparent;
  border: 1px solid #e5e5e5;
}

.coupon-area .coupon-info .checkout-coupon .code:focus {
  border: 1px solid #e5e5e5;
}

.checkbox-form input {
  color: #626262;
}

.coupon-accordion h3 {
  background-color: #f5f5f5;
  border-top: 3px solid #f65d0c;
  font-size: 14px;
  font-weight: 400;
  list-style: outside none none;
  margin-bottom: 30px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  text-transform: capitalize;
  width: auto;
}

.coupon-accordion h3::before {
  color: #777;
  content: "\f0f6";
  display: inline-block;
  font-family: 'FontAwesome';
  left: 16px;
  position: absolute;
  top: 14px;
}

.coupon-accordion span {
  color: #555;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
  color: #f65d0c;
}

.coupon-content {
  border: 1px solid #e5e5e5;
  display: none;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}


.coupon-info p.coupon-text {
  margin-bottom: 15px
}

.form-row>label {
  margin: 0;
}

.coupon-info p {
  margin-bottom: 0
}



.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  color: inherit;
  display: block;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  border: 1px solid #ccc;
  height: 34px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
  background: #f65d0c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
  height: inherit;
  position: relative;
  top: 2px;
  width: inherit;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
  font-size: 12px;
}

p.checkout-coupon input[type=text] {
  height: 36px;
  padding-left: 10px;
  width: 170px;
  font-size: 13px;
}

p.checkout-coupon input[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  color: #fff;
  height: 36px;
  margin-left: 6px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: inherit;
}

.coupon-checkout-content {
  margin-bottom: 30px;
  display: none;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

.white-bg {
  background: #fff;
}

.checkbox-form>h3 {
  border-bottom: 1px solid #ebebeb;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  font-size: 24px;
  font-weight: 600;
}

.country-select label,
.country-select label,
.checkout-form-list label {
  margin: 0 0 5px;
  display: block;
  font-weight: 600;
  font-size: 14px;
}

.country-select label span.required,
.checkout-form-list label span.required {
  color: var(--secondary-color);
}

.checkout-area.white-bg.pb-90 {
  margin-top: 20px;
  padding: 20px;
  border-radius: 5px;
}

.mtb-30 {
  margin: 30px 0;
}

.country-select select {
  border: 1px solid #ddd;
  height: 32px;
  padding-left: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075)
}

.checkout-form-list label {
  color: #333333;
  font-size: 14px;
}


.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.075);
  height: 35px;
  padding: 0 0 0 10px;
  width: 100%;
}

.country-select .nice-select {
  height: 37px;
  line-height: 35px;
}



.checkout-form-list input[type="checkbox"] {
  display: inline-block;
  height: inherit;
  margin-right: 10px;
  position: relative;
  top: 0;
  width: inherit;
}

.create-acc label {
  display: inline-block;
}


.create-accounts {
  display: none
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}

.order-notes textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #eceff8;
  font-size: 14px;
  height: 90px;
  padding: 15px;
  width: 100%;
}

#ship-box-info {
  display: none;
  padding-top: 30px;
}

.your-order {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 30px 40px 45px;
}

.your-order h3 {
  border-bottom: 1px solid #ebebeb;
  font-size: 24px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
}

.your-order-table table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #d8d8d8;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}

.amount {
  font-size: 14px;
  font-weight: 600;
}

.your-order-table table th {
  border-top: medium none;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
  font-weight: 600;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: medium none;
  font-size: 16px;
  font-weight: 600;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #F9F9F9
}

.your-order-table table tr.order-total td span {
  color: #f65d0c;
  font-size: 20px;
  font-weight: 600;
}

.cart-subtotal .amount {
  font-weight: 600;
}



.payment-method {
  margin-top: 40px;
}

.ship-different-title h3 {
  line-height: 1;
}

.payment-accordion h3 {
  border-bottom: 0 none;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.payment-accordion h3 a {
  color: #6f6f6f;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none
}

.payment-accordion h3 a:before,
.payment-accordion h3.open a:after {
  content: "Ã¯Ââ€¢";
  display: inline-block;
  font-family: fontawesome;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: -2px;
}

.payment-accordion h3.open a:after {
  content: "\f056";
}


.payment-content p {
  font-size: 13px;
}

.payment-accordion img {
  height: 60px;
  margin-left: 15px;
}

.order-button-payment input {
  background: #f65d0c;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #444
}

.card-header {
  background-color: #f5f5f5;
  padding: 0;
}

.card {
  margin-top: 5px;
}

.card .btn-link {
  color: #232323;
  font-weight: 600;
}


#sa_faq .accordion-button::after {
  position: absolute;
  right: 10px;
}

#sa_faq .accordion-button:focus {
  box-shadow: none;
}

#sa_faq .accordion-button:hover::after {
  border: none;
}

#sa_faq {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin: 40px 0;
}

.abtimg img {
  width: 100%;
}

.about-section {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.abtiner {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 337px;
}

.abtiner p {
  margin: 0;
  font-size: 16px;
}

section {
  overflow: hidden;
}

.cte-section {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.ctemain {
  padding-top: 20px;
}

.right-cte ul {
  margin-bottom: 20px;
}

.cte-section a {
  color: #1d1d1d;
  font-size: 16px;
}

.cte-section a:hover {
  color: var(--secondary-color);
}

.left-cte {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px;
  height: 100%;
}



.team-9 {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.team-9:hover {
  transform: rotateY(180deg);
}

.team-9 .team-img {
  position: relative;
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}

.team-9 .team-img img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.team-9 .team-content {
  text-align: center;
}

.team-9 .team-content h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.team-9 .team-content h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.team-9 .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #ffffff;
  border-radius: 5px;
  transform: rotateY(180deg);
}

.team-9 .team-overlay p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.team-9 .team-social {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.team-9 .team-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding: 11px 0 10px 0;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  transition: all .3s;
}

.team-9 .team-social a.social-tw {
  background: #00acee;
}

.team-9 .team-social a.social-fb {
  background: #3b5998;
}

.team-9 .team-social a.social-li {
  background: #0e76a8;
}

.team-9 .team-social a.social-in {
  background: #3f729b;
}

.team-9 .team-social a.social-yt {
  background: #c4302b;
}

.team-9 .team-social a:last-child {
  margin-right: 0;
}

.team-9 .team-social a:hover {
  background: #222222;
}

.team-section {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 25px;
}

.title.text-center p {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}
.prod-right .title {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 10px;
}
.rvboc .stars {
  justify-content: center;
  margin-bottom: 0;
}
.meter._s.-mlm {
  margin-left: 16px;
  width: 74%;
  height: 10px;
  border-radius: 10px;
}
.rvboc {
  background: #ddd;
  padding: 10px;
  text-align: center;
}
@media (min-width: 576px) {
 .modal-dialog.reviewdiv {
    max-width: 900px;
  }
}

/* reting star */
#full-stars-example {

  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  .rating-group {
    display: inline-flex;
  }
  
  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }
  
  /* hide radio inputs */
  .rating__input {
   position: absolute !important;
   left: -9999px !important;
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size:1.5rem;
  }
  
  /* set default star color */
  .rating__icon--star {
    color: var(--secondary-color);
  }
  
  /* set color of none icon when unchecked */
  .rating__icon--none {
    color: #eee;
  }

  /* if none icon is checked, make it red */
  .rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }

  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star {
    color: var(--secondary-color);
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
  
  /* make none icon grey on rating group hover */
  .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
     color: #eee;
  }

  /* make none icon red on hover */
  .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
  }
}


.plaxul {
  margin-top: 8px;
  padding-bottom: 16px;
  padding-top: 4px;
}
.plaxul li {
  display: flex;
  padding-top: 4px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #333;
} 
.plaxul li p {
  margin-bottom: 0;
}
.default-btn i {
  padding: 0 5px;
}
.plaxul i {
  color: var(--secondary-color);
  font-size: 15px;
}
.choose-box .modal-header {
  padding: 5px 10px 0!important;
  position: relative !important;
}
.detailbtn {
  right: -5px;
  font-size: 13px;
}
.choose-box .ctxt h5 {
  font-size: 15px;
}
.modal-body {
  padding-top: 9px;
}
.rbdiv p {
  font-size: 15px;
}
.rbdiv {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.topul li {
  margin: 10px 20px;
}
.topul li a:hover {
  color: #f65d0c;
}

.topul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topul li a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}
.paymentimg {
  display: block;
  text-align: right;
}


.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}
/* scroll go to top css */
.go-top {
  position: fixed;
  bottom: 32%;
  right: 3%;
  padding: 20px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

.go-top::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f062";
  background-color: var(--secondary-color);
  padding: 5px 9px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  font-size: 22px;
  font-weight: 900;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 52px;
}


.go-top:hover::after {
  background-color: #f6cf66 !important;
}

.go-top-text {
  position: absolute;
  width: 60px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 12px;
  margin: 20px 0 0 -4px;
}

.go-top:hover {
  transition: all .4s linear;
  transform: scale(1.1);
}


    .cookie-banner {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      width: 1240px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.2);
      padding: 20px;
      z-index: 9999;
      animation: fadeInUp 0.6s ease;
    }

    @keyframes fadeInUp {
      from { transform: translate(-50%, 50px); opacity: 0; }
      to { transform: translate(-50%, 0); opacity: 1; }
    }

    .item.two img {
  height: 100%;
}
.paymentimg img {
  width: 300px;
}



#countdown {
  width: 100%;
  text-align: center;
  background: #0f2f51;
  border: 1px solid #0f2f51;
  border-radius: 5px;
  margin: auto;
  padding: 24px 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 0;
}





#countdown #tiles{
	position: relative;
	z-index: 1;
}

#countdown #tiles > span{
	width: 92px;
	max-width: 92px;
	font: bold 48px 'Droid Sans', Arial, sans-serif;
	text-align: center;
	color: #fff;
	background-color: var(--secondary-color);
	border-top: 1px solid #fff;
	border-radius: 3px;
	margin: 0 7px;
	padding: 18px 0;
	display: inline-block;
	position: relative;
}

#countdown #tiles > span:before{
	content:"";
	width: 100%;
	height: 13px;
	background: #fff;
	display: block;
	padding: 0 3px;
	position: absolute;
	top: 41%; left: -3px;
	z-index: -1;
}

#countdown #tiles > span:after{
	content:"";
	width: 100%;
	height: 1px;
	background: #eee;
	border-top: 1px solid #fff;
	display: block;
	position: absolute;
	top: 48%; left: 0;
}

#countdown .labels{
	width: 100%;
	height: 25px;
	text-align: center;
	bottom: 8px;
}

#countdown .labels li{
	width: 102px;
	font: bold 15px 'Droid Sans', Arial, sans-serif;
	color: #f47321;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

#countdown .title {
  color: #fff;
}

.sidebar-categorie .custom-wrapper {
    width: 100%;
    left: 0;
}
.sidebar-categorie .price-field {
    padding: 0;
    border-radius: 0;
}
.sidebar-categorie .price-input {
    display: flex;
    gap: 20px;
flex-direction: row;
}
.sidebar-categorie .price-field input {
    width: 100px;
}

.sidebar-categorie .custom-wrapper {
    padding: 0;
}
.custom-wrapper form a {
    background: #0f2f51;
    color: #fff;
    padding: 5px 10px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
}
.custom-wrapper form a:hover {
  background: var(--secondary-color);
}
#filterModal .btn-close {
  margin: 10px 0 0 0;
}
.mobile-modal button.btn.btn-primary {
    background-color: #0f2f51;
    border: none;
    margin-bottom: 20px;
    display: none;
}
.sidebar-categorie .slider {
  margin-top: 15px;
}

.sidebar-categorie .price-input .price-field {
  margin-bottom: 0;
}
/* ===== Firefox specific fixes for dual range slider ===== */

/* Make the overall slider container visible & positioned */
.slider .price-slider {
    position: relative;
    height: 6px;
    background: #ddd;
    border-radius: 6px;
    overflow: hidden;
}

/* A highlight element (will be controlled by JS via inline style or css vars) */
.slider .price-slider .range-highlight {
    position: absolute;
    height: 100%;
    background: #ff5722; /* selected color */
    left: 0;
    right: 0;
    border-radius: 6px;
    pointer-events: none;
}

/* Range inputs base for Firefox */
.range-input input[type="range"] {
    -moz-appearance: none;
    appearance: none;
    pointer-events: none;        /* avoid blocking clicks on other elements */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 6px;
    background: transparent;     /* track drawn by .price-slider */
    margin: 0;
}

/* Firefox track (invisible because we draw track via .price-slider) */
.range-input input[type="range"]::-moz-range-track {
    height: 6px;
    background: transparent;
    border: none;
}

/* Firefox "progress" (from min to current) — keep invisible, we use highlight div */
.range-input input[type="range"]::-moz-range-progress {
    background: transparent;
}

/* Firefox thumb */
.range-input input[type="range"]::-moz-range-thumb {
    pointer-events: auto;       /* allow dragging */
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #ff5722;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    cursor: pointer;
    margin-top: 0;
}

/* Ensure the minimum-range thumb sits above the maximum-range thumb for dragging convenience */
/* If you find the opposite desired, swap the z-index values */
.range-input input.min-range {
    z-index: 3
}


.sidebar-categorie .slider {
  overflow: hidden;
}

/* Hide default arrow (Chrome, Edge, Safari) */
#subcatValue {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
    padding-right: 40px; /* arrow ke liye space */
    border: 1px solid #ccc;
    border-radius: 6px;
}

/* For Firefox */
#subcatValue::-ms-expand {
    display: none;
}

/* Optional hover/focus styling */
#subcatValue:focus {
    border-color: #666;
    outline: none;
}
