@font-face {

    font-family: 'Helvetica';

    src: url('fonts/Helvetica.woff2') format('woff2'),

        url('fonts/Helvetica.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Helvetica';

    src: url('fonts/Helvetica-Bold.woff2') format('woff2'),

        url('fonts/Helvetica-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Rubik';

    src: url('fonts/Rubik-Black.woff2') format('woff2'),

        url('fonts/Rubik-Black.woff') format('woff');

    font-weight: 900;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Rubik';

    src: url('fonts/Rubik-ExtraBold.woff2') format('woff2'),

        url('fonts/Rubik-ExtraBold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Rubik';

    src: url('fonts/Rubik-Bold.woff2') format('woff2'),

        url('fonts/Rubik-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Rubik';

    src: url('fonts/Rubik-Light.woff2') format('woff2'),

        url('fonts/Rubik-Light.woff') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Rubik';

    src: url('fonts/Rubik-Medium.woff2') format('woff2'),

        url('fonts/Rubik-Medium.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Rubik';

    src: url('fonts/Rubik-Regular.woff2') format('woff2'),

        url('fonts/Rubik-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Rubik';

    src: url('fonts/Rubik-SemiBold.woff2') format('woff2'),

        url('fonts/Rubik-SemiBold.woff') format('woff');

    font-weight: 600;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Arial';

    src: url('fonts/Arial-BoldItalicMT.woff2') format('woff2'),

        url('fonts/Arial-BoldItalicMT.woff') format('woff');

    font-weight: bold;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Arial';

    src: url('fonts/Arial-BoldMT.woff2') format('woff2'),

        url('fonts/Arial-BoldMT.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Arial';

    src: url('fonts/Arial-Mdm.woff2') format('woff2'),

        url('fonts/Arial-Mdm.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Arial';

    src: url('fonts/ArialMT.woff2') format('woff2'),

        url('fonts/ArialMT.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Muli';

    src: url('fonts/Muli.woff2') format('woff2'),

        url('fonts/Muli.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Muli-Bold';

    src: url('fonts/Muli-Bold.woff2') format('woff2'),

        url('fonts/Muli-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Muli';

    src: url('fonts/Muli-Light.woff2') format('woff2'),

        url('fonts/Muli-Light.woff') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Muli';

    src: url('fonts/Muli-ExtraLight.woff2') format('woff2'),

        url('fonts/Muli-ExtraLight.woff') format('woff');

    font-weight: 200;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Muli';

    src: url('fonts/Muli-SemiBold.woff2') format('woff2'),

        url('fonts/Muli-SemiBold.woff') format('woff');

    font-weight: 600;

    font-style: normal;

    font-display: swap;

}



img {

    max-width: 100%;

}

.main{

    position: relative;

    background-color: #fff;

    overflow: hidden;

}

input.text,

input[type="text"],

input[type="button"],

input[type="submit"],

input[type="email"],

input[type="tel"],

textarea,

.input-checkbox {

    outline: 0;

}



h1,

h2,

h3,

h4,

h5,

h6,

p {

    margin: 0px;

    font-family: Muli,Rubik,Arial,Helvetica,sans-serif;

}



input:focus {

    outline: 0;

}



textarea:focus {

    outline: 0;

}



button:focus {

    outline: 0;

}



a {

    cursor: pointer;

    text-decoration: none;

    transition: all 0.5s ease;

}



a:focus,

a:hover {

    text-decoration: none;

    outline: 0;

}



.TC {

    text-align: center;

}



.TL {

    text-align: left;

}



.TR {

    text-align: right;

}



.margin_auto {

    margin: auto;

    float: none;

}



.padding {

    padding: 0;

}



.al {

    width: 100%;

    height: 100%;

    display: table;

}



.alm {

    width: 100%;

    height: 100%;

    display: table-cell;

    vertical-align: middle;

}



abbr[title] {

    border-bottom: none !important;

    cursor: inherit !important;

    text-decoration: none !important;

}



body {

    background-color: #fff;

    font-family: Rubik,Arial,Helvetica,sans-serif;

}



.jcc{

    justify-content: center;

}

.jsb{

    justify-content: space-between;

}

.aic{

    align-items: center;

}

.ais{

    align-items: self-start;

}



.d-flex{

    flex-wrap: wrap;

}

.container{

    padding-left: 4.5%;

    padding-right: 4.5%;

}



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

    .container {

        max-width: 100%;

        padding-left: 4%;

        padding-right: 4%;

    }

}





.top-section

{

    padding: 0 0 0 25px;

    background-color: #fff;

}

.top-section .left-area

{

    display: flex;

    gap: 17px;

    align-items: center;

}

.top-section .left-area i

{

    color: #25bec6;

    margin-right: 5px;

}

.top-section a

{

    color: #272727;

    font-family: Muli;

    font-weight: normal;

    font-size: 14px;

    line-height: normal;

    display: block;

}

.top-section .right-area a

{

    font-size: 13px;

}

.top-section .right-area a:hover

{

    color: #25bec6;

}

.top-section .right-area a i

{

    color: #013c4d;

    margin-right: 5px;

    font-size: 12px;

}

.top-section .left-area a:hover

{

    color: #25bec6;

}

.top-section .right-area ul

{

    display: flex;

    padding: 0;

    margin: 0;

    align-items: center;

    transform: translateY(-1px);

}

.top-section .right-area ul .green-box a

{

    color: #fff;

}

.top-section .right-area ul li

{

    list-style: none;

    padding: 0 12px;

}

.top-section .right-area ul .green-box

{

    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);

    -moz-clip-path: polygon(0 0,100% 0,90% 100%,10% 100%);

    -ms-clip-path: polygon(0 0,100% 0,90% 100%,10% 100%);

    -o-clip-path: polygon(0 0,100% 0,90% 100%,10% 100%);

    clip-path: polygon(0 0,100% 0,90% 100%,10% 100%);

    padding: 12px 30px;

    background-color: #013c4d;

    color: #fff;

    display: block;

    width: fit-content;

}

.top-section .right-area .flag

{

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);

    -moz-clip-path: polygon(0 0,100% 0,100% 100%,30% 100%);

    -ms-clip-path: polygon(0 0,100% 0,100% 100%,30% 100%);

    -o-clip-path: polygon(0 0,100% 0,100% 100%,30% 100%);

    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);

    padding: 11px 12px 12px 24px;

    background-color: #013c4d;

}

.top-section .right-area .flag img

{

    max-height: 14px;

    width: auto;

    height: auto;

}





.header-wrap

{

    position: relative;

    z-index: 111;

}

.navigation-wrap, .header-search .header-search-lg

{

    background-color: #013c4d;

}

.navigation-wrap

{

    padding-left: 7%;

}

.navigation-inner {

    display: -webkit-box;

    display: flex;

    -webkit-box-align: center;

    align-items: center;

    border: 0;

    border-radius: 0;

}

.navigation-inner .navbar {

    padding: 0;

    z-index: 2;

}

.navigation-inner .navigation-text

 {

    margin-left: auto;

    margin-right: 25px;

    color: #ffb136;

}

.navbar-nav {

    display: -webkit-box;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    flex-direction: column;

    padding-left: 0;

    margin-bottom: 0;

    list-style: none;

}

.horizontal-megamenu {

    position: relative;

    flex-wrap: wrap;

}

.navigation-inner .navbar .navbar-nav {

    margin: 0 0;

    width: 100%;

    justify-content: left;

}

.horizontal-megamenu>.nav-item>.nav-link {

    line-height: 36px;

    position: relative;

    margin-bottom: 0;

    padding: 14px 25px;

    color: #fff;

    white-space: nowrap;

    -webkit-transition: none;

    transition: none;

    display: block;

    font-weight: 400;

    font-size: 15px;

    color: #fff;

}

.horizontal-megamenu>.nav-item>.nav-link:hover {

    background-color: #25bec6;

}

.horizontal-megamenu>.nav-item>.nav-link:after {

    content: attr(data-text);

    font-weight: 500;

    display: block;

    height: 0;

    overflow: hidden;

    visibility: hidden;

}

.header-search-wrap {

    position: relative;

    min-width: 0;

    -webkit-box-flex: 1;

    flex-grow: 1;

    margin-top: 0px;

}

.header-search .header-search-lg {

    position: relative;

    display: -webkit-box;

    display: flex;

    border-radius: 2px;

    background-color: #013c4d;

    padding: 20px;

    padding-top: 0;

    padding-left: 10.5%;

}

.header-search .header-search-lg .search-input {

    font-size: 14px;

    padding: 10px 15px;

    -webkit-transition: .15s ease-in-out;

    transition: .15s ease-in-out;

    display: block;

    width: 100%;

    font-weight: 400;

    line-height: 1.5;

    color: #495057;

    background-color: #fff;

    background-clip: padding-box;

    border-radius: .25rem;

    height: 44px;

    padding-left: 0;

    border: none;

    order: 2;

    border-bottom-left-radius: 0;

    border-top-left-radius: 0;

}

.header-search .header-search-lg .search-input::placeholder

{

    color: #9d9d9d;

}

.header-search .header-search-lg .search-input:focus

{

    box-shadow: none;

}

.header-search .header-search-lg .header-search-right {

    display: -webkit-box;

    display: flex;

    -webkit-box-align: center;

    align-items: center;

    margin-right: 0;

    order: 1;

    background: #fff;

    padding: 0 15px;

    border-top-left-radius: 2px;

    border-bottom-left-radius: 2px;

}

.header-search .nice-select:focus

{

    outline: none;

}

.header-search .nice-select {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    background: transparent url(../images/arrow-black.png) no-repeat right 0 center;

    background-size: 10px;

    font-size: 14px;

    padding-right: 30px;

    white-space: nowrap;

    user-select: none;

    -webkit-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    border: 0;

    width: auto;

    display: -webkit-box;

    display: flex;

    -webkit-box-align: center;

    align-items: center;

    position: inherit;

    top: 30px;

    left: 28px;

    font-family: Muli;

    background-color: #013c4d;

    height: 26px;

    border-radius: 0;

    background-image: url(../images/arw-down.png);

    background-repeat: no-repeat;

    background-size: 9px;

    padding-left: 9px;

    cursor: pointer;

    background-position: 94% 58%;

}

.header-search .header-search-lg .btn-search {

    display: -webkit-box;

    display: flex;

    height: 30px;

    width: 30px;

    margin-left: 0;

    padding: 0;

    -webkit-box-align: center;

    align-items: center;

    -webkit-box-pack: center;

    justify-content: center;

    border-radius: 0 2px 2px 0;

    background-color: transparent;

    color: #000;

    position: absolute;

    top: 36%;

    transform: translateY(-50%) rotate(90deg);

    right: 28px;

    border: 0;

}

.header-search .header-search-lg .btn-search>i {

    font-size: 15px;

    line-height: 36px;

}

.header-search .nice-select>span {

    width: 100%;

    line-height: 0;

    color: #fff;

}

.header-search .nice-select .list

{

    margin-top: -12px;

    margin-left: 20px;

}

.nice-select .list {

    background-color: #fff;

    box-sizing: border-box;

    opacity: 0;

    overflow: hidden;

    pointer-events: none;

    position: absolute;

    top: 100%;

    left: 0;

    -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25), opacity .15s ease-out;

    transition: all .2s cubic-bezier(.5,0,0,1.25), opacity .15s ease-out;

    min-width: 190px;

    margin-top: 1px;

    padding: 19px 0 16px;

    border-radius: 2px;

    box-shadow: 0 0 3px rgba(0, 0, 0, .15);

    -webkit-transform: scale(.8);

    transform: scale(.8);

    z-index: 9;

    -webkit-transition: all .15s ease-in-out cubic-bezier(.5,0,0,1.25);

    transition: all .15s ease-in-out cubic-bezier(.5,0,0,1.25);

}

.nice-select .option a{

    cursor: pointer;

    list-style: none;

    min-height: calc(1.5em + .75rem + 2px) -2;

    outline: 0;

    text-align: left;

    -webkit-transition: all .2s;

    transition: all .2s;

    color: #191919;

    font-weight: 400;

    line-height: 36px;

    padding: 0 30px;

}

.nice-select .option a:hover,

.nice-select .option.selected a{

    color: #013c4d;

    background: #fff;

}

.nice-select.open .list {

    opacity: 1;

    pointer-events: auto;

    -webkit-transform: scale(1) translateY(0);

    transform: scale(1) translateY(0);

}



.sub-main-logo-header {

    padding: 15px;

    position: relative;

}

/* .row>*

{

    width: auto;

} */

.header-column-left

{

    width: fit-content;

    padding: 0;
    display: flex;
    align-items: center;

}

.header-logo {

    display: -webkit-box;

    display: flex;

    height: 60px;

    padding: 0 15px 0 0;

    -webkit-box-align: center;

    align-items: center;

    overflow: hidden;

}

.header-logo img

{

    object-fit: contain;

    max-height: 100%;

}

.header-column-right

{

    display: flex;

    align-items: center;

    justify-content: flex-end;

    padding: 0 0 0 15px;

    

}

.header-column-right ul

{

    display: flex;

    padding: 0;

    margin: 0;

    list-style: none;

    gap: 12px;

}



ul.header-acc-btn li a {

    display: inline-flex;

    text-align: center;

    justify-content: center;

    width: 110px;

    height: 36px;

    line-height: 36px;

    border: 1px solid #ddd;

    font-size: 14px;

    color: #272727;

    background-color: transparent;

    text-transform: initial;

    -webkit-transition: all .4s;

    -moz-transition: all .4s;

    -ms-transition: all .4s;

    -o-transition: all .4s;

    transition: all .4s;

    font-weight: 400;

}

ul.header-acc-btn li a:hover

{

    background-color: #013c4d;

    border-color: #013c4d;

    color: #fff;

}

.header-acc-shopcart a {

    display:flex;

    text-align: center;

    justify-content: center;

    width: 180px;

    height: 36px;

    line-height: 34px;

    border: 1px solid #013c4d;

    font-size: 15px;

    font-family: Muli;

    color: #272727;

    background-color: transparent;

    text-transform: initial;

    transition: all .4s;

    -webkit-transition: all .4s;

    -moz-transition: all .4s;

    -ms-transition: all .4s;

    -o-transition: all .4s;

    width: 200px;

    margin-left: 12px;

}

.header-column-right .header-cart>span, .header-column-right .header-wishlist>span {

    line-height: 36px;

    color: #191919;

    white-space: nowrap;

    -webkit-transition: .15s ease-in-out;

    transition: .15s ease-in-out;

}

.header-acc-shopcart a .acc-shopcart-icon, .header-acc-shopcart a .acc-shopcart-price

{

    color: #013c4d;

}

.header-acc-shopcart a .acc-shopcart-item

{

    padding: 0 8px 0 10px;

}

.header-acc-shopcart a .acc-shopcart-price {

    font-size: 14px;

}

.header-acc-shopcart a:hover span

{

    color: #013c4d!important;

}

.home-banner-link-sec {

    width: 100%;

    display: flex;

    background-color: #25bec6;

    padding: 10px 0;

    overflow: hidden;

}

.home-banner-link-txt {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    overflow: hidden;

    white-space: nowrap;

}

.home-banner-link-txt marquee, .home-banner-link-txt p {

    width: 100%;

    font-size: 14px;

    line-height: 26px;

    font-family: Muli;

    color: #c3c3c3;

    text-transform: initial;

    text-align: center;

}

.home-banner-link-txt marquee, .home-banner-link-txt p

{

    color: #fff;

}



.home-section-wrap .carousel-item img {

    width: 100%;

    object-fit: cover;

    height: auto;

    object-position: 90% 90%;

}

.home-section-wrap .carousel-item .new-banner-lft img{
    max-width: 200px
}
.home-section-wrap .carousel-indicators button

{

    width: 10px;

    height: 10px;

    background-color: transparent;

    border-radius: 5px!important;

    opacity: .25;

    -webkit-transition: .2s ease-in-out;

    transition: .2s ease-in-out;

    position: relative;

    margin:0 8px;

    border: 0;

}

.home-section-wrap .carousel-indicators button:before

{

    content: '';

    width: 100%;

    height: 100%;

    background-color: #013c4d;

    border-radius: 5px!important;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    margin: auto;

    bottom: 0;

}

.home-section-wrap .carousel-indicators button.active

{

    opacity: 1;

    width: 30px;

}

.home-section-wrap .carousel-indicators 

{

    margin: 0;

    bottom: 20px;

}

.first-new-slide.mobile-slide

{

    display: none !important;

}

.first-new-slide {

    padding: 20px 0;

    background-repeat: no-repeat;

    background-size: cover;

    min-height: 500px;

    background-position: center;

}

.home-slider .box {

    position: relative;

    overflow: hidden;

    border-radius: 2px;

}

.new-banner-top {

    width: 100%;

    margin: 0 -5px;

    display: flex;

    flex-wrap: wrap;

}

.new-banner-top .col-lg-2 {

    flex: 0 0 16.6666666667%;

    max-width: 16.6666666667%;

    padding: 0 5px 20px;

}

.new-banner-box {

    width: 100%;

    border-radius: 20px;

    border: 1px solid #6d7578;

}

.new-banner-box a {

    width: 100%;

    height: 100%;

    display: flex;

    flex-wrap: wrap;

    background-color: #fff;

    border-radius: 20px;

}

.new-banner-box img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    min-height: 180px;

    max-height: 180px;

    padding: 10px;

}



/*jay css */



.subscribe-start {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    padding: 80px 0;

    background-color: #013c4d;

    margin-top: 80px;

}

.subscribe-sub {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

    width: 100%;

}

.subscribe-sub h2{

        width: 100%;

    font-size: 34px;

    line-height: 34px;

    font-family: Muli;

    color: #fff;

    text-transform: uppercase;

    text-align: center;

    padding-bottom: 15px;

}

.subscribe-sub p {

    width: 100%;

    font-size: 15px;

    line-height: 22px;

    font-family: Muli;

    color: #fff;

    text-transform: initial;

    text-align: center;

    padding-bottom: 30px;

}



.subscribe-form {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

    width: 100%;

    max-width: 50%;

}

.subscribe-form input {

    width: 100%;

    height: 55px;

    padding-left: 20px;

    border-radius: 50px;

}



.subscribe-form label {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: flex-end;

    justify-content: flex-start;

}



.subscribe-form label input {

    width: 25px;

    margin-right: 10px;

}



.subscribe-form label p {

    width: calc(100% - 50px);

    text-align: left;

    padding: 0;

}

.subscribe-form input[type=submit] {

    background: #25bec6FF;

    border: 0;

    font-family: 'Muli-Bold';

    margin-top: 50px;

    color: white;

    font-size: 24px;

}



.footer-start {

    width: 100%;

    display: flex;

    background-color: #f8f6f5;

    padding: 60px 0 30px;

}

.footer-one{

       width: 100%;

    display: flex; 

}



.footer-start .container {

    max-width: 1180px;

    margin: auto;

    padding-right: 15px;

    padding-left: 15px;

}



.footer-links h4{

        width: 100%;

    font-size: 20px;

    line-height: 22px;

    font-family: Muli;

    font-weight: 600;

    color: #373737;

    text-transform: capitalize;

    margin-bottom: 24px;

}



.footer-links ul li a{

    display: inline-block;

    max-width: 100%;

    font-size: 17px;

    color: #6e6e6e;

    overflow: hidden;

    text-overflow: ellipsis;

        margin-bottom: 5px;

    white-space: nowrap;

    vertical-align: top;

    -webkit-transition: .15s ease-in-out;

    transition: .15s ease-in-out;

}



.footer-links ul li a:hover {

    color: #25bec6;

}

.contact-info>li>i {

    margin-top: 3px;

    color: #25bec6;

    float: left;

}



.contact-info li span {

    padding-left: 8px;



    font-family: Muli;

    overflow: unset;

    text-overflow: unset;

    white-space: normal;



    max-width: 100%;

    font-size: 17px;

    color: #6e6e6e;

    overflow: hidden;

    text-overflow: ellipsis;

        margin-bottom: 5px;

    vertical-align: top;

}

.contact-info>li {

    color: #6e6e6e;

    margin-bottom: 14px;

    white-space: nowrap;

    clear: both;

}



ul.list-inline.social-links {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: flex-start;

}





ul.list-inline.social-links li i {

    margin-top: 3px;

    color: #25bec6;

    float: left;

    font-size: 24px;

    margin-right: 12px;

}



.footer-bottom {

    margin-top: 0;

    padding: 15px 0;

    border-top: 0;

}

.footer-text {

    line-height: 26px;

    color: #6e6e6e;

}

.footer-text a {

    font-weight: 500;

    color: #0068e1;

    color: #013c4d;

}

.footer-payment {

    display: -webkit-box;

    display: flex;

    -webkit-box-pack: end;

    justify-content: flex-end;

}



.footer-bottom .align-items-center {

    justify-content: space-between;

}



.brand-start {

    width: 100%;

    padding-top: 60px;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

}



.container-new{

    max-width: 1700px;

    margin: auto;

    padding-right: 15px;

    padding-left: 15px;

    width: 100%;

}

.all-brands-inner {

    display: -webkit-box;

    display: flex;

    flex-wrap: wrap;
    row-gap: 15px;

}

.all-brands-inner img {

    position: relative;

    display: block;

    margin-bottom: 30px;

    border-radius: 2px;

    overflow: hidden;

    -webkit-transition: .15s ease-in-out;

    transition: .15s ease-in-out;

}

.all-brands-inner a {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    min-height: 200px;

    justify-content: center;

    border: 1px solid #ebebeb;

    padding: 10px;

}

.all-brands-inner .col-lg-2 {

    padding: 0 10px;

}









.login-container {

  display: flex;

  justify-content: center;

  align-items: center;

      margin-top: 100px;

}



.login-box {

  width: 550px;

  background-color: #fcfcfc;

  padding: 3rem;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

}



.login-header {

  background-color: #20b9c4;

  color: white;

  font-size: 28px;

font-family: Muli;

  padding: 1rem;

  text-align: center;

  margin: -50px -50px 30px;

      width: 60%;

}



.login-box label {

  display: block;

  margin-bottom: 15px;

  font-size: 20px;

      font-family: Muli;

}



.required {

  color: red;

}



input[type="email"],

input[type="password"] {

  width: 100%;

  padding: 0.75rem;

  border: 1px solid #ddd;

  border-radius: 4px;

  margin-bottom: 1rem;

  font-size: 1rem;

}



.form-links {

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 1.5rem;

  font-size: 0.9rem;

}



.checkbox-wrap {

  display: flex;

  align-items: center;

  gap: 0.4rem;

}



.form-links a {

    color: #004d5c;

    text-decoration: none;

    font-family: Muli;

    text-transform: capitalize;

    font-size: 18px;

}

.form-links a:hover {

  text-decoration: underline;

}



.login-box .btn-primary {

  width: 100%;

  padding: 0.8rem;

  background-color: #004d5c;

  color: white;

  border: none;

  font-family: Muli;

  font-size: 20px;

  border-radius: 2px;

  cursor: pointer;

}



.login-box .btn-primary:hover {

  background-color: #003543;

}



.create-account {

  text-align: center;

  margin-top: 1.5rem;

    font-size: 20px;

}



.create-account a {

  color: #222;

  text-decoration: none;

  font-family: Muli;

}



.login-box .checkbox-wrap label{margin:0px;}

.checkbox-wrap input {

    width: 19px;

    height: 19px;

}









body {

  font-family: 'Segoe UI', sans-serif;

  background: #fff;

  margin: 0;

}



.register-container {

  display: flex;

  justify-content: center;

  padding: 2rem 0;

}



.register-box {

  background: #fdfdfd;

  max-width: 100%;

  width: 100%;

  padding: 3rem;

  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);

}



.register-header {

background-color: #20b9c4;

    color: white;

    font-size: 28px;

    font-family: Muli;

    padding: 1rem;

    text-align: center;

    margin: -50px -50px 30px;

    width: 20%;

}



.register-form {

  display: flex;

  flex-direction: column;

  gap: 1rem;

}



.row {

  display: flex;

  gap: 1rem;

  flex-wrap: wrap;

}



.form-group {

  flex: 1;

  display: flex;

  flex-direction: column;

}



label {

  margin-bottom: 0.3rem;

  font-weight: 500;

}



.required {

  color: red;

}



input, select {

  padding: 0.7rem;

  border: 1px solid #ccc;

  border-radius: 3px;

}



.captcha-wrap {

  display: flex;

  gap: 0.5rem;

  align-items: center;

}



.captcha-wrap img {

  height: 40px;

  border: 1px solid #ccc;

  background: #fff;

}



.form-group.policy {

  display: unset;

  align-items: center;

  gap: 0.5rem;

  font-size: 0.9rem;

  position: relative;

      margin-top: 40px;

    padding-top: 40px;

}



.policy a {

  color: #007087;

  text-decoration: none;

}



.btn-register {

    width: 350px;

    padding: 0.8rem;

    background-color: #004d5c;

    color: white;

    border: none;

    font-family: Muli;

    font-size: 20px;

    border-radius: 2px;

    cursor: pointer;

}



.btn-register:hover {

  background-color: #00222c;

}



.signin-redirect {

    margin-top: 30px;

    text-align: left;

    font-size: 0.95rem;

    position: relative;

    padding-top: 40px;

    font-size: 20px;

    font-family: Muli;

}

.signin-redirect a {

  margin-left: 0.5rem;

  border: 1px solid #444;

  padding: 10px 25px;

  text-decoration: none;

  font-weight: 500;

  color: #000;

}



.form-group.show-password {

    display: unset;

    position: relative;

    padding-bottom: 20px;

    margin-bottom: 25px;

}

.form-group label {

    margin-bottom: 15px;

    font-size: 20px;

    font-family: Muli;

}

.show-password input {

    width: 19px;

    height: 19px;

}



.form-group.show-password::after {

    position: absolute;

    content: '';

    bottom: 0;

    left: -40px;

    width: 160px;

    height: 2px;

    border: 1px solid #25bec6;

}

.captcha-wrap input {

    width: 100%;

    display: flex;

}



.form-group.policy input {

    width: 19px;

    height: 19px;

}





.form-group.policy::before {

    position: absolute;

    content: '';

    top: 0px;

    left: -50px;

    width: 160px;

    height: 2px;

    border: 1px solid #25bec6;

}





.signin-redirect::after{

    position: absolute;

    content: '';

    top: 0px;

    left: -50px;

    width: 160px;

    height: 2px;

    border: 1px solid #25bec6;

}



.contact-section h2 {

    font-size: 38px;

    color: #25bec6;

    line-height: 65px;

        text-align: center;

    font-family: Muli;

    margin-bottom: 55px;

}





.contact-section{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    margin: 90px 0;

}



body {

  font-family: 'Segoe UI', sans-serif;

  margin: 0;

  background: #fdfdfd;

}



.contact-wrapper {

    background: #fcfcfc;

    display: flex;

        padding: 60px 60px;

}

.contact-left {

  flex: 1;

  min-width: auto;



}



.contact-right {

  flex: 1.2;

  min-width: 320px;

}



.contact-title {

    background: #20b9c4;

    color: #fff;



    padding: 0.75rem 1.5rem;

    font-size: 26px;

    margin: -31px -60px 70px;

    font-family: Muli;

    display: inline-block;

    width: 220px;

    text-align: center;

}



.contact-subtext {

font-size: 22px;

    color: #272727;

    line-height: normal;

    font-family: Muli;

    margin-bottom: 15px;

}



.contact-desc {

font-size: 17px;

    color: #666;

    line-height: normal;

    font-family: Muli;

    padding-bottom: 5px;

    width: 100%;



}

.contact-left p{

font-size: 16px;

    color: #666;

    line-height: normal;

    font-family: Muli;

    padding-bottom: 5px;

    width: 100%;



}

.highlight {

  color: #00a7b3;

  font-weight: 500;

}



.contact-left h4 {

  margin-top: 1.5rem;

  margin-bottom: 0.5rem;

}



.social-icons a {

  margin-right: 10px;

  font-size: 1.2rem;

  text-decoration: none;

}



.contact-form {

  display: flex;

  flex-direction: column;

  gap: 1rem;

}



.row {

  display: flex;

  gap: 1rem;

  flex-wrap: wrap;

}



.form-group {

  flex: 1;

  display: flex;

  flex-direction: column;

}



.form-group label {

  margin-bottom: 0.3rem;

  font-weight: 500;

}



input, select {

  padding: 0.75rem;

  border: 1px solid #ccc;

  border-radius: 4px;

  font-size: 0.95rem;

}



.full {

  width: 100%;

}



.checkbox {

    font-size: 0.85rem;

    display: flex;

    gap: 0.5rem;

    align-items: flex-start;

    line-height: 1.4;

    flex-wrap: nowrap;

    flex-direction: unset;

}

.checkbox label {

  margin: 0;

}

.form-group.full.checkbox input {

    width: 35px;

    height: 35px;

}

.btn-submit {

    background: #20b9c4;

    color: white;

    padding: 0.9rem;

    border: none;

    font-size: 22px;

    /* font-weight: bold; */

    cursor: pointer;

    width: 100%;

    margin-top: 1rem;

    border-radius: 4px;

    font-family: Muli;

}

.form-group.full.checkbox label {

    font-size: 18px;

}

.btn-submit:hover {

  background: #159ca7;

}



.map-canvas {

    width: 100%;

}

.map-canvas iframe {

    width: 100%;

}



.faq-section {

  max-width: 100%;

  margin: auto;

  padding: 2rem 1.5rem;

}



.breadcrumb {

         padding: 0 10px;

    background: #f8f6f5;

    font-size: 0.9rem;

    margin-bottom: 2rem;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}



.breadcrumb a {

font-size: 18px;

    font-family: Muli;

    color: #272727;

    text-transform: capitalize;

        padding: 0 22px;

}



.breadcrumb .current {

    background-color: #20b9c4;

    color: #fff;

    padding: 10px 70px 10px 30px;

    font-size: 18px;

    font-family: Muli;

    text-transform: capitalize;

    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);

    margin-left: 20px;

}



.faq-title {

  color: #20b9c4;

  font-size: 50px;

      padding: 50px 0px 70px 0px;

      font-family: Muli;

}



.faq-intro h3 {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    font-family: Muli;

    font-size: 36px;

}



.faq-intro p {

    width: 100%;

    font-size: 20px;

    line-height: 26px;

    font-family: Muli;

    color: #272727;

    text-transform: initial;

    text-align: left;

    margin-top: 20px;

}

.faq-question {

    background: #20b9c4;

    color: #fff;

    padding: 15px 40px 15px 40px;

    border-radius: 0;

    display: inline-block;

    line-height: normal;

    font-family: Muli;

    font-size: 20px;

}



.faq-answer {

  background: #f9f9f9;

padding: 40px 40px 40px 40px;

  font-size: 0.95rem;

    font-family: Muli;

    font-size: 19px;

}



.faq-box {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    flex-flow: wrap;



    background-color: #fbfafa;

}

.faq-intro {

    width: 100%;

    display: flex;

        padding: 60px 0 70px 40px;

    flex-wrap: wrap;

}

.faq-item {

    width: 100%;

}

.policy-start{

        padding: 40px 40px 40px 40px;

}

.policy-start .faq-answer {

    padding: 0 0 20px 0;

}





.faq-answer p a {

    color: #0068e1;

    color: #013c4d;

}



.faq-answer ul li a {

    color: #0068e1;

    color: #013c4d;

}



.prodcut-detail-start {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: flex-start;

    padding: 50px 0;

}

.sp-page-cnt-sec-main {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

}

.sp-title-cnt-sec h3 {

    width: 100%;

    font-size: 33px;

    line-height: 32px;

    font-family: Muli;

    color: #272727;

    text-transform: capitalize;

    text-align: left;

    padding: 25px 0 25px;

    margin-bottom: 20px;

    position: relative;

}

.sp-page-cnt-sec-main {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    background-color: #f8f6f5;

}



.prodcut-detail-start h2 {

    width: 100%;

    font-size: 38px;

    line-height: 38px;

    font-family: Muli;

    color: #25bec6;

    text-transform: capitalize;

    text-align: left;

    padding-bottom: 15px;

    margin: 0;

}

.sp-title-cnt-sec h3:after {

    position: absolute;

    content: '';

    bottom: 0;

    left: -20px;

    width: 130px;

    height: 2px;

    border: 2px solid #25bec6;

}

.sp-title-cnt-sec ul.cart-product-details {

    width: 100%;

    padding: 0;

    display: flex;

    flex-wrap: wrap;

    flex-flow: row;

    list-style: none;

    margin-top: 10px;

}

ul.cart-product-details li {

        width: fit-content;

        padding-right: 20px;

    font-size: 18px;

    line-height: 20px;

    font-family: Muli;

    color: #272727;

    text-transform: initial;

    margin-bottom: 2px;

    position: relative;

}

.product-data-start {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: flex-start;

}

.sp-title-cnt-sec {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    padding: 20px;

}

.sp-title-cnt-sec ul.cart-product-details li:before {

    position: absolute;

    content: '|';

    width: 5px;

    height: 20px;

    top: -1px;

    bottom: unset;

    right: 7.5px;

    margin: auto;

    color: #272727;

    font-size: 12px;

}

.txt-clr-red {

    color: #25bec6;

}

.sp-title-cnt-sec ul.cart-product-details li:last-child:before {

    content: '';

    font-size: 0;

}

.Product-tab-panel {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    flex-flow: column;

        background-color: #f8f6f5;

    margin-top: 50px;

    padding: 30px 40px;

}

.product-data-start ul.nav {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

}

.product-data-start ul.nav li {

    border: 0px transparent;

}

.product-data-start ul.nav li .active{

    background:transparent;

    border: 0px transparent;

}

  .nav-link:focus,

  .nav-link:focus-visible {

    outline: none;

    box-shadow: none;

  }

    .nav-item:focus,

  .nav-item:focus-visible {

    outline: none;

    box-shadow: none;

  }

.nav-tabs .nav-link{  border: 0px transparent;    color: black;}











.Product-tab-panel ul li {

    margin: 0 26px -1px;

}



.Product-tab-panel ul li button {

    font-size: 25px;

    font-weight: 500;

    padding: 15px 3px;

    color: #191919;

    position:relative;

    font-weight: bold;

}



.Product-tab-panel ul li button.active::before{

    position: absolute;

    content: "";

    left: 50%;

    background: #0068e1;

    background: #013c4d;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

    -webkit-transition: .15s ease-in-out;

    transition: .15s ease-in-out;bottom: 0;

    height: 1px;

    width: 100%;

}



.Product-tab-panel ul li button.active::after{

    position: absolute;

    content: "";

    left: 50%;

    background: #0068e1;

    background: #013c4d;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

    -webkit-transition: .15s ease-in-out;

    transition: .15s ease-in-out;

    bottom: -7px;

    height: 8px;

    width: 15px;

    border-bottom-left-radius: 12px;

    border-bottom-right-radius: 12px;

    opacity: 0;

    z-index: 1;

        opacity: 1;

}



.Product-tab-panel ul li:hover:before {

    width: 40px;

}



.Product-tab-panel .tab-content{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: flex-start;

    background-color: #fff;

    padding: 20px 30px;

}



.sp-specifications-sec {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

}



.sp-detail-sec h3 {

    width: 100%;

    font-size: 30px;

    line-height: 32px;

    font-family: Muli;

    color: #272727;

    text-transform: capitalize;

    text-align: left;

    padding-bottom: 15px;

    margin-bottom: 20px;

    position: relative;

}

.sp-detail-sec h3:after {

    position: absolute;

    content: '';

    bottom: 0;

    left: -30px;

    width: 130px;

    height: 2px;

    border: 2px solid #25bec6;

}

.sp-detail-sec p{

    width: 100%;

    font-size: 19px;

    line-height: 20px;

    font-family: Muli;

    color: #272727;

    text-transform: initial;

    padding-bottom: 12px;

}

.sp-detail-sec h2 {

    width: 100%;

    font-size: 32px;

    line-height: 32px;

    font-family: Muli;

    color: #000;

    text-transform: capitalize;

    text-align: left;

    padding-bottom: 15px;

    margin-bottom: 20px;

    position: relative;

}



.sp-detail-sec h5 {

    margin-bottom: 10px;

    font-family: 'Muli-Bold';

    font-weight: 700;

    font-size: 20px;

}

.sp-detail-sec p a {

    font-size: 16px;

    line-height: 20px;

    font-family: Muli;

    color: #272727;

}







.product-slider {

      max-width: 600px;

      margin: auto;

    }

    .slider-main .slick-slide img {

      width: 100%;

      border-radius: 8px;

    }

    .slider-nav {

      margin-top: 10px;

    }

    .slider-nav .slick-slide {

      margin: 0 5px;

    }

    .slider-nav .slick-slide img {

      border: 2px solid #ccc;

      border-radius: 6px;

      cursor: pointer;

    }

    .slick-current img {

      border-color: #005a67;

    }

    .easyzoom img {

      cursor: crosshair;

    }







.product-detail-content {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

}





/* 21-6-25 R code start */



.new-banner-btm

{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

}

.new-banner-lft {

    width: 100%;

    text-align: center;

}

.new-banner-lft img {

    margin: 0 auto;

}

.new-banner-lft h6 {

    font-size: 70px;

    color: #000;

    text-transform: uppercase;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    padding-top: 20px;

    line-height: 1;

    font-weight: 700;

}

.new-banner-link {

    width: 100%;

}

.new-banner-link ul {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    padding: 0;

}

.new-banner-link ul li {

    width: 20%;

    padding: 0 5px;

    list-style-type: none;

}

.new-banner-link ul li a {

    font-size: 14px;

    font-family: 'Muli';

    color: #000;

    text-transform: uppercase;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}

.new-banner-link ul li a span.icon-box {

    width: 50px;

    height: 50px;

    border-radius: 50%;

    background-color: #e1011b;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

}

.new-banner-link ul li a span.icon-box img {

    width: 100%;

    height: auto;

    max-width: 32px;

    max-height: 32px;

    object-fit: contain;

}

.new-banner-link ul li a span.function {

    width: calc(100% - 50px);

    padding-left: 5px;

}

.new-banner-btm .col-lg-2 {

    flex: 0 0 33.33%;

    max-width: 33.33%;

}

.home-slider .slide

{

    position: relative;

    overflow: hidden;

    border-radius: 2px;

}

.home-slider .slide-content {

    position: absolute;

    top: 0;

    display: -webkit-box;

    display: flex;

    height: 100%;

    width: 100%;

    -webkit-box-align: center;

    align-items: center;

}

.home-slider .slide-content.align-left {

    left: 0;

    -webkit-box-pack: start;

    justify-content: flex-start;

}

.home-slider .slide-content .captions {

    width: 100%;

}

.home-slider .slide-content.align-left .captions {

    margin-left: 0;

    text-align: left;

    display: flex;

    flex-direction: column;

}

.home-slider .slide-content .caption

{

    display: none;

}

.home-slider .slide-content .caption-1 {

    font-size: 48px;

    font-weight: 300;

    line-height: 48px;

    color: #191919;

}

.home-slider .slide-content .home-banner-sec-txt h6.caption-1 {

    width: 100%;

    display: flex;

    font-size: 18px;

    font-family: Muli;

    line-height: 22px;

    color: #fff;

    text-transform: capitalize;

    margin-bottom: 18px;

}

.home-slider .slide-content .caption {

    display: none;

}

.home-slider .slide-content .caption-2 {

    font-size: 16px;

    line-height: 26px;

    color: #6e6e6e;

    margin-top: 16px;

}

.home-slider-wrap .slide-content .home-banner-sec-txt h2.caption-2

{

    width: 100%;

    display: flex;

    font-size: 38px;

    line-height: 42px;

    font-weight: 700;

    color: #000;

    text-transform: initial;

    margin-bottom: 28px;

}

.home-banner-sec-txt p

{

    width: 100%;

    font-size: 16px;

    line-height: 26px;

    font-family: Muli;

    color: #000;

    text-transform: initial;

    margin-bottom: 15px;

}

.home-section-inner .btn-main {

    right: unset;

    left: 71%;

    bottom: 30px;

    position: absolute;

    width: 100%;

    margin-top: 20px;

}

.btn-main a {

    display: inline-block;

    width: 150px;

    height: 46px;

    line-height: 22px;

    border-radius: 0;

    border: 1px solid #013c4d;

    font-size: 15px;

    font-family: Muli;

    color: #fff;

    background-color: #013c4d;

    text-align: center;

    text-transform: initial;

    transition: all .4s;

    -webkit-transition: all .4s;

    -moz-transition: all .4s;

    -ms-transition: all .4s;

    -o-transition: all .4s;

    padding: 8px 10px 10px;

}

.btn-main a:hover

{

    background-color: #fff;

    color: #013c4d;

}

.home-slider .slide-content .btn-slider {

    display: none;

    margin-top: 0;

    padding: 0 10px;

}

.home-slider.slick-initialized .btn-slider {

    display: inline-block;

}

.home-section-inner .slide-content.align-left .slider-lft-link p {

    display: none;

}

.home-section-inner .col-lg-6

{

    flex: 0 0 auto;

    width: 50%;

}

.home-section-inner .row

{

    justify-content: right;

}

.home-section-inner .slide-content

{

    position: absolute;

    top: 0;

    display: -webkit-box;

    display: flex;

    height: 100%;

    width: 100%;

    -webkit-box-align: center;

    align-items: center;

    left: 0;

    -webkit-box-pack: start;

    justify-content: flex-start;

}

.product-card {

    position: relative;

    display: -webkit-box !important;

    display: flex !important;

    height: auto;

    margin: 0 15px;

    padding: 20px 20px 0;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    flex-direction: column;

    overflow: hidden;

    border: 1px solid #ebebeb;

    border-radius: 2px;

    -webkit-transition: .2s ease-in-out;

    transition: .2s ease-in-out;

    background-color: #f8f6f5;

}

.tab-content .product-card {

    margin: 0;

}

.product-card .product-card-top {

    position: relative;

}

.product-image {

    display: -webkit-box;

    display: flex;

    -webkit-box-align: center;

    align-items: center;

    -webkit-box-pack: center;

    justify-content: center;

    background-color: #fff;

    height: 100%;

}

.product-image>img {

    max-height: 100%;

    max-width: 100%;

    -webkit-transition: .2s ease-in-out;

    transition: .2s ease-in-out;

    width: 100%;

    height: 100%;

}

.product-card .product-card-actions {

    position: absolute;

    top: 0px;

    right: 0;

    display: -webkit-box;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    flex-direction: column;

    border-radius: 2px;

    z-index: 1;

}

.product-card .product-card-actions {

    top: 0 !important;

}

.product-card .product-card-actions .btn {

    height: 35px;

    width: 35px;

    display: -webkit-box;

    display: flex;

    -webkit-box-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    align-items: center;

    padding: 0;

    background: #fff;

    border: 1px solid #ebebeb;

    border-radius: 2px;

    opacity: 0;

    visibility: hidden;

    -webkit-transform: scale(.5);

    transform: scale(.5);

    -webkit-transition: opacity .2s ease-in-out, border-color .15s ease-in-out, -webkit-transform .2s ease-in-out;

    transition: opacity .2s ease-in-out, border-color .15s ease-in-out, -webkit-transform .2s ease-in-out;

    transition: opacity .2s ease-in-out, transform .2s ease-in-out, border-color .15s ease-in-out;

    transition: opacity .2s ease-in-out, transform .2s ease-in-out, border-color .15s ease-in-out, -webkit-transform .2s ease-in-out;

}

.product-card .product-card-actions .btn-wishlist {

    margin-bottom: 5px;

}

.product-card .product-card-actions .btn>i {

    font-size: 15px;

    color: #6e6e6e;

    -webkit-transition: .5s ease-in-out;

    transition: .5s ease-in-out;

}

.product-badge {

    position: absolute;

    top: -5px;

    right: 0;

    display: -webkit-box;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    flex-direction: column;

}

.product-card .product-badge {

    right: 0;

    z-index: 1;

    -webkit-transition: .2s ease-in-out;

    transition: .2s ease-in-out;

}

.product-badge .badge

{

    font-size: 12px;

    font-weight: 500;

    width: auto;

    min-width: 0;

    display: inline-block;

    margin: 0 0 5px auto;

    padding: 6px 9px;

    text-align: right;

    border-radius: 0;

    color: #fff;

    background-color: #013c4d;

    margin-bottom: 0;

    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.product-card .product-card-middle {

    position: relative;

    display: -webkit-box;

    display: flex;

    height: 90px;

    margin-top: auto;

    padding-bottom: 9px;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    flex-direction: column;

    -webkit-box-pack: end;

    justify-content: flex-end;

    z-index: 0;

}

.product-card .product-card-middle {

    height: 65px;
    text-align: center;

}

.product-card .product-name {

    display: block;

    color: #191919;

    -webkit-transition: .2s ease-in-out;

    transition: .2s ease-in-out;

    z-index: 1;

}

.product-card .product-name h6 {

    position: relative;

    font-weight: 400;

    line-height: 21px;

    max-height: 40px;

    font-size: 11px;

    display: -webkit-box;

    background: 0 0;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

}

.product-price {

    font-size: 15px;

    font-weight: 500;

    line-height: 24px;

    display: -webkit-box;

    display: flex;

    color: #013c4d;

    -webkit-transition: .2s ease-in-out;

    transition: .2s ease-in-out;

}

.product-card .product-price-clone {

    position: absolute;

    left: 15px;

    bottom: 15px;

    padding: 0;

    border: none;

    opacity: 0;

    visibility: hidden;

    z-index: -1;

}

.product-card .product-price

{

    display: flex;

    flex-wrap: wrap;

    min-height: 30px;

}

.product-badge .badge.badge-danger {

    color: #fff;

    background: #e23e1d;

}

.product-card .product-card-bottom .product-price

{

    position: relative;

}

.product-card .product-price:after {

    position: absolute;

    content: "";

    left: -20px;

    top: 4px;

    height: 15px;

    width: 7px;

    background: #0068e1;

    background: #013c4d;

    border-top-right-radius: 12px;

    border-bottom-right-radius: 12px;

    -webkit-transition: .2s ease-in-out;

    transition: .2s ease-in-out;

}

.product-card .product-price-clone:after {

    left: -40px;

    top: 4px;

    opacity: 0;

    visibility: hidden;

}

.product-card .product-card-bottom {

    position: relative;

    padding: 12px 0 10px;

    border-top: 1px solid #ebebeb;

    -webkit-transition: .15s ease-in-out;

    transition: .15s ease-in-out;

}

.product-card .product-price {

    display: flex;

    flex-wrap: wrap;

    min-height: 30px;

}

.product-card .btn-add-to-cart {

    font-size: 13px;

    position: absolute;

    left: 0;

    bottom: 20px;

    width: 100%;

    padding: 6px 0 4px;

    opacity: 0;

    visibility: hidden;

    -webkit-transform: scale(.9);

    transform: scale(.9);

    -webkit-transition: .2s ease-in-out;

    transition: .2s ease-in-out;

    background-color: #013c4d;

    border-radius: 0;

    border: 0;

}

.product-card .btn-add-to-cart>i {

    font-size: 11px;

    margin: 5px 6px 0 0;

    vertical-align: top;

}

.product-card:hover .product-card-actions button {

    opacity: 1;

    visibility: visible;

    -webkit-transform: scale(1);

    transform: scale(1);

}

.product-card:hover .product-badge {

    opacity: 0;

    visibility: hidden;

    -webkit-transform: scale(.9);

    transform: scale(.9);


}

.product-card:hover .product-name {

    -webkit-transform: translateY(-33px);

    transform: translateY(-33px);

}

.product-card:hover .product-price, .product-card:hover .product-price:after {

    opacity: 0;

    visibility: hidden;

}

.product-card:hover .product-price-clone {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translateX(-15px);

    transform: translateX(-15px);
   justify-content: center;
       width: 100%;

}

.product-card:hover .product-price-clone

{

    bottom: 0px;

}

.product-card:hover .product-price-clone:after {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translateX(20px);

    transform: translateX(20px);

}

.product-card:hover .btn-add-to-cart {

    opacity: 1;

    visibility: visible;

    -webkit-transform: scale(1);

    transform: scale(1);

}

.product-card .product-card-actions .btn:hover {

    border-color: #25bec6;

}

.product-card:hover {

    border-color: #fff;

    box-shadow: 2.5px 4.33px 50px 5px rgba(11, 28, 42, .15);

    z-index: 1;

}

.exclusive-deals-main

{

    padding: 40px 0;

}

.exclusive-deals-main .deals-main

{

    display: flex;

}

.exclusive-deals-main .deals-main .left-box li a

{

    position: relative;

    line-height: 40px;

    display: block;

    padding: 0 50px 0 24px;

    color: #272727;

    font-size: 16px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-transition: none;

    transition: none;

    border: 1px solid #d5d5d5;

    background-color: #f8f6f5;

    margin-bottom: 3px;

}

.exclusive-deals-main .deals-main .left-box li a.hover-a:hover

{

    background-color: #25bec6;

    color: #fff;

}

.exclusive-deals-main .deals-main .left-box li a.hover-a:hover + button.arw-one

{

    color: #fff;

}

.exclusive-deals-main .deals-main .left-box .dark a

{

    color: #fff;

    background-color: #013c4d;

}

.exclusive-deals-main .deals-main .left-box ul

{

    padding: 0;

    margin: 0;

}

.exclusive-deals-main .deals-main .left-box li

{

    position: relative;

    list-style: none;

}

.exclusive-deals-main .deals-main .left-box li button

{

    position: absolute;

    top: 0;

    bottom:0;

    margin: auto;

    right: 10px;

    z-index: 1;

    background-color: transparent;

    border: 0;

    color: #272727;

}

.exclusive-deals-main .deals-main .left-box .sub-menu.menu-one,

.exclusive-deals-main .deals-main .left-box .sub-menu.menu-two

{

    position: absolute;

    left:100%;

    background-color: #fff;

    box-shadow: 0 0px 12px rgba(0,0,0,0.16);

    opacity: 0;

    visibility: hidden;

    transform: translateX(15px);

    -webkit-transition: .15s ease-in-out;

    transition: .15s ease-in-out;

    display: flex;

    flex-wrap: wrap;

    top: 0;

    z-index: 111;
    max-width: 750px;
    background-color: #f8f6f5
}
.exclusive-deals-main .deals-main .left-box .sub-menu.has-more-than-3{
    min-width: 750px
}
.exclusive-deals-main .deals-main .sub-menu-main:hover .sub-menu.menu-one,

.exclusive-deals-main .deals-main .sub-menu-main-2:hover .sub-menu.menu-two

{

    opacity: 1;

    visibility: visible;

    transform: translateX(0);

}

.exclusive-deals-main .deals-main .left-box .sub-menu a

{

    white-space: unset;

    overflow: unset;

    text-overflow: unset;

    border: 0;

    line-height: 25px;

    padding:12px 20px;

    color: #191919;

    margin-bottom: 0;
    display: block;
    width: 100%;

}

.exclusive-deals-main .deals-main .left-box .sub-menu a:hover

{

    background-color: #fff;

    color: #013c4d;

}

.exclusive-deals-main .deals-main .left-box .sub-menu li

{

    width: 250px;

}



.exclusive-deals-main .deals-main .left-box .sub-menu.sub-sub-menu,

.exclusive-deals-main .deals-main .sub-menu-main-2 .sub-menu.menu-two,

.exclusive-deals-main .deals-main .sub-menu-main-3 .sub-menu.menu-one

{

    display: block;

    min-width: 250px;

}

.exclusive-deals-main .deals-main .sub-menu-main-3 .sub-menu.menu-one

{

    width: 250px;

}

.exclusive-deals-main .deals-main .left-box .sub-menu.sub-sub-menu li,

.exclusive-deals-main .deals-main .sub-menu-main-3 .sub-menu.menu-one li

{

    width: 100%;

}

.exclusive-deals-main .deals-main .sub-menu-main-3 .sub-menu.menu-one li a

{

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    padding-right: 36px;

}

.exclusive-deals-main .col-lg-9

{

    padding: 0 60px;

}

.exclusive-deals-main .nav.nav-tabs

{

    border: 0;

}

.exclusive-deals-main .nav.nav-tabs .nav-link

{

    border: 0;

    padding: 14px 30px 14px 14px;

    font-size: 16px;

    color: #272727;

    -webkit-transition: .15s ease-in-out;

    transition: .15s ease-in-out;

    -webkit-clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);

    -moz-clip-path: polygon(0 0,85% 0,100% 50%,85% 100%,0 100%);

    -ms-clip-path: polygon(0 0,85% 0,100% 50%,85% 100%,0 100%);

    -o-clip-path: polygon(0 0,85% 0,100% 50%,85% 100%,0 100%);

    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);

    border-radius: 0;

    line-height: 20px;

}

.exclusive-deals-main .nav.nav-tabs .nav-link.active

{

    background-color:#25bec6;

    color: #fff;

}

.exclusive-deals-main .head,

.exclusive-deals-main .head .sldr-btns

{

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 20px;

}

.exclusive-deals-main .head

{

    margin: 30px 0;

}

.exclusive-deals-main .head .sldr-btns .btns

{

    color: #a6a6a6;

    font-size: 15px;

    word-spacing: 4px;

    transition: all 0.5s;

    cursor: pointer;

}

.exclusive-deals-main .head .sldr-btns .btns:hover

{

    color: #013c4d;

}

.exclusive-deals-main .head .sldr-btns .btns span

{

    font-size: 17px;

}

.exclusive-deals-main .slick-slide

{

    margin: 0 14px;

}

.exclusive-deals-main .col-lg-3

{

    width: 24%;

}

.exclusive-deals-main .col-lg-9

{

    width: 76%;

}

.top-selling-main

{

    margin-top: 20px;

}

.top-selling-main .head h4

{

    font-size: 16px;

    line-height: 20px;

    position: relative;

    padding: 14px 30px 14px 14px;

    color: #fff;

    background-color: #25bec6;

    border: none;

    border-radius: 0;

    -webkit-transition: .15s ease-in-out;

    transition: .15s ease-in-out;

    -webkit-clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);

    -moz-clip-path: polygon(0 0,85% 0,100% 50%,85% 100%,0 100%);

    -ms-clip-path: polygon(0 0,85% 0,100% 50%,85% 100%,0 100%);

    -o-clip-path: polygon(0 0,85% 0,100% 50%,85% 100%,0 100%);

    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);

    width: fit-content;

    font-family: 'Rubik';

    font-weight: 400;

    margin-bottom: 30px;

}

