/*Peyda*/
@font-face {
    font-family: PeydaWebFaNum;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Fanum/woff2/PeydaWebFaNum-Thin.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/Fanum/woff/PeydaWebFaNum-Thin.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: PeydaWebFaNum;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Fanum/woff2/PeydaWebFaNum-ExtraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/Fanum/woff/PeydaWebFaNum-ExtraLight.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: PeydaWebFaNum;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Fanum/woff2/PeydaWebFaNum-Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/Fanum/woff/PeydaWebFaNum-Light.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: PeydaWebFaNum;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Fanum/woff2/PeydaWebFaNum-Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/Fanum/woff/PeydaWebFaNum-Medium.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: PeydaWebFaNum;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Fanum/woff2/PeydaWebFaNum-SemiBold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/Fanum/woff/PeydaWebFaNum-SemiBold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: PeydaWebFaNum;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Fanum/woff2/PeydaWebFaNum-ExtraBold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/Fanum/woff/PeydaWebFaNum-ExtraBold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: PeydaWebFaNum;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Fanum/woff2/PeydaWebFaNum-Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fontsFanum//woff/PeydaWebFaNum-Black.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: PeydaWebFaNum;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Fanum/woff2/PeydaWebFaNum-Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/Fanum/woff/PeydaWebFaNum-Bold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: PeydaWebFaNum;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Fanum/woff2/PeydaWebFaNum-Regular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/Fanum/woff/PeydaWebFaNum-Regular.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

:root{
    --dp-black:#000000;
    --dp-dark:#333333;
    --dp-gray:#666666;
    --dp-gray2:#B3B3B3;
    --dp-red:#DC2F02;
    --dp-org:#E85D04;
    --dp-org2:#E85D0433;
    --dp-org3:#F8D5CC;
    --dp-grad:linear-gradient(264.86deg, #DC2F02 0%, #E85D04 100%);
    --dp-grad2:linear-gradient(264.86deg, #DC2F02 0%, #FF7B00 100%);
    --dp-yel:#FAA307;
    --dp-yel2: #FAA3071A;
    --dp-yel3: #F9CFB4;
    --dp-light:#F5F5F5;
    --dp-light2:#FFF6E7;
    --dp-white:#FFFFFF;
    --dp-bc:#E0E0E0;
    --dp-bc2:#F0F0F0;
    --dp-bc3:#66666633;
    --dp-bc4:#66666680;
    --dp-shade-1: 0px 4px 8px 0px #6666661A;
    --dp-shade-2: 0px 4px 8px 0px #DC2F0233;
    --dp-shade-3: 0px 4px 8px 0px #DC2F021A;
    --dp-shade-4: 0px 4px 16px 0px #6666661A;
    --dp-8:8px;
    --dp-12:12px;
    --dp-16:16px;
    --dp-18:18px;
    --dp-32:32px;
    --dp-del: 0.4s;
    --dp-del2:all 0.4s ease-in-out;
}

* {
    font-family: PeydaWebFaNum;
    text-decoration: none!important;
    outline: none;
}

h1,h2,h3,h4,h5,h6,p,span{
    margin: 0;
}

.body1{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #333333;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

/*user-log-but start*/

.dp-user-log-but {
    width: fit-content;
    position: relative;
    transition: var(--dp-del);
}

.dp-user-log-but .dp-user-log-button {
    width: 151px;
    height: 48px;
    border-radius: var(--dp-12);
    background-color: var(--dp-light2);
    border: 1px solid var(--dp-yel3);
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: var(--dp-red);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: var(--dp-del);
}

.dp-user-log-but .dp-user-log-button:hover{
    background-color: var(--dp-red);
    box-shadow: 0px 4px 8px 0px #DC2F0233;
    color: var(--dp-white);
    border: transparent;
}
.dp-user-log-but .dp-user-log-button svg{}
.dp-user-log-but .dp-user-log-drop-down {
    width: 223px;
    border-radius: var(--dp-18);
    background-color: var(--dp-white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid var(--dp-bc2);
    padding: 10px 20px;
    box-shadow: var(--dp-shade-1);
    position: absolute;
    left: 0;
    top: 55px;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    transition: var(--dp-del);
    z-index: 2;
}

.dp-user-log-but .dp-user-log-drop-down a {
    width: 100%;
    height: 49px;
    border-bottom: 1px solid var(--dp-bc);
    display: flex;
    align-items: center;
    color: var(--dp-dark);
    justify-content: flex-start;
}

.dp-user-log-but .dp-user-log-drop-down a:last-child {
    border-bottom: none;
    width: 163px;
}

.dp-user-log-but .dp-user-log-drop-down a svg {
    color: var(--dp-gray);
    margin-left: 8px;
}

.dp-user-log-but .dp-user-log-drop-down a .dp-user-log-drop-down-counter {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: var(--dp-grad2);
    color: var(--dp-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp-user-log-but:hover .dp-user-log-drop-down {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

/*user-log-but end*/

/*header start*/

.dp-header-banner{}
.dp-header-banner img{
    width: 100% !important;
}

.header-banner-lg{
    display: block;
}

.header-banner-mobile{
    display: none;
}

/*dp-header-top start*/

.dp-header-top {
    height: 50px;
}

.dp-header-top .dp-header-top-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dp-header-top .dp-header-top-menu li{
    border-left: 1px solid var(--dp-bc);
    margin-left: 15px;
    padding-left: 15px;
}

.dp-header-top .dp-header-top-menu li:last-child{
    border-left: none;
}

.dp-header-top .dp-header-top-menu a {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: var(--dp-gray);
    transition: var(--dp-del);
}
.dp-header-top .dp-header-top-menu a:hover {
    color: var(--dp-org);
}

.dp-header-top .dp-header-top-text {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: var(--dp-gray);
}

.dp-header-top .dp-header-top-text div {
    display: flex;
    margin-right: 25px;
    width: 100px;
    justify-content: space-between;
}

.dp-header-top .dp-header-top-text p {
    color: var(--dp-org);
    background-color: var(--dp-yel2);
    padding: 0 2px;
    border-radius: 4px;
}

/*dp-header-top end*/

/*dp-header-center start*/

.dp-header-center {
    height: 53px;
    align-items: center;
}

.dp-header-center .dp-header-center-right {
    display: flex;
    width: 100%;
    align-items: center;
}
.dp-header-center .dp-header-center-left {
    display: flex;
    margin-right: 20px;
    justify-content: space-between;
    align-items: center;
    width: 40%;
}

.dp-border {
    width: 1px;
    height: 32px;
    background-color: var(--dp-bc);
}

.dp-header-center .dp-header-logo {
    margin-left: 35px;
}

.dp-header-center .dp-searchbox {
    padding: 15px;
    margin: 0;
    width: 100%;
    max-width: 684px;
    border: 1px solid var(--dp-bc);
    border-radius: var(--dp-16);
}


.dp-header-center .dp-header-center-call {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: var(--dp-gray);
    width: 140px;
}
.dp-header-center .dp-header-center-call div {
    margin-left: 9px;
}
.dp-header-center .dp-header-center-call small {
    font-size: 16px;
    font-weight: 700;
    color: var(--dp-org);
}
.dp-header-center .dp-header-center-call p {
    font-size: 12px;
    line-height: 15px;
}

/*dp-header-center end*/

/*dp-header-bottom start*/

.dp-header-bottom {
    height: 80px;
    align-items: center;
    border-bottom: 1px solid var(--dp-bc);
}
.dp-header-bottom .dp-header-bottom-right{}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li{}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: var(--dp-gray);
    margin-left: 25px;
    border-radius: var(--dp-18);
    transition: var(--dp-del);
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    gap: 5px;
}

.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li a:hover {
    background-color: #FEEDCD;
    color: var(--dp-org);
}

.dp-header-bottom .dp-header-bottom-left{}
/*dp-header-bottom end*/

.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li {
    position: relative;
    transition: var(--dp-del);
}

.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: var(--dp-white);
    box-shadow: var(--dp-shade-1);
    padding: 20px;
    border-radius: var(--dp-16);
    border: 1px solid var(--dp-bc2);
    top: 70px;
    transform: translateY(15px);
    transition: var(--dp-del);
    z-index: 2;
}

.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li:hover .dp-menu-item-content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content .sub-menu {
    padding: 0;
    list-style: none;
}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content .dp-brdr {
    width: 1px;
    background-color: var(--dp-bc);
    margin: 0 20px;
    height: 100px;
}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content .sub-menu li{}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content .sub-menu li a {
    margin: 0;
    width: max-content;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: var(--dp-dark);
}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content .sub-menu li a:hover {
    background-color: unset;
    color: unset;
}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content .sub-menu li a:before {
    content: '';
    position: absolute;
    background:  var(--dp-bc);
    width: 12px;
    height: 6px;
    border-radius: 24px;
    top: 15px;
    right: -10px;
    transition: var(--dp-del);
}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content .sub-menu li a:hover:before {
    background:  var(--dp-red);
}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content {}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content .dp-menu-product {
    margin: 0;
    padding: 0 5px 0 14px;
    width: 344px;
    height: 104px;
    position: relative;
    border-radius: var(--dp-8);
    border: 1px solid var(--dp-red);
    box-shadow: var(--dp-shade-1);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content .dp-menu-product:hover {
   background-color: unset;
}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content .dp-menu-product .dp-product-stok-label {
    position: absolute;
    background: linear-gradient(84.86deg, #FAA307 0%, #DC2F02 100%);
    box-shadow: 0px 4px 8px 0px #E85D0433;
    width: 100px;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    color: var(--dp-white);
    top: 10px;
    right: -30px;
    transform: rotate(45deg);
}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content .dp-menu-product img {
    margin-right: 25px;
    width: 80px!important;
    height: 80px!important;
    object-fit: contain;
}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content .dp-menu-product div{}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content .dp-menu-product div .dp-menu-product-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
    color: var(--dp-dark);
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content .dp-menu-product div .dp-menu-product-price {
    text-align: left;
}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content .dp-menu-product div .dp-menu-product-price del {
    display: none;
}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content .dp-menu-product div .dp-menu-product-price ins {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    color: var(--dp-red);
}
.dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li .dp-menu-item-content .dp-menu-product div .dp-menu-product-price ins .woocommerce-Price-currencySymbol{
    font-size: 10px;
    line-height: 14px;
}
/*header end*/

/*search-box start*/

.dp-search-section {
    width: 100%;
    max-width: 684px;
}

#dp-search-box {
    width: 100%;
    max-width: 684px;
    height: 48px;
    border-radius: 16px;
    background-color: var(--dp-white);
    padding-right: 20px;
    border: 1px solid var(--dp-bc);
    display: flex;
    align-items: center;
}

#dp-search-box svg{
    color: var(--dp-gray2);
}
#dp-search-box span {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: var(--dp-bc4);
    margin-right: 15px;
}

#dp-search-input {
    position: absolute;
    top: 0;
    width: 100%;
    height: fit-content;
    background-color: var(--dp-white);
    border: 1px solid var(--dp-bc);
    border-radius: var(--dp-16);
    box-shadow: var(--dp-shade-1);
    padding: 20px;
    padding-top: 10px;
    transition: var(--dp-del);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

#dp-search-input.searchvisible {
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

#search-product {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--dp-org);
    padding-top: 2px;
    padding-bottom: 10px;
    padding-right: 31px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: var(--dp-org);
}
#search-product::placeholder{
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: var(--dp-gray2);
}

.dp-search-but {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 14px;
    color: var(--dp-gray2);
    cursor: pointer;
}

#recent-searches, .dp-popular-search ,#search-results,#suggested-terms{
    flex-direction: column;
    border: 1px solid var(--dp-bc);
    margin-top: 15px;
    border-radius: var(--dp-16);
    padding: 15px 25px;
    min-height: 100px;
    justify-content: space-between;
}

.dp-search-result-title {
    position: relative;
    margin-right: 10px;
}

.dp-search-result-title:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    border-radius: 24px;
    background: linear-gradient(222.49deg, #DC2F02 23.91%, #FF7B00 76.09%);
    box-shadow: 0px 4px 8px 0px #DC2F0233;
    right: -9px;
    top: 4px;
}

.dp-search-result-title svg {
    color: var(--dp-gray2);
    margin-left: 5px;
}
.dp-search-result-title p {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: var(--dp-dark);
}
.dp-search-result-title p small{
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: var(--dp-red);
}

.dp-search-title-trash{
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: var(--dp-bc2);
    border: 1px solid var(--dp-bc);
    color: var(--dp-gray);
}
.dp-search-title-trash svg{}
.popular-search-terms,.suggested-search-terms,#search-results ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

#search-results ul{
    flex-direction: column;
}

.popular-search-terms a, .recent-search-item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--dp-gray);
    border: 1px solid var(--dp-bc);
    border-radius: 20px;
    padding: 0px 10px;
    margin-left: 10px;
    display: flex;
    width: max-content;
    align-items: center;
    gap: 5px;
    height: 28px;
}

.popular-search-terms a div, .recent-search-item a div ,.search-info a{
    width: 16px;
    height: 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dp-bc2);
    color: var(--dp-dark);
}

.search-info a{
    width: 20px;
    height: 20px;
}

.search-info {
    margin-bottom: 15px;
    color: #949494;
}
.search-info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: var(--dp-dark);
    margin-right: 5px;
}
.search-info p small{
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: var(--dp-red);
}
.search-info .d-flex svg{
    margin-bottom: 2px;
}

#search-results ul li {
    margin-bottom: 10px;
}

#search-results ul li .product-category {
    color: var(--dp-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 5px;
    margin-right: 20px;
}

#search-results ul li .product-category small{
    color: var(--dp-red);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

#search-results ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--dp-dark);
}
#search-results ul li a svg {
    margin-left: 5px;
}
#search-results ul li a span{}
#search-results ul li a p{}
#suggested-terms{}
#suggested-terms ul{}
#suggested-terms ul li{}
#suggested-terms ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 28px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--dp-dark);
}

#suggested-terms ul li a:last-child {
    margin-bottom: 0;
}
#suggested-terms ul li a div{}
#suggested-terms ul li a div svg {
    margin-left: 5px;
}
#suggested-terms ul li a svg{}

/*search-box end*/

/*megamenu start*/
.megamenu-content {
    cursor: pointer;
    width: 250px;
    height: 48px;
    background: var(--dp-grad2);
    border-radius: 24px;
    color: var(--dp-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 4px;
    padding-left: 25px;
    box-shadow: 0px 4px 8px 0px #DC2F0233;
}
.rad-megamenu:hover {}
.rad-megamenu .megamenu-svg1 {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--dp-white);
    color: #F94327;
}
.rad-megamenu .megamenu-svg2{}
.mega-menu-wrapper {
    background-color: #ffffff;
    position: absolute;
    top: 85px!important;
    right: 0;
    transition: all 0.2s ease-in-out;
    width: 1400px;
    min-height: 402px;
    border-radius: 16px;
    box-shadow: var(--dp-shade-4);
    padding: 10px 20px;
    transform: translateY(15px);
    border: 1px solid #6666661A;
    display: flex;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.rad-megamenu:hover .mega-menu-wrapper{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.mega-menu-wrapper svg {
    margin-left: 5px;
}
.mega1-wrapper {
    width: 232px;
    height: 354px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.mega1-wrapper ::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.mega1-wrapper  {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.rad-megamenu:not(:hover) .maga1st{
    opacity: 0;
    visibility: hidden;
    z-index: -9;
}

.rad-megamenu:hover .maga1st {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    z-index: 999;
}

.rad-mega-firstlink {
    padding: 0 0px 8px;
    width: 100%;
    height: 43px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: var(--dp-del);
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: var(--dp-dark);
    justify-content: space-between;
    border-bottom: 1px solid var(--dp-bc3);
}

.rad-mega-firstlink:hover,
.mega1.menu-active .rad-mega-firstlink{
    color: var(--dp-red);
}
.mega-menu-wrapper .mega1-wrapper .mega1{}
.mega-menu-wrapper .mega2v3-wrapper .mega2v3content {
    display: none;
    transition: var(--dp-del);
    flex-wrap: wrap;
    align-content: flex-start;
}
.mega-menu-wrapper .mega2v3-wrapper .mega2v3content.submenu-active {
    display: flex;
}

.mega2v3-wrapper {
    width: 65%;
}
.mega2v3content{}
.mega2v3content.submenu-active{}
.mega2 {}
.mega2 a {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: var(--dp-dark);
    position: relative;
    padding-right: 15px;
}

.mega2 a::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 24px;
    border-radius: var(--dp-16);
    top: -2px;
    right: 0;
    background: linear-gradient(222.49deg, #DC2F02 23.91%, #FF7B00 76.09%);
    box-shadow: 0px 4px 8px 0px #DC2F0233;
}
.mega3{}
.mega3 a {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: var(--dp-dark);
    position: relative;
    padding-right: 20px;
    transition: var(--dp-del);
}
.mega3 a::before {
    content: '';
    position: absolute;
    background-color: var(--dp-bc3);
    width: 12px;
    height: 6px;
    border-radius: 24px;
    top: 8px;
    right: 0px;
    transition: var(--dp-del);
}

.mega3 a:hover:before{
    background-color: var(--dp-red);
}
.m2m3-inner {
    height: 360px;
    width: 190px;
    padding-right: 25px;
    border-right: 1px solid var(--dp-bc3);
    margin-right: 25px;
    overflow-y: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.m2m3-inner::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.m2m3-inner {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.m2m3-inner>* {
    margin-bottom: 15px;
}
.m2m3-inner a {
    display: block;
}
.megamenu-special-product {
    width: 224px;
    height: 338px;
    display: flex;
    border-radius: var(--dp-16);
    border: 1px solid var(--dp-red);
    background-color: var(--dp-white);
    position: absolute;
    left: 30px;
    top: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    padding-top: 30px;
}

.rad-special-offers-card-onsale{
    position: absolute;
    left: 10px;
    top: 10px;
    background: linear-gradient(84.86deg, #FAA307 0%, #DC2F02 100%);
    box-shadow: 0px 4px 8px 0px #E85D0433;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    line-height: 11px;
    color: #ffffff;
    padding: 3px 4px;
}

.dp-product-attributes {
    position: absolute;
    top: 10px;
    right: 10px;
}
.dp-product-attributes .rad-special-offers-card-color {
    width: 8px;
    height: 8px;
    display: flex;
    border-radius: 100%;
    border: 1px solid #00000040;
    margin-bottom: 3px;
}
.dp-product-attributes .rad-special-offers-card-color b {
    display: none;
}

.dp-product-attributes .more-span{
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
}

.megamenu-special-product .d-flex img {
    width: 160px!important;
    height: 160px!important;
    object-fit: contain;
    border-radius: var(--dp-8) !important;
    margin-bottom: 10px;
}

.dp-megamenu-product-data-box {
    border-top: 2px solid var(--dp-bc);
    padding-top: 15px;
    margin-top: 15px;
}
.dp-product-price{}
.dp-product-price del {}
.dp-product-price del span {
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: line-through !important;
    color: #B3B3B3;
}
.dp-product-price del span .woocommerce-Price-currencySymbol {
    display: none;
}
.dp-product-price ins {}
.dp-product-price ins span {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #DC2F02;
}
.dp-product-price ins span .woocommerce-Price-currencySymbol {
    font-size: 11px;
    font-weight: 700;
    line-height: 15.4px;
    margin-right: 3px;
}

.dp-megamenu-product-buy-but{
    width: 40px!important;
    height: 40px!important;
}

.megamenu-special-product .dp-product-price{
    position: relative;
    align-items: flex-end;
}
.megamenu-special-product .dp-product-price del{
    margin-left: 30px;
}
.megamenu-special-product .dp-product-price .dp-discount-percent{
    position: absolute;
    left: 0;
    top: 0;
    background: var(--dp-grad);
    box-shadow: 0px 4px 8px 0px var(--dp-org2);
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    line-height: 11px;
    color: var(--dp-white);
    padding: 3px 6px;
}


/*megamenu end*/

/*mini-cart start*/

.cart-hover-widget {
    width: 186px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: var(--dp-grad2);
    cursor: pointer;
    transition: 0.4s;
    position: relative;
}

.ht-menu-cart-widget-cart-total {
    width: 17px;
    height: 17px;
    background-color: var(--dp-white);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -4px;
    top: -4px;
    box-shadow: var(--dp-shade-2);
}

.ht-menu-cart-widget-cart-total .cart-total-amount {
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    color: var(--dp-org);
}

.ht-menu-cart-widget-cart-hover-button {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
    padding-right: 4px;
}

.ht-menu-cart-widget-cart-hover-button div {
    background-color: var(--dp-white);
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    justify-content: center;
}

.ht-menu-cart-widget-cart-hover-button svg{}
.ht-menu-cart-widget-cart-hover-button .woocommerce-Price-amount.amount{}
.ht-menu-cart-widget-cart-hover-button .woocommerce-Price-amount.amount bdi {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: var(--dp-white);
}
.ht-menu-cart-widget-cart-hover-button .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol{}
.ht-menu-cart-widget-cart-hover-button .dp-mc-emp-txt{
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: var(--dp-white);
}

.ht-menu-cart-widget-cart-hover-content {
    width: 283px;
    min-height: 260px;
    border-radius: var(--dp-18);
    background-color: var(--dp-white);
    left: 0;
    top: 60px;
    position: absolute;
    padding: 15px 10px 10px;
    box-shadow: var(--dp-shade-1);
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: var(--dp-del);
    border: 1px solid var(--dp-bc2);
}

.cart-hover-widget:hover .ht-menu-cart-widget-cart-hover-content{
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.ht-menu-cart-widget-ul {
    margin: 0;
    padding: 10px 2px;
    list-style: none;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.ht-menu-cart-widget-ul::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.ht-menu-cart-widget-ul  {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.ht-menu-cart-widget-ul li {
    position: relative;
    height: 120px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #D5E6F6;
}

.ht-menu-cart-widget-ul li:last-child {
    border-bottom: none;
}

.ht-menu-cart-widget-ul li .ht-menucard-remove-cart-item {
    /*position: absolute;*/
    /*left: -5px;*/
    /*top: 10px;*/
    /*width: 24px;*/
    /*height: 24px;*/
    /*border: none;*/
    /*border-radius: 8px;*/
    /*padding: 0;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*background-color: transparent;*/
    display: none!important;
}
.ht-menu-cart-widget-ul li .ht-menucard-remove-cart-item .iconsax-outline-trash {
    display: none!important;
}
.ht-menu-cart-widget-ul li .ht-muncart-cart-item-thumbnail {
    display: flex;
    align-items: center;
}
.ht-menu-cart-widget-ul li .ht-muncart-cart-item-thumbnail .ht-the-thumbnail {
    width: 47px;
    height: 47px;
    border-radius: 16px;
    background-color: var(--kp-lbl2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ht-menu-cart-widget-ul li .ht-muncart-cart-item-thumbnail img {
    width: 48px!important;
    height: 48px!important;
    border-radius: 8px!important;
    object-fit: contain;
}

.ht-menu-cart-widget-cart-item-title.ht-the-product-name {
    color: var(--dp-dark);
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    margin-right: 15px;
}

.ht-menu-cart-widget-cart-item-details {
    display: flex;
    margin-top: 25px;
    position: relative;
    flex-direction: column;
}
.ht-menu-cart-widget-cart-item-details .product-quantity{}
.ht-menu-cart-widget-cart-item-details .product-quantity .position-relative {
    width: 68px;
    height: 28px;
    display: flex;
    align-items: center;
    border: 1px solid var(--dp-bc);
    border-radius: var(--dp-8);
    justify-content: center;
    background-color: var(--dp-white);
}
.ht-menu-cart-widget-cart-item-details .product-quantity .position-relative .quantity {}
.ht-menu-cart-widget-cart-item-details .product-quantity .position-relative .quantity input {
    padding: 0;
    margin: 0;
    border: none;
    width: 24px;
    background: #ffffff00;
    color: var(--dp-gray);
    text-align: center;
    height: 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    box-shadow: none;
    outline: none;
}

/* برای وب‌کیت (Chrome, Safari, Edge) */
.ht-menu-cart-widget-cart-item-details .product-quantity .position-relative .quantity input[type="number"]::-webkit-outer-spin-button,
.ht-menu-cart-widget-cart-item-details .product-quantity .position-relative .quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* برای فایرفاکس */
.ht-menu-cart-widget-cart-item-details .product-quantity .position-relative .quantity input[type="number"] {
    -moz-appearance: textfield;
}

.ht-menu-cart-widget-cart-item-details .product-quantity .position-relative .ht-woo-single-quantity.ht-woo-cart-quantity.ht-woo-menucart-quantity.position-absolute.iconsax-outline-add {
    right: 4px;
    width: 16px;
    height: 16px;
    border: none;
    font-size: 19px;
    padding: 0;
    color: var(--dp-red);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ht-menu-cart-widget-cart-item-details .product-quantity .position-relative .ht-woo-single-quantity-off.ht-woo-cart-quantity-off.ht-woo-menucart-quantity-off.position-absolute.iconsax-outline-minus {
    left: 4px;
    width: 16px;
    height: 16px;
    border: none;
    font-size: 19px;
    padding: 0;
    color: var(--dp-red);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ht-menu-cart-widget-cart-item-details .product-price-data {}
.ht-menu-cart-widget-cart-item-details .product-price-data .product-discount {
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 16px;
    border-radius: 4px;
    background: var(--dp-grad2);
    box-shadow: var(--dp-shade-2);
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    color: var(--dp-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
}

.ht-menu-cart-widget-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /*position: absolute;*/
    left: 0;
    top: -5px;
    height: 44px;
    justify-content: center;
}
.ht-menu-cart-widget-price del {
    height: 18px;
    margin-left: 27px;
}
.ht-menu-cart-widget-price del .woocommerce-Price-amount.amount{}
.ht-menu-cart-widget-price .woocommerce-Price-amount.amount bdi {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    color: var(--kp-dbl1);
}
.ht-menu-cart-widget-price .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol{}
.ht-menu-cart-widget-price del .woocommerce-Price-amount.amount bdi {
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    color: var(--dp-gray2);
    text-decoration: line-through!important;
}
.ht-menu-cart-widget-price del .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
    display: none;
}
.ht-menu-cart-widget-price ins{}
.ht-menu-cart-widget-price ins .woocommerce-Price-amount.amount{}
.ht-menu-cart-widget-price ins .woocommerce-Price-amount.amount bdi {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: var(--dp-red);
}
.ht-menu-cart-widget-price .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
    font-size: 11px;
}
.ht-menu-cart-cart-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--dp-bc);
    padding-top: 10px;
}
.ht-menu-cart-cart-summary p {}
.ht-menu-cart-cart-summary p .ht-menu-cart-cart-summary-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--dp-gray);
}
.ht-menu-cart-cart-summary p .woocommerce-Price-amount.amount{}
.ht-menu-cart-cart-summary p .woocommerce-Price-amount.amount bdi {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: var(--dp-dark);
}
.ht-menu-cart-cart-summary p .woocommerce-Price-amount.amount bdi span{
    display: none;
}
.ht-menu-cart-cart-summary .ht-menu-cart-checkout{}
.ht-menu-cart-widget-cart-hover-content .ht-menu-cart-cart-summary .button.checkout-button {
    width: 87px;
    height: 36px;
    border-radius: var(--dp-8);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dp-yel2);
    font-weight: 500;
    color: var(--dp-red);
    transition: 0.4s;
    border: 1px solid var(--dp-yel3);
    box-shadow: 0px 4px 8px 0px #E85D041A;
}
.ht-menu-cart-widget-cart-hover-content .ht-menu-cart-cart-summary .button.checkout-button:hover {
    background-color: var(--dp-red);
    box-shadow: 0px 4px 8px 0px #DC2F0233;
    color: var(--dp-white);
    border: transparent;
}

.dp-mini-cart-head {
    height: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--dp-bc);
    color: var(--dp-gray);
    display: flex;
    align-items: center;
    gap: 10px;
}

.dp-minicart-product-data {
    position: absolute;
    top: -25px;
    left: 0;
    width: 76%;
    justify-content: space-between;
}
.dp-minicart-product-data .dp-minicart-product-data-cat {
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: var(--dp-gray);
}
.dp-minicart-product-data .dp-minicart-product-data-cat .product-category {
    margin-right: 5px;
}
.dp-minicart-product-data .dp-minicart-product-data-rate{}
.dp-minicart-product-data .dp-minicart-product-data-rate .dp-minicart-product-data-rate-comments {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    color: var(--dp-bc4);
}
.dp-minicart-product-data .dp-minicart-product-data-rate .dp-border {
    width: 2px;
    height: 12px;
    background-color: var(--dp-light);
    margin: 0 10px;
}
.dp-minicart-product-data .dp-minicart-product-data-rate .dp-minicart-product-data-rate-starts{}
.dp-minicart-product-data .dp-minicart-product-data-rate .dp-minicart-product-data-rate-starts p {
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    color: var(--dp-yel);
    margin-left: 5px;
}
.dp-minicart-product-data .dp-minicart-product-data-rate .dp-minicart-product-data-rate-starts svg{}
.rad-empty-bas{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 93%;
    height: 75%;
    background-color: var(--dp-white);
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #484848;
}

.dp-mc-emp-but {
    width: 167px;
    height: 40px;
    border-radius: var(--dp-8);
    background: var(--dp-grad2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dp-white);
    box-shadow: var(--dp-shade-2);
    margin-top: 5px;
}
.rad-zero-text {
    margin: 5px 0;
}
/*mini-cart end*/

/*footer start*/
.dp-footer {
    padding-top: 35px;
}
.dp-footer .dp-footer-bg {
    background-color: var(--dp-white);
    padding-top: 35px;
}

.dp-footer-top {
    border-bottom: 2px solid #F0F0F0;
    padding-bottom: 15px;
}
.dp-ft-link-cols {}
.dp-ft-link-cols.dp-ft-col1{}
.dp-ft-link-cols.dp-ft-col2{}
.dp-ft-link-cols.dp-ft-col3{}
.dp-ft-link-cols-title {
    display: flex;
    position: relative;
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
    color: var(--dp-dark);
    padding-right: 10px;
    margin-bottom: 15px;
}

.dp-ft-link-cols-title p{
    color: var(--dp-red);
}

.dp-ft-link-cols-title::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 32px;
    border-radius: var(--dp-16);
    top: -2px;
    right: 0;
    background: linear-gradient(264.86deg, #DC2F02 0%, #FF7B00 100%);
    box-shadow: 0px 4px 8px 0px #DC2F0233;
}

.dp-ft-link-cols-link-box {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}
.dp-ft-link-cols-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: var(--dp-dark);
    position: relative;
    padding-right: 20px;
    margin-bottom: 15px;
    transition: var(--dp-del);
}

.dp-ft-link-cols-link a{
    color: inherit;
}

.dp-ft-link-cols-link::before{
    content: '';
    position: absolute;
    background: var(--dp-bc3);
    width: 12px;
    height: 6px;
    border-radius: 24px;
    top: 6px;
    right: -3px;
    transition: var(--dp-del);
}

.dp-ft-link-cols-link:hover{
    color: var(--dp-red);
}

.dp-ft-link-cols-link:hover:before{
    background: linear-gradient(264.86deg, #DC2F02 0%, #FF7B00 100%);
}
.dp-ft-call-col {
    width: 380px;
}

.dp-ft-callnumber-col {
    width: 380px;
    height: 96px;
    border-radius: var(--dp-32);
    background: var(--dp-grad2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-shadow: 0px 4px 8px 0px #DC2F0233;
}
.dp-ft-callnumber-box{}
.dp-ft-callnumber-box .d-flex{
    font-size: 24px;
    font-weight: 900;
    line-height: 33.6px;
}

.dp-ft-callnumber-box .p1{
    color: var(--dp-white);
}
.dp-ft-callnumber-box .p2{
    color: #FFFFFFBF;
}
.dp-ft-callnumber-box .p3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    color: var(--dp-white);
}
.dp-ft-callnumber-svg{}
.dp-ft-callnumber-svg svg{}
.dp-ft-emailbox {
    margin-top: 35px;
}

.dp-ft-emailbox {
    margin-top: 35px;
}
.dp-ft-emailbox .wpcf7.js {
    position: relative;
    margin: 13px 0;
}
.dp-ft-emailbox .dp-ft-link-cols-title{}
.dp-ft-emailbox .sub-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    color: var(--dp-gray);
}
.dp-ft-emailbox #wpcf7-f78-o1 {
    margin-top: 20px;
}
.dp-ft-emailbox #wpcf7-f78-o1 form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dp-ft-emailbox #wpcf7-f78-o1 form p {}
.dp-ft-emailbox #wpcf7-f78-o1 form p span.wpcf7-spinner {
    display: none;
}
.dp-footer-order-track {
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid var(--dp-bc2);
    height: 36px;
    direction: rtl!important;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.dp-footer-order-track::placeholder{
    color: var(--dp-bc4);
}
.dp-ft-emailbox .dp-footer-order-button {
    width: 126px;
    height: 36px;
    border: none;
    border-radius: var(--dp-16);
    background: var(--dp-grad2);
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    color: var(--dp-white);
    transition: var(--dp-del);
    box-shadow: var(--dp-shade-2);
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}

.dp-ft-emailbox .dp-footer-order-button:hover {
    width: 150px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0!important;
    padding: 6px!important;
    border: 1px solid var(--dp-bc2) !important;
    position: absolute!important;
    top: -50px!important;
    width: 100% !important;
    /*height: 36px!important;*/
    background-color: var(--dp-white) !important;
    z-index: 3!important;
    border-radius: var(--dp-8);
    box-shadow: var(--dp-shade-2);
    font-size: 14px;
    font-weight: 500;
    color: var(--dp-dark);
    right: 0;
}

.wpcf7-spinner{
    display: none!important;
}

.dp-footer-center {
    margin: 25px 0;
    border-bottom: 2px solid #F0F0F0;
    padding-bottom: 15px;
}
.dp-footer-center-top-content{}
.dp-footer-center-botton-content {
    margin-top: 50px;
}
.dp-footer-top-search-box{}
.dp-footer-top-search-box .dp-ft-link-cols-title{}
.dp-footer-top-search-box-content {
    height: 100px;
    margin-right: 60px;
    display: flex;
    gap: 15px;
    width: 807px;
}

.dp-footer-top-search-box-content .swiper-slide{
    width: auto;
}

.dp-footer-top-search-box-content .dp-footer-top-search-card {
    background-color: var(--dp-white);
    border: 1px solid var(--dp-bc);
    border-radius: var(--dp-32);
    font-size: 14px;
    font-weight: 500;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--dp-gray);
    box-shadow: var(--dp-shade-1);
    transition: var(--dp-del);
    height: 35px;
}

.dp-footer-top-search-box-content .dp-footer-top-search-card:hover{
    background-color: var(--dp-yel2);
    border: 1px solid var(--dp-org2);
    color: var(--dp-red);
    box-shadow: 0px 4px 8px 0px #E85D041A;
}

.dp-footer-symbols-box {
    display: flex;
    gap: 20px;
}

.dp-footer-symbols-card {
    width: 96px;
    height: 96px;
    border-radius: var(--dp-16);
    display: flex;
    background-color: var(--dp-light);
    padding: 5px;
    align-items: center;
    justify-content: center;
}

.dp-footer-symbols-card img {
    object-fit: contain;
    max-width: 70px!important;
    max-height: 60px!important;
}

.dp-Rules-part {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    display: flex;
    align-items: center;
    color: var(--dp-gray);
}

.ruls-link {
    color: var(--dp-gray);
    border-right: 1px solid var(--dp-bc);
    padding-right: 15px;
    margin-right: 20px;
    transition: var(--dp-del);
}

.ruls-link:first-child{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.ruls-link:hover {
    color: var(--dp-red);
}

.dp-footer-social-part {
    display: flex;
    gap: 20px;
}
.dp-footer-social {
    display: flex;
    transition: var(--dp-del);
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
    direction: ltr;
    align-items: flex-end;
}
.dp-footer-social:hover {
    width: 110px;
}
.dp-footer-social p {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: var(--dp-gray);
}

.dp-footer-social img {
    width: 24px!important;
    height: 24px!important;
}
.dp-footer-social:hover p{}
.dp-footer-bottom {
    padding-bottom: 25px;
}

.dp-footer-bottom .d-flex.align-items-center {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: var(--dp-gray);
}
.dp-footer-bottom .d-flex.align-items-center img{
    margin-left: 25px;
}

.dp-footer-bottom .d-flex.align-items-center small {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    color: var(--dp-red);
}

.dp-footer-banner{}
.dp-footer-banner img {
    width: 100% !important;
    margin-bottom: 25px;
}
.footer-banner-lg{}
.footer-banner-mobile{
    display: none;
}

/*footer end*/

/*header-mobile start*/

.dp-header-mobile {
    border-bottom: 1px solid var(--dp-bc3);
    margin: 0px 16px;
}

.dp-header-bg{
    background-color: var(--dp-white);
}

.mobile-header-top {
    margin-bottom: 15px;
    padding-top: 15px;
}
.mobille-menu-but{}
.mobile-header-top img{}
.mobile-header-bot {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.mobile-header-search {
    border: 1px solid #66666640;
    border-radius: var(--dp-12);
    height: 40px;
    background-color: var(--dp-white);
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 19.6px;
    color: var(--dp-gray2);
    padding-right: 40px;
    padding-left: 20px;
}

.mobile-header-search::placeholder{
    font-weight: 500;
    font-size: 14px;
    line-height: 19.6px;
    color: var(--dp-gray2);
}

.search-btn{
    border: none;
    background: transparent;
    padding: 0;
    width: 16px;
    height: 16px;
    right: 15px;
    top: 10px;
}

.mobile-header-search a {
    color: var(--dp-bc4);
    margin-right: 15px;
}

.mobile-header-search input {
    padding: 0;
    margin: 0 10px;
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: var(--dp-bc4);
    background-color: transparent;
}

.mobile-header-search input::placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: var(--dp-bc4);
}

.dp-mobile-menu-offcanvase {
    width: 280px!important;
    padding: 20px 23px;
}

.dp-mobile-menu-offcanvase-head {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid var(--dp-bc);
    padding-bottom: 20px;
}
.dp-mobile-menu-offcanvase-head img {
    width: 164px;
    height: 40px;
    object-fit: contain;
}

.dp-mobile-menu-offcanvase-head .btn-close{}
.dp-mobile-menu-offcanvase-footer {
    border-top: 1px solid var(--dp-bc);
    background-color: var(--dp-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 232px;
    right: 23px;
    height: 100px;
    justify-content: center;
}
.dp-mobile-menu-offcanvase-footer p{
    font-size: 24px;
    font-weight: 900;
    line-height: 33.6px;
    color: var(--dp-red);
}

.dp-mobile-menu-offcanvase-footer p small {
    font-size: 24px;
    font-weight: 900;
    line-height: 33.6px;
    color: var(--dp-dark);
    margin-right: 5px;
}

.dp-mobile-menu-offcanvase-footer a {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: #6A707680;
}

.dp-mobile-menu-offcanvase-body {
    padding-top: 15px;
    overflow-y: auto;
    padding-bottom: 90px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.dp-mobile-menu-offcanvase-body::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.dp-mobile-menu-offcanvase-body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.mobile-logsin-but {
    height: 48px;
    border: 1px solid var(--dp-bc3);
    border-radius: var(--dp-8);
    padding: 5px;
    position: relative;
}
.mobile-logsin-but .mls-but-info{}
.mobile-logsin-but .mls-but-info .dp-mls-img{}
.mobile-logsin-but .mls-but-info .dp-mls-img img {
    width: 36px!important;
    height: 36px!important;
    object-fit: cover;
    border-radius: 4px;
}

.dp-user-no-avatar{

}

.mobile-logsin-but .mls-but-info .dp-mls-text {
    margin-right: 5px;
    height: 34px;
}

.mobile-logsin-but .mls-but-info .dp-mls-text .dp-mls-wellcome {
    font-size: 11px;
    font-weight: 500;
    line-height: 15.4px;
    color: var(--dp-gray);
}

.mobile-logsin-but .mls-but-info .dp-mls-text .dp-mls-but{
    color: var(--dp-red);
}

.mobile-logsin-but .mls-but-info .dp-mls-text .dp-mls-but,
.mobile-logsin-but .mls-but-info .dp-mls-text .dp-mls-user-name {
    font-size: 12px;
    font-weight: 700;
    line-height: 16.8px;
}
.mobile-logsin-but .mls-but-info .dp-mls-text .dp-mls-user-name {
    color: var(--dp-dark);
}

.mobile-logsin-but .mls-but-but {
    width: 30px;
    height: 30px;
}

.mobile-logsin-but .mls-but-but .mls-but-menu {
    position: absolute;
    width: 100%;
    right: 0;
    top: 55px;
    display: flex;
    flex-direction: column;
    border: 1px solid #6666661A;
    box-shadow: var(--dp-shade-1);
    border-radius: var(--dp-16);
    padding: 15px;
    transform: translateY(15px);
    opacity: 0;
    transition: var(--dp-del);
    visibility: hidden;
    z-index: -2;
    background-color: var(--dp-white);
}

.mobile-logsin-but .mls-but-but .mls-but-menu a {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: var(--dp-dark);
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
}

.mobile-logsin-but .mls-but-but .mls-but-menu a:last-child{
    margin-bottom: 0;
}

.mobile-logsin-but .mls-but-but .mls-but-menu a:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 6px;
    border-radius: 24px;
    background: var(--dp-bc3);
    right: -20px;
    top: 7px;
    transition: var(--dp-del);
}

.mobile-logsin-but .mls-but-but .mls-but-menu a:hover:before {
    background-color: var(--dp-red);
}

.mls-but-but:hover .mls-but-menu{
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transform: translateY(0px);
}

.hm-minicard {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--dp-16);
    border: 1px solid #6666661A;
    box-shadow: var(--dp-shade-1);
    background-color: var(--dp-white);
}

.hm-minicard p {
    position: absolute;
    width: 17px;
    height: 17px;
    background-color: var(--dp-white);
    box-shadow: var(--dp-shade-2);
    top: -8px;
    left: -5px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    color: var(--dp-org);
}

.dp-hum-menu {
    margin: 20px 0;
}

.dp-hum-menu-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
    color: var(--dp-dark);
    margin-bottom: 20px;
}

.dp-hum-menu-title small{
    color: var(--dp-red);
}

.dp-hum-menu .rad-ul1{}
.dp-hum-menu .rad-ul1 ul.rad-ul1{}
.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist {
    position: relative;
}
.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist .rad-a-1 {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    color: var(--dp-dark);
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    transition: var(--dp-del);
}

.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist .sub-toggle {
    position: absolute;
    left: 0;
    z-index: 2;
    height: 20px;
    width: 20px;
    top: 10px;
    padding: 0px 5px;
}
.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist .zir-nav {
    padding: 0;
    padding-top: 10px;
}

.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist .zir-nav .rad-list2 {
    position: relative;
    transition: var(--dp-del);
}

.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist .zir-nav .rad-list2 .nav-link{
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    color: var(--dp-dark);
    position: relative;
    padding-right: 20px !important;
}

.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist .zir-nav .rad-list2 .nav-link:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 6px;
    border-radius: 24px;
    background: #DC2F0233;
    right: 0;
    top: 12px;
    transition: var(--dp-del);
}

.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist .zir-nav .rad-list2 .nav-link:hover:before {
    background: var(--dp-red);
}
.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist .zir-nav .rad-list3{}
.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist .zir-nav .rad-list3 ul {
    padding: 10px 20px!important;
    padding-left: 0!important;
}
.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist .zir-nav .rad-list3 ul li {
    transition: var(--dp-del);
    border-bottom: 1px solid var(--dp-bc);
    padding: 5px 0px;
}

.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist .zir-nav .rad-list3 ul li:hover{
    border-bottom: 1px solid var(--dp-red);
}

.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist .zir-nav .rad-list3 ul li a {
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    color: var(--dp-dark);
    position: relative;
    padding-right: 20px!important;
}

.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist .zir-nav .rad-list3 ul li a:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 6px;
    border-radius: 24px;
    background: #DC2F0233;
    right: 0;
    top: 7px;
    transition: var(--dp-del);
}

.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist .zir-nav .rad-list3 ul li a:hover:before {
    background: var(--dp-red);
}

.dp-nav-mobile-ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.dp-nav-mobile-ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 36px;
    border: 1px solid var(--dp-bc);
    color: var(--dp-dark);
    transition: var(--dp-del);
    border-radius: var(--dp-8);
}
.dp-nav-mobile-ul li a{
    color: inherit;
}

