
/***********************
      Base Style
************************/

:root
{
    --br:16px;
}

body {
  color: var(--ptc);
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--sf);
  font-size: var(--sfs);
  background-color: var(--bc);
  text-align: left;
  direction: ltr;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--shf);

    }
 h1{
font-size: var(--shs);
 }
  h2{
  font-size: calc(var(--shs)*0.8);
  }
  h3{
    font-size: calc(var(--shs)*0.7);
  }
  h4{
    font-size: calc(var(--shs)*0.6);
  }
  h5{
    font-size: calc(var(--shs)*0.5);
  }
  h6{
    font-size: calc(var(--shs)*0.4);
  }

h4
{
    margin-block-end:0;
}
ul
{
    padding-inline-start:0;
}
button, input, optgroup, select, textarea {
    font-family: var(--sf);
}

*::-webkit-scrollbar {
    width: 12px;
}
*::-webkit-scrollbar-thumb {
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%,from(var(--scc)),to(var(--scc)));
}
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #F5F5F5;
}
aside .card
{
    border: none;
}

a{
    cursor: pointer !important;
    color: var(--lc) !important;
}

input:focus{
    outline: none;
}

.comments-title{
    text-transform: uppercase;
    font-size: 22px;
}

.required{
  color: red;

}

.pagination{
    direction: rtl !important;
}

.simple-btn,
form.login-with-code .registerBtn{
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
}

form.login-with-code .registerBtn{
    background: var(--lbc);
}

.main-btn{
    z-index: 1000;
    color: #fff !important;
    border-radius: 30px 0;
    font-size: 16px;
    padding: 12px 24px;
    transform: translateY(0px);
    transition: all 0.3s ease-in-out;
    cursor: pointer !important;
}

.main-btn:hover{
    transform: translateY(-8px);
}

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

