/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
.accept-quote{
    font-size: 13px
}

/*NEW YEAR BRANDING*/
.header-top{background-color: #068784;}
.header-middle{background: #35a89f;border-top: 1px solid #35a89f;border-bottom: 1px solid #35a89f;}
.sticky-header.fixed{background-color: #35a89f;}
/*Button Changes*/
.product-default .btn-add-cart, .product-default .btn-go-to-checkout{background: #35a89f;border-color:#35a89f}
.product-default .btn-add-cart:hover, .product-default .btn-go-to-checkout:hover {background-color: #068784;border: 1px solid #068784;}
.product-card-bottom .addtocart-button{background: #35a89f !important;}
.call-for-price {
    background: #f04636;
    border: 0;
    border-radius: 5px;
    width: 100%;
    padding: 7px;
}
/*NEW YEAR BRANDIN END*/

.header-contact span {
    font-weight: 600;
}

.header-contact .request-btn{
    font-weight: 600;
}
ul.menu.sf-js-enabled.sf-arrows li a.header-sale-link {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    letter-spacing: 4px;
    font-size: 18px;
    line-height: 28px;
    padding-right: 9px;
    padding-left: 5px;
}
ul.menu.sf-js-enabled.sf-arrows li a.header-blogs-link{
    color: #000000;
    font-family: "Dancing Script", cursive;
    font-weight: 900;
    font-size: 31px;
    line-height: 2px;
    transform: rotate(-13deg);
    padding: 15px 0px;
    margin-left: 10px;
    border-radius: 5px;
}
.mobile-menu-container{max-width: 100%;}
ul.mob-ss {
    margin: 0;
    padding: 12px 0;
    background: #00aa9d;
    display: flex;
}
ul.mob-ss li {
    display: inline-block;
    width: 49%;
    text-align: center;
}
ul.mob-ss li.li-border{
    border-right: 2px solid #fff;"
}
ul.mob-ss li a {
    color: #fff;
    font-size: 38px;
    font-family: "Dancing Script", cursive;
}
ul.mob-ss li a.sale{
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    letter-spacing: 4px;
    font-size: 26px;
    line-height: 58px;
}
.mobile-menu li a{
    text-align: center;
    line-height: 0;
    font-size: 14px;
    color: #2f2f2f !important;
    letter-spacing: 2px;
    padding: 28px 0;
}
.mobile-menu-wrapper{padding-top:0;}

.banners-section .subtitle{
    text-align: center
}

.pci-dss{
    margin-top: 10px;
}

.payment-images{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

/* Menu */
.menu .megamenu.megamenu-fixed-width{
    min-width:590px !important;
}
.menu .megamenu ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
}
/*track order Modal*/
.track-order-modal .close,
.request-a-quote-modal .close,
.req-for-quote,
.rq-fr-qt-frm .sbmt{
    background: #2064cf;
}

/*Product Detail Page*/

h1.product-title span {
    font-weight: 500;
    font-size: 14px;
    color: #8d8d8d;
}
.ratings-container{cursor: auto !important;}

.product-single-details .product-title{margin-bottom: 0;}

.product-single-details .p-review {
    color: #000;
    font-weight: 300;
    font-size: 20px;
}
.product-single-details .p-review span{
    font-size: 20px;
}
.product-single-details .p-review .stars-count{
    margin-right: 20px;
    font-size: 16px;
}
.product-single-details .write-reviews{
    font-weight: bold;
    font-size: 15px;
}

.product-item{
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-item img{
    align-self: center;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.product-single-carousel .product-item img.product-single-image:hover {
    transform: none;
}
.pro-ban-link{
    height: 150px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-right: 15px;
    padding-right: 15px;
}
.pro-ban {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #fe0000;
    border-radius: 10px;
}

.product-single-gallery{
    flex-direction: row-reverse;
    justify-content: left;
}
.product-gallery-list{
    position: absolute;
    left: -72px;
    top: 45px;
    padding-right: 10px;
    max-height: 300px;
    overflow-y: auto;
}
.product-gallery-list::-webkit-scrollbar {
    width: 4px;
}

.product-gallery-list::-webkit-scrollbar-thumb {
    background-color: #35a89f;
    border-radius: 4px;
}

.product-gallery-list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.product-side-item {
    width: 50px;
    border: 2px solid #f6f6f6;
    margin-bottom: 6px;
    border-radius: 5px;
    cursor: pointer;
}
.product-side-item img {
    border-radius: 5px;
}
.pro-img-pop{
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100vh;
}
.img-pop-inner {
    background: #000000cf;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-img-pop img {
    width: auto;
    max-width: 90%;
    margin: 0 auto;
}
.img-pop-wrapper{
    border-radius: 10px;
    padding:10px;
    background: #fff;
    position: relative;
}
.img-pop-wrapper .image-slide-pre {
    content: '‹';
    position: absolute;
    left: -50px;
    bottom: calc(50% - 30px);
    font-size: 10rem;
    color: #ffffff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}
.img-pop-wrapper .image-slide-next{
    content: '›';
    position: absolute;
    right: -50px;
    bottom: calc(50% - 24px);
    font-size: 10rem;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}


/*OLD Description Tabs*/
.panel-group{
    margin-left: -15px;
}
.panel-group h2 ,.panel-group h3  {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}
.panel-collapse {
    padding: 10px;
    padding-left: 0;
    margin-bottom: 20px;
    color: #333;
}

/*New Description Tabs*/
.panel-group{
    padding: 0;
    padding-left: 0;
    padding-right: 0;
}
.panel-heading h2.panel-title {
    margin-top: 20px !important;
}
.panel-heading .panel-title {
    margin-bottom: 10px;
    margin-top: 50px;
}
.panel-collapse {
    margin-bottom: 20px;
    color: #333;
    border-radius: 9px;
    padding: 10px 10px;
    background: #f7f7f7;
}
.panel-body{
    font-size: 14px;
}




.product-page .request-form .card{
    margin-top: 0px;
}

form#rfq-with-captcha {
    padding: 10px;
}
form#rfq-with-captcha {
    padding: 10px;
    border: 1px solid #d9d9d9;
}
.expert-support {
    text-align: center;
}
.expert-support h2 {
    margin-top: 0px;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 600;
    border-bottom: 3px solid #333;
    padding-bottom: 8px;
}
.expert-support h2 span {
    color: #5f5f5f;
    font-weight: 400;
    font-size: 17px;
}

.expert-support h4 {
    font-weight: bold;
    margin-bottom: 5px;
}
.expert-support p {
    font-size: 14px;
    color: #333;
}
.card-body p{
    color: #000000;
    margin-top: 20px;
    text-align: center;
}
.request-form .card-body {
    padding: 1rem 17px;
}

.request-form .card-header{
    border:0px;
}
.request-form .card-header h4{
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
    text-transform: initial;
}
.request-form .card-header h4 b{
    color: #000000;
}
.request-form .sbmt{
    background-color: #35a89f;
    width: 80%;
    margin: 0 auto;
}
.product-four-reason li.payment-type {
    font-weight: 700;
    font-family: 'Roboto';
    color: #000000;
    font-size: 20px;
    margin-bottom: 20px;
}

.product-four-reason li img {
    width: 70%;
}

table.product-info-table th {
    color: #000000;
    width: 100px;
    line-height: 20px;
}

table.product-info-table td {
    font-weight: 600;
}

.reviews-form .submit-btn {
    background-color: #35a89f !important;
}
/*category page*/
.category-page .tool-bar-row{
    padding:0;
}
.category-info{
    padding:0
}
.category-header{
    background: #226cdf;
    border-radius: 10px 10px 0 0;
    position: relative;
}
h1.category-heading {
    font-size: 20px;
    background: #35a89f;
    color: #fff;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    margin:0;
}
p.category-description {
    padding: 20px 15px;
    background: #efefef;
    margin-bottom:0;
}
.category-container{margin-top: 20px;}
.category-container label{ color:#000000}
.category-container h2{font-size: 20px; font-weight: 500;margin-bottom: 5px;}
.category-container h3{font-size: 18px; font-weight: 500;margin-bottom: 5px;}
.category-container p{font-size: 14px;margin-bottom: 30px;}
.category-page .tool-bar-row .toolbox-right-parent{
    position: absolute;
    top: 7px;
    background: #fff;
    right: 10px;
}

/*Brand Page*/
.category-page .tool-bar-row{
    background: none;
}
.tool-bar-row select.form-control{
    margin:0;
}
.tool-bar-row .select-custom{
    margin-bottom: 0;
}
.brand-pro-wrap{
    margin-top: 30px;
}

/*Home Page*/
.product-image>a {
    display: flex;
    height: 220px;
    justify-content: center;
}
.product-image>a img {
    align-self: center;
}
.product-image h3.title.text-left{
    height: 50px;
}
.product-image .title.text-left{
    height: 50px;
}
.best-seller-sec h3.title.text-left a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.best-seller-sec .title.text-left a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-card-bottom{
    visibility: inherit !important;
}
.product-card-bottom .addtocart-button{
     background: #226ce0;
     color: #fff;
}
.featured_products_section .bottomcard-list{
    margin-bottom: 0;
}
.row.best-seller-card-header h1{
    font-size: 2.1rem;
}

/*Footer*/
.services li{
    width:25%;
}
.footer .left-text-cp{
    line-height: 35px;
}
.footer .footer-middle .contact-info p{
    font-size: 1.8rem;
    color: #000;
    font-weight: 700;
}
.footer .contact-info li.footer-email a{
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 8px;
    display: block;
}
.contact-info li{
    margin-bottom: 0px;
}
.footer .footer-address{
    margin-top: 5px;
}
.footer .footer-middle .contact-info span{
    font-weight: 500;
    line-height: 16px;
    font-size: 1.5rem;
}
ul.payment-policy {
    display: flex;
}
.payment-policy li {
    list-style: none;
    display: inline-block;
}
/*Brand Page*/
.product-default figure>a {
    height: 170px;
    display: flex;
}
.product-default figure img:first-child{
    margin: 0 auto;
    padding: 0;
    width:auto;
}
.product-default .product-action{
    visibility: visible;
}
.product-default .product-action .bottomcard-list{
    place-content: center;
}
span.wh-h {
    font-size: 15px !important;
    margin-top: 20px !important;
    margin-bottom: 5px;
    display: block;
}
span.wh-c {
    font-size: 12px !important;
    color: #8b8b8b !important;
    display: block;
    margin-bottom: 20px;
}
.widget-newsletter .btn{
    background: #35a89f;
}
.footer .footer-middle {
    border-top: 5px solid #35a89f;
}

.footer .widget .follow-us{
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 0;
    color: #333;
}
.footer .social-icon{
    width: 3rem;
}
a.social-icon.facebook {
    margin-left: -10px;
}
@media screen and (max-width: 676px) {
    .social-icons {
        text-align: center;
    }

    .social-icons p {
        margin: 0 auto;
    }
    .services {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .services li {
        flex: 0 0 calc(50% - 10px);
        background-color: #efefef;
        padding: 20px 10px;
        box-sizing: border-box;
        border-radius: 20px;
    }
    .footer .contact-info li.footer-email a{
        font-size: 1.3rem;
    }
}
/*Product Page*/
.request-form{
    margin-top: 10px;
}
form#rfq-with-captcha{
    padding:0;
    border:0px;
}
.product-page .request-form .card {
    box-shadow: 0px 0px 10px #e0dfdf;
    border-radius: 10px;
    padding-bottom: 30px;
}
.expert-support h2{
    padding: 11px 4px;
    border-radius: 10px 10px 0px 0px;
    background: #35a89f;
    border:0px;
    font-size: 19px;
    color: #ffffff;
}
.expert-support h2 span{
    color:#fff;
    display: block;
}
.expert-support p{
    padding:0 10px;
}
#rfq-with-captcha .form-control{
    height: 40px;
    border-radius: 5px;
}
.request-form .sbmt{
    width:100%;
}
.add-to-cart-sticky {
    display: none;
}
.price-box{
    margin-right: 10px;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}

.price-box img{
    height: 35px;
}
.old-price {
    color: #9d0606;
    font-family: 'Roboto';
}
.you-save {
    font-size: 11px;
    font-weight: 800;
    color: green;
    margin-top: 20px;
    margin-bottom: -10px;
    background: #2f742f;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 3px 10px;
    width: 200px;
}
.product-single-details .productQty{
    font-size: 15px !important;
}
.product-single-details .buy-now{
    display: none !important;
}
.product-single-details .add-cart{
    width: 250px;
    background: #0e736b;
    margin: 0;
}
.product-single-details .old-price{
    font-size: 1.8rem;
}
.pay-icons ul{
    display: flex;
    justify-content: space-between;
}
.pay-icons ul li img{
    height: 20px;
}
.sale-img {
    max-width: 100% !important;
    height: auto !important;
    position: absolute;
    width: 65px !important;
    left: 4px !important;
    top: 4px !important;
    z-index: 9;
}
.paction span{
    font-size: 1.4rem;
}
.add-cart span{
    padding-top: 0px;
}
.product-page .product-actions{
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-single-details .product-price{
    font-weight: 800;
    font-size: 2.8rem;
    display: block;
}
.product-single-details .product-price{
    color:#222222;
}
.product-single-qty{
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    margin: 0 1rem 0rem 0 !important;
}
.product-single-qty button, .product-single-qty input{
    border:none !important;
}

.warranty-return.container {
    padding-top: 30px !important;
    border-top: 3px solid #efefef;
    margin-bottom: 30px;
    color:#000;
}
.warranty-return.container h6 {
    font-size: 25px;
    font-weight: 500;
}
.warranty-return.container p{
    font-size: 14px;
    color: #000;
}
.warranty-return.container p a{
    font-size: 14px;
    text-decoration: none;
}

.tech-spec {
    color: #000;
    line-height: 1.5;
    margin-top: 50px;
}

/*Tabs */
.product-single-tabs{
    margin-top: 50px;
}

.product-page .product-single-tabs .nav-tabs {
    justify-content: center;
    border: 0;
}
.product-page .product-single-tabs .nav-tabs .nav-link{
    color: #000000;
}
.product-page .product-single-tabs .nav-tabs .nav-link.active:before {
    content: '';
    height: 5px;
    width: 10px;
    background: #df1a1a;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -5px;
    border-radius: 3px;
}

.product-page .product-single-tabs .nav-tabs .nav-link.active:after{
    background:#df1a1a;
}

.product-single-tabs .tab-pane{
    border: 2px solid #ebebeb;
    border-radius: 10px;
    padding: 25px 20px;
    color: #000000;
}
.product-desc-content ul{
    list-style: disc;
}
.tab-content h2{
    margin-bottom: 5px;
}
.tab-content h3 {
    font-weight: 500;
    margin-bottom: 5px;
}
.tab-content h4 {
    font-weight: 500;
    margin-bottom: 10px;
    color: #333;
}

#accordion .panel-body ul{
    margin-left: 30px;
}

/*Product reviews*/
.product-review {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.product-review .review-header {
    margin-bottom: 10px;
}

.product-review .username {
    font-weight: bold;
    margin-right: 10px;
    color: #333;
}


.product-review .stars {
    color: #f4b400;
    margin-right: 10px;
}

.product-review .review-body {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}
.reviews .head{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dfdfdf;
}
.reviews .title{
    margin-bottom: 12px;
    font-size: 22px;
}
.write-review{
    color: #226cdf!important;
    text-decoration: none;
    font-size: 14px;
}
.write-review i{
    margin-right: 5px;
}
.reviews-form{
    padding: 20px 10px;
}
.reviews-form .submit-btn{
    background-color: #226cdf;
    color: #fff;
}
.reviews-form label{
    margin-right: 4px;
}

.rating {
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    margin: 0;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
    font-size: 25px;
}

.rating label:last-child .icon {
    color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
    color: #09f;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #000;
    text-shadow: 0 0 5px #09f;
}

.reviews-form .help-block{
    margin-top: 7px;
}

.product-single-container.product-single-default {
    margin-top: 0px;
}
.product-single-details .product-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

p.font-weight-bold {
    display: inline-block;
    font-weight: bold !important;
    color: #333;
    font-size: 20px;
    margin-right: 20px;
}
.product-four-reason ul{
    display: flex;
}
.product-four-reason {
    padding-top: 15px;
}
.product-four-reason li img{
    width:90%;
}

/*Product Page Mobile*/

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

    .sticky-header.fixed{
        position: relative;
    }
    .product-page nav.breadcrumb-nav{
        display: none;
    }

    .add-to-cart-sticky {
        display: block;
        position: fixed;
        background: #fff;
        width: 100%;
        border-bottom: 1px solid #efefef;
        top: -75px;
        left: 0;
        z-index: 9;
        padding: 15px 10px;
        box-shadow: 1px 5px 10px #ebebeb;
        transition: .3s;
    }
    .add-to-cart-sticky.slideDown{
        top: 0;
    }
    .add-to-cart-sticky.slideUp{ top: -75px}
    .product-single-details .add-cart{width: 200px}

    .add-to-cart-sticky .product-price{
        font-size: 20px !important;
    }
    .add-to-cart-sticky .product-single-qty{
        width: 95px;
        margin: 0 !important;
    }
    .add-to-cart-sticky  .add-cart{
        margin: 0;
        width: 150px;
    }
    .add-to-cart-sticky  .product-actions{
        margin:0 !important;
        align-items: center !important;
        justify-content: space-around;
    }
    .product-single-details .old-price{
        font-size: 1.6rem;
    }

    .product-page .product-single-tabs .nav-tabs .nav-link{
        font-size: 14px;
    }
    .product-four-reason ul li{
        width: auto;
    }
    .product-four-reason li img {
        width: 80%;
        margin-left: 10px;
    }
    .pay-icons ul li img {
        height: 15px;
    }
    .pro-ban-link{
        position: relative;
        width: 95%;
        height: 100px;
        margin: 0 auto;
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .pro-ban{
        position: relative;
        margin-bottom: 20px;
    }
    .panel-group {
        margin-left: 0;
    }

    .nav.nav-tabs .nav-item+.nav-item{
        margin-left: 0px;
    }
    .product-page .product-single-tabs .nav-tabs {
        justify-content: space-between;
    }
    .product-single-tabs .tab-pane{
        padding: 25px 5px;
    }

}

/*Checkout Page*/
.shipping-address-box{
    border: 1px solid #efefef;
    margin-bottom: 5px;
}
.shipping-address-box .btn-sm.btn-link{
    padding:5px
}



@media screen and (max-width: 676px) {
    .category-page .tool-bar-row{
        padding:10px 0;
    }
    .category-info{
        padding:0 20px;
    }
    h1.category-heading{
        width: calc(100% - 95px);

    }
    .category-page .tool-bar-row .toolbox-right-parent{
        width:100px;
        right:10px;
        top:8px;
    }
    .product-item{
        height: auto;
        min-height: 350px;
    }
    .product-item img{
        width:100%;
    }
    /* Product Page*/
    .product-four-reason{
        margin: 0;
        padding: 0;
    }
    .product-four-reason li img{
        width: 100%;
    }

    .product-gallery-list{
        position: relative;
        display: flex;
        justify-content: space-between;
        max-height: auto;
        overflow-y: unset;
        overflow-x: auto;
        top: unset;
        left: unset;
        padding-right: 0;
    }
    .img-pop-wrapper{
        width: 90%;
    }
    .img-pop-wrapper .image-slide-pre{
        left: 0;
        font-size: 5rem;
        color:#4c4c4c;
    }
    .img-pop-wrapper .image-slide-next{
        right: 0;
        font-size: 5rem;
        color:#4c4c4c;
    }
    .product-side-item{
        min-width: 80px;
        max-width: 80px;
        width: 80px;
    }
    .product-gallery-list::-webkit-scrollbar{
        height: 6px;
        width: auto;

    }

}
