
.hsection2 #view_cart_product svg:hover{
    fill: #2f7ec4;
}


.hsection2 .addtocart{
    width: 170px !important;
}

.calc-price.btn-outline-success:hover {
    background-color: transparent !important; /* Prevents green background */
    color: #16a34a !important;
    border-color: #16a34a !important;
}
.addQty, .subtractQty {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
;
}
.addQty:hover, .subtractQty:hover {
    /* background-color: transparent !important; */
    color: var(--bs-btn-hover-color) !important;
    /* border-color: #16a34a !important; */
    background-color: var(--bs-btn-hover-bg) !important;
    border-color: var(--bs-btn-hover-border-color);
}

.addQty:hover svg, .subtractQty:hover svg{
    fill: var(--bs-btn-hover-color) !important;  
}
 
.ui-datepicker-today .ui-state-default{background: rgb(47, 126, 196)!important;}
  .qtyblock:hover,
  .qtyblock:active,
  .qtyblock:focus{
    background:transparent;
  }
#toggleButton {
  display: inline-block !important;
}

.qtyblock, 
.qtyblock.active, 
.qtyblock.show, 
.qtyblock:first-child:active, 
.qtyblock:active{
      background-color: transparent;
    background: transparent;
}
.subtractQty{
    border-right-color: transparent;
}
.viewCartbtn #view_cart_product{
    margin-left: 12px;
    /* font-size: 14px; */
}
.viewCartbtn #view_cart_product svg{
    width: 20px;
}
.hsection2 .addtocarEnquiryBlock button,
.hsection2 .addtocarEnquiryBlock a{
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
}
@media (max-width: 1200px) {

    /* Extra-large screens */
    .hsection1 {
        width: 100%;
    }
    .hsection2 {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .cartbuttons{
        flex-direction: column!important;
    }
    .calc-price{
        margin-top: 80px!important;
    }
    .cartbuttons > div{
        width: 100%;
    }
    .addtocart{
        width: 100%!important;
    }
    .quantity-dropdown{
        width: 100%;
/*        left: -289px!important;*/
    }
    .cartbodyitems{
        left: -289px!important;
    }
    .mainhrline{
        display: none !important;
    }

}

.qtyicons svg{
    height: 16px;
    width: 16px;
}

.addtocart{
    position: relative; width: 150px; transition: 600ms all;
}
.addtocart:hover{
    background-color: var(--bs-light-bg-subtle) !important;
}

.items-button{
    width: 100%;
}

.custom_review p {
            padding: 0 !important;
            margin: 0 !important;
        }

        .bline-wrapper {
            width: fit-content;
            position: relative;
        }

        .nav-item {
            /*        width: fit-content!important;*/
        }

        .bline {
            width: 0%;
            background-color: #000;
            height: 2px;
            transition: width .3s ease-in-out !important;
            position: absolute;
            bottom: 6px;
        }

        .custom-link {
            padding: 10px 0px !important;
            /*        margin: 0px 10px 0px 0px!important;*/
        }

        .custom-link:hover+.bline {
            width: 100% !important;


        }

        @media(min-width: 1200px) {
            .custom-ul {
                display: flex;
                gap: 24px;
            }
        }

        @media (min-width: 576px) {

            /* Small screens */
            .feedback-text {
                font-size: 14px;
            }
        }

        @media (min-width: 768px) {

            /* Medium screens */
            .feedback-text {
                font-size: 16px;
            }
        }

        @media (min-width: 992px) {

            /* Large screens */
            .feedback-text {
                font-size: 16px;
            }
        }

        @media (min-width: 1200px) {

            /* Extra-large screens */
            .feedback-text {
                font-size: 14px;
            }
        }

        @media (max-width: 600px) {
            .imagescollection {
                /* flex-direction: column; */
            }

            .imagescollection img {
                width: 100% !important;
                aspect-ratio: 3 / 4.3;
            }
            .imagescollection.btm-images-collec img{
                aspect-ratio: 3 / 2;
            }

            #current-currency,
            #arrowIcon {
                display: none;
            }
            .navbar { 
                min-height: 89px;
            }
            .blogsection figure img{
                aspect-ratio: 4 / 2.5;
                width: 100%;
                object-fit: cover;
            }
            
        }

        .goverlay {
            background: rgba(0, 0, 0, 0.8) !important;
        }

        .mask {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0, 0, 0, .6);
            text-align: center;
            opacity: 0;
            filter: alpha(opacity=0);
            overflow: hidden;
            -webkit-transition: opacity linear .2s;
            -moz-transition: opacity linear .2s;
            -ms-transition: opacity linear .2s;
            -o-transition: opacity linear .2s;
            transition: opacity linear .2s;
            text-align: center;


        }

        .mask .triangle {
            border-color: transparent #3f85c2 transparent transparent;
            border-color: transparent #3f85c2 transparent transparent;
            font-size: 20px;
            border-width: 0 35px 35px 0;
            width: 35px !important;
            position: absolute;
            right: 0;
            top: -50px;
            -webkit-transition: top linear .2s;
            -moz-transition: top linear .2s;
            -ms-transition: top linear .2s;
            -o-transition: top linear .2s;
            transition: top linear .2s;
            height: 0;
            border-style: solid;
            display: inline !important;
        }

        .mask .triangle i,
        .mask a {
            color: #fff;
        }

        .mask-wrapper {
            position: relative;
            display: block;
        }

        .mask-wrapper:hover .mask {
            opacity: 1;
        }

        .mask-wrapper:hover .triangle {
            top: 0px;
        }

        .mask-wrapper .mask i {
            font-size: 16px;
            position: absolute;
            right: 0;
            top: 0px;
            left: 18px;
        }



        /* @media (min-width: 1200px) {
            .col-xl-2.custom_review  {
                width: 20%;
                max-width: 20%;
            }
        } */