form.login-with-code .registerBtn{
    background: var(--lbc) !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

login-btn-color{
    background: var(--lbc) !important;
}

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

.color-f{
    color: #fff !important;
}

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


.alert-search-container{
    position: fixed;
    top: auto;
    bottom: 0;
    height: 0;
    z-index: 1002;
    width: 100%;
    background: #fff;
    transition: all 0.8s ease-in-out;
    color: #777;
}

.alert-search-container form{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.alert-search-container input{
    text-align: center;
    font-weight: 600;
    font-size: calc(var(--shs)*0.8);
    border: none;
    margin: 15px auto 0 auto;
    display: block;
}

.alert-search-container input:focus{
    border: none;
    outline: none;
}

.alert-search-container i{
    font-size: 30px;
    margin-right: 2%;
    cursor: pointer;
}

.alert-search-container p{
    text-align: center;
    padding-right: 55px;
}


.header-page{
    position: relative;
    bottom: 155px;
}

.header-page-img{
    display: block;
    height: 300px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.header-page-title{
    position: absolute;
    bottom: 25%;
    right: 50%;
    transform: translate(50%, 50%);
    color: #fff;
}

.header-page-route{
    position: absolute;
    bottom: 10%;
    font-size: 11px;
    right: 50%;
    transform: translate(50%, 50%);
    color: #fff;
    font-weight: 700;
}

.header-page-route a{
    color: #fff !important;
}

.site-ul{
    font-size: 15px;
    line-height: 35px;
    list-style: none;
    margin-top: 20px;
}

.site-ul .site-li i{
    font-size: var(--sfs);
    color: var(--sc) !important;
}

.site-ul .site-li a{
    color: #fff !important;
    transition: all .3s ease-in-out;
}

.site-ul .site-li a:hover{
    color: var(--sc) !important;
}

.section-title{
    padding: 30px  0;
    width: 40%;
    margin: 0 auto;
    color: var(--mc);
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.section-title h3{
    color: var(--mc);
    font-weight: 700;
    margin: 0px 10px;
    text-shadow: 0 -17px #9da2a726;
}

.section-title:before,
.section-title:after{
    display: block;
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: var(--sc);
}

/***********************
        Header
************************/

header{
    position: relative;
    z-index: 30;
}

header .header-top{
    height: 50px;
    max-height: 50px;
    margin: 0 90px;
}

header .header-top .whatsapp-number span{
    color: #a8d142;
    font-size: 15px;
    padding: 0 20px;
}

header .header-bottom{
    background: var(--hc);
    padding: 0 30px;
    border-radius: 8px;
    height: 104px;
    max-height: 104px;
}

.header-mob-open-icon,
.header-mob-close-icon{
    display: none;

}

.header-mob-open-icon{
    width: 80px;
    transition: all 0.2s ease-in-out;
}

header .header-bottom .header-logo{
    padding-right: 10px;
    padding-left: 10px;
}

header .header-bottom .header-logo a{
    max-height: inherit;
    transition: none;
}

header .header-bottom .header-logo a img{
    padding-top: 2px;
    padding-bottom: 2px;
    max-height: inherit;
}

header .header-bottom .header-menu .menu-items{
    gap: 28px;
    list-style: none;
    position: relative;
    align-items: baseline;
}

header .header-bottom .header-menu .menu-items .menu-item{
    position: relative;
    min-height: 60px;
    padding-top: 21px;
}

header .header-bottom .header-menu .menu-items .menu-item .menu-link{
    color: var(--htc);
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

header .header-bottom .header-menu .menu-items .menu-item .menu-link:hover{
    color: var(--mc);

}

header .header-bottom .header-menu .menu-items i{
    color: rgba(82, 82, 82, .45);
}

{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header-bottom .header-icons{
   height: 78px;

}

header .header-bottom .header-icons i,
header .header-bottom .header-mob-icon i{
    padding: 0 5px;
    font-size: 25px;
    color: var(--mc);
    cursor: pointer;
    height: 100%;
    padding-top: 20px;
}

header .header-bottom .header-menu .menu-drop-down,
header .header-bottom .header-icons i .alert-login{
    visibility: hidden;
    opacity: 0;
    padding: 12px 20px;
    width: 180px;
    position: absolute;
    top: 50%;
    z-index: 380;
    margin: 7px 0 0;
    background: var(--hc);
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

header .header-bottom .header-menu .menu-drop-down2{
    visibility: hidden;
    opacity: 0;
    padding: 3px 9px;
    width: 180px;
    position: absolute;
    z-index: 380;
    margin: 0 0;
    top: 0;
    left: 115px;
    background: var(--hc);
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.header-bottom .product-link2:hover .menu-drop-down2{
    visibility: visible;
    opacity: 1;
}

header .header-bottom .header-icons i .alert-login{
    padding: 25px;
    width: 350px;
    transform: translateY(45px) translateZ(0);
    right: 130px;
    color: var(--ptc);
    font-size: 13px;
    font-style: normal;
}

header .header-bottom .header-icons i .alert-login .alert-login-title{
    margin-bottom: 15px;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(0,0,0,.105);
}

header .header-bottom .header-icons i .alert-login .alert-login-title p{
    font-size: 15px;
    font-weight: 700;
}

header .header-bottom .header-icons i .alert-login .alert-login-title a,
header .header-bottom .header-icons i .alert-login .alert-login-footer a{
    color: var(--lc);

}

header .header-bottom .header-menu .menu-drop-down .drop-down-items{
    gap: 0px;
    align-items: flex-start;
    list-style: none;
}

header .header-bottom .header-menu .menu-drop-down .drop-down-items .drop-down-item{
    padding: 0;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}


header .header-bottom .header-menu .menu-drop-down .drop-down-items .drop-down-item .drop-down-link,
header .header-bottom .header-menu .menu-drop-down .drop-down-items .drop-down-item .drop-down-link2{
    text-transform: capitalize;
    font-size: 13px;
    line-height: 1.3;
    color: #848484;
    font-weight: 500;
}

header .header-bottom .header-menu .menu-drop-down .drop-down-items .drop-down-item .drop-down-link:hover,
header .header-bottom .header-menu .menu-drop-down .drop-down-items .drop-down-item .drop-down-link2:hover{
    color: var(--mc);
}

.header-bottom .menu-item.product-link:hover .menu-drop-down{
    visibility: visible;
    opacity: 1;
    transform: translateY(20px) translateZ(0);
}



.header-bottom .header-icons i.mdi-account-outline:hover .alert-login{
    visibility: visible;
    opacity: 1;
    transform: translateY(55px) translateZ(0);
}

/***********************
   section|slide-show
************************/

#site-index .slide-show{
    position: relative;
    bottom: 90px;
}

#site-index .slide-show .main-btn{
    position: absolute;
}

#site-index .image-slide{
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}

#site-index .second-slide{
    display: block;
    height: 775px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#site-index .custom-carousel-caption{
    padding: 0 !important;
    bottom: 40% !important;
    width: 420px !important;
    left: auto !important;
    right: 8% !important;
}

#site-index .custom-carousel-caption h4{
    font-size: 40px;
    border-bottom: 2px solid #fff;
    padding: 12px 0;
    margin: 15px 0;
}

#site-index .custom-carousel-caption p{
    font-size: 15px;
    line-height: 25px;
    margin: 17px 0 30px 0;
}


.cap-left-top-img{
    right: 178%;
    bottom: 10%;
}

.cap-left-bottem-img{
    right: 150%;
    bottom: -100%;
}

.cap-center-img{
    right: 100%;
}

.cap-txt{
    width: 420px;
}
/***********************
section|image
************************/
._df{
display:flex;
justify-content:center;
align-items:center;}
.m-w{
    max-width:1748px;
}
/***********************
section|products-image-show
************************/

#site-index .products-image-show{


}

#site-index .products-image-show .product-image {
    text-align: center;
    margin-bottom: 20px;
}