.dp-nav-mobile-ul li:hover {
    border: 1px solid var(--dp-red);
    color: var(--dp-red);
}

.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist .rad-a-1:before,
.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist .zir-nav .rad-list2:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: var(--dp-bc);
}

.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist:hover .rad-a-1:before,
.dp-hum-menu .rad-ul1 ul.rad-ul1 .rad-mobile-menulist .zir-nav .rad-list2:hover:before{
    background-color: var(--dp-red);
}
/*header-mobile end*/

/*slider start*/


.dp-slider-img {
    width: 100% !important;
    min-height: 320px!important;
    mask-image: url(../img/new-sliderbk2.svg);
    -webkit-mask-image: url(../img/new-sliderbk2.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    object-fit: cover;
}

.dp-slider-next {
    top: 0;
    left: -5px;
    bottom: 0;
    width: 23px;
    height: 30px;
    margin: auto;
    z-index: 2;
    padding: 5px 2px;
    color: #666666;
}

.dp-slider-prev {
    top: 0;
    right: -7px;
    bottom: 0;
    width: 23px;
    height: 30px;
    margin: auto;
    z-index: 2;
    padding: 5px 2px;
    color: #666666;
}

.dp-slider-pagination {
    bottom: 0px!important;
    width: 100%!important;
    margin: auto;
    right: 0;
    left: 0;
    height: 8px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dp-slider-pagination .swiper-pagination-bullet {
    margin: 0 3px!important;
    width: 8px;
    height: 8px;
    background-color: #F8D5CC;
    opacity: 1;
    transition: var(--dp-del);
}

.dp-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    border-radius: 8px;
    background-color: #DC2F02;
}

/*dp-carousel-slider start*/
.dp-carousel-slider1st{}
.dp-carousel-slider1st .dp-carousel-slide {}
.dp-carousel-slide {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 32px;
}

.dp-carousel-slide-img {
    width: 100%;
    height: auto;
    mask-image: url(../img/new-sliderbk2.svg);
    -webkit-mask-image: url(../img/new-sliderbk2.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.dp-carousel-slide.dp-slider-full .dp-carousel-slide-img {
    mask-image: url(../img/slider-full.svg);
    -webkit-mask-image: url(../img/slider-full.svg);
}

.dp-carousel-slider-text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
    position: absolute;
    right: 60px;
}

.dp-carousel-slider-text-content h1 {
    font-weight: 900;
    font-size: 40px;
    line-height: 68px;
    text-align: center;
    color: #ffffff;
}

.dp-carousel-slider-text-content h4,
.dp-carousel-slider-text-content h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33.6px;
    text-align: right;
    color: #ffffff;
}

.dp-carousel-slider-text-content .dp-cs-link {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: #424242;
    justify-content: center;
    background: #ffffff;
    border-radius: 50px;
    padding: 2px 10px;
    margin-top: 5px;
    min-width: 75px;
}

.dp-carousel-slider-text-content .dp-cs-link .dp-cs-link-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F19E68;
    border-radius: 4px;
    margin-right: 5px;
}

.dp-carousel-slider-text-content .dp-cs-link .dp-cs-link-icon svg{
    margin-right: 1px;
}

.dp-carousel-slider-img-slider {
    width: 338px;
    height: 368px;
    margin-left: 70px;
    position: absolute;
    left: 70px;
}
.dp-slider-gallery{}

.dp-slider-gallery .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp-slider-gallery .swiper-slide img {
    width: 338px;
    height: 296px;
    object-fit: contain;
}

.dp-slider-gallery2 {
    margin: 0;
}
.dp-slider-gallery2-next, .dp-slider-gallery2-prev {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #FF8621;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    z-index: 3;
}

.dp-slider-gallery2-chips {
    width: 250px;
    margin: auto;
    margin-top: 23px;
}
.dp-slider-gallery2 .swiper-wrapper {}
.dp-slider-gallery2 .swiper-slide {
    width: 52px!important;
    margin: 0 5px;
    opacity: 0.5;
    transition: 0.4s;
    cursor: pointer;
}

.dp-slider-gallery2 .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.dp-slider-gallery2 .swiper-slide img {
    width: 52px;
    height: 48px;
    object-fit: contain;
}
.dp-carousel-slider1st .dp-slider-next{}
.dp-carousel-slider1st .dp-slider-prev{}
.dp-carousel-slider1st .dp-slider-pagination{}



 .dp-carousel-slide .dp-carousel-slide-img.dp-carousel-slide-img-mobile{
     display: none!important;
 }
 .dp-carousel-slide.dp-slider-full .dp-carousel-slide-img.dp-carousel-slide-img-mobile{
     display: none!important;
 }



@media(max-width: 1399px){

    .dp-carousel-slider-img-slider {
        height: 330px;
    }

    .dp-slider-gallery .swiper-slide img {
        height: 255px;
    }

}

@media(max-width: 1199px){

    .dp-carousel-slider-text-content h1 {
        font-size: 26px;
    }

    .dp-carousel-slider-text-content h5 {
        font-size: 21px;
    }

    .dp-carousel-slider-img-slider {
        width: 275px;
        height: 250px;
    }

    .dp-slider-gallery .swiper-slide img {
        width: 170px;
        height: 170px;
    }

    .dp-carousel-slide.dp-slider-full .dp-carousel-slider-text-content {
        right: 100px!important;
    }

    .dp-carousel-slide.dp-slider-full .dp-carousel-slider-img-slider {
        left: 100px!important;
    }

}

@media(max-width: 991px){

    .dp-carousel-slider-img-slider {
        margin-left: 0px;
        display: flex;
        align-items: center;
        width: 235px;
        height: 185px;
    }

    .dp-slider-gallery2-chips {
        width: 60px;
        margin: auto;
        margin-top: auto;
        flex-direction: column-reverse;

    }

    .dp-slider-gallery2 .swiper-wrapper {
        height: fit-content;
    }

    .dp-slider-gallery2 .swiper-slide img {
        width: 48px;
    }

    .dp-slider-gallery2 .swiper-slide {
        width: 48px!important;
        margin: 5px 0;
        height: 48px;
    }

    .dp-slider-gallery2 {
        height: 150px;
    }

}

@media(max-width: 768px){
    .dp-carousel-slide.dp-slider-full .dp-carousel-slide-img{
        display: none!important;
    }
    .dp-carousel-slide.dp-slider-full .dp-carousel-slide-img.dp-carousel-slide-img-mobile {
        display: flex!important;
        mask-image: none;
        width: 100%;
        height: 400px;
        border-radius: 32px;
        object-fit: cover;
    }

    .dp-carousel-slide.dp-slider-full .dp-slider-prev,
    .dp-carousel-slide.dp-slider-full .dp-slider-pagination,
    .dp-carousel-slide.dp-slider-full .dp-slider-next{
        display: none!important;
    }

    .dp-carousel-slide.dp-slider-full .dp-carousel-slider-text-content {
        top: 30px;
        right: 0!important;
        left: 0;
        margin: auto;
        width: 75%;
    }
    .dp-carousel-slide.dp-slider-full .dp-carousel-slider-text-content h1{

    }
    .dp-carousel-slide.dp-slider-full .dp-carousel-slider-text-content h5{

    }
    .dp-carousel-slide.dp-slider-full .dp-carousel-slider-text-content h4{

    }
    .dp-carousel-slide.dp-slider-full .dp-carousel-slider-img-slider {
        bottom: 30px;
        right: 0;
        left: 0!important;
        margin: auto;
        width: 75%;
        height: 205px;
        display: flex;
        justify-content: center;
    }

    .dp-carousel-slide.dp-slider-full .dp-carousel-slider-img-slider .dp-slider-gallery {
        width: 70%!important;
        margin: 0;
    }

    .dp-slider-gallery2-chips {
        margin: auto 0!important;
    }

    .dp-slider-gallery .swiper-slide img {
        width: 200px!important;
        height: 200px!important;
    }

    .dp-slider-fudll{
        display: none!important;
    }

}

@media(max-width: 500px){
    .dp-carousel-slide-img {
        mask-image: url(../img/normal-slider-mobile.svg);
        -webkit-mask-image: url(../img/normal-slider-mobile.svg);
    }

    .dp-carousel-slider-text-content {
        display: flex;
        align-items: center;
        width: 80%;
        right: 0!important;
        left: 0;
        top: 20px;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        margin: auto;
    }

    .dp-carousel-slider-text-content h1 {
        width: 48%;
        text-align: right;
        font-weight: 900;
        font-size: 20px;
        text-shadow: 0px 2px #00000033;
        line-height: 32px;
    }
    .dp-carousel-slider-text-content h4{
        width: 48%;
        text-align: right;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        text-shadow: 0px 2px #00000033;
    }
    .dp-carousel-slider-text-content h5{
        width: 48%;
        text-align: left;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        text-shadow: 0px 2px #00000033;
    }

    .dp-carousel-slide.dp-slider-full .dp-carousel-slider-text-content {
        top: 30px;
        right: 0!important;
        left: 0;
        margin: auto;
        width: 75%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .dp-carousel-slide.dp-slider-full .dp-carousel-slider-text-content h1 {
        width: 100%;
        text-align: right;
        font-weight: 900;
        font-size: 20px;
        text-shadow: none;
    }

    .dp-carousel-slide.dp-slider-full .dp-carousel-slider-text-content h5 {
        width: 100%;
        text-align: right;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        text-shadow: none;
        margin: 15px 0;
    }

    .dp-carousel-slide.dp-slider-full .dp-carousel-slider-text-content h4{

    }
    .dp-carousel-slide.dp-slider-full .dp-carousel-slider-text-content .dp-cs-link {
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        padding: 0;
    }

}

@media(max-width: 400px){

    .dp-carousel-slide.dp-slider-full {
        justify-content: center;
    }

    .dp-carousel-slide.dp-slider-full .dp-carousel-slide-img.dp-carousel-slide-img-mobile {
        width: 328px;
        height: 256px;
    }

    .dp-carousel-slide.dp-slider-full .dp-carousel-slider-text-content {
        right: 35px!important;
        width: 266px!important;
    }

    .dp-carousel-slide.dp-slider-full .dp-carousel-slider-img-slider {
        height: 150px;
    }

    .dp-carousel-slide.dp-slider-full .dp-carousel-slider-img-slider .dp-slider-gallery {
        width: 164px!important;
    }

    .dp-slider-gallery .swiper-slide img {
        width: 140px!important;
        height: 95px!important;
    }

    .dp-carousel-slide.dp-slider-full .dp-carousel-slider-img-slider {
        bottom: 0px!important;
    }

    .dp-slider-gallery2 .swiper-slide img {
        width: 28px;
        height: 28px;
    }

    .dp-slider-gallery2 .swiper-slide {
        width: 28px!important;
        height: 28px;
    }

    .dp-slider-gallery2 {
        height: 128px;
    }

    .dp-slider-gallery2-chips {
        width: 35px;
        height: 145px;
    }

}


/*dp-carousel-slider end*/


/*slider end*/

/*dp-bannner start*/

.dp-banner-card {
    position: relative;
}

.dp-banner-card .dp-banner-card-img {
    width: auto;
    height: auto;
    border-radius: 32px;
    object-fit: cover;
}

.dp-banner-card .dp-banner-card-content {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 120px;
    right: 50px;
}

.dp-banner-card .dp-banner-card-content h1 {
    font-weight: 900;
    font-size: 32px;
    line-height: 100%;
    color: #ffffff;
}

.dp-banner-card .dp-banner-card-content h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #ffffff;
    margin: 20px 0;
}

.dp-banner-card .dp-banner-card-content a {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #ffffff;
}

.dp-banner-card .dp-banner-card-content .dp-banner-card-link-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #FFFFFF33;
}

.dp-banner-card .dp-banner-card-content .dp-banner-card-link-icon svg{
    margin-right: 1px;
}


/*dp-bannner end*/


/*title start*/
/*title1 start*/
.dp-carousel-title {
    font-size: 33px;
    font-weight: 900;
    line-height: 44.8px;
    display: flex;
    align-items: center;
    color: #333333;
}

.dp-carousel-title p {
    color: #DC2F02;
    margin-right: 3px;
}
/*title1 end*/
/*title2 start*/
.dp-carousel-title2{}
.dp-carousel-title2 .dp-carousel-title2-border {
    height: 2px;
    background-color: #EFEFEF;
    flex-grow: 1;
}

.dp-carousel-title2 .dp-carousel-title {
    margin: 0px 30px;
}
.dp-carousel-title2 .dp-carousel-title p{}
/*title2 end*/

/*title end*/

/* single-carousel start */

.dp-single-carousel-bg {
    width: 320px;
    height: 322px;
}
.dp-single-carousel-bg .dp-single-carousel-bg-lg-svg{}
.dp-single-carousel-bg .dp-single-carousel-bg-sm-svg .dp-single-carousel-bg-color,
.dp-single-carousel-bg .dp-single-carousel-bg-lg-svg .dp-single-carousel-bg-color{
    color: #ffffff;
}

.dp-single-carousel-bg .dp-single-carousel-bg-lg-svg .dp-single-carousel-bg-bcolor,
.dp-single-carousel-bg .dp-single-carousel-bg-sm-svg .dp-single-carousel-bg-bcolor{
    fill: #E0E0E0;
}
.dp-single-carousel-bg .dp-single-carousel-bg-sm-svg{}
.dp-single-carousel-bg .dp-single-carousel-bg-sm-svg .dp-single-carousel-bg-color{}
.dp-single-carousel-bg .dp-single-carousel-bg-sm-svg .dp-single-carousel-bg-bcolor{}
.dp-single-carousel-bg .dp-single-carousel1st {
    width: 290px;
    height: 265px;
    position: absolute;
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.dp-single-carousel-bg .dp-single-carousel1st .swiper-slide{}
.dp-single-carousel-card {
    width: 290px;
    height: 265px;
}
.dp-single-carousel-card-top {
    position: absolute;
    width: 290px;
    top: 12px;
    height: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.dp-single-carousel-card-top p {
    margin-right: 15px;
}
.dp-single-carousel-card-top p, .dp-single-carousel-card-top p small {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: #666666;
}
.dp-single-carousel-card-top p small{}
.dp-single-carousel-card-top .dp-single-carousel-timer-box {
    display: flex;
    align-items: center;
    width: 112px;
    height: 40px;
}

.timer-container {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    border-radius: 100%;
}
.timer-circle {}
.timer-container .circle {}
#progress {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    position: absolute;
    left: 2px;
    top: 2px;
}

.dp-single-carousel-timer-box .time {
    background: linear-gradient(24.54deg, #DC2F02 31.35%, #E85D04 68.65%);
    border-radius: 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.3px;
    color: #ffffff;
    width: 104px;
    height: 24px;
    box-shadow: 0px 4px 8px 0px #DC2F0233;
    padding: 5px 5px 0px 0px;
}

.dp-single-carousel-card .dp-single-carousel-card-img {
    width: 176px!important;
    height: 176px!important;
    object-fit: contain;
    border-radius: var(--dp-32) !important;
}
.dp-single-carousel-card .dp-single-carousel-card-title{}
.dp-single-carousel-timer-box-clock-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border: 4px solid;
    border-radius: 100%;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DC2F02;
    color: #ffffff;
}
.dp-single-carousel-card-bot{}
.dp-single-carousel-card-bot-buy-but {
    width: 48px;
    height: 48px;
    background: linear-gradient(264.86deg, #DC2F02 0%, #FF7B00 100%);
    display: flex!important;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: var(--dp-12);
    box-shadow: 0px 4px 8px 0px #DC2F0233;
    margin: 0 15px 15px 0;
}
.dp-single-carousel-card-bot-price-box {
    margin-bottom: 10px;
}
.dp-single-carousel-card-bot-price-box .dp-sc-cb-pb-off{}
.dp-single-carousel-card-bot-price-box .dp-sc-cb-pb-off .dp-sc-cb-pb-off-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: line-through!important;
    color: #B3B3B3;
}

.dp-single-carousel-card-bot-price-box .dp-sc-cb-pb-off .dp-sc-cb-pb-off-percent {
    font-size: 11px;
    font-weight: 700;
    line-height: 12px;
    color: #ffffff;
    width: 32px;
    height: 16px;
    box-shadow: 0px 4px 8px 0px #DC2F0233;
    background: linear-gradient(264.86deg, #DC2F02 0%, #FF7B00 100%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    margin: 0 5px 2px 10px;
}

.dp-single-carousel-card-bot-price-box .dp-sc-cb-pb-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #DC2F02;
}

.dp-single-carousel-card-bot-price-box .dp-sc-cb-pb-price small {
    font-size: 11px;
    font-weight: 700;
    line-height: 15.4px;
    margin-right: 3px;
}

.dp-single-carousel-pagination {
    display: flex;
    flex-direction: column;
    right: 0px!important;
    z-index: 1;
}

.dp-single-carousel-pagination .swiper-pagination-bullet {
    margin: 3px 0px!important;
    width: 8px;
    height: 8px;
    background-color: #F8D5CC;
    opacity: 1;
    transition: var(--dp-del);
}

.dp-single-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    height: 16px;
    border-radius: 8px;
    background-color: #DC2F02;
}

/* single-carousel end */

/*dp-card start*/

.dp-root-card{
    background-color: var(--dp-white);
    border-radius: var(--dp-16);
    box-shadow: var(--dp-shade-1);
    transition: var(--dp-del);
    border: 1px solid var(--dp-bc2);
}

.dp-root-card:hover{
    border: 1px solid var(--dp-red);
    box-shadow: var(--dp-shade-3);
}

.dp-card{
    background-color: #FFFFFF;
    border: 1px solid #6666661A;
    box-shadow: 0px 4px 8px 0px #6666661A;
    border-radius: var(--dp-16);
    transition: var(--dp-del);
}

.dp-card:hover{
    border: 1px solid #DC2F02;
    box-shadow: 0px 4px 8px 0px #DC2F021A;
}

/*dp-card end*/

/* category start */
.dp-category{}
.dp-category1st {}
.dp-category1st .swiper-slide {
    width: auto;
}

.dp-category-card {
    width: 96px;
    height: 126px;
}

.dp-category-card:hover .dp-category-card2{
    border: 1px solid #DC2F02;
}

.dp-category-card p{
    font-size: 14px;
    font-weight: 500;
    line-height: 23.8px;
    text-align: center;
    color: #666666;
    transition: var(--dp-del);
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.dp-category-card:hover p{
    color: #DC2F02;
}

.dp-category-card2 {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp-category-card2 img {
    width: 72px!important;
    height: 72px!important;
    border-radius: var(--dp-8) !important;
    object-fit: contain;
}
/* category end */

/* special carousel start */
.special-carousel1st {
    height: 450px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: var(--dp-32);
}
.special-carousel1st .special-carousel-bg-img {
    width: auto!important;
    max-width: initial!important;
}

.special-carousel-bg-img-dt{
    display: block!important;
}
.special-carousel-bg-img-mobile{
    display: none!important;
}

.dp-sc-data-box {
    top: -10px;
    bottom: 0px;
    margin: auto;
    right: 30px;
    height: 178px;
    border-left: 1px dashed #ffffff;
    padding-left: 15px;
}

.dp-sc-data-title {
    width: 186px;
    height: 90px;
    object-fit: contain;
}

.dp-sc-data-box .box-head {
    color: #ffffff;
    width: 162px;
    height: 33px;
}

.dp-sc-data-box .box-head .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.dp-sc-data-box .box-head .timer-dash {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.dp-sc-data-box .box-head .box p {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}

.dp-sc-data-box .box-head .box span {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
}

.dp-sc-data-box .dp-sc-data-link {
    width: 162px;
    height: 32px;
    border-radius: var(--dp-16);
    background-color: #ffffff;
    color: #DC2F02;
    transition: var(--dp-del);
    font-size: 14px;
    font-weight: 700;
    line-height: 23.8px;
    z-index: 999;
}

.dp-sc-carousel-box {
    width: 80%;
    top: -20px;
    left: 0px;
}

.dp-sc-carousel-box::before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 115px;
    height: 458px;
    left: 0;
    z-index: 2;
    top: 12px;
}

.dp-sc-carousel-box1st {
    padding: 40px 0!important;
}

.dp-sc-carousel-box1st .swiper-slide {
    width: auto;
}

.special-carousel-card {
    width: 224.8px;
    height: 406px;
    padding: 15px;
    padding-bottom: 0;
}

.special-carousel-card-top {
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 15px;
}

.special-carousel-card-top .dp-card-img{
    width:191.8px!important;
    height:160px!important;
}

.dp-card-img {
    width: 100% !important;
    height: auto!important;
    object-fit: contain;
    border-radius: 8px!important;
}

.special-carousel-card-top .dp-card-title {
    margin: 10px 0;
}

.dp-card-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #333333;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.dp-card-price-box{}
.dp-card-off-box {
    justify-content: flex-end;
}

.dp-card-off-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: line-through !important;
    color: #B3B3B3;
}

.dp-card-off-percent{
    font-size: 11px;
    font-weight: 700;
    line-height: 12px;
    color: #ffffff;
    width: 32px;
    height: 16px;
    box-shadow: 0px 4px 8px 0px #DC2F0233;
    background: linear-gradient(264.86deg, #DC2F02 0%, #FF7B00 100%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    margin: 0 5px 2px 10px;
}

.dp-card-price{
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #DC2F02;
}

.dp-card-price small{
    font-size: 11px;
    font-weight: 700;
    line-height: 15.4px;
    margin-right: 3px;
}

.dp-card-buy-but {
    background: #FAA3071A;
    border: 1px solid #E85D0433;
    height: 40px;
    width: 100%;
    display: flex!important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    color: #DC2F02;
    border-radius: var(--dp-12);
    transition: var(--dp-del);
}

.dp-card-buy-but:hover{
    background: linear-gradient(264.86deg, #DC2F02 0%, #FF7B00 100%);
    color: #FFFFFF;
    box-shadow: 0px 4px 8px 0px #DC2F0233;
    border: none;
}

.special-carousel-card .dp-card-buy-but {
    margin: 12px 0;
}
.dp-card-timer-box {}
.dp-card-timer-box .dp-card-timer-box-time {
    width: 45px;
    text-align: center;
}

.dp-card-timer-box .dp-card-timer-box-time p {
    border: 1px solid #6666661A;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
}
.dp-card-timer-box .dp-card-timer-box-time span {
    font-size: 11px;
    font-weight: 400;
    line-height: 15.4px;
    color: #66666680;
}
/* special carousel end */

/* new-product start */

.new-product1st{
    position: relative;
}
.dp-carousel-head {}
.dp-carousel-head .dp-carousel-title{}
.dp-carousel-head-but-box{
    width: 230px;
}

.dp-carousel-seeall {
    width: 126px;
    height: 32px;
    gap: 5px;
    border-radius: var(--dp-8);
}

.dp-carousel-next-slide {
    width: 32px;
    height: 32px;
    border-radius: var(--dp-8);
}

.dp-carousel-prev-slide{
    width: 32px;
    height: 32px;
    border-radius: var(--dp-8);
    margin-right: 15px;
}

.new-products {
    padding: 15px 0!important;
    height: 400px;
}

.new-product1st::before {
    position: absolute;
    content: '';
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 64px;
    height: 362px;
    right: -1px;
    z-index: 2;
    top: 0;
    bottom: -45px;
    margin: auto;
}

.new-product1st::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 64px;
    height: 362px;
    left: 0;
    z-index: 2;
    top: 0;
    bottom: -45px;
    margin: auto;
}
.new-products .swiper-slide{}
.new-product-card {
    width: 210px!important;
    min-height: 338px;
    padding: 15px;
    overflow: hidden;
    margin: 15px 0;
    transform: translateY(0px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.special-offer-banner {
    position: absolute;
    left: 10px;
    top: 10px;
    background: linear-gradient(84.86deg, #FAA307 0%, #DC2F02 100%);
    box-shadow: 0px 4px 8px 0px #E85D0433;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    line-height: 11px;
    color: #ffffff;
    padding: 3px 4px;
}

.new-product-card-top {
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 15px;
    margin-top: 15px;
}
.new-product-card-top img {
    border-radius: var(--dp-8) !important;
    width: 177px!important;
    height: 170px!important;
    object-fit: contain;
}

.new-product-card-top .dp-card-title {
    margin: 10px 0;
    -webkit-line-clamp: 4 !important;
    max-height: 40px;
    transition: max-height 0.4s;
}
.new-product-card:hover {
    transform: translateY(-17px) !important;
    min-height: 362px;
}

.new-product-card:hover .dp-card-title {
    max-height: 80px;
    transition: max-height 0.4s;
    -webkit-line-clamp: 4 !important;
}

.new-product-card-buy-but {
    width: 40px;
    background: #E85D0433;
}
/* new-product end */

/* must-sells start */

.must-sells1st {
    border-radius: var(--dp-16);
    background: #FFF6E7;
    border: 1px solid #FADFCD;
    padding: 20px;
}
.must-sells1st .dp-carousel-head{}
.must-sells1st .dp-carousel-head .dp-carousel-title{
    color: #DC2F02;
}
.must-sells1st .dp-carousel-head .dp-carousel-title p{
    color: #333333;
}
.must-sells1st .dp-carousel-head .dp-carousel-head-but-box{}
.must-sells1st .dp-carousel-head .dp-carousel-head-but-box .dp-carousel-seeall{}
.must-sells1st .dp-carousel-head .dp-carousel-head-but-box .dp-carousel-seeall svg{
    margin-bottom: 1px;
}

.must-sells1st .dp-carousel-head .dp-carousel-head-but-box .must-sells-prev-slid {
    background-color: #ffffff;
}

.must-sells1st .dp-carousel-head .dp-carousel-head-but-box .must-sells-next-slid{
    background-color: #ffffff;
}

.must-sells1st .must-sells-carousel {
    margin-top: 25px;
}

.must-sells1st .must-sells-carousel .swiper-slide {
    width: auto;
}

.must-sells-card {
    width: 434px;
    height: 208px;
    padding: 20px;
    border: 1px solid #E85D0433;
    box-shadow: 0px 4px 8px 0px #E85D041A;
}

.must-sells-card img {
    width: 160px!important;
    height: 160px!important;
    border-radius: var(--dp-8) !important;
    object-fit: contain;
}

.must-sells-card .dp-card-off-percent{
    margin: 0 5px 2px 0px;
}
.must-sells-card .must-sells-card-data {
    width: 210.67px;
}
.must-sells-card .must-sells-card-data .dp-card-title {
    text-align: right;
    -webkit-line-clamp: 3 !important;
}

.dp-card-meta-data {
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.dp-card-category{
    color: #666666;
}
.dp-card-category svg {
    width: 12px;
    height: 12px;
}

.dp-card-category .dp-card-category-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    margin-right: 5px;
}
.dp-card-product-data-rate{}
.dp-card-product-data-rate .dp-card-product-data-rate-comments {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #66666680;
    margin-top: 3px;
}

.dp-card-meta-data .dp-border {
    width: 2px;
    height: 12px;
    background-color: #F5F5F5;
    margin: 0 10px;
}
.dp-card-product-data-rate-starts{
    color: #FAA307;
}
.dp-card-product-data-rate-starts p {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    margin-left: 5px;
    margin-top: 3px;
}
.dp-card-product-data-rate-starts svg{}
/* must-sells end */

/*Selected-categories start*/
.dp-Selected-categories1st {}
.dp-Selected-categories-head{}
.dp-Selected-categories-head .dp-global-slider{}
.dp-Selected-categories-head .dp-global-slider .swiper-slide{}
.dp-Selected-categories-head-but {
    background-color: #ffffff;
    border-radius: var(--dp-32);
    border: 1px solid #E0E0E0;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 16px;
    gap: 5px;
    color: #666666;
    box-shadow: 0px 4px 8px 0px #6666661A;
    transition: var(--dp-del);
    height: 38px;
    margin: 15px 0;
    cursor: pointer;
}

.dp-Selected-categories-head-but svg, .dp-Selected-categories-head-but img {
    width: 18px!important;
    height: 18px!important;
    object-fit: contain;
}

.dp-Selected-categories-head-but.active {
    background: #FFF6E7;
    border: 1px solid #F9CFB4;
    box-shadow: 0px 4px 8px 0px #E85D041A;
    color: #DC2F02;
}
.dp-Selected-categories-head-but svg{}
.dp-Selected-categories1st .tab-content{}
.dp-Selected-categories-box{}
.dp-Selected-categories-carousel {
    padding: 20px 0px;
}
.dp-Selected-categories-carousel .swiper-wrapper {
    margin: 0!important;
    gap: 16px;
}

.dp-Selected-categories-carousel .swiper-slide {
    width: auto;
    margin-top: 0!important;
    margin-bottom: 0;
    margin-left: 0!important;
}

.dp-Selected-categories-card {
    width: 220px;
    height: 364px;
    padding: 15px;
    overflow: hidden;
}

.dp-Selected-categories-card .dp-card-items{
    padding: 10px 5px 15px!important;
}
.dp-Selected-categories-card .dp-card-items .dp-card-items-item button.yith-wcwl-add-to-wishlist-button--added .yith-wcwl-icon-svg__wrapper::before, .dp-card-items .dp-card-items-item button.yith-wcwl-add-to-wishlist-button--added .yith-wcwl-icon-svg__wrapper::before {
    left: 0!important;
    top: 0!important;
}

.dp-Selected-categories-card .dp-card-items .dp-card-items-item button.yith-wcwl-add-to-wishlist-button img,.dp-Selected-categories-card .dp-card-items .dp-card-items-item button.yith-wcwl-add-to-wishlist-button svg {
    margin-top: 0!important;
}

.dp-Selected-categories-card .dp-card-items .dp-card-items-item button.yith-wcwl-add-to-wishlist-button .yith-wcwl-icon-svg__wrapper {
    position: relative!important;
    margin-top: 8px!important;
}



.dp-Selected-categories-card .special-carousel-card-top .dp-card-img {
    width: 188px!important;
    height: 160px!important;
}

.dp-Selected-categories-card .special-carousel-card-top {
    margin-bottom: 10px;
}

.dp-Selected-categories-card .special-carousel-card-top .dp-card-title {
    margin: 20px 0 15px;
}

.dp-Selected-categories-card .dp-card-price-box {
    margin: 0px 0 5px;
}

.dp-card-items {
    width: 32px;
    height: 112px;
    border-radius: var(--dp-8);
    background-color: #ffffff;
    padding: 15px 5px;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 8px 0px #66666633;
    left: 14px;
    top: 17%;
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    transition: var(--dp-del);
}

.dp-Selected-categories-card:hover .dp-card-items{
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.dp-card-items .dp-card-items-item {
    height: 16px;
    width: 16px;
    color: #333333;
    transition: var(--dp-del);
    position: relative;
}
.dp-card-items .dp-card-items-item button {
    padding: 0!important;
    margin: 0!important;
    border: none!important;
    position: absolute!important;
    top: 0!important;
    bottom: 0!important;
    background-color: transparent!important;
    width: 16px!important;
    height: 16px!important;
    left: 0!important;
    right: 0!important;
    z-index: 3;
    opacity: 0;
}

.dp-card-items .dp-card-items-item button.yith-wcwl-add-to-wishlist-button {
    opacity: 1;
}

.dp-card-items .dp-card-items-item button.yith-wcwl-add-to-wishlist-button .yith-wcwl-icon-svg__wrapper{
    display: flex;
    width: 16px;
    height: 16px;
}

.dp-card-items .dp-card-items-item button.yith-wcwl-add-to-wishlist-button img, .dp-card-items .dp-card-items-item button.yith-wcwl-add-to-wishlist-button svg {
    width: 16px!important;
    height: 16px!important;
    color: var(--dp-red) !important;
    margin-top: 4px;
    position: relative;
}

.dp-card-items .dp-card-items-item button.yith-wcwl-add-to-wishlist-button--added .yith-wcwl-icon-svg__wrapper::before, .dp-card-items .dp-card-items-item button.yith-wcwl-add-to-wishlist-button--added .yith-wcwl-icon-svg__wrapper::before {
    position: absolute;
    content: '';
    clip-path: path('M7.05625 14.6315L6.97813 14.5596L1.50312 9.4752C0.54375 8.58458 0 7.33458 0 6.0252V5.92208C0 3.72208 1.5625 1.83458 3.725 1.42208C4.95625 1.18458 6.21562 1.46895 7.21875 2.1752C7.5 2.3752 7.7625 2.60645 8 2.87208C8.13125 2.72208 8.27188 2.58458 8.42188 2.45645C8.5375 2.35645 8.65625 2.2627 8.78125 2.1752C9.78438 1.46895 11.0437 1.18458 12.275 1.41895C14.4375 1.83145 16 3.72208 16 5.92208V6.0252C16 7.33458 15.4563 8.58458 14.4969 9.4752L9.02188 14.5596L8.94375 14.6315C8.6875 14.869 8.35 15.0033 8 15.0033C7.65 15.0033 7.3125 14.8721 7.05625 14.6315ZM7.47188 4.53145C7.45938 4.52208 7.45 4.50958 7.44063 4.49708L6.88438 3.87208L6.88125 3.86895C6.15937 3.05958 5.06875 2.69083 4.00625 2.89395C2.55 3.17208 1.5 4.44083 1.5 5.92208V6.0252C1.5 6.91583 1.87188 7.76895 2.525 8.3752L8 13.4596L13.475 8.3752C14.1281 7.76895 14.5 6.91583 14.5 6.0252V5.92208C14.5 4.44395 13.45 3.17208 11.9969 2.89395C10.9344 2.69083 9.84062 3.0627 9.12187 3.86895C9.12187 3.86895 9.12187 3.86895 9.11875 3.87208C9.11562 3.8752 9.11875 3.87208 9.11563 3.8752L8.55937 4.5002C8.55 4.5127 8.5375 4.52208 8.52812 4.53458C8.3875 4.6752 8.19687 4.75333 8 4.75333C7.80312 4.75333 7.6125 4.6752 7.47188 4.53458V4.53145Z');
    width: 16px;
    height: 16px;
    /*background-color: var(--dp-red);*/
    background-color: var(--dp-org);
    left: .5px;
    top: 3.9px;
}

.dp-shop-card .dp-card-items .dp-card-items-item button.yith-wcwl-add-to-wishlist-button--added .yith-wcwl-icon-svg__wrapper::before,
.dp-shop-card .dp-card-items .dp-card-items-item button.yith-wcwl-add-to-wishlist-button--added .yith-wcwl-icon-svg__wrapper::before {
    top: 3.5px;
}

.dp-card-items .dp-card-items-item .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--initialized {
    margin: 0!important;
    position: absolute!important;
    top: 0!important;
    right: 0!important;
    left: 0!important;
    bottom: 0!important;
    width: 16px!important;
    height: 16px!important;
}
.dp-card-items .dp-card-items-item .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--initialized svg{
    width: 16px!important;
    height: 16px!important;
}
.dp-card-items .dp-card-items-item .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--initialized .yith-wcwl-add-to-wishlist-button__label{
    display: none!important;
}

.dp-card-items .dp-card-items-item .dp-card-items-item-text {
    position: absolute;
    left: 37px;
    width: max-content;
    top: 3px;
    background-color: #DC2F02;
    padding: 0 8px;
    color: #ffffff;
    border-radius: 4px;
    font-size: 10px;
    line-height: 16px;
    transition: var(--dp-del);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-5px);
}

.dp-card-items .dp-card-items-item .dp-card-items-item-text::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: transparent;
    left: -8px;
    top: 4px;
    border: 4px solid transparent;
    border-right-color: #DC2F02;
}

.dp-card-items .dp-card-items-item:hover{
    color: #DC2F02;
}

.dp-card-items .dp-card-items-item:hover .dp-card-items-item-text {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.dp-card-items .dp-card-items-item svg{}
/*Selected-categories end*/

/*Top Products start*/
.dp-Top-Products1st {
    max-width: 1432px;
    margin: auto;
}

.dp-Top-Products1st .dp-Top-Products-carousel {
    padding: 10px;
}
.dp-Top-Products1st .dp-Top-Products-carousel .swiper-slide{}
.dp-Top-Products-card {
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    width: 344px;
    height: 96px;
    padding: 8px 16px;
}

.dp-Top-Products-card img {
    width: 80px!important;
    height: 80px!important;
}

.dp-Top-Products-card .dp-product-num {
    font-size: 24px;
    font-weight: 900;
    line-height: 16px;
    color: #E85D04;
    width: 36px;
    height: 40px;
}

.dp-Top-Products-card .dp-Top-Products-card-data {
    width: 188px;
    height: 66px;
}

.dp-Top-Products-card .dp-Top-Products-card-data .dp-card-title {
    text-align: right;
}

.dp-Top-Products-card .dp-Top-Products-card-data .dp-card-price {
    text-align: end;
    font-size: 14px;
    line-height: 19.6px;
    margin-top: 10px;
}

.dp-Top-Products-card .dp-Top-Products-card-data .dp-card-price small{
    font-size: 10px;
    line-height: 14px;
}
/*Top Products end*/

/*dp-video-card start*/

.rad-video-container {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 32px;
}

.rad-video-container video {
    width: inherit!important;
    height: inherit;
    display: none;
    z-index: 1;
    border-radius: 24px;
}

.thumbnail {
    width: inherit;
    height: inherit!important;
    object-fit: cover;
    border-radius: 24px!important;
}

.rad-video-play-but {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 20;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background: linear-gradient(264.86deg, #DC2F02 0%, #FF7B00 100%);
    border: 4px solid #ffffff;
    box-shadow: 0px 4px 8px 0px #DC2F0233;
    color: #ffffff;
}

.rad-video-play-but svg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    right: -8px;
}
/*dp-video-card end*/

/*dp team start*/
.dp-team1st{}
.dp-team1st .dp-carousel-head{}
.dp-team1st .dp-carousel-head .dp-carousel-title{}
.dp-team1st .dp-carousel-head .dp-carousel-title p{}
.dp-team1st .dp-carousel-head .dp-team-prev{}
.dp-team1st .dp-carousel-head .dp-team-next{}
.dp-team-carousel{}
.dp-team-carousel .swiper-slide{}
.dp-team-card {
    width: 220px;
    height: 301px;
    padding: 15px;
    margin: 15px 0 20px;
}

.dp-team-card img {
    width: 188px!important;
    height: 208px!important;
    border-radius: 8px!important;
    object-fit: cover;
}

.dp-team-card-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 22.4px;
    text-align: right;
    margin: 15px 0 5px;
}

.dp-team-card-title p{
    color: #DC2F02;
}

.dp-team-card-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    color: #666666;
}
.dp-team-card-link-box{}
.dp-team-card-link-box a {
    color: #B3B3B3;
    transition: var(--dp-del);
    margin-right: 7px;
}

.dp-team-card-link-box a svg {
    width: 16px;
    height: 16px;
}

.dp-team-card-link-box a:hover{
    color: #DC2F02;
}
/*dp team end*/
/*Customer-reviews1 start*/
.Customer-reviews1st{}
.Customer-reviews1st .dp-carousel-head {
    margin-bottom: 20px;
    justify-content: space-between!important;
}
.Customer-reviews1st .dp-carousel-head .dp-carousel-title{}
.Customer-reviews1st .dp-carousel-head .dp-carousel-title p{}
.Customer-reviews1st .dp-carousel-head .dp-cr-prev{}
.Customer-reviews1st .dp-carousel-head .dp-cr-next{}
.Customer-reviews-carousel{}
.Customer-reviews-carousel .swiper-slide {}
.Customer-reviews-carousel .swiper-slide.swiper-slide-active{}
.Customer-reviews-card {
    width: 456px;
    height: 253px;
    border-radius: 32px;
    margin: 10px 0;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.cr-card-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 22.4px;
    color: #333333;
    margin-bottom: 15px;
}

.cr-card-title svg {
    margin-left: 10px;
    color: #DC2F02;
    width: 32px;
    height: 32px;
}
.cr-card-title img {
    width: 32px!important;
    height: 32px!important;
    object-fit: cover;
    border-radius: 100% !important;
}

.cr-card-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #666666;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
}

.cr-card-box {
    margin-bottom: 10px;
}

.cr-card-loc {
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    color: #666666;
}

.cr-card-stars {
    color: #FAA307;
    font-size: 20px;
    font-weight: 900;
    line-height: 12px;
}

.cr-card-stars span {
    color: #FDD183;
    font-size: 16px;
}
.cr-card-stars svg{}
/*Customer-reviews1 end*/

/*Our Blog start */

.Our-Blog1st{}
.dp-Our-Blog-carousel{}
.dp-Our-Blog-carousel .swiper-slide{}
.dp-Our-Blog-card.dp-bc1 {
    display: flex;
    width: 832px;
    height: 372px;
    border-radius: var(--dp-32);
    padding: 25px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px 0;
}

.dp-Our-Blog-card.dp-bc1 img {
    width: 332px!important;
    height: 308px!important;
    border-radius: var(--dp-16)!important;
}

.dp-Our-Blog-card.dp-bc1 .dp-Our-Blog-card-data {
    width: 400px;
}

.dp-Our-Blog-card.dp-bc1 .dp-Our-Blog-card-data .dp-Our-Blog-card-titlle {
    font-size: 24px;
    font-weight: 900;
    line-height: 40px;
    color: #333333;
    border-right: 4px solid #DC2F02;
    padding-right: 15px;
    margin-bottom: 15px;
}

.dp-Our-Blog-card.dp-bc1 .dp-Our-Blog-card-data .dp-Our-Blog-card-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #666666;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    margin-bottom: 15px;
}
.dp-Our-Blog-card.dp-bc1 .dp-Our-Blog-card1-hashs{}
.dp-Our-Blog-card.dp-bc1 .dp-Our-Blog-card1-hashs .dp-Our-Blog-card-hash {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    color: #333333;
    margin-left: 10px;
}

.dp-Our-Blog-card.dp-bc1 .dp-Our-Blog-card1-hashs .dp-Our-Blog-card-hash small{
    color: #DC2F02;
}

.dp-Our-Blog-card1-hashs{
    display: none!important;
}

.dp-Our-Blog-card.dp-bc1 .dp-Our-Blog-card1-hashs {
    display: flex!important;
}

.dp-Our-Blog-card.dp-bc1 .dp-Our-Blog-card-data .dp-Our-Blog-card-author{
    display: none!important;
}

.dp-Our-Blog-card {
    width: 252px;
    height: 373px;
    padding: 15px;
    margin: 20px 0;
    position: relative;
}

.dp-Our-Blog-card img {
    width: 220px!important;
    height: 160px!important;
    border-radius: var(--dp-8)!important;
    object-fit: cover;
    position: relative;
    transition: var(--dp-del);
}
.dp-Our-Blog-card .dp-Our-Blog-card-data{}
.dp-Our-Blog-card .dp-Our-Blog-card-data .dp-Our-Blog-card-titlle {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
    margin: 10px 0 13px;
}

.dp-Our-Blog-card .dp-Our-Blog-card-data .dp-Our-Blog-card-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    color: #666666;
    margin-bottom: 5px;
}
.dp-Our-Blog-card .dp-Our-Blog-card-data .dp-Our-Blog-card-author {
    position: absolute;
    bottom: 15px;
    width: 87%;
}
.dp-Our-Blog-card .dp-Our-Blog-card-data .dp-Our-Blog-card-author p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    color: #B3B3B3;
}

