

@font-face {
    font-family: 'Rubik';
    src: url('../webfonts/RubikLight.eot');
    src: url('../webfonts/RubikLight.eot') format('embedded-opentype'),
         url('../webfonts/RubikLight.woff2') format('woff2'),
         url('../webfonts/RubikLight.woff') format('woff'),
         url('../webfonts/RubikLight.ttf') format('truetype'),
         url('../webfonts/RubikLight.svg#RubikLight') format('svg');
    font-weight: 300;
}
@font-face {
    font-family: 'Rubik';
    src: url('../webfonts/RubikRegular.eot');
    src: url('../webfonts/RubikRegular.eot') format('embedded-opentype'),
         url('../webfonts/RubikRegular.woff2') format('woff2'),
         url('../webfonts/RubikRegular.woff') format('woff'),
         url('../webfonts/RubikRegular.ttf') format('truetype'),
         url('../webfonts/RubikRegular.svg#RubikRegular') format('svg');
    font-weight: 400;
}

@font-face {
    font-family: 'Rubik';
    src: url('../webfonts/RubikMedium.eot');
    src: url('../webfonts/RubikMedium.eot') format('embedded-opentype'),
         url('../webfonts/RubikMedium.woff2') format('woff2'),
         url('../webfonts/RubikMedium.woff') format('woff'),
         url('../webfonts/RubikMedium.ttf') format('truetype'),
         url('../webfonts/RubikMedium.svg#RubikMedium') format('svg');
    font-weight: 500;
}
@font-face {
    font-family: 'Rubik';
    src: url('../webfonts/RubikBold.eot');
    src: url('../webfonts/RubikBold.eot') format('embedded-opentype'),
         url('../webfonts/RubikBold.woff2') format('woff2'),
         url('../webfonts/RubikBold.woff') format('woff'),
         url('../webfonts/RubikBold.ttf') format('truetype'),
         url('../webfonts/RubikBold.svg#RubikBold') format('svg');
    font-weight: 700;
}


body {
	font-size: 16px;
    line-height: 24px;
	font-family: 'Rubik';
	font-weight: 400;
	color: #212529;
    background: #fff;
    position: relative;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
a {
    text-decoration: none;
    transition: all ease 0.5s;
}

.h1, h1 {
    font-size: 38px;
    line-height: 1.4;
    color: #212529;
    margin-bottom: 26px;
   font-family: 'Rubik';
    font-weight: 700;
}

.h2, h2 {
    font-size: 22px;
/*    color: #212529;*/
    font-weight: normal;
   font-family: 'Rubik';
    font-weight: 500;
    line-height: 1.32;

}

.h3, h3 {
    font-size: 20px;
/*    color: #212529;*/
    font-family: 'Rubik';
    font-weight: 500;
   
}

.h4, h4 {
    font-size: 18px;
/*    color: #212529;*/
    font-family: 'Rubik';
    font-weight: 500;
}

.h5, h5 {
    font-size: 18px;
/*    color: #212529;*/
    font-family: 'Rubik';
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    color: #404040;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 27px;
}
b, strong {
    font-weight: bold;
}
p{
    font-weight: 300;
    line-height: 30px;
}
.fw-bold {
    font-weight: 700;
}
.fw-400  {
    font-weight: 400;
}
.text-green {
    color: #7bbc58 !important;
}
.text-red {
    color: #ff0000 !important;
}
/*.fw-400, .fw-400 p{
    font-weight: 400;
}*/
/*a {
    color: #212529;
}*/
a:hover {
    color: #00A58D;
}
.primary-link {
    color: #95294f;
    font-weight: 500;
}

img {
    display: block;
    max-width: 100%;
}

.container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
}
.container-fluid {
    max-width: 1920px;
    padding: 0;
}
.sm_container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
}

#wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
}

/* header_site */
.header_site {
    width: 100%;
    padding: 20px 0 0;
    border-bottom: 1px solid #eaeaea;
}
.logo img {
    width: 100%;
}

.nav_header .logo {
    width: 17.66667%;
    max-width: 17.66667%;
    padding: 0 15px;
}

.nav_header .navbarBox {
    margin: 0 -15px;
}
.navbar {
    padding: 0
}
.navbar-nav .nav-link {
    padding-top: 38px;
    padding-bottom: 34px
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding: 41px 18px 37px;
    color: #404040;
    font-size: 15px;
    line-height: 18px
}

.navbar-expand-sm .navbar-nav li.nav-item:hover {
    background: #eaeaea
}

.navbar-expand-sm .navbar-nav li.nav-item:hover .dropdown-menu {
    display: block
}

.dropdown-menu {
    top: 99%;
    font-size: 14px;
    color: #212529;
    background-color: #eaeaea;
    border: 0;
    line-height: 17px;
    min-width: 336px;
    padding: 0 20px 20px;
    box-shadow: 0 1px 3px #eaeaea;
    border-radius: 0 0 4px 4px;
    margin: 0
}

ul.dropdown-menu li.dropdown-item {
    display: block;
    width: 100%;
    padding: 0;
    clear: both;
    text-align: inherit;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    word-break: break-word;
    white-space: normal
}

    ul.dropdown-menu li.dropdown-item.has-menu::after {
        content: "\f105";
        text-align: right;
        position: absolute;
        right: 0px;
        font-family: "Font Awesome 6 Pro";
        top: 50%;
        transform: translatey(-50%)
    }

ul.dropdown-menu > .dropdown-item:hover .sub-dropdown-menu {
    display: block;
    position: absolute;
    left: 100%;
    background: #e4e3e3;
    width: 300px;
    top: 0;
    padding-left: 20px;
    padding-right: 25px;
    box-shadow: 0 1px 3px #e4e3e3;
    border-radius: 4px
}

ul.dropdown-menu > li.dropdown-item > ul.sub-dropdown-menu > li.dropdown-item:hover > ul.sub-dropdown-menu {
    display: block;
    position: absolute;
    left: 100%;
    background: #e4e3e3;
    max-width: 250px;
    top: 0;
    box-shadow: 0 1px 3px #e4e3e3;
    border-radius: 4px
}

ul.dropdown-menu li.dropdown-item ul.sub-dropdown-menu li.dropdown-item.has-menu:after {
    content: "\f054";
    text-align: right;
    position: absolute;
    right: 10px;
    font-family: "Font Awesome 6 Pro";
    top: 50%;
    display: block;
    transform: translatey(-50%)
}

ul.dropdown-menu .sub-dropdown-menu,
ul.dropdown-menu .sub-dropdown-menu > .dropdown-item .sub-dropdown-menu {
    display: none
}

ul.dropdown-menu li.dropdown-item:focus,
ul.dropdown-menu li.dropdown-item:hover {
    text-decoration: none;
    background-color: transparent
}

ul.dropdown-menu li.dropdown-item a {
    color: #404040;
    display: block;
    text-align: left;
    padding: 15px 0;
    
}

ul.dropdown-menu li.dropdown-item:last-child {
    border: 0
}

.sub-dropdown-menu li.dropdown-item::after {
    content: " ";
    display: none
}

.loginBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
}
.right_hdr {
    width: 17.66667%;
    text-align: right;
    max-width: 17.66667%;
    padding-right: 15px;
}

.loginBox li {
    margin: 0 3px;
}
.loginBox li a {
    position: relative;
    text-align: center;
    color: #404040;
}
.loginBox li a img {
    display: block;
    margin: 0 auto 2px;
    height: 22px;
    
}
.loginBox li a span.text {
    display: block;
    font-size: 14px;
}
.loginBox li a span.text span {
    position: absolute;
    right: 5px;
    top: 20px;
    color: #fff;
    background: #00A58D;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
}
.loginBox li a {
    padding: 30px 4px 17px;
    display: inline-block;
}
.loginBox li a.dropdown-toggle.show {    
    background: #eaeaea;
}

.mobile-menu-close {
    display: none;
}

.mobilenav_header {
    display: none;
}