#site-index .products-image-show .product-image img{
    margin-bottom:10px;
    transition: all 0.2s ease-in-out;
    width:100%;
    max-width:fit-content;
    max-height:300px;

}

#site-index .products-image-show .product-image img:hover{
    transform: scale(1.05);
    filter: brightness(80%) contrast(95%) saturate(100%) blur(0px) hue-rotate(0deg);
}


/***********************
  section|products-show
************************/

#site-index .products-show{
    display: block;
    margin: 30px 0;
    min-height: 827px;
    padding: 135px 0;
    background-image: url(https://drydy.com/wp-content/uploads/2023/09/backimage1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-prev,.owl-next{
    position: absolute !important;
    font-size: 30px !important;
    top: 40% !important;
    color: #777 !important;
}
.owl-prev:active ,.owl-next:active{
    outline: none !important;
}

.owl-prev{
    left: 0px !important;
}

.owl-next{
    right: 0px !important;
}

/***********************
 section|about-us-show
************************/

#site-index .about-us-show{
    display: block;
    margin: 30px 0;
    min-height: 615px;
    padding: 166px 0;
    background-image: url(https://drydy.com/wp-content/uploads/2023/09/backimgabout.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#site-index .about-us-show p{
    color: #fff;
}

#site-index .about-us-show div.d-flex{
    gap: 90px;
}


/***********************
 section|blogs-show
************************/

#site-index .blogs-show{
    display: block;
    margin: 50px 0;
    background-image: url(https://drydy.com/wp-content/uploads/2023/09/backimgblog.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/***********************
 section|contact-us
************************/

#site-index .contact-us-show{
    display: flex;
    position: relative;
    min-height: 400px;
}




#site-index .contact-us-show .contact-us-img{
    display: block;
    width: 60%;
    height: 365px;
    margin: 50px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#site-index .contact-us-show .contact-us-txt{
     position: absolute;
    width: 45%;
    padding: 40px 40px;
    right: 90px;
    top: 16%;
    border-radius: 100px 0 0;
    background: var(--sc);
}

#site-index .contact-us-show .contact-us-txt h3{
    color: var(--mc);
    line-height: 1.4;
}

#site-index .contact-us-show .contact-us-txt p{
    color: var(--mc);
    line-height: 45px;
}



/***********************
  include|productItem
************************/

.product-item{
    box-shadow: 0 0 4px rgba(0,0,0,.12);
    background: #fff;
    padding: 4px 8px;
    border-radius: 2px;
}

.product-item h3{
    margin: 12px 0;
    font-weight: 400;
    text-align: center;
}

.product-item-image{
    overflow: hidden;
    position: relative;
    transition: transform 0.9s linear;
}

.product-image-parent{
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
    display: block;
}

/*.owl-carousel .owl-item img.cover{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 0.9s linear;
}*/

.product-item-image:hover{
    transform: scale(1.2);
}

/*.product-item-image:hover img.cover{
    display: block;
}*/

.pr-img a img.cover{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 0.9s linear;
}

.pr-img a:hover img.cover{
    display: block;
}


/*.product-item .product-item-icons{
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    width: 40px;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    padding: 6px 12px;
    position: absolute;
    top: 10px;
    right: -7px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out, right .2s ease-in-out;
}

.product-item .product-item-icons a i{
    font-size: 22px;
    color: #333;
    cursor: pointer;
}

.product-item .product-item-icons a i:hover{
    color: #777;
}

.product-item:hover .product-item-icons {
    right: 0px;
    opacity: 1;
    visibility: visible;
}*/