.dp-Our-Blog-card .dp-Our-Blog-card-data .dp-Our-Blog-card-author p img {
    width: 16px!important;
    height: 16px!important;
    margin-left: 3px;
    border-radius: 100% !important;
}

.dp-Our-Blog-card .dp-Our-Blog-card-data .dp-Our-Blog-card-author p svg {
    margin-left: 2px;
    width: 12px;
    height: 12px;
}

.dp-Our-Blog-card-img-box {
    overflow: hidden;
    border-radius: var(--dp-8) !important;
}

.dp-Our-Blog-img-box-hover {
    background-color: #DC2F0280;
    color: #ffffff;
    display: flex!important;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 2;
    opacity: 0;
    transition: var(--dp-del);
}

.dp-Our-Blog-img-box-hover svg {
    width: 32px!important;
    height: 32px!important;
}

.dp-Our-Blog-card1 .dp-Our-Blog-img-box-hover {
    border-radius: var(--dp-16) !important;
}

.dp-Our-Blog-card:hover .dp-Our-Blog-img-box-hover,.dp-Our-Blog-card1:hover .dp-Our-Blog-img-box-hover{
    opacity: 1;
}

.dp-Our-Blog-card.dp-bc1 .dp-Our-Blog-card-img-box {
    border-radius: var(--dp-16) !important;
}

/*Our Blog end */

/*Ways of communication start*/

.dp-Ways-of-communication {
    max-width: 892px;
    margin: auto;
}

.dp-Ways-of-communication .dp-Ways-of-communication-head {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 20px;
}

.dp-Ways-of-communication-head-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
    color: #333333;
}

.dp-Ways-of-communication-head-title p{
    color: #DC2F02;
}

.dp-Ways-of-communication-head-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: #666666;
    margin-top: 5px;
}

.dp-Ways-of-communication-head-link {
    width: 145px;
    gap: 6px;
}

.dp-Ways-of-communication-body {
    margin-top: 30px;
}

.dp-Ways-of-communication-body-right {
    width: 49%;
    border-left: 1px solid #E0E0E0;
    padding-left: 40px;
    margin-left: 40px;
}

.dp-Ways-of-communication-Contact-numbers{}
.dp-Ways-of-communication-Contact-numbers-title{}
.dp-Ways-of-communication-Contact-numbers-title svg {
    color: #E0E0E0;
    width: 32px;
    height: 32px;
}

.dp-Ways-of-communication-Contact-numbers-title h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #333333;
    padding-right: 30px;
}

.dp-Ways-of-communication-Contact-numbers-body {
    margin-right: 60px;
    margin-top: 10px;
}

.dp-Ways-of-communication-Contact-numbers-body h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #666666;
}

.dp-Ways-of-communication-Contact-numbers-body p{
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #DC2F02;
}

.dp-Ways-of-communication-Contact-numbers-body p small {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #666666;
    margin-right: 4px;
}

.dp-Ways-of-communication-Contact-e-mail {
    margin-top: 15px;
}
.dp-Ways-of-communication-Contact-e-mail .dp-Ways-of-communication-Contact-numbers-title{}
.dp-Ways-of-communication-Contact-e-mail .dp-Ways-of-communication-Contact-numbers-title h4{}
.dp-Ways-of-communication-Contact-e-mail p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: #DC2F02;
}

.dp-Ways-of-communication-Contact-e-mail p small{
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
}

.dp-Ways-of-communication-Contact-address p{
    color: #DC2F02;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

.dp-Ways-of-communication-Contact-address p small{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #666666;
}

.dp-Ways-of-communication-Contact-socila {
    margin-top: 45px;
}

.dp-Ways-of-communication-Contact-socila .dp-card-buy-but {
    width: 32px;
    height: 32px;
    border-radius: var(--dp-8);
    margin-right: 12px;
}

.dp-Ways-of-communication-body-left {
    width: 49%;
}

/*Ways of communication end*/

/* contact-form-card start */

.contact-form-card {
    width: 100%;
    min-width: 328px;
    min-height: 638px;
    border-radius: var(--dp-32);
    padding: 30px;
    position: relative;
}

.contact-form-card-head {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
}

.contact-form-card-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
    display: flex;
    color: #333333;
}

.contact-form-card-title p {
    color: #DC2F02;
}

.contact-form-card-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: #666666;
    margin-top: 5px;
}

.contact-form-card-body {
    padding: 20px 0 0;
}
.contact-form-card-body {}
.contact-form-card-body  form.wpcf7-form{}
.contact-form-card-body  form.wpcf7-form .dp-contact-form{}
.contact-form-card-body form.wpcf7-form .dp-contact-form p {}
.contact-form-card-body form.wpcf7-form .dp-contact-form p label {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    color: #666666;
    width: 100%;
}
.contact-form-card-body form.wpcf7-form .dp-contact-form p label .wpcf7-form-control-wrap{}
.contact-form-card-body form.wpcf7-form .dp-contact-form p label .wpcf7-form-control-wrap input {
    outline: none;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    background-color: #ffffff;
    height: 48px;
    padding: 0 15px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: #666666;
    transition: 0.4s;
    margin: 5px 0 25px;
}
.contact-form-card-body  form.wpcf7-form .dp-contact-form p label .wpcf7-form-control-wrap input:focus,
    .contact-form-card-body  form.wpcf7-form .dp-contact-form p label textarea:focus{
    border: 1px solid #DC2F02
}

.contact-form-card-body  form.wpcf7-form .dp-contact-form p label .wpcf7-form-control-wrap input::placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: #B3B3B3;
}

.contact-form-card-body form.wpcf7-form .dp-contact-form p label .wpcf7-form-control-wrap {
    position: static;
}
.contact-form-card-body form.wpcf7-form .dp-contact-form p label .wpcf7-form-control-wrap .wpcf7-not-valid-tip{}
.contact-form-card-body  form.wpcf7-form .dp-contact-form p label .wpcf7-form-control-wrap .dp-contact-form-input{}
.contact-form-card-body  form.wpcf7-form .dp-contact-form p label textarea {
    width: 100%;
    height: 94px;
    outline: none;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: #666666;
    transition: 0.4s;
    margin-top: 5px;
    margin-bottom: 10px;
}
.contact-form-card-body  form.wpcf7-form .dp-contact-form p label textarea::placeholder{
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    color: #B3B3B3;
}
.contact-form-card-body  form.wpcf7-form .dp-contact-form p label .dp-contact-form-input-upload {
    outline: none;
    border: none!important;
    background-color: transparent!important;
    height: 40px!important;
    padding: 0 0px!important;
    width: 132px!important;
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 24px!important;
    transition: 0.4s;
    margin: 0!important;
    position: absolute;
    bottom: 34px;
    right: 30px;
    z-index: 1;
    opacity: 0;
}
.contact-form-card-body  form.wpcf7-form .dp-contact-form p label .dp-contact-form-btn {
    width: 155px;
    height: 48px;
    border-radius: 16px;
    border: none;
    background: linear-gradient(264.86deg, #DC2F02 0%, #FF7B00 100%);
    box-shadow: 0px 4px 8px 0px #DC2F0233;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.contact-form-card-add-file {
    width: 132px;
    height: 48px;
    color: #E85D04;
    gap: 6px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.contact-form-card-body form.wpcf7-form .dp-contact-form p label:last-child{}
/* contact-form-card end */

/*popular Brands start*/

.dp-popular-Brands1st {
    height: 96px;
    border-radius: var(--dp-16);
    width: 100%;
    overflow: hidden;
    max-width: 1400px;
}
.dp-popular-Brands-bg{}

.dp-popular-Brands-bg-color {
    width: 100%;
    height: 96px;
}

.dp-popular-Brands-carousel {
    width: 100%;
    max-width: 1304px;
    height: 92px;
    overflow: hidden;
    top: 2px;
    background-color: #ffffff;
    border-radius: 4px;
}

.dp-popular-Brands-carousel::before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 141px;
    height: 92px;
    border-radius: 4px;
    z-index: 2;
    left: 0;
    top: 0;
}

.dp-popular-Brands-carousel::after {
    position: absolute;
    content: '';
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 141px;
    height: 92px;
    border-radius: 4px;
    z-index: 2;
    right: 0;
    top: 0;
}

.dp-popular-Brands-carousel .swiper-wrapper{
    transition-timing-function: linear;
}
.dp-popular-Brands-carousel .swiper-slide{}
.dp-popular-Brands-card {
    height: 92px;
    overflow: hidden;
    padding-left: 15px;
    margin-left: 8px;
}

.dp-popular-Brands-card::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 64px;
    background-color: #F0F0F0;
    z-index: 2;
    top: 15px;
    left: 10px;
}

.dp-popular-Brands-card img {
    width: 141px!important;
    height: 100px!important;
    object-fit: cover;
}

.dp-popb-next,.dp-popb-prev{
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 2;
    bottom: 0;
    margin: auto;
    color: #ffffffff;
    padding: 0 5px;
}

.dp-popb-next {
    right: 15px;
    top: -3px;
}

.dp-popb-prev {
    left: 15px;
    top: -3px;
}
/*popular Brands end*/


/* blogs start */

.dp-Our-Blog-card.dp-archive-blog-card, .dp-Our-Blog-card.dp-archive-blog-card.dp-card.dp-bc1 {
    width: 100%;
    max-width: 332px;
    height: 408px;
    display: flex;
    flex-direction: column;
    border-radius: var(--dp-16);
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    margin: 15px 0;
    position: relative;
}

.dp-Our-Blog-card.dp-archive-blog-card .dp-Our-Blog-card-img-box, .dp-Our-Blog-card.dp-archive-blog-card.dp-card.dp-bc1 .dp-Our-Blog-card-img-box {
    border-radius: var(--dp-8)!important;
    max-width: 300px;
    width: 100%;
}

.dp-Our-Blog-card.dp-archive-blog-card .dp-Our-Blog-card-img-box img, .dp-Our-Blog-card.dp-archive-blog-card.dp-card.dp-bc1 .dp-Our-Blog-card-img-box img {
    width: 100%!important;
    height: 156px!important;
    border-radius: 8px!important;
}

.dp-Our-Blog-card.dp-archive-blog-card .dp-Our-Blog-card-data, .dp-Our-Blog-card.dp-archive-blog-card.dp-card.dp-bc1 .dp-Our-Blog-card-data {
    width: auto;
}

.dp-Our-Blog-card.dp-archive-blog-card .dp-Our-Blog-card-data .dp-Our-Blog-card-titlle, .dp-Our-Blog-card.dp-archive-blog-card.dp-card.dp-bc1 .dp-Our-Blog-card-data .dp-Our-Blog-card-titlle {
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    border: none;
    padding: 0;
    margin: 10px 0;
}

.dp-Our-Blog-card.dp-archive-blog-card .dp-Our-Blog-card-data .dp-Our-Blog-card-text, .dp-Our-Blog-card.dp-archive-blog-card.dp-card.dp-bc1 .dp-Our-Blog-card-data .dp-Our-Blog-card-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: var(--dp-gray);
    -webkit-line-clamp: 4 !important;
    margin: 0;
    margin-bottom: 30px;
}

.dp-Our-Blog-card.dp-archive-blog-card .dp-Our-Blog-card-data .dp-Our-Blog-card-author, .dp-Our-Blog-card.dp-archive-blog-card.dp-card.dp-bc1 .dp-Our-Blog-card-data .dp-Our-Blog-card-author {
    display: flex!important;
    position: absolute;
    bottom: 20px;
    width: 90%;
}

.dp-Our-Blog-card.dp-archive-blog-card .dp-Our-Blog-card-data .dp-Our-Blog-card-author p, .dp-Our-Blog-card.dp-archive-blog-card.dp-card.dp-bc1 .dp-Our-Blog-card-data .dp-Our-Blog-card-author p{}
.dp-archive-blog-card1st{}
.dp-archive-blog-page{}
.dp-archive-blog-right {
    margin-left: 15px;
}

.dp-archive-left {
    width: 100%;
}

.dp-AB-filter {
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
}

.dp-AB-filter .d-flex{
    width: 104px;
    height: 36px;
}

.dp-AB-filter .sort-options {
    margin-right: 35px;
    display: flex;
}

.dp-AB-filter .sort-options .dp-blog-cat2 {
    color: var(--dp-gray);
    margin: 0 10px;
    border: 1px solid var(--dp-bc);
    border-radius: 50px;
    padding: 6px 14px;
    font-weight: 400;
    transition: var(--dp-del);
    background-color: var(--dp-white);
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp-AB-filter .sort-options .dp-blog-cat2:hover {
    color: var(--dp-red);
    border: 1px solid #F1AC9A;
    background-color: #FFF6E7;
    box-shadow: 0px 4px 8px 0px #E85D041A;
}

.dp-blog-counter{
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: var(--dp-gray);
}

.desktop-sidebar>* {
    max-width: 332px;
    width: 332px;
    border-radius: 24px;
    border: 1px solid var(--dp-bc2);
    box-shadow: var(--dp-shade-1);
    padding: 23px;
}

.desktop-sidebar>*  .widget-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    color: #717171;
}

.desktop-sidebar>*  ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}

.desktop-sidebar>*  ul li {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid var(--dp-bc);
    border-radius: 50px;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--dp-dark);
    transition: var(--dp-del);
    background: var(--dp-white);
}
.desktop-sidebar>*  ul li:last-child{
    margin-bottom: 0px;
}

.desktop-sidebar>*  ul li:hover {
    color: var(--dp-white);
    background: var(--dp-grad2);
}

.desktop-sidebar>*  ul li a {
    color: inherit;
}

.desktop-sidebar>*  ul li .dp-archive-blog-icons {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: var(--dp-grad2);
    color: var(--dp-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: var(--dp-del);
}

.desktop-sidebar>*  ul li:hover .dp-archive-blog-icons {
    background: var(--dp-white);
    color: var(--dp-red);
}

.dp-filter-but {
    position: fixed;
    bottom: 55px;
    right: 50px;
    border-radius: var(--dp-16);
    background: var(--dp-grad2);
    color: var(--dp-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: var(--dp-del);
    border: none;
    padding: 5px 25px;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    z-index: 999999999999999;
}

.dp-filter-offcanvas{
    width: 280px !important;
}
.arc-fill{}

.arc-fill .dp-archive-blog-right {
    margin: 0;
}

.arc-fill .dp-archive-blog-right .desktop-sidebar>* {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0px;
}
.dp-archive-blog-card{}
/* blogs end */

/*singular start*/
.dp-singular-page{}
.dp-singular-right {
    border-radius: 24px;
    box-shadow: 0px 4px 8px 0px #66666640;
    padding: 20px;
    border: 1px solid var(--dp-bc2);
    width: 100%;
    max-width: 1020px;
    position: relative;
}

.dp-singular-right .dp-singular-thumb-img {
    width: 972px;
    height: 616px;
    object-fit: cover;
    border-radius: var(--dp-16);
}

.dp-singular-left {
    max-width: 332px;
    width: 100%;
}

.dp-singular-right-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    color: var(--dp-dark);
    position: relative;
    padding-right: 15px;
    margin-bottom: 15px;
}

.dp-singular-right-title:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 24px;
    background-color: var(--dp-red);
    right: 0;
    top: 11px;
}

.dp-singular-right-author-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 88px;
    border: 1px solid var(--dp-bc);
    border-radius: var(--dp-16);
    padding: 25px;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: var(--dp-gray);
}

.dp-singular-right-author-data >* {
    display: flex;
    align-items: center;
}

.dp-singular-right-author-data .dp-singular-right-author-data .dp-border {
    height: 24px;
    background-color: var(--dp-bc);
}

.dp-singular-right-author-data .time-spender{
    border: none;
}

.dp-singular-right-author-data >* img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-left: 10px;
}

.dp-singular-right-author-data >* svg {
    margin-left: 5px;
    margin-bottom: 5px;
}

.dp-singular-right .dp-singular-content p.text-only, .singular-inside-blog-cat,.copy-like-singular-box{
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--dp-gray);
    text-align: justify;
    border-radius: var(--dp-16);
    border: 1px solid var(--dp-bc);
    padding: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.dp-singular-left-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    color: var(--dp-dark);
    margin-bottom: 15px;
}

.dp-singular-left-title small{
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    color: var(--dp-org);
}

.dp-singular-left-card {
    width: 100%;
    height: 116px;
    border-radius: var(--dp-8);
    box-shadow: 0px 4px 8px 0px #66666640;
    margin-bottom: 10px;
    padding: 16px;
}

.dp-singular-left-card img {
    width: 82px;
    height: 84px;
    object-fit: cover;
    border-radius: 6px;
}

.dp-singular-left-card .overlay {
    position: absolute;
    content: '';
    width: 82px;
    height: 84px;
    border-radius: 6px;
    background: #DC2F0280;
    opacity: 0;
    z-index: 2;
    transition: var(--dp-del);
}

.dp-singular-left-card:hover .overlay{
    opacity: 1;
}

.dp-singular-left-card h4{
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: var(--dp-dark);
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}
.dp-singular-left-card p{
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: var(--dp-gray);
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-align: right;
}

.dp-singular-left-card-content{
    width: 202px;
    height: 84px;
}

.dp-singular-left-card:hover{
    box-shadow: 0px 4px 8px 0px #E85D0440;
}

.singular-inside-blog-cat a {
    color: var(--dp-gray);
    margin: 10px;
    border: 1px solid var(--dp-bc);
    border-radius: 50px;
    padding: 6px 14px;
    transition: var(--dp-del);
    background-color: var(--dp-white);
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.singular-inside-blog-cat a:hover {
    color: var(--dp-red);
    border: 1px solid #F1AC9A;
    background-color: #FFF6E7;
    box-shadow: 0px 4px 8px 0px #E85D041A;
}

.kp-singular-page-comments {
    width: 100%;
    max-width: 1044px;
    margin-top: 30px;
}
.kp-sinp-title{}
.kp-cust-coms{}
.kp-cust-coms .comment-list,.kp-cust-coms .comment-list ol.children {
    margin: 0;
    padding: 0;
    list-style: none;
}
.kp-cust-coms .comment-list {}
.kp-cust-coms .comment-list li {
    background-color: var(--dp-white);
    border: 1px solid var(--dp-bc2);
    border-radius: 24px;
    padding: 20px;
    box-shadow: var(--dp-shade-1);
    position: relative;
    margin: 25px 0;
}
.kp-cust-coms .comment-list li .comment-body{}
.kp-cust-coms .comment-list li .comment-body .comment-meta{}
.kp-cust-coms .comment-list li .comment-body .comment-meta .comment-author{}
.kp-cust-coms .comment-list li .comment-body .comment-meta img {
    border-radius: var(--dp-12);
    object-fit: cover;
    margin-left: 15px;
}

.kp-cust-coms .comment-list li .comment-body .comment-meta .user-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: var(--dp-dark);
}

.kp-cust-coms .comment-list li .comment-body .comment-meta .user-role {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--dp-gray);
    display: none;
}

.kp-cust-coms .comment-list li .comment-body .comment-content {
    border: 1px solid var(--dp-org3);
    box-shadow: 0px 2px 8px 0px #E85D051A;
    border-radius: 16px;
    background-color: var(--dp-white);
    padding: 20px;
    margin-top: 25px;
}
.kp-cust-coms .comment-list li .comment-body .comment-content .admin-reply-button,
.kp-cust-coms .comment-list li .comment-body .comment-content .comment-meta-wrapper{
    display: none!important;
}

.kp-cust-coms .comment-list li .comment-body .comment-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    color: var(--dp-dark);
}

.dp-comments-reply{
    position: absolute;
    left: 20px;
    top: 20px;
    color: var(--dp-white);
}

.kp-cust-coms .comment-list li .comment-body .comment-reply-link {
    width: 82px;
    height: 36px;
    background-color: var(--dp-red);
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 25px;
}

.dp-comments-reply svg{
    position: absolute;
    top: 7px;
    right: 8px;
}

.dp-singular-comments-metadata {
    display: flex;
    justify-content: flex-end;
    height: 36px;
    align-items: center;
    border-top: 1px solid var(--dp-bc);
    margin-top: 25px;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--dp-gray);
}

.dp-singular-comments-metadata .cr-card-loc{
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.dp-singular-comments-metadata .comment-time{}
.dp-singular-comments-metadata .dp-border {
    height: 24px;
    margin: 0 20px;
}
.kp-cust-coms .comment-list ol.children{}
.kp-cust-coms .comment-list ol.children li {
    margin-top: 25px;
    margin-right: 119px;
    margin-bottom: 25px;
}

.kp-cust-coms .comment-list ol.children li:before {
    position: absolute;
    content: '';
    background-image: url("../img/comments-border.svg");
    width: 73px;
    height: 58px;
    right: -85px;
    top: 0;
}
.kp-cust-coms .comment-list ol.children li .comment-body{}
.kp-cust-coms .comment-list ol.children li .comment-body .comment-meta{}
.kp-cust-coms .comment-list ol.children li .comment-body .comment-meta .comment-author{}
.kp-cust-coms .comment-list ol.children li .comment-body .comment-meta img{}
.kp-cust-coms .comment-list ol.children li .comment-body .comment-meta .comment-author .user-name{}
.kp-cust-coms .comment-list ol.children li .comment-body .comment-meta .user-role {
    display: block;
}
.kp-cust-coms .comment-list ol.children li .comment-body .comment-content{}
.kp-cust-coms .comment-list ol.children li .comment-body .comment-content p{}
.kp-cust-coms .comment-list ol.children li .comment-body .comment-content .comment-reply-link{}
.kp-cust-coms .comment-list ol.children li .comment-body .comment-content .comment-reply-link{}
#comment-form {
    border-radius: var(--dp-32);
    border: 1px solid var(--dp-bc);
    box-shadow: var(--dp-shade-1);
    position: relative;
    padding: 25px;
}

.dp-singular-comment-reply-title small{
    color: var(--dp-red);
}
.comment-respond{}
.comment-respond #reply-title,
.comment-respond .comment-notes,
.comment-respond .logged-in-as,
.comment-respond .comment-form-cookies-consent{
    display: none!important;
}

#commentform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#commentform p {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

#commentform p label {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: var(--dp-gray);
    margin-bottom: 5px;
}

#commentform p label .required{
    color: var(--dp-red);
}

#commentform p input {
    border: 1px solid var(--dp-bc);
    border-radius: var(--dp-8);
    height: 40px;
    background-color: var(--dp-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #999999;
    padding: 0 10px;
}

#commentform p textarea{
    border: 1px solid var(--dp-bc);
    border-radius: var(--dp-8);
    height: 128px;
    background-color: var(--dp-white);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #999999;
    padding:10px;
}
#commentform p.form-submit{}
#commentform p.form-submit input {
    background: var(--dp-grad2);
    color: var(--dp-white);
    box-shadow: var(--dp-shade-2);
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    width: 175px;
    height: 48px;
}

#commentform p.comment-form-comment{
    order: 3;
    width: 100%;
}
#commentform p.comment-form-author {
    order: 1;
    width: 100%;
}
#commentform p.comment-form-email{
    order: 2;
    width: 100%;
}
#commentform p.form-submit {
    order: 4;
    width: 100%;
    align-items: end;
    margin: 0;
}

.dp-singular-carousel-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
}
.dp-singular-carousel-title small{
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
}

.dp-singular-carousel-card {
    width: 332px!important;
    height: 384px!important;
    padding: 15px!important;
    margin: 20px 1px;
}

.dp-Our-Blog-carouselll .dp-Our-Blog-card {
    margin-left: 10px;
}

.dp-singular-carousel-card .special-offer-banner {
    left: 20px;
    top: 20px;
}
.dp-singular-carousel-card.dp-shop-card .dp-card-title {
    color: var(--dp-dark);
    margin: 14px 0;
}
.dp-singular-carousel-card .dp-card-shop-buy-but {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    width: 40px;
    height: 40px;
    position: relative;
    transition: var(--dp-del);
    background: var(--dp-org2);
    border: 1px solid var(--dp-org2);
    border-radius: var(--dp-12);
    padding-right: 12px;
    color: var(--dp-red);
}

.dp-singular-carousel-card:hover .dp-card-shop-buy-but {
    width: 188px;
    color: var(--dp-white);
    border: 1px solid transparent;
    background: var(--dp-grad2);
    box-shadow: var(--dp-shade-2);
    padding-right: 15px;
}

.dp-singular-carousel-card .dp-card-shop-buy-but svg{
    width: 16px!important;
    height: 20px!important;
}

.dp-singular-carousel-card .dp-card-shop-buy-but p {
    position: absolute;
    right: 40px;
    width: 124px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.dp-singular-carousel-card .dp-card-items {
    top: 29%;
}

.dp-singular-carousel-card-img-box {
    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp-singular-carousel-card-img-box img {
    width: 208px;
    height: 160px;
    border-radius: 8px;
    object-fit: contain;
}

.add-to-favorites-container{
    position: relative;
}

.add-to-favorites-container .add-to-favorites-btn {
    width: 185px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.add-to-favorites-container .add-to-favorites-btn .copy-link-button-svg svg{}
.add-to-favorites-container .add-to-favorites-btn span{
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--dp-org);
}

.copy-link-container .copy-success-message {
    position: absolute;
    top: 0;
    width: 139px;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: var(--dp-white);
    color: var(--dp-red);
}

.copy-link-container {
    position: relative;
}
.copy-link-container .copy-link-button {
    width: 139px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.add-to-favorites-btn-svg {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: var(--dp-grad2);
    color: var(--dp-white);
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-to-favorites-btn-svg svg{}
.blog-links-brdr {
    height: 24px;
    margin-top: 5px;
}

.copy-link-button-svg {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF6E7;
    border: 1px solid #F9CFB4;
    color: var(--dp-red);
}

.copy-link-container .copy-link-button span {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--dp-org);
}
.copy-link-container .copy-success-message{}
.dp-singular-product-card-price-box {
    border-top: 2px solid #F5F5F5;
    margin-top: 10px;
    padding-top: 15px;
}

.dp-sppctitle {
    margin-bottom: 30px;
}

.dp-sppctitle .frsth3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    color: var(--dp-dark);
}
.dp-sppctitle .lsth3{
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    color: var(--dp-org);
}

.kp-singular-page-comments .dp-comment-userdata-wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 26px;
    right: 100px;
    height: 54px;
    justify-content: space-between;
    align-items: flex-start;
}

.kp-singular-page-comments .dp-comment-userdata-wrapper .dp-comment-author-star{
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
    color: var(--dp-dark);
}

.kp-singular-page-comments .dp-comment-userdata-wrapper .user-role{
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
}

/*singular end*/

/*breadcrumb start*/

.dp-breadcrumb {
    color: var(--dp-gray);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin: 30px 20px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.kp-pl {
    color: var(--dp-gray);
    margin-left: 7px;
}

.kp-pn{
    color: var(--dp-dark);
    margin-right: 7px;
}

.forzerofor-page-bread{
    display: flex;
    align-items: center;
    line-height: 19px;
}

.forzerofor-page-bread .kp-pn{
    margin: 0!important;
}

.rad-breadcrumb{
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: var(--dp-dark);
    margin: 30px 20px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.rad-breadcrumb>* {
    color: var(--dp-gray);
    margin-left: 10px;
}

.rad-breadcrumb a:first-child {
    position: relative;
    font-size: 0px;
    width: 22px;
    height: 22px;
    display: inline-flex;
}

.rad-breadcrumb a:first-child::after {
    position: absolute;
    content: '';
    clip-path: path('M16.3082 20.8542H5.69315C3.18148 20.8542 1.14648 18.81 1.14648 16.2984V9.50585C1.14648 8.25918 1.91648 6.69168 2.90648 5.92168L7.84732 2.07168C9.33232 0.916684 11.7065 0.861684 13.2465 1.94335L18.9115 5.91252C20.0023 6.67335 20.8548 8.30502 20.8548 9.63418V16.3075C20.8548 18.81 18.8198 20.8542 16.3082 20.8542ZM8.69065 3.15335L3.74982 7.00335C3.09898 7.51668 2.52148 8.68085 2.52148 9.50585V16.2984C2.52148 18.0492 3.94232 19.4792 5.69315 19.4792H16.3082C18.059 19.4792 19.4798 18.0584 19.4798 16.3075V9.63418C19.4798 8.75418 18.8473 7.53502 18.1231 7.04002L12.4582 3.07085C11.4132 2.33752 9.68982 2.37418 8.69065 3.15335Z M11 17.1875C10.6242 17.1875 10.3125 16.8758 10.3125 16.5V13.75C10.3125 13.3742 10.6242 13.0625 11 13.0625C11.3758 13.0625 11.6875 13.3742 11.6875 13.75V16.5C11.6875 16.8758 11.3758 17.1875 11 17.1875Z');
    width: 22px;
    height: 22px;
    background-color: var(--dp-gray);
}
/*breadcrumb end*/

/*.pagination  start*/

.pagination {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    margin-top: 50px;
    margin-bottom: 200px;
}

.pagination .nav-links {
    display: flex;
}

.pagination .nav-links>* {
    color: #949494;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 12px!important;
    margin: 4px!important;
    width: 40px;
    height: 40px;
    display: flex!important;
    justify-content: center;
    background-color: var(--dp-white);
    align-items: center;
    transition: 0.4s;
    border: 1px solid var(--dp-bc);
    padding: 3px 0 0;
}

.page-numbers.current,.page-numbers:hover {
    color: var(--dp-white);
    background-color: var(--dp-red);
    border-color: transparent;
    box-shadow: var(--dp-shade-2);
}

.pagination .nav-links .prev, .pagination .nav-links .next {
    font-size: 0px;
    border: 1px solid #F9CFB4;
    background-color: #FFF6E7;
    position: relative;
    padding: 0;
}

.pagination .nav-links .prev::before,.pagination .nav-links .next::before {
    position: absolute;
    content: '';
    background-image: url("../img/arreeow-left.svg");
    width: 24px;
    height: 24px;
}
.pagination .nav-links .next::before {
    transform: rotate(180deg);
}
/*pagination end*/

/*woocommerce start*/

.added_to_cart.wc-forward,
.yith-wcwl-feedback-messages-container{
    display: none!important;
}

/*login form start*/

.dp-login-singup-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.dp-login-singup-page .dp-login-singup-page-form {
    width: 100%;
    max-width: 640px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.dp-login-singup-page-card {
    width: 100%;
    max-width: 712px;
    height: 760px;
    border-radius: 32px;
    background: var(--dp-grad2);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
    justify-content: center;
}

.dp-login-singup-page-card-title {
    text-align: center;
    color: var(--dp-white);
    margin-bottom: 320px;
}

.dp-login-singup-page-card-title p{
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 25px;
}
.dp-login-singup-page-card-title h4{
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
}

.dp-login-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    display: flex;
    justify-content: center;
    color: var(--dp-dark);
}
.dp-login-title p{
    color: var(--dp-red);
}
.dp-signup-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    justify-content: center;
    color: var(--dp-dark);
}
.dp-signup-title p{
    color: var(--dp-red);
}

.dp-login-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--dp-gray);
    text-align: center;
}

