.special-offer-bg {
    height: 250px;
    background-color: var(--main-color-one);
    width: 100%;
    padding: 20px 10px;
    border-radius: 20px;
    position: relative;
    z-index: 10;
}

.special-offer-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../img/lines-shape.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.special-offer-bg-parent {
    position: relative;
}

.special-offer-bg-parent::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    height: 90px;
    width: 100%;
    background-color: var(--bs-gray-300);
    z-index: -1;
    border-radius: 15px;
    transform: rotate(4deg);
}

.special-offer-bg-parent::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 0;
    height: 90px;
    width: 100%;
    background-color: var(--bs-gray-300);
    z-index: -1;
    border-radius: 15px;
    transform: rotate(4deg);
}

.special-offers-swiper {
    position: relative;
    margin-top: -170px;
    z-index: 11;
    padding: 10px;
}

.product-box .contact-us-price {
    text-align: center;
    background: #e5e5e5;
    padding: 5px;
    margin: 14px;
    border-radius: 8px;
    color: #505050;
}
.contact-us-price {
    text-align: center;
    background: #e5e5e5;
    padding: 5px;
    border-radius: 8px;
    color: #505050;
}
.not_stock {
    background: #ff00002b;
    text-align: center;
    color: #ff4848;
    border-radius: 7px;
    padding: 5px;
    direction: rtl;
}
del span.woocommerce-Price-amount.amount bdi {
	    font-size: 13px;
}
ins {
    text-decoration: none;
}


::selection{
    background: #1a75ff;
    color: #fff;
}
.head-singup{
    overflow: hidden;
    max-width: 390px;
    background: #fff;
    padding: 30px;
    direction: ltr;
    border-radius: 15px;
    margin: 20px auto;
    box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
}
.head-singup .title-text{
    display: flex;
    width: 200%;
}
.head-singup .title{
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.head-singup .slide-controls{
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 15px;
}
.slide-controls .slide{
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
}
.slide-controls label.signup{
    color: #000;
}
.slide-controls .slider-tab{
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 15px;
    background: -webkit-linear-gradient(left,#003366,#004080,#0059b3
    , #0073e6);
    transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
input[type="radio"]{
    display: none;
}
#signup:checked ~ .slider-tab{
    left: 50%;
}
#signup:checked ~ label.signup{
    color: #fff;
    cursor: default;
    user-select: none;
}
#signup:checked ~ label.login{
    color: #000;
}
#login:checked ~ label.signup{
    color: #000;
}
#login:checked ~ label.login{
    cursor: default;
    user-select: none;
}
.head-singup .form-container{
    width: 100%;
    overflow: hidden;
}
.form-container .form-inner{
    display: flex;
    width: 200%;
}
.form-container .form-inner div{
    transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
    direction: rtl;
}
.form-inner div .field{
    height: 50px;
    width: 100%;
    margin-top: 20px;
}
.form-inner div .field input{
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 15px;
    border-radius: 15px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    font-size: 17px;
    transition: all 0.3s ease;
}
.form-inner div .field input:focus{
    border-color: #1a75ff;
    /* box-shadow: inset 0 0 3px #fb6aae; */
}
.form-inner div .field input::placeholder{
    color: #999;
    transition: all 0.3s ease;
}
.form-inner div .field input:focus::placeholder{
    color: #1a75ff;
}
.form-inner div .pass-link{
    margin-top: 5px;
}
.form-inner div .signup-link{
    text-align: center;
    margin-top: 30px;
}
.form-inner div .pass-link a,
.form-inner div .signup-link a{
    color: #1a75ff;
    text-decoration: none;
}
.form-inner div .pass-link a:hover,
.form-inner div .signup-link a:hover{
    text-decoration: underline;
}
.form-inner div .btn{
    height: 50px;
    width: 100%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.form-inner div .btn .btn-layer{
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    background: -webkit-linear-gradient(right,#003366,#004080,#0059b3
    , #0073e6);
    border-radius: 15px;
    transition: all 0.4s ease;;
}
.form-inner div .btn:hover .btn-layer{
    left: 0;
}
.form-inner div .btn input[type="submit"]{
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
.headcamak-login{
    display: flex;
    justify-content: center;
}

form.signup {
    width: 48%;
    direction: rtl;
}
.woocommerce form .form-row input.input-text {
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 5px;
}
form.signup button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    color: #fafafa;
    background: rgb(97, 94, 252) !important;
    width: 100%;
}
.open-pass-login {
    background: rgb(225,224,255) !important;
    border: none !important;
    color: #6863ff !important;
    width: 100% !important;
    padding: 5px !important;
    border-radius: 10px !important;
    font-weight: bold !important;
    margin: 10px auto !important;
}

.modal{
    display: none;
    left:0 ;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(95, 95, 95, 0.274);
    text-align: center;

}
.modal-div {
    border-radius: 20px;
    background-color: white;
    margin: 50px auto;
    padding: 20px;
    width: 20%;
    text-align: right;
}
.modal-div p a{
    color: black;
}
.close-modal-login-pass{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    color: #ff0000;
    font-size: 16px;
    background: #ffc2c2;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    text-align: center;
}
.modal button.woocommerce-button.button.woocommerce-form-login__submit {
    width: 100%;
    background: #93b9ff;
    color: #fafafa;
}
.dsl-cols i.icon-sms-tracking-camak {
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 1;
    font-size: 20px;
    color: #49607B;
    width: 55px;
    height: 55px;
    text-align: center;
    padding-top: 22px;
    box-sizing: border-box;
    box-sizing: border-box;
    width: 45px;
}
.headcamak-login form.woocommerce-ResetPassword.lost_reset_password {
    background: #fff;
    box-shadow: 0 0 14px 2px #1a1a1a1c;
    border-radius: 10px;
    padding: 30px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
/*
megamenu
 */
.special-offer-bg svg {
    display: none;
}

.main-menu {
    display: flex;
}
.customtecnora {
    padding: 10px;
}
.customtecnora span {
    color: #fafafa;
    margin-right: 10px;
}
.down-header .main-menu .menu-header ul {
    margin: 0px !important;
}
.menu-header > ul > li {
    display: inline-block;
    margin: 0 11px;
    position: relative;
}
.menu-header ul li a {
    text-decoration: none;
    color: #7E7E7EE7;
    font-weight: 350;
    padding: 14px 0;
}
.menu-header > ul > li > a:hover {
    border-bottom: 1px solid var(--main-color-one) ;
}
.menu-header > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 38px;
}
.menu-header ul li ul {
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 7px 0;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: 99;
}
.menu-header ul li ul li {

}
.menu-header ul li ul li a {
    padding: 7px 14px;
    display: block;
    font-size: 13px;
}

.digicamak-megamenu {
    position: relative;
}

.megamenu-box:hover > .digicamak-megamenu > ul {
    visibility: visible;
    opacity: 1;
	border-radius: 0px 0px 20px 0px;
    min-height: 300px;
}
.digicamak-megamenu > ul:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    top: -20px;
}
.digicamak-megamenu > ul > li.main-menu-sub-active-li {
    background: #f7f7f8;
    border-radius: 0;
}
.digicamak-megamenu > ul > li.main-menu-sub-active-li > a {
    color: var(--main-color-one) !important;
}

.digicamak-megamenu > ul {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    top: 25px;
    right: 0px;
    padding: 0;
    width: 222px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: 99;
}
.digicamak-megamenu > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.digicamak-megamenu > ul > li:hover {
}
.digicamak-megamenu > ul > li:hover > a {
    color: var(--main-color-one) ;
}
.digicamak-megamenu > ul > li > a {
    padding: 12px;
    font-weight: 450;
}
.digicamak-megamenu > ul > li > i {
    margin-left: 12px;
    font-size: 9px;
}
.digicamak-megamenu > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.digicamak-megamenu > ul > .main-menu-sub-active-li > ul {
    visibility: visible;
    opacity: 1;
}
.digicamak-megamenu > ul > li > ul {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    top: 0;
    right: 100%;
    width: 1000px;
    min-height: 100%;
    display: flex;
    padding: 12px;
    border-right: 2px solid #ddd;
    visibility: hidden;
    opacity: 0;
}
.digicamak-megamenu > ul > li > ul > li {
    width: 25%;
}
.digicamak-megamenu > ul > li > ul > li > a {
    font-weight: 450;
    color: #000;
    border-right: 3px solid var(--main-color-one) ;
      padding: 5px;
    margin: 10px;
    display: inline-block;
	margin-top: 0px;
}
.digicamak-megamenu > ul > li > ul > li > ul li a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    padding: 4px;
    display: inline-block;
}
@font-face {
    font-family: "payda";
    src: url("../fonts/payda/PeydaWebFaNum-Regular.woff2") format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: "payda";
    src: url("../fonts/payda/PeydaWebFaNum-Bold.woff2") format('woff2');
    font-weight: bold;
}