.top-selling-main .carousel-inner 

{

    margin: 0 -14px;

}

.top-selling-main .carousel-inner .slick-dots

{

    margin-bottom: 0;

    margin-top: 30px;

    position: unset;

}

.top-selling-main .carousel-inner .slick-dots button:before

{

    display: none;

}

.top-selling-main .carousel-inner .slick-dots button

{

    height: 10px;

    width: 10px;

    -webkit-transition: .2s ease-in-out;

    transition: .2s ease-in-out;

    border-radius: 30px;

    background-color: #013c4d;

    opacity: .25;

    margin: 0 8px;

}

.top-selling-main .carousel-inner .slick-dots .slick-active button

{

    opacity: 1;

    width:30px;

}

.top-selling-main .carousel-inner .slick-dots li

{

    width: auto;

    height: auto;

    margin: 0;

}



/* 21-6-25 R code end */







.Brands-start {

    margin-top: 50px;

    padding: 60px 0 30px;

    background-color: #f8f6f5;

}

.brand-sub{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

}

.brand-sub h2 {

    width: 100%;

    font-size: 38px;

    line-height: 38px;

    font-family: Muli;

    color: #25bec6;

    text-transform: capitalize;

    text-align: center;

    padding-bottom: 15px;

    margin: 0;

}