.dp-form-login {
    width: 592px;
    height: 334px;
    margin-top: 80px;
    text-align: center;
}
.dp-form-card{}
.dp-form-card .password-input{
    width: 100%;
}
.dp-form-card label {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--dp-gray);
    margin-bottom: 10px;
}

.dp-form-card label .required{
    font-size: 14px;
    color: var(--dp-red);
}

.dp-form-card input {
    width: 100%;
    background-color: var(--dp-white);
    height: 46px;
    border: 1px solid var(--dp-bc2);
    border-radius: var(--dp-8);
    box-shadow: var(--dp-shade-1);
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    color: #B3B3B3;
    padding: 0 10px;
    margin-bottom: 15px;
    transition: var(--dp-del);
}

.dp-form-card input:focus{
    border: 1px solid var(--dp-red);
    box-shadow: var(--dp-shade-3);
}

.dp-form-lostpass {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: var(--dp-red);
}

.dp-form-but {
    margin: 30px 0 0px!important;
}

.dp-form-newacccreate-but {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--dp-dark);
}

.dp-form-newacccreate-but small {
    color: var(--dp-red);
    margin-right: 12px;
    cursor: pointer;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    border-radius: 8px!important;
    font-size: 16px!important;
    font-weight: 700!important;
    line-height: 32px!important;
    width: 100% !important;
    color: var(--dp-white) !important;
    background: var(--dp-grad2) !important;
    box-shadow: var(--dp-shade-2) !important;
}

.rad-input-group-addon{
    left: 15px;
    top: 12px;
    color: #EE9781;
}

#dp-register {
    opacity: 0;
    z-index: -3;
    transition: var(--dp-del);
    visibility: hidden;
    transform: scale(0);
    position: absolute;
}
#dp-register.dp-register-visible{
    opacity: 1;
    z-index: 3;
    transition: var(--dp-del);
    visibility: visible;
    transform: scale(1);
}

#dp-login{
    opacity: 1;
    z-index: 3;
    transition: var(--dp-del);
    visibility: visible;
    transform: scale(1);
}
#dp-login.dp-register-hide{
    opacity: 0;
    z-index: -3;
    transition: var(--dp-del);
    visibility: hidden;
    transform: scale(0);
}

.dp-form-register {
    width: 592px;
    height: 472px;
    margin-top: 30px;
    text-align: center;
}

.dp-form-register .woocommerce-privacy-policy-text{
    display: none!important;
}

.dp-loginsinguusel1st {
    width: 93%;
    position: absolute;
    bottom: 10px;
}
.dp-loginsinguusel1st .dp-loginsinguusel {
    padding-top: 20px;
    padding-bottom: 50px;
}
.dp-loginsinguusel1st .dp-loginsinguusel .swiper-slide{

}
.dp-loginsinguusel1st .dp-loginsinguusel .swiper-slide .dp-login-singup-page-card-card {
    width: 100%;
    height: 232px;
}
.dp-loginsinguusel1st .dp-loginsinguusel .swiper-slide .dp-login-singup-page-card-card .dp-login-singup-page-card-icon {
    left: 30px;
    top: -30px;
}
.dp-loginsinguusel1st-pagination{

}
.dp-loginsinguusel1st-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #F5C1B4;
    transition: var(--dp-del);
}
.dp-loginsinguusel1st-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
}
.dp-form-register,.dp-form-login{}
.dp-reset-pass-form {
    width: 100%;
    max-width: 640px;
    height: 250px;
    margin-left: 35px;
}

/*login form end*/

/*shop start*/

.kp-shop-main{}
.kp-shop-main .kp-shop-right {
    width: 100%;
    max-width: 332px;
    background-color: var(--dp-white);
    border-radius: 24px;
    border: 1px solid var(--dp-bc2);
    padding: 20px;
    box-shadow: var(--dp-shade-1);
    height: max-content;
}
.kp-shop-filter-but{}
#sidebar-blog{}
.kp-shop-main .kp-shop-left {
    width: 100%;
    max-width: 1044px;
}

.kp-shop-head {
    position: relative;
    flex-direction: row-reverse;
    margin-bottom: 25px;
}

.kp-shop-head .woocommerce-products-header {
    display: none;
}

.kp-shop-head .bapf_no_products {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 10px 0 40px !important;
    background-color: var(--dp-white) !important;
    border: 1px solid var(--dp-bc2) !important;
    border-radius: 16px !important;
    padding: 15px 20px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 32px !important;
    color: var(--dp-gray) !important;
    box-shadow: var(--dp-shade-1) !important;
    width: 100%;
    height: 400px;
}




.kp-shop-head .woocommerce-notices-wrapper {
    position: absolute;
}

.kp-shop-head .woocommerce-result-count {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: var(--dp-gray);
    margin-bottom: 10px;
    width: max-content;
}
.kp-shop-head .woocommerce-ordering{}
.dp-shop-loop {
    padding: 0;
    margin: 0;
}

.dp-shop-card {
    width: 332px !important;
    height: 384px !important;
    padding: 15px !important;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dp-shop-card {

}
.dp-shop-card .dp-card-items{
    background-color: var(--dp-white);
    border: 1px solid var(--dp-bc2);
    box-shadow: 0px 4px 8px 0px var(--dp-bc3);
}
.dp-shop-card .dp-card-items .dp-card-items-item{
    color: var(--dp-dark);
}

.dp-shop-card .dp-card-items .dp-card-items-item:hover{
    color: var(--dp-red);
}

.dp-shop-card .dp-card-items .dp-card-items-item .dp-card-items-item-text{
    color: var(--dp-white);
    background: var(--dp-red);
}
.dp-shop-card .dp-card-off-price{
    color: var(--dp-gray2);
}
.dp-shop-card .dp-card-price{
    color: var(--dp-red);
}

.dp-shop-card .dp-card-off-percent{
    color: var(--dp-white);
    box-shadow: var(--dp-shade-2);
    background: var(--dp-grad2);
}

.woocommerce-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.woocommerce-pagination ul {
    margin: 0;
    padding: 0;
    display: flex;
    background-color: transparent!important;
    box-shadow: none!important;
    list-style: none;
}
.woocommerce-pagination ul li {}
.woocommerce-pagination ul li>* {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--dp-12);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #949494;
    border: 1px solid var(--dp-bc);
    background-color: var(--dp-white);
    transition: var(--dp-del);
    margin: 0 5px;
}

.woocommerce-pagination ul li a:hover,.woocommerce-pagination ul li span{
    color: var(--dp-white);
    border: 1px solid transparent;
    background-color: var(--dp-red);
    box-shadow: 0px 4px 8px 0px #DC2F0233;
}

.woocommerce-pagination ul li .next,
.woocommerce-pagination ul li .prev {
    color: transparent!important;
    border: 1px solid #F9CFB4!important;
    background-color: #FFF6E7!important;
    position: relative;
}
.woocommerce-pagination ul li .next:after, .woocommerce-pagination ul li .prev:after {
    position: absolute;
    content: '';
    z-index: 5;
    clip-path: path('M8.99973 20.67C9.18973 20.67 9.37973 20.6 9.52973 20.45L16.0497 13.93C17.1097 12.87 17.1097 11.13 16.0497 10.07L9.52973 3.55002C9.23973 3.26002 8.75973 3.26002 8.46973 3.55002C8.17973 3.84002 8.17973 4.32002 8.46973 4.61002L14.9897 11.13C15.4697 11.61 15.4697 12.39 14.9897 12.87L8.46973 19.39C8.17973 19.68 8.17973 20.16 8.46973 20.45C8.61973 20.59 8.80973 20.67 8.99973 20.67Z');
    width: 24px;
    height: 24px;
    background-color: var(--dp-org);
}

.woocommerce-pagination ul li .next:after{
    transform: rotate(180deg);
}

.rad-orderby-list {
    align-items: center;
}

.rad-orderby-list .rad-ordering {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    color: var(--dp-gray);
    margin-left: 30px;
    width: max-content;
}

.rad-orderby-list .kp-ordering-list {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 10px;
    padding-top: 10px;
}
.rad-orderby-list .kp-ordering-list .rad-orderby-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: var(--dp-gray);
    border: 1px solid var(--dp-bc);
    border-radius: 50px;
    padding: 6px 15px;
    margin-right: 19px;
    transition: var(--dp-del);
}
.rad-orderby-list .kp-ordering-list .rad-orderby-link.current, .rad-orderby-list .kp-ordering-list .rad-orderby-link:hover {
    background-color: var(--dp-light2);
    border: 1px solid var(--dp-yel3);
    box-shadow: 0px 4px 8px 0px #E85D041A;
    color: var(--dp-org);
}

.dp-shop-filter-head {
    margin-bottom: 30px;
}

.dp-shop-filter-head .dp-shop-filter-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    color: var(--dp-gray);
}

.dp-shop-filter-head .dp-shop-filter-title svg{

}

.dp-remove-filters {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--dp-red);
    background: #FFF6E7;
    border: 1px solid #F1AC9A;
    box-shadow: var(--dp-shade-3);
    border-radius: var(--dp-18);
    width: 71px;
    gap: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp-shop-filter .dp-shop-filter-content .bapf_sfilter{
    margin: 0!important;
}
.dp-shop-filter .dp-shop-filter-content .bapf_head{
    display: none!important;
}
.dp-shop-filter .dp-shop-filter-content .bapf_body{}
.dp-shop-filter .dp-shop-filter-content .bapf_body ul {
    padding: 0;
    gap: 15px 30px;
    display: flex;
    flex-wrap: wrap;
}
.dp-shop-filter .dp-shop-filter-content .bapf_body ul li{}
.dp-shop-filter .dp-shop-filter-content .bapf_body ul li label{}
.dp-shop-filter .dp-shop-filter-content .bapf_body ul li label span.bapf_clr_span {
    width: 32px!important;
    height: 32px!important;
    border-radius: 4px;
    border: 2px solid #00000040;
}

.dp-shop-filter-content .brands-filter-widget {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dp-shop-filter-content .brands-filter-widget .selected-brands {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.dp-shop-filter-content .brands-filter-widget .selected-brands .selected-brand {
    background-color: #FFF6E7;
    border: 1px solid #F9CFB4;
    border-radius: var(--dp-18);
    color: var(--dp-org);
    padding: 3px 9px;
    gap: 10px;
    display: inline-flex;
    margin-left: 10px;
    margin-bottom: 10px;
}

.dp-shop-filter-content .brands-filter-widget .selected-brands .selected-brand .remove-brand {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    color: inherit;
}

.dp-sfb-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    color: var(--dp-gray);
    margin: 10px 0;
}

.dp-shop-filter-content .brands-filter-widget #brand-search {
    width: 100%;
    max-width: 268px;
    height: 36px;
    border: 1px solid var(--dp-bc);
    border-radius: 50px;
    padding: 0 10px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #949494;
}

.dp-shop-brand-search-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #949494;
}

.dp-shop-filter-content .brands-filter-widget #brand-list {
    padding: 0;
    list-style: none;
    width: 93%;
    margin: 0;
    max-height: 300px;
    height: fit-content;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: thin;
    scrollbar-width: thin;
    padding-left: 13px;
}
.dp-shop-filter-content .brands-filter-widget #brand-list li{}
.dp-shop-filter-content .brands-filter-widget #brand-list li label {
    width: 100%;
    height: 36px;
    border: 1px solid var(--dp-bc);
    border-radius: 50px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--dp-gray);
    margin-bottom: 8px;
    cursor: pointer;
}

.dp-shop-filter-content .brands-filter-widget #brand-list li label.active {
    border: 1px solid var(--dp-yel3);
    color: var(--dp-org);
    background-color: var(--dp-light2);
}
.dp-shop-filter-content .brands-filter-widget #brand-list li label input {
    border-radius: 100%;
    width: 24px;
    height: 24px;
    border: 1px solid var(--dp-bc);
    margin: 0;
    box-shadow: none!important;
}

.dp-shop-filter-content .brands-filter-widget #brand-list li label input.form-check-input:checked[type=checkbox] {
    border: transparent;
    background-color: var(--dp-org);
    position: relative;
    background-image: url("../img/dpshoptick.svg");
    background-size: auto;
}
/*shop end*/

/*product page start*/
.dp-product-page{}
.dp-product-page .related.products{
    display: none!important;
}

.dp-product-page-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dp-pp-img-box{
    width: 100%;
    max-width: 664px;
}

.dp-pp-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 712px;
    height: max-content;
}

.dp-product-page-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 48px;
    color: var(--dp-dark);
    border-bottom: 1px solid var(--dp-bc);
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.dp-pp-left {
    width: 332px;
    height: max-content;
    border-radius: var(--dp-16);
    border: 1px solid var(--dp-bc2);
    box-shadow: 0px 4px 8px 0px #6666661A;
    padding: 20px;
    position: relative;
}

.dp-pp-left .product_meta{
    display: flex;
    flex-direction: column;
}
.dp-pp-left .product_meta>*,.dp-pp-left .additional-info-section ul li strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
}
.dp-pp-left .product_meta >*:not(.sku_wrapper){
    display: none;
}
.dp-pp-left .product_meta span>*,.dp-pp-left .additional-info-section ul li{
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-dark);
}
.dp-pp-left .additional-info-section{}
.dp-pp-left .additional-info-section h5{}
.dp-pp-left .additional-info-section ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.dp-pp-left .additional-info-section ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dp-pp-left .price{}
.dp-pp-left form {
    margin: 0!important;
}
.dp-pp-left form .variations{}
.dp-pp-left form .variations .wpcvs-attribute {
    position: relative;
}

.dp-pp-left form .variations .wpcvs-attribute .label {}
.dp-pp-left form .variations .wpcvs-attribute .label label {
    font-weight: 400!important;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
}

.dp-pp-left form .variations .wpcvs-attribute .label span {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-dark);
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.dp-pp-left form .variations .wpcvs-attribute .value{}
.dp-pp-left form .variations .wpcvs-attribute .value .reset_variations{
    display: none!important;
}
.dp-pp-left form .variations .wpcvs-attribute .value .wpcvs-terms {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border: 1px solid var(--dp-bc);
    border-radius: 8px;
    min-height: 48px;
    align-items: center;
    gap: 15px;
    padding: 11px 15px;
    padding-right: 110px;
}
.dp-pp-left form .variations .wpcvs-attribute .value .wpcvs-terms .wpcvs-term {
    margin: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
}
.dp-pp-left form .variations .wpcvs-attribute .value .wpcvs-terms .wpcvs-term.wpcvs-selected{}
.dp-pp-left form .variations .wpcvs-attribute .value .wpcvs-terms .wpcvs-term .wpcvs-term-inner {
    width: 24px;
    height: 24px;
}
.wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner:before {
    content: "" !important;
    width: 17px!important;
    height: 12px!important;
    border-radius: 0px!important;
    background-color: var(--dp-white) !important;
    color: transparent!important;
    top: 0!important;
    right: 0!important;
    left: 4px!important;
    bottom: 0!important;
    border: none!important;
    margin: auto!important;
    clip-path: path("M5.36893 11C5.06878 11 4.78364 10.8772 4.57354 10.6624L0.326413 6.31915C-0.108804 5.87408 -0.108804 5.13743 0.326413 4.69236C0.761631 4.2473 1.48199 4.2473 1.91721 4.69236L5.36893 8.22218L13.0828 0.333798C13.518 -0.111266 14.2384 -0.111266 14.6736 0.333798C15.1088 0.778863 15.1088 1.51552 14.6736 1.96058L6.16433 10.6624C5.95423 10.8772 5.66908 11 5.36893 11Z") !important;
}
.dp-pp-left form .variations .wpcvs-attribute .value .wpcvs-terms .wpcvs-term .wpcvs-term-inner .wpcvs-term-color {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 4px;
    border: 2px solid #00000057;
}

.dp-pp-left form .quantity {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.woocommerce .quantity .qty:focus-visible {
    outline: none;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .quantity input[type="number"] {
    -moz-appearance: textfield;
}

.dp-pp-left form .quantity span {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
}

.dp-pp-left form .quantity .dp-quantity-butinp {
    width: 100px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--dp-bc);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.dp-pp-left form .quantity .dp-quantity-butinp .rad-pro-buy-buts {
    border: none;
    background: transparent;
    padding: 0;
    width: 24px;
    height: 24px;
    color: var(--dp-red);
    transition: 0.4s;
}
.dp-pp-left form .quantity .dp-quantity-butinp .minus.rad-pro-buy-buts.dp-min-order-recive{
    color: #999999;
}
.dp-pp-left form .quantity .dp-quantity-butinp .plus.rad-pro-buy-buts {}
.dp-pp-left form .quantity .dp-quantity-butinp input {
    border: none;
    width: 32px;
    height: 32px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: var(--dp-gray);
    padding: 0px;
}

.dp-pp-left form button{
    margin: 0!important;
}

.dp-product-page-price-family {
    border-bottom: 1px solid var(--dp-bc);
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 85px;
    width: 87%;
}

.dp-product-page-price-family .dp-ppp-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
}
.dp-product-page-price-family .dp-product-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.dp-product-page-price-family .dp-product-price .dp-ppp-disci-price {
    display: flex;
    align-items: center;
}
.dp-product-page-price-family .dp-product-price .dp-ppp-disci-price .dp-regular-price{}
.dp-product-page-price-family .dp-product-price .dp-ppp-disci-price .dp-regular-price .woocommerce-Price-amount.amount{}
.dp-product-page-price-family .dp-product-price .dp-ppp-disci-price .dp-regular-price .woocommerce-Price-amount.amount bdi {
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    text-decoration: line-through!important;
    color: var(--dp-gray2);
}
.dp-product-page-price-family .dp-product-price .dp-ppp-disci-price .dp-regular-price .woocommerce-Price-amount.amount bdi span{
    display: none!important;
}
.dp-product-page-price-family .dp-product-price .dp-ppp-disci-price .dp-discount {
    font-size: 11px;
    font-weight: 700;
    line-height: 12px;
    color: var(--dp-white);
    width: 32px;
    height: 16px;
    background: var(--dp-grad);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    margin: 0 5px 2px 10px;
}
.dp-product-page-price-family .dp-product-price .dp-sale-price {}
.dp-product-page-price-family .dp-product-price .dp-sale-price .woocommerce-Price-amount.amount{}
.dp-product-page-price-family .dp-product-price .dp-sale-price .woocommerce-Price-amount.amount bdi {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: var(--dp-red);
}
.dp-product-page-price-family .dp-product-price .dp-sale-price .woocommerce-Price-amount.amount bdi span{
    font-weight: 500;
    font-size: 18px;
}

.dp-pp-left form.cart .button {
    margin-top: 130px!important;
    position: relative;
    padding-right: 30px;
    font-weight: 500!important;
}

.dp-pp-left form.cart .button::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    clip-path: path('M0 1.03125C0 0.459766 0.44587 0 1.00008 0H2.89607C4.017 0 4.97958 0.820703 5.18793 1.95508L6.72972 10.3125H19.1349C19.5891 10.3125 19.985 9.99883 20.1017 9.54766L22.0352 2.13984C22.1768 1.58984 22.7269 1.26328 23.2603 1.41367C23.7936 1.56406 24.1103 2.12695 23.9645 2.67695L22.031 10.0848C21.6768 11.434 20.4892 12.375 19.1349 12.375H7.11309L7.33811 13.5996C7.42978 14.0852 7.84231 14.4375 8.32152 14.4375H20.335C20.8892 14.4375 21.3351 14.8973 21.3351 15.4688C21.3351 16.0402 20.8892 16.5 20.335 16.5H8.32152C6.87973 16.5 5.64213 15.443 5.37544 13.9863L3.22527 2.3418C3.1961 2.17852 3.05859 2.0625 2.89607 2.0625H1.00008C0.44587 2.0625 0 1.60273 0 1.03125ZM5.33377 19.9375C5.33377 19.6666 5.38551 19.3984 5.48603 19.1482C5.58654 18.898 5.73388 18.6706 5.91961 18.4791C6.10534 18.2876 6.32584 18.1356 6.56851 18.032C6.81118 17.9283 7.07127 17.875 7.33394 17.875C7.5966 17.875 7.8567 17.9283 8.09937 18.032C8.34204 18.1356 8.56254 18.2876 8.74827 18.4791C8.934 18.6706 9.08133 18.898 9.18185 19.1482C9.28237 19.3984 9.3341 19.6666 9.3341 19.9375C9.3341 20.2084 9.28237 20.4766 9.18185 20.7268C9.08133 20.977 8.934 21.2044 8.74827 21.3959C8.56254 21.5874 8.34204 21.7394 8.09937 21.843C7.8567 21.9467 7.5966 22 7.33394 22C7.07127 22 6.81118 21.9467 6.56851 21.843C6.32584 21.7394 6.10534 21.5874 5.91961 21.3959C5.73388 21.2044 5.58654 20.977 5.48603 20.7268C5.38551 20.4766 5.33377 20.2084 5.33377 19.9375ZM19.3349 17.875C19.8654 17.875 20.3742 18.0923 20.7493 18.4791C21.1244 18.8659 21.3351 19.3905 21.3351 19.9375C21.3351 20.4845 21.1244 21.0091 20.7493 21.3959C20.3742 21.7827 19.8654 22 19.3349 22C18.8045 22 18.2957 21.7827 17.9206 21.3959C17.5455 21.0091 17.3348 20.4845 17.3348 19.9375C17.3348 19.3905 17.5455 18.8659 17.9206 18.4791C18.2957 18.0923 18.8045 17.875 19.3349 17.875ZM14.3345 2.0625V3.78125H16.0013C16.5555 3.78125 17.0014 4.24102 17.0014 4.8125C17.0014 5.38398 16.5555 5.84375 16.0013 5.84375H14.3345V7.5625C14.3345 8.13398 13.8886 8.59375 13.3344 8.59375C12.7802 8.59375 12.3344 8.13398 12.3344 7.5625V5.84375H10.6675C10.1133 5.84375 9.66747 5.38398 9.66747 4.8125C9.66747 4.24102 10.1133 3.78125 10.6675 3.78125H12.3344V2.0625C12.3344 1.49102 12.7802 1.03125 13.3344 1.03125C13.8886 1.03125 14.3345 1.49102 14.3345 2.0625Z');
    z-index: 2;
    background: var(--dp-white);
    right: 50px;
    top: 15px;
}

.dp-pp-right {
    width: 100%;
    max-width: 356px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dp-pp-right .dp-product-brands {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-dark);
    margin: 10px 0;
}
.dp-pp-right .dp-product-brands a{
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-red);
}

.dp-pp-right .product_meta {
    display: none;
}
.dp-pp-right .product_meta>*:not(.posted_in){}
.dp-pp-right .dp-review-count {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--dp-red);
    margin-right: 20px;
}
.dp-pp-right .product-rating {}
.dp-pp-right .product-rating span{
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: var(--dp-dark);
}
.dp-pp-right .product-rating svg{
    color: var(--dp-yel);
}

.dp-pp-right .woocommerce-product-details__short-description {
    position: relative;
}

.dp-pp-right .woocommerce-product-details__short-description .dp-more-description-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-red);
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--dp-white);
}

.dp-pp-right .woocommerce-product-details__short-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--dp-gray);
    text-align: justify;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.dp-pp-right .rad-product-attributes-section {
    width: 100%;
    max-width: 224px;
}

.rad-product-page-more-options{
    display: none;
}

.dp-pp-right .rad-product-attributes-section h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: var(--dp-dark);
    margin-bottom: 5px;
}
.dp-pp-right .rad-product-attributes-section .dp-product-attributes-box {}
.dp-pp-right .rad-product-attributes-section .dp-product-attributes-box2 {}
.dp-pp-right .rad-product-attributes-section .dp-product-attributes-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--dp-dark);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 11px;
}

.dp-pp-right .rad-product-attributes-section .dp-product-attributes-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--dp-gray);
    position: relative;
    margin-right: 13px;
}

.dp-pp-right .rad-product-attributes-section .dp-product-attributes-title::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 11px;
    right: -11px;
    border-radius: 100%;
    background: var(--dp-grad2);
}


.rad_single_product_gallery {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.radpro-button-prev {
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    background: var(--rad-grad2);
}

.radpro-button-next {
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    background: var(--rad-grad2);
}

.kp-slider-next, .kp-slider-prev {
    width: 80px;
    height: 80px;
    background: var(--dp-grad);
    border-radius: var(--dp-32);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    position: absolute;
    color: var(--dp-white);
}
.kp-slider-next-slide {
    left: -55px;
    top: 0;
    z-index: 1;
    bottom: 0;
    margin: auto;
}
.kp-slider-next-slide svg {
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(-45deg);
}

.kp-slider-prev-slide {
    right: -55px;
    top: 0;
    z-index: 1;
    bottom: 0;
    margin: auto;
}

.kp-slider-prev-slide svg {
    position: absolute;
    left: 10px;
    bottom: 10px;
    transform: rotate(135deg);
}

.kp-slider-next.swiper-button-disabled , .kp-slider-prev.swiper-button-disabled  {
    opacity: 50%;
}

.product-gallery-slider {
    z-index: 0!important;
    width: 560px;
    height: 488px;
    border-radius: 24px;
    background-color: #ffffff;
    border: 1px solid var(--dp-bc2);
    box-shadow: var(--dp-shade-1);
    position: relative;
}

.rad-product-page-gall-footer {
    max-width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.rad-product-gallery-sliders{}
.rad-product-gallery-slider {
    height: 340px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rad-product-gallery-slider img {
    border-radius: 12px;
    object-fit: contain;
    background-color: #ffffff;
    width: 340px;
    height: 340px;
}
.rad-product-gallerys {}
.rad-product-gallerys .swiper-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    height: fit-content;
}

.more-images-count {
    position: absolute;
    bottom: 15px;
    width: 88px;
    height: 85px;
    border-radius: 8px;
    border-width: 1px;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-white);
    background: #00000066;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rad-product-gallerys .swiper-wrapper .swiper-slide {
    width: fit-content;
    height: auto;
    margin-bottom: 15px!important;
}

.rad-product-gal-item {
    width: 88px;
    height: 84px;
    border-radius: 8px;
    border: 1px solid var(--dp-bc);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    background-color: var(--dp-white);
    transition: var(--dp-del);
}
.rad-product-gal-item:hover{
    border: 1px solid var(--dp-red);
}

.rad-product-gal-item img {
    width: 88px;
    height: 84px;
    border-radius: 8px;
    object-fit: cover;
}

.dp-product-page-copy-box {
    position: absolute;
    left: 25px;
    z-index: 1;
    top: 65px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.dp-product-page-copy-link {
    width: 40px;
    height: 40px;
    border-radius: var(--dp-8);
    color: var(--dp-org);
    border: 1px solid var(--dp-yel3);
    background-color: var(--dp-light2);
}
.dp-product-page-copy-link svg{}
.dp-product-page-copy-link-massage {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-org);
    margin-left: 10px;
}

.dp-pp-like-div1st {
    position: absolute;
    z-index: 1;
    left: 25px;
    top: 15px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.dp-pp-like-div {}
.dp-pp-like-div .dp-pp-like-div-like-icon{}
.dp-pp-liked {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-org);
    margin-left: 10px;
}

.dp-pp-like-div .yith-add-to-wishlist-button-block {
    margin: 0;
}

.dp-pp-like-div .yith-add-to-wishlist-button-block button {
    width: 40px;
    height: 40px;
    border-radius: var(--dp-8);
    border: 1px solid var(--dp-yel3);
    background-color: var(--dp-light2);
    color: var(--dp-org);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp-pp-like-div .yith-add-to-wishlist-button-block button.yith-wcwl-add-to-wishlist-button--added {
    border: transparent!important;
    background: var(--dp-grad2);
    color: var(--dp-white);
    position: relative;
}
.dp-pp-like-div .yith-add-to-wishlist-button-block button.yith-wcwl-add-to-wishlist-button::before{
    position: absolute;
    content: '';
    clip-path: path('M16.44 3.09998C14.63 3.09998 13.01 3.97998 12 5.32998C10.99 3.97998 9.37 3.09998 7.56 3.09998C4.49 3.09998 2 5.59998 2 8.68998C2 9.87998 2.19 10.98 2.52 12C4.1 17 8.97 19.99 11.38 20.81C11.72 20.93 12.28 20.93 12.62 20.81C15.03 19.99 19.9 17 21.48 12C21.81 10.98 22 9.87998 22 8.68998C22 5.59998 19.51 3.09998 16.44 3.09998Z');
    width: 24px;
    height: 24px;
    background-color: var(--dp-org);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.dp-pp-like-div .yith-add-to-wishlist-button-block button.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added::before{
    background-color: var(--dp-white);
}
.dp-pp-like-div .yith-add-to-wishlist-button-block button .yith-wcwl-add-to-wishlist-button__label{}
.dp-pp-like-div .yith-add-to-wishlist-button-block a {}
.dp-pp-like-div .yith-add-to-wishlist-button-block a img {
    width: 24px;
    height: 24px;
}
.dp-pp-like-div .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button--added {}
.dp-pp-like-div .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button--added:before {}
.dp-pp-like-div .yith-add-to-wishlist-button-block a span,.dp-pp-like-div .yith-add-to-wishlist-button-block button .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.dp-pp-like-div .kp-pp-like-div-like-icon {}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: unset;
    width: 100%;
    margin: 0;
}

.dp-pp-ip1st {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.dp-pp-information-part {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 1044px;
}

.dp-pp-prating {
    width: 332px;
    height: max-content;
    border-radius: 24px;
    border: 1px solid var(--dp-bc2);
    box-shadow: 0px 4px 8px 0px #6666661A;
    padding: 15px;
    background-color: var(--dp-white);
    position: sticky;
    top: 100px;
    margin-top: 145px;
    margin-bottom: 10px;
}
.dp-pp-prating .dp-rating-breakdown{}
.dp-pp-prating .dp-rating-breakdown h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    color: var(--dp-dark);
}
.dp-pp-prating .dp-rating-breakdown .dp-rating-overall{}
.dp-pp-prating .dp-rating-breakdown .dp-rating-overall .dp-rating-overall-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    margin: 10px 0px;
}
.dp-pp-prating .dp-rating-breakdown .dp-rating-overall .dp-rating-stars {
    margin-bottom: 7px;
    margin-right: 5px;
}
.dp-pp-prating .dp-rating-breakdown .dp-rating-overall .dp-rating-stars svg {
    color: var(--dp-gray2);
    margin: 0 3px;
}
.dp-pp-prating .dp-rating-breakdown .dp-rating-overall .dp-rating-stars .starfull {
    color: var(--dp-yel);
}
.dp-pp-prating .dp-rating-breakdown .dp-rating-overall .dp-rating-stars .starhalf{}
.dp-pp-prating .dp-rating-breakdown .dp-rating-overall .dp-rating-stars .starhalf path:last-child{
    color: var(--dp-yel);
}
.dp-pp-prating .dp-rating-breakdown .dp-rating-overall .dp-rating-stars .starmt{}
.dp-pp-prating .dp-rating-breakdown .dp-rating-overall .dp-rating-average {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: var(--dp-red);
}

.dp-pp-prating .dp-rating-breakdown .dp-rating-overall .dp-rating-average small{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #EE9781;
}

.dp-pp-prating .dp-rating-breakdown .dp-rating-overall p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #949494;
    text-align: center;
    margin-bottom: 10px;
}

.dp-pp-prating .dp-rating-breakdown .dp-rating-row {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--dp-org);
    margin-bottom: 10px;
}

.dp-pp-prating .dp-rating-breakdown .dp-rating-row .dp-rating-label {
    width: 44px;
}
.dp-pp-prating .dp-rating-breakdown .dp-rating-row .dp-rating-bar {
    width: 100%;
    max-width: 202px;
    height: 8px;
    background-color: var(--dp-bc);
    border-radius: 50px;
    direction: ltr;
}
.dp-pp-prating .dp-rating-breakdown .dp-rating-row .dp-rating-bar .dp-rating-fill {
    height: 8px;
    background: var(--dp-grad2);
    border-radius: 50px;
}
.dp-pp-prating .dp-rating-breakdown .dp-rating-row .dp-rating-percentage {
    width: 22px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.dp-pp-information-part>*:not(.dp-pp-information-part-head,#tab-reviews) {
    border-radius: 24px;
    border: 1px solid var(--dp-bc2);
    box-shadow: 0px 4px 8px 0px #6666661A;
    padding: 20px;
    margin-bottom: 30px;
    background-color: var(--dp-white);
}

.dp-pp-information-part-head {
    margin: 25px 0;
    padding: 25px 0;
    border-bottom: 1px solid var(--dp-bc);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dp-pp-tab-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    color: var(--dp-dark);
    border-bottom: 1px solid var(--dp-bc);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.dp-pp-tab-title span{
    color: var(--dp-org);
}

.dp-pp-information-part-head a {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    color: var(--dp-gray);
    border: 1px solid var(--dp-bc);
    border-radius: 50px;
    padding: 6px 20px;
    transition: var(--dp-del);
    margin-left: 50px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.dp-pp-information-part-head a:hover {
    background-color: var(--dp-light2);
    border: 1px solid var(--dp-yel3);
    box-shadow: 0px 4px 8px 0px #E85D041A;
    color: var(--dp-org);
}

.dp-pp-information-part-icones {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dp-pp-information-part-icones svg{
    width: 24px;
    height: 24px;
    display: none;
}

.dp-pp-information-part-head a.description_tab .dp-pp-information-part-icones .dp-pp-information-part-icone1,
.dp-pp-information-part-head a.additional_information_tab .dp-pp-information-part-icones .dp-pp-information-part-icone2,
.dp-pp-information-part-head a.reviews_tab .dp-pp-information-part-icones .dp-pp-information-part-icone3{
    display: block!important;
}
.dp-pp-information-part-head a.additional_information_tab{}
.dp-pp-information-part-head a.reviews_tab{}
.dp-pp-information-part #tab-description {
    order: 0;
}

.dp-pp-information-part #tab-description>*:not(.dp-pp-tab-title){
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: justify;
    color: var(--dp-dark);
}
.dp-pp-information-part #tab-additional_information {
    order: 1;
}

.dp-pp-information-part .dp-product-categories,
.dp-pp-information-part .dp-product-tags {
    order: 2;
}

.dp-pp-information-part #tab-reviews {
    order: 3;
}
.dp-pp-information-part #tab-reviews .dp-tabs-more-but{
    display: none;
}

.dp-product-categories, .dp-product-tags {
    display: flex;
    align-items: flex-start;
    padding: 15px!important;
    border-radius: var(--dp-16)!important;
    flex-wrap: wrap;
    padding-bottom: 5px!important;
}

.dp-product-categories strong, .dp-product-tags strong {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
    margin-left: 15px;
}

.dp-product-tags a, .dp-product-categories a {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--dp-gray);
    border: 1px solid var(--dp-bc);
    border-radius: 50px;
    padding: 6px 12px;
    transition: var(--dp-del);
    height: 32px;
    margin-left: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.dp-product-tags a:hover, .dp-product-categories a:hover {
    background-color: #FFF6E7;
    border: 1px solid #F9CFB4;
    box-shadow: 0px 4px 8px 0px #E85D041A;
    color: var(--dp-org);
}
.dp-product-tags{}
.dp-product-tags strong{}
.dp-product-tags a{}
.dp-product-tags a svg{
    color: var(--dp-red);
}
.dp-patt-part{}
.dp-patt-item {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.dp-patt-label,.dp-patt-value {
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--dp-bc);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    padding: 7px 15px;
    margin-bottom: 20px;
}
    .dp-patt-label {
    max-width: 283px;
    color: var(--dp-gray);
}