.innerslides{
    display: flex;
    align-items: center;
    width: 628px !important;
}

.text-wrapper {
  flex: 1;
  overflow: hidden;
  text-align: center;
}
.gap-5 {
    gap: 2rem !important;
}
.text-link:hover {
    background-size: 100% 2px;
    text-decoration: none;
}
.text-track {
  display: flex;
  transition: transform 1.7s ease-in-out;
}
[aria-expanded=true] .chevron-down {
    transform: rotate(-180deg);
}
.chevron-down {
    display: inline-block;
    transition: .5s ease-in-out;
}
.pt-5 {
    padding-top: 2rem !important;
}
.text-slide {
  min-width: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow {
    border: none;
    cursor: pointer;
    font-size: 11px;
    background-color: #dad7d2;
    border-radius: 50px;
    padding: 0;
    height: 20px;
    width: 20px;
}
.arrow svg{
    margin-top: -2px;
}
.arrow:hover {
  color: #000;
}

.close-btn { 
        font-weight: 200;
    color: #000;
    position: absolute;
    right: 0;
    font-size: 23px;
  background: none;
  border: none;  
  cursor: pointer;
  padding: 0 12px;
  padding-right: 0 !important;
}

.close-btn:hover {
  color: #000;
}
.bgslidebar{
     background: #ecebe9;

}
.topbar-slider {
   height: 36.1px;     
  background: #ecebe9;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #555;
  position: relative;
  overflow: hidden;
justify-content: center;
}
@media (min-width: 992px) {
     

    .close-btn {
        right: 0;
        top: 0px;
    }
}
@media (max-width: 768px) {
       .innerslides{
        width: auto !important;
    }
    .arrow.right{
        position: absolute;
        right: 0;
    }
    .close-btn{
        bottom: 0;
    }
    .arrow.left{
        position: absolute;
        left: 0;
    }
    
     .topbar-slider {
    height: auto !important;
    padding: 6px 0;
           align-items: center;
  }

  .text-wrapper {
    overflow: visible !important;
  }

  .text-track {
    /* align-items: stretch; */
  }

  .text-slide {
    white-space: normal !important;
    min-width: 100%;
    text-align: center;
    line-height: 2.3;
    padding: 0;
  }

  
.text-slide {
  min-height: 2.6em; /* enough for 2 lines */
}
}

.navbar {
    background-color: var(--bs-body-bg);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding: .5rem;
}

.currencydropdown svg {
    margin-left: 8px;
    position: relative;
    top: -1px;
    transform: translate(.5px, 1.5px);
}
.currencydropdown svg, .qtyicons svg {
    height: 16px;
    width: 16px;
}
.navbar .dropdown .dropdown-toggle:after{
    display: none;
}
.navbar .dropdown .dropdown-toggle svg {
    width: 16px;
    height: 16px;
    color: var(--bs-gray-500);
    line-height: 1.5rem;
    margin-left: .625rem;
    border: 0;
    vertical-align: .255em;
    float: right;
    display: inline-block;
    margin-top: 4px;
}
@media (max-width: 1200px) and (min-width: 990px) {
    .imagescollection img{
        width: 100%;
    }
    .mediumSettingLeft{
        width: 70%;
    }
    .mediumSettingRight{
        width: 25%;
        padding: 0;
    }
    .quantity-dropdown{
        width: 72%;
    }
    .viewCartbtn #view_cart_product {
        margin-left: 1px;
    }
}


@media (max-width: 436px) {
.navbar .navbar-brand img{
        width: 147px;
    height: auto;
    }
}

@media (max-width: 400px) {
    
    .navbar .navbar-toggler svg{
        width: 18px;
        height: 18px;
    }
    .navbar .navbar-toggler{
        padding: 4px 5px 4px;
        line-height: 0; 
    }
    .navbar .navbar-brand img{
        width: 127px;
    height: auto;
    }
     .navbar .navbar-brand{
        margin-left: 16px !important;
    }
    .dropdown-menu-end.cartbodyitems  {
        right: -68px;
        left: auto !important;
    }
    .navbar>.container{
        padding: 0 5px;
    }
    
}

@media (max-width: 350px) {
.gap-4.maindropdownnav {
        gap: 4px !important;
    }
}
@media (max-width: 600px) {
    .navbar {
        min-height: auto;
    }
}
@media (max-width: 990px) {
    .navbar {
        /* padding: .75rem .5rem; */
    }
}