
.select2-container{
    height: 40px!important;
    margin-top: 7px!important;
}
.billing_addressedit .select2-container{
    height: 31px!important;
    margin-top: 0px!important;
}
.select2-container--default .select2-selection--single{
    border: 0!important;
    height: 40px!important;
    margin: 0!important;
    border-bottom: 1px solid #ccc!important;
    border-radius: 0!important;
}
.billing_addressedit .select2-container--default .select2-selection--single{
    height: 31px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px!important;
    color: #666!important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif!important;
}
.billing_addressedit .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 31px!important;
}
.select2-dropdown{
    border-top: 1px solid #aaa!important;
    border-bottom: 1px solid #aaa!important;
    border-radius: 4px!important;
    border-radius: 4px!important;
}
.select2-container.select2-container--open .select2-selection--single{
    border-bottom-color: #0049A2!important;
}

.payment_methods input[type=radio]{
    appearance: auto;
}
.payment_methods li .payment_box p {
    display: block;
}
.payment_methods li{
    height: auto;
}


/* 12-8-22 */

/* header */
.main-header nav .top-nav li a{
    white-space: nowrap;
}
.banner .share-menu ul li{
    margin: 0 7px;
}

@media (max-width: 567px){
    .banner .share-menu ul li{
        margin: 0 4px;
    }
}
@media (max-width: 767px){
    .banner .share-menu ul li{
        margin: 0 2px;
    }
}

@media (min-width: 768px) and (max-width:1024px){
    .banner .share-menu ul li{
        margin: 0 2px;
    }
}

.banner .share-menu ul li a{
    margin: 0;
}
.mobile-nav li .active{
    color: #D11515!important;
}
@media (min-width: 1200px){
    .main-nav > ul > li.submenu .mega-menu .view-more-btn{
        text-transform: uppercase;
    }
}
@media (max-width: 1199.98px){
    .main-header .main-nav .mobile-only:nth-child(2){
        box-shadow: 0 0 24px -6px #ccc;
    }
}
@media (max-width: 767px){
    .search-box.open { 
        box-shadow: 0px 7px 8px -8px #ccc;
    }
}

/* Home Page  */
.home-page{
    margin-top: 6.7rem;
}
.Modern-Slider .item:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
    bottom: 0;
    left: 0;
}
.Modern-Slider .item .img-fill .info{
    z-index: 3;
    background: linear-gradient(48deg, rgba(0,0,0,48%) 51%, transparent 75%);
}
footer .socials li{
    flex-grow: 0.2;
}
.inner-page, .product-page {
    margin-top: 6.599rem;
}
.banner .share-menu{
    transition: all 0.4s linear;
}
.banner .share-menu ul{
    opacity: 0;
    transform: translateX(155px);
    display: flex;
    transition: all 0.4s linear;
}
.banner .share-menu:hover ul{
    opacity: 1;
    transform: translateX(0px);
    display: flex;
}
.banner .share-menu:hover{
    width: 13.25rem;
    /* min-width: 5.6875rem; */
}
.banner .share-menu .share-icon{
    width: 30px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s linear;
}
.product-tab .tab-details .tab-content .tab-pane .box-out p{
    margin-bottom: 10px;
}
.gallery .left-side{
    display: block;
}
#newsletter-modal .floating-input input{
    height: 55px;
}
.floating-input input.error + label{
    bottom: -35px;
}
.floating-input .wpcf7-spinner{
    position: absolute;
    right: -15px;
    top: 37px;
}
#newsletter-modal .wpcf7-response-output{
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.video-box a{
    pointer-events: none;
}
.home-vertical-out .home-vertical li.active:before{
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    z-index: 0;
}
.home-vertical-out .home-vertical li .section-content{
    transition: opacity 0.4s ease!important;
}
.home-vertical-out .home-vertical li.active .section-content{
    margin-top: -63px;
}
.home-vertical-out .home-vertical li .section-content .h1{
    transition: all 0.8s ease;
}
.home-vertical-out .home-vertical li.active .section-content .h1{
    opacity: 1;
}
.home-vertical-out .home-vertical li .section-content .h2{
    font-size: 1rem;
}
@media (min-width: 992px){
    footer .socials{
        padding-left: 2.5rem;
    }
    footer .socials li{
        text-align: left;
    }
}
@media (min-width: 1200px){
    .main-nav > ul > li.submenu .mega-menu{
        transition: all 0.5s cubic-bezier(0,0.14,0.54,0.99);
    }
}
@media (max-width: 1199.98px){
    .home-page {
        margin-top: 5rem;
    }
    .inner-page, .product-page {
        margin-top: 4.98rem;
    }
    .marine-tab .tab button {
        background: none!important;
        padding-right: 0;
        margin: 0 12px!important;
    }
    .marine-tab .tab button:first-child{
        margin-left: 0!important;
    }
    .marine-tab .tab button:last-child{
        margin-right: 0!important;
    }
    .marine-tab .tab button.active::after{
        width: 35%;
    }
    .banner .share-menu::before{
        content: "";
        background: url(../images/social-left-arrow.svg) center center no-repeat #D11515;
        height: 100%;
        width: 1.5625rem;
        position: absolute;
        left: 0;
        top: 0;
        display: block!important;
    }
    .banner .share-menu {
        border-radius: 17px 17px 0 17px;
        width: 5.6875rem;
        padding: 0.9375rem 1.125rem 0.9375rem 2.6875rem;
        
    }
    .marine-tab .tab .tab-buttons{
        justify-content: space-between;
    }
}
@media (max-width:1024px){
    .banner .share-menu::before{
        width: 1rem;
    }
    .banner .share-menu:hover{
        min-width: 3.59rem;
        width: 175px;
        padding: 10px 6px 10px 24px;
        border-radius: 17px 0 0 17px;
    }
    .banner .share-menu{
        height: 2.9375rem;
        width: 3.59rem;
        right: 0;
        padding: 10px 8px 10px 22px;
        border-radius: 17px 0 0 17px;
        justify-content: center;

    }
    .banner .share-menu:hover .share-mob{
        display: none;
    }
    .banner .share-menu .share-icon{
        width: 19px;
    }
    .banner .share-menu:hover .share-icon{
        width: 0;
    }
}