/***********************
  include|postItem
************************/


.blog-item .blog-image .blog-author div{
    width: 22px;
    overflow: hidden;
}

.blog-item .blog-image .blog-image-deta{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
}

.blog-item .blog-image .blog-image-deta .blog-icons{
    font-size: 15px;
}

.blog-item .blog-image .blog-image-deta .blog-icons i span{
    background: var(--mc);
    position: absolute;
    top: 4px;
    right: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    text-align: center;
    font-size: 9px;
    line-height: 14px;
}


.blog-item .blog-content{
    font-size: 14px;
    background: #F2F2F2;
    padding: 15px 20px;
}

.blog-item .blog-content .blog-date{
    color: #a5a5a5;
}

.blog-item .blog-content .blog-caption{
    text-align: justify;
    border-bottom: 1px solid #000;
    color: #777;
}

.blog-item .blog-content .blog-btn{
    font-weight: 800;
    color: var(--sc);
}

.comments-area .comment-body{
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 65px;
}

.comments-area .comment-author .avatar {
    right: auto;
    left: -52px;
}

.comments-area .replies {
    background-color: #f3f3f3;
    border-radius: 2px;
    padding: 14px;
    padding-inline: 45px;
    margin-top: 12px;
}

/***********************
        Footer
************************/

footer .footer{
    display: block;
    width: 100%;
    height: fit-content;
    padding: 150px 0 20px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

footer .footer .footer-section{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .footer h4{
    color: var(--tfc);
    font-weight: 900;
}

footer .footer p{
    font-size: var(--sfs);
    line-height: 35px;
}

footer .copy-right{
    background: var(--sc);
    text-align: center;
    font-size: 15px;
    color: #fff;
}

footer .copy-right span,
footer .copy-right span p{
    padding: 0;
    line-height: 0;
    margin: 0;
}

.whatsapp-chat{
    width: 40px;
    display: block;
    height: 40px;
    border-radius: 50%;
    background: var(--mc);
    color: #fff !important;
    text-align: center;
    font-size: 28px;
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    left: 13px;
}

/***********************
      Contact Us
************************/

#contact-us .content,
#about-us .content,
#blog-archive .content,
#user-login .content,
#post-show .content,
#product-search .content{
    margin-top: -100px;
}

#contact-us a{
    color: #5b5b5b !important;
    font-size: 15px !important;
}

#contact-us .section-title{
    padding: 0;
    margin: 0;
}

#contact-us h3{
    color: var(--mc);
}

#contact-us .site-li{
    line-height: 20px
}

#contact-us input, #contact-us textarea{
    border-radius: 15px 0!important;
}

#contact-us label{
    line-height: 1.3;
    font-weight: 600;
    font-size: 14px;
}

#contact-us iframe{
    width: 100% !important;
}

/***********************
      About Us
************************/

#about-us img{
    position: relative;
    top: 0;
    transition: all 0.4s ease-in-out;
}

#about-us img:hover{
    top: -8px;
   filter: brightness(80%) contrast(95%) saturate(100%) blur(0px) hue-rotate(0deg);
}

/***********************
      User Login
************************/

#user-login .data p{
    font-size: 14px;
    line-height: 30px;
}

#user-login .form{
   border-right: 1px solid #5b5b5b59;
}

#user-login .form label{
    font-size: 13px;
}

#user-login .login-form a{
    font-size: 13px;
}

#user-login .login-form{
    display: none;
}

#user-login .data #switch-form{
   cursor: pointer;
}

/***********************
      Post Show
************************/

#post-show .page-grouping{
    font-size: 11px;
    color: #fff;
    font-weight: 700;
}

#post-show .blog-author {
    font-size: 13px;
}

#post-show .blog-author div{
    width: 21px;
    height: 21px;
    overflow: hidden;
}

#post-show .w-search-input,
#product-search .w-search-input{
    position: relative;
}

#post-show .searchform-s,
#product-search .searchform-s{
    padding: 4px 0 4px 8px;
    border: 1px solid #9d9494a8;
    border-radius: 1px;
    width: 100%;
}

#post-show .blog-search-ent,
#product-search .product-search-ent{
    position: absolute;
    right: 0;
    margin: 0;
    border: none;
    background: transparent;
}