.container-new{

    max-width: 1400px;

    margin: auto;

    padding-right: 15px;

    padding-left: 15px;

}

.brand-logo {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

    padding: 50px 0;

}

.brand-logo img {

    width: 100%;

}





.Clients-start {

    padding: 60px 0 30px;

}



.Industrial-text-start {

    padding: 60px 0 30px;

}



.Industrial-text-start h2 {

    width: 100%;

    font-size: 33px;

    line-height: 38px;

    font-family: Muli;

    color: #25bec6;

    margin-bottom: 15px;

    text-transform: capitalize;

    text-align: left;

    padding-bottom: 15px;

}



.Industrial-text-start p{

    width: 100%;

    font-size: 18px;

    line-height: 22px;

    font-family: Muli;

    color: #191919;

    text-align: left;

    padding-bottom: 15px;

    margin: 0;

}

.about-us-start {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

}

.about-us-start h2{

    width: 100%;

    font-size: 38px;

    line-height: 38px;

    font-family: Muli;

    color: #25bec6;

    margin-bottom: 15px;

    text-transform: capitalize;

    text-align: center;

    padding-bottom: 15px;

}



.about-us-box-one {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    background-color: #f8f6f5;

    padding: 40px;

    margin: 30px 0;

}

.about-us-start .about-us-box-one:nth-child(even) .col-lg-6:nth-child(odd) .about-us-box-cnt {

    padding-right: 40px;

}