@media (max-width: 991px){
    .floating-input .main-btn{
        height: 3.4375rem;
        max-width: 150px;
    }
    .featured .box {
        height: 450px;
    }
    .featured .box > img{
        object-fit: cover!important;
    }
    footer .socials li{
        flex-grow: 1;
    }
    .em-about-mid{
        padding-top: 45px;
    }
    .em-about-mid .bottom-cont .col-md-6{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .em-about-mid .bottom-cont .img-box {
        width: 280px;
        margin: auto;
        height: 314px;
    }
    .em-about-mid .bottom-cont .right{
        text-align: center;
    }
    .log-pages{
        min-height: auto;
    }
    .log-pages .height-100-vh {
        min-height: auto;
    }
    .log-pages .d-grid {
        display: block;
    }
    .log-pages .logo {
        display: flex;
        justify-content: center;
    }
    .log-pages .sign-box-outer {
        padding-top: 60px;
        padding-bottom: 90px;
    }
    .address-box{
        margin: 0.9375rem 0;
    }
    .home-vertical-out .home-vertical li.active .section-content{
        margin-top: -29px;
    }
}

@media (max-width: 767px){
    .home-page {
        margin-top: 3.75rem;
    }
    .inner-page, .product-page {
        margin-top: 3.8rem;
    }
    .floating-input .main-btn{
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .floating-input .wpcf7-spinner{
        right: 0;
        top: unset;
        left: 0;
        bottom: -29px;
        margin: auto;
    }
    #newsletter-modal .floating-input .email{
        height: 35px;
    }
    #newsletter-modal .floating-input input.error + label{
        bottom: 10px;
        white-space: nowrap;
        z-index: 1;
    }
    .home-vertical-out .home-vertical li.active .section-content {
        margin-top: -23px;
    }
}



@media (max-width: 480px){
    .home-vertical-out .home-vertical li{
        max-width: 2.4375rem;
    }
}

@media (max-width: 425px){
    .featured .box {
        height: 370px;
    }
}

/* About Page */

.about-management .managementslider,
.about-management .slick-list,
.about-management .slick-list .slick-track,
.about-management .slick-list .slick-slide{
    height: auto!important;
}
.home-about .video-box .home-abt-img{
    cursor: default;
}

@media (max-width: 767px){
    .about-banner .img-box:after{
        height: 105%;
    }
}

/* Brand page */

.partner-box .img-responsive{
    transition: filter 0.4s ease;
}
.partner-box:hover .img-responsive{
    filter: grayscale(0);
}

/* Events */

.events-section .box .location{
    background-position-y: 30px;
}
.events-section .box .date .h6{
    margin-bottom: 0;
}
.event-detail-cont .ed-cont-wrap .ed-socail-share li{
    margin-top: 25px;
}
.event-detail-cont .ed-right-cont .ed-cont-head .colm span{
    font-size: 20px;
}
.event-detail-cont .ed-cont-wrap .ed-socail-share{
    padding-top: 0!important;
}
.events-section .box .date{
    align-items: center;
}
@media (max-width: 991px){
    .events-section .box .location{
        background-position-y: 15px;
    }
}
@media (max-width: 767px){
    .event-detail-cont .ed-right-cont .ed-cont-head .colm span{
        font-size: 12px;
    }
    .event-detail-cont .ed-cont-wrap .ed-socail-share li{
        margin-left: 20px;
    }
}
@media (max-width: 575px){
    .event-detail-cont{
        margin-top: 25px;
    }
    .events-section .box .date .h2 {
        font-size: 2.5rem;
    }
}

/* Gallery  */

.gallery-pop .modal-header .close{
    justify-content: center;
}
.gallery-pop .modal-header .close span {
    left: 7px;
    top: -1px;
}
a.arrow-btn {
    height: 40px;
    width: 40px;
    background-color: #000;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-pop  .modal-body{
    padding: 0;
}
.gallery-pop .carousel-indicators{
    display: none;
}
.gallery-pop .modal-content img {
    object-fit: cover;
}
@media (min-width: 992px){
    .modal.gallery-pop .modal-dialog {
        max-width: 900px;
    }
}

