/** For Custom CSS **/
@font-face {
    font-family: futura;
    src: url("../fonts/FUTURAMEDIUM.eot");
    src: url("../fonts/FUTURAMEDIUM.eot?#iefix") format("embedded-opentype"), url("../fonts/FUTURAMEDIUM.woff2") format("woff2"), url("../fonts/FUTURAMEDIUM.woff") format("woff"), url("../fonts/FUTURAMEDIUM.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: speed;
    src: url("../fonts/speed-speed-700.eot");
    src: url("../fonts/speed-speed-700.eot?#iefix") format("embedded-opentype"), url("../fonts/speed-speed-700.woff2") format("woff2"), url("../fonts/speed-speed-700.woff") format("woff"), url("../fonts/speed-speed-700.ttf") format("truetype");
    font-display: swap;
}

body {
    font-family: futura, roboto, arial !important;
    font-size: 14px !important;
    letter-spacing: 0;
    line-height: 1.4;
}

.logo-content {
    padding-top: 0px !important;
}

/*for homepage header*/
@media (max-width: 480px) {

    .cms-index-index .header-top .customer-action,
    .header-top .setting-store {
        float: right !important;
    }
}

@media (min-width: 1200px) {
    .cms-index-index .header-top {
        background-color: #02010100 !important;
        /*backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);*/
    }



    .cms-index-index .header-container {
        background-color: #02010100 !important;
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) !important;
        -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) !important;
        -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) !important;
        /*backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);*/
        background: none;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 500;
    }

    .cms-index-index .header-middle.menu-on-top {
        background-color: #ffffff4d !important;
    }
}

@media (max-width: 991px) {
    .cms-index-index .header-container {
        background-color: #1d2357 !important;
        margin-bottom: 1px;
    }


}

.dropdown .mage-dropdown-dialog {
    top: 75% !important;
}

.dropdown .mage-dropdown-dialog {
    min-width: 100px !important;
}

li.dealer_locator-parent.other-toggle.sm_megamenu_lv1.sm_megamenu_drop.parent {
    background: #ff8c1f !important;
    padding: 0 10px !important;
    border-radius: 5px;
    margin-right: 10px !important;
}

.header-top .phone-header,
.header-top .customer-action {
    display: none;
}

.header-top .custom-action {
    float: right;
}

.header-top .custom-action>.customlink-container>li {
    float: left;
}

.header-top .custom-action>.customlink-container>li a {
    padding: 3px 0;
    color: #ccc;
    line-height: 45px;
}

.header-top .custom-action>.customlink-container>li:not(:first-child):before {
    content: '|';
    margin: 0 5px;
    color: #ccc;
}

/*home page header ends*/

/* for menu position in MOBILE PORTRAIT MODE*/

@media (max-width: 767px) {
    .logo-content {

        text-align: left !important;
        border-bottom: 0px solid #ddd !important;
    }

    .middle-right-content {
        padding-right: 0px !important;
    }

    .middle-right-content {
        position: absolute !important;
        right: 23px;
        top: -170px;
    }

    .middle-right-content .search-btn {
        right: 67px !important;
        color: #fff !important;
    }

    .header-style-4 .btn-mobile .button-mobile i {
        border: 2px solid #ff8c24 !important;
        color: #ff8c24 !important;
    }

    .logo-content {
        padding: 0px 0;
    }
}

@media (max-width: 480px) {
    .search-wrapper {
        left: -300px !important;
    }

    .slidershow {
        position: relative;
    }

}

.navigation-mobile {
    background-color: #000 !important;
}

.header-container .navigation-mobile .sm_megamenu_menu>li>a {
    color: #fff;
}

/* for menu position in MOBILE LANDSCAPE MODE*/
@media (min-width: 768px) and (max-width: 991px) {
    .video-container {
        height: auto !important;
    }

    .logo-content .logo {
        width: auto !important;
    }
}

/*Inner pages header*/
.header-container {
    background-color: #1e2357 !important;
}

.header-top {
    background-color: transparent !important;
}

.middle-right-content .search-btn {
    color: #fff !important;
}

/*ends*/
button:not(.owl-prev),
button:not(.owl-next),
button:not(.slick-arrow) {
    background-color: #ff8c24 !important;
}

.header-style-4 .middle-right-content .search-btn.active {
    border-color: #ff8c24 !important;
}