@font-face {
    font-family: "payda";
    src: url("../fonts/payda/PeydaWebFaNum-ExtraBold.woff2") format('woff2');
    font-weight: 800;
}

@font-face {
    font-family: "payda";
    src: url("../fonts/payda/PeydaWebFaNum-Black.woff2") format('woff2');
    font-weight: 900;
}

html {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* theme color */
    --main-color-one: #ed1944;
    --main-color-one-shadow: #ed194431;
    --main-color-one-hover: #CE1137;
    --main-color-two: #00bbdf;
    --main-color-two-shadow: #00bbdf31;
    --main-color-two-hover: #00CCF5;
    --main-color-three: #798897;
    --main-color-three-shadow: #79889731;
    --main-color-three-hover: #5C6A78;
    --main-color-green: #189D0E;
    --main-color-green-hover: #107907;
    --bg-site: #f8f8f8;
    /* typography */
    --font-size: 14px;
    --color-site: #333333;
    --font-site: 'yekanbakh';
    /* shadow */
    --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-box: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --shadow-inner: inset 0 2px 12px 4px rgb(0 0 0 / 5%);
    /* text */
    --text-muted: #565757;
    --text-muted-two: #929292;
    /* border */
    --border-muted: #ced4da;
}

body {
    font-size: var(--font-size);
    font-family: var(--font-site), 'yekanbakh';
    font-weight: normal;
    background: var(--bg-site);
    color: var(--color-site);
    position: relative;
}

img {
    max-width: 100%;
}

.bi {
    font-size: 20px;
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons, serif !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 0;
    color: var(--color-site);
    line-height: 1.5;
}

a, p, span {
    color: var(--color-site);
}

.nav-link {
    color: var(--color-site);
}

p {
    line-height: 27px;
}

.order-6 {
    order: 6;
}

.contact-us-title {
    margin-bottom: 35px
}

.title-line-bottom, .title-line-bottom-center {
    position: relative;
    padding-bottom: 10px;
}

.title-line-bottom::before, .title-line-bottom-center::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65px;
    height: 5px;
    background-color: var(--main-color-one);
}