@media (max-width: 767px){
    /* .gallery-pop .modal-content img {
        max-height: 100%;
        min-height: 100%;
    } */
    a.arrow-btn {
        height: 30px;
        width: 30px;
    }
    .gallery-pop .carousel-control-prev-icon, .gallery-pop .carousel-control-next-icon {
        width: 15px;
        height: 15px;
    }
}
/* Product listing page */

.mobile-filter .mob-fil .tab-content label{
    padding-right: 10px;
    text-transform: capitalize;
}
.mobile-filter ul.pro-subcategory li:last-child{
    border-bottom: 0;
}



/* product page styles - 12-8-22 */

.products-list{
    min-height: 500px;
}
.products-list .no-product{
    margin: 40px 0;
    width: 100%;
    text-align: center;
}

.product-detail-pge{
    padding-top: 0!important;
}
.product-page .woocommerce-breadcrumb{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 1.5rem!important;
    padding-top: 1.5rem!important;
}

.product-page .woocommerce-breadcrumb a{
    color: #000;
}
.product-page .woocommerce-breadcrumb a:hover{
    color: #D11515;
}

/* 17/8/23 - Rosemol */
.variations_form{
    width: 100%;
}
/* ***** */

.right-prod-detail .request-price, .right-prod-detail .request-price-variable{
    cursor: pointer!important;
    font-weight: 500!important;
    display: block;
    margin-top: 30px;
    border: 1px solid #D11515!important;
    padding: 10px 15px!important;
    border-radius: 3px!important;
    color: #D11515!important;
    width: fit-content;
    min-width: auto!important;
}
.right-prod-detail .request-price-variable{
    margin-top: 0px;
}
.product-type-simple .right-prod-detail .request-price{
    margin-bottom: 60px;
}
.right-prod-detail .request-price:hover, .product .right-prod-detail .request-price-variable:hover{
    color: #000!important;
    background-color: #fff!important;
}
.similar-products .box img{
    margin: 0 auto;
    display: block;
    padding-bottom: 1.875rem;
    height: 160px;
    object-fit: contain;
}
.similar-products .box-out{
    border: 0;
    justify-content: space-between;
}
.similar-products .box h2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    min-height: 48px;
}
.similar-products .box .price{
    font-weight: 500;
    display: block;
}
.right-prod-detail h1{
    margin-bottom: 0;
}
.right-prod-detail .price-det{
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0;
}
.right-prod-detail .price-det .woocommerce-Price-currencySymbol{
    font-size: 18px;
    font-weight: 500;
}
.right-prod-detail .price-det .woocommerce-Price-amount:first-child{
    margin-right: 10px;
}
.right-prod-detail .price-det .woocommerce-Price-amount:nth-child(2){
    margin-left: 10px;
}
.right-prod-detail .clr-qty{
    margin-top: 0!important;
}
.right-prod-detail .clr-qty .label{
    width: 65px;
}
.right-prod-detail .clr-qty .variations_form table{
    margin-bottom: 10px;
}
.right-prod-detail .clr-qty .variations_form table .woo-variation-items-wrapper{
    padding-left: 0px;
    /* Rosemol - 17/8/23 */
    /* display: flex;
    align-items: center;
    flex-direction: column; */
}
/* Rosemol - 17/8/23 */
.right-prod-detail .clr-qty .variations_form table .woo-variation-items-wrapper{
    margin-left: 0!important;
}
/* **** */
.right-prod-detail .clr-qty .variations_form table .woo-variation-items-wrapper .reset_variations{
    margin-left: 20px;
}