.header-style-4 .header-top .customer-action>.header.links:before {
    color: #ff8c24 !important;
}

.dropdown .mage-dropdown-dialog {
    padding: 2px !important;
}

.slidershow>video {
    width: 100%;
}

.video-container {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: #00000045;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    height: 104vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.slidershow {
    margin-bottom: 20px !important;
}

.image-cat img {
    border-radius: 10px;
}

/* Circle */
/*.image-cat img {
	position: relative;
}
.image-cat img::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: ''; 
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.image-cat img:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}*/

.image-cat {


    border-radius: 6px;
    background-color: #ccc;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1.6;


}

.image-cat img {
    height: auto;
    max-width: 100%;
}

.shine {
    position: relative;
    overflow: hidden;
}

.shine::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.shine:hover::before,
.shine:focus::before {
    -webkit-animation: shine 0.85s;
    animation: shine 0.85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/*.image-cat img:hover{  transform: scale(1.5); }*/
.cat-title {
    padding: 10px 0;
    text-align: center;
}

.cat-title a {
    font-size: 17px;
    font-weight: 500;
}

.cat-title a:hover {
    color: #ff8c24 !important;
}

.header-middle {
    padding: 5px 0 !important;
}

.logo-content .logo {
    width: 85%;
}

.owl-theme .owl-nav [class*='owl-'] {
    background: #ff8c24 !important;
}

.language-wrapper .switcher .mage-dropdown-dialog li {
    margin: 0 !important;
    border-bottom: 1px solid #959292a8 !important;
}

.language-wrapper .switcher .mage-dropdown-dialog li a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.language-wrapper .switcher .mage-dropdown-dialog li:hover {
    border: 1px solid #ff8c24 !important;
}

.currency-wrapper .switcher .mage-dropdown-dialog li {
    margin: 0 !important;
    border-bottom: 1px solid #959292a8 !important;
}

.currency-wrapper .switcher .mage-dropdown-dialog li a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.currency-wrapper .switcher .mage-dropdown-dialog li:hover {
    border: 1px solid #ff8c24 !important;
}

.feel-young-section {
    font-size: 18px;
    margin-bottom: 50px;
}

h2.feel-young-heading {
    color: #1e2357;
    padding-bottom: 10px;
    font-weight: 600;
    text-align: center !important;
}

.explore-heading {
    color: #1e2357;
    padding-bottom: 30px;
    font-weight: 600;
}

.why-section {
    margin-top: 20px;
    color: #000;
    /*background: #efefef;*/
    padding: 10px;
    padding-bottom: 0px;
}

.why-section p {
    font-size: 17px;
    text-align: justify;
}

.why-section h2 {
    color: #1e2357;
    padding-bottom: 10px;
    font-weight: 600;
}

.why-section h3 {
    color: #000;
    padding-bottom: 10px;
    font-size: 1.4em;
}

.benefit-section {
    margin-top: 50px;
}

.benefit-section h3 {
    margin: 10px 0;
    color: #1e2357 !important;
    font-weight: 600;
}

.benefit-section h4 {
    margin: 10px 0;
    text-align: center;
}

.benefit-section .benefit {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

.benefit-section .benefit img {
    margin-bottom: 10px;
}

.head {
    font-size: 18px;
}

.why-advantage h2 {
    color: #1e2357;
    padding: 20px 0;
    font-weight: 600;
}

ul.advantage-benefit1 {
    margin: 10px 0;
}

ul.advantage-benefit1 li {
    list-style: disc;
    margin: 0 10px;
    font-size: 18px;
}

#n-shield-advantage img {
    margin-bottom: 10px;
    font-size: 18px !important;
}

.warrantyapp {
    text-align: right;
}

/* .sendquery{position: fixed;
    bottom: 45px;
    right: 90px;
    color: #fff !important;
  
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    padding: 0 10px;
   background:#0061ff;
    z-index: 60;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
} */
.floating-buttons {
    position: fixed;
    top: 40%;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10000;
}

.floating-buttons a {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    background-color: #0061ff;
    color: #fff !important;
    padding: 10px 8px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    right: 0;
}

.floating-buttons a:hover {
    color: #fff;
}

#floating-contact {
    background-color: #0061ff;
}