.about-us-start .about-us-box-one:nth-child(odd) .col-lg-6:nth-child(odd) {

    order: 1;

}



.about-us-start  .about-us-box-one:nth-child(odd) .col-lg-6:nth-child(odd) .about-us-box-cnt {

    padding-left: 40px;

}

.about-us-box-cnt {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    flex-flow: column;

}

.about-us-box-cnt h6 {

    width: 100%;

    font-size: 20px;

    line-height: 24px;

    font-family: Muli;

    color: #272727;

    text-transform: initial;

    margin-bottom: 30px;

}

.about-us-box-cnt h1 {

    width: 100%;

    font-family: Muli;

    color: #25bec6;

    text-transform: initial;

    margin-bottom: 22px;

    font-size: 26px;

    line-height: 30px;

    font-family: Muli;

}



.about-us-box-cnt p {

    width: 100%;

    font-size: 16px;

    line-height: 26px;

    font-family: Muli;

    color: #272727;

    text-transform: initial;

    margin-bottom: 0;

}

.about-us-box-img {

    width: 100%;

    height: 100%;

    display: flex;

    flex-wrap: wrap;

    position: relative;

    padding: 20px;

}

.about-us-box-img:before {

    content: "";

    position: absolute;

    top: -10px;

    left: -10px;

    width: 130px;

    height: 130px;

    background-color: #013c4d;

}