.dp-patt-value {
    max-width: 661px;
    color: var(--dp-dark);
}

.dp-patt-dots {
    width: 3px;
    height: 10px;
    position: relative;
    margin-top: 20px;
}

.dp-patt-dots::before, .dp-patt-dots::after{
    width: 3px;
    height: 3px;
    position: absolute;
    content: '';
    background-color: var(--dp-dark);
    border-radius: 100%;
}
.dp-patt-dots::before{
    top: 0;
}

.dp-patt-dots::after{
    bottom: 0;
}
.dp-spreviews{}
.dp-spreviews-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    color: var(--dp-dark);
}

.dp-spreviews-title span{
    color: var(--dp-org);
}

.dp-spreviews .commentlist {
    list-style: none;
}
.dp-spreviews .commentlist li {}
.dp-spreviews .commentlist li ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.dp-spreviews .commentlist li ul li {
    position: relative;
}

.dp-spreviews .commentlist li ul li::before {
    position: absolute;
    content: '';
    background-image: url(../img/comments-border.svg);
    width: 73px;
    height: 58px;
    right: 30px;
    top: 0;
}

.dp-spreviews .commentlist li ul li .comment_container {
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: 119px;
}
.dp-spreviews .commentlist li ul li .comment_container .dp-comment-extras{
    display: none;
}

.dp-spreviews .commentlist li .comment_container {
    background-color: var(--dp-white);
    border: 1px solid var(--dp-bc2);
    border-radius: 24px;
    padding: 25px;
    box-shadow: var(--dp-shade-1);
    position: relative;
    margin: 25px 0;
    padding-bottom: 100px;
}

.dp-spreviews .commentlist li .comment_container .avatar {
    border-radius: var(--dp-12);
    object-fit: cover;
    margin-left: 15px;
    float: unset!important;
}
.dp-spreviews .commentlist li .comment_container .comment-text{}
.dp-spreviews .commentlist li .comment_container .comment-text .star-rating {
    display: none;
}
.dp-spreviews .commentlist li .comment_container .comment-text .star-rating::before{}
.dp-spreviews .commentlist li .comment_container .comment-text .star-rating span::before{}
.dp-spreviews .commentlist li .comment_container .comment-text .meta {
    display: none;
}
.dp-spreviews .commentlist li .comment_container .comment-text .description {}
.dp-spreviews .commentlist li .comment_container .comment-text .description p:not(.dp-comment-extras p) {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    color: var(--dp-dark);
    border: 1px solid var(--dp-org3);
    box-shadow: 0px 2px 8px 0px #E85D051A;
    border-radius: 16px;
    background-color: var(--dp-white);
    padding: 20px;
    margin-top: 25px;
}

.dp-spreviews .commentlist li .comment_container .comment-text .description .admin-reply-button {
    position: absolute;
    left: 24px;
    top: 24px;
}

.dp-spreviews .commentlist li .comment_container .comment-text .description .admin-reply-button .comment-reply-link {
    width: 82px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 50px;
    background-color: var(--dp-red);
    color: var(--dp-white);
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    box-shadow: var(--dp-shade-2);
}

.dp-spreviews .commentlist li .comment_container .comment-text .description .dp-comment-userdata-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    top: 28px;
    right: 95px;
    width: max-content;
}

.dp-spreviews .commentlist li .comment_container .comment-text .description .dp-comment-userdata-wrapper .dp-comment-author-star{
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
    color: var(--dp-dark);
    margin-left: 25px;
}

.dp-spreviews .commentlist li .comment_container .comment-text .description .dp-comment-userdata-wrapper .user-role {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
    position: absolute;
    top: 30px;
    width: max-content;
}

.dp-spreviews .commentlist li .comment_container .comment-text .description .dp-comment-userdata-wrapper .user-rating {
    color: var(--dp-yel);
    font-weight: 900;
    font-size: 20px;
    line-height: 12px;
    display: flex;
    align-items: center;
}

.dp-spreviews .commentlist li .comment_container .comment-text .description .dp-comment-userdata-wrapper .user-rating small{
    color: #FDD183;
    font-size: 16px;
}
.dp-spreviews .commentlist li .comment_container .comment-text .description .dp-comment-userdata-wrapper .user-rating svg{
    margin-right: 7px;
    margin-bottom: 5px;
}

.dp-spreviews .commentlist li .comment_container .comment-text .description .comment-meta-wrapper {
    position: absolute;
    bottom: 20px;
    width: 96%;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid var(--dp-bc);
    padding: 20px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
}

.dp-spreviews .commentlist li .comment_container .comment-text .description .comment-meta-wrapper .user-location {
    border-left: 1px solid var(--dp-bc);
    margin-left: 15px;
    padding-left: 20px;
}
.dp-spreviews .commentlist li .comment_container .comment-text .description .comment-meta-wrapper .comment-time{}
.dp-spreviews .commentlist li .comment_container .comment-text .description .dp-comment-userdata-wrapper .user-rating br,
.dp-spreviews .commentlist li .comment_container .comment-text .description .comment-meta-wrapper .user-location br,
.dp-spreviews .commentlist li .comment_container .comment-text .description .comment-meta-wrapper .comment-time br {
    display: none;
}

.dp-spreviews #review_form {
    border-radius: var(--dp-32);
    border: 1px solid var(--dp-bc);
    box-shadow: var(--dp-shade-1);
    position: relative;
    padding: 25px;
}

.dp-spreviews #review_form .dp-spreviews-title {
    margin-bottom: 20px;
}

.dp-spreviews .comment-form .comment-form-rating {
    order: 3;
    width: 240px;
    height: 84px;
}

.dp-spreviews .comment-form .comment-form-rating label {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
}
.dp-spreviews .comment-form .comment-form-rating label .required{
    color: var(--dp-red);
}
.dp-spreviews .comment-form .comment-form-rating .custom-rating-stars{}
.dp-spreviews .comment-form .comment-form-rating .custom-rating-stars p.stars{
    display: none!important;
}

.dp-spreviews .comment-form .comment-form-rating .custom-rating-stars div.stars {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 48px;
}

.dp-spreviews .comment-form .comment-form-rating .custom-rating-stars div.stars .star {
    color: var(--dp-gray2);
    transition: var(--dp-del);
    margin-top: 10px;
    cursor: pointer;
}

.dp-spreviews .comment-form .comment-form-rating .custom-rating-stars div.stars .star.selected{
    color: var(--dp-yel);
}

.dp-spreviews .woocommerce-noreviews{
    border-radius: var(--dp-32);
    border: 1px solid var(--dp-bc);
    box-shadow: var(--dp-shade-1);
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 20px;
    color: var(--dp-dark);
    font-weight: 600;
    font-size: 15px;
    line-height: 32px;
}

.dp-spreviews .comment-form .custom-review-fields {
    order: 4;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15px;
}

.dp-spreviews .comment-form .custom-review-fields .review-repeater {
    width: 100%;
    max-width: 478px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.dp-spreviews .comment-form .custom-review-fields .review-repeater label {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
}

.dp-spreviews .comment-form .custom-review-fields .review-repeater ul {
    padding: 10px;
    padding-bottom: 40px;
    margin: 0;
    margin-bottom: 25px;
    border: 1px solid var(--dp-bc);
    border-radius: 8px;
    min-height: 90px;
    width: 100%;
    list-style: none;
    position: relative;
    cursor: pointer;
    transition: var(--dp-del);
    max-width: 385px;
}

.dp-spreviews .comment-form .custom-review-fields .review-repeater ul:hover {
    border: 1px solid var(--dp-red);
}

.dp-spreviews .comment-form .custom-review-fields .review-repeater ul li {
    position: relative;
    width: 100%;
    padding: 0 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dp-spreviews .comment-form .custom-review-fields .review-repeater ul li:before {
    position: absolute;
    content: '';
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: var(--dp-grad2);
}

.dp-spreviews .comment-form .custom-review-fields .review-repeater ul li input {
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
    width: 90%;
    padding-right: 15px;
}

.dp-spreviews .comment-form .custom-review-fields .review-repeater ul li button {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #F1AC9A;
    background-color: var(--dp-light2);
    color: var(--dp-red);
    padding: 0px 0 0 1px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp-spreviews .comment-form .custom-review-fields .review-repeater ul li button svg {
    transform: rotate(45deg);
    margin-right: 1px;
}

.dp-spreviews .comment-form .custom-review-fields .review-repeater #add-cons, .dp-spreviews .comment-form .custom-review-fields .review-repeater #add-pros {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #F1AC9A;
    background-color: var(--dp-light2);
    color: var(--dp-red);
    padding: 0px 0 0 1px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.dp-spreviews .comment-form .custom-review-fields .review-repeater #add-pros{}
.dp-spreviews .comment-form .form-submit{
    margin: 0!important;
}

.woocommerce #review_form #respond .form-submit input#submit{
    width: 175px!important;
}

.woocommerce #reviews #comment {
    height: 128px;
}

.dp-comment-extras {
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15px;
}

.dp-comment-extras.show-all {
    display: flex;
}

.dp-comment-extras div {
    width: 100%;
    max-width: 470px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.dp-comment-extras div p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--dp-gray);
    border: 1px solid var(--dp-org3);
    box-shadow: 0px 2px 8px 0px #E85D051A;
    border-radius: 8px;
    background-color: var(--dp-white);
    padding: 7px 15px;
    width: 165px;
}

.dp-comment-extras ul {
    width: 100% !important;
    max-width: 281px!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 28px!important;
    color: var(--dp-gray) !important;
    border: 1px solid var(--dp-org3)!important;
    box-shadow: 0px 2px 8px 0px #E85D051A!important;
    border-radius: 8px!important;
    background-color: var(--dp-white) !important;
    padding: 7px!important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    list-style: none;
}
.dp-comment-extras ul li {
    color: var(--dp-dark);
    padding-right: 26px;
}

.dp-comment-extras ul li::before {
    background: none!important;
    position: absolute!important;
    content: '' !important;
    right: 10px!important;
    top: 12px!important;
    width: 8px!important;
    height: 8px!important;
    border-radius: 100% !important;
    background: var(--dp-grad2) !important;
}

.dp-tabs-more-but {
    display: flex;
    align-items: center;
    width: 63px;
    justify-content: space-between;
    height: 32px;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 32px!important;
    color: var(--dp-red) !important;
    cursor: pointer;
}

.dp-tabs-more-but .dp-tabs-more-but-svg-div{
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dp-org3);
    position: relative;
}
.dp-tabs-more-but .dp-tabs-more-but-svg-div::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    clip-path: path('M7.99904 11.1999C7.53237 11.1999 7.0657 11.0199 6.71237 10.6666L2.3657 6.31993C2.17237 6.12659 2.17237 5.8066 2.3657 5.61326C2.55904 5.41993 2.87904 5.41993 3.07237 5.61326L7.41904 9.95993C7.73904 10.2799 8.25904 10.2799 8.57904 9.95993L12.9257 5.61326C13.119 5.41993 13.439 5.41993 13.6324 5.61326C13.8257 5.8066 13.8257 6.12659 13.6324 6.31993L9.2857 10.6666C8.93237 11.0199 8.4657 11.1999 7.99904 11.1999Z');
    background-color: var(--dp-red);
}

#tab-description p{
    display: none!important;
}
#tab-description p:nth-of-type(1){
    display: block!important;
}
#tab-description.show-all p{
    display: block!important;
}

.dp-tabs-more-but.active .dp-tabs-more-but-svg-div::before{
    transform: rotate(180deg);
}

.dp-patt-item {
    display: none; /* در حالت عادی مخفی شود */
}

.dp-patt-item:nth-child(-n+8) {
    display: flex; /* فقط ۸ مورد اول نمایش داده شوند */
}

/* زمانی که کلاس show-all اضافه شود، همه آیتم‌ها نمایش داده شوند */
.dp-patt-part.show-all .dp-patt-item {
    display: flex;
}

.dp-comments-more-but {
    margin: 25px 0 0;
}

.dp-comments-more-but p{
    display: none;
}

.dp-spreviews .commentlist li ul li .comment_container .dp-comments-more-but{
    display: none!important;
}
/*product page end*/

/*woo massage start*/

.woocommerce-notices-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.wc-block-components-notices>* ,
.woocommerce-notices-wrapper .dp-woo-massage {
    display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
    margin: 10px 0 40px!important;
    background-color: var(--dp-white)!important;
    border: 1px solid var(--dp-bc2)!important;
    border-radius: 16px!important;
    padding: 15px 20px!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 32px!important;
    color: var(--dp-gray) !important;
    box-shadow: var(--dp-shade-1) !important;
}
.woocommerce-notices-wrapper .dp-woo-massage a {
    width: 175px!important;
    text-align: center;
    font-weight: 500!important;
    color: inherit;
}

/*woo massage end*/

/*cart start*/

.dp-cart-page{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.dp-cart-page .dp-cart-div {
    width: 100%;
    max-width: 1044px;
}

.dp-cart-title {
    display: flex;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: var(--dp-dark);
    position: relative;
    padding-right: 5px;
    margin-bottom: 25px;
}

.dp-cart-title:before{
    position: absolute;
    content: '';
    width: 2px;
    height: 24px;
    background-color: var(--dp-red);
    right: 0;
    top: 10px;
}
.dp-cart-title span {
    color: var(--dp-red);
    margin-right: 2px;
}

.dp-cart-page .dp-cart-div .dp-cart-form {
    border-radius: 24px;
    background-color: var(--dp-white);
    border: 1px solid var(--dp-bc2);
    box-shadow: 0px 4px 8px 0px #6666661A;
    padding: 15px 25px;
}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body{}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: var(--dp-white);
    border: 1px solid var(--dp-bc);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
}

.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item>* {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-th-num {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 33%;
}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-thumbnail{}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-thumbnail a{}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-thumbnail a img {
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px #6666661A;
    border: 1px solid var(--dp-bc2);
    padding: 5px;
    width: 72px;
    height: 72px;
}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-name{}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-name a {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    color: var(--dp-dark);
    padding-right: 15px;
    max-width: 225px;
}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-price{}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-subtotal p, .dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-price p {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
    padding-left: 60px;
}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-price .woocommerce-Price-amount.amount{}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-price .woocommerce-Price-amount.amount bdi {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: var(--dp-dark);
}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-subtotal .woocommerce-Price-amount.amount bdi span,
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-price .woocommerce-Price-amount.amount bdi span {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
    margin-right: 5px;
}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-quantity{}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-quantity .quantity {
    text-align: center;
}

.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-quantity .quantity span{
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-quantity .quantity .dp-quantity-butinp {
    width: 88px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid var(--dp-bc);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-quantity .quantity .rad-pro-buy-buts {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    color: var(--dp-red);
    transition: 0.4s;
}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-quantity .quantity .minus.rad-pro-buy-buts.dp-mincart{
    color: var(--dp-gray);
}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-quantity .quantity .plus.rad-pro-buy-buts{}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-quantity .quantity input {
    border: none;
    width: 32px;
    height: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: var(--dp-gray);
    padding: 0px;
}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-subtotal {}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-subtotal p{}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-subtotal .woocommerce-Price-amount.amount{}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-subtotal .woocommerce-Price-amount.amount bdi {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: var(--dp-dark);
}
.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-subtotal .woocommerce-Price-amount.amount bdi span{

}
.dp-cart-ref-but {
    width: 166px;
    height: 48px;
    border-radius: 6px;
    border: 1px solid var(--dp-yel3);
    background-color: #FCEBE6;
    color: var(--dp-org);
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    cursor: not-allowed;
    transition: 0.4s;
}
.dp-cart-ref-but:hover {
    background: var(--dp-grad);
    color: var(--dp-white);
}

.dp-cart-page .dp-cart-div .coupon {
    border-radius: 16px;
    background-color: var(--dp-white);
    border: 1px solid var(--dp-bc2);
    box-shadow: 0px 4px 8px 0px #6666661A;
    padding: 23px 25px;
    margin-top: 30px;
}

.dp-cart-page .dp-cart-div .coupon label {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-black);
}

.dp-cart-page .dp-cart-div .coupon input {
    width: 199px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid var(--dp-bc);
    padding: 0px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color:var(--dp-gray2);
    margin: 0 25px 0 15px;
}

.dp-cart-page .dp-cart-div .coupon input::placeholder{
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray2);
}

.dp-cart-page .dp-cart-div .coupon button {
    width: 138px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid var(--dp-yel3);
    background-color: #FCEBE6;
    color: var(--dp-org);
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    transition: 0.4s;
}

.dp-cart-page .dp-cart-div .coupon button:hover{
    background: var(--dp-grad);
    color: var(--dp-white);
}

.dp-cart-page .dp-cart-total{
    width: 100%;
    max-width: 332px;
}

.dp-cart-page .dp-cart-total .dp-cart-total-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
    text-align: center;
    margin: 15px 0 0;
}

.cart_totals {
    border-radius: 24px;
    background-color: var(--dp-white);
    border: 1px solid var(--dp-bc2);
    box-shadow: 0px 4px 8px 0px #6666661A;
    padding: 25px;
    padding-top: 10px;
}

.cart_totals h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-dark);
    border-bottom: 1px solid var(--dp-bc);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.cart_totals h2 span{
    color: var(--dp-red);
}
.dp-cart-page .cart_totals .shop_table{}
.dp-cart-page .cart_totals .shop_table>*:not(.cart-subtotal,.dp-total-savings,.order-total) {
    display: none!important;
}

.dp-cart-page .cart_totals .shop_table>* {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.dp-cart-page .cart_totals .shop_table>* .label {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
}

.dp-cart-page .cart_totals .shop_table>* .value {
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    color: var(--dp-dark);
}

.dp-cart-page .cart_totals .shop_table>* .value .woocommerce-Price-currencySymbol {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
    margin-right: 5px;
}

.dp-cart-page .cart_totals .shop_table .order-total .value strong{
    font-weight: 700!important;
    font-size: 20px;
    line-height: 40px;
    color: var(--dp-dark);
}

.dp-cart-page .cart_totals .shop_table .order-total .value .woocommerce-Price-currencySymbol{
    font-weight: 500!important;
    font-size: 18px;
    line-height: 36px;
    color: var(--dp-gray);
}

.dp-cart-page .cart_totals .shop_table .dp-total-savings>*,
.dp-cart-page .cart_totals .shop_table .dp-total-savings .value .woocommerce-Price-currencySymbol{
    color: #E0441C!important;
}

.dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-name .variation {
    padding-right: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
}

.dp-cart-page-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 8px 0px #66666640;
    margin: 20px 0px;
    padding: 25px;
    border-radius: 24px;
    height: 600px;
    justify-content: center;
}
.dp-cart-page-empty svg{}
.dp-cart-page-empty .wc-empty-cart-message{}
.dp-cart-page-empty .wc-empty-cart-message .dp-woo-massage {
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    color: var(--dp-dark);
    margin: 20px 0 40px;
}
.dp-cart-page-empty a{}
/*cart end*/

/*checkout start*/

.dp-checkout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.dp-checkout #customer_details {
    width: 100%;
    max-width: 1044px;
}

.dp-checkout #order_review {
    width: 100%;
    max-width: 332px;
    display: flex;
    flex-direction: column;
}
.dp-checkout #order_review .dp-shipping-meths{
    order: 2;
}
.dp-checkout #order_review .dp-order-summary{
    order: 1;
}
.dp-checkout #order_review .dp-checkout-payment{
    order: 3;
}
.dp-checkout #order_review .dp-checkout-total-price {
    order: 4;
    padding-bottom: 25px;
}
.f-checkout1st{}
.f-checkout1st .woocommerce-form-login-toggle,
.f-checkout1st .woocommerce-form-coupon-toggle{
    display: none;
}

.dp-checkout #customer_details .dp-checkout_form,
.dp-checkout #customer_details .dp-checkout_coupon{
    border-radius: 24px;
    background-color: var(--dp-white);
    border: 1px solid var(--dp-bc2);
    box-shadow: 0px 4px 8px 0px #6666661A;
    padding: 10px 20px;
}

.dp-checkout #customer_details .dp-checkout_form{
    padding: 15px 25px;
}

.dp-checkout #customer_details .dp-checkout_coupon {
    padding: 23px 25px;
    margin-top: 30px;
}

.dp-checkout #customer_details .dp-checkout_coupon label{
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-black);
}

.dp-checkout #customer_details .dp-checkout_coupon input{
    width: 199px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid var(--dp-bc);
    padding: 0px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray2);
    margin: 0 25px 0 15px;
}

.dp-checkout #customer_details .dp-checkout_coupon button{
    width: 138px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid var(--dp-yel3);
    background-color: #FCEBE6;
    color: var(--dp-org);
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    transition: 0.4s;
}

.dp-checkout #customer_details .dp-checkout_coupon button:hover{
    background: var(--dp-grad);
    color: var(--dp-white);
}

.dp-checkout #order_review>* {
    border-radius: 24px;
    background-color: var(--dp-white);
    border: 1px solid var(--dp-bc2);
    box-shadow: 0px 4px 8px 0px #6666661A;
    padding: 10px 20px;
    margin-bottom: 15px!important;
}

.dp-checkout-inputs-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.dp-checkout-inputs-box .form-row {
    padding: 0!important;
    margin: 0!important;
    width: 100%!important;
    max-width: 478px;
    margin-bottom: 15px!important;
}

.dp-checkout-inputs-box .form-row label {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px!important;
    color: var(--dp-gray);
    margin-bottom: 10px;
}
.dp-checkout-inputs-box .form-row label .required {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-red);
}

.dp-checkout-inputs-box .form-row input {
    width: 100%!important;
    height: 40px!important;
    border-radius: 8px!important;
    border: 1px solid var(--dp-bc) !important;
    padding: 0 15px!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 32px!important;
    color: var(--dp-gray) !important;
}

.select2-container--default .select2-selection--single{
    width: 100%!important;
    height: 40px!important;
    border-radius: 8px!important;
    border: 1px solid var(--dp-bc) !important;
    padding: 0 15px!important;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px !important;
    color: var(--dp-gray);
    padding-top: 2px;
    padding-right: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 10px;
    right: auto;
    top: 7px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--dp-bc) !important;
    border-radius: 8px!important;
    padding: 0 10px!important;
    height: 38px!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 32px !important;
    color: var(--dp-gray) !important;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0px 0px 8px 8px!important;
    border-color: var(--dp-bc) !important;
}

.select2-container--default .select2-results>.select2-results__options {
    -ms-overflow-style: thin!important;
    scrollbar-width: thin!important;
}

.select2-results__option[aria-selected] {
    font-weight: 400!important;
    font-size: 14px!important;
    color: var(--dp-gray) !important;
    transition: 0.2s!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--dp-org) !important;
    color: var(--dp-white) !important;
}

.dp-checkout-inputs-box .form-row#billing_first_name_field {
    order: 1;
}
.dp-checkout-inputs-box .form-row#billing_last_name_field{
    order: 2;
}
.dp-checkout-inputs-box .form-row#billing_company_field{
    display: none;
}
.dp-checkout-inputs-box .form-row#billing_country_field {
    order: 6;
}
.dp-checkout-inputs-box .form-row#billing_address_1_field {
    order: 9;
}
.dp-checkout-inputs-box .form-row#billing_address_2_field {
    order: 10;
    margin-top: 42px!important;
}
.dp-checkout-inputs-box .form-row#billing_city_field {
    order: 8;
}
.dp-checkout-inputs-box .form-row#billing_state_field {
    order: 7;
}
.dp-checkout-inputs-box .form-row#billing_postcode_field{
    order: 4;
}
.dp-checkout-inputs-box .form-row#billing_phone_field{
    order: 5;
}
.dp-checkout-inputs-box .form-row#billing_email_field {
    order: 3;
}
#ship-to-different-address{}
#ship-to-different-address label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    cursor: pointer;
}
#ship-to-different-address label input {
    width: 24px;
    height: 24px;
    background-color: var(--dp-white);
    border: 1px solid var(--dp-bc);
    margin: 0;
    box-shadow: none;
    border-radius: 6px;
}
#ship-to-different-address label input.form-check-input:checked[type=checkbox] {
    background-color: var(--dp-red);
    border: 1px solid transparent;
    background-size: auto;
    background-image: url(../img/dpshoptick.svg);
}

#ship-to-different-address label span {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: var(--dp-gray);
}

.shipping_address {
    border-radius: 16px;
    border: 1px solid var(--dp-red);
    padding: 20px 25px;
    box-shadow: 0px 4px 8px 0px #6666661A;
    margin-bottom: 15px;
}
.shipping_address .dp-checkout-inputs-box{}
.shipping_address .dp-checkout-inputs-box>* {
    max-width: 430px;
}

.shipping_address .dp-checkout-inputs-box #shipping_first_name_field{
    order: 1;
}
.shipping_address .dp-checkout-inputs-box #shipping_last_name_field{
    order: 2;
}
.shipping_address .dp-checkout-inputs-box #shipping_company_field{
    display: none;
}
.shipping_address .dp-checkout-inputs-box #shipping_country_field{
    display: none;
}
.shipping_address .dp-checkout-inputs-box #shipping_address_1_field {
    order: 6;
}
.shipping_address .dp-checkout-inputs-box #shipping_address_2_field{
    order: 7;
    display: none!important;
}
.shipping_address .dp-checkout-inputs-box #shipping_city_field{
    order: 5;
}
.shipping_address .dp-checkout-inputs-box #shipping_state_field {
    order: 4;
}
.shipping_address .dp-checkout-inputs-box #shipping_postcode_field{
    order: 3;
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0;
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--dp-bc);
    padding: 0 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px !important;
    color: var(--dp-gray);
}
.dp-post-date1st{}
.dp-post-date1st .dp-post-date-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
}
.dp-post-date1st .dp-post-date-title span{
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-red);
}

.dp-post-date1st .dp-post-date-cards-box {
    border: 1px solid var(--dp-bc);
    border-radius: 16px;
    padding: 25px 68px;
    margin: 15px 0;
}
.dp-post-date1st .dp-post-date-cards-box .dp-post-date-cards{}
.dp-post-date1st .dp-post-date-cards-box .dp-post-date-card {
    width: 89px;
    height: 88px;
    border: 1px solid var(--dp-bc);
    border-radius: var(--dp-16);
    padding: 7px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
    cursor: pointer;
}

.dp-post-date1st .dp-post-date-cards-box .dp-post-date-card.user-chose {
    background: var(--dp-grad2);
    color: var(--dp-white);
}
.dp-post-date1st .dp-post-date-cards-box .dp-post-date-card p{}
.checkout-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-dark);
    border-bottom: 1px solid var(--dp-bc);
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 5px;
}

.checkout-title span{
    color: var(--dp-red);
}
.dp-checkout-total-price{}
.dp-checkout-total-price-num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: var(--dp-gray);
}
.dp-checkout-total-price-num span{
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: var(--dp-dark);
}
.dp-checkout-total-price-num span bdi span {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: var(--dp-gray);
    margin-right: 5px;
}
.dp-checkout-payment{}
.dp-checkout-payment ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dp-checkout-payment ul li{}
.dp-checkout-payment .form-row.place-order{
    display: none;
}
.rad-payment{}
.rad-payment .dp-payment2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}
.rad-payment .dp-payment2 .dp-payment-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-dark);
    display: flex;
    align-items: center;
}
.rad-payment .dp-payment2 .dp-payment-title .dp-payment-icon{
    color: var(--dp-red);
    display: flex;
    margin-left: 5px;
}
.rad-payment .dp-payment2 .dp-checked-card {
    width: 24px;
    height: 24px;
    border: 1px solid var(--dp-bc);
    border-radius: 6px;
    color: var(--dp-white);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dp-white);
}
.rad-payment.selected .dp-payment2 .dp-checked-card{
        border: 1px solid transparent;
        background-color: var(--dp-red);
}
.rad-payment .dp-payment2 .dp-checked-card .rad-checked{
    display: none;
}
.rad-payment.selected .dp-payment2 .dp-checked-card .rad-checked{
    display: block;
}

.dp-order-summary>*:not(.checkout-title){
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dp-order-summary .dp-order-item{}
.dp-order-summary .dp-order-item p{
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
}
.dp-order-summary .dp-order-item span{
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    color: var(--dp-dark);
}
.dp-order-summary .dp-order-item span .woocommerce-Price-currencySymbol{
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
    margin-right: 5px;
}

.dp-order-summary .dp-order-item.dp-total-savings p,
.dp-order-summary .dp-order-item.dp-total-savings span{
    color: var(--dp-red);
}

.dp-order-summary .dp-order-item.dp-total p,
.dp-order-summary .dp-order-item.dp-total span .woocommerce-Price-currencySymbol{
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
}

.dp-order-summary .dp-order-item.dp-total span{
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
}

.dp-order-item.dp-total-savings{
    margin: 20px 0;
}

.dp-shipping label {
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    cursor: pointer;
}

.dp-shipping .dp-checked{
    display: none!important;
}
.dp-shipping.selected .dp-checked{
    display: flex!important;
}

.dp-shipping-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
}

.dp-shipping-text svg{
    color: var(--dp-red);
    margin-left: 5px;
}

.dp-shipping-text .woocommerce-Price-amount.amount {
    font-weight: 500!important;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-dark);
}

.dp-checkship-tick-box {
    width: 24px;
    height: 24px;
    border: 1px solid var(--dp-bc);
    border-radius: 6px;
    color: var(--dp-white);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dp-white);
}

.dp-shipping.selected .dp-checkship-tick-box{
    border: 1px solid transparent;
    background-color: var(--dp-red);
}

.saved-addresses {
    background-color: var(--dp-white);
    border-radius: 16px;
    border: 1px solid var(--dp-bc);
    padding: 15px 25px;
    margin: 20px 0;
}

.saved-addresses .address-block {
    margin-bottom: 15px;
}

.saved-addresses .address-block h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: var(--dp-gray);
    margin-bottom: 10px;
}

.saved-addresses .address-block .address-block-box {
    display: flex;
    align-items: center;
    background-color: var(--dp-white);
    border-radius: 16px;
    border: 1px solid var(--dp-bc);
    padding: 15px 20px;
}
.saved-addresses .address-block .address-block-box .address-block-img-box{}
.saved-addresses .address-block .address-block-box .address-block-img-box svg {
    width: 112px;
    height: 112px;
}
.saved-addresses .address-block .address-block-box .address-block-text-box {
    margin-right: 30px;
}

.saved-addresses .address-block .address-block-box .address-block-text-box p {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
    margin-bottom: 8px;
}

.saved-addresses .address-block .address-block-box .address-block-text-box p svg {
    margin-left: 10px;
}

.saved-addresses .address-block .address-block-box .address-block-text-box p.address-line{
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
}

.saved-addresses .address-block .address-block-box .address-block-text-box p.postcode-line{
    margin: 0;
}

/*checkout end*/


/*thank you start*/

.dp-delivery-date {
    background-color: var(--dp-white);
    box-shadow: 0px 4px 8px 0px #6666661A;
    border: 1px solid var(--dp-bc2);
    width: 100%;
    border-radius: 16px;
    margin: 20px 0;
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-red);
}
.dp-delivery-date span {
    color: var(--dp-dark);
}

.woocommerce-order .dp-ma-title,
.woocommerce-order .dp-my-acc-orders.dp-my-acc-downloads{
    display: none;
}

.dp-thank-you{}
.dp-thank-you p.woocommerce-notice{
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
}
.dp-thank-you p.woocommerce-notice.woocommerce-notice--success{
    color: #28A745;
}

.dp-thank-you p.woocommerce-notice.woocommerce-thankyou-order-failed{
    color: #DC2F02;
}

.dp-th-page-order_details {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 133px;
    border-radius: 24px;
    background-color: var(--dp-light2);
    border: 1px solid #FADFCD;
    margin: 40px 0 30px;
}

.dp-th-page-order_details li {
    width: 100%;
    max-width: 237.5px;
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dp-typ-icon-text {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: var(--dp-gray);
}

.dp-typ-icon-box {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid var(--dp-red);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dp-white);
    color: var(--dp-red);
    margin-left: 8px;
}

.dp-th-page-order_details li strong {
    width: 100%;
    display: flex;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: var(--dp-red);
    padding-right: 33px;
}

.dp-woocommerce-order-details {
    width: 100%;
    background-color: var(--dp-white);
    box-shadow: 0px 4px 8px 0px #6666661A;
    border-radius: 32px;
    border: 1px solid var(--dp-bc);
    padding: 25px;
}

.dp-woocommerce-order-details .order-again{
    display: none!important;
}

.dp-woocommerce-order-details .dp-order-details-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: var(--dp-dark);
    position: relative;
    padding-right: 5px;
}

.dp-woocommerce-order-details .dp-order-details-title::before {
    position: absolute;
    content: '';
    top: 8px;
    right: 0px;
    width: 2px;
    height: 24px;
    background-color: var(--dp-red);
}
.dp-woocommerce-order-details .dp-order-details-title span{
    color: var(--dp-red);
}
.dp-order-details-inner{}
.dp-woocommerce-order-details .dp-order-details-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: var(--dp-dark);
    position: relative;
    padding-right: 5px;
    margin-bottom: 60px;
}
.dp-order-details-inner .dp-od-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 40px;
    border-radius: 12px;
    background-color: var(--dp-light2);
    border: 1px solid #FADFCD;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-red);
    padding: 0 15px;
}
.dp-order-details-inner .dp-od-title>*{
    width: 50%;
}
.dp-order-details-inner .dp-od-title .products{}
.dp-order-details-inner .dp-od-title .total{}
.dp-order-details-inner .dp-od-products{}
.dp-order-details-inner .dp-od-products .dp-od-order-card {
    display: flex;
    border-radius: 12px;
    background-color: var(--dp-white);
    border: 1px solid var(--dp-bc2);
    min-height: 48px;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0px 4px 8px 0px #6666660D;
    margin: 15px 0;
    padding: 10px 15px;
}
.dp-od-order-card .woocommerce-table__product-name.product-name {
    width: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.dp-od-order-card .woocommerce-table__product-name.product-name a {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-dark);
}
.dp-od-order-card .woocommerce-table__product-name.product-name .product-quantity {
    padding: 0 5px;
}
.dp-od-order-card .woocommerce-table__product-name.product-name ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dp-od-order-card .woocommerce-table__product-name.product-name ul li {
    display: flex;
    color: inherit;
}
.dp-od-order-card .woocommerce-table__product-name.product-name ul li strong{}
.dp-od-order-card .woocommerce-table__product-name.product-name ul li p {
    padding-right: 3px;
}
.dp-od-order-card .woocommerce-table__product-total.product-total{}
.dp-od-order-card .woocommerce-table__product-total.product-total bdi {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: var(--dp-dark);
}
.dp-od-order-card .woocommerce-table__product-total.product-total bdi .woocommerce-Price-currencySymbol {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
    margin-right: 3px;
}
.dp-order-details-inner .dp-od-total-cash{}
.dp-order-details-inner .dp-od-total-cash .dp-od-total-cash-item {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.dp-order-details-inner .dp-od-total-cash .dp-od-total-cash-item:first-child {
    margin: 25px 0 15px;
}

.dp-order-details-inner .dp-od-total-cash .dp-od-total-cash-item:last-child {
    margin: 0;
}

.dp-order-details-inner .dp-od-total-cash .dp-od-total-cash-item .dp-od-total-cash-item-name {
    width: 50%;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-dark);
}
.dp-order-details-inner .dp-od-total-cash .dp-od-total-cash-item .dp-od-total-cash-item-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: var(--dp-dark);
}

.dp-order-details-inner .dp-od-total-cash .dp-od-total-cash-item .dp-od-total-cash-item-price .woocommerce-Price-currencySymbol {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
    margin: 0 3px;
}

.dp-thank-you .woocommerce-customer-details{
    display: none!important;
}

.dp-billing-customer-address-form {
    background-color: var(--dp-white);
    box-shadow: 0px 4px 8px 0px #6666661A;
    border: 1px solid var(--dp-bc2);
    width: 100%;
    border-radius: 16px;
    margin: 20px 0;
    padding: 15px 20px;
}

.dp-billing-customer-address-box{
    display: flex;
    align-items: center;
}

.dp-billing-customer-address-title {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: var(--dp-gray);
    border-bottom: 1px solid var(--dp-bc);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.dp-billing-customer-address-img {
    width: 164px;
    height: 160px;
    border-radius: 16px;
}

.dp-billing-customer-address {
    margin-right: 25px;
}

.dp-billing-customer-address p {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
    margin-bottom: 10px;
}

.dp-billing-customer-address p svg {
    width: 24px;
    height: 24px;
    margin-left: 15px;
}

.dp-billing-customer-address p:first-child {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 15px;
}

.dp-billing-customer-address-but {
    width: 206px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dp-grad);
    color: var(--dp-white);
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    float: left;
}
    /*thank you end*/

/*my-acc start*/

.dp-MyAccount {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.dp-my-acc-right-box{
    width: 100%;
    max-width: 332px;
}

.dp-my-acc-right-box .dp-my-acc-user-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
    background-color: var(--dp-org);
    border: 1px solid var(--dp-red);
    height: 88px;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.dp-my-acc-right-box .dp-my-acc-user-info::before {
    position: absolute;
    content: '';
    background: url("../img/LinesWdave.svg");
    width: 332px;
    height: 128px;
    right: 0;
    top: 0;
}

.dp-my-acc-user-info-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dp-my-acc-user-info-right img {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    object-fit: cover;
    margin-left: 10px;
}

.dp-my-acc-user-info-right div {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-white);
}

.dp-my-acc-user-info-right div p{
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-org3);
}

.dp-my-acc-user-info a {
    color: var(--dp-white);
    margin-left: 20px;
    z-index: 1;
}

.dp-MyAccount-navigation {
    height: max-content;
    background-color: var(--dp-white);
    box-shadow: 0px 4px 8px 0px #66666640;
    border: 1px solid var(--dp-bc2);
    border-radius: 24px;
    padding: 20px;
}

.dp-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dp-MyAccount-navigation ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
    border-bottom: 1px solid var(--dp-bc);
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: var(--dp-del);
    position: relative;
}

.dp-MyAccount-navigation ul li:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 24px;
    top: 5px;
    right: 0;
    background-color: var(--dp-red);
    transform: translateX(10px);
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.dp-MyAccount-navigation ul li:hover:before, .dp-MyAccount-navigation ul li.is-active:before {
    transform: translateX(5px);
    opacity: 1;
    visibility: visible;
}