.dropdown-menu-right .go_basket {
    color: #A64D79;
    font-size: 15px;
    text-decoration: underline;
    padding: 30px 11px 23px;
    display: block;
}
.top-bar-right .login-box .cart-items {
    display: block;
    text-align: initial;
}
.cart-items {
    margin: 20px 0 30px;
}
.cart-items .label {
    color: #404040;
    line-height: 18px;
    font-size: 15px;
}
.cart-items .quantity {
    float: right;
    font-size: 36px;
    font-family: 'Rubik';
    font-weight: 500;
}
.dropdown-menu-right a.checkout_secure {
    padding: 30px 11px 23px;
    display: block;
    border-radius: 4px;
    color: #fff;
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    background: #00937e;
    background: -moz-linear-gradient(left, #00937e 0, #00b89d 100%);
    background: -webkit-linear-gradient(left, #00937e 0, #00b89d 100%);
    background: linear-gradient(to right, #00937e 0, #00b89d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00937e', endColorstr='#00b89d', GradientType=1);
}
.dropdown-menu-right a.checkout_secure img {
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 10px;
}
.dropdown-menu.dropdown-menu-right.show {
    top: -3px !important;
}
.mobile_search {
    display: none;
}
a#dropdownMenu1:after {
    display: none;
}

/* END header_site */

.searchArea {
    padding: 60px 15px;
    background: #F5F5F5
}
.formSearch {
    width: 100%
}
.formSearch #btnSearch:hover {
    cursor: pointer
}
.formSearch input[type=text],
.formSearch input[type=password],
.formSearch select,
.formSearch textarea {
    outline: 0
}

.formSearch input {
    background: 0 0;
    border: 0;
    color: #CDCDCD;
    font-size: 26px;
    text-align: right;
    font-family: 'Rubik';
    font-weight: 300;
}

.formSearch input:first-child {
    text-align: left
}

.formSearch button {
    border: 0;
    color: #CDCDCD;
    background: 0 0;
    font-size: 37px;
    line-height: 39px;
}
.formSearch button:focus, .mobile_search_form button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px;
}


.bannerArea .slide_item img {
    width: 100%;
}