#floating-distributor {
    background-color: #0061ff;
}

html[lang="ar"] .header-top .custom-action>.customlink-container>li:not(:first-child)::before {
    content: none;
}

html[lang="ar"] .header-top .custom-action>.customlink-container>li:not(:first-child)::after {
    content: '|';
    margin: 0 5px;
    color: #ccc;
}

/* .sendquery:hover{color:#fff;}
.sendquery:visited{color:#fff;} */
@media (max-width: 767px) {
    .video-container {
        height: auto !important;
    }

    .logo-content .logo {
        width: 60%;
    }
}

/*home testimonials*/
.testimonial-container {
    background: #efefef
        /*0061ff*/
    ;
    color: #000;
    margin: 20px 0;
}

.testimonial-slider {
    padding: 0px;
}

.testimonialbox {
    padding: 50px 50px 10px 50px;
}

.testimonialbox:before {
    position: absolute;
    top: 11px;
    left: 0px;
    content: "\f10e";
    font: 50px / 1 FontAwesome;
    color: #0061ff;
    opacity: 1;
    transform: rotate(180deg);

    width: 48px;
}

.testimonialbox:after {
    position: absolute;
    bottom: 9px;
    right: 142px;
    content: "\f10e";
    font: 50px / 1 FontAwesome;
    color: #0061ff;
    opacity: 1;
}

#testimonial .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

#testimonial .owl-nav [class*='owl-'] {
    color: #fff;
    margin: 5px;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 31px;
    background: #7d7a7a
        /*ff8c24*/
    ;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.testimonial {
    font-size: 17px;
    height: 150px;
    overflow: hidden;
}

.profile-section {
    display: flex;
    row-gap: 10px;
}

.info img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.testimonial-client {
    display: block;
    font-size: 17px;
    margin: 0;
    margin-left: 10px;
    padding: 0;
    line-height: 30px;
    color: #000;

    height: 37px;
    overflow: hidden;
}

.thumbnail-container {
    position: relative;
}

.play-icon {
    position: absolute;
    /*top: 9px;
    left: 142px;
    content: "\f10e";
    font: 50px / 1 FontAwesome;
    color: #fff;
    opacity: 1;
	z-index:99;
	
	background:url('http://clientx.clouddeploy.in/static/version1744192015/frontend/Sm/autostore/en_US/images/icon-image.png');*/

    /*content: "\f144";
top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    pointer-events: none;*/

    position: absolute;
    content: "\f144";
    top: 40%;
    left: 40%;
    font-size: 31px;
    color: white;

    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 44px;
    background: #ff8c24;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.play-icon:before {
    content: '\f144';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 25px;
}

h2.service-heading,
.inaction-heading {
    color: #1e2357;
    margin-bottom: 20px;
    font-weight: 600;
}

.services-full {
    margin-top: 20px;
}

.name-social {
    padding-left: 10px;
}

#yt-totop-fix {
    background-color: #ff8c24 !important;
}

@media (max-width: 767px) {
    .testimonial {
        height: auto;
    }
}

/*********************************************/
/*MEGA Menu*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns {
    background: #1e2357 !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li .sm_megamenu_head .sm_megamenu_title {
    font-size: 1.1em !important;
    font-weight: 600 !important;
    height: 30px !important;
    line-height: 30px !important;
    color: #fff !important;
}

.sm_megamenu_head .sm_megamenu_drop {
    color: #fff !important;
}

.header-style-4 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.sm_megamenu_actived .sm_megamenu_head .sm_megamenu_title {
    color: #ff8c24 !important;
}

/*.sm_megamenu_title{margin-top:20px;}*/
.sm_megamenu_title h3 {
    font-size: 1.1em !important;
    color: #fff !important;
}

.sm_megamenu_title h3 a:visited {
    color: #e9e7e7 !important;
}

.sm_megamenu_title h3 {
    margin-top: 10px;
}

a.sm_megamenu_nodrop {
    font-size: 1.1em !important;
    font-weight: 600;
    color: #fff !important;
    padding: 0 0 .5rem;
    border-bottom: 1px solid #ff8c1f;
}

a.sm_megamenu_nodrop:hover {
    color: #ff8c1f !important;
}

.sm_megamenu_title h3 a {
    color: #e9e7e7 !important;
}