.right-prod-detail .clr-qty .variations_form .single_variation_wrap .woocommerce-variation-price{
    font-size: 25px;
    font-weight: 500;
}
.right-prod-detail .clr-qty .variations_form .single_variation_wrap .woocommerce-variation{
    margin-bottom: 20px;
}
.right-prod-detail .clr-qty .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart{
    margin-top: 20px;
}
.right-prod-detail .clr-qty label{
    margin-bottom: 0;
    position: relative!important;
    width: auto;
    height: auto;
    margin: 0;
    /* clip: unset; */
    clip-path: unset;
    font-weight: 500;
}
.right-prod-detail .clr-qty .quantity{
    display: flex;
    align-items: center;
}
.right-prod-detail .clr-qty .qty{
    margin-left: 0px;
    /* width: 50px; */
}
.recent-order-box{
    align-items: center;
}
.recent-order-box .qty-wrapper{
    margin-left: 0;
}
.address-box.w-100 .remove, .address-box.w-100 .remove:hover{
    background-position: center;
}
.qty-wrapper{
    margin-left: 30px;
    display: flex;
    width: 115px;
    height: 40px;
    border: 1px solid #C1C9D3;
    padding: 6px 0;
}
.qty-wrapper button{
    width: calc(115px * 0.5);
    padding: 0;
    text-align: center;
    border: 0px;
    box-shadow: none;
    background-color: white;
    font-size: 20px;
    cursor: pointer;
}
.qty-wrapper .minus{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.qty-wrapper .plus{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.qty-wrapper input{
    width: calc(115px * 0.5)!important;
    /* padding: 0!important; */
    margin: 0!important;
    text-align: center!important;
    border: 0!important;
    margin: 5px 0;
    border-right: 1px solid #C1C9D3!important;
    border-left: 1px solid #C1C9D3!important;
    padding: 0 5px!important;
    border-radius: 0!important;
    -moz-appearance: textfield;
      
}
.qty-wrapper input::-webkit-outer-spin-button,
.qty-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.right-prod-detail .clr-qty .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .add-cat-buy{
    margin-top: 2.5rem!important;
}
.right-prod-detail .add-cat-buy .cart-btn{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.right-prod-detail .clr-qty .variations_form .single_variation_wrap .woocommerce-variation-price .woocommerce-Price-currencySymbol{
    font-size: 18px;
}
.prod-d-wrap{
    padding-bottom: 4rem!important;
}
.right-prod-detail .accordion{
    margin-top: 30px;
}
.out-of-stock{
    color: #D11515;
}
.product-type-simple .clr-qty .add-cat-buy,
.right-prod-detail .add-cat-buy{
    display: flex;
}
.product-type-simple .clr-qty .cart{
    width: 100%;
}
.product-type-simple .clr-qty .add-cat-buy .add_to_cart_button,
.right-prod-detail .add-cat-buy .buy_now_button{
    border: 1px solid #D11515;
    background: #D11515;
    color: #ffffff;
    padding: 12px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    min-width: 210px;
    text-transform: uppercase;
    border-radius: 0;
}
.product-type-simple .clr-qty .add-cat-buy .add_to_cart_button:hover,
.right-prod-detail .add-cat-buy .buy_now_button:hover{
    border: 1px solid #043673;
    background: #043673;
    color: #ffffff!important;
}
.product-type-simple .right-prod-detail .clr-qty .quantity{
    padding-bottom: 20px;
}
.flow-outer .address-box div.remove{
    margin-right: 0;
}
.address-box.w-100 .last{
    padding-left: 0;
}
.address-box .recent-order-box:last-child{
    border-bottom: 0;
}
.recent-order-box .qty-wrapper{
    padding: 6px 0;
}
.prod-top-wrap{
    padding-top: 15px;
}
.products-list .pro-unavailable{
    margin: 40px 0;
    text-align: center;
    width: 100%;
}
#enquire-modal .hidden-area{
    display: none;
}
.product-div .no-product{
    margin: 0 0 45px;
    width: 100%;
    text-align: center;
}
.similar-products .box a{
    position: relative;
}
.similar-products .box a .onsale{
    background-color: #D11515;
    color: #fff;
    padding: 1px 8px;
    position: absolute;
    border-radius: 0 0 3px 3px;
}
.prod-mob-top-wrap a{
    cursor: pointer;
}
mark, ins{
    background: #dff3ff!important;
}
.products-list .box-out, .products-list .box{
    height: fit-content;
}
.owl-carousel .owl-item img{
    height: 100%;
    object-fit: cover;
}
.products-list .filter_sec{
    margin-bottom: 40px;
}
.lost_reset_password .floating-input input.error + label {
    bottom: unset;
    top: 85px;
}
.right-prod-detail .accordion .card-body ul{
    margin: 0;
    padding-left: 18px;
}
.right-prod-detail .accordion .card-body ul li{
    list-style: disc;
    margin-bottom: 10px;
}
.right-prod-detail .card-body h1{
    margin-bottom: 15px;
}
.right-prod-detail .accordion .card .card-body table tr, .right-prod-detail .accordion .card .card-body table td, 
.right-prod-detail .accordion .card .card-body table th{
    border: 1px solid #ccc;
}
.right-prod-detail .accordion .card .card-body table td,
.right-prod-detail .accordion .card .card-body table th{
    padding: 5px;
}
.right-prod-detail{
    width: 43.4%;
}
.right-prod-detail .accordion .card-body table{
    /* width: 800px; */
    margin-bottom: 10px;
}
.right-prod-detail .accordion .card-body table table{
    margin-bottom: 0;
}
.right-prod-detail .accordion .card-body .highlight-wrap{
    overflow: auto;
    padding-right: 2px;
    margin-top: 20px;
}
.right-prod-detail .accordion .card-body .highlight-wrap::-webkit-scrollbar{
    height: 3px;
}
#enquire-modal .wpcf7-text, #enquire-modal .wpcf7-textarea{
    border-width: 0 0 1px 0;
    border-radius: 0;
}
#enquire-modal .modal-title{
    font-weight: 500;
}
#enquire-modal .modal-header{
    border-bottom: 0
}
#enquire-modal .modal-header .close{
    display: none;
}
#enquire-modal .modal-footer{
    border-top: 0;
}
/* .woocommerce-notices-wrapper .woocommerce-message{
    border-top-color: #D11515;
}
.woocommerce-notices-wrapper .woocommerce-message::before{
    color: #D11515;
} */
@media (max-width: 1199.98px){
    .product-div .no-product{
        margin: 45px 0 45px;
    }
    .main-nav ul ul.mega-menu .mega-menu-wrap .col{
        cursor: pointer;
    }
    .product-type-simple .clr-qty .add-cat-buy .add_to_cart_button,
    .right-prod-detail .add-cat-buy .buy_now_button {
        min-width: 170px;
    }
    .recent-order-box{
        display: block;
        padding-right: 0;
    }
    .address-box.w-100 .img {
        max-width: 24%;
        float: left;
        padding: 0;
    }
    .address-box {
        padding: 1.25rem!important;
    }
    .address-box.w-100 .second {
        max-width: 76%;
        float: left;
    }
    .address-box.w-100 .last {
        max-width: 120px;
        clear: both;
        margin-left: 24%;
        float: left;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0.9375rem;
    }
    .address-box.w-100 .last input{
        width: 2.5rem!important;
    }
    .address-box.w-100 .recent-order-box > .remove {
        max-width: 55%;
        float: left;
        padding-left: 0;
        margin-right: 0;
        padding-right: 0!important;
    }
    .recent-order-box .qty-wrapper{
        padding: 6px 0;
        width: 100%;
    }
    .recent-order-box .quantity{
        width: 100%;
    }
    .recent-order-box > .remove{
        margin-left: 35px!important;
        background: none!important;
    }
    .address-box.w-100 .remove a{
        opacity: 1;
        width: auto;
        font-size: 1.3rem;
        font-weight: 400;
        color: #000!important;
        background: none!important;
        padding: 5px 8px 7px;
        border: 1px solid #C1C9D3;
        border-radius: 0;
        height: auto;
        height: 40px;
    line-height: 25px;
    }
    .recent-order-box > .remove a:after{
        color: #000;
        content: 'Remove';
        font-size: 16px;
        font-weight: 400;
        margin-left: 5px;
    }
    .address-box.w-100 .recent-order-box > .remove:hover{
        opacity: 1!important;
    }
    .address-box.w-100 .recent-order-box > .remove:hover a{
        opacity: 1!important;
    }
    .address-box.w-100 .remove{
        transition: none!important;
    }
}