.slick-dots {
    text-align: center;
    position: absolute;
    bottom: 5px;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
.slick-dots li button {
    width: 14px;
    height: 14px;
    background: #EAEAEA !important;
    border-radius: 100%;
    margin-right: 14px;
    border: 0;
    font-size: 0;
}
.slick-dots li.slick-active button {
    /* background: rgba(0, 0, 0, 0.50) !important; */
    background: #982D52 !important;
}

/* order_shippingArea */
.order_shippingArea {
    width: 100%;
    padding: 30px 0 10px;
}
.order_shippingArea .item {
    margin-bottom: 20px;
}
.order_shippingArea .item .subText {
    display: flex;
    flex-wrap: wrap;
}
.order_shippingArea .item .subText .image {
    width: 34px;
}
.order_shippingArea .item .subText .text {
    width: calc(100% - 34px);
    padding-left: 30px;
}
    .order_shippingArea .item .subText .text h3 {
        font-size: 15px;
        line-height: 18px;
        color: #212529;
        margin-bottom: 0;
        font-family: 'Rubik';
        font-weight: 500;
    }
    .order_shippingArea .item .subText .text p {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 0;
        font-family: 'Rubik';
        font-weight: 300;
    }


/* productArea */
.productArea {
    width: 100%;
}
.productArea .product_item {
    position: relative;
    border-right: 4px solid #c7c6c6;
}
.productArea .product_item:last-child {
    border-right: 0;
}
.productArea .product_item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(64, 64, 64, .36);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.productArea .product_item:hover:after {
    opacity: 0;
}
.productArea .product_item .image img {
    width: 100%;
}
.productArea .product_item .text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
    .productArea .product_item .text h2 {
        font-size: 36px;
        color: #fff;
        font-family: 'Rubik';
        font-weight: 300;
    }

/* popular_ProductArea */
.popular_ProductArea {
    width: 100%;
    padding: 48px 0 0px;
}
.heading h2 {
    margin-bottom: 48px;
    text-align: center;
    line-height: 27px;
    font-size: 22px;
    font-family: 'Rubik';
    font-weight: 300;
    color: #404040;
}
.popular_ProductArea .owl-carousel .owl-stage {
    display: flex;
}
.popular_ProductArea .owl-carousel .owl-item {
    display: flex;
}
.popular_ProductArea .popular_item {
    /* margin-bottom: 30px; */
     display: flex;
/*   width: 100%;*/
    /* padding: 0 15px; */
    height: auto;
}
.popular_ProductArea .popular_item .subText {
    border: 1px solid #E9E9E9;
    padding: 15px 30px;
    width: 100%;
}
    .popular_ProductArea .popular_item .subText a {
        color: #212529;
        font-weight: 300;
        font-size: 15px;
        text-align: left !important;
    }
    .popular_ProductArea .popular_item .subText p {
        font-size: 15px;
        line-height: 19px;
        text-align: center;
        font-family: 'Rubik';
        font-weight: 300;
    }
.popular_ProductArea .popular_item .subText .image img {
    height: 230px;
    object-fit: cover;
    margin: 0 auto 20px;
}

.popular_ProductArea  .owl-dots {
    bottom: -7px;
}

.ordering_teethArea {
    width: 100%;
    background-attachment: fixed;
    padding: 70px 0;
    background-size: cover;
    background-position: center center;
}
.ordering_teethArea .orderingText {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
}
.ordering_teethArea .item h2 {
    color: #fff;
    font-size: 28px;
    display: block;
    line-height: 33px;
    margin-bottom: 0;
    font-weight: 500;
}
.ordering_teethArea .item p {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-family: 'Rubik';
    font-weight: 300;
}
.ordering_teethArea .item ul li a {
    color: #fff;
    text-decoration: underline;
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 23px;
}
.banner_slider .slick-slide {
    height: auto;
}
/* footer_site */
.footer_site {
    padding: 64px 0 0;
    background: #F0F0F0;
}
.footerBox {
    padding: 0 0 60px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.footerBox .footer_item {
    width: 20%;
    padding: 0 15px;
}
.footerBox .footer_item h3 {
    color: #404040;
    line-height: 19px;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
}
.footerBox .footer_item .footer_link {
    margin-bottom: 20px;
}
.footerBox .footer_item .footer_link li {
    margin-bottom: 0;
    line-height: 30px;
}
    .footerBox .footer_item .footer_link li a {
        color: #404040;
        font-size: 14px;
        font-family: 'Rubik';
        font-weight: 300;
    }

.footerBox ul.social_icon {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0;
}

.footerBox ul.social_icon li {
    margin-right: 14px;
}
.footerBox ul.social_icon li a {
    width: 30px;
    display: inline-block;
}
.footerBox ul.social_icon li a img {
    width: 100%;
}


.copyRightPart {
    padding: 34px 0;
    background: #E5E5E5;
}
.copyRightPart p {
    text-align: center;
    max-width: 520px;
    font-size: 12px;
    margin: 0 auto;
    line-height: 30px;
    font-family: 'Rubik';
    font-weight: 300;
    margin-bottom: 16px;
}


.main_endodonticsArea {
    padding: 58px 0 54px;
    background: #fc3918;
    background: -moz-linear-gradient(left, #fc3918 2%, #cc2e13 70%, #cc2e13 100%);
    background: -webkit-linear-gradient(left, #fc3918 2%, #cc2e13 70%, #cc2e13 100%);
    background: linear-gradient(to right, #fc3918 2%, #cc2e13 70%, #cc2e13 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fc3918 ', endColorstr='#cc2e13 ', GradientType=1);
}
.endodontic_content h1 {
    font-size: 32px;
    color: #fff;
    line-height: 38px;
    padding-left: 3em;
    margin: 0;
    font-family: 'Rubik';
    font-weight: 300;
}

/* endodonticsArea */
.endodonticsArea {
    width: 100%;
}
.sidebar-shop {
    border-right: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    margin-bottom:50px;
}
.sidebar-shop h3 {
    display: block;
    padding: 32px 15px 23px;
    font-size: 18px;
    color: #404040;
    line-height: 23px;
    border-bottom: 1px solid #E5E5E5;
    font-family: 'Rubik';
    font-weight: 500;
    margin-bottom:0px !important;
}
.shop-list li {
    border-bottom: 1px solid #E5E5E5;
}
    .shop-list li a {
        color: #404040;
        font-size: 16px;
        text-decoration: none;
        padding: 20px 15px;
        display: block;
        font-family: 'Rubik';
        font-weight: 300;
    }
/* .shop-list li a:hover, .shop-list li.active a {
    color: #fff;
    background: #00b89d;
    background: -moz-linear-gradient(left, #00b89d 0, #00b89d 44%, #00937e 100%);
    background: -webkit-linear-gradient(left, #00b89d 0, #00b89d 44%, #00937e 100%);
    background: linear-gradient(to right, #00b89d 0, #00b89d 44%, #00937e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00b89d', endColorstr='#00937e', GradientType=1);
} */

.shop-list li.active a {
    color: #fff;
    
}

.breadcrumbs {
    padding: 32px 15px 27px;
    border-bottom: 1px solid #E5E5E5;
}
    .breadcrumbs ul li {
        display: inline-block;
        font-family: 'Rubik';
        font-weight: 500;
        color: #707070;
        font-size: 13px;
    }
        .breadcrumbs ul li a {
            font-size: 13px;
            color: #00A58D;
            text-decoration: none;
            line-height: 16px;
            font-family: 'Rubik';
            font-weight: 300;
        }
.breadcrumbs ul li a img {
    display: inline-block;
}
.breadcrumbs ul li::after {
    content: "/";
    margin: 0 8px;
    color: #CDCDCD;
    font-size: 13px;
    font-weight: 300;
}
.breadcrumbs ul li:last-child::after {
    display: none;
}

.products {
    padding-bottom: 34px;
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}
/* .endodonticsArea .right_product {
    padding-left: 13px;
} */
.endodontic_prodect .products .image {
    height: 180px;
    margin: 30px 0;
}
.endodontic_prodect .products .image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.endodontic_prodect .products a {
    color: #404040;
    font-size: 16px;
    font-family: 'Rubik';
    font-weight: 500;
    text-decoration: none;
    line-height: 19px;
}
.endodontic_prodect .row {
    margin-left: 0px;
}
.endodonticsArea .sm_container {
    max-width: 1420px;
}
.item-slick.slick-slide.slick-current.slick-active {
    outline: none !important; 
}
  

/* product_thumbnialSlide */
.product_thumbnialSlide {
    margin-top: 40px;
}
.slider-for {
    margin-bottom: 15px; 
}
.slider-for img {
    width: 100%;
    min-height: 100%;
}  
.slider-nav {
    margin: auto; 
}  
.slideitemBox {
    border: 1px solid #E9E9E9;
}
.slideitemBox .slider-for .slick-list {
    height: auto !important;  
}
.slideitemBox .slider-for img {
    width: 300px;
    min-height: auto;
    margin: 0 auto;
}
.slideitemBox .slick-slide {
    height: auto;
}
.slideitemBox .slideBox {
    padding: 9px 40px 9px 44px;
}
.slideitemBox .slider-nav .item-slick {
    /* max-width: 120px; */
    width: 153px;
    margin-right: 0;
    outline: none !important;
    cursor: pointer; 
    border-right: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
}
.slideitemBox .slider-nav .slick-track {
    display: flex;
}
.slideitemBox .slider-nav .item-slick a.product-image__thumb {
    padding: 0 !important;
}
.slideitemBox .slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
    width: 112px;
    margin: auto;
}  
.slideitemBox .slick-arrow {
    display: none !important;
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}
.slideitemBox .slick-prev {
    left: 0; 
}  
.slideitemBox .slick-next {
    right: 0; 
}

.product-details {
    background: #F8F8F8;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    padding: 10px;
    margin-top: 52px;
}
.label__row {
    padding: 15px 0 10px;
}
.product-details .label__row .label {
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 16px;
    position: relative;
}
.product-details .input-group {
    align-items: center;
}
.right_product p {
    font-size: 15px;
    font-family: 'Rubik';
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}
.right_product .right_innerproduct p {
    line-height: 30px;
}
.quantity_row {
    border-bottom: 1px solid #EAEAEA;
    padding: 10px 0;
}
    .quantity_row .label {
        font-family: 'Rubik';
        font-weight: 300;
        font-size: 15px;
        line-height: 24px;
    }

.right_product h2 {
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #404040;
    margin-bottom: 20px !important;
}
.quantity_row input.form-control {
    border-radius: 4px !important;
    border: 1px solid #CDCDCD;
    padding: 0;
    text-align: center;
    height: 34px;
    width: 50px;
    font-size: 18px;
    font-family: 'Rubik';
    font-weight: 500;
}
.quantity_row .label .btn {
    background: 0 0;
    color: #707070;
    border: 0;
    font-size: 18px;
    line-height: 1;
}
.BtnAddToCartMatrix {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00937e', endColorstr='#00b89d', GradientType=1);
    padding: 23px 0;
    line-height: 24px;
    border-radius: 4px;
    padding: 17px 9px 13px 16px;
    margin-top: 10px;
    border: 1px solid #dadada;
    position: relative;
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 16px;
    background: #00937e;
    background: -moz-linear-gradient(left, #00937e 0, #00b89d 35%, #00b89d 100%);
    background: -webkit-linear-gradient(left, #00937e 0, #00b89d 35%, #00b89d 100%);
    background: linear-gradient(to right, #00937e 0, #00b89d 35%, #00b89d 100%);
    color: #fff;
}
.BtnAddToCartMatrix:hover {
    background: #fff !important;
    color: #000 !important;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    text-decoration: none;
}
.product-pdf {
    background: #F8F8F8;
    border-radius: 4px;
    padding: 17px 9px 13px 16px;
    margin-top: 20px;
    border: 1px solid #dadada;
    position: relative;
}
.product-pdf a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.product-pdf .image {
    width: 45px;
}
.product-pdf .title {
    width: calc(100% - 45px);
    padding: 0 0 0 20px;
}
    .product-pdf .title h3 {
        font-family: 'Rubik';
        font-weight: 400;
        line-height: 18px;
        font-size: 14px;
        margin: 0;
        max-width: 250px;
    }
  
.inner_ProductArea.popular_ProductArea {
    padding: 60px 0 0;
}
.inner_ProductArea.popular_ProductArea .popular_item {
    margin: 0;
}
.ordering_teethArea{
    background-image: url('../images/ordering-teeth-parallax.png')
}
.home_search_form input {
    background: 0 0;
    border: 0;
    color: #CDCDCD;
    font-size: 26px;
    text-align: right;
    font-weight: 300;
}
.form-control:focus, input:active, input:focus, textarea:active, textarea:focus {
    box-shadow: none;
    font-weight: 500;
    color: #404040;
    border: 1px solid #EAEAEA;
    outline: 0;
}
.cart_icon i{
    font-size: 22px;
}
.common-layout .container {
    max-width: 1180px;
    margin: 0px auto;
}
.cart-page-style{
    padding: 30px 0px;
}
.cart-page-style a {
    color: #333;
}

.cart-count-step {
    padding: 8px 0px;
    display: block;
}
/***checkoutpage***/
.checkout-logo {
    max-width: 250px;
}
.cart-product-list{
    max-width: 370px;
}
a.checkout_secure {
    background: linear-gradient(to right, #00937e 0, #00b89d 100%);
    line-height: 28px;
}
.common_button_bg {
    background: linear-gradient(to right, #00937e 0, #00b89d 100%);
    line-height: 28px;
}
.checkout-logo-page {
    background: #fff;
    z-index: 2;
    position: relative;
    border: 0px;
    border-bottom: 1px solid #d8d8d8;
}
.shipping_button {
    background: linear-gradient(to right, #00937e 0, #00b89d 100%);
}
/***Privacy Policy css***/
.main_content_style .container {
    max-width: 1148px;
}
.main_content_style p {
    color: #404040;
/*    font-size: 16px;*/
}
.main_content_style:has(b, strong) {
    font-weight: bolder;
}
.main_content_style h1 {
    font-size: 32px;
}
.main_content_style h2 {
    font-size: 22px;
}
.main_content_style:has(address, dl, ol, p, pre, ul) {
    margin-bottom: 1rem;
}
.main_content_style:has(h1, h2, h3, h4, h5, h6) {
    color: #404040;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 27px;
}
.main_content_style li {
    font-weight: 400;
    font-size: 16px;
    list-style-type: auto;
    color: #212529;
    line-height: 1.5;
}

/***product detail page***/

.productBox .slick-track {
    margin: 0;
    display: flex;
}
.green-gradient-bg {
    background: #00b09b;
    background: -moz-linear-gradient(left, #00b09b 2%, #96c93d 70%, #96c93d 100%);
    background: -webkit-linear-gradient(left, #00b09b 2%, #96c93d 70%, #96c93d 100%);
    background: linear-gradient(to right, #00b09b 2%, #96c93d 70%, #96c93d 100%);
}
.pMatrix {
    border: 1px solid #b1c4d3;
    padding: 10px 20px 20px;
    max-width: 1140px;
    margin: 20px 0;
}
.blackBtn, .BtnAddToCartMatrix {
    padding: 8px 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    margin: 10px 0 5px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}
.blackBtn {
    background: #535353;
    background: -moz-linear-gradient(top, #6e6e6e, #3d3d3d);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#6e6e6e), to(#3d3d3d));
    border: 0;
    border-radius: 4px;
    text-align: center;
    color: #fff !important;
}
.blackBtn, .blackBtn a {
    display: inline-block;
    width: 150px;
}
.blackBtn {
    margin-left: 20px;
}
.pMatrix table {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 14px;
}
    .pMatrix table tr td {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .pMatrix table tr th {
        font-size: 16px;
        font-weight: 500;
    }
    .pMatrix table tr td {
        font-size: 15px;
        font-weight: 300;
    }
    .pMatrix table tr th, .pMatrix table tr td {
        padding: 10px 6px;
    }
    .pMatrix.table-list tr {
        border-bottom: 1px solid #EAEAEA;
    }
    .pMatrix.table-list tr:empty {
        display: none;
    }
    .pMatrix.table-list tr:first-child, .pMatrix.table-list tr:last-child {
        border-bottom: 0 !important;
    }
    .pMatrix table tr th:last-child {
        /* min-width: 152px;
        width: 152px; */
        width: 64px;
    }
    .pMatrix table a {
        color: #95294f;
        font-weight: 500;
    }

.pMatrix table input {
    width: 50px;
    border: 1px solid #999;
    padding: 7px 4px;
}
    .pMatrix table input:read-only {
        background-color: #f3f3f3;
    }
.pMatrix.table-list {
    border: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.pMatrix.table-list table {
    margin: 0;
    width: 100%;
}
.grid-space-0>.umb-block-grid__area-container {
    gap: 0;
}
.grid-space-15>.umb-block-grid__area-container {
    gap: 15px;
}
.grid-space-30>.umb-block-grid__area-container {
    gap: 30px;
}
.grid-space-45>.umb-block-grid__area-container {
    gap: 45px;
}
.grid-space-60>.umb-block-grid__area-container {
    gap: 60px;
}
.grid-space-75>.umb-block-grid__area-container {
    gap: 75px;
}
.block-y-spacing-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.block-y-spacing-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.block-y-spacing-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.block-y-spacing-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.block-y-spacing-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.block-y-spacing-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.full-width-content.block-x-spacing-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.full-width-content.block-x-spacing-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.full-width-content.block-x-spacing-45 {
    padding-left: 45px;
    padding-right: 45px;
}

.full-width-content.block-x-spacing-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.full-width-content.block-x-spacing-75 {
    padding-left: 75px;
    padding-right: 75px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    padding-bottom: 40px;
    border-top: 0;
    color: #404040;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    border-bottom: 1px solid #707070;
    padding-top: 40px;
}

.table tbody tr td {
    padding: 30.5px 10px 50.5px;
    font-size: 18px;
    border-bottom: 1px solid #aaa;
}
.table-responsive a {
    color: #95294f;
    font-weight: 500;
}

.sidebar {
    position: relative
}
.sidebar::after, .main_content_style .bannerArea .title-added:after {
    height: 100%;
    content: " ";
    width: 100%;
    top: 0;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .3)
}

.sidebar .image img {
    width: 100%;
    height: auto
}

.sidebar .link {
    position: absolute;
    border: 0;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 1
}

.sidebar_content {
    position: absolute;
    top: 60px;
    text-align: center;
    z-index: 1
}
.sidebar_content .title {
    font-size: 32px;
    color: #fff;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.sidebar_content .content p {
    color: #fff;
    line-height: 22px;
    font-size: 18px;
    padding: 0 40px
}
.readmore_link {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00937e', endColorstr='#00b89d', GradientType=1);
    padding: 23px 0;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
}
.btn-primary, .yellowBtn, a.readmore_link {
    background: #00937e;
    background: -moz-linear-gradient(left, #00937e 0, #00b89d 100%);
    background: -webkit-linear-gradient(left, #00937e 0, #00b89d 100%);
    background: linear-gradient(to right, #00937e 0, #00b89d 100%);
    width: 250px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin: 0 auto;
    text-decoration: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .16);
    padding: 23px 20px;
    font-weight: 500;
}
.form-control:focus, input:active, input:focus, textarea:active, textarea:focus {
    box-shadow: none;
    font-weight: 500 !important;
    color: #404040 !important;
    border: 1px solid #EAEAEA !important;
    outline: 0;
}
    .btn-primary:hover {
        background: #fff !important;
        color: #000 !important;
        cursor: pointer;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
        text-decoration: none;
    }
.readmore_link:hover {
    background: #fff !important;
    color: #000 !important;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    text-decoration: none;
}
.left-content-table{
    padding-left: 15px;
}
.bannerArea{
    position: relative;
}
.bannerArea .banner_slider{
    height: 408px;
    overflow: hidden;
}
.bannerArea .banner_slider.slick-initialized{
    height: auto;
    overflow: visible;
}
/*.bannerArea .banner_slider .slick-track{
    display: flex !important;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.bannerArea .banner_slider .slick-slide {
    display: block !important;
}*/
.slide_item h1 {
    transform: translatey(-50%);
    position: absolute;
    top: 50%;
    font-size: 46px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 55px;
    font-family: 'Rubik';
    font-weight: 300;
    z-index: 9;
}
.inner-banner-login {
    padding: 58px 0 54px;
    background: #6c1634;
    background: -moz-linear-gradient(left, #6c1634 0, #982d52 100%);
    background: -webkit-linear-gradient(left, #6c1634 0, #982d52 100%);
    background: linear-gradient(to right, #6c1634 0, #982d52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6c1634', endColorstr='#982d52', GradientType=1);
}
.inner-banner-login h1 {
    font-size: 32px;
    color: #fff;
    font-weight: 300;
    line-height: 38px;
    padding-left: 3em;
}
.inner-grid-remove .umb-block-grid__layout-container {
    display: block;
}
.inner-grid-remove ul {
    padding: 0;
    position: relative;
    margin: 20px 0;
    list-style: none;
}
.inner-grid-remove ul li {
    padding-left: 20px;
    font-weight: 300;
    list-style: none;
   font-size: 14px;
    position: relative;
    line-height: 30px;
    margin-bottom: 0;
}
.inner-grid-remove ul li:before {
    content: ">";
    padding-right: 20px;
    position: absolute;
    left: 0;
}
.inner-grid-remove .grey-box {
    padding: 20px 40px 20px 20px;
    background: #cbcbc9;
    margin-bottom: 20px;
    line-height: 30px;
}
.inner-grid-remove .green-title {
    color: #7bbc58;
}

.form-style input,
.form-style textarea {
    color: #212529;
    width: 50%;
    padding: 6.5px 28px;
    margin: 10px 0
}

.form-style label {
    width: 50%;
    font-weight: 500;
    float: left;
    font-size: 15px;
    color: #212529;
}
.umbraco-forms-hidden{
    display: none;
}
.form-style input {
    border: 1px solid #EAEAEA;
    border-radius: .25rem
}

.form-style textarea {
    border: 1px solid #EAEAEA;
    resize: none;
    border-radius: .25rem
}
.form-style input[type=submit] {
    background: #6c1634;
    background: -moz-linear-gradient(left, #6c1634 0, #982d52 100%);
    background: -webkit-linear-gradient(left, #6c1634 0, #982d52 100%);
    background: linear-gradient(to right, #6c1634 0, #982d52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6c1634', endColorstr='#982d52', GradientType=1);
    color: #fff;
    float: right;
    cursor: pointer;
    max-width: 200px;
    padding: 22px 10px;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
    border: 0;
}
.form-style input[type=submit]:hover {
    background: #fff !important;
    color: #000 !important;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    text-decoration: none;
}
span.field-validation-error {
    color: red;
    font-size: 12px;
    text-align: right;
    display: block;
}
.full-width-form form{
    max-width: 100% !important;
}
.dealer-form form [type="submit"] {
    margin: 0em;
    padding: 1px 0px;
    border-width: 2px;
    display: inline-block;
    width: 150px;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    color: buttontext;
    border-color: buttonborder;
    border-width: 1px;
    padding: 7px 0;
    cursor: pointer;
}
.dealer-form .umbraco-forms-field-wrapper [type="password"] {
    border-width: 2px;
    border-style: inset;
    border-image: initial;
    padding-block: 1px;
    padding-inline: 2px;
    border: 1px solid;
    padding: 5px 18px;
    border-radius: 4px;
}
.dealer-form .umbraco-forms-field-wrapper {
    display: inline-block;
}
.dealer-form .umbraco-forms-field {
    margin-bottom: 20px;
}
.dealer-form .umbraco-forms-navigation {
    padding-left: 110px;
}
.dealer-form .umbraco-forms-field .umbraco-forms-label {
    vertical-align: top;
}

.full-width-content .container.block-y-spacing-45 {
    padding-bottom: 5px;
}

.addressBox {
    padding-right: 15px;
}
.mapBox {
    padding-left: 15px;
}
.mapBox small {
    font-weight: 500;
    font-size: 12.8px;
}
.mapBox br {
    display: none;
}



@media (max-width: 1199px) {
    .inner-banner-content-shop h1 {
        font-size: 26px;
        padding-left: 0.5em;
    }

}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .container.product__page {
        max-width: 1140px;
    }
    .slick-dots {
        bottom: 20px;
    }
    .form-style form {
        max-width: 50%;
    }
}
@media only screen and (min-width: 1366px) {
  .container.product__page {
        max-width: 1420px;
    }
}
@media only screen and (min-width: 1440px) {
    .container-lg {
        max-width: 1420px;
    }
}

/*30/12/2024*/
.order_shippingArea .umb-block-list, .productArea .umb-block-list {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.productArea .umb-block-list {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}
.order_shippingArea .umb-block-list {
    margin-right: 0;
    margin-left: 0;

}


/*06/01/2025*/
.main-content-login {
    margin-top: 40px;
    margin-bottom: 40px;
}
.main-content-login  .login-form {
    background: #F8F8F8;
    border: 1px solid #EAEAEA;
    border-radius: 4px 0 0 4px;
    padding: 40px 35px 40px 30px
}
.login-title-wrapper {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 40px;
    margin-bottom: 30px
}
.login-form .title {
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
}
.login-form .sub-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    color: #707070;
    margin-top: 10px;
}
#main-content-submit-btn {
    display: flex;
    justify-content: flex-end;
}

#main-content-submit-btn .btn {
    margin:0px;
      padding: 23px 20px !important;
}
.input-group-prepend {
    display: flex;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
 
    border-radius: .25rem;
 
 
    background: #fff;
    border: 1px solid #EAEAEA;
    border-right: 0;
}

 
 


    .login-form label {
        color: #404040
    }
.login-form .sub-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    color: #707070;
    margin-top: 10px
}

.forgot-password a,
.form-control,
.login-form label {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500
}

.input-group-text {
    background: #fff;
    border: 1px solid #EAEAEA;
    border-right: 0
}

.form-control {
    border: 1px solid #EAEAEA;
    border-left: 0;
    color: #212529;
    padding: 22px 10px !important;
    display: block;
    width: 100%;
    background-color: #fff !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}


.form-control::placeholder {
    color: #CDCDCD;
    opacity: 1
}

.form-control:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
    box-shadow: none;
    font-weight: 500;
    color: #404040;
    border: 1px solid #EAEAEA;
    outline: 0
}

.input-group {
    margin-bottom: 30px !important
}

.forgot-password {
    display: inline-block;
    float: right
}

.forgot-password a {
    color: #982D52
}


.login-form .text-right a {
    width: 100%;
    background: #00937e;
    background: -moz-linear-gradient(left, #00937e 0, #00b89d 35%, #00b89d 100%);
    background: -webkit-linear-gradient(left, #00937e 0, #00b89d 35%, #00b89d 100%);
    background: linear-gradient(to right, #00937e 0, #00b89d 35%, #00b89d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00937e', endColorstr='#00b89d', GradientType=1);
    padding: 23px 0;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    margin: 20px 0;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    max-width: 265px
}

.login-form .text-right a:hover {
    background: #fff;
    color: #000
}


.main-content-login .new_user {
    position: relative;
    height: 100%;
}
.main-content-login .new_user .image {
    height: 100%;
}

    .main-content-login .container {
        max-width: 1140px;
        margin: auto;
    }

.main-content-login .new_user::after {
    height: 100%;
    width: 100%;
    top: 0;
    content: " ";
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .3)
}

    .main-content-login .new_user .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }

    .main-content-login .new_user .link {
        position: absolute;
        border: 0;
        bottom: 60px;
        left: 0;
        right: 0;
        z-index: 1
    }

    .main-content-login .col-sm-12 .new_user .link {
        bottom: 120px;
    }

     

    .main-content-login .new_user .new_user_content .title {
        font-size: 28px;
        color: #fff;
        line-height: 38px;
        font-weight: 500;
        margin-bottom: 10px
    }

    .main-content-login .customer-login .new_user .new_user_content .content p {
        color: #fff;
        line-height: 18px;
        font-size: 15px;
        font-weight: 500;
        padding: 0 40px
    }
    .main-content-login .customer-login .new_user .new_user_content.bottom {
        top: auto;
        bottom: 10px;
    }
    .main-content-login .new_user_content {
        padding: 15px;
    }
    .main-content-login  .new_user .link {
        position: relative;
        border: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        margin: 0 15px;
    }

 
.loginModel_Username {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff !important;
}

.new_user a.readmore_link:hover {
    background: #fff;
    color: #000
}
.main-content-login .new_user a.readmore_link {
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    max-width: 256px;
    color: #fff;
    border: 3px solid #fff;
    text-align: center;
    text-decoration: none;
    padding: 23px 0;
    border-radius: 4px;
    box-shadow: none;
    background: 0 0;
}
#main-content-submit-btn .btn {
    border:none !important;
}
.instructionForuList a {
    color: #95294f;
    font-weight: 500;
    line-height: 30px;
    font-size: 16px;
}

.block-pt-spacing-30{
    padding-top:30px;
}
.information-content .primary-link:hover {
    color: #95294f;
    text-decoration: underline;
}
.login-box .icon .signin {
    width: 100%;
    padding: 23px 11px 23px;
    display: block;
    text-align: center;
    border-radius: 4px;
    color: #fff;
   font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    background: #00937e;
    background: -moz-linear-gradient(left, #00937e 0, #00b89d 100%);
    background: -webkit-linear-gradient(left, #00937e 0, #00b89d 100%);
    background: linear-gradient(to right, #00937e 0, #00b89d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00937e', endColorstr='#00b89d', GradientType=1);
}

.login-box .icon a {
    padding: 30px 11px 17px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.login-box-options {
    font-size: 16px;
    color: #404040;
    line-height: 18px;
    margin: 10px 0;
    display: block;
    text-align: center;
    font-weight: 500;
    padding: 15px 0;
}
.login-box .icon .register {
    color: #fff;
    background: #6c1634;
    background: -moz-linear-gradient(left, #6c1634 0, #982d52 100%);
    background: -webkit-linear-gradient(left, #6c1634 0, #982d52 100%);
    background: linear-gradient(to right, #6c1634 0, #982d52 100%);
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 991px) {
    .login-box .icon .signin {
        max-width: 280px;
        display: block;
        text-align: center;
        margin: 20px auto;
        padding: 30px 11px 23px;
    }
}
.bookonlineContent a {
    color: #007bff;
}
.bookonlineContent a:hover {
    color: #0056b3;
}
.instructionForuList li::before {
    display: none;
}
.instructionForuList li {
    list-style: none;
    padding-bottom: 30px;
}
.instructionForuList a:hover {
    text-decoration: underline;
}
.bookonlineContent a.btn-primary {
    color: #fff;
    line-height: 24px;
    font-weight: 500;
}
.bookonlineContent a.btn-primary:hover {
    text-decoration: none;
}

.selectLabel legend {
    font-size: 16px;
    margin-top: 15px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 300;
}
.selectLabel legend.umbraco-forms-legend {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 1.1;
    font-weight: 400;
}

.inner-grid-remove .CourseBookingText li {
    font-size: 16px;
    font-weight: 300;
}
.inner-grid-remove .CourseBookingText li strong {
    font-weight: normal;
}
.product-details h1.text-2xl.font-bold {
    font-size: 20px;
}

.dealerContent a {
    color: #95294f;
    font-weight: 500;
}

.profileTest p strong {
    font-weight: normal;
}
.account_ProfileBox label {
    margin-bottom: 8px;
}
.passwordTest input {
    padding: 2px 10px;
    border: 1px solid #818080;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    width: 208px;
}

.account_ProfileBox button.genericBtn.yellowBtn.btn.btn-primary {
    border-color: transparent;
    margin: 40px 0 0 auto;
}
.profileTest .filter {
    padding-right: 44px;
}

/* Bilal Css */
/*** 07-01-2025****/
.productbox {
    background: #F8F8F8;
    border: 1px solid #EAEAEA;
    border-radius: 4px 0 0 4px;
    padding: 40px 35px 40px 30px;
    margin: 20px 0px;
}

    .productbox h1 {
        font-size: 28px;
        font-weight: 500;
        line-height: 33px;
    }

    .productbox h6 {
        font-size: 14px;
        line-height: 20px;
        color: #707070;
        margin-top: 0px;
    }

    .productbox input {
        border: 1px solid #EAEAEA;
        color: #212529;
        padding: 22px 10px !important;
        display: block;
        width: 100%;
        background-color: #fff !important;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .productbox form {
        display: flex;
        gap: 10px;
        flex-flow: column
    }

        .productbox form button {
            background: linear-gradient(to right, #00937e 0, #00b89d 100%);
            width: fit-content;
            padding: 5px 14px;
            color: #fff;
            border-radius: 5px;
        }

.upload_btn {
    background: linear-gradient(to right, #00937e 0, #00b89d 100%);
    width: fit-content;
    padding: 5px 14px;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
}

#fff div {
    margin-bottom: 10px;
}

.message_box {
    display: grid;
    padding: 10px;
    margin: 20px 0px;
    border-radius: 10px;
    font-size: 16px;
}

    .message_box p {
        border-bottom: 1px solid #f0f0f0;
        line-height: initial;
        margin: 0;
        padding: 10px 0px;
    }

    .message_box span {
        font-weight: 500;
    }

.productBoxCategories {
    display: flex;
    flex-flow: wrap;
}

.paginationBox a {
    color: #16a68e;
}
    .paginationBox a:hover {
        color: #ffffff !important;
    }



.imgBox {
    display: block;
    min-height: 180px;
    margin-bottom: 20px;
}
.imgBox img {
    max-height: 180px;
    display: block;
    margin: 0 auto;
}
.recentProductBox span {
    min-height: 50px;
    text-align: left !important;
}
.checkout-logo-page .logo {
    width: 17.66667%;
    padding: 0 15px;
}
.search-page a{
    color:#000000 !important;
}
.orderedPragraph {
    margin-bottom: .8rem !important;
}
.privacyPolicyHeading2 strong {
    font-weight: bolder !important;
}
.privacyPolicyHeading {
    font-weight: bolder !important;
}

.pMatrix table tr td:last-child, .pMatrix table tr th:last-child {
    text-align: center;
}
.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.qty-container .input-qty {
    text-align: center;
    padding: 4px 10px;
    border: 1px solid #d4d4d4;
    width: 51px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px !important;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    padding: 10px 13px;
    font-size: 10px;
    height: 34px;
    width: 38px;
    transition: 0.3s;
    line-height:1;
}
.qty-container .qty-btn-plus {
    margin-left: -1px;
}
.qty-container .qty-btn-minus {
    margin-right: -1px;
}
.mobile_search_form button i {
    color: #ddd;
    font-size: 18px;
}

/* innerProductArea */
.popular_ProductArea.innerProductArea {
    padding-top: 0;
    margin-bottom: 0 !important;
}
.popular_ProductArea.innerProductArea .popular_item .subText span.block.mt-4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #404040;
}
.popular_ProductArea.innerProductArea .popular_item .subText img {
    height: 250px;
    margin: auto;
    object-fit: scale-down;
}
.popular_ProductArea.innerProductArea .popular_item .subText {
    padding: 15px 14px;
}
.productList {
    padding: 0 !important;
}
.productList li {
    list-style: none;
    line-height: 30px;
    font-weight: 300;
    color: #404040;
    font-size: 15px;
    padding-left: 15px;
    position: relative;
}
.productList li:before {
    content: "-";
    padding-right: 10px;
    left: 0;
    position: absolute;
}
.productListNumber {
    list-style: auto;
}
.productListNumber li {
    line-height: 30px;
    font-weight: 300;
    color: #404040;
    font-size: 15px;
    position: relative;
}
.BtnAddToCartMatrix {
    width: 100%;
    padding: 23px 20px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
}
i.fa-thin.fa-heart {
    font-size: 30px;
}
.right_product .rte p {
    margin: 0 0 20px !important;
}
.right_product .rte .mb0 {
margin-bottom: 0 !important; 
}
/* .line_height30 {
    line-height: 30px !important;
} */
.right_product .rte .erioProduct p {
    margin-bottom: 2px !important;
}
.certificateContent p {
    line-height: 1.5;
    color: #000;
}
.certificate_link {
    color: #95294f;
    font-weight: 500;
}
.schottlender-form {
    background: #F8F8F8;
    border: 1px solid #EAEAEA;
    border-radius: 4px 0 0 4px;
    padding: 30px;
    margin-top: 50px;
    max-width: 1110px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
.schottlender-form label {
    display: block;
}
.schottlender-form.form-style label, .schottlender-form.form-style input, .schottlender-form.form-style textarea {
    width: 100%;
}
.schottlender-form.form-style input {
    height: 50px;
    margin: 0 0 8px;
}
.schottlender-form.form-style label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
}
.schottlender-form.form-style .radiobuttonlist input, .schottlender-form.form-style .radiobuttonlist label {
    width: auto;
}
.schottlender-form.form-style .radiobuttonlist input {
    margin: 5px 0 0;
    line-height: 0;
    height: 20px;
    width: 20px;
    position: relative;
    top: 4px;
}
.schottlender-form.form-style .radiobuttonlist label {
    margin-left: 5px;
    margin-bottom: 2px;
    display: inline-block;
    float: none;
    width: auto;
    line-height: 1.5;
}
.schottlender-form.form-style .radiobuttonlist {
    position: relative;
    margin-bottom: 10px;
}
.schottlender-form.selectLabel legend.umbraco-forms-legend {
    margin-bottom: 0px;
    margin-top: 3px;
}
 .schottlender-form select {
    border: 1px solid #EAEAEA;
    border-left: 0;
    color: #212529;
    padding: 15px 10px;
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}
.schottlender-form .dropdown {
    margin-bottom: 10px;
}
.schottlender-form .dropdown label {
    margin-bottom: 8px;
}
.schottlender-form.form-style input[type=submit] {
    height: auto;
    float: none;
    margin-top: 12px;
    background: #00937e;
    background: -moz-linear-gradient(left, #00937e 0, #00b89d 100%);
    background: -webkit-linear-gradient(left, #00937e 0, #00b89d 100%);
    background: linear-gradient(to right, #00937e 0, #00b89d 100%);
}

span.umbraco-forms-submitmessage {
    max-width: 1148px;
    margin: 0 auto;
    display: block;
    padding: 0 20px;
    font-weight: 500;
}
.BtnAddToCartMatrix.btnBasket {
    padding: 8px 20px;
    margin-left: 15px;
    display: inline-block;
    width: auto;
}
.matrixHead {
    max-width: 1110px;
    margin: 20px auto;
}
.pMatrix.matrixArea {
    margin: 20px auto;
    max-width: 1110px;
    padding: 10px 20px 20px;
    margin-top: 10px;
}
.matrixArea .instructDiv p {
    font-size: 15px;
    line-height: 24px;
}
.matrixArea .priceText {
    /* width: calc(100% - 80px); */
}
.matrixArea .priceText.priceText2 {
    width: calc(100% - 80px);
}
.matrixInnerLeft {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .priceText ul {
    display: block;
    flex-wrap: wrap;
  }
  .priceText ul li {
    max-width: 180px;
    list-style: none;
    border: 1px solid #b1c4d3;
    padding: 20px;
    text-align: center;
    margin-right: 16px;
    /* margin-bottom: 15px; */
  color: #404040;
    font-weight: 300;
    line-height: 30px;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
  
  }
  .pMatrix.matrixArea .row {
    padding: 0 12px;
}
  .pricesP {
    margin-right: 60px;
    font-size: 15px;
  }
  .pricesP.pricesP2 {
    margin-right: 20px;
  }
  .usefulDocs ul {
    padding: 0;
    list-style: none;
  }
  .usefulDocs li a {
    display: block;
    color: #363636;
    text-decoration: none;
    background: url(/images/doc-icon-pdf.png) left center no-repeat;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
  }
  .instructDiv {
    width: 100%;
    padding: 20px 0 0;
    border-top: solid 1px #b1c4d3;
    margin-top: 20px;
  }
  .matrixHead {
    padding-top: 50px;
  }
  .pricesP strong, .usefulDocs p strong {
    font-weight: bolder;
  }
.matrixArea table tr th:last-child {
    text-align: left !important;
}
.matrixArea table tr th {
    font-size: 13px;
    padding: 7px 2px 0;
}
.usefulDocs p {
    font-size: 15px;
}
.pMatrix.matrixArea table input {
    width: 50px;
    border: 1px solid #666;
    padding: 5px 4px;
    /* background-color: transparent !important; */
    border-radius: 2px;
}

/* input:disabled {
    cursor: default;
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    color: light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
} */
.pMatrix.matrixArea table tr td {
    padding: 1px 1px;
}
.pMatrix.matrixArea table {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    display: block;
}
.matrixArea .matrix-button {
    padding-right: 15px;
}
.matrixArea .priceText.priceText3 {
    padding-left: 40px;
}
.breadcrumbs .sm_container {
    max-width: 1420px;
  }

  .additional_info {
    margin-top: 20px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    padding: 20px;
    background: #F8F8F8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .16);
    font-size: 14px;
}

.customer-login .new_user_content {
    position: absolute;
    top: 60px;
    text-align: center;
    z-index: 1;
}
.customer-login .new_user .new_user_content .title {
    font-size: 28px;
    color: #fff;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 10px;
}
.customer-login .new_user .new_user_content.bottom {
    top: auto;
    bottom: 10px;
}
.customer-login .new_user .new_user_content .content p {
    color: #fff;
    line-height: 18px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 40px;
}
.container-fluid.customer_loginPage {
    padding: 0 15px;
}
.customer_loginPage .new_user .link {
    position: absolute !important;
    border: 0 !important;
    bottom: 140px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
}
.customer_loginPage #main-content-submit-btn .btn {
    margin: 20px 0;
}

.product-details .detail_box  {
    background: #EAEAEA;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.5;
}
.product-details .detail_box p {
    margin-bottom: 0;
    font-size: 13px;
}
.product-details .py-4 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.large-qty-container.qty-container .input-qty {
    width: 125px;
}


/* 21-02 */

.BursEx .bursTabs {
    margin-top: 10px;
    width: 100%;
}
.BursEx .bursTabs ul {
    width: 100%;
    padding-left: 0;
    border-bottom: 2px solid #000;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.BursEx .bursTabs li {
    list-style-type: none;
    margin-left: 0;
    margin-right: 1px;
    border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    background: #f0f0f0;
}
.BursEx .bursTabs li a {
    display: block;
    padding: 8px 14px 8px;
    font-weight: bold;
    color: #000;
    border-radius: 10px 10px 0px 0px;
}
.BursEx .bursTabs li a.active {
    background: transparent;
}
.BursEx .bursTabs.labBurs li.extracoarse a {
    background: #01080e;
}
    .BursEx .bursTabs.labBurs li.coarse a {
        /* background: #008c1e; */
        background: #008c1e;
    }
    .BursEx .bursTabs.labBurs li.coarse.black a {
        /* background: #008c1e; */
        background: #000000;
    }

.BursEx .bursTabs.labBurs.surgBurs li.coarse a {
    background: #008c1e;
}
.BursEx .bursTabs.labBurs li.medium a {
    background: #2c3697;
}
.BursEx .bursTabs.labBurs li.fine a {
    background: #d83818;
}
.BursEx .bursTabs.labBurs li.superfine a, .BursEx .bursTabs.labBurs li.extrafine a {
    background: #eac804;
}
.BursEx .bursTabs.labBurs li.coarse a, .BursEx .bursTabs.labBurs li.medium a, .BursEx .bursTabs.labBurs li.fine a, .BursEx .bursTabs.labBurs li.extracoarse a, .BursEx .bursTabs.labBurs li.coarse a {
    color: #FFFFFF;
}
.BursEx .bursTabs.labBurs li.extrafine a, .BursEx .bursTabs.labBurs li.superfine a, .BursEx .bursTabs.labBurs li.ultrafine a {
    color: #000000;
}
.BursEx .bursTabs.labBurs li.ultrafine {
    background: #f0f0f0;
}
.BursEx .bursTabs.labBurs li a.active {
    opacity: 0.9;
}
.BursEx table.bursTable {
    width: 100%;
}
.bursOuter table {
    border-collapse: collapse;
}
.BursEx table.bursTable th, table.bursTable td {
    border: solid 1px #b0c5d6;
}
.BursEx .bursTable td.c1 table {
    border: 0;
    width: 100%;
}
.BursEx table.bursTable td {
    padding: 6px;
    vertical-align: middle;
    font-weight: 300;
}
.BursEx .bursTable td {
    text-align: center;
}
.BursEx .bursTable td.c1 h2 {
    font-weight: normal;
    font-size: 16px !important;
    margin: 0 !important;
}
.BursEx .bursTable td.c1 table td.titleCell {
    text-align: left;
    border: none;
}
.BursEx .bursTable td.c1 table td.thumbCell {
    text-align: right;
    border: none;
}
.BursEx .bursTable td.c1 {
    text-align: left;
    width: 518px;
    /* min-width: 360px; */
}
.BursEx .bursTable td.c1 table td.thumbCell img {
    margin-left: auto;
    width: 70px;
}
.BursEx table.bursTable th {
    line-height: 1.4em;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    font-size: 15px;
}

.BursEx .bursTable td.c3 {
    width: 120px;
    /* min-width: 120px; */
}
.BursEx .bursTable td.c4, .BursEx .bursTable td.c6, .BursEx .bursTable td.c5, .BursEx .bursTable td.c2 {
    width: 120px;
    /* min-width: 134px; */
}
.BursEx .bursTable td.c7 {
    width: 242px;
    /* min-width: 242px; */
}
.input-group {
    margin-bottom: 26px !important;
}
.bursTable input.input-number {
    border-radius: 4px !important;
    border: 1px solid #CDCDCD;
    height: 30px;
    display: block;
    text-align: center;
    padding: 0;
    width: 160px;
    max-width: 160px;
}
.BursEx table.bursTable .qty-container .input-qty {
    width: 150px;
}

.product_thumbnialSlide .right_product .col-md-12 .product-details {
    margin-top: 20px;
}

.right_product .endodontic_prodect p.btnRight .yellowBtn {
    margin-right: 0;
    margin-top: 20px;
}
.tabularbox {
    padding: 15px;
}
.individualProduct_img {
    padding: 0 10px 0 57px;
    width: 130px;
}

.popular_ProductArea.relatedProductArea {
    padding-top: 0;
}

.popular_ProductArea .relatedProducts {
    display: flex;
    flex-wrap: wrap;
} 
.popular_ProductArea .relatedProducts .popular_item {
    width: 180px;
    margin: 0 5px;
}
.popular_ProductArea .relatedProducts .popular_item .subText a {
    font-weight: 500;
}
.relatedProductArea .heading h2 {
    margin-bottom: 48px;
    text-align: left;
}
.popular_ProductArea.relatedProductArea .popular_item .subText {
    padding: 10px 4px;
    text-align: center;
}
.popular_ProductArea.relatedProductArea .popular_item .subText span.mt-4 {
    margin-top: 10px !important;
    text-align: center;
}
.popular_ProductArea.relatedProductArea .popular_item .subText img {
    width: 110px;
    margin: 0 auto;
}
.product-details .detail_box span.titlecolor {
    color: #c00000 !important;
}
.tabularbox h2 {
    margin-bottom: 30px !important;
}
.right_product p.instruct {
    font-size: 13px;
    margin-top: 10px;
}


.universityArea {
    padding: 30px 0 90px;
}
.universityArea .image {
    padding-left: 20px;
}

.universityArea .image img {
    width: 100%;
}
.universityArea .container {
    max-width: 1800px;
}
.universityArea .leftContent {
    padding-top: 20px;
    padding-right: 40px;
}
.universityArea .imageBox {
    margin-top: 72px;
}
.gx-60 {
    --bs-gutter-x: 60px;
}
.universityArea .imageBox  .subText {
    padding-right: 10px;
}

/* surgery_furnitureArea */
.surgery_furnitureArea {
    padding-top: 40px;
}

/* surgery_furnitureArea */
.surgery_furnitureArea .itemBox {

}
.gx-40 {
    --bs-gutter-x: 40px;
}
.gx-10 {
    --bs-gutter-x: 12px;
}
.surgery_furnitureArea .itemBox .item {
    width: calc(35% - 0px);
}
.surgery_furnitureArea .itemBox .item:nth-of-type(2) {
    width: calc(30% - 0px);
}
.surgery_imageBox .surgery_item {
    margin-bottom: 25px;
}
.ventilationBox {
    padding-top: 47px;
}
.umbraco-forms-indicator {
    color: #dc3545 !important;
}
.disc-desc {
    background: #EAEAEA;
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 13px;
    color: #c00000;
    font-weight: 400 !important;
    margin-top: 0 !important;
}
.quantity-desc {
    margin-top: 20px;
    border-top: solid 1px #b1c4d3;
    padding-top: 20px;
    font-size: 13px;
}

.slideitemBox .slider-nav .slick-prev, .slideitemBox .slider-nav .slick-next {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: medium none;
    color: blue;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 28px;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 25px;
    transform: translate(0, -50%);
}

.slideitemBox .slider-nav .slick-prev {
    left: 0px;
    z-index: 1;
}

.slideitemBox .slider-nav .slick-next {
    right: 0px
}

.slideitemBox .slider-nav .slick-prev:before {
    height: 25px;
    width: 25px;
    left: 0px;
    top: 0;
    position: absolute;
    color: black;
    content: "<";
    font-family: "Material-Design-Iconic-Font";
    font-size: 35px !important;
    opacity: 1;
    font-weight: 600;
}

.slideitemBox .slider-nav .slick-next:before {
    height: 25px;
    width: 25px;
    left: 0;
    top: 0;
    position: absolute;
    color: black;
    content: "<";
    font-family: "Material-Design-Iconic-Font";
    font-size: 35px !important;
    opacity: 1;
    font-weight: 600;
}

.slideitemBox .slider-nav .slick-next:before {
    opacity: 1;
    right: 0;
    color: black;
    content: ">";
}

.slideitemBox .slider-nav.slick-slider {
    z-index: 9;
}

.login-form .bottom_form_part select {
    line-height: 18px;
    display: inline-block;
    /* padding: 0.5em 3.5em 0.5em 1em; */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #982d52 56%), linear-gradient(135deg, #982d52 52%, transparent 50%), linear-gradient(to right, #d4d4d4, #d4d4d4);
    background-position: calc(100% - 20px) calc(1em + 10px), calc(100% - 10px) calc(1em + 10px), 100% 0;
    background-size: 10px 10px, 10px 10px, 2.5em 100%;
    background-repeat: no-repeat;
    border: 1px solid #EAEAEA;
    padding-right: 40px !important;


}
button.find-address {
    background: #6c1634;
    background: -moz-linear-gradient(left, #6c1634 0, #982d52 100%);
    background: -webkit-linear-gradient(left, #6c1634 0, #982d52 100%);
    background: linear-gradient(to right, #6c1634 0, #982d52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6c1634', endColorstr='#982d52', GradientType=1);
    color: #fff;
    float: none;
    margin: 0;
}

.inner-banner-checkout li {
    list-style: none;
    padding: 0 30px;
    display: inline-block;
}
    .inner-banner-checkout li img {
        display: block;
        margin: 0 auto 10px;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: 0.6;
        max-width: inherit;
    }
    .inner-banner-checkout li.active img {
        -webkit-filter: inherit;
        filter: inherit;
        opacity: 1;
    }
    .inner-banner-checkout li span {
        display: block;
        color: #CDCDCD;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
    }
    .inner-banner-checkout li.active span {
        color: #00A58D;
    }

    .inner-banner-checkout {
        padding-top: 40px;
    }

/**/
.right_product.liquid_product.table-list table {
    max-width: 760px;
    margin-bottom: 30px;
}
.right_product.liquid_product.table-list table tr {
    border-bottom: 2px solid gray;
    padding: 10px 0
}
    .right_product.liquid_product.table-list table tr:first-child {
        border-bottom: 0;
    }
    .right_product.liquid_product table th {
        font-size: 14px;
    }
.right_product.liquid_product table td {
    padding: 10px 0;
    text-align: center;
}
.right_product.liquid_product table td:first-child {
    text-align: left;
}

.right_product.liquid_product strong {
    font-size: 14px;
    display: block;
}

.right_product.liquid_product p {
    font-size: 14px;
    margin-bottom: 0px;
}
.right_product.liquid_product .qty-container .input-qty {
    padding: 0px 10px;
    width: 30px;
}
/*Invoice*/

.invoice-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1.5rem;
    background: #fff;
    box-sizing: border-box;
}

    .invoice-container header {
        text-align: center;
        margin-bottom: 2rem;
    }

        .invoice-container header h1 {
            margin: 0;
            font-size: 1.8rem;
        }

    .invoice-container section {
        margin-bottom: 1.5rem;
    }

    .invoice-container address {
        font-style: normal;
        line-height: 1.4;
    }

    .invoice-container table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 1rem;
    }

    .invoice-container th, .invoice-container td {
        padding: 0.75rem 1rem;
        border: 1px solid #ddd;
        text-align: left;
    }

    .invoice-container th {
        background: #f9f9f9;
    }

.totals {
    float: right;
    width: 300px;
    list-style: none;
    padding: 0;
}

    .totals li {
        display: flex;
        justify-content: space-between;
        padding: 0.5rem 0;
    }

        .totals li.total {
            font-weight: bold;
            border-top: 1px solid #ddd;
            margin-top: 0.5rem;
        }
.product-codes p {
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 1;
}
.product-codes {
    padding: 4px 0px;
}
.toast--middle-right {
    position: fixed; 
    top: 50% !important; 
    right: 1em !important; 
    transform: translateY(-50%) !important;
}
.cart-update-pop {
    margin-top: 100px !important;
    width: 400px !important;
    max-width: 100% !important;
    text-align: center;
    color: #000000;
    padding: 35px 50px;
    font-size: 18px;
}
    .cart-update-pop .toast-close {
        color: #000000;
        vertical-align: middle;
        position: absolute;
        right: 25px;
    }

.shopping-basket {
    position: relative;
}
.header-icons i {
    font-size: 1.25rem;
    color: #129581;
    cursor: pointer;
}
.fa-shopping-basket, .shopping-basket span {
color: #129581;
}

span#count {
    position: absolute;
    top: -9px;
    right: -1px;
    background: #00b096;
    color: #fff !important;
    /* padding: 2px; */
    border-radius: 50px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px
}
.header-icons a {
    color: #129581;
}
.account_ProfileBox {
    padding: 16px 0;
    background: #e9edf1 !important;
}
.profile-bg-card {
    background-color: #fff;
    border: 1px solid #bdd9d5;
    border-radius: 4px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    padding: 20px;
    height: 100%;
}
.account_ProfileBox h2 {
    color: #404040;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
    color: #139782;
}
.profile-info-item {
    background: #ffffff;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #e3edeb;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    margin: 5px 0px 0px 0px;
    font-weight: 500;
    flex-wrap: wrap;
}
    .profile-info-item:last-child{
        border: 0;
    }
    .profile-info-item label {
        min-width: 150px;
    }

.input-wrapper {
    position: relative;
}
.passwordTest .form-label {
    font-weight: 500;
    color: #b15f7c;
}
.input-wrapper .form-control {
    width: 100%;
    padding: 13px 20px !important;
    padding-left: 40px !important;
}
 
.input-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #972950;
}

.loginBox.barcode-account > li > a {
    padding: 30px 4px 17px;
    display: inline-block;
    font-size: 14px;
    color: #129581;
}

.loginBox.barcode-account .dropdown-menu {
    background: #ffffff;
    color: #129581;
    min-width: 150px;
    padding: 0;
    margin: 0 !important;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: 6px;
}

    .loginBox.barcode-account .dropdown-menu a {
        color: #129581;
        padding: 10px 15px;
        font-size: 16px;
        text-align: left;
    }
    .loginBox.barcode-account .dropdown-menu li{
        margin: 0 !important;
    }
.button-style {
    background: linear-gradient(to right, #00937e 0, #00b89d 100%);
    display: inline-block;
    color: #fff;
    line-height: normal;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

    .button-style:hover {
        color: #fff;
        opacity: 0.8;
    }
.captcha-right-align .umbraco-forms-field.altcha {
    margin-left: auto;
}

@media (max-width: 1299px) {
    .right_hdr {
    width: auto !important;
    max-width: 100% !important;
}
}

.heart-red {
    color: red !important;
}

.my-checkbox input[type=radio], .my-checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
}
.my-checkbox span{
    position:relative;
    padding-left: 35px;
    line-height: 26px;
}
.my-checkbox span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 2px solid #982D52;
}
.my-checkbox input[type=radio]:checked ~ span::after, .my-checkbox input[type=checkbox]:checked ~ span::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 15px;
    border-radius: 50%;
    height: 15px;
    background: #982D52;
}

@media(min-width:768px){
    .order-mins-0{
        order: -1;
    }
}
.info-text{
    font-weight: 500;
    font-size: 10px;
    display: block;
}
#message h3 {
    font-size: 18px;
    font-weight: lighter;
    color: red;
    margin-bottom: 20px;
}

#message, #orderMessage {
    font-size: 1rem;
    color: red;
}

/** 26-09-2025 **/
.fs-16{font-size: 16px;}
.login-form {
    background: #F8F8F8;
    border: 1px solid #EAEAEA;
    border-radius: 4px 0 0 4px;
    padding: 40px 35px 40px 30px;
}
.login-title-wrapper.delivery_address{padding-bottom: 15px}
.addressLeft p strong {
    font-weight: 400;
}

.primaryBtn {
    width: 100%;
    background: #00937e;
    background: -moz-linear-gradient(left, #00937e 0, #00b89d 35%, #00b89d 100%);
    background: -webkit-linear-gradient(left, #00937e 0, #00b89d 35%, #00b89d 100%);
    background: linear-gradient(to right, #00937e 0, #00b89d 35%, #00b89d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00937e', endColorstr='#00b89d', GradientType=1);
    padding: 23px 5px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    line-height: 24px;
    color: #ffffff!important;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    max-width: 265px;
    text-align: center;
}
.primaryBtn:hover{
    color:#000000!important;
    background: #FFFFFF;
}

.whiteBtn {
    width: 100%;
    background: #FFFFFF;
    padding: 23px 5px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    line-height: 24px;
    color: #000000 !important;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    max-width: 265px;
    text-align: center;
}

    .whiteBtn:hover {
        background: #00937e;
        background: -moz-linear-gradient(left, #00937e 0, #00b89d 35%, #00b89d 100%);
        background: -webkit-linear-gradient(left, #00937e 0, #00b89d 35%, #00b89d 100%);
        background: linear-gradient(to right, #00937e 0, #00b89d 35%, #00b89d 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00937e', endColorstr='#00b89d', GradientType=1);
        color: #FFFFFF !important;
    }

.forgetPasswordBox {
    padding: 40px 0px 50px;
    background-color: #FFFFFF;
}

    .forgetPasswordBox p {
        color: #404040;
    }

    .forgetPasswordBox h1 {
        font-size: 32px;
    }

    .forgetPasswordBox label {
        color: #404040;
        font-size: 15px;
        line-height: 18px;
        font-weight: 500;
    }

@media (min-width: 1200px) {
    .container.max-width-1140 {
        max-width: 1140px;
    }
}

.slideitemBox.fistitemContentBox {
    padding: 20px 10px;
}