.sm_megamenu_title h3 a:hover {
    color: #ff8c1f !important;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns {
    padding: 10px !important;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    display: inline !important;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    padding: 0 !important;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {
    margin-top: 20px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3:nth-child(1) {
    margin-top: 10px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3:nth-child(2) {
    margin-top: 10px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li .sm_megamenu_head .sm_megamenu_title {
    text-transform: unset !important;
}

/***************************************/
/*******FOOTER ***********/

.footer-style-3 {
    padding-top: 24px !important;
}

.block-footer {
    margin-bottom: 18px !important;
}

.block-footer .content-footer {
    margin-top: 30px;
}

.block-footer .content-footer.content-about li:not(:last-child) {
    margin-bottom: 5px !important;
}

.block-footer .content-footer.content-about li:before {
    left: -6px !important;
}

.footer-style-3 a:hover {
    color: #ff8c24 !important;
}

/*******************************************************************/
/********PRODUCT Listing ****/
.catalog-category-view .page-main {
    padding: 30px 0 0px !important;
}

.category-description {
    font-size: 16px;
    margin-bottom: 5px !important;
}

.catalog-category-view .row-content .col-main {
    width: 100% !important;
}

.page-main {
    min-height: auto !important;
}

.price-final_price,
.toolbar,
.product-item-inner,
.quickview-handler {
    display: none;
}

/*******************************************************************/
/********PRODUCT DETAIL ****/
.product.attribute.overview {
    font-size: 17px;
}

.product-addto-links,
.product-add-form .box-tocart {
    display: none;
}

.additional-attributes {
    border: 1px solid #dee2e6 !important;
}

.additional-attributes tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.additional-attributes tr th:first-child {
    width: 400px;
}

.additional-attributes tr th {
    font-weight: 400 !important;
    color: #000;
}

.additional-attributes-wrapper .additional-attributes>tbody>tr>td {
    font-weight: 600 !important;
    color: #000;
}

.detail-page-buttons {
    display: flex;
    column-gap: 30px;
}

.product.data.items {
    padding-top: 0px !important;
}

.breadcrumbs .items .item:not(:last-child):before {
    margin: 4px 10px 0 12px !important;
}

/* .catalog-product-view .page-title-wrapper{    margin-left: -17px;} */
@media only screen and (max-width: 639px) {
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td[data-th]:before {
        width: 180px;
    }
}

.default-style .resp-tabs-list li a {
    color: #ff8c24 !important;
}

/************************************************/
/*****CONTACT US ****/
.contact-container .contact-description h2 {
    text-transform: capitalize !important;
    color: inherit !important;
}

.contact-container .contact-description p {
    color: inherit !important;
    font-size: 107.69% !important;
}

.contact-container .form-contact .actions-toolbar button {
    font-weight: 600 !important;
    width: 50% !important;
}

@media screen and (-webkit-device-pixel-ratio: 1.0) {
    .video-container {
        height: 110vh;
    }
}

@media screen and (-webkit-device-pixel-ratio: 1.25) {
    .video-container {
        height: 114vh;
    }
}

@media screen and (-webkit-device-pixel-ratio: 1.5) {
    a.sm_megamenu_nodrop {
        font-size: 1.0em !important;
    }

    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li .sm_megamenu_head .sm_megamenu_title {
        font-size: 1.0em !important;
    }
}

@media screen and (max-width: 2240px) and (-webkit-device-pixel-ratio: 1.0) {
    .video-container {
        height: 100vh;
    }
}

@media screen and (min-width: 1921px)and (max-width: 2240px) and (-webkit-device-pixel-ratio: 1.25) {
    .video-container {
        height: 105vh;
    }
}

@media screen and (max-width: 2240px) and (-webkit-device-pixel-ratio: 1.5) {
    .video-container {
        height: 100vh;
    }
}

@media screen and (min-width: 2241px)and (max-width: 3024px) {
    .video-container {
        height: 100vh;
    }
}

/***********************************/
/*****BECOME A DISTRIBUTOR***********/


/*****Contact us***********/
.contact-container .contact-description {
    padding-top: 0px !important;
}

.label span {
    font-size: 17px;
    color: #000;
}

.select {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #e9e9f1 !important;
}

/********About Us *********/
.about-nippon h2 {
    color: #1e2357;
    padding: 20px 0;
    font-weight: 600;
}

.section-description {
    font-size: 18px;
    margin-bottom: 20px;
}

strong.head {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}

ul.feature-points {
    padding-left: 20px;
    margin-bottom: 20px;
}

ul.feature-points li {
    list-style: disc;
    margin: 5px 0;
    font-size: 18px;
}

.section-summary {
    font-size: 18px;
    margin-bottom: 20px;
}

.sparsh-faq-block .accordion .block>.question::after {
    content: '\25BC';
}

.sparsh-faq-block .accordion .block>.open::after {
    content: '\25B2' !important;
}

.sparsh-content-heading {
    display: flex;
    align-items: center;
}

.sparsh-faq-block .accordion {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0px 10px;
    margin-bottom: 5px;
}

.sparsh-block-title {
    text-align: center;
}

.sparsh-faq-block .answer {
    overflow: unset;
}

.sparsh-faq-block .answer ul {
    list-style-type: disc !important;
    margin: 0px 15px;
}

.sparsh-content-heading h2 {
    color: #1e2357;
    padding: 20px 0;
    font-weight: 600;
}

/***************distributor thank you ***********/
.distributor-index-thankyou .page-main .container {
    max-width: 100% !important;
    width: 100%;
}

.distributor-index-thankyou .page-main {
    padding: 0px !important;
}

.nshield-distributor-thankyou {
    position: relative;
    width: 100%;
    height: 600px;
    margin: auto;
    overflow: hidden;
}

.nshield-distributor-thankyou img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e2357bf;
    z-index: 1;
}

.thank-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    z-index: 2;
    padding: 20px;
}

.thankyou-head {
    text-align: center;
    margin-bottom: 20px;
    color: #ff8c24;
    font-family: 'speed', futura, roboto !important;
    font-size: 3em;
}

.thank-subhead {
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: 400;
}


.distributor-index-index .contact-container {
    padding: 0 !important;
}

.contact-container .fieldset .field {
    margin-bottom: 8px !important;
}

.distributor-frm {
    padding: 10px 20px;
    margin: -70px 100px 30px 0px;
    background: #1e2357;
    color: #fff;
}

.distributor {
    margin-top: 5px;
}

.distb-content {
    font-size: 18px;
    padding-top: 50px;
    font-family: Arial, verdana, futura;
    padding: 40px;
    color: #000;
    text-align: justify;
}

.distbform-subhead {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.image-distributor-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

ul.distb-list {
    list-style: none;
    /* Remove default bullets */
    padding-left: 0;
}

ul.distb-list li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    font-family: sans-serif;
}

ul.distb-list li::before {
    content: ">";
    position: absolute;
    left: 0;

}

.dist-footer {
    text-align: center;
    color: #000;
    font-size: 18px;
}

.foo-hightlight {
    background: #ff8c24;
    color: #fff;
    font-style: italic;
    padding: 5px 10px;
    font-weight: 600;
    width: 25%;
    text-align: center;
    margin: 0px auto;
}

.contact-container .form-contact .input-text {
    padding: 0 5px !important;
}
/**  Compare Product **/
.product-info-main .product-addto-links .action.tocompare:before,
.product-info-main .product-social-links .action.tocompare:before {
    content: '\2696' !important;
    font-size: 18px !important;
    line-height: unset !important;
}
.product-info-main .product-addto-links .action, .product-info-main .product-social-links .action {
    width: 35px !important;
    height: 35px !important;
}

.product-info-main .product-addto-links .action:hover, .product-info-main .product-social-links .action:hover {
    background-color: #0061ff !important;
}

@media (max-width: 767px) {
    .distributor-frm {
        margin: 0;
    }

    .foo-hightlight {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .distributor-index-thankyou .page-main .container {
        max-width: 100% !important;
        width: 100% !important;
    }
}

/*******************/
/***PRIVACY POLICY ***/
.privacy-policy h2 {
    color: #1e2357;
    padding: 20px 0;
    font-weight: 600;
}

.privacy-policy p {
    font-size: 18px;

}

ul.privacy-list {
    margin: 10px 0;
}

ul.privacy-list li {
    list-style: disc;
    margin: 0 10px;
    font-size: 17px;
    line-height: 30px;
}

.sub {
    margin-left: 20px;
}

.sub p {
    margin-left: 25px;
}