@media (max-width: 991px){
    .address-box.w-100 .recent-order-box > .remove a{
        max-width: 100%;
        float: left;
        padding: 5px 8px 7px!important;
        margin-right: 0;
       
    }
    .address-box.w-100 .recent-order-box > .remove{
        margin-left: 35px!important;
    }
    .lost_reset_password .floating-input .main-btn {
        max-width: 100%;
    }
    .right-prod-detail{
        width: 100%;
    }
    .marine-tab .tab .tab-buttons::-webkit-scrollbar, .product-tab .nav-tabs::-webkit-scrollbar{
        /* height: 0; */
        display: none;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;
    }
    .product-tab .nav-tabs{
        overflow-y: hidden;
    }
    .get-in-touch button:hover{
        background-color: #fff;
        color: #D11515;
    }
    .products-list .box .p{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .products-list .box {
        padding: 1.5rem 0.9375rem;
    }
}

@media (max-width: 767px){
    .product-div .no-product{
        margin: 0 0 45px;
    }
    .right-prod-detail .price-det .woocommerce-Price-currencySymbol {
        font-size: 15px;
    }
    .right-prod-detail .price-det {
        font-size: 30px;
    }
    .prod-d-wrap{
        padding-bottom: 2rem!important;
    }
    .right-prod-detail .clr-qty .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .add-cat-buy{
        margin-bottom: 0!important;
    }
    .flow-outer .address-box div.remove {
        margin-top: 0px;
    }
    .recent-order-box .second p, .recent-order-box .second h2{
        display: block!important;
    }
    .desktop-only{
        display: flex;
        padding-bottom: 35px;
        padding-top: 15px;
    }
    .prod-top-wrap .sort-by{
        display: none;
        
    }
    .right-prod-detail .request-price{
        font-size: 14px;
    }
    .products-list .box-out, .products-list .box {
        min-height: 227px;
    }
    .mobile-filter{
        right: 0;
    }
    .right-prod-detail .accordion .card-body table{
        width: 800px;
    }
}

@media (max-width: 575px){
    .product-type-simple .clr-qty .add-cat-buy .add_to_cart_button,
    .right-prod-detail .add-cat-buy .buy_now_button{
        border: 0!important;
        width: 50%;
    }
    .product-type-simple .prod-d-wrap{
        padding-bottom: 0!important;
    }
    .product-type-simple .right-prod-detail .clr-qty{
        padding-bottom: 0;
    }
    .product-type-variable .right-prod-detail .clr-qty{
        padding-bottom: 15px;
    }
    /* .product-type-variable .right-prod-detail .add-cat-buy .cart-btn {
        border: 0 !important;
        width: 100%;
    } */
    .right-prod-detail .add-cat-buy .buy_now_button {
        min-width: 1;
    }
    #enquire-modal .wpcf7-submit{
        padding: 15px 18px;
    }
    .notlogged-cart .add-cat-buy .cart-btn{
        width: 100%;
    }
    /* .products-list .box .p{
        min-height: 40px;
    } */
    .product-detail-pge .outer{
        min-height: 290px;
    }
    #enquire-modal .btn-secondary, #enquire-modal .wpcf7-submit{
        width: 50%;
    }
}