.title-line-bottom-center::before {
    right: 50%;
    transform: translateX(50%);
}

.f-800 {
    font-weight: 800;
}

.tooltip {
    font-family: var(--font-site), 'yekanbakh';
    font-size: 12px !important;
}

p {
    line-height: 36px;
    margin-bottom: 0;
    font-size: 16px;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-left: 7px;
}

.text-muted-two {
    color: var(--text-muted-two);
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: var(--main-color-two);
}

.content {
    padding: 20px 0;
}

.content-box {
    background-color: #fff;
    box-shadow: var(--shadow-box);
    padding: 20px 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid var(--bs-gray-400);
}

.content-box:nth-last-child(1) {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: var(--color-site);
    font-size: var(--font-size);
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.def-color {
    color: var(--color-site) !important;
}

.py-20 {
    padding: 20px 0;
}

.py-25 {
    padding: 25px 0;
}

.py-30 {
    padding: 30px 0;
}

.py-40 {
    padding: 40px 0;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.text-overflow-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-overflow-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-overflow-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-overflow-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-overflow-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-justify {
    text-align: justify;
}

.span-primary {
    display: inline;
    background-color: #0967ff13;
    border-bottom: 1px dashed #0761f6;
    padding: 4px 7px;
    color: #0547b2;
}

.form-group {
    margin-bottom: 15px;
}

.main-color-one-color {
    color: var(--main-color-one) !important;
}

.main-color-one-outline {
    border-color: var(--main-color-one);
}

.main-color-one-outline.main-color-one-color:hover{
    color: #fff !important;
}

.main-color-one-outline:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.main-color-two-outline.main-color-two-color:hover{
    color: #fff !important;
}

.main-color-two-outline {
    border-color: var(--main-color-two);
}

.main-color-two-outline:hover {
    background-color: var(--main-color-two);
    color: #fff;
}

.main-color-three-outline {
    border-color: var(--main-color-three);
}

.main-color-three-outline:hover {
    background-color: var(--main-color-three);
    color: #fff;
}

.main-color-three-outline.main-color-three-color:hover{
    color: #fff !important;
}

.main-color-green {
    background-color: #189D0E;
    color: #fff;
}

.main-color-green-color {
    color: #189D0E;
}

.main-color-green:hover {
    color: #fff !important;
    background-color: var(--main-color-green-hover) !important;
}

.no-highlight {
    overflow: visible !important;
}

.btn {
    transition: 200ms;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.btn:not(.no-highlight):before {
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00000026, rgb(255 255 255), #193da352);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 100%;
}

.brand-box .swiper-slide .image:hover {
    border: 1px solid var(--main-color-one);
}
.btn:active {
    transform: translate(0, 2px);
}

.btn:hover:before {
    transition: 800ms;
    left: -100%;
}

.main-color-one-bg {
    background-color: var(--main-color-one) !important;
    color: #fff !important;
}

.main-color-one-bg:hover {
    background-color: var(--main-color-one-hover) !important;
    color: #fff !important;
}

.main-color-one-border{
    border-color: var(--main-color-one) !important;
}

.main-color-two-color {
    color: var(--main-color-two) !important;
}

.main-color-two-bg {
    background-color: var(--main-color-two) !important;
}

.main-color-two-bg:hover {
    background-color: var(--main-color-two-hover) !important;
}

.main-color-two-border{
    border-color: var(--main-color-two) !important;
}

.main-color-three-color {
    color: var(--main-color-three) !important;
}

.main-color-three-bg {
    background-color: var(--main-color-three) !important;
    color: #fff !important;
}

.main-color-three-bg:hover {
    background-color: var(--main-color-three-hover) !important;
    color: #fff !important;
}

.main-color-three-border{
    border-color: var(--main-color-three) !important;
}

.main-color-one-bg.no-hover {
    background-color: var(--main-color-one) !important;
}

.main-color-two-bg.no-hover {
    background-color: var(--main-color-two) !important;
}

.main-color-three-bg.no-hover {
    background-color: var(--main-color-three) !important;
}

.mco-hover,
.mct-hover,
.mctt-hover {
    transition: 0.3s;
}

.mco-hover:hover {
    color: var(--main-color-one-hover) !important;
}

.mct-hover:hover {
    color: var(--main-color-two-hover) !important;
}

.mctt-hover:hover {
    color: var(--main-color-three-hover) !important;
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.shadow {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.shadow-inner {
    box-shadow: inset 0 2px 12px 4px rgb(0 0 0 / 5%);
}

.shadow-box {
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px 0 !important;
}

.danger-label {
    padding: 10px 10px;
    background-color: #fc6d6d3b !important;
    color: #f21919 !important;
    font-size: 13px;
    display: inline-block;
    font-weight: normal;
}

.success-label {
    padding: 5px 10px;
    background-color: #6dfc9d3b;
    color: #017040;
    font-size: 13px;
    display: inline-block;
    font-weight: normal;
}

.warning-label {
    padding: 5px 10px;
    background-color: #fcdc3c3b;
    color: #705d01;
    font-size: 13px;
    display: inline-block;
    font-weight: normal;
}

.pointer {
    cursor: pointer;
}

.border-muted {
    border-color: var(--border-muted) !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    color: #fff;
}

.swiper-pagination-bullet-active {
    background: var(--main-color-two);
    width: 25px;
    height: 7px;
    border-radius: 10px;
}

.fix-icon::before {
    line-height: inherit !important;
    vertical-align: middle !important;
}

.btn:focus {
    border-color: transparent !important;
}

.border-animate {
    /* you can change these variables to control the border */
    --border-color: var(--main-color-one);
    --border-width: 2px;
    --bottom-distance: 0px;
    /* you can increase this */
    color: #666;
    display: inline-block;
    background-image: linear-gradient(var(--border-color), var(--border-color));
    background-size: 0 var(--border-width);
    background-repeat: no-repeat;
    transition: background-size 0.3s;
    margin: 5px 0;
}

.fromCenter {
    background-position: 50% calc(100% - var(--bottom-distance));
}

.fromRight {
    background-position: 100% calc(100% - var(--bottom-distance));
}

.fromLeft {
    background-position: 0 calc(100% - var(--bottom-distance))
}

.border-animate:hover {
    background-size: 100% var(--border-width);
}

.border-animate:focus {
    background-size: 100% var(--border-width);
}

/* STYLING SCROLLBAR */
::-webkit-scrollbar {
    width: 1vw;
    /* THIS WILL RESET THE DEFAULT SCORLLBAR STYLING */
}

/* TO STYLE THE SCROLLBAR TRACK */
::-webkit-scrollbar-track {
    background-color: #ffffff;
    /* THIS WILL SET THE COLOR OF THE SCROLLBAR TRACK */
}

/* TO STYLE THE SCROLLBAR THUMB */
::-webkit-scrollbar-thumb {
    background-color: var(--main-color-one);
    border: 0.3vw solid #ffffff;
    border-radius: 5vw;
}

/* bootstrap touch spin */
.bootstrap-touchspin-down,
.bootstrap-touchspin-up {
    width: 40px;
    height: 40px;
    border: 0;
    outline: none;
    font-weight: bold;
    background: var(--main-color-one);
    box-shadow: var(--shadow-box);
    color: #fff;
    border-radius: 5px;
}

.bootstrap-touchspin-up {
    margin-right: 7px;
}

.bootstrap-touchspin-down {
    margin-left: 7px;
}

.form-counter {
    width: 50px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    box-shadow: var(--shadow-box);
    border-radius: 5px;
    border: 1px solid #eee;
}

.counter .input-group {
    align-items: center;
}

.form-counter:focus {
    border: none;
    outline: none;
}

.wh-20 {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center !important;
}

.w-40-px {
    width: 40px;
}

.h-40-px {
    height: 40px;
}

.lh-40-px {
    line-height: 40px;
}

.container-fluid {
    --bs-gutter-x: 1.5rem;
}

section {
    padding: 25px 0;
}

.my-25 {
    margin: 25px 0;
}

.swiper-slide {
    padding: 0 5px;
}

.running-top {
    transition: 0.3s all ease-in-out;
}

.running-top:hover {
    transform: translateY(-12px);
}

.font-dana {
    font-family: dana, serif;
}

.icon-circle {
    position: relative;
    padding-right: 15px;
}

.icon-circle::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--main-color-one);
}

.border-dashed {
    border-top: 1px dashed var(--bs-gray-400);
}

.border-ui {
    border: 1px solid var(--bs-gray-400);
}

.img-reverse-x {
    transform: scaleX(-1);
}

.w-100-px {
    width: 100px;
}

.h-100-px {
    height: 100px;
}

.h-80-px {
    height: 80px;
}

.w-80-px{
    width: 80px;
}

.h-60-px {
    height: 60px;
}

.h-70-px {
    height: 70px;
}


.w-60-px{
    width: 60px;
}

.w-150-px {
    width: 150px;
}

.h-150-px {
    height: 150px;
}

section {
    padding: 25px 0;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.title-font {
    font-weight: 900;
}

.end-item-no-border:nth-last-child(1){
    border:none !important;
}

.bi-bold {
    font-size: 1.2em;
    text-shadow: 0.3px 0.3px 0 currentColor, -0.3px -0.3px 0 currentColor;
}


.product-box {
    background-color: #fff;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    padding: 10px;
}

.product-box.free-mode {
    width: 300px;
}

.product-header-btn {
    display: flex;
    z-index: 3;
}

.product-header-btn a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: #f4f4f4;
    transition: 200ms;
}

.product-header-btn a i {
    font-size: 16px;
}

.product-header-btn a:hover {
    background-color: #ddd;
}

.product-header-btn a:not(:last-child) {
    margin-left: 5px;
}

.product-box .product-timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-box .product-timer .timer-label {
    padding: 5px 10px;
    background-color: #fc6d6d3b;
    border-radius: 10px;
}

.product-box .product-timer .timer-label span {
    color: #f21919;
    font-size: 13px;
    font-weight: normal;
}

.product-box .product-image {
    height: 180px;
    display: flex;
    margin: 5px 0;
    position: relative;
}

.product-box .product-image img {
    height: 100%;
    display: block;
    margin: auto;
    transition: 0.5s all ease-in-out;
}

.product-box .two-image {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: transform 1.5s, visibility .5s, opacity .5s;
    -webkit-transition: transform 1.5s, visibility .5s, opacity .5s;
    -moz-transition: transform 1.5s, visibility .5s, opacity .5s;
    -ms-transition: transform 1.5s, visibility .5s, opacity .5s;
    -o-transition: transform 1.5s, visibility .5s, opacity .5s;
}

.product-box:hover .one-image {
    opacity: 0;
    visibility: hidden;
}

.product-box:hover .two-image {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    display: block;
    transform: scale(1.07);
}

.product-box .product-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    height: 85px;
}

.product-box .product-title .title p {
    margin-bottom: 5px;
    font-weight: bold;
}

.product-box .product-title .title span {
    color: var(--text-muted-two) !important;
    font-size: 12px;
}

.product-box .rating {
    display: flex;
    align-items: center;
}

.product-box .rating .icon {
    margin-right: 5px;
}

.product-box .rating .icon i {
    color: #fbc02a;
    font-size: 14px;
    vertical-align: super;
}

.product-box .product-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 7px;
}

.new-price {
    font-weight: 900;
}

.old-price {
    text-decoration: line-through;
    color: #aaa;
    font-weight: normal;
}
.offer {
    height: auto;
    border-radius: 10px;
    background: #fff;
    position: relative;
    box-shadow: 3px 3px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.offer .swiper-pagination-bullet-active {
    background: #032a8e;
    width: 15px;
    height: 7px;
    border-radius: 10px;
}

.offer-item {
    max-height: fit-content;
    padding: 0 10px;
    border-radius: 10px;
}

.offer-discount {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    min-height: 100px;
    min-width: 140px;
    border-radius: 20px;
}

.offer-discount span {
    border-radius: 0;
    min-height: 30px;
    min-width: 137px;
    font-weight: 400;
    margin: 0;
    z-index: 9;
    background-color: var(--main-color-one);
    color: #fff;
    width: 154px;
    font-size: 16px;
    position: absolute;
    text-align: center;
    padding: 30px 4px 4px;
    right: -46px;
    top: -15px;
    transform: rotate(35deg);
    line-height: 2;
    display: block;
}

.offer-img {
    width: 300px;
    height: 300px;
    text-align: center;
    margin: 10px auto;
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

.offer-content {
    text-align: center;
}

.offer-title {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #f0efef;
    box-shadow: var(--shadow-md);
}

.offer-title h4 {
    font-size: 18px;
    color: #444;
}

.offer-title span {
    color: var(--main-color-one);
}

.offer-desc {
    width: 100%;
}

.offer-desc h4 {
    height: 65px;
    font-weight: normal;
}

.offer-desc-price {
    margin: 10px auto;
}

.offer-desc-price .old {
    font-size: 17px;
    color: #c3c1c1;
    text-decoration: line-through;
}

.offer-desc-price .new {
    color: #04ac12;
    font-weight: 800;
    font-size: 30px;
    margin-right: 10px;
}

.offer-timer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 7px 0;
}

.offer-timer-item {
    color: var(--main-color-one);
    width: 60px;
    height: 60px;
    border: 1px solid #f8f8f8;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    padding: 5px;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.offer-timer-item .number {
    font-weight: bold;
    font-size: 16px;
}

.offer-btn {
    margin: 22px 0;
}

.offer-btn a {
    transition: 0.3s all ease-in-out;
    border: 1px solid var(--main-color-one);
    padding: 10px 20px;
    color: var(--main-color-one);
    border-radius: 30px;
}

.offer-btn a:hover {
    background: var(--main-color-one);
    color: #fff;
}

.offer-item-link {
    margin: 10px 10px;
    max-height: 330px;
    overflow-y: scroll;
    padding: 10px 0 10px 10px;
}

.offer-item-link .swiper-slide {
    width: 100% !important;
}

.offer-item-link .swiper-wrapper {
    flex-direction: column !important;
}

.offer-item-link-item {
    margin-bottom: 10px;
    background: #f4f5f9;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 7px;
}

.offer-item-link-item h6 {
    font-size: 16px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.offer-item-link .swiper-slide-thumb-active .offer-item-link-item {
    border-right: 4px solid var(--main-color-one);
}

.swiper-slide:not(.swiper-slide-active) .offer-item {
    opacity: 0;
}

.offer .countdown-container .countdown-heading {
    font-size: 14px;
    font-weight: normal;
    margin: 3px;
    margin-top: 10px !important;
    color: #007fee;
    display: none;
}

.offer .countdown-container .countdown-value {
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 50px;
    height: 50px;
    color: #515151;
    border-radius: 50%;
    font-weight: normal;
}

.offer .countdown-container .seconds-bottom {
    background: var(--main-color-one);
    color: #fff;
}

.slider-parent {
    background-color: #fff;
    margin-top: 40px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid var(--bs-gray-400);
}

.slider-parent::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    transform: scaleX(0.9);
    background-color: rgba(33, 35, 65, 0.04);
    width: 100%;
    height: 100%;
    z-index: -2;
    border-radius: 25px;
}
.bs-bg-gray-100 {
    background-color: #f7fafc !important; }

.bs-text-gray-100 {
    color: #f7fafc !important; }

.bs-bg-gray-200 {
    background-color: #edf2f7 !important; }

.bs-text-gray-200 {
    color: #edf2f7 !important; }

.bs-bg-gray-300 {
    background-color: #e2e8f0 !important; }

.bs-text-gray-300 {
    color: #e2e8f0 !important; }

.bs-bg-gray-400 {
    background-color: #cbd5e0 !important; }

.bs-text-gray-400 {
    color: #cbd5e0 !important; }

.bs-bg-gray-500 {
    background-color: #a0aec0 !important; }

.bs-text-gray-500 {
    color: #a0aec0 !important; }

.bs-bg-gray-600 {
    background-color: #718096 !important; }

.bs-text-gray-600 {
    color: #718096 !important; }

.bs-bg-gray-700 {
    background-color: #4a5568 !important; }

.bs-text-gray-700 {
    color: #4a5568 !important; }

.bs-bg-gray-800 {
    background-color: #2d3748 !important; }

.bs-text-gray-800 {
    color: #2d3748 !important; }

.bs-bg-gray-900 {
    background-color: #1a202c !important; }

.bs-text-gray-900 {
    color: #1a202c !important; }

.bs-bg-red-100 {
    background-color: #fff5f5 !important; }

.bs-text-red-100 {
    color: #fff5f5 !important; }

.bs-bg-red-200 {
    background-color: #fed7d7 !important; }

.bs-text-red-200 {
    color: #fed7d7 !important; }

.bs-bg-red-300 {
    background-color: #feb2b2 !important; }

.bs-text-red-300 {
    color: #feb2b2 !important; }

.bs-bg-red-400 {
    background-color: #fc8181 !important; }

.bs-text-red-400 {
    color: #fc8181 !important; }

.bs-bg-red-500 {
    background-color: #f56565 !important; }

.bs-text-red-500 {
    color: #f56565 !important; }

.bs-bg-red-600 {
    background-color: #e53e3e !important; }

.bs-text-red-600 {
    color: #e53e3e !important; }

.bs-bg-red-700 {
    background-color: #c53030 !important; }

.bs-text-red-700 {
    color: #c53030 !important; }

.bs-bg-red-800 {
    background-color: #9b2c2c !important; }

.bs-text-red-800 {
    color: #9b2c2c !important; }

.bs-bg-red-900 {
    background-color: #742a2a !important; }

.bs-text-red-900 {
    color: #742a2a !important; }

.bs-bg-orange-100 {
    background-color: #fffaf0 !important; }

.bs-text-orange-100 {
    color: #fffaf0 !important; }

.bs-bg-orange-200 {
    background-color: #feebc8 !important; }

.bs-text-orange-200 {
    color: #feebc8 !important; }

.bs-bg-orange-300 {
    background-color: #fbd38d !important; }

.bs-text-orange-300 {
    color: #fbd38d !important; }

.bs-bg-orange-400 {
    background-color: #f6ad55 !important; }

.bs-text-orange-400 {
    color: #f6ad55 !important; }

.bs-bg-orange-500 {
    background-color: #ed8936 !important; }

.bs-text-orange-500 {
    color: #ed8936 !important; }

.bs-bg-orange-600 {
    background-color: #dd6b20 !important; }

.bs-text-orange-600 {
    color: #dd6b20 !important; }

.bs-bg-orange-700 {
    background-color: #c05621 !important; }

.bs-text-orange-700 {
    color: #c05621 !important; }

.bs-bg-orange-800 {
    background-color: #9c4221 !important; }

.bs-text-orange-800 {
    color: #9c4221 !important; }

.bs-bg-orange-900 {
    background-color: #7b341e !important; }

.bs-text-orange-900 {
    color: #7b341e !important; }

.bs-bg-yellow-100 {
    background-color: #fffff0 !important; }

.bs-text-yellow-100 {
    color: #fffff0 !important; }

.bs-bg-yellow-200 {
    background-color: #fefcbf !important; }

.bs-text-yellow-200 {
    color: #fefcbf !important; }

.bs-bg-yellow-300 {
    background-color: #faf089 !important; }

.bs-text-yellow-300 {
    color: #faf089 !important; }

.bs-bg-yellow-400 {
    background-color: #f6e05e !important; }

.bs-text-yellow-400 {
    color: #f6e05e !important; }

.bs-bg-yellow-500 {
    background-color: #ecc94b !important; }

.bs-text-yellow-500 {
    color: #ecc94b !important; }

.bs-bg-yellow-600 {
    background-color: #d69e2e !important; }

.bs-text-yellow-600 {
    color: #d69e2e !important; }

.bs-bg-yellow-700 {
    background-color: #b7791f !important; }

.bs-text-yellow-700 {
    color: #b7791f !important; }

.bs-bg-yellow-800 {
    background-color: #975a16 !important; }

.bs-text-yellow-800 {
    color: #975a16 !important; }

.bs-bg-yellow-900 {
    background-color: #744210 !important; }

.bs-text-yellow-900 {
    color: #744210 !important; }

.bs-bg-green-100 {
    background-color: #f0fff4 !important; }

.bs-text-green-100 {
    color: #f0fff4 !important; }

.bs-bg-green-200 {
    background-color: #c6f6d5 !important; }

.bs-text-green-200 {
    color: #c6f6d5 !important; }

.bs-bg-green-300 {
    background-color: #9ae6b4 !important; }

.bs-text-green-300 {
    color: #9ae6b4 !important; }

.bs-bg-green-400 {
    background-color: #68d391 !important; }

.bs-text-green-400 {
    color: #68d391 !important; }

.bs-bg-green-500 {
    background-color: #48bb78 !important; }

.bs-text-green-500 {
    color: #48bb78 !important; }

.bs-bg-green-600 {
    background-color: #38a169 !important; }

.bs-text-green-600 {
    color: #38a169 !important; }

.bs-bg-green-700 {
    background-color: #2f855a !important; }

.bs-text-green-700 {
    color: #2f855a !important; }

.bs-bg-green-800 {
    background-color: #276749 !important; }

.bs-text-green-800 {
    color: #276749 !important; }

.bs-bg-green-900 {
    background-color: #22543d !important; }

.bs-text-green-900 {
    color: #22543d !important; }

.bs-bg-teal-100 {
    background-color: #e6fffa !important; }

.bs-text-teal-100 {
    color: #e6fffa !important; }

.bs-bg-teal-200 {
    background-color: #b2f5ea !important; }

.bs-text-teal-200 {
    color: #b2f5ea !important; }

.bs-bg-teal-300 {
    background-color: #81e6d9 !important; }

.bs-text-teal-300 {
    color: #81e6d9 !important; }

.bs-bg-teal-400 {
    background-color: #4fd1c5 !important; }

.bs-text-teal-400 {
    color: #4fd1c5 !important; }

.bs-bg-teal-500 {
    background-color: #38b2ac !important; }

.bs-text-teal-500 {
    color: #38b2ac !important; }

.bs-bg-teal-600 {
    background-color: #319795 !important; }

.bs-text-teal-600 {
    color: #319795 !important; }

.bs-bg-teal-700 {
    background-color: #2c7a7b !important; }

.bs-text-teal-700 {
    color: #2c7a7b !important; }

.bs-bg-teal-800 {
    background-color: #285e61 !important; }

.bs-text-teal-800 {
    color: #285e61 !important; }

.bs-bg-teal-900 {
    background-color: #234e52 !important; }

.bs-text-teal-900 {
    color: #234e52 !important; }

.bs-bg-blue-100 {
    background-color: #ebf8ff !important; }

.bs-text-blue-100 {
    color: #ebf8ff !important; }

.bs-bg-blue-200 {
    background-color: #bee3f8 !important; }

.bs-text-blue-200 {
    color: #bee3f8 !important; }

.bs-bg-blue-300 {
    background-color: #90cdf4 !important; }

.bs-text-blue-300 {
    color: #90cdf4 !important; }

.bs-bg-blue-400 {
    background-color: #63b3ed !important; }

.bs-text-blue-400 {
    color: #63b3ed !important; }

.bs-bg-blue-500 {
    background-color: #4299e1 !important; }

.bs-text-blue-500 {
    color: #4299e1 !important; }

.bs-bg-blue-600 {
    background-color: #3182ce !important; }

.bs-text-blue-600 {
    color: #3182ce !important; }

.bs-bg-blue-700 {
    background-color: #2b6cb0 !important; }

.bs-text-blue-700 {
    color: #2b6cb0 !important; }

.bs-bg-blue-800 {
    background-color: #2c5282 !important; }

.bs-text-blue-800 {
    color: #2c5282 !important; }

.bs-bg-blue-900 {
    background-color: #2a4365 !important; }

.bs-text-blue-900 {
    color: #2a4365 !important; }

.bs-bg-indigo-100 {
    background-color: #ebf4ff !important; }

.bs-text-indigo-100 {
    color: #ebf4ff !important; }

.bs-bg-indigo-200 {
    background-color: #c3dafe !important; }

.bs-text-indigo-200 {
    color: #c3dafe !important; }

.bs-bg-indigo-300 {
    background-color: #a3bffa !important; }

.bs-text-indigo-300 {
    color: #a3bffa !important; }

.bs-bg-indigo-400 {
    background-color: #7f9cf5 !important; }

.bs-text-indigo-400 {
    color: #7f9cf5 !important; }

.bs-bg-indigo-500 {
    background-color: #667eea !important; }

.bs-text-indigo-500 {
    color: #667eea !important; }

.bs-bg-indigo-600 {
    background-color: #5a67d8 !important; }

.bs-text-indigo-600 {
    color: #5a67d8 !important; }

.bs-bg-indigo-700 {
    background-color: #4c51bf !important; }

.bs-text-indigo-700 {
    color: #4c51bf !important; }

.bs-bg-indigo-800 {
    background-color: #434190 !important; }

.bs-text-indigo-800 {
    color: #434190 !important; }

.bs-bg-indigo-900 {
    background-color: #3c366b !important; }

.bs-text-indigo-900 {
    color: #3c366b !important; }

.bs-bg-purple-100 {
    background-color: #faf5ff !important; }

.bs-text-purple-100 {
    color: #faf5ff !important; }

.bs-bg-purple-200 {
    background-color: #e9d8fd !important; }

.bs-text-purple-200 {
    color: #e9d8fd !important; }

.bs-bg-purple-300 {
    background-color: #d6bcfa !important; }

.bs-text-purple-300 {
    color: #d6bcfa !important; }

.bs-bg-purple-400 {
    background-color: #b794f4 !important; }

.bs-text-purple-400 {
    color: #b794f4 !important; }

.bs-bg-purple-500 {
    background-color: #9f7aea !important; }

.bs-text-purple-500 {
    color: #9f7aea !important; }

.bs-bg-purple-600 {
    background-color: #805ad5 !important; }

.bs-text-purple-600 {
    color: #805ad5 !important; }

.bs-bg-purple-700 {
    background-color: #6b46c1 !important; }

.bs-text-purple-700 {
    color: #6b46c1 !important; }

.bs-bg-purple-800 {
    background-color: #553c9a !important; }

.bs-text-purple-800 {
    color: #553c9a !important; }

.bs-bg-purple-900 {
    background-color: #44337a !important; }

.bs-text-purple-900 {
    color: #44337a !important; }

.bs-bg-pink-100 {
    background-color: #fff5f7 !important; }

.bs-text-pink-100 {
    color: #fff5f7 !important; }

.bs-bg-pink-200 {
    background-color: #fed7e2 !important; }

.bs-text-pink-200 {
    color: #fed7e2 !important; }

.bs-bg-pink-300 {
    background-color: #fbb6ce !important; }

.bs-text-pink-300 {
    color: #fbb6ce !important; }

.bs-bg-pink-400 {
    background-color: #f687b3 !important; }

.bs-text-pink-400 {
    color: #f687b3 !important; }

.bs-bg-pink-500 {
    background-color: #ed64a6 !important; }

.bs-text-pink-500 {
    color: #ed64a6 !important; }

.bs-bg-pink-600 {
    background-color: #d53f8c !important; }

.bs-text-pink-600 {
    color: #d53f8c !important; }

.bs-bg-pink-700 {
    background-color: #b83280 !important; }

.bs-text-pink-700 {
    color: #b83280 !important; }

.bs-bg-pink-800 {
    background-color: #97266d !important; }

.bs-text-pink-800 {
    color: #97266d !important; }

.bs-bg-pink-900 {
    background-color: #702459 !important; }

.bs-text-pink-900 {
    color: #702459 !important; }
.wc-block-cart .wc-block-cart__submit-container {
    padding: 0;
    background: var(--second-color);
    border-radius: 10px;
    box-shadow: 0px 5px 5px 1px var(--second-color);
}

.with-highlight {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.with-highlight::before {
    content: '';
    width: 100%;
    height: 15px;
    background-color: var(--bs-yellow);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 5px;
}

.section-title {
    position: relative;
    margin-bottom: 20px;
}

.section-title.with-line::after {
    content: "";
    position: absolute;
    top: 60%;
    right: 30%;
    background-color: var(--main-color-three-shadow);
    width: calc(100% - 650px);
    height: 5px;
    transform: translateY(-50%);
}

.section-title-title {
    position: relative;
    padding-right: 50px;
}

.section-title-title .Dottedsquare {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: radial-gradient(#6f6c6c 1px, transparent 2px);
    -webkit-background-size: 20px 20px;
    background-size: 10px 10px;
    border-radius: 0;
    z-index: -1;
}

.banner-image-parent {
    position: relative;
}

.banner-image-main {
    z-index: 2;
}
.blog-card img {
    height: 300px;
    width: 100%;
	border-radius: 10px !important;
}
.banner-image-main img {
    width: 100%;
    object-fit: cover;
}
.digicamak-banner .banner-image-main img {
    height: 200px !important;
}
.shop-feature-item {
    text-align: center;
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 25px;
}

.shadow-bottom {
    box-shadow: 0 19px 50px -31px rgba(0, 0, 0, 0.3);
}

.shadow-top {
    box-shadow: 0 -19px 50px -31px rgba(0, 0, 0, 0.3);
}

.shop-feature .shop-feature-item img {
    width: 50px;
}

/* start faq */
.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 15px;
    margin-top: 0 !important;
    border: none;
}

.accordion-style .card:last-child {
    margin-bottom: 0;
}

.accordion-style .card-header {
    border: 0;
    background: none;
    padding: 0;
    border-bottom: none;
}

.accordion-style .btn-link {
    position: relative;
    background: #ecf0ff;
    border: 1px solid #ccc !important;
    display: block;
    width: 100%;
    font-size: 18px;
    border-radius: 10px 10px 0 0;
    text-align: right;
    white-space: normal;
    box-shadow: none;
    text-decoration: none;
    color: #333;
    padding: 30px 60px;
}

.accordion-style .btn-link:hover {
    text-decoration: none;
}

.accordion-style .btn-link.collapsed {
    background: var(--bs-gray-100) !important;
    color: var(--color-site);
    border-radius: 15px;
    border: 1px solid #ccc;
}

.accordion-style .btn-link.collapsed:after {
    border-radius: 3px;
    content: "\F282";
    font-family: 'bootstrap-icons', serif;
    left: inherit;
    right: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    height: 26px;
    width: 26px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-style .btn-link:after {
    background: transparent;
    border: none;
    border-radius: 3px;
    content: "\F286";
    font-family: 'bootstrap-icons', serif;
    left: inherit;
    right: 16px;
    font-size: 16px;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    width: 26px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: var(--main-color-one);
    text-align: center;
}

.accordion-style .card-body {
    padding: 20px;
    border-left: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    line-height: 50px;
    font-size: 16px;
    border-radius: 0 0 10px 10px;
    color: #807ca4;
    background-color: #fff;
}

.card-style1 {
    box-shadow: 0 0 10px 0 rgb(89 75 128 / 9%);
}

.border-0 {
    border: 0 !important;
}

.blog-slider-sw {
    padding-bottom: 60px;
}

.blog-card-text {
    position: absolute;
    bottom: 5px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}

.mb-2-3, .my-2-3 {
    margin-bottom: 2.3rem;
}

.blog-card img {
    height: 300px !important;
    width: 100% !important;
}
.card-img, .card-img-bottom {

    border-radius: var(--bs-border-radius-xxl) !important;
}
.card {
    position: relative;
    display: flex
;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}
.blog-slider-sw {
    padding-bottom: 60px;
}
.banner-image-blur {
    position: absolute;
    left: 31px;
    right: 20px;
    top: 73px;
    bottom: -13px;
    z-index: -1;
}
.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
}
.banner-image-blur img {
    -webkit-filter: blur(25px);
    filter: blur(25px);
    height: 100% !important;
    width: auto !important;
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
.cat-item-image img {
    width: 100px;
}
.cat-item {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--bs-gray-400);
    box-shadow: var(--shadow-sm);
}
.product-item.cart_item, .woocommerce .quantity button {
    padding: 0px 10px !important;
}
.woocommerce-shipping-methods li {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.woocommerce-shipping-methods input[type="radio"]:checked + label {
    background-color: #f0f8ff; 
    border-right: 2px solid #007cba; 
    padding: 8px 15px;
	margin-right: 5px;
}

.woocommerce-shipping-methods input[type="radio"]:checked + label::before {
    content: '\2713'; 
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #007cba; 
    font-size: 18px;
    font-weight: bold;
}