.about-us-box-img img {

    max-width: 100%;

    object-fit: cover;

    z-index: 9;

    height: auto;

    max-height: 100%;

}

.about-us-box-img:after {

    position: absolute;

    bottom: -10px;

    right: -10px;

    width: 130px;

    height: 130px;

    background-color: #25bec6;

    content: "";

}



.about-us-box-cnt ul{

    padding-left: 16px;

}

.about-us-box-cnt ul li{

        margin-bottom: 20px;

    color: #272727;

}

.about-us-box-cnt ul li p:last-child {

    margin-bottom: 0;

}

.about-us-box-cnt ul li p {

    width: 100%;

    font-size: 22px;

    line-height: 26px;

    font-family: Muli;

    color: #272727;

    text-transform: initial;

    margin-bottom: 18px;

}







.about-team-slider {

    width: 100%;

    margin: 0 auto;

    background-color: #f8f6f5;

        margin-top: 50px;

    padding: 40px 20px;
  

}

.team-box-start {

    /* background: #fff; */

    border-radius: 6px;

    padding: 30px 15px;

    /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); */

    margin: 0px;

}

.team-box-start img {

    width: 100%;

    border-radius: 0;

    margin-bottom: 10px;

    height: 230px;

    object-fit: cover;
      object-position: 100% 20%;

}