@media (max-width: 420px){
    .address-box.w-100 .recent-order-box > .remove{
        margin-left: 15px!important;
    }
    .address-box.w-100 .last .qty-wrapper button{
        width: 25px;
    }
    .recent-order-box .qty-wrapper{
        width: fit-content;
        height: 35px;
    }
    .address-box.w-100 .last{
        width: auto;
    }
    .address-box.w-100 .remove a{
        line-height: 20px;
        height: 35px;
    }
    .address-box.w-100 .last input{
        width: 2.4rem!important;
    }
    .address-box.w-100 .recent-order-box > .remove{
        margin-left: 12px!important;
    }
    .recent-order-box > .remove a:after{
        font-size: 14px;
    }
    .flow-outer .address-box{
        padding: 1.25rem 0.5rem!important;
    }
}


/* checkout page */

.woocommerce form.checkout_coupon .form-row-first{
    position: relative;
}
.woocommerce form.checkout_coupon .form-row-first input + label{
    bottom: -40px;
}
.woocommerce form.checkout_coupon .form-row-first input{
    height: 3.4375rem!important;
}

@media (max-width: 575px){
    .woocommerce form.checkout_coupon .form-row-first input{
        height: 2.5rem!important;
    }
    .woocommerce form.checkout_coupon{
        padding: 20px 10px!important;
    }
    .woocommerce.inner-page .flow-outer .checkout_coupon .button{
        padding-left: 0.55rem;
        padding-right: 0.55rem;
    }
}

/* Profile Page */

.floating-input input.valid + label {
    font-size: 14px;
}
#post-49 .woocommerce{
    border-left: 0;
    border-bottom: 0;
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation{
    border: 0;
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation ul{
    border-bottom: 1px solid #C9D2DD;
    /* border-right: 1px solid #C9D2DD; */
    border-left: 1px solid #C9D2DD;
}
#post-49 .woocommerce .woocommerce-MyAccount-content{
    border-bottom: 1px solid #C9D2DD;
    border-left: 1px solid #C9D2DD;
}
#post-49 .woocommerce .woocommerce-pagination{
    border-bottom: 1px solid #C9D2DD;

}
#post-49 .woocommerce .woocommerce-MyAccount-navigation ul li:last-child:hover::after,
#post-49 .woocommerce .woocommerce-MyAccount-navigation ul li:first-child:hover::after{
    display: none;
}
.log-out-btn{
    color: #D11515!important;
}
.log-out-btn:hover{
    color: #000!important;
}
.woocommerce form .show-password-input{
    top: 0.1em!important;
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation ul li:first-child:hover,
#post-49 .woocommerce .woocommerce-MyAccount-navigation ul li:last-child:hover{
    background: none;
}
.floating-input input:focus~label {
    /* margin-top: -50px!important; */
    color: #000!important;
    font-size: 0.875rem!important;
    opacity: 0.5;
}
.change_pwd_form .floating-input input:focus~label {
    margin-top: -50px!important;
    color: #000!important;
    font-size: 0.875rem!important;
    opacity: 0.5;
}
.change_pwd_form .floating-input input.valid ~ label {
    font-size: 14px;
    color: #555555;
}
.change_pwd_form input.valid ~ label {
    margin-top: -50px;
}
.woocommerce-MyAccount-content .recent-order-box:last-child{
    border-bottom: 0!important;
}
.woocommerce-form-register .floating-input input.error + label{
    bottom: -20px;
}
.woocommerce-form-login .floating-input input.error + label{
    bottom: -18px;
}
.sign-box .form-group{
    padding-bottom: 1.1rem;
}
.login-notices:empty{
    display: none;
}
#post-49 .woocommerce .woocommerce-MyAccount-content .form-group{
    margin-bottom: 30px;
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation ul li:last-child{
    border-bottom: 0!important;
}
.billing_addressedit .validate-required {
    position: relative;
}
.billing_addressedit .input-holder {
    padding: 10px 0;
}
.billing_addressedit input, .billing_addressedit select {
    width: 100%!important;
    margin: 0!important;
    border-left: none!important;
    border-top: none!important;
    border-right: none!important;
    border-radius: 0!important;
    /* padding: 0 3px; */
    /* height: 40px; */
    /* padding-left: 10px!important; */
    /* padding-right: 10px!important; */
    line-height: 1.5!important;
}
.billing_addressedit label:focus, .billing_addressedit input:focus, .billing_addressedit select:focus {
    border-bottom: 1px solid #0049A2;
}
.billing_addressedit label.error{
    bottom: -32px!important;
}
.billing_addressedit .form-row{
    width: 50%!important;
    padding: 3px 15px!important;
    margin: 20px 0 20px!important;
    display: block;
    
}
.billing_addressedit .floating-input input.error + label{
    bottom: unset!important;
    line-height: 1.5!important;
}
.billing_addressedit input[readonly]{
    background-color: #e9ecef;
    opacity: 1;
}
.billing_addressedit .floating-input input.valid + label, .billing_addressedit .floating-input input.error + label{
    margin-top: -55px;
}
@media (max-width: 991.98px){
    .accountpage.orderpage .woocommerce-MyAccount-content{
        display: block!important;
    }
    .accountpage .woocommerce-MyAccount-navigation{
        display: block!important;
    }
    #post-49 .woocommerce{
        border: 0!important;
    }
    #post-49 .woocommerce .woocommerce-MyAccount-navigation{
        border: 1px solid #C9D2DD!important;
    }
    #post-49 .woocommerce .woocommerce-MyAccount-navigation ul li:last-child{
        border-bottom: 0!important;
    }
    #post-49 .woocommerce .woocommerce-MyAccount-content{
        border: 1px solid #C9D2DD!important;
        margin-top: 30px;
    }
    #post-49 .woocommerce .woocommerce-MyAccount-navigation ul{
        border-left: 0;
        border-bottom: 0;
    }
}