.dp-MyAccount-navigation ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.dp-MyAccount-navigation ul li:hover,
.dp-MyAccount-navigation ul li.is-active{
    color: var(--dp-dark);
}

.dp-MyAccount-navigation ul li a {
    color: inherit;
    display: block;
}

.dp-MyAccount-navigation ul li a svg {
    margin-left: 5px;
}

.dp-MyAccount-navigation ul li:hover a svg,
.dp-MyAccount-navigation ul li.is-active a svg{
    color: var(--dp-red);
}

.dp-MyAccount-content {
    width: 100%;
    max-width: 1044px;
    height: max-content;
    background-color: var(--dp-white);
    box-shadow: 0px 4px 8px 0px #66666640;
    border: 1px solid var(--dp-bc2);
    border-radius: 24px;
    padding: 20px;
}

.dp-ma-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.dp-ma-title h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: var(--dp-dark);
    position: relative;
    padding-right: 7px;
}

.dp-ma-title h4:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 24px;
    background-color: var(--dp-red);
    top: 8px;
    right: 0;
}

.dp-ma-title h4 span{
    color: var(--dp-red);
}
.dp-ma-title a{
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-red);
}

.dp-ma-title a.seeall {
    display: flex;
    align-items: center;
    width: 127px;
    height: 32px;
    background-color: var(--dp-light2);
    justify-content: center;
    border: 1px solid var(--dp-org3);
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-org);
    gap: 3px;
    transition: 0.4s;
}
.dp-ma-title a.seeall:hover{
    color: var(--dp-white);
    background: var(--dp-grad);
    border: transparent;
}

.kp-dashboard-order-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--dp-bc);
    border-radius: 16px;
    padding: 25px;
    flex-wrap: wrap;
}

.kp-dashboard-order-box .dp-dashboard-order-card {
    width: 215px;
    height: 220px;
    border-radius: 16px;
    border: 1px solid var(--dp-bc2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0px 4px 8px 0px #6666661A;
}

.kp-dashboard-order-box .dp-dashboard-order-card svg{}
.kp-dashboard-order-box .dp-dashboard-order-card .dp-dashboard-order-card-num {
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-dark);
}

.kp-dashboard-order-box .dp-dashboard-order-card .dp-dashboard-order-card-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}

.kp-dashboard-order-box .dp-dashboard-order-card.kp-completed-orders{}
.kp-dashboard-order-box .dp-dashboard-order-card.kp-completed-orders .dp-dashboard-order-card-text {
    color: #28A745;
}
.kp-dashboard-order-box .dp-dashboard-order-card.kp-processing-orders{}
.kp-dashboard-order-box .dp-dashboard-order-card.kp-processing-orders .dp-dashboard-order-card-text{
    color: #DC2F02;
}
.kp-dashboard-order-box .dp-dashboard-order-card.kp-onhold-orders{}
.kp-dashboard-order-box .dp-dashboard-order-card.kp-onhold-orders .dp-dashboard-order-card-text{
    color: #FFA500;
}
.kp-dashboard-order-box .dp-dashboard-order-card.kp-cancelled-orders{}
.kp-dashboard-order-box .dp-dashboard-order-card.kp-cancelled-orders .dp-dashboard-order-card-text{
    color: #B22222;
}

.dp-ma-dashboard-notifs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--dp-bc);
    border-radius: 16px;
    padding: 25px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.dp-ma-dashboard-notifs-card {
    border: 1px solid var(--dp-bc2);
    width: 100%;
    border-radius: 16px;
    padding: 20px 25px;
    margin-bottom: 15px;
}

.dp-ma-dashboard-notifs-card:last-child{
    margin-bottom: 0;
}

.dp-ma-dashboard-notifs-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dp-ma-dashboard-notifs-top-right {
    display: flex;
    align-items: center;
}

.dp-ma-dashboard-notifs-icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: var(--dp-grad);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dp-white);
    margin-left: 15px;
}

.dp-ma-dashboard-notifs-icon svg{
    width: 24px;
    height: 24px;
}

.dp-ma-dashboard-notifs-brdr {
    width: 1px;
    height: 16px;
    background-color: var(--dp-bc);
    margin: 0 10px;
}

.dp-ma-dashboard-notifs-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
    display: flex;
    align-items: center;
}

.dp-ma-dashboard-notifs-time svg{
    margin-left: 5px;
}

.dp-ma-dashboard-notifs-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-dark);
}

.dp-ma-dashboard-notifs-top-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-red);
    display: flex;
    align-items: center;
}

.dp-ma-dashboard-notifs-bottom {
    display: flex;
    margin-top: 15px;
    align-items: center;
}

.dp-ma-dashboard-notifs-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
}

.kp-dashboard-order-card{
    position: relative;
    border: 1px solid var(--dp-bc);
    background-color: var(--dp-white);
    border-radius: 50px;
    height: 36px;
    padding: 0px 23px;
    margin-left: 20px;
    transition: 0.4s;
}

.kp-dashboard-order-card.dp-active-order-status,
.kp-dashboard-order-card:hover{
    border: 1px solid var(--dp-yel3);
    background-color: var(--dp-light2);
    box-shadow: 0px 4px 8px 0px #E85D041A;
}
.kp-dashboard-order-card-num{
    position: absolute;
    width: 16px;
    height: 16px;
    left: -3px;
    top: -3px;
    border-radius: 100%;
    background-color: var(--dp-gray);
    color: var(--dp-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    transition: 0.4s;
}

.kp-dashboard-order-card.dp-active-order-status .kp-dashboard-order-card-num,
.kp-dashboard-order-card:hover .kp-dashboard-order-card-num{
    background-color: var(--dp-red);
    color: var(--dp-white);
}

.kp-dashboard-order-card-text{
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
    transition: 0.4s;
}

.kp-dashboard-order-card.dp-active-order-status .kp-dashboard-order-card-text,
.kp-dashboard-order-card:hover .kp-dashboard-order-card-text{
    color: var(--dp-red);
}
.dp-my-acc-orders{}
.dp-my-acc-orders .dp-my-acc-head-orders {
    display: flex;
    background-color: var(--dp-red);
    color: var(--dp-white);
    border-radius: 12px;
    padding: 4px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}

.dp-my-acc-orders .dp-my-acc-head-orders div {
    width: 100%;
    max-width: 160px;
}
.dp-my-acc-orders .dp-my-acc-body-orders {}
.dp-my-acc-orders .dp-my-acc-body-orders>* {
    display: flex;
    border: 1px solid #FADFCD;
    border-radius: 16px;
    padding: 13px 15px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.dp-my-acc-orders .dp-my-acc-body-orders>*:nth-child(2n-2) {
    background: #FFFBF3;
    border: 1px solid #FDEFE6;
}

.dp-my-acc-orders .dp-my-acc-body-orders>*:last-child{
    margin-bottom: 0;
}
.dp-my-acc-body-order{}
.dp-my-acc-body-order .cell-order-number a{
    color: inherit;
}
.dp-my-acc-body-order>* {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-dark);
    width: 20%;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.dp-my-acc-body-order .cell-order-status div{
    position: relative;
    padding-right: 13px;
}

.dp-my-acc-body-order .cell-order-status div::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50px;
    right: 0px;
    top: 14px;
    background-color: var(--dp-dark);
}

.dp-my-acc-body-order .cell-order-status div.order-status-completed{
    color:#28A745;
}
.dp-my-acc-body-order .cell-order-status div.order-status-completed::before {
    background-color:#28A745;
}
.dp-my-acc-body-order .cell-order-status div.order-status-processing{
    color:#DC2F02;
}
.dp-my-acc-body-order .cell-order-status div.order-status-processing::before {
    background-color:#DC2F02;
}
.dp-my-acc-body-order .cell-order-status div.order-status-on-hold{
    color:#FFA500;
}
.dp-my-acc-body-order .cell-order-status div.order-status-on-hold::before {
    background-color:#FFA500;
}
.dp-my-acc-body-order .cell-order-status div.order-status-cancelled{
    color:#B22222;
}
.dp-my-acc-body-order .cell-order-status div.order-status-cancelled::before {
    background-color:#B22222;
}

.dp-my-acc-body-order .dp-downloads-card-part.download-product {
    display: flex;
}
.dp-my-acc-body-order .dp-downloads-card-part.download-product img {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid var(--dp-bc2);
}
.dp-my-acc-body-order .dp-downloads-card-part.download-product a {
    color: inherit;
}
.dp-my-acc-body-order .dp-downloads-card-part.download-file {}
.dp-my-acc-body-order .dp-downloads-card-part.download-file a {
    width: 100%;
    display: flex;
    max-width: 160px;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    color: var(--dp-org);
    align-items: center;
    justify-content: center;
    border: 1px solid var(--dp-yel3);
    background: var(--dp-light2);
    border-radius: 8px;
    transition: 0.4s;
    float: left;
}
.dp-my-acc-body-order .dp-downloads-card-part.download-file a:hover{
    color: var(--dp-white);
    border: 1px solid transparent;
    background: var(--dp-grad);
}

.dp-my-acc-body-order .dp-downloads-card-part.download-purchase-date{
    padding-right: 5px;
}
.dp-my-acc-body-order .dp-downloads-card-part.download-remaining{
    padding-right: 20px;
}
.dp-my-acc-body-order .dp-downloads-card-part.download-expires{
    padding-right: 33px;
}

.dp-my-acc-order-sbut {
    width: 100%;
    display: flex;
    max-width: 160px;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    color: var(--dp-org);
    align-items: center;
    justify-content: center;
    border: 1px solid var(--dp-yel3);
    background: var(--dp-light2);
    border-radius: 8px;
    float: left;
    transition: 0.4s;
}

.dp-my-acc-order-sbut:hover{
    color: var(--dp-white);
    border: 1px solid transparent;
    background: var(--dp-grad);
}

.dp-user-pic-uploader {
    height: 128px;
    border: 1px solid var(--dp-bc);
    border-radius: 16px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    width: 100%;
    order: -1;
}
.kp-user-pic-upload{}
.kp-upload-sec-text {
    display: flex;
    align-items: center;
}

.kp-current-image {
    position: relative;
}

.kp-current-image img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
}

.kp-current-image .dp-my-acc-add-person-avatar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 2px solid var(--dp-yel3);
    background-color: var(--dp-light2);
    color: var(--dp-org);
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.kp-current-text {
    margin-right: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    color: var(--dp-dark);
}

.kp-current-text p{
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
}

.kp-user-pic-upload input {
    display: none;
}
.dp-user-pic-uploader .logout-section {
    height: inherit;
    margin-top: 45px;
}

.dp-user-pic-uploader .logout-section a {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-red);
}

.dp-MyAccount-content .woocommerce-customer-details{
    display: none!important;
}

.dp-EditAccountForm {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.dp-edit-acc-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 478px;
    margin-bottom: 15px;
}

.dp-edit-acc-col label {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
}

.dp-edit-acc-col label .required{
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-red);
}

.dp-edit-acc-col input::placeholder{
    color: #999999;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}

.dp-edit-acc-col input {
    width: 100%;
    border: 1px solid var(--dp-bc);
    height: 40px;
    padding: 0 15px;
    border-radius: 8px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
}

.dp-edit-acc-col-change-pass {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dp-edit-acc-col-change-pass .dp-edit-acc-col {
    width: 316px;
}

.dp-edit-acc-col-change-pass .dp-edit-acc-col .woocommerce-password-strength {
    width: 100%;
    margin-top: 10px;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--dp-dark);
}

.dp-edit-acc-col-change-pass .dp-edit-acc-col .woocommerce-password-hint {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: var(--dp-gray);
    text-align: justify;
}

.woocommerce  button.button.dp-edit-acc-but {
    width: 141px!important;
    height: 40px!important;
    padding: 0!important;
    font-weight: 500!important;
    margin-top: 10px!important;
}

.dp-my-address-notif {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
}
.dp-my-address{}
.dp-my-address-container {
    border: 1px solid var(--dp-bc);
    margin-top: 15px;
    padding: 15px;
    border-radius: 16px;
    background-color: var(--dp-white);
}

.dp-my-address-card {
    border-bottom: 1px solid var(--dp-bc);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.dp-my-address-card h2{
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: var(--dp-gray);
}

.dp-my-address-card a {
    width: 140px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dp-grad2);
    color: var(--dp-white);
    border-radius: 8px;
    gap: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    box-shadow: var(--dp-shade-2);
}
.dp-my-address-address{}
.dp-my-address-address svg {
    width: 164px;
    height: 160px;
}

.dp-my-address-content {
    margin-right: 30px;
    max-width: 75%;
}

.dp-my-address-content .dp-billing-customer-address-text {
    font-weight: 700;
    margin-bottom: 15px;
}

.dp-my-address-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
    margin-bottom: 5px;
}

.dp-my-address-content p:last-child{
    margin-bottom: 0;
}

.dp-my-address-content p svg {
    margin-left: 10px;
    width: 24px;
    height: 24px;
}

.dp-empty-address{
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
}

.dp-back-to-last-page {
    display: flex;
    align-items: center;
    width: 183px;
    height: 32px;
    background-color: var(--dp-light2);
    justify-content: center;
    border: 1px solid var(--dp-org3);
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-org);
    gap: 3px;
    transition: 0.4s;
}

.dp-back-to-last-page:hover{
    color: var(--dp-white);
    background: var(--dp-grad);
    border: transparent;
}

.dp-form-edit-address-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
    margin-bottom: 15px;
    margin-top: 10px;
}

.dp-form-edit-address-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid var(--dp-bc2);
    box-shadow: 0px 4px 8px 0px #6666661A;
    border-radius: 16px;
    padding: 20px;
}

.dp-form-edit-address-part h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: var(--dp-gray);
    width: 100%;
    border-bottom: 1px solid var(--dp-bc);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.woocommerce form .dp-form-edit-address-part .form-row{
    width: 100%;
    max-width: 478px;
    margin-bottom: 15px;
}

.woocommerce form .dp-form-edit-address-part .form-row label{
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
}
.woocommerce form .dp-form-edit-address-part .form-row label .required{
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-red);
}
.woocommerce form .dp-form-edit-address-part .form-row span{}
.woocommerce form .dp-form-edit-address-part .form-row span.select2-container{
    margin-top: 10px;
}
.woocommerce form .dp-form-edit-address-part .form-row input{
    width: 100%;
    border: 1px solid var(--dp-bc);
    height: 40px;
    padding: 0 15px;
    border-radius: 8px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
}

.woocommerce form .dp-form-edit-address-part .w-100.text-start button {
    width: 127px!important;
    height: 40px;
    padding: 0;
    font-weight: 400!important;
}

.dp-form-edit-address-part #shipping_first_name_field,
.dp-form-edit-address-part #billing_first_name_field{
    order: 1;
}

.dp-form-edit-address-part #shipping_last_name_field,
.dp-form-edit-address-part #billing_last_name_field{
    order: 2;
}

.dp-form-edit-address-part #shipping_company_field,
.dp-form-edit-address-part #billing_company_field{
    display: none!important;
}

.dp-form-edit-address-part #shipping_country_field,
.dp-form-edit-address-part #billing_country_field{
    display: none!important;
}

.dp-form-edit-address-part #shipping_state_field,
.dp-form-edit-address-part #billing_state_field{
    order: 5;
}

.dp-form-edit-address-part #shipping_city_field,
.dp-form-edit-address-part #billing_city_field{
    order: 6;
}
.dp-form-edit-address-part #shipping_postcode_field,
.dp-form-edit-address-part #billing_postcode_field{
    order: 3;
}
.dp-form-edit-address-part #billing_phone_field{
    order: 4;
}
.dp-form-edit-address-part #billing_email_field {
    order: 7;
    display: none;
}

.dp-form-edit-address-part #billing_address_1_field {
    max-width: 100%;
}

.dp-form-edit-address-part #billing_address_1_field,
.dp-form-edit-address-part #shipping_address_1_field{
    order: 8;
}
.dp-form-edit-address-part #shipping_address_2_field,
.dp-form-edit-address-part #billing_address_2_field{
    order: 9;
    display: none;
}

.dp-form-edit-address-part .w-100.text-start{
    order: 10;
}

.dp-form-edit-address-part #shipping_state_field span.select2,
.dp-form-edit-address-part #billing_state_field span.select2{
    margin-top: 10px;
}

.kp-orders-empty .dp-woo-massage {
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: var(--dp-dark);
    margin-top: 10px;
    text-align: center;
}

.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination a.woocommerce-button.woocommerce-Button.button {
    width: 137px!important;
    height: 37px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kp-orders-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 674px;
}
.kp-orders-empty svg{}
.kp-orders-empty .dp-woo-massage,
.kp-orders-empty p {
    font-weight: 500!important;
    font-size: 20px!important;
    line-height: 40px!important;
    color: var(--dp-dark) !important;
    margin-top: 10px!important;
    text-align: center!important;
    display: flex!important;
    flex-direction: column;
    align-items: center;
}

.kp-orders-empty .dp-woo-massage a.woocommerce-Button.wc-forward.button, .kp-orders-empty a, .kp-orders-empty a.woocommerce-Button.wc-forward.button {
    width: 167px !important;
    height: 40px!important;
    padding: 4px!important;
    margin-top: 25px!important;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 32px!important;
    text-align: center!important;
    background: var(--dp-grad2) !important;
    border-radius: 8px!important;
    color: var(--dp-white) !important;
}

.dp-wishlist-notif-card, .dp-product-wishlist, .dp-blogs-wishlist {
    border: 1px solid var(--dp-bc);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

.dp-wishlist-notif-card h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: var(--dp-dark);
}

.dp-wishlist-notif-card h4 svg {
    color: var(--dp-red);
}
.dp-wishlist-notif-card .form-check.form-switch{}
.dp-wishlist-notif-card .form-check.form-switch .form-check-input {
    box-shadow: none;
    transition: 0.4s;
    width: 35px;
    height: 18px;
}

.dp-wishlist-notif-card .form-check.form-switch .form-check-input:focus{
    border-color: var(--dp-red);
    background-color: var(--dp-white);
}
.dp-wishlist-notif-card .form-check.form-switch .form-check-input:checked{
    background-color: var(--dp-red);
    border-color: var(--dp-red);
}

.dp-wishlist-notif-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
    margin-top: 5px;
}
.dp-product-wishlist{}
.dp-product-wishlist .container.p-0.shop_table{}
.dp-product-wishlist .container.p-0.shop_table .wishlist-items-wrapper{
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

.dp-product-wishlist .wishlist-items-wrapper>*:not(.dp-np1,.dp-np2,.dp-np3),
.dp-full-blogs-wishlist>*:not(.kp-np1,.kp-np2,.kp-np3){
    display: none!important;
}

.dp-product-wishlist .container.p-0.shop_table .wishlist-items-wrapper .dp-ma-title{
    display: none;
}
.dp-product-wishlist .container.p-0.shop_table .wishlist-items-wrapper .col-md-4{
    width: 33.33333333%;
}
.container.p-0.shop_table{}
.container.p-0.shop_table .wishlist-items-wrapper{
    border: 1px solid var(--dp-bc);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}
.container.p-0.shop_table .wishlist-items-wrapper .dp-ma-title .seeall{
    display: none;
}
.container.p-0.shop_table .wishlist-items-wrapper .col-md-4{
    width: 25%;
}
.dp-product-wishlist .dp-ma-title{}
.dp-blogs-wishlist{
    margin-bottom:0;
}
.dp-blogs-wishlist .dp-ma-title{}
.dp-full-blogs-wishlist{}
.dp-wishlist-blog-card {
    width: 300px;
    height: 488px;
    border-radius: 16px;
    background-color: var(--dp-white);
    padding: 15px;
    border: 1px solid var(--dp-bc2);
    box-shadow: 0px 4px 8px 0px #6666661A;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
}

.dp-wishlist-blog-card .dp-wishlist-blog-card-img{
    width: 268px;
    height: 156px;
    border-radius: 8px;
    object-fit: cover;
}
.dp-wishlist-blog-card .dp-wishlist-blog-card-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-dark);
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.dp-wishlist-blog-card .dp-wishlist-blog-card-text{
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-align: justify;
    color: var(--dp-gray);
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
}

.dp-wishlist-but-groups {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.dp-wishlist-link-but {
    display: flex;
    align-items: center;
    width: 220px;
    height: 40px;
    background-color: var(--dp-light2);
    justify-content: center;
    border: 1px solid var(--dp-org3);
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--dp-red);
    gap: 3px;
    transition: 0.4s;
}
.dp-wishlist-link-but:hover{
    color: var(--dp-white);
    background: var(--dp-grad);
    border: transparent;
}

.dp-wishlist-remove-but {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dp-grad2);
    color: var(--dp-white);
}
.dp-wishlist-remove-but svg{}
.dp-wishlist-Blog-card-author{}
.dp-wishlist-Blog-card-author p {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: var(--dp-gray2);
    display: flex;
    align-items: center;
}

.dp-wishlist-Blog-card-author p img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-left: 8px;
}
.dp-wishlist-Blog-card-author p svg {
    width: 20px;
    height: 20px;
    margin-left: 4px;
}

.favorite-articles-list{
    border: 1px solid var(--dp-bc);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

.rar-wishlist-card {
    width: 300px;
    height: 364px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 8px 0px #6666661A;
    border: 1px solid var(--dp-bc2);
    padding: 15px;
    position: relative;
    background-color: var(--dp-white);
    margin: 10px 0;
}

.rar-wishlist-card .dp-product-attributes {
    top: 15px;
    right: 15px;
}

.rar-wishlist-card .rad-special-offers-card-onsale {
    top: unset;
    left: 100px;
    bottom: 86px;
}
.rar-wishlist-card .product-remove{}
.rar-wishlist-card .product-thumbnail{}
.rar-wishlist-card .product-thumbnail img {
    width: 268px;
    height: 160px;
    border-radius: 8px;
    object-fit: contain;
}

.rar-wishlist-card .product-name a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--dp-dark);
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-align: center;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.rar-wishlist-card .product-price{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.rar-wishlist-card .product-price del {
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: line-through !important;
    color: var(--dp-gray2);
    margin-left: 35px;
}

.rar-wishlist-card .product-price del .woocommerce-Price-currencySymbol {
    display: none;
}
.rar-wishlist-card .product-price ins {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #DC2F02;
}
.rar-wishlist-card .product-price ins .woocommerce-Price-currencySymbol{
    font-size: 11px;
    font-weight: 700;
    line-height: 15.4px;
    margin-right: 3px;
}

.rar-wishlist-card .product-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.rar-wishlist-card .product-add-to-cart a.add_to_cart {
    display: flex!important;
    align-items: center;
    width: 202px;
    height: 40px;
    background-color: var(--dp-light2);
    justify-content: center;
    border: 1px solid var(--dp-org3);
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--dp-red);
    gap: 3px;
    transition: 0.4s;
    margin: 0!important;
    position: relative;
    padding-right: 35px;
}

.rar-wishlist-card .product-add-to-cart a.add_to_cart:hover {
    color: var(--dp-white);
    background: var(--dp-grad);
    border: transparent;
}

.rar-wishlist-card .product-add-to-cart a.add_to_cart::before {
    position: absolute;
    content: '';
    clip-path: path('M0.5 0.84375C0.5 0.376172 0.871528 0 1.33333 0H2.91319C3.84722 0 4.64931 0.671484 4.82292 1.59961L6.10764 8.4375H16.4444C16.8229 8.4375 17.1528 8.18086 17.25 7.81172L18.8611 1.75078C18.9792 1.30078 19.4375 1.03359 19.8819 1.15664C20.3264 1.27969 20.5903 1.74023 20.4687 2.19023L18.8576 8.25117C18.5625 9.35508 17.5729 10.125 16.4444 10.125H6.42708L6.61458 11.127C6.69097 11.5242 7.03472 11.8125 7.43403 11.8125H17.4444C17.9062 11.8125 18.2778 12.1887 18.2778 12.6562C18.2778 13.1238 17.9062 13.5 17.4444 13.5H7.43403C6.23264 13.5 5.20139 12.6352 4.97917 11.4434L3.1875 1.91602C3.16319 1.78242 3.04861 1.6875 2.91319 1.6875H1.33333C0.871528 1.6875 0.5 1.31133 0.5 0.84375ZM4.94444 16.3125C4.94444 16.0909 4.98755 15.8715 5.07131 15.6667C5.15507 15.462 5.27783 15.276 5.4326 15.1193C5.58736 14.9626 5.7711 14.8383 5.97331 14.7535C6.17551 14.6686 6.39224 14.625 6.61111 14.625C6.82998 14.625 7.04671 14.6686 7.24892 14.7535C7.45113 14.8383 7.63486 14.9626 7.78962 15.1193C7.94439 15.276 8.06715 15.462 8.15091 15.6667C8.23467 15.8715 8.27778 16.0909 8.27778 16.3125C8.27778 16.5341 8.23467 16.7535 8.15091 16.9583C8.06715 17.163 7.94439 17.349 7.78962 17.5057C7.63486 17.6624 7.45113 17.7867 7.24892 17.8715C7.04671 17.9564 6.82998 18 6.61111 18C6.39224 18 6.17551 17.9564 5.97331 17.8715C5.7711 17.7867 5.58736 17.6624 5.4326 17.5057C5.27783 17.349 5.15507 17.163 5.07131 16.9583C4.98755 16.7535 4.94444 16.5341 4.94444 16.3125ZM16.6111 14.625C17.0531 14.625 17.4771 14.8028 17.7896 15.1193C18.1022 15.4357 18.2778 15.8649 18.2778 16.3125C18.2778 16.7601 18.1022 17.1893 17.7896 17.5057C17.4771 17.8222 17.0531 18 16.6111 18C16.1691 18 15.7452 17.8222 15.4326 17.5057C15.12 17.1893 14.9444 16.7601 14.9444 16.3125C14.9444 15.8649 15.12 15.4357 15.4326 15.1193C15.7452 14.8028 16.1691 14.625 16.6111 14.625ZM12.4444 1.6875V3.09375H13.8333C14.2951 3.09375 14.6667 3.46992 14.6667 3.9375C14.6667 4.40508 14.2951 4.78125 13.8333 4.78125H12.4444V6.1875C12.4444 6.65508 12.0729 7.03125 11.6111 7.03125C11.1493 7.03125 10.7778 6.65508 10.7778 6.1875V4.78125H9.38889C8.92708 4.78125 8.55556 4.40508 8.55556 3.9375C8.55556 3.46992 8.92708 3.09375 9.38889 3.09375H10.7778V1.6875C10.7778 1.21992 11.1493 0.84375 11.6111 0.84375C12.0729 0.84375 12.4444 1.21992 12.4444 1.6875Z');
    width: 20px;
    height: 18px;
    background-color: var(--dp-red);
    right: 40px;
    transition: 0.4s;
}

.rar-wishlist-card .product-add-to-cart a.add_to_cart:hover::before {
    background-color: var(--dp-white);
}

.rar-wishlist-card .product-add-to-cart a.remove_from_wishlist {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    background: var(--dp-grad2);
    color: var(--dp-white);
    margin: 0!important;
}

.dp-wishlist-pro-but-groups{
    max-width: 250px;
}

.rad-comments-list{
    padding:0;
    margin: 0;
    list-style: none;
}

.rad-comment-item {
    border: 1px solid var(--dp-bc);
    padding: 20px;
    border-radius: 24px;
    background-color: var(--dp-white);
    margin-bottom: 20px;
    margin-top: 30px;
}

.rad-comment-item:first-child{
    margin-top: 0;
}
.rad-comment-item .rad-comment-product-img{}
.rad-comment-item .rad-comment-product-img img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px #6666661A;
    border: 1px solid var(--dp-bc2);
    padding: 10px;
    margin-left: 20px;
}

.rad-comment-item .rad-comment-product-img .rad-comment-product-img-text-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 72px;
}
.rad-comment-item .rad-comment-product-img .rad-comment-product-img-text-box .rad-comment-product-img-text-top{}
.rad-comment-item .rad-comment-product-img .rad-comment-product-img-text-box .rad-comment-product-img-text-top a {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: var(--dp-dark);
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    max-width: 75%;
}

.rad-comment-item .rad-comment-product-img .rad-comment-product-img-text-box .rad-comment-product-img-text-top .Comment-status {
    position: relative;
    border: 1px solid;
    border-radius: 50px;
    padding: 3px 10px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.Comment-status .approved-comm,
.Comment-status .pending-comm{
    display: none;
}

.Comment-status.approved .approved-comm{
    display: flex;
}
.Comment-status.pending .approved-comm{
    display: flex;
}

.Comment-status.approved {
    color: #28A745;
}
.Comment-status.pending {
    color: #FFA500;
}
.rad-comment-item .rad-comment-product-img .rad-comment-product-img-text-box .rad-comment-product-img-text-bottom{}
.rad-comment-item .rad-comment-product-img .rad-comment-product-img-text-box .rad-comment-product-img-text-bottom .product-rating {
    display: flex;
    align-items: center;
    color: var(--dp-yel);
}

.rad-comment-item .rad-comment-product-img .rad-comment-product-img-text-box .rad-comment-product-img-text-bottom .product-rating p {
    font-weight: 900;
    font-size: 16px;
    line-height: 12px;
    color: #FAA30780;
    margin-top: 5px;
    margin-left: 5px;
}

.rad-comment-item .rad-comment-product-img .rad-comment-product-img-text-box .rad-comment-product-img-text-bottom .product-rating p span{
    color: var(--dp-yel);
    font-size: 20px;
}
.rad-comment-item .rad-comment-product-img .rad-comment-product-img-text-box .rad-comment-product-img-text-bottom .product-rating svg{}
.rad-comment-item .rad-comment-product-img .rad-comment-product-img-text-box .rad-comment-product-img-text-bottom .delete-comment {
    padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: var(--dp-light2);
    border: 1px solid var(--dp-yel3);
    color: var(--dp-red);
}
.rad-comment-item .text{
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    color: var(--dp-dark);
    border: 1px solid var(--dp-org3);
    box-shadow: 0px 2px 8px 0px #E85D051A;
    border-radius: 16px;
    background-color: var(--dp-white);
    padding: 20px;
    margin-top: 25px;
}
.rad-comment-product-details{}
.show-replies {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-red);
    background: transparent;
    border: none;
    padding:0;
    margin: 0;
}

.show-replies.no-replies {
    color: var(--dp-gray2);
    pointer-events: none;
}
.replies-container{}
.rad-reply-item.rad-comment-item {
    margin-right: 114px;
    position: relative;
}

.rad-reply-item.rad-comment-item::before {
    position: absolute;
    content: '';
    background-image: url(../img/comments-border.svg);
    width: 73px;
    height: 58px;
    right: -90px;
    top: -10px;
}

.rad-reply-item.rad-comment-item .rad-reply-header {
    display: flex;
    align-items: center;
}
.rad-reply-item.rad-comment-item .rad-reply-header .rad-reply-avatar{}
.rad-reply-item.rad-comment-item .rad-reply-header .rad-reply-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    object-fit: contain;
    margin-left: 15px;
}
.rad-reply-item.rad-comment-item .rad-reply-header .rad-reply-user-info{}
.rad-reply-item.rad-comment-item .rad-reply-header .rad-reply-user-info p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
    color: var(--dp-dark);
}
.rad-reply-item.rad-comment-item .rad-reply-header .rad-reply-user-info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #5C5C5C;
}
.dp-tickets{}
.dp-tickets-status-box{}
.dp-tickets-status-card {
    position: relative;
    border: 1px solid var(--dp-bc);
    background-color: var(--dp-white);
    border-radius: 50px;
    height: 36px;
    padding: 0px 23px;
    margin-left: 20px;
    transition: 0.4s;
}

.dp-tickets-status-card.dp-active-ticket-status,
.dp-tickets-status-card:hover{
    border: 1px solid var(--dp-yel3);
    background-color: var(--dp-light2);
    box-shadow: 0px 4px 8px 0px #E85D041A;
}

.dp-tickets-status-card-number {
    position: absolute;
    width: 16px;
    height: 16px;
    left: -3px;
    top: -3px;
    border-radius: 100%;
    background-color: var(--dp-gray);
    color: var(--dp-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    transition: 0.4s;
}
.dp-tickets-status-card.dp-active-ticket-status .dp-tickets-status-card-number,
.dp-tickets-status-card:hover .dp-tickets-status-card-number{
    background-color: var(--dp-org);
    color: var(--dp-white);
}

.dp-tickets-status-card-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
    transition: 0.4s;
}
.dp-tickets-status-card.dp-active-ticket-status .dp-tickets-status-card-text,
.dp-tickets-status-card:hover .dp-tickets-status-card-text{
    color: var(--dp-org);
}

.dp-add-ticket-but {
    width: 179px !important;
    height: 40px !important;
    padding: 4px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 32px !important;
    text-align: center !important;
    background: var(--dp-grad2) !important;
    border-radius: 8px !important;
    color: var(--dp-white) !important;
    gap: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dp-ticket-main-bg{}
.dp-tickets-head.caption {
    height: 38px;
    background-color: var(--dp-red);
    padding: 0 20px;
    border-radius: 10px;
    width: 100%;
    margin: 30px 0 15px;
}

.dp-tickets-head p{
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-white);
}
.dp-tickets-head .dp-tickets-head-shenase{
    width: 60px;
}
.dp-tickets-head .dp-tickets-head-sobject{
    width: 158px;
}
.dp-tickets-head .dp-tickets-main-department{
    width: 110px;
}
.dp-tickets-head .dp-tickets-main-status{
    width: 118px;
}
.dp-tickets-head .dp-tickets-main-firsti{
    width: 118px;
}
.dp-tickets-head .dp-tickets-main-loc{
    width: 90px;
}
.dp-tickets-head .dp-tickets-main-act{
    width: 118px;
}
.dp-tickets-table{}
.dp-tickets-body {
    height: 64px;
    border: 1px solid #FADFCD;
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 0 17px;
}
.dp-tickets-body:last-child{
    margin-bottom: 0;
}

.dp-tickets-body:nth-child(2n-2) {
    background: #FFFBF3;
    border: 1px solid #FDEFE6;
}

.dp-tickets-body p {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
}

.dp-tickets-body .dp-tickets-main-act{
    display: flex;
    align-items: center;
    width: 118px;
    height: 36px;
    background-color: var(--dp-light2);
    justify-content: center;
    border: 1px solid var(--dp-org3);
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-org);
    transition: 0.4s;
}
.dp-tickets-body .dp-tickets-main-act:hover{
    color: var(--dp-white);
    background: var(--dp-grad);
    border: transparent;
}

.dp-back-to-ticket{
    display: flex;
    align-items: center;
    width: 183px;
    height: 32px;
    background-color: var(--dp-light2);
    justify-content: center;
    border: 1px solid var(--dp-org3);
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-org);
    gap: 3px;
    transition: 0.4s;
}

.dp-back-to-ticket:hover{
    color: var(--dp-white);
    background: var(--dp-grad);
    border: transparent;
}

.kp-new-ticket-bg {
    border: 1px solid var(--dp-bc2);
    margin-top: 20px;
    padding: 20px;
    box-shadow: 0px 4px 8px 0px #6666661A;
    border-radius: 16px;
}

.dp-new-ticket-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: var(--dp-gray);
    border-bottom: 1px solid var(--dp-bc);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.rad-ticket-form-part {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.rad-ticket-form-part label {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
    margin-bottom: 10px;
}

.rad-ticket-form-part label span{
    color: var(--dp-red);
}

.rad-ticket-form-part input {
    border: 1px solid var(--dp-bc);
    height: 40px;
    border-radius: 8px;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 32px;
    color: #999999;
}

.rad-ticket-form-part textarea {
    border: 1px solid var(--dp-bc);
    height: 120px;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 32px;
    color: #999999;
}

.rad-ticket-form-part .rad-tickcustom-select {
    border: 1px solid var(--dp-bc);
    height: 40px;
    border-radius: 8px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.rad-ticket-form-part .rad-tickcustom-select .rad-tick-selected, .rad-ticket-form-part .rad-tickcustom-select .rad-tick-selecteds, .rad-ticket-form-part .rad-tickcustom-select .rad-tick-selected::placeholder, .rad-ticket-form-part .rad-tickcustom-select .rad-tick-selecteds::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
    width: 100%;
    cursor: pointer;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.rad-ticket-form-part .rad-tickcustom-select .dp-tickcustom-select-svg {
    width: 22px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: var(--dp-bc2);
    color: var(--dp-gray);
}

.rad-ticket-form-part .rad-tickcustom-select .rad-tickoptionss, .rad-ticket-form-part .rad-tickcustom-select .rad-tickoptions {
    position: absolute;
    width: 101%;
    right: -1px;
    top: -1px;
    border-radius: 8px;
    background-color: var(--dp-white);
    border: 1px solid var(--dp-bc);
    padding: 10px;
    z-index: 2;
    list-style: none;
}

.rad-ticket-form-part .rad-tickcustom-select .rad-tickoptionss .radtickoptions,
.rad-ticket-form-part .rad-tickcustom-select .rad-tickoptions .radtickoption {
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: var(--dp-gray);
    cursor: pointer;
}

.rad-submit-new-ticket {
    color: var(--dp-white);
    background: var(--dp-grad2);
    display: flex;
    width: 127px;
    height: 40px;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    margin-right: 25px;
    box-shadow: 0px 4px 8px 0px #DC2F0233;
}

.upload-ticket-file{
    display: flex;
    align-items: center;
    width: 127px;
    height: 40px;
    background-color: var(--dp-light2);
    justify-content: center;
    border: 1px solid var(--dp-yel3);
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-org);
    transition: 0.4s;
    cursor: pointer;
}
.upload-ticket-file:hover{
    color: var(--dp-white);
    background: var(--dp-grad2);
    border: 1px solid transparent;
    box-shadow: 0px 4px 8px 0px #DC2F0233;
}

.wast-alert {
    border: 1px solid var(--dp-bc) !important;
    border-radius: 16px!important;
    height: 70px!important;
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    padding: 15px!important;
    background-color: var(--dp-white) !important;
    color: var(--dp-gray) !important;
}

.rad-tickets-table-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--dp-org);
    padding: 10px 25px;
    border-radius: 10px;
    width: 100%;
    margin: 30px 0 15px;
}

.box_info_ticket {
    display: flex;
    align-items: center;
}
.box_info_ticket .title{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--dp-white);
}
.box_info_ticket .info{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--dp-white);
}