.competent-side-cnt h4 {

width: 100%;

    font-size: 22px;

    line-height: 22px;

    font-family: Muli;

    color: #013c4d;

    text-transform: capitalize;

    text-align: center;

    margin: 20px 0 4px;

}

.competent-side-cnt h5 {

    width: 100%;

    font-size: 18px;

    line-height: 18px;

    font-family: Muli;

    color: #25bec6;

    text-transform: capitalize;

    text-align: center;

    margin: 5px 0 10px;

}



.competent-side-cnt p {

    width: 100%;

    font-size: 15px;

    line-height: 26px;

    font-family: Muli;

    color: #272727;

    text-transform: initial;

    text-align: center;

}



.about-team-slider .slick-arrow {

    width: 30px;

    height: 30px;

    background-color: #013c4d;

        top: -24%;

}

.about-team-slider .slick-prev {

    background-size: 11px;

    background-image: url(../images/arw-sub-lft.png);

    background-position: center;

    background-repeat: no-repeat;

    left: unset;

    right: 60px;

}

.about-team-slider .slick-next {

    background-size: 11px;

    background-image: url(../images/arw-sub-rit.png);

    background-position: center;

    background-repeat: no-repeat;

    right: 20px;

}



.competent-side-one {

    width: auto;

}

.competent-side-cnt {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

}

.about-us-team-slider {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

    padding-top: 60px;

}

.about-us-team-slider h2 {

    padding-bottom: 0;

}

.faq-section.product-detail-main .container-new{
    max-width: 100%
}
.faq-section.product-detail-main .right-box .col-md-3{
    width: 25%
}
.faq-section.product-detail-main .right-box .product-card{
    margin:0;
}

/* 22-09-25 A  */

.header-column-right{flex-shrink: unset;}
.addtocart-btn  {
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 6px 0 6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: .2s 
ease-in-out;
    transition: .2s 
ease-in-out;
    background-color: #013c4d;
    border-radius: 0;
    border: 0;
    color: white;
    text-align: center;
}

.addtocart-btn  a
{
    color: white;
}

/* .addtocart-btn a {
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 6px 0 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: .2s 
ease-in-out;
    transition: .2s 
ease-in-out;
    background-color: #013c4d;
    border-radius: 0;
    border: 0;
    color: white;
} */

.addtocart-btn span>i {
    font-size: 11px;
    margin: 5px 6px 0 0;
    vertical-align: top;
}

.product-card:hover .addtocart-btn{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-card .product-card-actions
{
    gap: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s 
ease-in-out;
    transition: .2s 
ease-in-out;
}
a.jvm_add_to_wishlist.button
{
    font-size: 15px;
    color: #6e6e6e !important;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    padding: 5px;
    width: 30px;
    height: 30px;
    margin: auto;
}
.woosc-btn-has-icon
{
   background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    padding: 5px;
    width: 30px;
    height: 30px;
    margin: auto;
}

.product-card:hover .product-card-actions
{
      opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
}

.main-cart-contain-custom .woocommerce #content table.cart img, 
.main-cart-contain-custom .woocommerce table.cart img,
.main-cart-contain-custom .woocommerce-page #content table.cart img, 
.main-cart-contain-custom .woocommerce-page table.cart img {
    height: 200px;
    width: 200px;
    object-fit: contain;
}
.main-cart-contain-custom  table tbody tr td
{
    display:table-cell;
}

.main-cart-contain-custom  table tbody tr td,
.main-cart-contain-custom  table tbody tr td  a
{
   color: #25bec6;
    font-size:17px;
    font-weight: bold;
    

}

.main-cart-contain-custom  .woocommerce #content table.cart td.actions .coupon,
.main-cart-contain-custom  .woocommerce table.cart td.actions .coupon,
 .main-cart-contain-custom  .woocommerce-page #content table.cart td.actions .coupon, 
 .main-cart-contain-custom  .woocommerce-page table.cart td.actions .coupon {
    float: left;
    width:30% ;
}

.main-cart-contain-custom  .woocommerce #content table.cart td.actions .input-text,
 .main-cart-contain-custom  .woocommerce table.cart td.actions .input-text,
.main-cart-contain-custom   .woocommerce-page #content table.cart td.actions .input-text,
 .main-cart-contain-custom   .woocommerce-page table.cart td.actions .input-text {
    width: 58%;
    padding: 5px 18px !important;

}
.main-cart-contain-custom .coupon button,
.main-cart-contain-custom  .wc-proceed-to-checkout a
{
    background-color: #013c4d !important;
    color: #fff !important;
    border: none !important;
    border-radius: 2px !important;
    padding: 9px 18px !important;
    border: 1px solid  #013c4d !important;
    transition: all ease-in-out 0.5s;
}
.main-cart-contain-custom .coupon button:hover,
.main-cart-contain-custom  .wc-proceed-to-checkout a:hover
{
    background-color: transparent !important;
    color:  #013c4d !important;;
}

.main-checkout-contain-custom .woocommerce #payment #place_order
{

    color: #fff !important;
    border: none !important;
    border-radius: 2px !important;
    padding: 9px 18px !important;
    border: 1px solid  #013c4d !important;
    transition: all ease-in-out 0.5s;
    background:none !important;
    background-color: #013c4d !important
}
.woocommerce-info ,
.woocommerce-info a{
    border-top-color: #013c4d !important;
    color: #013c4d !important;;
}
.form-builder--item p,
#_builder-form label *
{
    color: white !important;
}

.main-cart-contain-custom .woosc-page table tbody tr td
{
    color:#212529;
    font-weight: normal;
}

/* 23-09-25 A  */
.product-image>img {width: auto !important;object-fit: contain;background-color: #fff;height: 160px;}

.woocommerce-privacy-policy-text {
    margin-bottom: 20px;
}
.login-header {
   
    margin: -50px 0px 30px;
}

/* my account page  */
.main-my-account-contain-custom .woocommerce-MyAccount-navigation ul {
    margin: 0 0 40px;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
}

.main-my-account-contain-custom  .woocommerce-MyAccount-navigation ul li {
    width: 14.28%;
}


.main-my-account-contain-custom .woocommerce-MyAccount-navigation ul li:first-child a {
    margin-left: 0;
}
.main-my-account-contain-custom .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
    background-color: #20b9c4;
}
.main-my-account-contain-custom .woocommerce-MyAccount-navigation ul li a {
    color: #20b9c4;
    background: transparent;
    border: 1px solid #20b9c4;
    margin: 0 6px;
    padding: 10px 10px 7px;
    font-size: 15px;
    display: block;
    transition: all 0.5s;
    text-align: center;
}

.main-my-account-contain-custom .woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #20b9c4;
    color: #fff;
}