#product-search .product-search-ent{
    right: 20px;
}

#post-show .blog-search-ent i,
#product-search .product-search-ent i{
    font-size: 20px;
        margin-right: 15px;
}

#post-show .blog-sidebar h5{
    font-size: calc(var(--shs)*0.5);
}

#post-show .blog-similar .similar-img{
    width: 60px;
    height: 60px;
}

#post-show .blog-similar .similar-txt{
    font-size: 12px;
}

#post-show .blog-similar .similar-txt a{
    font-weight: 600;
}

/***********************
     Product Search
************************/

#product-search .product-items .product-item{
    margin: 6px;
    display: inline-block;
}

#product-search .dropdown{
    border-bottom: 1px solid rgba(0,0,0,.125);
    left: 85%;
    color: #000;
    width: fit-content;
    padding: 4px 8px;
    font-weight: 500;
}

#product-search .product-search-btn{
    color: #000 !important;
    box-shadow: 0 0 4px rgba(0,0,0,.12);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
}

#product-search .aside-filter-title,
#product-search .p-search-sidebar #accordion,
#product-search .p-search-sidebar #accordion2,
#product-search .p-search-sidebar #accordion3{
    font-weight: 600;
    color: #000 !important;
}

#product-search .aside-list,#product-search aside-list,
#product-search .p-search-sidebar #accordion .menu-site,
#product-search .p-search-sidebar #accordion .menu-site li ul{
    list-style: none;
}

#product-search .aside-list li a,
#product-search .aside-list li a,
#product-search .p-search-sidebar #accordion .menu-site li a{
    font-size: 14px;
    color: #777 !important;
    font-weight: 400;
}

#product-search .dropdown-toggle::after{
    display: none;
}

#product-search .dropdown-toggle i,
#product-search .search-media a i{
    color: #777777;
    padding-left: 25px
}

#product-search .modal-content.sort-search ul{
    list-style: none;
    direction: rtl;
}

/***********************
      Product Show
************************/

.product-show .title{
        padding: 10px 0px !important;
}

.product-show .tool i{
    color: #000;
    font-weight: 500;
    font-size: 12px;
    margin-right: 9px;
    cursor: pointer;
}

.product-show .tool{
    border-top: 1px solid #dedede;
    padding: 10px 0px !important;

}

.product-show .breadcrumb {
    padding: 0;
    margin-bottom: 0;
}

.product-show .main-btn{
   padding: 6px 20px;
        position: static;
    float: right;
}

.product-show  .number-cart .minus{
     border-bottom-right-radius: 14px;
     display: inline-block;
     font-size:150%;
     cursor: pointer;
}
.product-show  .number-cart .plus{
     display: inline-block;
     font-size:125%;
     cursor: pointer;
}
.product-show .number-cart .cap{
    display: inline-block;
    font-size: 81%;
    position: relative;
    top: -3px;
}
.product-show .number-cart input {
    display: inline-block;
    width: 25px;
    outline: none;
    border: none;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    color: black;
    font-size: 18px;
    position: relative;
    top: -3px;
}

.product-show .number-cart {
    border: 1px solid #9f9999b3;
    background: white;
    height: 41px;
    border-radius: 9px;
    text-align: center;
    font-size: 125%;
    color: #8f8f8f;
    width: 75%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.product-show .stock-1,
.product-show .pay-possibility{
    text-align: center;
    font-size: 12px;
}

.nav-tabs{
    border-bottom: none !important;
}

.product-show .nav-tabs{

    border-top: 1px solid #dee2e6 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color: var(--mc) !important;
}

.nav-tabs .nav-link{
     border: none !important;
     border-top: 2px solid transparent !important;
     border-radius: 0 !important;
}



.product-show-carousel .owl-carousel.owl-drag .owl-item{
    margin: 0 4px !important;
}

/***********************
     Password recovery
************************/

.user-forget-pass .card{
    border: none !important;
}

.user-forget-pass .btn-register{
    padding: 0 !important;
}

.user-forget-pass button{
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    background: var(--sc);
    width: 100%;
}

.user-forget-pass label {
    font-size: 13px;
    color: #000;
}

.user-forget-pass h4{
    font-size: 18px;
    font-weight: 600;
    color: var(--sc);
}

.user-forget-pass button:hover{
    color: #fff !important;
}

.user-forget-pass #safety-code{
    position: relative;
}