.box_answer_war_wpyar_ticket {
    background-color: var(--dp-white);
    border: 1px solid var(--dp-bc2);
    border-radius: 24px;
    padding: 25px;
    box-shadow: var(--dp-shade-1);
    position: relative;
    margin: 25px 0;
    max-height: 450px;
    height: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.rad-tick-answer-card {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    color: var(--dp-dark);
    border: 1px solid var(--dp-org3);
    box-shadow: 0px 2px 8px 0px #E85D051A;
    border-radius: 16px;
    background-color: var(--dp-white);
    padding: 20px;
    width: 100%;
    max-width: 596px;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.rad-tick-answer-card p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
    color: var(--dp-gray);
}

.rad-tick-answer-card .support-title {
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--dp-red);
}

.rad-tick-answer-card .ticket-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.rad-tick-answer-card .ticket-content {}
.rad-tick-answer-card .ticket-content .info {
    color: var(--dp-gray);
    margin-left: 10px;
}
.rad-tick-answer-card .ticket-content .title {
    color: var(--dp-dark);
    margin-left: 5px;
}

.rad-tick-answer-card.kp-replay-ticket {
    float: left;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 0;
}

.ticket-content .dp-additional-info{
    width: 100%;
    border-top: 1px solid var(--dp-bc);
    padding-top: 10px;
}

.rad-tickettext-footer {
    border-top: 1px solid var(--dp-bc);
    padding-top: 10px;
    justify-content: flex-end;
}

.rad-tickettext-footer .d-flex{
    color: var(--dp-gray);
    margin-left: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px
}
.rad-tickettext-footer .d-flex{
    color: var(--dp-gray);
    margin-left: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px
}
.rad-tickettext-footer .d-flex .title{
    color: var(--dp-dark);
    margin-left: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.radform-textarea {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.radform-textarea label{
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: var(--dp-gray);
    margin-bottom: 10px;
}

.radform-textarea textarea {
    border: 1px solid var(--dp-bc);
    height: 120px;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 32px;
    color: #999999;
}

.dpmyaccoff,.shop-filterff,.arc-fill{
    z-index: 9999999999999999;
}

.wishlist-alert{
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between !important;
    margin: 10px 0 40px !important;
    background-color: var(--dp-white) !important;
    border: 1px solid var(--dp-bc2) !important;
    border-radius: 16px !important;
    padding: 15px 20px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 32px !important;
    color: var(--dp-gray) !important;
    box-shadow: var(--dp-shade-1) !important;
    flex-direction: column;
}

.wishlist-alert p{
    color: var(--dp-dark);
    font-weight: 600;
}

.wishlist-alert ul{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 10px;
}
.wishlist-alert ul li{}
    /*my-acc end*/

/*woocommerce end*/

/*about us element start*/

.dp-au-card {
    width: 306px;
    height: 268px;
    border-radius: var(--dp-16);
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    padding: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.dp-au-card .dp-au-card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFAE6;
    border-radius: 6px;
    color: #DC2F02;
    margin-bottom: 30px;
}

.dp-au-card h1 {
    font-size: 179px;
    font-weight: 600;
    line-height: 185px;
    color: #FCEBE6;
    position: absolute;
    left: 20px;
    top: 20px;
}

.dp-au-card h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #333333;
    margin-bottom: 5px;
    z-index: 2;
}

.dp-au-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #666666;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    text-align: justify;
}

/*about us element end*/

/*FAQ element start*/

.dp-FAQ-card {
    background-color: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0px 4px 8px 0px #6666661A;
    border: 1px solid #F0F0F0;
    width: 100%;
    padding: 16px 24px 24px;
}

.dp-FAQ-card-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
    color: #DC2F02;
}

.dp-FAQ-question-but {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #DC2F02;
    display: flex;
    align-items: center;
}

.dp-FAQ-question-but a {
    color: inherit;
    opacity: 1;
    visibility: visible;
    transition: var(--dp-del);
    margin-left: 5px;
}

.dp-FAQ-question-but svg {
    transition: var(--dp-del);
    transform: rotate(180deg);
}

.dp-FAQ-question {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.dp-FAQ-question:last-child{
    border-bottom:none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.dp-FAQ-question .d-flex{
    margin-bottom: 10px;
}

.dp-FAQ-question-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    color: #333333;
}

.dp-FAQ-question-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #666666;
}

.collapsed .dp-FAQ-question-but a{
    opacity: 0;
    visibility: hidden;
}

.collapsed .dp-FAQ-question-but svg {
    transform: none;
    color: #666666;
}

/*FAQ element end*/


/*shop filter start*/

.dp-shop-filter {
    margin: 10px 0px;
}
.dp-shop-filter-but.collapsed {
    border: 1px solid var(--dp-bc);
    background: var(--dp-white);
}

.dp-shop-filter-but {
    border-radius: 50px;
    padding: 8px;
    width: 100%;
    height: 48px;
    background: var(--dp-grad2);
    transition: var(--dp-del);
    border: 1px solid transparent;
    margin-bottom: 10px;
}

.shop-filter-svg-background {
    border-radius: 100%;
    width: 32px;
    height: 32px;
    background: var(--dp-white);
    color: var(--dp-red);
    display: flex;
    align-items: center;
    justify-content: center;
}

.collapsed .shop-filter-svg-background {
    color: var(--dp-white);
    background: var(--dp-grad2);
}
.shop-filter-svg-background svg{
    width: 20px;
    height: 20px;
}
.dp-shop-filter-title {
    color: var(--dp-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-right: 7px;
}

.collapsed .dp-shop-filter-title {
    color: var(--dp-dark);
}

.dp-shop-filter-trigger {
    transition: var(--dp-del);
    position: relative;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
}

.collapsed.dp-shop-filter-but .dp-shop-filter-trigger {
    transform: rotate(0deg);
}

.dp-shop-filter-trigger::after {
    position: absolute;
    content: '';
    clip-path: path('M10.0003 14C9.41693 14 8.83359 13.775 8.39193 13.3334L2.95859 7.90003C2.71693 7.65837 2.71693 7.25837 2.95859 7.0167C3.20026 6.77503 3.60026 6.77503 3.84193 7.0167L9.27526 12.45C9.67526 12.85 10.3253 12.85 10.7253 12.45L16.1586 7.0167C16.4003 6.77503 16.8003 6.77503 17.0419 7.0167C17.2836 7.25837 17.2836 7.65837 17.0419 7.90003L11.6086 13.3334C11.1669 13.775 10.5836 14 10.0003 14Z');
    width: 20px;
    height: 20px;
    background: var(--dp-white);
}

.collapsed.dp-shop-filter-but .dp-shop-filter-trigger::after {
    background: var(--dp-grad2);
}

.dp-shop-filter-content {
    border: 1px solid var(--dp-bc);
    border-radius: 25px;
    padding: 15px 10px;
    position: relative;
    overflow: hidden;
}

/* کانتینر اصلی */
.filter-container {
    width: 100%;
    height: 48px;
    padding: 8px;
    border: 1px solid var(--dp-bc);
    border-radius: 50px;
    background: var(--dp-white);
    margin-bottom: 10px;
}

.dp-filter-icon{
    border-radius: 100%;
    width: 32px;
    height: 32px;
    color: var(--dp-white);
    background: var(--dp-grad2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.dp-filter-icon svg{
    width: 20px;
    height: 20px;
}

/* استایل متن */
.filter-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-right: 7px;
    color: var(--dp-dark);
}

/* استایل دکمه سوئیچ */
.switch {
    position: relative;
    width: 35px;
    height: 18px;
}

/* حذف استایل پیش‌فرض چک‌باکس */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* دایره داخلی سوئیچ */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #D2D2D2;
    border-radius: 20px;
    transition: 0.3s;
}

/* دایره متحرک داخل سوئیچ */
.slider:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: 0.3s;
}

/* تغییر مکان دایره هنگام فعال شدن */
input:checked + .slider:before {
    transform: translateX(15px);
}
input:checked + .slider {
    background: var(--dp-grad);
}

/* دکمه تایید */
.filter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(to right, #FF6700, #FF9300);
}

/* آیکون تایید */
.filter-icon img {
    width: 18px;
    height: 18px;
    filter: invert(100%);
}

#dp-ajax-loader {
    position: absolute;
    background-color: #a3a3a317;
    width: 100%;
    height: 100%;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(0.5px);
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid var(--dp-red);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.dp-price-filter {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 180px;
    padding: 5px 0;
}

.dp-price-inputs {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.dp-price-inputs label {
    display: flex;
    align-items: center;
    color: #949494;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 7px;
}

.dp-price-field {
    background: #FFF6E7;
    padding: 5px;
    border-radius: 50px;
    width: 188px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--dp-org);
    margin: 0 8px;
    border: 1px solid #F9CFB4;
}

#dp-price-max {
    color: #F4AE82;
}

.dp-price-slider {
    position: relative;
    margin: 18px 0px;
    width: 100%;
}

.dp-price-slider input[type="range"] {
    width: 100%;
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    height: 5px;
    background-color: var(--dp-red);
    border-radius: 5px;
}
#dp-range-min::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background-color: var(--dp-red);
    border: 4px solid var(--dp-org3);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    z-index: 20!important;
}
#dp-range-max::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background-color: var(--dp-red);
    border: 4px solid var(--dp-org3);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    z-index: 20!important;
}
#dp-price-bubble {
    color: var(--dp-white);
    background: linear-gradient(25deg, #DC2F02 0%, #FF7B00 100%);
    border-radius: 32px;
    width: fit-content;
    min-width: 102px;
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
    position: absolute;
    bottom: -60px;
    transform: translateX(-58px);
}

#dp-price-bubble.dp-bubble-right {
    transform: translateX(-100px);
}

#dp-price-bubble.dp-bubble-left {
    transform: translateX(0px);
}

#dp-price-bubble:before {
    position: absolute;
    content: '';
    clip-path: path('M6.96923 0.598931C6.57375 0.166839 5.87452 0.163101 5.47444 0.590941L0.191578 6.24031L12.1914 6.30444L6.96923 0.598931Z');
    width: 12px;
    height: 6px;
    top: -6px;
    background: inherit;
}
/*shop filter end*/

/*quick start*/

.woosq-popup {
    padding: 20px!important;
    border-radius: 16px!important;
    border: 1px solid var(--dp-bc) !important;
    overflow: visible!important;
}

.mfp-woosq .mfp-close {
    position: absolute;
    top: -40px;
    border: 1px solid var(--dp-bc);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.mfp-woosq .mfp-close:active {
    top: -40px;
}

.mfp-woosq .mfp-close:before {
    width: 24px;
    height: 24px;
    display: inline-flex;
    color: var(--dp-white);
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.mfp-woosq .mfp-arrow {
    display: none!important;
}

.woosq-product > .product {
    justify-content: space-between!important;
    align-items: center!important;
}

.woosq-product > .product > div {
    width: 48% !important;
    height: 420px!important;
}
.woosq-product .thumbnails{}
.woosq-product .thumbnails .images {
    overflow: hidden!important;
}

.woosq-product .thumbnails .slick-arrow.slick-prev {
    left: unset;
    right: -55px;
    top: 0;
    z-index: 1;
    bottom: 0;
    margin: auto;
}

.woosq-product .thumbnails .slick-arrow.slick-prev:before {
    position: absolute;
    left: 10px;
    bottom: 0px;
    transform: rotate(135deg);
}

.woosq-product .thumbnails .slick-arrow.slick-next {
    left: -55px;
    top: 0;
    right: unset;
    z-index: 1;
    bottom: 0;
    margin: auto;
}

.woosq-product .thumbnails .slick-arrow.slick-next:before {
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(-45deg);
}

.woosq-product .thumbnails .slick-arrow {
    width: 80px;
    height: 80px;
    background: var(--dp-grad);
    border-radius: var(--dp-32);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    position: absolute;
    color: var(--dp-white);
}

#woosq-popup .thumbnail img {
    width: 400px!important;
    height: 400px!important;
    object-fit: contain!important;
}

.woosq-product .thumbnails .slick-dots {
    bottom: 0;
}

.woosq-product .thumbnails .slick-dots li button:before {
    background-color: var(--dp-red);
}
.woosq-product > .product .summary{}
.woosq-product > .product .summary .summary-content {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.woosq-product > .product .summary .summary-content .product_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--dp-dark);
    order: 1;
    border-bottom: 1px solid var(--dp-bc);
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.woosq-product > .product .summary .summary-content .woocommerce-product-rating{
    display: none;
}

.woosq-product > .product .summary .summary-content .woocommerce-product-details__short-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--dp-gray);
    text-align: justify;
    order: 2;
    margin-bottom: 15px;
}

.woosq-product > .product .summary .summary-content .woocommerce-product-details__short-description .dp-more-description-button{
    display: none!important;
}

.woosq-product > .product .summary .summary-content form {
    order: 4;
    margin: 0;
}
.woosq-product > .product .summary .summary-content form .quantity{
    display: none!important;
}

.woosq-product > .product .summary .summary-content p.price {
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.woosq-product > .product .summary .summary-content p.price bdi {
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    color: var(--dp-red);
}

.woosq-product > .product .summary .summary-content p.price bdi .woocommerce-Price-currencySymbol {
    font-weight: 500;
    font-size: 18px;
}
.woosq-product > .product .summary .summary-content p.price ins{}
.woosq-product > .product .summary .summary-content p.price ins .woocommerce-Price-currencySymbol{}
.woosq-product > .product .summary .summary-content p.price del bdi {
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    text-decoration: line-through !important;
    color: var(--dp-gray2);
}

.woosq-product > .product .summary .summary-content p.price del bdi .woocommerce-Price-currencySymbol {
    display: none!important;
}
.woosq-product > .product .summary .summary-content .variations{}
.woosq-product > .product .summary .summary-content .variations .wpcvs-attribute{
    position: relative;
}
.woosq-product > .product .summary .summary-content .variations .wpcvs-attribute .wpcvs-attribute-label label{
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
}
.woosq-product > .product .summary .summary-content .variations .wpcvs-attribute .wpcvs-attribute-label span{
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-dark);
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.woosq-product > .product .summary .summary-content .variations .wpcvs-attribute .value .wpcvs-terms{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border: 1px solid var(--dp-bc);
    border-radius: 8px;
    min-height: 48px;
    align-items: center;
    gap: 15px;
    padding: 11px 15px;
    padding-right: 110px;
}
.woosq-product > .product .summary .summary-content .variations .wpcvs-attribute .value .reset_variations{
    display: none!important;
}
.woosq-product > .product .summary .summary-content .variations .wpcvs-attribute .value .wpcvs-terms .wpcvs-term{
    margin: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
}
.woosq-product > .product .summary .summary-content .variations .wpcvs-attribute .value .wpcvs-terms .wpcvs-term .wpcvs-term-inner{
    width: 24px;
    height: 24px;
}
.woosq-product > .product .summary .summary-content .variations .wpcvs-attribute .value .wpcvs-terms .wpcvs-term .wpcvs-term-inner .wpcvs-term-color{
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 4px;
    border: 2px solid #00000057;
}

.woosq-product > .product .summary .summary-content .product_meta {
    order: 2;
    display: flex;
    flex-direction: column;
}
.woosq-product > .product .summary .summary-content .product_meta>*{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--dp-gray);
}
.woosq-product > .product .summary .summary-content .product_meta .posted_in,
.woosq-product > .product .summary .summary-content .product_meta .tagged_as{
    display: none;
}

/*quick end*/

/*copare start*/