.main-my-account-contain-custom  .woocommerce-MyAccount-content p {
    font-size: 17px;
    margin-bottom: 8px;
    padding-bottom: 30px;
    color: black;
}

.main-my-account-contain-custom .woocommerce-MyAccount-content p a {
    color: #20b9c4;
    text-decoration: underline;
}


.main-my-account-contain-custom .woocommerce-orders-table.woocommerce-MyAccount-orders thead th {
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #20b9c4;
    border-right: 1px solid #20b9c4;
    border-top: 1px solid #20b9c4;
    padding: 6px 14px;
    background-color: #20b9c4;
    border-left: 0;
}


.main-my-account-contain-custom .woocommerce-orders-table.woocommerce-MyAccount-orders tbody th, 
.main-my-account-contain-custom .woocommerce-orders-table.woocommerce-MyAccount-orders tbody td 
{
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 5px 14px;
    border-top: 0;
}
.main-my-account-contain-custom .woocommerce-orders-table.woocommerce-MyAccount-orders tbody th a
{
    color: #000;
}

/* 24-09-25 A  */

.woocommerce-pagination ul.page-numbers li .page-numbers
{
    color: #00a9b5;
}

.main-cart-contain-custom .woocommerce table.shop_table th
{
    border: 0.2px solid #013c4d;
    border-right: 0;
    border-top:1 !important;
    border-bottom: 1 !important;
}

.main-cart-contain-custom .woocommerce table.shop_table th:last-child
{
    border-right: 0.2px solid #013c4d;
}
.main-cart-contain-custom  .woocommerce table.shop_table td {
    border-top: 0.2px solid #013c4d !important;
    border-left: 0.2px solid #013c4d;
 
    
}
.main-cart-contain-custom  .woocommerce table.shop_table td:last-child
{
     border-right: 0.2px solid #013c4d;
       border-top: 0.2px solid #013c4d !important;
      border-bottom: 0.2px solid #013c4d !important;
}
.main-cart-contain-custom .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr .actions {
    border: 0.2px solid #013c4d;
}
 .woocommerce table.shop_table tbody:first-child tr:first-child th
{
      border-top: 0.2px solid #013c4d !important;
      border-bottom: 0.2px solid #013c4d !important;
}

.main-cart-contain-custom  .cart-collaterals {
    margin-top: 60px;
}

.main-cart-contain-custom .woocommerce a.remove {

    font-size: 20px;
    line-height: 16px;
}
.main-my-account-contain-custom .woocommerce-orders-table.woocommerce-MyAccount-orders tbody td a.view
{
    background-color: #013c4d;
    color: #fff;
}
.main-my-account-contain-custom th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-number,
.main-my-account-contain-custom .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    border-left: 1px solid #000;
}

.main-my-account-contain-custom .woocommerce-info .button.wc-forward {
    font-weight: 600;
    color: #fff !important;
    line-height: normal;
    padding: 10px 20px;
    background-color: #013c4d;
}
.main-my-account-contain-custom .u-columns.woocommerce-Addresses.col2-set.addresses a {
    color: #013c4d;
    font-size: 18px;
    font-weight: 600;
}

.main-my-account-contain-custom .u-columns.woocommerce-Addresses.col2-set address {
    font-size: 16px;
    color: #000;
    line-height: 32px;
}

.main-my-account-contain-custom .u-columns.woocommerce-Addresses.col2-set.addresses h2 {
    font-size: 30px;
    color: #000;
    margin: 20px 0 10px;
    text-align: left;
}

.main-my-account-contain-custom  .woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
    margin: 20px 0 0;
    border: 1px solid #013c4d;
    padding: 10px 20px;
    background: #013c4d;
    color: #fff;
    transition: all 0.5s;
}
.main-my-account-contain-custom  .woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover
{
    background-color: transparent;
    color:#013c4d ;
}

.main-cart-contain-custom .woosc_list.woosc-list.woosc_page.woosc-page table tr
{
    border: 1px solid black;
}
.main-cart-contain-custom .woosc_list.woosc-list.woosc_page.woosc-page table tr th
{
        border: 1px solid black;
        padding: 5px;
}
.main-cart-contain-custom .woosc_list.woosc-list.woosc_page.woosc-page table tr td
{
        border: 1px solid black;
        padding: 5px;
        font-size: 16px;
}


.main-cart-contain-custom .woocommerce-product-attributes.shop_attributes tr th
{
    border: 0px !important; 
      padding: 5px;
      
}

.main-cart-contain-custom .woosc_list.woosc-list.woosc_page.woosc-page td.td-label {
    font-weight: bold !important;
    font-size: 16px;
   
}

.main-cart-contain-custom .product.woocommerce.add_to_cart_inline  a{

    border: 1px solid #013c4d;
    padding: 10px 20px;
    background: #013c4d;
    color: #fff;
    transition: all 0.5s;
}
.main-cart-contain-custom .product.woocommerce.add_to_cart_inline  a:hover
{
    background-color: transparent;
    color: #013c4d;
}

.main-cart-contain-custom  .woosc-page .woosc-remove 
{
    text-decoration: none;
    color: #a00;
    font-size: 15px;
    float: right;
}

.main-cart-contain-custom .tr-image img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.main-cart-contain-custom .tr-content td h3 {
    margin: 10px 0px;
    font-size: 18px;
}
.main-cart-contain-custom  .tr-content td h4
{
    margin-bottom: 10px;
}

.main-cart-contain-custom  .tr-content td h4 span
{
    font-size: 18px;
}

.product-detail-content {
    align-items: start;
    padding-top: 25px;
}

.main-cart-contain-custom  .tr-content td h2
{
     font-size: 18px;
}
.product-detail-content .slider-main .slick-slide img {
    width: 100%;
    border-radius: 8px;
    height: 300px;
    object-fit: contain;
}

.product-detail-content .product-detail-price-heading h1
{
    font-size: 30px;
    font-weight: bold;
}
.product-detail-content .product-detail-price-heading p {
    font-size: 17px;
    margin: 10px 0px;
}

.product-detail-content .product-detail-price-heading p span.woocommerce-Price-amount.amount
{
    font-size: 24px;
    font-weight: bold;
}

.product-detail-content .woocommerce-product-details__short-description p {
    font-size: 16px;
    padding: 10px 0px 30px;
}