@media (max-width: 767px){
    .billing_addressedit .form-row{
        width: 100%!important;
        padding: 3px 0px!important;
        margin: 20px 0 25px!important;
    }
    #post-49 .woocommerce .woocommerce-MyAccount-content .main-btn{
        width: 100%!important;
        max-width: 100%;
    }
    #post-49 .woocommerce .woocommerce-MyAccount-content{
        padding: 30px 15px;
    }
}

.select2-container:focus-visible{
    outline: none;
    box-shadow: none;
}

/* contact page */

.wpcf7 form .wpcf7-response-output{
    border: 0!important;
}
.wpcf7 form.spam .wpcf7-response-output{
    color: #D11515;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.success .wpcf7-response-output{
    color: green;
    background-color: transparent!important;
}
.register-notices:empty{
    display: none;
}
.success_veri, .fail_veri{
    margin-top: 20px;
    padding: 0 5px;
}
.wpcf7-not-valid-tip{
    display: none!important;
}
.contact-get-touch .contact-from-wrap .btn-wrap{
    position: relative;
}
.contact-get-touch .contact-from-wrap .btn-wrap .wpcf7-spinner{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -40px;
}

@media (max-width: 1024px){
    .contact-get-touch .head{
        max-width: 100%;
    }
    .contact-get-touch .wpcf7-response-output{
        margin-left: 0!important;
    }
    .contact-get-touch .contact-from-wrap .btn-wrap .wpcf7-spinner{
        margin-left: 15px;
    }
}

@media (max-width: 767px){
    .contact-get-touch{
        padding: 40px 0 60px!important;
    }
    
}

/* Result Page */

.search-product .products-list{
    flex-direction: column;
    margin-bottom: 60px;
}
.search-product .products-list .posts-navigation .nav-links a{
    border: 1px solid #D11515;
    border-radius: 3px;
    padding: 5px 15px;
    background: #D11515;
    color: #fff;
    margin: 0 10px;
}
.search-product .products-list .posts-navigation .nav-links{
    justify-content: center;
}
.search-product .products-list .posts-navigation .nav-links>div{
    flex: 0 0 auto;
}
.search-product .products-list .posts-navigation .nav-links a:hover{
    background-color: #fff;
    color: #D11515;
}


/* checkout page */

#order_review .woocommerce-checkout-review-order-table .cart-discount a{
    border: 1px solid #000;
    border-radius: 3px;
    padding: 0px 8px;
    color: #000;
    margin-left: 10px;
    font-size: 13px;
}

@media (min-width: 992px){
    #order_review .woocommerce-checkout-review-order-table .cart-discount a:hover{
        border: 1px solid #D11515;
    }
}
@media (max-width: 991px){
    #order_review .woocommerce-checkout-review-order-table .cart-discount a:hover{
        color: #000;
    }

}


.sign-box .form-group.focused label{
    font-size: 0.875rem!important;
    opacity: 0.5;
    margin-top: -50px;
}
.woocommerce.inner-page .flow-outer .checkout_coupon {
    display: block !important;
    height: unset !important;
}

.search-box .dgwt-wcas-search-wrapp{
    max-width: 100%;
}
.search-box .dgwt-wcas-search-wrapp .dgwt-wcas-search-input{
    border-width: 0 0 1px 0!important;
    border-color: #ced4da!important;
    border-radius: 0!important;
}
.search-box .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus{
    border-color: #D11515!important;
    box-shadow: none!important;
}
.search-box .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{
    display: none!important;
}
.search-box .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier, .search-box  .dgwt-wcas-close{
    display: none!important;
}
.dgwt-wcas-sp{
    font-weight: 500!important;
    display: flex;
    align-items: center;
}
.dgwt-wcas-suggestion-nores{
    font-weight: 600!important;
    opacity: 1!important;
}
.search-box .srch .search{
    top: 11px;
}
.dgwt-wcas-om-bar button.dgwt-wcas-om-return, .dgwt-wcas-om-bar button.dgwt-wcas-om-return:active, .dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus, .dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover{
    background-color: #043673!important;
}


@media (max-width: 575px){
    .prod-top-wrap.desktop-only{
        padding-left: 15px;
        padding-right: 15px;
    }
}



/* login */

.log-pages .logo{
    display: flex;
}
.login-notices.success {
    text-align: center;
}