.user-forget-pass .refresh-captcha{
    position: absolute;
    top: 21px;
    right: 0;
    height: 36px;
    border-radius: 0.25rem;
}

span.refresh-captcha {
    right: 36px !important;
    left: auto !important;
    top: 30px;
}

.refresh-captcha {
    position: absolute;
    height: 34px !important;
    right: -6px;
    top: 12px;
    border-radius: 3px;
    width: 100px;
    margin-right: 7px;
    margin-top: 21px;
}

form .re{
 position: relative;
}

form.login-with-code .d-captcha{
    position: relative;
}

form.login-with-code .usr-label{
    margin-top: 10px;
    margin-bottom: 3px !important;
    font-size: 14px;
}

form.login-with-code img.refresh-captcha {
    top: 15px;
}


/***********************
      Dashbord
************************/

.sidebar.sh-card {
    position: absolute;
    height: 789px;
    z-index: 998;
    width: 265px;
    margin: 0 28px;
    box-shadow: none !important;
}

.sidebar .sidebar-chiled {
    padding: 0;
    padding-inline: 10px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.sidebar a {
    display: block;
    color: #5a5658;
    padding: 16px;
    padding-inline: 5px;
    text-decoration: none;
}

.user-menu-info a {
    position: relative;
}

.m-user-dc {
    display: inline-block!important;
}

.order-profile-pic {
    width: 54px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 12px 6px;
}

.order-profile-name {
    width: 133px;
    max-height: -34px;
    height: 21px;
    overflow: hidden;
    font-size: 75%;
    font-weight: 600;
    display: inline;
    position: absolute;
    margin-top: 21px;
    padding: 2px 0px;
}

.order-profile-mob {
    width: 133px;
    max-height: -34px;
    height: 21px;
    overflow: hidden;
    font-size: 87.5%;
    display: inline;
    position: relative;
    margin-top: 43px;
    top: 27px;
}

.sidebar a {
    display: block;
    color: #5a5658;
    padding: 16px;
    padding-inline: 5px;
    text-decoration: none;
}

.user-menu-info a:nth-of-type(3) {
    font-size: 12px;
    font-weight: 600;
    color: #19bfd3;
}

.sidebar a {
    display: block;
    color: #5a5658;
    padding: 16px;
    padding-inline: 5px;
    text-decoration: none;
}

.english-ltr .dashboard-section {
    margin-right: unset;
     margin-left: 300px;
}

.act-supply{
    left: unset;
    right: 0;
}

.mdi-chevron-left::before {
  transform: scaleX(-1);
}


/***********************
      Responsive
************************/

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

    /***********************
     Responsive1025-Header
    ************************/

    .header-mob-open-icon,
    .header-mob-close-icon{
        display: block;
        padding: 0 5px;
        font-size: 25px;
        color: var(--mc);
        cursor: pointer;
    }

    header .header-bottom .header-menu .menu-drop-down2 {
        width: 125px;
    }

    header .header-top{
         justify-content: center!important;

    }

    header .header-top .whatsapp-number span{
        display: none;

    }

    header .header-bottom{
        padding: 0 15px;

    }

    .header-mob-close-icon {
        font-weight: 600;
        font-size: 14px;
        line-height: 1;
        border-bottom: 1px solid rgba(0,0,0,.105);
        width: 100%;
        padding-left: 56vw;
        min-height: 55px;
        padding-top: 20px;
    }

    header .header-bottom .header-menu{
        min-height: 100vh;
        background-color: rgba(0,0,0,.7);
        position: fixed;
        width: 0;
        bottom: 0;
        left: 0;
        transition: all 0.4s ease-in-out;
    }

    header .header-bottom .header-menu .menu-items {
        flex-direction: column;
        gap: 0;
        background: var(--hc);
        min-width: 70vw;
        min-height: 100vh;
        left: -700px;
        position: fixed;
        bottom: 0;
        z-index: 500;
        overflow: hidden;
        overflow-y: auto;
        transition: all 0.5s ease-in-out;
    }

    header .header-bottom .header-menu .menu-items .menu-item{
        border-bottom: 1px solid rgba(0,0,0,.105);
        width: 100%;
        padding-inline: 40px;
        min-height: 50px;
        padding-top: 15px;
    }

    header .header-bottom .header-menu .menu-items .menu-item .menu-link i,
    drop-down-link2 i{
        position: absolute;
        right: 20px;
        padding-left: 20px;
        margin: 0;
        font-size: 20px;
    }

    header .header-bottom .header-menu .menu-drop-down{
        width: 100%;
        left: 0;
        border-bottom: none !important;
        box-shadow: none;
    }

    /***********************
       Responsive1025|slide-show
    ************************/

        .cap-center-img {
            right: 115%;
        }


    /***********************
   Responsive1025|contact-us
    ************************/

    #site-index .contact-us-show .contact-us-txt{
        width: 45%;
    }

}

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

    .sidebar {
        position: fixed;
        height: 100vh;
        width: 92%;
        max-width: 350px;
        top: 0;
        padding-top: 65px !important;
        border-radius: 0;
        left: -100%;
        background: #FFF;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
        transition: all 0.3s ease;
        z-index: 1;
    }

    .dashboard-section {
        width: 100% !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .dashboard-section .system-dashboard {
        min-height: 0 !important;
    }
}


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

    /***********************
      Responsive992|section
    ************************/

    #site-index .section-title{
        width: 60%;
    }

    /***********************
       Responsive992|slide-show
    ************************/

        .cap-center-img {
            right: 108%;
        }

        .cap-txt{
            width: 100%
        }

        #site-index .custom-carousel-caption{
            width: 380px !important;
        }


}

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

    /***********************
     Responsive768|slide-show
    ************************/

        .cap-center-img {
            right: 20%;
            top: 160%;
            width: 50%;
        }

        .cap-left-top-img {
            right: 29%;
            bottom: unset;
            top: 146%;
            width: 40%;
        }

        .cap-left-bottem-img{
            right: 0;
            bottom: unset;
            top: 220%
        }

    /***********************
      Responsive768|section
    ************************/

    #site-index .section-title{
        width: 80%;
    }

    /***********************
    Responsive768|slide-show
    ************************/

    #site-index .custom-carousel-caption{
        top: 35% !important;
        left: 50% !important;
        width: 90% !important;
        transform: translate(-50%, -50%);
        text-align: center !important;
    }

    #site-index .custom-carousel-caption h4{
        font-size: 25px;
    }

    #site-index .slide-show .main-btn{
        position: unset;
    }

    /***********************
     Responsive768|events
    ************************/

    .events-show .events-container{
        flex-direction: column-reverse;
    }

    /***********************
   Responsive768|contact-us
    ************************/

    #site-index .contact-us-show{
        flex-direction: column;
    }
    #site-index .contact-us-show .contact-us-img{
        width: 100%;
    }

    #site-index .contact-us-show .contact-us-txt{
        width: 90%;
        right: 5%;
        top: 70%;
    }
    /***********************
   Responsive768|about-us
    ************************/
    #about-us .first-about{
        flex-direction: column-reverse !important;
    }

    /***********************
      Responsive768|Contact Us
    ************************/

    #user-login .form{
       border-right: none;
    }

    /***********************
      Responsive768|dashbord
    ************************/

    #productBody .sh-card .specifications {
        width: 100%;
        max-width: 100%;
        padding-inline: 30px;
    }
    #productBody .sh-card .specifications h6{
        text-align: center;
    }

    /***********************
     Responsive768-Footer
    ************************/

    footer .footer{
        padding-top: 235px;
    }

    footer .footer .footer-section{
        align-items: baseline;
    }

    footer .footer ul{
        margin-top: 0px;
    }

    footer .footer h4{
        margin-top: 15px;
    }

    footer .footer p{
        padding-bottom: 0;
        margin-bottom: 0;
    }

    footer .copy-right{
        font-size: 12px;
    }

    /***********************
   Responsive768-Product Search
    ************************/

    #product-search .dropdown.sortBy{
        display: none;
    }
}

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

    /***********************
     Responsive576|about-us
    ************************/

    #site-index .about-us-show div.d-flex {
        gap: 30px;
    }

}

.about-us-show.new-letters{
padding: 35px 0 !important;
 min-height: fit-content !important;
}
.about-us-show.new-letters .item{
    padding-inline: 1% !important;
}
.about-us-show.new-letters .item .des {
    font-size: 14px;
    background: #F2F2F2;
    padding: 15px 20px;
    text-align: justify;
    border-bottom: 1px solid #000;
    color: #777;
    overflow-wrap: break-word;
}
.about-us-show.new-letters .item .title{
    color: var(--lc) !important;
    margin: 2px 0;
    font-weight: 400;
}