.product-detail-content .quantity-product-detail-main {
  
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.product-detail-description form.cart {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.product-detail-description .single_add_to_cart_button {
    border: 1px solid #013c4d;
    padding: 12px 22px;
    background: #013c4d;
    color: #fff;
    transition: all 0.5s;
    font-size: 17px;
    height: 40px !important;
    width: 60%;
}

.product-detail-description .single_add_to_cart_button:hover
{
    background-color: transparent;
    color: #013c4d;
}
.product-detail-description  .quantity-product-detail-main span
{
    font-size: 16px;
}

.product-detail-description  a.jvm_add_to_wishlist.button {
    font-size: 15px;
    color: #6e6e6e !important;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    padding: 5px;
    width: 30px;
    height: 30px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-description .jvm_add_to_wishlist span
{
     color: #a00 !important;
}


.product-detail-description .in_wishlist.jvm_add_to_wishlist span {
    color: #a00 !important;
}

.woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-message {
    width: 100%;
    border-top-color: #013c4d !important;
}

 .woocommerce-message .button.wc-forward {
    border: 1px solid #013c4d;
    padding: 8px 12px;
    background: #013c4d;
    color: #fff;
    transition: all 0.5s;
    font-size: 14px;
}
 .woocommerce-message .button.wc-forward:hover
{
    background-color: transparent;
    color: #013c4d;
}
.Product-tab-panel ul li {
    margin: 0 26px -1px;
    font-size: 16px;
}

.sp-detail-sec p {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    font-family: Muli;
    color: #272727;
    text-transform: initial;
    padding-bottom: 12px;
}

.woocommerce-MyAccount-content .woosc-page table  tr
{
 border: 1px solid black;
}


.woocommerce-MyAccount-content .woosc-page table  tr th
{
        border: 1px solid black;
        padding: 5px;
}
.woocommerce-MyAccount-content .woosc-page table  tr td
{
        border: 1px solid black;
        padding: 5px;
        font-size: 16px;
}


.woocommerce-MyAccount-content  .woocommerce-product-attributes.shop_attributes tr th
{
    border: 0px !important; 
      padding: 5px;
      
}

.woocommerce-MyAccount-content .woosc_list.woosc-list.woosc_page.woosc-page td.td-label {
    font-weight: bold !important;
    font-size: 16px;
   
}

.woocommerce-MyAccount-content .product.woocommerce.add_to_cart_inline  a{

    border: 1px solid #013c4d;
    padding: 10px 20px;
    background: #013c4d;
    color: #fff;
    transition: all 0.5s;
    text-decoration: none;
}
.woocommerce-MyAccount-content  .product.woocommerce.add_to_cart_inline  a:hover
{
    background-color: transparent;
    color: #013c4d;
}

.woocommerce-MyAccount-content  .tr-content td h3 {
    margin: 10px 0px;
    font-size: 18px;
}
.woocommerce-MyAccount-content  .tr-content td h4
{
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content  .tr-content td h4 span
{
    font-size: 18px;
}
.woocommerce-MyAccount-content  .woocommerce-product-attributes-item--dimensions .woocommerce table.shop_attributes th 
{
    width: 98px;
}


.woocommerce-MyAccount-content .woosc-page .woosc-remove 
{
    text-decoration: none;
    color: #a00;
    font-size: 15px;
    float: right;
}

.Product-tab-panel .tab-content #keyfeature_content h4
{
    font-size: 19px;
    margin-bottom: 15px;
}

.main-cart-contain-custom p.return-to-shop a {
    padding: 10px 15px;
    background-color: #013c4d;
    color: #dbdbdb;
    border: 1px solid #013c4d;
}
.main-cart-contain-custom p.return-to-shop a:hover
{
    background-color: transparent;
    color:#013c4d ;
}
.price-filter-form .price-inputs input
{
    width: 100% !important;
}

.price-filter-form .price-slider .ui-widget-header
{
    background: unset !important;
    background-color: #013c4d !important;
}

.price-filter-form .price-slider .ui-state-default,
.price-filter-form .price-slider .ui-widget-content .ui-state-default
{
    background: #013c4d !important;
    border: none !important;
    border-radius: 50%;
    width: 12px;
    height: 12px;
       
}

.price-filter-form .price-slider-track  .price-slider-handle.min,
.price-filter-form .price-slider-track  .price-slider-handle.max
{
    width: 12px !important;
    height: 12px !important;
}

.shop-us-main-start .exclusive-deals-main .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
    background: transparent;
    color: #013c4d;
}

.shop-us-main-start .exclusive-deals-main .woocommerce-pagination {
   
    text-align: right;
   
}

.shop-us-main-start .exclusive-deals-main .woocommerce-pagination ul.page-numbers
{
        border: none;
}

.shop-us-main-start .exclusive-deals-main  .woocommerce-pagination ul.page-numbers li
{
      border: none;
}

.shop-us-main-start .exclusive-deals-main  .woocommerce-pagination ul.page-numbers li .page-numbers.current
{
    color: #013c4d;
    background: none;
    font-weight: bold;
}

.shop-us-main-start .exclusive-deals-main  .woocommerce-pagination ul.page-numbers li .page-numbers {
    margin: 0;
    text-decoration: none;
    padding: 10px 10px;

}
.main-cart-contain-custom tr.woocommerce-cart-form__cart-item.cart_item .product-quantity .qib-container .qib-button
{
    background: white !important;
    color: #013c4d !important;
    font-weight: bold;
    border-color: #013c4d !important;
}

.main-cart-contain-custom tr.woocommerce-cart-form__cart-item.cart_item .product-quantity .qib-container .quantity.buttons_added .input-text
{
    color: #013c4d !important;
    font-weight: bold;
    border-color: #013c4d !important;
}

.main-cart-contain-custom tr.woocommerce-cart-form__cart-item.cart_item .product-quantity .qib-container .minus.qib-button 
{
    border-right: none !important;
}
.main-cart-contain-custom tr.woocommerce-cart-form__cart-item.cart_item .product-quantity .qib-container .plus.qib-button
{
 border-left: none !important;
}
.woocommerce-account-fields .create-account {
    text-align:left
}

.woocommerce-additional-fields .woocommerce-input-wrapper textarea
{
    resize: none;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-link
{
    color: #013c4d !important;
}

.exclusive-deals-main .perpage-dropdown select,
.exclusive-deals-main .sort-dropdown select
{
    border-color: #013c4d;
    border-width: 2px;
}
.shop-header-section .view-modes-icons a
{
    border: none !important;
    color: #013c4d !important;
}
/* listview  */

.products.list-view .product-card.list-card
{
    height: 100%;
    border-radius: 0px !important;
}

.products.list-view .product-card.list-card:hover
{
        border-color: #fff !important;
    box-shadow: 2.5px 4.33px 50px 5px rgba(11, 28, 42, .15) !important;
    z-index: 1 !important;
}
.products.list-view .add-to {
    text-align: center;
    background-color: #fff;
    border: 1px solid #013c4d;
    font-size: 14px;
    padding: 8px 15px;
    color: #222 !important;
    text-transform: uppercase;
    transition: all 
ease-in-out 0.5s;
    display: block;
    margin: 0;
    width: 170px;
}

.products.list-view .add-to a{
    color: #222;
}
.products.list-view .add-to:hover 
{
    background-color: #013c4d;
 
}
.products.list-view .add-to:hover a,
.products.list-view .add-to:hover  i
{
       color: #fff !important;
}

.products.list-view a.jvm_add_to_wishlist.button
{
    margin: 10px 0px 0px;
    text-align: center;
}
.empty-wishlist p
{
    margin-bottom: 15px;
}

.contact-subtext {
    font-size: 20px;
}
.contact-left h4 {
  
    font-size: 20px;
}

.out-of-stock-enquiry {
    width: 100%;
     background-color: #013c4d;
    text-align: center;
    width: 200px;
    padding: 8px 20px;
    margin-top: 15px;
    border: 1px solid #013c4d;
    transition: all ease-in-out 0.5s;

}
.out-of-stock-enquiry a
{
    color: white;
    font-size: 15px;
}
.product-detail-description {
    padding-left: 100px;
}

.product-detail-description .wishlist-main-out-of-stock a.jvm_add_to_wishlist.button
{
    margin: 15px 0px 15px;

}
.out-of-stock-enquiry:hover
{
    background-color: transparent;

}
.out-of-stock-enquiry:hover a
{
       color: #013c4d;
}
.Product-tab-panel ul li a
{
    color:#25bec6;
}

.Product-tab-panel .nav-tabs .nav-link 
{
    font-size: 20px;
}
.sp-detail-sec h3 {
    width: 100%;
    font-size: 25px;
}

.sp-detail-sec h2 {

    font-size: 23px;
    line-height: 28px;
    margin-bottom: 15px;
}
.jvm_add_to_wishlist span
{
        color: #a00 !important;
}
.in_wishlist.jvm_add_to_wishlist span {
    color: #a00 !important;
}

.sort-dropdown select,
 .perpage-dropdown select {
   
    height: 42px !important;
 }


 .woosc-btn-has-icon { margin: 10px 0px 0px;}
 .list-card-right .d-flex.align-items-center {gap: 20px !important;}
 .products.list-view a.jvm_add_to_wishlist.button:hover {color: #a00 !important;--bs-link-color-rgb:none}
 .product-card .product-price{gap: 5px;}
.product-add-to-cart .cixww-add-to-cart
 
{
    background-color: #013c4d !important;
    color: #fff !important;
    border: none !important;
    border-radius: 2px !important;
    padding: 9px 18px !important;
    border: 1px solid #013c4d !important;
    transition: all ease-in-out 0.5s;
    font-size: 16px !important;
}
tfoot .cixww-wishlist-all-cart
{
     background-color: #013c4d !important;
    color: #fff !important;
    border: none !important;
    border-radius: 2px !important;
    padding: 9px 18px !important;
    border: 1px solid #013c4d !important;
    transition: all ease-in-out 0.5s;
    font-size: 16px !important;
}

.cart_totals  h2{font-size: 32px;margin-bottom: 20px;}


.main-cart-contain-custom .woocommerce table.shop_table th {font-size: 15px;}
.footer-bottom .row .col-md-6{width: 48%;}

p.product.woocommerce.add_to_cart_inline {display: flex; align-items: center;gap: 10px;flex-wrap: wrap;}
.woocommerce-notices-wrapper li a {
   border: 1px solid #013c4d;
    padding: 8px 10px;
    background: #013c4d;
    color: #fff;
    transition: all 0.5s;
    font-size: 15px;
}
.woocommerce-message a.restore-item {color: #013c4d; font-size: 14px;font-weight: bold;}

.main-cart-contain-custom .product.woocommerce.add_to_cart_inline .added_to_cart
{
        border: 1px solid #013c4d;
    padding: 10px 10px;
    background: #013c4d;
    color: #fff;
    transition: all 0.5s;
    font-size: 16px;
    line-height: 17px;
    border-radius: 3px
}

/* product-detail page  */
.product-detail-content .slick-slide img {
    display: block;
    width: 100%;
    height: 155px;
    object-fit: contain;
}

/* mobile menu8  */
.mobile-navigation
{
    display: none;
}
.shop-filter-mn
{
    display: none;
}

.form-group.policy::before,

.signin-redirect::after  { left: 0px;}
tr.pr-description-gray-bg{color: white !important;}

.pr-description-tab {width: 100%;    word-break: break-all;}
.pr-description-tab table{overflow-x: auto;}
.product-detail-content .product-detail-price-heading  del {font-size: 25px !important;}
.tab-content>.active { display: block; overflow: auto;}
.specification-tab-main {overflow: auto;}
.specification-tab {  overflow-x: auto;  width: 550px;}















/* Dhruvesh css start */

.slider-main{
    position: relative;
    z-index: 9;
}
.slider-main .slick-list{
    background: white;
}
.slider-main::after{
    bottom: -20px;
    right: -20px;
    position: absolute;
    content: '';
    width: 135px;
    height: 135px;
    background-color: #013c4d;
    z-index: -9;
}
.slider-main::before{
    top: -20px;
    left: -19px;
    position: absolute;
    content: '';
    width: 135px;
    height: 135px;
    background-color: #013c4d;
    z-index: -9;
}




h1.product-detail-price-heading{
    position: relative;
    border-bottom: 0px;
        width: 100%;
        font-size: 36px;
        line-height: 38px;
        font-family: Muli;
        color: #272727;
        text-transform: capitalize;
        text-align: left;
        margin: -8px 0 10px;
        margin-left : 7px;
        /* border-bottom: 2px solid #25bec6; */
        padding-bottom: 12px;
}
h1.product-detail-price-heading::before{
    position: absolute;
    content: '';
    border-bottom: 2px solid #25bec6;
    width: auto;
    /* height: 100%; */
    bottom: 0px;
    left: 0px;
    min-width: 90px;
}

.single-product-page-price-custom{
    color: #25bec6;
    font-size: 31px;
}
.qib-container{
    background-color : #25bec6 !important;
    font-size : 12px;
    color: #fff !important;
    border: none !important;
    display: flex !important;
}
.minus.qib-button{
    background-color : #25bec6 !important;
    font-size : 12px;
    color: #fff !important;
    border: none !important;
}
.plus.qib-button{
    background-color : #25bec6 !important;
    font-size : 12px;
    color: #fff !important;
    border: none !important;
}
input.input-text.qty.text{
    font-size : 12px !important;
    color: #fff !important;
    border: none !important;
}
p.stock.in-stock{
    color: #25bec6;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.add-to-cart-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cart button.single_add_to_cart_button {
        display: inline-block;
        /* width: 100%; */
        height: 45px;
        line-height: 43px;
        background-color: #013c4d;
        color: #fff;
        font-size: 22px;
        font-family: Muli;
        padding: 0 45px;
        position: relative;
        text-align: center;
        margin-top: 30px;
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
    }

.single_add_to_cart_button span{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-color: #25bec6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}
.single_add_to_cart_button span img{
    width: 35px;
    height: 35px;
    max-width: 100%;
    object-fit: contain;
}
.single_add_to_cart_button {
    border-right: none !important;
}


.product-slider .slider-main .slick-next.slick-arrow{
background-size : 11px;
    background-image: url(https://unitestshop.com/wp-content/uploads/2025/12/side-arrow-rit.png);
    background-position: center;
    background-repeat: no-repeat;
    right: -17px;
    top: 15%;
    width: 30px;
    height: 30px;
    background-color: #25bec6;
    left: auto;
}
.product-slider .slider-main .slick-prev.slick-arrow{
    background-size: 11px;
    background-image: url(https://unitestshop.com/wp-content/uploads/2025/12/side-arrow-lft.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 57%;
    left: -17px;
    right: unset;
    width: 30px;
    height: 30px;
    background-color: #25bec6;
}
/* Dhruvesh css end */

.slider-nav {  margin-top: 30px;}