/* Contact form */
@media (min-width: 992px){
    .contact-get-touch .contact-from-wrap .btn-wrap .btn.blue-btn:hover{
        color: #fff !important;
        font-weight: 400 !important;
    }
}
.about-vdo-section .video-box{
    max-width: 1364px !important;
    width: 100%;
    margin-right: auto;
}
.banner .item .info .container .text{
    background: none !important;
}
.filter_sec .promaincategory{
    font-weight: 400 ;
}
.events-banner::after {
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(35deg, rgba(0, 0, 0, 50%) , #00000000);
    width: 100%;
}
@media (max-width: 992px){
    .events-banner::after {
        background: linear-gradient(0deg, rgb(0 0 0 / 70%) , #00000000);
    }
}
.customer-says .nav-tabs li a .box .text p span{
    padding-left: 10px;
    margin-left: 5px;
}
.gallery .right-side .gallery-aside{
    object-position: left;
}
@media (min-width: 1200px){
    .main-nav > ul > li.submenu .mega-menu form .img-box{
        width: 50px;
    }
}
@media (min-width: 1200px){
    .home-page .product-tab .tab-details .tab-content .tab-pane .box-out p{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }
}
@media (min-width: 992px){
    .product-pge .products-list .box .p{
        min-height: 48px;
    }
}
.submit-loader{
    text-align: center;
}
.submit-loader img{
    max-width: 150px !important;
}
.lost_reset_password input.valid + label.error::before{
    display: none;
}


/* .lost_reset_password .floating-input input.error + label ~ .floating,
.lost_reset_password .floating-input input.valid + label ~ .floating{
    margin-top: -50px;
} */

ul.privacy-info li{
    list-style: disc !important;
}
ul.privacy-info{
    margin-left: 0;
    padding-left: 21px;
}


@media (min-width: 992px){
    .em-contact1 .headquarters-contact{
        margin-top: 60px;
    }
    .em-contact1 .branch-contact{
        margin-top: 60px;
    }
}

tr.variation-row{
    display: table-cell;
}

tr.variation-row .woo-variation-items-wrapper{
    padding-left: 0;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.selected{
    box-shadow: 0 0 0 2px rgba(233, 10, 10, 0.9) !important;
    /* padding: 5px 15px; */
}
/* Rosemol - 17/8/23 */
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper{
    align-items: unset!important;
    margin-left: 35px;
    padding: 2px;
    flex-direction: unset!important;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item{
    margin: 5px 5px;
}
/* .wvs-has-image-tooltip:before, [data-wvstooltip]:before{
    top: 50%;
    left: 105%!important;
    transform: translateY(-50%)!important;
    min-width: 125px!important;
}
.wvs-has-image-tooltip:after, [data-wvstooltip]:after{
    top: 50%;
    left: 105%!important;
    margin-left: -7px!important;
    transform: translateY(-50%) rotate(90deg)!important;
}
.wvs-has-image-tooltip:after, .wvs-has-image-tooltip:before, [data-wvstooltip]:after, [data-wvstooltip]:before{
    bottom: unset!important;
} */
/* ***** */
tr.variation-row  td.label label {font-size: 18px;
margin-bottom: 8px;
}

tr.variation-row  td .variable-item.radio-variable-item{
    padding: 5px 15px !important;
    margin-bottom: 5px !important;
}
tr.variation-row  td .radio-variable-items-wrapper{
    max-height: 300px;
    overflow: auto;
    display: block;
    padding: 12px;
}
tr.variation-row  td a.reset_variations{
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}


@media (max-width: 991.98px){
    .contact-get-touch .contact-from-wrap .btn-wrap .btn.blue-btn:hover{
        background: transparent !important;
        color: #043673 !important;
        font-weight: 400;
    }

    .contact-get-touch .contact-from-wrap .btn-wrap .btn.red-btn:hover{
        background: #D11515;
        color: #fff;
        font-weight: 400;
    }
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:110px;
	right:20px;

	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 1px 1px 3px #999;
  z-index:100;

}
.float i{
    color: #fff;
}

.my-float{
	margin-top:16px;
}
@media (max-width: 991.98px){
    .float{
        position:fixed;
        width:40px;
        height:40px;
        font-size: 23px;
        bottom: 45px;
    } 
    
    
.my-float{
	margin-top:9px;
}
}


/* 2-11-2022 */


.product-tab .nav-tabs .nav-item .nav-link .img-box{
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.event-detail-ban .NextArrow, .event-detail-ban .PrevArrow{
    background: #0436732e;
    border-radius: 50%;
    box-shadow: 0 0 13px -3px #0436734d;
}

.event-detail-ban .NextArrow:before{
    /* background: transparent;
    border: 1px solid #fff;
    box-shadow: 0 0 13px -3px rgb(0 0 0 / 25%);
    border-radius: 50%; */
}
/* .event-detail-ban .NextArrow:after{
    content: '';
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-shadow: 3px 3px 0px -1px rgb(0 0 0 / 50%);
} */

/* 9-1-2023 */

.woo-variation-swatches .variable-items-wrapper{
    max-height: 175px;
    overflow-y: auto;
    overflow-x: hidden;
}
#enquire-modal .wpcf7 form.sent .wpcf7-response-output {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0 15px;
    text-align: center;
}

@media (max-width: 575px){
    .woo-variation-swatches .variable-items-wrapper{
        max-height: 130px;
    }
    .right-prod-detail .add-cat-buy .cart-btn.request-price-variable{
        width: 100%;
        background: #D11515!important;
        color: #fff!important;
    }
    .product-type-simple .clr-qty .add-cat-buy,
    .right-prod-detail .add-cat-buy{
        justify-content: center;
    }
}