.woosc-area .woosc-inner .woosc-table {
    background: #A1A1A18F!important;
    backdrop-filter: blur(10px) !important;
    padding: 0!important;
    display: flex;
    margin: auto!important;
    align-items: center;
    justify-content: center;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner {
    background-color: #ffffff;
    width: 100% !important;
    max-width: 1295px!important;
    height: 600px!important;
    border-radius: 16px!important;
    top: 0!important;
    right: 0!important;
    left: 0!important;
    bottom: 0!important;
    margin: auto!important;
    overflow: visible!important;
    box-shadow: 0px 4px 16px 0px #14141414!important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table {
    height: 80% !important;
    top: 0!important;
    position: absolute!important;
    bottom: 0!important;
    margin: auto 0 0!important;
}

.woosc-area .woosc-inner .woosc-bar.woosc-bar-open {
    display: none!important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close {
    top: -40px!important;
    right: unset!important;
    left: 0!important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close .woosc-table-close-icon {
    min-width: 28px!important;
    min-height: 28px!important;
    border-radius: 8px!important;
    background-color: #eeeeee00!important;
    border: 1px solid var(--dp-dark);
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items {
    border-radius: 16px!important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child,.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a  {
    display: none!important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-name.tr-print td {
    border: none!important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
    background-color: #ffffff!important;
    border-bottom: 1px dashed var(--dp-gray)!important;
    border-left: 1px dashed var(--dp-gray)!important;
    padding: 15px!important;
    height: 88px!important;
    width: 325px!important;
    min-width: auto!important;
    max-width: -webkit-fill-available!important;
    display: flex!important;
    align-items: center;
    justify-content: flex-start;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead,.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-print .td-label,.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-print td a{
    display: none!important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-name.tr-print {
    position: absolute!important;
    z-index: 7!important;
    left: -25px!important;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-name.tr-print td {
    background-color: #00000000 !important;
    cursor: pointer!important;
    height: 20px!important;
    min-height: 20px!important;
    padding: 0!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--dp-gray);
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td:first-child {
    font-size: 18px!important;
    font-weight: 500!important;
    line-height: 36px!important;
    color: var(--dp-gray) !important;
    justify-content: flex-start!important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-even  td {
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 32px!important;
    color: var(--dp-gray)!important;
    height: 125px!important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-even td .rad-product-attributes {
    margin: 0!important;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-even td .rad-product-attributes p {
    background-color: transparent!important;
    height: 30px!important;
    margin: 0!important;
    padding: 0 20px 0px 0px!important;
    color: var(--dp-gray) !important;
    position: relative;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-even td .rad-product-attributes p::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--dp-gray);
    border-radius: 100%;
    right: 10px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-even td .rad-product-attributes p strong{}
.rad-compaire-left{}
.rad-compaire-left p {
    color: var(--dp-gray);
}
.rad-compaire-left p span {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    color: var(--dp-red);
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-odd  td {
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 32px!important;
    color: var(--dp-gray) !important;
    justify-content: flex-start!important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-label {
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 32px!important;
    color: var(--dp-gray) !important;
    justify-content: flex-start!important;
}
.ps-theme-wpc > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: rgb(0 0 0 / 0%) !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image a {
    display: flex!important;
    width: 206px!important;
    height: 175px!important;
    align-items: center!important;
    justify-content: center!important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr {
    border: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td {
    width: 325px!important;
    height: 215px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    max-width: -webkit-fill-available!important;
    max-height: -webkit-fill-available!important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
    height: inherit!important;
    width: inherit!important;
    object-fit: contain!important;
}

/*copare end*/

/*404 page start*/

.dp-404page{
    overflow: hidden;
}

.dp-404page::before {
    position: absolute;
    content: '';
    width: 320px;
    height: 320px;
    border-radius: 160px 0px 0px 0px;
    background: var(--dp-grad);
    transform: rotate(-45deg);
    right: -11%;
    top: 16%;
}

.dp-404page::after {
    position: absolute;
    content: '';
    width: 320px;
    height: 320px;
    border-radius: 0px 0px 0px 160px;
    background: var(--dp-grad);
    transform: rotate(225deg);
    left: -11%;
    top: 16%;
}
.dp-404page img{}
.dp-404page p {
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    color: var(--dp-dark);
    margin: 35px 0px 15px 5px;
}

.dp-404page a {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    width: 203px;
    height: 48px;
    border-radius: var(--dp-12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dp-white);
    background: var(--dp-grad);
}

/*404 page end*/





/*responsive start*/

@media(min-width: 1400px){
    .container{
        max-width: 1400px;
    }
}

@media(max-width: 1399px){

    /*404 start*/
    .dp-404page::before {
        right: -14%;
    }
    .dp-404page::after {
        left: -14%;
    }
    /*404 end*/

    /*compare start*/
    .woosc-area .woosc-inner .woosc-table .woosc-table-inner {
        max-width: 1100px!important;
    }

    .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table {
        margin: 70px 0!important;
    }

    .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td {
        width: 275px!important;
    }
    .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
        width: 275px!important;
    }

    .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-even td .rad-product-attributes p {
        width: 100%;
        min-width: 100%;
    }
    /*compare end*/

    /*header res start*/
    .dp-header-center .dp-header-center-left {
        width: 50%;
    }
    /*header res end*/

    /*megamenu-res start*/
    .mega-menu-wrapper {
        width: 1140px;
    }

    .mega2v3-wrapper {
        width: 57%;
    }

    .m2m3-inner {
        height: 370px;
        width: 180px;
    }
    /*megamenu-res end*/

    /*  footer res start  */
    .dp-footer-top-search-box-content {
        width: 550px;
    }
    /*  footer res end  */

    /*  special-carousel start  */
    .dp-sc-carousel-box {
        width: 78%;
    }
    /*  special-carousel end  */

    /*popular Brands start*/

    .dp-popular-Brands-carousel {
        width: 90%;
    }

    .dp-popular-Brands1st {
        background: linear-gradient(265.24deg, #DC2F02 0%, #E85D04 93.13%);
    }

    /*popular Brands end*/

    /*  log-reg start  */

    .dp-login-singup-page .dp-login-singup-page-form {
        height: 500px;
    }

    .dp-form-register, .dp-form-login {
        width: 485px;
    }

    .dp-login-singup-page-card {
        justify-content: flex-start;
        height: 700px;
    }

    .dp-login-singup-page-card-title {
        margin-top: 40px;
    }

    .dp-login-singup-page-card-title p {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .dp-login-singup-page-card-title h4 {
        font-size: 38px;
    }

    .dp-form-register {
        margin-top: 0px;
    }

    /*  log-reg end  */

    /*  singular start  */

    .dp-singular-right {
        max-width: 770px;
    }

    .dp-singular-right .dp-singular-thumb-img {
        width: 730px;
        height: 463px;
    }

    /*  singular end  */

    /*  woocommerce start */

    /*shop start*/

    .kp-shop-main .kp-shop-left {
        width: 69%;
    }

    .kp-shop-head .woocommerce-ordering {
        width: 600px;
    }

    .rad-orderby-list .kp-ordering-list {
        width: 80%;
    }

    .dp-shop-card {
        width: 95% !important;
    }

    .rad-orderby-list .rad-ordering {
        margin-left: 0px;
    }

    .dp-price-field {
        width: 150px;
    }

    /*shop end*/

    /*pro page start*/

    .dp-pp-img-box {
        max-width: 500px;
    }

    .dp-pp-content {
        max-width: 620px;
    }

    .dp-pp-right {
        max-width: 320px;
    }

    .dp-pp-left {
        width: 285px;
    }

    .product-gallery-slider {
        width: 390px;
        height: 430px;
    }

    .rad-product-gallerys .swiper-wrapper .swiper-slide {
        margin-bottom: 10px!important;
    }

    .rad-product-gal-item {
        width: 80px;
        height: 78px;
    }

    .rad-product-gal-item img {
        width: 76px;
        height: 76px;
    }

    .more-images-count {
        bottom: 10px;
        width: 80px;
        height: 78px;
    }

    .dp-pp-information-part {
        max-width: 785px;
    }

    .dp-patt-dots {
        margin-left: 15px;
        margin-right: 15px;
    }

    .dp-comment-extras div {
        max-width: 350px;
    }

    .dp-comment-extras div p {
        width: 110px;
    }

    .dp-comment-extras ul {
        max-width: 220px!important;
    }

    .dp-spreviews .comment-form .custom-review-fields .review-repeater {
        max-width: 350px;
    }

    .dp-spreviews .comment-form .custom-review-fields .review-repeater ul {
        max-width: 260px;
    }

    .dp-pp-left form.cart .button::before {
        right: 35px;
    }


    /*pro page end*/

    /*cart start*/

    .dp-cart-page .dp-cart-div {
        max-width: 795px;
    }

    .dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-name a {
        max-width: 150px;
    }

    /*cart end*/

    /*checkout start*/

    .dp-checkout #customer_details {
        max-width: 790px;
    }

    .dp-checkout-inputs-box .form-row {
        max-width: 360px;
    }

    .shipping_address .dp-checkout-inputs-box>* {
        max-width: 305px;
    }

    /*checkout end*/
    /*my-acc start*/

    .dp-MyAccount-content {
        max-width: 785px;
    }

    .kp-dashboard-order-box .dp-dashboard-order-card {
        width: 160px;
        height: 200px;
    }

    .woocommerce form .dp-form-edit-address-part .form-row {
        max-width: 49%;
    }

    .dp-edit-acc-col {
        max-width: 49%;
    }

    .dp-edit-acc-col-change-pass .dp-edit-acc-col {
        width: 32%;
    }

    .dp-product-wishlist .container.p-0.shop_table .wishlist-items-wrapper .col-md-4 {
        width: 50%;
    }

    .dp-full-blogs-wishlist .col-4{
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dp-tickets-status-box {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-top: 2px;
        max-width: 60%;
    }

    .dp-tickets-head .dp-tickets-head-sobject {
        width: 140px;
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        margin-left: 10px;
    }

    .dp-myacc-comment-extras div {
        max-width: 49%!important;
    }

    .container.p-0.shop_table .wishlist-items-wrapper .col-md-4 {
        width: 33%;
    }

    /*my-acc end*/

    /*  woocommerce end */

}

@media(max-width: 1199px){

    /*404 start*/
    .dp-404page::before,.dp-404page::after {
        display: none;
    }
    /*404 end*/

    /*compare start*/

    .rad-product-reviews .comment-form-author, .rad-product-reviews .comment-form-email {
        max-width: 320px;
    }

    .rad-product-page-cart .cart .variations {
        position: absolute;
        left: 138%;
        top: -45px;
    }

    .woosc-area .woosc-inner .woosc-table .woosc-table-inner {
        max-width: 910px!important;
    }

    .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td {
        width: 228px!important;
    }

    .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
        width: 228px!important;
    }

    /*compare end*/

    /*header res start*/
    .dp-header-center .dp-header-center-left {
        width: 65%;
    }

    .dp-header-bottom .dp-header-bottom-right .dp-header-bottom-ul li a {
        margin-left: 10px;
    }
    /*header res end*/

    /*megamenu-res start*/
    .mega-menu-wrapper {
        width: 960px;
    }

    .mega2v3-wrapper {
        width: 47%;
    }
    /*megamenu-res end*/

    /*  footer res start  */
    .dp-footer-top-search-box-content {
        width: 385px;
    }
    /*  footer res end  */

    /*  special-carousel start  */
    .dp-sc-carousel-box {
        width: 74%;
    }
    /*  special-carousel end  */

    .contact-form-card-body  form.wpcf7-form.init .dp-contact-form p label .dp-contact-form-btn {
        width: 120px;
    }

    /*  log-reg start  */

    .dp-form-register, .dp-form-login {
        width: 385px;
    }

    .dp-loginsinguusel1st .dp-loginsinguusel .swiper-slide .dp-login-singup-page-card-card {
        height: 225px;
        padding: 10px 15px;
    }

    .dp-loginsinguusel1st .dp-loginsinguusel {
        padding-bottom: 30px;
    }

    .dp-loginsinguusel1st {
        width: 90%;
        bottom: 0px;
    }

    .dp-loginsinguusel1st .dp-loginsinguusel .swiper-slide .dp-login-singup-page-card-card .cr-card-text {
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-line-clamp: 4 !important;
        -webkit-box-orient: vertical !important;
    }

    .dp-login-singup-page {
        margin: 60px 0;
    }


    /*  log-reg end  */

    /*blogss res start*/

    .dp-Our-Blog-card.dp-bc1 {
        width: 710px;
    }

    .dp-Our-Blog-card.dp-bc1 img {
        width: 240px!important;
    }

    .dp-Our-Blog-card.dp-bc1 .dp-Our-Blog-card-data {
        width: 400px;
    }

    /*blogss res end*/

    /*arch-blog start*/
    .dp-AB-filter .sort-options .dp-blog-cat2 {
        margin: 0 5px;
    }
    /*arch-blog end*/

    /*  singular start  */

    .dp-singular-right {
        max-width: 690px;
    }
    .dp-singular-left {
        max-width: 250px;
    }

    .dp-singular-left-card-content {
        margin-right: 10px;
    }

    .dp-singular-right .dp-singular-thumb-img {
        width: 648px;
        height: 405px;
    }

    /*  singular end  */

    /*  woocommerce start */

    /*shop start*/

    .kp-shop-main .kp-shop-right {
        max-width: 280px;
    }

    .dp-price-field {
        width: 150px;
    }

    .dp-price-slider {
        width: 98%;
    }

    .dp-singular-carousel-card:hover .dp-card-shop-buy-but {
        width: 177px;
    }

    /*shop end*/

    /*pro page start*/

    .product-gallery-slider {
        width: 370px;
    }

    .dp-pp-right {
        max-width: 230px;
    }

    .dp-pp-left {
        width: 240px;
    }

    .dp-pp-right .rad-product-attributes-section {
        max-width: 100%;
    }

    .dp-pp-right .woocommerce-product-details__short-description p {
        font-size: 14px;
    }

    .dp-pp-right .woocommerce-product-details__short-description .dp-more-description-button {
        padding-right: 25px;
    }

    .dp-pp-left .product_meta>*, .dp-pp-left .additional-info-section ul li strong,.dp-pp-left .product_meta span>*, .dp-pp-left .additional-info-section ul li  {
        font-size: 14px;
    }

    .dp-pp-information-part {
        max-width: 650px;
    }

    .dp-pp-prating {
        width: 290px;
    }

    .dp-pp-information-part-head a {
        font-size: 18px;
    }

    .dp-pp-prating .dp-rating-breakdown .dp-rating-row .dp-rating-bar {
        max-width: 150px;
    }

    .dp-patt-label {
        max-width: 180px;
    }

    .dp-comment-extras div {
        max-width: 290px;
    }

    .dp-comment-extras div p {
        width: 95px;
    }

    .dp-comment-extras ul {
        max-width: 185px!important;
    }

    .dp-spreviews .comment-form .custom-review-fields .review-repeater {
        max-width: 280px;
    }

    .dp-spreviews .comment-form .custom-review-fields .review-repeater ul {
        max-width: 200px;
    }

    .dp-pp-left form.cart .button::before {
        right: 15px;
    }

    .dp-pp-right .dp-review-count {
        font-size: 12px;
        margin-right: 10px;
    }

    .dp-pp-right .dp-product-brands a {
        font-size: 14px;
        line-height: 28px;
    }

    .dp-pp-right .woocommerce-product-details__short-description {
        margin-bottom: 10px;
    }

    .dp-product-page-title {
        font-size: 22px;
    }

    /*pro page end*/

    /*cart start*/

    .dp-cart-page .dp-cart-div {
        max-width: 610px;
    }

    .dp-cart-page .dp-cart-div .dp-cart-form {
        padding:15px;
    }

    .dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-subtotal p, .dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-price p {
        padding-left: 50px;
    }

    .dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-name a {
        max-width: 100px;
    }

    /*cart end*/

    /*checkout start*/

    .dp-checkout #customer_details {
        max-width: 610px;
    }

    .dp-checkout-inputs-box .form-row {
        max-width: 270px;
    }

    .shipping_address .dp-checkout-inputs-box>* {
        max-width: 100%;
    }

    /*checkout end*/

    /*my-acc start*/

    .dp-MyAccount-content {
        max-width: 615px;
    }

    .kp-dashboard-order-box .dp-dashboard-order-card {
        width: 49%;
    }

    .kp-dashboard-order-box {
        gap: 15px 0px;
    }

    .dp-ma-dashboard-notifs-text {
        font-size: 12px;
    }
    .dp-ma-dashboard-notifs-title {
        font-size: 14px;
    }
    .dp-ma-dashboard-notifs-top-link {
        font-size: 12px;
    }
    .dp-ma-dashboard-notifs-time {
        font-size: 10px;
    }

    .kp-dashboard-order-cat{
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-top: 5px;
    }

    .dp-my-acc-orders .dp-my-acc-body-orders>* {
        flex-wrap: wrap;
    }
    .dp-my-acc-orders .dp-my-acc-body-orders .cell-order-actions{
        width: 100%;
    }

    .dp-my-acc-order-sbut {
        max-width: 100%;
        margin-top: 15px;
    }

    .dp-my-acc-head-order-order-actions{
        display: none;
    }

    .dp-my-acc-orders .dp-my-acc-head-orders div {
        padding-right: 10px;
    }

    .dp-back-to-last-page {
        width: 211px;
    }

    .dp-tickets-body {
        height: 140px;
        padding: 10px 17px;
        flex-wrap: wrap;
    }

    .dp-tickets-body .dp-tickets-main-act {
        width: 100%;
        display: flex!important;
    }

    .dp-tickets-body .dp-tickets-main-act {
        width: 100%;
    }

    .dp-tickets-head .dp-tickets-head-sobject {
        width: 100px;
        margin-left: 0px;
    }

    .dp-tickets-head .dp-tickets-head-shenase {
        width: 60px;
    }

    .dp-tickets-head .dp-tickets-main-status {
        width: 105px;
    }

    .dp-tickets-head .dp-tickets-main-loc {
        width: 75px;
    }

    .dp-tickets-head .dp-tickets-main-department {
        width: 80px;
    }

    .dp-tickets-head .dp-tickets-main-firsti {
        width: 55px;
    }

    .dp-back-to-ticket {
        width: 220px;
    }

    .dp-myacc-comment-extras div {
        max-width: 49%!important;
    }
    .dp-myacc-comment-extras div p{
        width: 40% !important;
    }
    .dp-myacc-comment-extras div ul{
        max-width: 58% !important;
    }

    .dp-tickets-head .dp-tickets-main-act {
        display: none;
    }

    .dp-full-blogs-wishlist .col-4 .dp-wishlist-blog-card{
        width: 100%;
    }

    /*my-acc end*/

    /*  woocommerce end */

}

@media(max-width: 991px){

    /*404 start*/
    .dp-404page img {
        width: 64%;
    }
    /*404 end*/

    .dp-card-items {
        display: none!important;
    }

    /*  footer res start  */
    .dp-ft-call-col {
        width: 320px;
    }

    .dp-ft-callnumber-col {
        width: 320px;
    }

    .dp-ft-link-cols.dp-ft-col3 {
        display: none!important;
    }

    .dp-footer-top-search-box-content {
        width: 175px;
    }
    /*  footer res end  */

    /*  header-mobile start  */
    .dp-header-logo img{
        width: 164px!important;
        height: 40px!important;
    }

    .mobile-header-top .mobile-header-right{
        gap: 20px;
    }
    /*  header-mobile end  */

    /*  single-carousel start  */
    .dp-single-carousel-card-top p, .dp-single-carousel-card-top p small {
        font-weight: 900;
        color: #333333;
    }
    .dp-single-carousel-card-top p small {
        color: #DC2F02;
    }

    .dp-single-carousel-card {
        width: 290px;
        height: 265px;
        flex-direction: row!important;
        align-items: center;
    }

    .dp-single-carousel-card .dp-single-carousel-card-img {
        width: 108px!important;
        height: 108px!important;
        margin: unset!important;
    }

    .dp-single-carousel-bg .dp-single-carousel1st {
        width: 300px;
        height: 125px;
        position: absolute;
        top: 50px;
        bottom: 0;
        right: 25px;
        left: 0;
        margin: unset;
    }

    .dp-single-carousel-card {
        width: 300px;
        height: 125px;
        flex-direction: row!important;
        align-items: center;
        justify-content: space-between;
    }

    .dp-single-carousel-card .dp-single-carousel-card-title {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #333333;
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        margin-bottom: 16px;
    }

    .dp-single-carousel-mobile-info {
        width: 170px;
    }

    .dp-single-carousel-card-bot-buy-but {
        width: 40px;
        height: 40px;
        margin: 0;
    }

    .dp-single-carousel-card-bot-price-box {
        margin-bottom: 0;
    }

    .dp-single-carousel-bg {
        width: 344px;
        height: 198px;
    }

    .dp-single-carousel-card-top {
        width: 88%;
    }

    .dp-single-carousel-timer-box .time {
        background: #ffffff;
        color: #DC2F02;
        box-shadow: unset;
        width: 100px;
        padding: 6px 10px;
    }

    .dp-single-carousel-pagination .swiper-pagination-bullet {
        width: 4px!important;
        border-radius: 6px!important;
    }

    .dp-single-carousel-pagination {
        right: 10px!important;
    }
    /*  single-carousel end  */

    /*  special-carousel start  */
    .dp-sc-carousel-box {
        width: 65%;
    }
    /*  special-carousel end  */

    /*Ways of communication start*/

    .dp-Ways-of-communication-head-text{
        display: none;
    }

    .dp-Ways-of-communication-body {
        flex-direction: column;
        border-bottom: 1px solid #E0E0E0;
        padding-bottom: 10px;
    }

    .dp-Ways-of-communication-body-left {
        width: 100%;
    }

    .dp-Ways-of-communication-body-right {
        width: 100%;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .dp-Ways-of-communication-Contact-numbers,.dp-Ways-of-communication-Contact-address,.dp-Ways-of-communication-Contact-socila {
        margin-bottom: 20px;
    }

    /*Ways of communication end*/

    /*  blog res start  */

    .dp-Our-Blog-card.dp-bc1 {
        display: none!important;
    }

    .dp-Our-Blog-card.dp-archive-blog-card, .dp-Our-Blog-card.dp-archive-blog-card.dp-card.dp-bc1{
        display: flex!important;
    }

    .desktop-sidebar>*  .widget-title {
        margin-top: 15px;
    }

    /*  blog res end  */

    /*  log-reg start  */

    #dp-login, #dp-register {
        width: 98%;
    }

    .dp-form-register, .dp-form-login {
        width: 100%;
        margin-top: 35px;
    }

    .dp-login-singup-page-card{
        display: none;
    }

    .dp-login-singup-page {
        justify-content: center;
        height: 650px;
        margin: 30px 0;
    }

    .dp-login-singup-page-card, .dp-login-singup-page .dp-login-singup-page-form {
        height: max-content;
        max-width: 100%;
    }

    .dp-reset-pass-form {
        width: 90%;
        margin: 0 auto;
    }

    /*  log-reg end  */

    /*  singular start  */

    .dp-singular-left {
        display: none;
    }

    .dp-singular-right {
        max-width: 100%;
    }

    .dp-singular-right .dp-singular-thumb-img {
        width: 678px!important;
        height: 405px!important;
    }

    /*  singular end  */

    /*  woocommerce start */

    /*shop start*/

    .dp-shop-filter-head {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .kp-shop-main .kp-shop-left {
        width: 100%;
    }

    /*shop end*/

    /*pro page start*/

    .dp-product-page-top {
        flex-direction: column;
        align-items: center;
    }

    .dp-pp-content {
        max-width: 100%;
    }

    .dp-pp-img-box {
        max-width: 100%;
    }

    .product-gallery-slider {
        width: 86%;
        margin-left: 0;
    }

    .dp-pp-like-div1st {
        top: 25px;
    }

    .dp-product-page-copy-box {
        top: 75px;
    }

    .dp-pp-right {
        max-width: 50%;
    }

    .dp-pp-left {
        width: 44%;
    }

    .dp-pp-prating {
        display: none;
    }

    .dp-pp-information-part {
        max-width: 100%;
    }

    .dp-comment-extras div {
        max-width: 315px;
    }

    .dp-comment-extras div p {
        width: 105px;
    }

    .dp-comment-extras ul {
        max-width: 195px!important;
    }

    .dp-spreviews .comment-form .custom-review-fields .review-repeater {
        max-width: 48%;
    }

    .dp-spreviews .comment-form .custom-review-fields .review-repeater ul {
        max-width: 75%;
    }

    .dp-pp-left form.cart .button::before {
        right: 50px;
    }

    /*pro page end*/

    /*cart start*/

    .dp-cart-page {
        align-items: center;
        flex-direction: column;
    }

    .dp-cart-page .dp-cart-div {
        max-width: 100%;
    }

    .dp-cart-page .dp-cart-total {
        max-width: 100%;
        margin-top: 30px;
    }

    .dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-name a {
        max-width: 135px;
    }

    /*cart end*/

    /*thank you start*/

    .dp-th-page-order_details {
        padding: 0 20px;
    }

    .dp-th-page-order_details li strong {
        font-size: 14px;
    }

    .dp-typ-icon-text {
        font-size: 16px;
    }

    .dp-od-order-card .woocommerce-table__product-name.product-name {
        padding-left: 15px;
    }

    /*thank you end*/

    /*checkout start*/

    .dp-checkout {
        align-items: center;
        flex-direction: column;
    }

    .dp-checkout #customer_details {
        max-width: 100%;
    }

    .dp-checkout-inputs-box .form-row {
        max-width: 48%;
    }

    .dp-checkout #order_review {
        max-width: 100%;
        flex-direction: row;
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dp-checkout #order_review .dp-shipping-meths {
        width: 48%;
    }

    .dp-checkout #order_review .dp-order-summary {
        width: 100%;
    }

    .dp-checkout #order_review .dp-checkout-payment {
        width: 48%;
    }

    .dp-checkout #order_review .dp-checkout-total-price {
        width: 100%;
    }

    /*checkout end*/

    /*my-acc start*/

    .dp-MyAccount-content {
        max-width: 100%;
    }

    .dp-my-acc-right-box {
        max-width: 100%;
        margin-top: 25px;
    }

    .dp-my-acc-user-info-right div {
        font-size: 14px;
    }

    .dp-MyAccount-navigation {
        box-shadow: none;
        border: none;
        padding: 0;
    }

    .kp-dashboard-order-box .dp-dashboard-order-card {
        width: 23%;
        height: 190px
    }

    /*my-acc end*/

    /*wishlist start*/

    .rar-wishlist-card {
        width: 100%;
    }

    .rar-wishlist-card .product-name a {
        padding-bottom: 0;
    }

    .rar-wishlist-card .rad-special-offers-card-onsale {
        left: 27%;
        bottom: 25%;
    }

    .rar-wishlist-card .product-add-to-cart a.remove_from_wishlist {
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .rar-wishlist-card .product-add-to-cart a.add_to_cart {
        padding-right: 0;
    }
    .rar-wishlist-card .product-add-to-cart a.add_to_cart::before{
        display: none;
    }

    .dp-product-wishlist .rar-wishlist-card .product-add-to-cart a.add_to_cart{
        width: 100%;
    }

    .dp-product-wishlist .rar-wishlist-card .rad-special-offers-card-onsale {
        left: 35%;
        bottom: 26%;
    }

    /*wishlist end*/

    /*  woocommerce end */

}

@media(max-width: 768px){

    /*wishlist start*/

    .container.p-0.shop_table .wishlist-items-wrapper .col-md-4 {
        width: 50%;
    }

    .dp-product-wishlist .rar-wishlist-card .rad-special-offers-card-onsale {
        left: 30%;
        bottom: 26%;
    }

    /*wishlist end*/

    /*  footer res start  */
    .dp-footer-top {
        flex-flow: wrap;
        border-bottom: none;
    }

    .dp-ft-link-cols.dp-ft-col3 {
        display: flex!important;
    }

    .dp-ft-link-cols {
        margin-bottom: 25px;
        width: 100%;
        align-items: center;
    }
    .dp-ft-link-cols div:last-child{
        width: 100%;
    }

    .dp-ft-call-col {
        width: 100%;
    }

    .dp-ft-callnumber-col {
        width: 100%;
    }

    .dp-ft-emailbox {
        margin-top: 35px;
        width: 100%;
        border-radius: var(--dp-16);
        border: 1px solid var(--dp-org2);
        background-color: var(--dp-yel2);
        padding: 20px;
    }

    .dp-ft-emailbox .dp-ft-link-cols-title {
        margin: 0;
    }

    .dp-ft-emailbox .dp-ft-link-cols-title::before {
        height: 45px;
    }

    .dp-ft-emailbox .sub-text {
        padding-right: 10px;
    }

    .dp-footer-center-top-content {
        flex-direction: column;
    }

    .dp-footer-center-botton-content {
        flex-direction: column;
    }

    .dp-footer-bottom {
        flex-direction: column;
    }

    .dp-footer-top-search-box-content {
        height: 55px;
    }

    .dp-footer-bottom .d-flex{
        flex-direction: column;
    }

    .dp-footer-bottom p {
        text-align: center;
        margin: 15px 0;
    }

    .dp-Rules-part {
        font-size: 12px;
        margin-bottom: 40px;
    }

    .dp-footer-top-search-box {
        width: 100%;
    }

    .dp-footer-top-search-box-content {
        width: 60%;
    }

    .dp-ft-link-cols .dp-ft-link-cols-title::before {
        width: 160px;
        height: 4px;
        top: unset;
        right: 0;
        bottom: -10px;
    }

    .dp-ft-link-cols .dp-ft-link-cols-title {
        padding: 0;
        margin-bottom: 25px;
    }

    .dp-ft-link-cols-link {
        padding-right: 0px;
        width: 48%;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: var(--dp-8);
        border: 1px solid var(--dp-bc3);
    }

    .dp-ft-link-cols-link::before {
        display: none
    }

    .dp-ft-link-cols-link:hover {
        border-color: var(--dp-red);
    }

    .dp-ft-link-cols-link-box{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
    }

    .footer-banner-lg{
        display: block;
    }

    /*  footer res end  */

    /*   new-product start     */
    .dp-carousel-title {
        font-size: 20px;
    }

    .dp-carousel-head {
        justify-content: center!important;
    }

    .dp-carousel-prev-slide,.dp-carousel-next-slide{
        display: none!important;
    }

    .dp-carousel-head-but-box {
        width: fit-content;
        margin-right: 10px;
    }

    .dp-carousel-seeall {
        width: 99px;
        height: 24px;
        font-size: 12px;
    }

    .new-product1st::before,.new-product1st::after{
        display: none;
    }

    .new-product-card {
        width: 218.67px;
        padding: 16px;
    }

    .new-products {
        padding: 20px 0;
    }

    .new-product-card-top img {
        width: 186px!important;
        height: 160px!important;
    }

    .new-product-card-top .dp-card-title {
        margin: 15px 0;
    }
    /*   new-product end     */

    /*   must-sells start   */
    .must-sells1st .dp-carousel-head .dp-carousel-head-but-box .dp-carousel-seeall {
        width: 126px;
        height: 32px;
    }

    .must-sells1st .dp-carousel-head {
        justify-content: space-between!important;
    }
    /*   must-sells end   */
    /*Top Products start*/
    .dp-Top-Products-card {
        width: 280px;
    }

    .dp-Top-Products-card .dp-Top-Products-card-data .dp-card-title {
        font-size: 12px;
    }

    .dp-Top-Products-card .dp-Top-Products-card-data .dp-card-price {
        line-height: 17.75px;
    }

    .dp-Top-Products-card .dp-Top-Products-card-data .dp-card-price small {
        line-height: 12.75px;
    }
    /*Top Products end*/

    /*popular Brands start*/
    .dp-popular-Brands-carousel {
        width: 90%;
    }

    .dp-popular-Brands1st {
        background: linear-gradient(265.24deg, #DC2F02 0%, #E85D04 93.13%);
        border-radius: 0;
    }

    .dp-popb-prev {
        left: 5px;
    }

    .dp-popb-next {
        right: 5px;
    }
    /*popular Brands end*/

    /*dp-video-card start*/

    .rad-video-play-but {
        width: 60px;
        height: 60px;
    }

    .rad-video-play-but svg {
        right: -3px;
        width: 22px;
        height: 22px;
    }
    /*dp-video-card end*/

    /*Customer-reviews start*/
    .Customer-reviews-card {
        width: 328px;
        height: 240px;
    }

    .cr-card-text {
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
    }
    /*Customer-reviews end*/

    .dp-footer-order-track {
        width: 100%;
        margin: 15px 0;
    }

    .dp-sc-carousel-box {
        width: 56%;
    }

    .dp-ft-emailbox .dp-footer-order-button {
        top: 15px;
    }

    .dp-AB-filter .sort-options {
        margin-right: 10px;
        overflow: scroll;
        width: 333px;
    }

    /*  singular start  */

    .dp-singular-right {
        padding: 10px;
    }

    .dp-singular-right .dp-singular-thumb-img {
        width: inherit!important;
        height: inherit!important;
    }

    .dp-singular-right-author-data {
        padding: 10px;
        font-size: 14px;
    }

    /*  singular end  */

    /*  woocommerce start */

    /*shop start*/

    .kp-shop-head .woocommerce-ordering {
        width: 400px;
    }

    .rad-orderby-list .kp-ordering-list {
        width: 75%;
    }

    .dp-shop-card {
        height: 440px !important;
    }

    .dp-shop-card .dp-singular-product-card-price-box {
        flex-direction: column-reverse;
    }

    .dp-shop-card.dp-singular-carousel-card .dp-card-shop-buy-but {
        position: relative!important;
    }

    .dp-shop-card.dp-singular-carousel-card .dp-card-shop-buy-but {
        width: 100% !important;
        position: relative!important;
        color: var(--dp-white) !important;
        border: 1px solid transparent!important;
        background: var(--dp-grad2) !important;
        box-shadow: var(--dp-shade-2) !important;
        padding-right: 25px!important;
        margin-top: 10px;
    }

    .dp-shop-card.dp-singular-carousel-card .dp-card-shop-buy-but p {
        right: 50px;
    }
    /*shop end*/

    /*pro page start*/

    .dp-product-page {
        width: 95%;
        margin: auto;
    }

    .product-gallery-slider {
        width: 80%;
    }

    .dp-pp-information-part-head a {
        margin-left: 20px;
        font-size: 14px;
        gap: 5px;
    }

    .dp-pp-right {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .dp-pp-left {
        width: 100%;
    }

    .dp-pp-right .dp-product-brands {
        margin: 2px 10px;
    }

    .dp-pp-information-part #tab-description>*:not(.dp-pp-tab-title),.dp-patt-label, .dp-patt-value {
        font-size: 14px;
    }

    .dp-comment-extras div {
        max-width: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .dp-comment-extras div p {
        margin-bottom: 15px;
    }

    .dp-spreviews .comment-form .custom-review-fields .review-repeater {
        display: flex;
        flex-direction: column;
    }

    .dp-spreviews .comment-form .custom-review-fields .review-repeater ul {
        max-width: 100%;
    }

    /*pro page end*/

    /*cart start*/

    .dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item {
        flex-wrap: wrap;
    }

    .dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-th-num {
        width: 100%;
        margin: 0;
    }

    .dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-name a {
        max-width: fit-content;
    }

    .dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-thumbnail a img {
        margin: 0 0 0 30px;
    }

    .dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item>* {
        width: 32%;
        margin-top: 20px;
    }

    /*cart end*/

    /*thank you start*/

    .dp-th-page-order_details {
        padding: 20px;
        flex-wrap: wrap;
        height: max-content;
    }

    .dp-od-order-card .woocommerce-table__product-name.product-name a {
        text-align: justify;
    }

    .dp-billing-customer-address {
        max-width: 62%;
    }

    .dp-billing-customer-address p:first-child {
        text-align: justify;
    }

    .dp-th-page-order_details li {
        max-width: 50%;
    }

    /*thank you end*/

    /*checkout start*/

    .dp-checkout #order_review .dp-shipping-meths,
    .dp-checkout #order_review .dp-checkout-payment {
        width: 100%;
    }

    /*checkout end*/

    /*my-acc start*/

    .kp-dashboard-order-box .dp-dashboard-order-card {
        width: 48%;
        height: 200px;
    }

    .dp-ma-dashboard-notifs-card {
        padding: 15px 10px;
    }

    .dp-ma-dashboard-notifs-title {
        font-size: 14px;
    }

    .dp-ma-dashboard-notifs-time {
        font-size: 8px;
    }

    .dp-my-acc-body-order .dp-downloads-card-part.download-file {
        width: 100%;
    }

    .dp-my-acc-body-order .dp-downloads-card-part.download-file a {
        margin: 20px 0 0;
        max-width: 100%;
    }

    .dp-my-acc-orders .dp-my-acc-head-orders div.download-file {
        display: none;
    }

    .dp-my-acc-body-order>* {
        width: 25%;
    }

    .dp-edit-acc-col {
        max-width: 100%;
    }

    .dp-edit-acc-col-change-pass {
        flex-wrap: wrap;
    }

    .dp-edit-acc-col-change-pass .dp-edit-acc-col {
        width: 100%;
    }

    .dp-tickets-body p {
        font-size: 14px!important;
        width: 16%!important;
    }

    .rad-tickets-table-head {
        padding: 15px 10px;
    }

    .rad-comment-item .rad-comment-product-img .rad-comment-product-img-text-box .rad-comment-product-img-text-top a {
        max-width: 50%;
    }

    .dp-myacc-comment-extras div p {
        width: 50% !important;
    }

    .dp-myacc-comment-extras div ul {
        max-width: 100% !important;
    }

    .dp-ma-dashboard-notifs-bottom {
        flex-wrap: wrap;
    }

    .dp-wishlist-blog-card .dp-wishlist-blog-card-img {
        width: 100%;
    }

    .dp-wishlist-blog-card {
        height: 400px;
        position: relative;
    }

    .dp-article-wishlist .dp-wishlist-blog-card .dp-wishlist-remove-but{
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .dp-wishlist-blog-card .dp-wishlist-blog-card-text {
        -webkit-line-clamp: 3 !important;
    }

    /*my-acc end*/

    /*  woocommerce end */

}

@media(max-width: 576px){

    /*wishlist start*/

    .favorite-articles-list {
        width: 95%;
        margin: auto;
    }

    .dp-product-wishlist .rar-wishlist-card .rad-special-offers-card-onsale {
        left: 25%;
    }

    .container.p-0.shop_table .wishlist-items-wrapper {
        width: 95%;
        margin: auto;
    }

    /*wishlist end*/

    /*  archive blog start  */
    .dp-archive-left .row{
        width: 100%;
    }

    .dp-blog-counter {
        display: none;
    }
    .dp-archive-left {
        width: 92%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /*  archive blog end  */

    /*cart start*/

    .dp-cart-page {
        width: 95%;
        margin: auto;
    }

    .dp-cart-page .dp-cart-div .coupon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dp-cart-page .dp-cart-div .coupon button {
        width: 100%;
        margin-top: 20px;
    }

    .dp-cart-page .dp-cart-div .coupon input {
        width: 80%;
        margin: 0;
    }

    /*cart end*/

    /*thank you start*/

    .dp-thank-you {
        max-width: 90%;
    }

    .dp-od-order-card .woocommerce-table__product-name.product-name {
        width: 65%;
    }

    .dp-order-details-inner .dp-od-title .products {
        width: 65%;
    }

    .dp-order-details-inner .dp-od-title .total {
        width: auto;
    }

    .dp-billing-customer-address-but {
        float: unset;
    }

    /*thank you end*/

    /*checkout start*/

    .f-checkout1st {
        width: 95%;
    }

    .dp-checkout-inputs-box .form-row {
        max-width: 100%;
    }

    .dp-checkout #customer_details .dp-checkout_coupon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dp-checkout #customer_details .dp-checkout_coupon input {
        width: 75%;
        margin: 0;
    }

    .dp-checkout #customer_details .dp-checkout_coupon button {
        width: 100%;
        margin-top: 20px;
    }

    .saved-addresses .address-block .address-block-box .address-block-img-box {
        display: none;
    }

    .saved-addresses .address-block .address-block-box .address-block-text-box {
        margin-right: 0;
    }

    .saved-addresses .address-block .address-block-box .address-block-text-box p.address-line {
        font-size: 14px;
        text-align: justify;
    }

    .saved-addresses {
        padding: 15px;
    }

    .dp-post-date1st .dp-post-date-cards-box {
        padding: 25px;
    }

    #ship-to-different-address label span {
        font-size: 16px;
    }

    .shipping_address {
        padding: 15px;
    }

    /*checkout end*/

    /*  woo bread start  */

    .container.p-0.my-4{
        width: 95%;
    }

    /*  woo bread end  */

    /*my-acc start*/

    .dp-MyAccount {
        width: 95%;
        margin: auto;
    }

    .dp-ma-dashboard-notifs-icon {
        display: none;
    }

    .dp-ma-dashboard-notifs-time {
        display: none;
    }

    .dp-ma-dashboard-notifs-top-right .dp-ma-dashboard-notifs-brdr{
        display: none;
    }

    .dp-my-acc-head-orders.dp-my-acc-downloads-head{
        font-size: 12px;
    }

    .dp-my-address-address svg {
        display: none;
    }

    .dp-my-address-content {
        margin-right: 0;
        max-width: 100%;
    }

    .woocommerce form .dp-form-edit-address-part .form-row {
        max-width: 100%;
    }

    .dp-tickets-head .dp-tickets-main-loc {
        display: none;
    }

    .dp-tickets-head p {
        width: 16%!important;
    }

    .dp-tickets-body {
        height: 111px;
    }

    .dp-tickets-status-box {
        max-width: 50%;
    }

    .rad-replay-tickets-table-head .box_info_ticket:last-child{
        display: none!important;
    }

    /*my-acc end*/
}

@media(max-width: 500px){

    .dp-login-title {
        font-size: 21px;
    }

    .dp-signup-title {
        font-size: 21px;
    }

    .dp-form-card label {
        font-size: 14px;
    }



    /*wishlist start*/

    .dp-product-wishlist .container.p-0.shop_table .wishlist-items-wrapper .col-md-4 {
        width: 100%;
    }

    .dp-product-wishlist .rar-wishlist-card .rad-special-offers-card-onsale {
        left: 35%;
    }

    .dp-article-wishlist .dp-wishlist-blog-card .dp-wishlist-link-but {
        width: 100%;
    }

    /*wishlist end*/

    .rad-video-container {
        width: 328px;
        height: 222px;
    }

    /*  archive blog start  */
    .dp-AB-filter .sort-options {
        /*margin-right: 15px;*/
        overflow: scroll;
        width: 300px;
    }

    .dp-AB-filter {
        flex-wrap: wrap;
    }

    .dp-AB-filter .d-flex {
        width: 104px;
        height: 36px;
        margin-bottom: 10px;
    }

    .kp-cust-coms .comment-list ol.children li:before {
        right: -20px;
        top: -38px;
        z-index: -1;
    }

    .kp-cust-coms .comment-list ol.children li {
        margin-right: 40px!important;
    }

    /*  archive blog end  */
    .header-banner-lg{
        display: none;
    }

    .header-banner-mobile{
        display: block;
    }

    /*slider start*/

    .dp-slider-img {
        width: 328px !important;
        height: 240px!important;
    }

    /*slider end*/

    /*  footer start  */
    .dp-footer-top-search-box {
        width: 100%;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .dp-footer-top-search-box-content {
        margin: 0;
        width: 100%;
    }

    .dp-footer-top-search-box .dp-ft-link-cols-title::before {
        width: 160px;
        height: 4px;
        top: unset;
        right: -10px;
        left: 0;
        bottom: -10px;
    }

    .dp-ft-link-cols-title {
        margin-bottom: 30px;
    }

    .footer-banner-lg{
        display: none;
    }

    .footer-banner-mobile{
        display: block;
    }

    /*  footer end  */

    /*   must-sells start   */
    .must-sells1st {
        padding: 25px 5px 80px;
        position: relative;
    }

    .must-sells1st .dp-carousel-head .dp-carousel-head-but-box .dp-carousel-seeall {
        width: 181px;
        height: 40px;
        position: absolute;
    }

    .must-sells1st .dp-carousel-head .dp-carousel-head-but-box .dp-carousel-seeall {
        width: 181px;
        height: 40px;
        position: absolute;
        right: 0;
        bottom: 20px;
        left: 0;
        margin: auto;
    }

    .must-sells1st .dp-carousel-head {
        justify-content: center!important;
    }

    .must-sells-card {
        width: 296px;
        height: 128px;
        padding: 10px;
        margin-right: 10px;
        align-items: center;
    }

    .must-sells-card img {
        width: 96px!important;
        height: 96px!important;
    }

    .dp-card-meta-data {
        display: none!important;
    }

    .must-sells-card .must-sells-card-data .dp-card-title {
        font-size: 12px;
    }

    .must-sells-card .dp-card-off-price {
        font-size: 12px;
    }

    .must-sells-card .dp-card-off-percent {
        font-size: 10px;
        font-weight: 700;
        line-height: 9px;
        width: 24px;
        height: 16px;
        margin: 0 10px 3px 0px;
    }

    .must-sells-card .dp-card-price {
        font-size: 14px;
        line-height: 17.4px;
    }

    .must-sells-card .dp-card-price small {
        font-size: 10px;
        line-height: 12.75px;
    }

    .must-sells1st .dp-carousel-head .dp-carousel-title {
        margin-right: 10px;
        position: relative;
    }

    .must-sells1st .dp-carousel-head .dp-carousel-title::after {
        position: absolute;
        content: '';
        width: 160px;
        height: 4px;
        background-color: #DC2F0233;
        right: 0;
        left: 0;
        margin: auto;
        bottom: -7px;
    }

    .new-product-card-buy-but svg{
        width: 20px;
        height: 20px;
    }

    .must-sells-card .must-sells-card-data {
        width: 164px;
    }
    /*   must-sells end   */

    /* dp-Selected-categories start   */
    .dp-Selected-categories-head-but {
        height: 36px;
    }

    .dp-Selected-categories-card {
        width: 156px;
        height: 302px;
        padding: 7px;
        justify-content: space-between;
    }

    .dp-Selected-categories-card .dp-card-items{
        display: none!important;
    }

    .dp-Selected-categories-card .special-carousel-card-top .dp-card-img {
        width: 124px!important;
        height: 124px!important;
        margin: 0 8px!important;
    }

    .dp-Selected-categories-card .special-carousel-card-top .dp-card-title {
        margin: 5px 0 8px;
        font-size: 12px;
        -webkit-line-clamp: 3 !important;
        line-height: 16px;
    }

    .dp-Selected-categories-card .dp-card-price-box {
        margin: 7px 0;
    }

    .dp-Selected-categories-card .dp-card-buy-but{
        gap: 7px;
        font-size: 12px;
    }

    .dp-Selected-categories-card .dp-card-buy-but svg{
        width: 20px;
        height: 16px;
    }

    .dp-Selected-categories-card .special-carousel-card-top {
        margin-bottom: 5px;
        border-bottom: 2px solid #F5F5F5;
    }
    /* dp-Selected-categories end   */

    /*  dp-team start  */

    .dp-team-card {
        width: 230.67px;
    }

    .dp-team-card img {
        width: 198.67px!important;
    }

    /*  dp-team end  */

    /*Customer-reviews start*/

    .Customer-reviews-carousel .swiper-slide {
        width: 100%!important;
    }

    .Customer-reviews-card {
        margin: 10px auto;
    }

    .Customer-reviews1st {
        max-width: 400px;
        margin: auto;
    }

    .Customer-reviews-carousel {
        padding: 20px 0;
    }

    .Customer-reviews-carousel::before,
    .Customer-reviews-carousel::after{
        content: '';
        position: absolute;
        width: 328px;
        height: 240px;
        background-color: #FFFFFF;
        border: 1px solid #6666661A;
        box-shadow: 0px 4px 8px 0px #6666661A;
        border-radius: var(--dp-16);
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
    }


    .Customer-reviews-carousel::before {
        transform: rotate(-8deg);
    }

    .Customer-reviews-carousel::after{
        transform: rotate(-4deg);
    }

    .Customer-reviews1st .dp-carousel-head .dp-cr-prev,.Customer-reviews1st .dp-carousel-head .dp-cr-next{
        display: flex!important;
    }

    /*Customer-reviews end*/

    /*  special-carousel start  */

    .special-carousel-bg-img-dt{
        display: none!important;
    }
    .special-carousel-bg-img-mobile{
        display: block!important;
    }

    .special-carousel1st {
        height: 658px;
        width: 360px;
        justify-content: center;
        margin: auto;
    }

    .dp-sc-data-title {
        width: 163px;
        height: 78px;
        position: absolute;
        top: 0;
    }
    .dp-sc-data-box {
        top: 20px;
        bottom: unset;
        margin: auto;
        right: 0;
        left: 0;
        height: 135px;
        border-left: none;
        padding-left: 0;
        width: 75%;
    }
    .dp-sc-carousel-box {
        width: 100%;
        top: unset;
        bottom: 40px;
    }

    .dp-sc-carousel-box::before {
        display: none;
    }

    .dp-sc-data-box .dp-sc-data-link {
        position: absolute;
        bottom: -480px;
    }

    .dp-sc-data-box .box-head {
        position: absolute;
        bottom: 0;
    }

    .dp-sc-data-box::before {
        position: absolute;
        content: '';
        width: 100%;
        border-bottom: 1px dashed #ffffff;
        top: 0;
        bottom: -40px;
        margin: auto;
        height: 1px;
    }

    .special-carousel-card {
        width: 229.33px;
        height: 404px;
    }

    .special-carousel-card .dp-card-buy-but {
        margin: 10px 0;
    }
    /*  special-carousel end  */

    /*Our Blog start */
    .dp-Our-Blog-card {
        width: 269.33px;
        height: 397px;
    }

    .dp-Our-Blog-card img {
        width: 237.33px!important;
    }

    .dp-Our-Blog-card .dp-Our-Blog-card-data .dp-Our-Blog-card-text {
        font-size: 12px;
        font-weight: 500;
        line-height: 24px;
        -webkit-line-clamp: 4 !important;
        margin-bottom: 15px;
    }

    .dp-Our-Blog-card .dp-Our-Blog-card-data .dp-Our-Blog-card-titlle {
        margin: 13px 0 15px;
    }

    /*Our Blog end */
    /*contact-form start*/
    .contact-form-card-body  form.wpcf7-form.init .dp-contact-form p label .dp-contact-form-btn {
        width: 139px;
    }
    .contact-form-card-add-file {
        border: none;
        background-color: transparent;
    }
    /*contact-form end*/

    /*popular Brands start*/

    .dp-popular-Brands-carousel {
        width: 85% !important;
    }

    .dp-popular-Brands-bg {
        display: none!important;
    }

    .dp-popular-Brands1st {
        height: 64px;
    }

    .dp-popular-Brands-carousel {
        height: 62px;
        top: 1px;
    }

    .dp-popular-Brands-card img {
        width: 91px!important;
        height: 64px!important;
    }

    .dp-popular-Brands-carousel::before,.dp-popular-Brands-carousel::after {
        height: 62px;
        width: 48px;
    }

    .dp-popular-Brands-card {
        height: 62px;
    }
    .dp-popular-Brands-card::after {
        height: 42px;
    }

    /*popular Brands end*/

    /*FAQ element start*/

    .dp-FAQ-question-but {
        font-size: 12px;
    }

    .dp-FAQ-question-title {
        font-size: 14px;
        max-width: 200px;
    }

    /*FAQ element end*/

    /*  singular start  */

    .dp-singular-right-title {
        font-size: 18px;
    }

    .dp-singular-right-author-data {
        align-items: flex-start;
        flex-wrap: wrap;
        height: 110px;
        padding: 10px 20px;
    }
    .dp-singular-right-author-data .dp-border{
        display: none;
    }

    .kp-cust-coms .comment-list ol.children li {
        margin-right: 30px;
    }

    .copy-like-singular-box{
        flex-direction: column;
    }

    .blog-links-brdr{
        display: none;
    }

    .singular-inside-blog-cat, .copy-like-singular-box{
        padding: 10px;
    }

    .copy-link-container {
        margin-top: 15px;
    }

    /*  singular end  */

    /*  woocommerce start */

    /*shop start*/

    .kp-shop-head .woocommerce-ordering {
        width: 300px;
    }

    .rad-orderby-list .kp-ordering-list {
        width: 65%;
    }

    .kp-shop-main {
        width: 91%;
        margin: 0 auto;
    }

    .dp-shop-card.dp-singular-carousel-card .dp-card-shop-buy-but {
        padding-right: 0px!important;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .dp-shop-card.dp-singular-carousel-card .dp-card-shop-buy-but p {
        font-size: 12px;
        font-weight: 600;
        position: static;
        width: fit-content;
    }

    .dp-shop-card .dp-card-off-percent {
        margin: 0 5px 2px 0px;
    }

    .dp-shop-card .dp-singular-carousel-card-img-box img {
        width: 141px;
        height: 141px;
    }

    /*shop end*/

    /*pro page start*/

    .rad-product-gallery-slider img {
        width: 240px;
        height: 240px;
    }

    .product-gallery-slider {
        width: 76%;
    }

    .dp-pp-information-part-head {
        justify-content: space-between;
    }

    .dp-pp-information-part-head a {
        margin-left: 0px;
        font-size: 14px;
        gap: 5px;
        padding: 0px 10px;
    }

    .dp-patt-label {
        max-width: 125px;
    }

    .dp-product-tags a, .dp-product-categories a {
        margin-left: 5px;
    }

    .dp-spreviews .commentlist li .comment_container .comment-text .description .dp-comment-userdata-wrapper {
        width: fit-content;
    }

    .dp-spreviews .commentlist li .comment_container .comment-text .description .dp-comment-userdata-wrapper .user-role {
        width: max-content;
    }

    .dp-spreviews .commentlist li ul li::before {
        right: 20px;
        top: -35px;
        z-index: -1!important;
    }
    .dp-spreviews .commentlist li .dp-comment-extras ul li::before {
        z-index: 1!important;
    }

    .dp-spreviews .commentlist li ul li .comment_container {
        margin-right: 50px;
    }

    .dp-spreviews .commentlist li .comment_container .comment-text .description .comment-meta-wrapper {
        width: 84%;
    }

    .dp-comment-extras div {
        max-width: 150px;
    }

    .dp-comment-extras ul {
        max-width: 150px!important;
    }

    .dp-spreviews .comment-form .custom-review-fields .review-repeater ul li input {
        width: 100%;
    }

    .dp-spreviews .commentlist li .comment_container .comment-text .description .admin-reply-button {
        left: unset;
        top: unset;
        bottom: 15px;
        right: 25px;
    }

    /*pro page end*/

    /*cart start*/

    .dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-price {
        width: 100%;
        display: flex;
        align-items: flex-start;
    }

    .dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item>* {
        width: 50%;
        justify-content: flex-start;
    }

    .dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-thumbnail a img {
        margin: 0 0 0 10px;
    }

    .dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-name a {
        max-width: 300px;
    }

    /*cart end*/

    /*thank you start*/

    .dp-woocommerce-order-details .dp-order-details-title {
        margin-bottom: 30px;
    }

    .dp-billing-customer-address-img {
        display: none;
    }

    .dp-billing-customer-address {
        max-width: 100%;
    }

    /*thank you end*/

    /*my-acc start*/

    .dp-ma-dashboard-notifs-top {
        flex-direction: column-reverse;
    }

    .dp-ma-dashboard-notifs-top-link {
        width: 100%;
        justify-content: flex-start;
    }

    .dp-ma-dashboard-notifs-top-right {
        width: 100%;
    }

    .kp-dashboard-order-box .dp-dashboard-order-card {
        height: 120px;
        padding: 5px;
    }

    .kp-dashboard-order-box .dp-dashboard-order-card svg {
        width: 58px;
        height: 58px;
    }

    .kp-dashboard-order-box .dp-dashboard-order-card .dp-dashboard-order-card-num {
        font-size: 14px;
        line-height: 18px;
    }

    .kp-dashboard-order-box .dp-dashboard-order-card .dp-dashboard-order-card-text {
        line-height: 20px;
    }

    .dp-ma-title h4 {
        font-size: 18px;
    }

    .dp-ma-title a {
        font-size: 14px;
    }

    .dp-my-acc-body-order>* {
        font-size: 12px;
    }

    .dp-my-acc-orders .dp-my-acc-head-orders div.download-purchase-date{
        display: none;
    }

    .dp-my-acc-orders .dp-my-acc-head-orders div {
        max-width: 33%;
    }

    .dp-my-acc-body-order .dp-downloads-card-part.download-purchase-date {
        display: none!important;
    }

    .dp-my-acc-body-order .dp-downloads-card-part.download-product img {
        margin-left: 5px;
    }

    .dp-my-acc-body-order .dp-downloads-card-part.download-product {
        width: 40% !important;
    }

    .dp-my-acc-body-order>* {
        width: 30%;
    }

    .dp-back-to-last-page {
        width: 300px;
    }

    .dp-user-pic-uploader .logout-section a {
        font-size: 14px;
    }

    .kp-current-text {
        font-size: 16px;
    }

    .kp-current-text p {
        font-size: 14px;
    }

    .dp-user-pic-uploader .logout-section {
        display: none;
    }

    .dp-product-wishlist .dp-ma-title ,
    .dp-blogs-wishlist .dp-ma-title{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .dp-blogs-wishlist .seeall,
    .dp-product-wishlist .seeall{
        margin-top: 10px;
    }

    .dp-full-blogs-wishlist .col-4 {
        width: 100%;
    }

    .dp-add-ticket-but {
        width: 120px !important;
        font-size: 12px !important;
    }

    .dp-tickets-head .dp-tickets-main-firsti {
        display: none!important;
    }

    .dp-tickets-head p {
        width: 25%!important;
    }

    .dp-tickets-body {
        height: fit-content;
    }

    .kp-ticket-main-header{
        flex-direction: column!important;
        align-items: start!important;
    }

    .box_info_ticket .title {
        font-size: 14px;
    }

    .box_info_ticket .info {
        font-size: 12px;
    }

    .rad-tickets-table-head {
        display: none!important;
    }

    .rad-tick-answer-card p {
        font-size: 12px;
    }

    .d-flex.justify-content-between.kp-tickets-user-info{
        flex-direction: column;
    }

    .rad-tickettext-footer {
        flex-direction: column;
        align-items: flex-start!important;
    }

    .dp-myacc-comment-extras div p {
        width: 85% !important;
    }

    .rad-comment-item .rad-comment-product-img img {
        display: none!important;
    }

    .rad-reply-item.rad-comment-item {
        margin-right: 40px;
    }

    .rad-reply-item.rad-comment-item::before {
        right: -29px;
        top: -50px;
        z-index: -1;
    }

    .dp-MyAccount-content {
        z-index: 0;
    }

    .dp-my-address-card h2 {
        font-size: 15px;
    }

    .dp-my-address-content p {
        font-size: 14px;
    }

    /*my-acc end*/

    /*  woocommerce end */

}

@media(max-width: 400px){

    /*wishlist start*/
    .container.p-0.shop_table .wishlist-items-wrapper .col-md-4 {
        width: 100%;
    }

    .rar-wishlist-card .product-add-to-cart a.add_to_cart {
        width: 100%;
    }

    .rar-wishlist-card .rad-special-offers-card-onsale {
        left: 33%;
        bottom: 26%;
    }

    /*wishlist end*/

    /*  archive blog start  */
    .dp-archive-blog-card {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*  archive blog end  */

    /*  woocommerce start */

    /*shop start*/

    .kp-shop-head {
        justify-content: flex-end!important;
    }

    .kp-shop-head .woocommerce-result-count {
        display: none;
    }

    .dp-shop-card1st {
        width: 100%;
    }

    .dp-shop-card .dp-singular-carousel-card-img-box img {
        width: 100%;
        height: 190px;
    }

    /*shop end*/

    /*pro page start*/

    .dp-pp-information-part-head a {
        font-size: 12px;
    }

    .dp-spreviews .commentlist li .comment_container .comment-text .description .dp-comment-userdata-wrapper .dp-comment-author-star {
        font-size: 12px;
    }

    .dp-spreviews .commentlist li .comment_container .comment-text .description .dp-comment-userdata-wrapper .user-role {
        font-size: 12px;
    }

    .dp-comment-extras div {
        max-width: 48%;
    }

    .dp-spreviews .commentlist li .comment_container .comment-text .description .comment-meta-wrapper .user-location {
        margin-left: 10px;
        padding-left: 10px;
    }

    .dp-spreviews .commentlist li .comment_container .comment-text .description .comment-meta-wrapper {
        font-size: 12px;
    }

    /*pro page end*/

    /*cart start*/

    .dp-cart-page .dp-cart-div .dp-cart-form .dp-cart-body .cart_item .product-name a {
        max-width: 200px;
    }

    .dp-cart-page .dp-cart-div .coupon input {
        width: 74%;
    }

    /*cart end*/

    /*thank you start*/

    .dp-th-page-order_details li {
        max-width: 100%;
    }

    .dp-order-details-inner .dp-od-products .dp-od-order-card {
        flex-wrap: wrap;
        align-items: center;
    }

    .dp-od-order-card .woocommerce-table__product-name.product-name {
        width: 100%;
        padding: 0;
    }

    .dp-order-details-inner .dp-od-title {
        display: none;
    }

    .dp-od-order-card .woocommerce-table__product-total.product-total {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }
    /*thank you end*/
    /*  woocommerce end */
}
/*responsive end*/