<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "fonts.css";

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap'); */

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.eot');
    src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Bold.woff2') format('woff2'),
        url('../fonts/Oswald-Bold.woff') format('woff'),
        url('../fonts/Oswald-Bold.ttf') format('truetype'),
        url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Medium.eot');
    src: url('../fonts/Oswald-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Medium.woff2') format('woff2'),
        url('../fonts/Oswald-Medium.woff') format('woff'),
        url('../fonts/Oswald-Medium.ttf') format('truetype'),
        url('../fonts/Oswald-Medium.svg#Oswald-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-ExtraLight.eot');
    src: url('../fonts/Oswald-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-ExtraLight.woff2') format('woff2'),
        url('../fonts/Oswald-ExtraLight.woff') format('woff'),
        url('../fonts/Oswald-ExtraLight.ttf') format('truetype'),
        url('../fonts/Oswald-ExtraLight.svg#Oswald-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-SemiBold.eot');
    src: url('../fonts/Oswald-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-SemiBold.woff2') format('woff2'),
        url('../fonts/Oswald-SemiBold.woff') format('woff'),
        url('../fonts/Oswald-SemiBold.ttf') format('truetype'),
        url('../fonts/Oswald-SemiBold.svg#Oswald-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.eot');
    src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Regular.woff2') format('woff2'),
        url('../fonts/Oswald-Regular.woff') format('woff'),
        url('../fonts/Oswald-Regular.ttf') format('truetype'),
        url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Light.eot');
    src: url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Light.woff2') format('woff2'),
        url('../fonts/Oswald-Light.woff') format('woff'),
        url('../fonts/Oswald-Light.ttf') format('truetype'),
        url('../fonts/Oswald-Light.svg#Oswald-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/FontAwesome.otf');
    src: url('../fonts/FontAwesome.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FontAwesome.woff2') format('woff2'),
        url('../fonts/FontAwesome.woff') format('woff'),
        url('../fonts/FontAwesome.ttf') format('truetype'),
        url('../fonts/FontAwesome.svg#FontAwesome') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Avenir Book';
    background-image: -moz-linear-gradient(-90deg, rgb(247, 249, 251) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(247, 249, 251) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(247, 249, 251) 0%, rgb(255, 255, 255) 100%);
    font-display: swap !important;
}

div.wpcf7-response-output {
    border: none !important;
}

summary {
    list-style: none;
    cursor: default;
}

.headerDiv .topMenu_div {
    background: #009ee6;
    padding: 10px 0px;
}

.topMenu_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 100%;
    font-family: 'Avenir Book'
}

.topMenu_left li {
    line-height: 100%;
}

.topMenu_left figure {
    margin-bottom: 0px;
    margin-right: 10px;
    line-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.topMenu_left figure img {
    max-width: 100%;
    height: 26px;
}

.topMenu_left figcaption,
.topMenu_left span {
    font-size: 14px;
    color: #fff;
    display: inline-flex;
}

footer .topMenu_left figure {
    position: relative;
}


/*footer .topMenu_left figure:before {
  width: 30px;
  height: 30px;
  background-color: #e5f5fd;
  position: absolute;
  top:-10px;
  left:17px;
  content: '';
  border-radius: 100%;
  opacity: 0.3;
}
*/

.topMenu_right {
    margin-top: 0px;
    text-align: right;
}

.topMenu_right ul.social-links-menu {
    list-style: none;
    line-height: 100%;
    margin-bottom: 0px;
    padding-left: 0px;
}

.topMenu_right ul.social-links-menu li {
    display: inline-flex;
}

.topMenu_right ul.social-links-menu li a {
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
    line-height: 100%;
}

.mainMenu_div {
    border-bottom: 1px solid rgba(87, 87, 85, 0.12);
    background: #fff;
}

.mainMenu_div .main-navigation {
    margin-top: 0px;
}

.mainMenu_div .main-navigation ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

.mainMenu_div .main-navigation ul li {
    line-height: 100%;
    display: inline-flex;
}

.mainMenu_div .main-navigation li a {
    font-family: 'Avenir Heavy';
    font-size: 16px;
    color: #575755;
    text-transform: uppercase;
    padding: 35px 15px;
    font-weight: 600;
    position: relative;
}

.mainMenu_div .main-navigation li a:after {
    height: 3px;
    width: 30px;
    background: #009ee6;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: scale(0) translateX(-50%);
    opacity: 0;
    transition: scale 0.2s ease-in-out;
}

.mainMenu_div .main-navigation li a:hover:after,
.mainMenu_div .main-navigation li.current-menu-item a:after {
    transform: scale(1) translateX(-50%);
    opacity: 1;
}

.mainMenu_div .main-navigation li a:hover,
.mainMenu_div .main-navigation li a:focus,
.mainMenu_div .main-navigation li.current-menu-item a {
    text-decoration: none;
    color: #009ee6;
}

.account_cart_searchDiv ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    text-align: right;
}

.account_cart_searchDiv ul li {
    display: inline-flex;
    vertical-align: middle;
    padding: 0px 5px;
}

.account_cart_searchDiv li&gt;div img {
    vertical-align: middle;
    margin-right: 5px;
}

.account_cart_searchDiv li&gt;div span {
    vertical-align: middle;
    font-family: 'Avenir Book';
    font-size: 16px;
    color: #575755;
    font-weight: 600;
}

.account_cart_searchDiv li&gt;div figure {
    position: relative;
    display: inline-block;
    margin: 0px;
}

.account_cart_searchDiv li&gt;div.cartDiv.isCart figure.item_added:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #ff7069;
    border-radius: 50%;
}

.account_cart_searchDiv li&gt;div a {
    text-decoration: none;
}

footer {
    background: #f7f9fb;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

footer .topMenu_left {
    height: 100px;
    align-items: center;
    background: #009de4;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

footer .topMenu_left:before {
    content: '';
    right: 100%;
    top: 0px;
    background-image: url(../../../../uploads/2019/01/footer-top-left.png);
    width: 99px;
    height: 100px;
    position: absolute;
}

footer .topMenu_left:after {
    content: '';
    left: 100%;
    top: 0px;
    background-image: url(../../../../uploads/2019/01/footer-top-left.png);
    width: 99px;
    height: 100px;
    position: absolute;
    transform: rotate(180deg)
}

footer .topMenu_left figure img {
    height: 44px;
}

footer .topMenu_left figcaption {
    text-transform: uppercase;
    max-width: 120px;
    display: inline-block;
    vertical-align: middle
}

footer .footerMenu {
    margin: 50px 0px;
    font-family: 'Avenir Medium';
}

footer .footerMenu ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

footer .footerMenu .footLeft,
footer .footerMenu .footRight {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .footerMenu .footLeft ul li b {
    font-size: 18px;
    color: #575753;
    margin-bottom: 15px;
    display: block;
}

footer .footerMenu .footLeft ul li a {
    font-family: 'Avenir Book';
    font-size: 18px;
    color: #929292;
}

footer .footerMenu .footLeft ul li a:hover,
footer .footerMenu .footLeft ul li a:focus {
    color: #009ee6;
    text-decoration: none
}

footer .footerMenu .footRight {
    max-width: 490px;
    margin-left: auto;
}

footer .footerMenu .footRight .addressBlock {
    padding-left: 25px;
    max-width: 215px;
}

footer .footerMenu .footRight .addressBlock h4 {
    font-size: 18px;
    color: #575753;
    margin-bottom: 20px;
    position: relative;
}

footer .footerMenu .footRight .addressBlock h4:before {
    content: '';
    left: -30px;
    top: 0px;
    background-image: url(../../../../uploads/2019/01/location_icon.png);
    width: 20px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

footer .footerMenu .footRight .addressBlock h4+p {
    font-size: 15px;
    color: #929292;
    margin-bottom: 30px;
    font-family: 'Avenir Book'
}

footer .footerMenu .footRight .addressBlock p {
    font-size: 18px;
    color: #929292;
    margin-bottom: 25px;
    font-family: 'Avenir Book'
}

footer .footerMenu .footRight .addressBlock p a {
    display: block;
    text-decoration: underline;
    color: #0099e5;
}

.siteReserves .socialDiv {
    margin-top: 15px;
}

.siteReserves .socialDiv a {
    display: inline-block;
    margin: 0px 2px;
}

.homeAboutSec {
    padding: 120px 0px 175px;
    background-image: url(../../../../uploads/2019/01/home_abooutSec_bg.png);
    background-position: -70px top;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    background-color: #fff;
}

.titleSection {
    display: inline-block;
}

.titleSection h2,
.titleSection h1,
.titleSection&gt;h3 {
    position: relative;
    font-family: 'Avenir Light';
    font-size: 38px;
    color: #575754;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.titleSection h2 strong,
.titleSection h1 strong,
.titleSection&gt;h3&gt;strong {
    font-family: 'Avenir Black';
}

.titleSection h1:after,
.titleSection h2:after,
.titleSection&gt;h3:after,
.win-title:after {
    content: '';
    width: 50px;
    height: 5px;
    background-color: #009ee6;
    bottom: 0px;
    position: absolute;
    left: 0px;
}


.homeAboutSec summary p,
.homeAboutSec summary {
    font-family: 'Avenir Book';
    color: rgba(119, 119, 119, 0.80);
    font-size: 20px;
    line-height: normal;
    margin-bottom: 50px;
}

.knowMore a {
    font-family: 'Avenir Heavy';
    font-size: 18px;
    color: #0099e5;
}

.knowMore a:hover {
    text-decoration: none
}

.homeAboutSec .homeAbtRight-inner {
    max-width: 460px;
    margin-left: auto;
}

.homeAboutSec .abtFigure {
    position: relative;
}

.homeAboutSec .abtFigure figure {
    position: relative;
    z-index: 2;
}

.homeAboutSec .abtFigure:before {
    content: '';
    background-image: url(../../../../uploads/2019/01/abt_rightTop.png);
    position: absolute;
    right: -42px;
    top: -45px;
    background-repeat: no-repeat;
    width: 104px;
    height: 104px;
    z-index: 3;
}

.homeAboutSec .abtFigure:after {
    content: '';
    background-image: url(../../../../uploads/2019/01/abt_leftBottom.png);
    position: absolute;
    left: -75px;
    bottom: -75px;
    background-repeat: no-repeat;
    width: 409px;
    height: 414px;
    z-index: 1;
}

.pageHeader h1 {
    font-family: 'Avenir Light';
    font-size: 60px;
    color: #575752;
    text-transform: capitalize;
    text-align: center
}

.pageHeader h1 span {
    font-family: "Avenir Black";
}


/* .mainAbtDiv {margin-top:150px;} */

.aboutPara {
    max-width: 930px;
    margin: auto;
    text-align: center;
}

.aboutPara h1 {
    font-family: 'Avenir Light';
    font-size: 53px;
    color: #575752;
    text-transform: capitalize;
}

.aboutPara h1 span {
    font-family: "Avenir Black";
}

.aboutPara p {
    font-family: 'Avenir Book';
    font-size: 17px;
    color: #777;
    line-height: normal;
    text-align: justify;
}

.mainAbtDiv .profile-block-group {
    padding-bottom: 3.65%;
    padding-top: 5.11%;
}

.mainAbtDiv .profile-block-group.fix-pad {
    padding-top: 80px;
}

.mainAbtDiv {
    position: relative;
}


/* .mainAbtDiv:before { */

.mainAbtDiv {
    /* position: absolute; */
    /* top: -100px; */
    /* left:0px; */
    background-color: #fff;
    background-image: url(../../../../uploads/2019/01/aboutPage_bg_.png);
    /* content:''; */
    /* width:100%; */
    /* height: 100%; */
    background-size: contain;
    background-repeat: no-repeat;
    /* z-index: -1; */
    background-position: center -110px;
}

.profile-detail .name {
    font-family: 'Avenir Heavy';
    font-size: 20px;
    color: #575752;
}

.profile-detail .profile {
    font-family: 'Avenir Roman';
    font-size: 18px;
    color: #00a2ef;
    margin-bottom: 25px;
}

.profile-detail .detail {
    font-family: 'Avenir Roman';
    font-size: 16px;
    color: #777;
    line-height: normal;
}

.tri-corner {
    position: relative
}

.tri-corner img {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.tri-corner:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: -12px;
    background-image: url(../../../../uploads/2019/01/abt_person_bg.png);
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.titleSection h3 {
    position: relative;
    font-family: 'Avenir Light';
    font-size: 32px;
    color: #575754;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.titleSection h3 strong {
    font-family: 'Avenir Black';
}

.titleSection h3:after {
    content: '';
    width: 38px;
    height: 3px;
    background-color: #009ee6;
    bottom: 0px;
    position: absolute;
    left: 0px;
}

.titleSection .subTitle {
    font-family: 'Avenir Book';
    font-size: 15px;
    color: #777;
    margin-top: 20px;
    text-align: justify;
}

.key-facts {
    padding-top: 170px;
    background-color: #fff;
    background-image: url(../../../../uploads/2019/02/keyFacts_bg_1.png);
    background-size: contain;
    background-position: 235px top;
    background-repeat: no-repeat;
    padding-bottom: 5px;
}

.key-factboxes .box-block&gt;.box {
    background-image: url(../image/keyFacts_valBg.svg);
    background-size: 133px 142px;
    width: 133px;
    height: 142px;
    overflow: hidden;
    font-family: 'oswald';
    font-size: 48px;
    color: #fff;
    position: relative;
    margin: auto;
}

.factdetail {
    font-family: 'Avenir Heavy';
    font-size: 16.75px;
    color: #575753;
    max-width: 150px;
    margin: 10px auto 10px;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
}

.core-values {
    padding-top: 80px;
    background-color: #fff;
    background-image: url(../../../../uploads/2019/01/coreValues_bg1.jpg);
    background-position: center top;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 150px;
}

.core-values .titleSection+p {
    font-family: 'Avenir Book';
    font-size: 18px;
    color: #777;
    line-height: normal;
    max-width: 798px;
    margin: auto;
    text-align: justify;
}

.core-boxes {
    max-width: 800px;
    margin: auto;
}

.core-boxes&gt;div:first-child .title {
    left: -20px;
}

.core-box {
    padding-top: 100px;
}

.core-box .innerbox {
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
}

.core-box .innerbox .innerimage {
    position: relative;
    padding: 40px;
    max-width: 214px;
    margin: auto;
    max-height: 218px;
    display: inline-flex;
    width: 153px;
    height: 158px;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.core-box .innerbox .innerimage:before {
    background-image: url(../image/coreValues_boxBg.svg);
    width: 153px;
    height: 158px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
}

.core-box .innerbox .innerimage img {
    max-width: 100%;
    max-height: 100%;
}

.core-box .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-family: 'Avenir Heavy';
    font-size: 18px;
    color: #0099e5;
    text-transform: capitalize
}

.innercircle {
    width: 50px;
    height: 50px;
    /*background: rgba(203, 237, 253, 0.67);*/
    position: absolute;
    left: 50%;
    right: 0;
    border-radius: 50%;
    top: 38%;
    bottom: 0;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.core-values .titleSection h3:after {
    left: 50%;
    transform: translateX(-50%);
}


/** About us Page **/

.contact-content {
    background-image: url(../../../../uploads/2019/01/contact.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-content .heading {
    font-size: 53px;
    text-transform: capitalize;
    text-align: center;
    font-weight: normal;
    font-family: 'Avenir Black';
    color: #575752;
}

.conSubHeading {
    font-family: 'Avenir Book';
    font-size: 18px;
    color: #575752;
}

.location {
    position: relative
}

.location:before {
    position: absolute;
    left: -22px;
    top: -22px;
    width: 207px;
    height: 231px;
    background-image: url(../../../../uploads/2019/01/contact-angle.png);
    content: '';
}

.contact-content h3 span {
    border-bottom: 2px solid #0095d7;
    padding-bottom: 5px;
    display: inline-block;
}

.contact {
    text-transform: capitalize;
    margin-top: 100px;
}


/* .contact h3{
font-size: 45px;
} */

.location {
    background: #fff;
    padding: 30px 30px 50px 30px;
    /* width: 675px; */
    box-shadow: 3px 3px 27px -7px grey;
}

.con-title {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Avenir Heavy';
    color: #575752;
}

.location address {
    font-family: 'Avenir Book';
    font-size: 14px;
    color: #575752;
    margin-bottom: 0px;
    /* font-weight: 600; */
}

.con-heading {
    font-size: 12px;
    color: #0095d7;
    font-family: 'Avenir Heavy';
    margin-top: 10px;
}

.con-detail {
    font-size: 13px;
    text-transform: lowercase;
    font-family: 'Avenir Heavy';
    color: #575752;
}

.detail-block {
    padding: 40px 0px 0;
}

.detail-block-first {
    border-bottom: 1px solid #ebebea;
    padding-bottom: 40px;
    padding-top: 20px;
}

.quick-request {
    background: #fff;
    padding: 30px;
    /* width: 675px; */
    box-shadow: 3px 3px 27px -7px grey;
}

.quick-request .detail-block {
    padding-top: 0px;
    font-size: 15px;
    color: #777;
    text-align: justify
}

.fix-img {
    color: #0095d7;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

.fix-img.fixedTop {
    top: 26px;
}

.wpcf7 .form-group {
    position: relative;
}

.wpcf7 .form-control {
    padding: 10px 25px 10px 45px;
    font-weight: bold;
    box-shadow: none;
    font-size: 13px;
    border-radius: 3px;
}

.btn.submitBtn {
    border-radius: 0px;
}

.wpcf7 .form-control:focus {
    outline: none;
}

.wpcf7 textarea.form-control {
    resize: none;
    height: 115px;
}

.wpcf7 span[role="alert"] {
    display: none;
}

.wpcf7 .wpcf7-not-valid {
    border-color: #ff6f65
}

.wpcf7 span.verifiedSpan:after {
    position: absolute;
    right: 12px;
    top: 19px;
    content: 'x';
    color: #ff6f65;
    font-family: 'Avenir Black';
    font-size: 10px;
    display: none
}

.location-img {
    /* height: 225px; */
    max-width: 100%;
}

.contact-angle {
    position: absolute;
    top: -22px;
    left: -8px;
}

#request {
    font-weight: bold;
    padding: 14px 38px;
    text-transform: capitalize;
    height: 123px;
}

.mt-100 {
    margin-top: 100px;
}

div.wpcf7 .ajax-loader {
    float: left;
    margin-top: -35px;
    margin-left: 20px;
}

.comments-area div.wpcf7 .ajax-loader {
    float: left;
    margin-left: 20px;
    position: absolute;
    top: 45px;
    left: 35%;
}


/** END About **/


/* START -- Product Detail &amp; Categori Page */


/*tab css*/

.bck-color {
    background: #fafafa;
    border-bottom: 1px solid #ccccccbd;
}

.product-list .nav-link,
.name-pro {
    font-size: 18px;
    color: #575752;
}

.main-line,
.lable-tab {
    font-family: 'Avenir Heavy';
}

.sub-line {
    font-family: 'Avenir Roman';
}

.dis-block {
    display: block;
}

.tab-img {
    float: left;
    margin-right: 25px;
}

.tab-img img {
    height: 65px;
    object-fit: cover;
}

.product-list {
    display: flex;
    align-items: center;
}

.product-list .nav-item {
    position: relative;
}

.product-list .nav-link.active:after {
    content: "";
    left: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #009de9;
    bottom: 0;
}

.product-list .nav-link.active:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #009de9;
    clear: both;
    right: 50%;
}

.product-list a.nav-link.active span {
    font-family: 'Avenir Roman';
    color: #009de9;
}

.product-list .nav-link {
    padding: 25px;
}

.product-list .nav-item {
    position: relative;
    border-width: 0px 1px 0px 1px;
    border-color: #cccccc;
    border-style: solid;
}

.product-list .nav-link.active {
    border: 1px solid #fff;
    ;
}


/*.product-list .nav-link,a.nav-link:hover {
border: 1px solid #fff !important;
}*/

ul.nav.nav-tabs.product-list li:first-child .active:before,
ul.nav.nav-tabs.product-list li:first-child .active:after {
    display: none;
}

.product-list li:first-child {
    border: 0;
}

ul.nav.nav-tabs.product-list li:first-child span {
    background: transparent;
}

.nav-tabs.product-list {
    /*border-bottom: none;*/
}

.mar-bott {
    margin-top: 40px;
}


/*second section slider section*/


/*.slider-img img {
width: 100%;
}*/

.img-width-full li a img {
    width: 100%;
}

.slider-img ul li {
    list-style: none;
    margin: 0 0 10px 0;
    text-align: center;
}

.slider-img .vSlide a i {
    font-size: 35px;
    color: #008cd4;
}

.rem-pad-left {
    padding: 15px;
    height: 565px;
    display: flex;
    margin-top: 12px;
    align-items: center;
    flex-direction: column;
    /* background: #f2f2f2; */
}

.rem-pad-left img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.content-cover {
    padding: 10px 0 0 16px;
}

.product-title,
.sub-title {
    font-size: 1.8rem;
    color: #575752;
    font-family: 'Avenir Heavy';
}

.sub-title {
    font-size: 18px;
    margin-bottom: 8px;
}

.content-info,
.content-info p,
.pro-cover-desc p {
    font-size: 18px;
    color: #777777;
    font-family: 'Avenir Book';
    margin-bottom: 8px;
}


/*second section slider section end*/


/*right side section*/

.pro-price {
    color: #009de9;
    font-family: 'Avenir Heavy';
    font-size: 35px;
    margin-right: 15px;
}

.pricing-detail s {
    font-size: 18px;
    color: #575753;
    font-family: 'Avenir Heavy';
}

.pro-size span {
    display: inherit;
    color: #575752;
    font-family: 'Avenir Medium';
}

.pro-size {
    display: flex;
}

.pro-quntity {
    display: inline-block;
}

.qulity-in-de,
.btn-plu-mininput._2csFM9 {
    display: inline-block;
}

.btn-plu-min {
    background-color: transparent;
    border: none;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.quantity .qulity-in-de ._2csFM9 {
    width: 50px;
    text-align: center;
    border: none;
    background: transparent;
    -webkit-appearance: none;
}

.quantity .qulity-in-de input[type="number"]._2csFM9::-webkit-outer-spin-button,
.quantity .qulity-in-de input[type="number"]._2csFM9::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.quantity .qulity-in-de ._2csFM9:focus,
.btn-plu-min:focus {
    outline: none
}

.cover-pro-quntity {
    margin: 0 20px;
}

.pro-quntity {
    display: flex;
    justify-content: space-between;
    float: left;
    background: #f3f7f9;
    /* padding: 7px;*/
    padding: 7px 23px;
    border: 1px solid #ccc;
    border-radius: 3px;
    /* width: 20%;*/
    /* margin: 0 20px;*/
    text-align: center;
    box-shadow: 0.4px 0.4px 0.2px 0.5px #ccc;
}

.pro-size,
.pricing-detail,
.btn-add-to-cart,
.free-shiping {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.pro-size select {
    padding: 8px 23px 7px 8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    /* width: 30%;*/
    margin: 0 auto;
    text-align: center;
    box-shadow: 0.4px 0.4px 0.2px 0.5px #ccc;
    float: left;
}

.btn-add-to-cart {
    text-align: center;
    width: 55%;
    background: #ff716d;
    padding: 10px;
    box-sizing: border-box;
}

button.btn-add-to-cart {
    background: #ff716d;
    color: #fff;
    text-decoration: none;
    padding: 10px 100px;
    border-radius: 0px;
    width: auto;
    margin-top: 0px;
    margin-bottom: 40px;
}

.free-shiping img {
    margin-right: 5px;
}

.shiping-text {
    font-size: 18px;
    color: #575752;
    font-family: 'Avenir Medium';
}

.shiping-text span {
    color: #009de9;
    font-family: 'Avenir Heavy';
}

button.btn-add-to-cart img {
    margin-right: 15px;
}

#main .nav-tabs {
    border-bottom: none;
}


/*right side section end*/


/*produsct description tab*/

ul.nav.nav-tabs.pro_duct_dec {
    border-bottom: 0;
}

.bord-bott {
    border-bottom: 1px solid #ccc;
}

.pro_duct_dec li a {
    font-family: 'Avenir Heavy';
    color: #575754;
    font-size: 18px;
}

.pro_duct_dec .nav-link.active,
#pro-details-sec .pro_duct_dec .nav-link.active:hover {
    border-color: #009de9 #dee2e6 #fff;
    border-radius: 0;
    border-top-width: 2px;
    color: #009de9;
}

.pro-desc-ription {
    font-size: 30px;
    font-family: 'Avenir Heavy';
    color: #575752;
    margin: 3% 0 10px 0;
}

.feature-img {
    border: 2px solid #009de4;
    margin-bottom: 20px;
    width: 130px;
    height: 130px;
    margin: 0px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /*height: 150px;*/
    /* padding: 10px; */
    box-sizing: border-box;
}

.download-cover {
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

.download-cover a {
    color: #fff;
}

.btn-blue {
    background: #009ee6;
    padding: 15px 35px;
    margin-right: 15px;
}

.btn-gray {
    background: #575753;
    padding: 15px 35px;
    margin-right: 20px;
}

.download-cover a {
    color: #fff;
    font-family: 'Avenir Heavy';
    font-size: 18px;
}

.bord-bott ul.nav.nav-tabs.pro_duct_dec li a:hover {
    border: 1px solid #fff;
}


/*product description end*/


/*tab css end*/


/*releted products*/

#related-product {
    background: #fff;
    padding: 45px 0;
    text-align: center;
    width: 100%;
    float: left;
}

.recent-pro-cover {
    text-align: center;
    background: #fff;
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px 10px #eef0f273;
    transition: all .5s ease-in-out;
}

.zoom-in-effect:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.cover-recent-proct {
    margin-bottom: 40px;
}

div#pro-details-sec {
    margin: 40px 0;
}

.slider-img li a img:hover {
    border: 1px solid #009de9;
}

.fnt-style {
    font-family: 'Avenir Light';
}

.fnt-fourty-five {
    font-size: 45px;
}

.fnt-fourty-five span,
.fnt-seventy-five span {
    font-family: 'Avenir Heavy';
    color: #575752;
}

.recent-img img {
    object-fit: contain;
    max-height: 300px;
    margin-bottom: 15px;
    width: 100%;
    padding: 12px;
}

.recent-img {
    display: flex;
    align-content: center;
    align-items: center;
    min-height: 290px;
    width: 100%;
    justify-content: center;
    max-height: 290px;
}

.name-pro,
.pric-pro {
    font-family: 'Avenir Book';
    font-weight: 900;
}

.pric-pro {
    font-size: 25px;
    color: #009de9;
}

.price-offer {
    font-family: 'Avenir Heavy';
}

.price-offer:after,
span.price-offer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}

.price-offer:after {
    /*border-width: 2.27em;*/
    border-width: 37px;
    border-right-color: #00d5ac;
    border-top-color: #00d5ac;
}

.blue-banner:after {
    border-right-color: #0099ef;
    border-top-color: #0099ef;
}

.price-offer .label,
.price-offer label {
    position: absolute;
    z-index: 1;
    top: 14px;
    font-size: 16px;
    transform: rotate(43deg);
    color: #fff;
    right: 4px;
}

.fnt-fourty-five:after {
    content: "";
    background: #009ee6;
    width: 45px;
    display: block;
    height: 3px;
    margin: 0 auto;
}


/*releted products end*/


/******************************************************************************************/


/*product page end here*/


/******************************************************************************************/


/******************************************************************************************/


/*Our Main Categories page css start from here*/


/******************************************************************************************/

.fnt-seventy-five {
    font-size: 4.6875rem
}

.pro-offers {
    padding: 50px 0;
}

.btn-offers {
    background: #00d5ac;
    text-align: center;
    margin: 0 0 50px 0;
}

.btn-offers,
.btn-offers a {
    font-size: 15px;
    font-family: 'Avenir Heavy';
    color: #fff;
    text-decoration: none;
}

.btn-offers a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 15px 5px;
}

.btn-offers span {
    font-size: 17px;
    display: block;
    font-family: 'Avenir Black';
}

.margin-below-more .recent-pro-cover {
    margin-bottom: 50px;
}


/******************************************************************************************/


/*Our Main Categories page css end here*/


/******************************************************************************************/


/* END -- Product Detail &amp; Categori Page */

.account_cart_searchDiv {
    padding-right: 0px;
}

.account_cart_searchDiv&gt;ul {
    display: flex;
    justify-content: flex-end;
}

.account_cart_searchDiv&gt;ul&gt;li {
    position: relative;
    display: flex;
    align-items: center
}

.account_cart_searchDiv&gt;ul&gt;li&gt;div {
    line-height: 100%;
}

.thm_popup {
    width: 350px;
    position: absolute;
    left: 50%;
    z-index: 99999;
    top: 77%;
    transform: translateX(-50%);
    transition: all 0.2s ease;
    display: none
}

.cart_popup.thm_popup {
    padding: 0px;
    padding-top: 30px;
    margin-top: 0px;
}

.cartLi:hover .cart_popup.thm_popup {
    display: flex !important;
}

.cart_popup .cart_popup_inner {
    width: 100%;
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0px 0px 50px -20px rgba(0, 0, 0, 0.8);
    position: relative;
}

.thm_popup .cart_popup_inner:before {
    content: '';
    width: 0px;
    height: 0px;
    border: 15px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    border-bottom-color: #fff;
}

.cart_popup .cart_list ul li {
    width: 100%;
    display: flex;
    padding: 0px;
    border-bottom: 1px solid rgba(87, 87, 82, .12);
    padding: 10px 0px;
}

.cart_popup .cart_list ul li figure {
    width: 55px;
    text-align: center
}

.cart_popup .cart_list ul li figure img {
    max-width: 100%;
    margin-right: 0px;
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}

.cart_popup .cart_list ul li figcaption {
    width: 100%;
    text-align: left;
    padding: 0px 20px;
    position: relative;
}

.rmProd,
.rmProd a {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ff7069;
    font-family: 'Avenir Black';
    line-height: 100%;
    cursor: pointer;
}

.cart_popup .cart_list ul li figcaption h5 {
    font-family: 'Avenir Heavy';
    font-size: 17px;
    color: #575753;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.cart_popup .cart_list ul li figcaption div {
    font-family: 'Avenir Medium';
    font-size: 13px;
    color: #575752;
    margin-bottom: 5px;
    text-transform: capitalize;
    margin-top: 2px;
}

.cart_popup .cart_list ul li figcaption div&gt;* {
    display: inline-flex;
    margin-right: 3px;
    vertical-align: middle;
}

.cart_popup .cart_list ul li figcaption p {
    margin-bottom: 0px;
}

.cart_popup .cart_list ul li figcaption h5 span {
    font-size: 15px;
}

.cart_popup .cart_list ul li figcaption h5 .woocommerce-Price-currencySymbol {
    vertical-align: baseline;
    margin-right: 2px;
}

.cart_total {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
}

.cart_total span {
    font-family: 'Avenir Heavy';
    font-size: 16px;
    color: #575752;
}

.cartDiv {
    cursor: pointer;
}

.cart_total p.total {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cart_total p.total&gt;strong,
.cart_total p.total&gt;span {
    font-size: 13px;
    font-weight: 500;
    color: #575755;
    font-family: 'Avenir Heavy';
}

.greyBtn {
    width: 100%;
    margin-top: 15px;
    background: #575753;
    padding: 10px;
    text-align: Center;
    color: #fff;
    font-family: 'Avenir Heavy';
    font-size: 18px;
    display: flex;
    justify-content: center;
    transition: all 0.2s ease;
}

.redBtn {
    width: 100%;
    margin-top: 15px;
    background: #ff7069;
    padding: 10px;
    text-align: Center;
    color: #fff;
    font-family: 'Avenir Heavy';
    font-size: 18px;
    display: flex;
    justify-content: center;
    transition: all 0.2s ease;
}

.blueBtn {
    width: 100%;
    margin-top: 15px;
    background: #009ee6;
    padding: 10px;
    text-align: Center;
    color: #fff;
    font-family: 'Avenir Heavy';
    font-size: 18px;
    display: flex;
    justify-content: center;
    transition: all 0.2s ease;
}

.redBtn:hover,
.redBtn:focus,
.greyBtn:hover,
.greyBtn:focus,
.blueBtn:hover,
.blueBtn:focus {
    color: #fff;
    opacity: 0.50;
    text-decoration: none;
}

.featuredCategories {
    padding: 100px 0px;
    background: #f7f9fb;
    float: left;
    width: 100%;
}

.featuredCategories .titleSection {
    width: 100%;
}

.featuredCategories .titleSection h2,
.titleSection h1,
.titleSection h3 {
    width: auto;
    display: inline-block
}

.featuredCategories .titleSection h2:after,
.titleSection h1:after,
.titleSection h3:after,
.win-title:after {
    left: 50%;
    transform: translateX(-50%);
}

.featuredCategories .owl-item {
    margin-top: 50px;
    margin-bottom: 20px;
}

.featuredCategories .singleCategory {
    min-height: 430px;
}

.featuredCategories .singleCategory .recent-pro-cover {
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0px 10px -2px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0px 10px -2px rgba(0, 0, 0, 0.8);
    height: 377px;
    transition: all 0.4s ease;
}

.featuredCategories .singleCategory .recent-pro-cover {
    padding: 30px 15px;
}

.featuredCategories .singleCategory .recent-pro-cover:hover {
    height: auto;
}

.slidernav {
    text-align: center;
}

.slidernav a {
    display: inline-flex;
    width: auto;
    vertical-align: top;
    margin-top: 0px;
    height: 60px;
    border-radius: 0px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.slidernav a:hover {
    box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.8);
}

a.owl-prev,
a.owl-next {
    width: 60px;
    height: 60px;
    background: #fff;
    text-align: center;
}

a.owl-next {
    transform: rotate(180deg);
}

a.viewAll {
    padding: 10px 30px;
    margin: 0px 15px;
}

.viewAllCategory {
    font-family: 'Avenir Heavy';
    font-size: 12px;
    color: #0099e5;
    background: #e5f5fd;
    padding: 7px 25px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.2s ease;
    display: none;
    text-decoration: none;
    margin-top: 5px;
}

.viewAllCategory:hover {
    text-decoration: none
}

.recent-pro-cover:hover .viewAllCategory {
    opacity: 1;
    transform: scale(1);
    display: inline-block
}

.recent-pro-cover a:hover {
    text-decoration: none;
    color: #0099e5;
}

.mainAccessDiv {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 60px;
}

.mainAccessDiv .mainAccess-inner {
    padding: 0px 0px 50px;
    max-width: 400px;
    margin: auto;
}

.mainAccessDiv .mainAccess-inner .accessBlock {
    padding: 30px;
    background: #fff;
    border: 0px;
    box-shadow: 0px 0px 50px -20px rgba(0, 0, 0, 0.8);
}

.mainAccessDiv .mainAccess-inner .accessBlock form {
    margin-top: 0px;
    padding: 0px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    margin: 0px;
    border: 0px;
}

.accessBlock .form-row {
    position: relative;
}

.accessBlock .form-control {
    padding: 12px 25px 12px 45px;
    font-weight: bold;
    box-shadow: none;
    border: 2px solid #d2d6df;
}

.accessBlock .fix-img {
    left: 17px;
}

.mainAccessDiv .nav-tabs {
    background: #009de9;
    border: 0px;
    border-radius: 0px;
}

.mainAccessDiv .nav-tabs .nav-link {
    border: 0px;
    color: #fff;
}

.mainAccessDiv .nav-tabs .nav-link.active {
    color: #0099e5;
}

.mainAccessDiv .nav-tabs .nav-link:hover {
    border: 0px;
}

.stayConn_lostPass {
    justify-content: space-between;
    align-items: center;
}

.stayConn_lostPass&gt;div {
    flex: 1 0 auto;
    text-align: left
}

.stayConn_lostPass&gt;div.stayConnect {
    display: inline-block;
    position: relative;
}

.stayConn_lostPass&gt;div.lost_password {
    text-align: right;
}

.stayConn_lostPass&gt;div.lost_password a {
    font-family: 'Avenir Medium';
    color: #009de9;
    font-size: 15px;
    text-decoration: underline
}

.thmCheck {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.thmCheck input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.thmCheck span {
    font-family: 'Avenir Medium';
    color: #575752;
    font-size: 15px;
}

.thmCheck input[type="checkbox"]+span:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #d2d6df;
    border-radius: 3px;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 17px;
    color: #575754;
    font-size: 12px;
    text-align: center;
}

.thmCheck input[type="checkbox"]:checked+span:before {
    content: '\f00c';
    font-family: 'fontAwesome';
}

.verifiedSpan:after {
    position: absolute;
    right: 13px;
    top: 16px;
    content: 'x';
    color: #ff6f65;
    font-family: 'Avenir Black';
    font-size: 14px;
    display: none;
}

.accessBlock .blueBtn {
    border-radius: 0px;
    margin-top: 0px;
}


/*.woocommerce-password-strength {display: none !important}*/

.homepage_slider {
    float: left;
    width: 100%;
    padding: 75px 0px;
    position: relative;
    background-image: url(../../../../uploads/2019/01/slider_bg.png);
    background-position: 100px bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}

.site-content .content-area {
    padding-top: 60px;
}

.site-content .content-area .pageHeader {
    margin-bottom: 50px;
}

.breadcrumbsDiv {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Avenir Medium';
    color: #575755;
    font-size: 16px;
    text-transform: capitalize
}

.breadcrumbsDiv a {
    text-decoration: none
}

.catMainPage .products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.catMainPage .products li a {
    text-align: center;
    background: #fff;
    padding: 15px;
    position: relative;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px 10px #eef0f273;
    transition: all .5s ease-in-out;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.catMainPage .woocommerce-loop-category__title {
    font-size: 21px;
    color: #575752;
    font-family: 'Avenir Heavy';
}

.pricing-detail {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 20px;
    margin-bottom: 30px;
}

.pricing-detail ins span.woocommerce-Price-amount,
.pricing-detail&gt;span.woocommerce-Price-amount.amount {
    color: #009de9;
    font-family: 'Avenir Heavy';
    font-size: 35px;
    margin-right: 15px;
    text-decoration: none;
    line-height: 100%;
}

.pricing-detail ins {
    text-decoration: none;
}

.pricing-detail del {
    font-size: 18px;
    color: #575753;
    font-family: 'Avenir Heavy';
    align-self: flex-end;
}

.noCursurEvents {
    pointer-events: none
}

.product-list .nav-item {
    width: 25%;
    line-height: normal
}

.product-list .nav-item a {
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.product-list .nav-item a:hover {
    border-color: transparent
}

figure.tab-img {
    width: 50px;
    display: inline-flex;
    margin: 0px;
}

.product-list .nav-item .subCatInfo {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    padding-left: 10px;
}

.product-list .nav-item .main-line {
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap */
}

.product-list .nav-item:not(:first-child) a .main-line {
    /*font-size: 18px;*/
    font-family: 'Avenir Medium'
}

.reset_variations,
.woocommerce-variation-availability {
    display: none !important
}

.slider-img ul {
    padding: 0px;
}

.slider-img ul li figure {
    /*background: #f2f2f2;*/
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.slider-img ul li figure:hover,
.slider-img ul li figure.img_active {
    border-color: #009de9;
}

.slider-img ul li figure img {
    max-width: 100%;
    max-height: 100%;
}

.pro-details-sec {
    margin: 40px 0px;
}

.download-cover .btn {
    width: auto;
    display: inline-block;
    color: #fff;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
}

.featuredProd {
    margin-bottom: 40px;
}

body.page-id-89 .site-content {
    background: #fff;
}

body.page-id-89 .site-content .content-area {
    padding-top: 0px;
}

.paymentMethods {
    text-align: right;
}

.homepage_slider .ls-v6 .ls-nav-prev:after,
.homepage_slider .ls-v6 .ls-nav-next:after {
    width: 40px;
    height: 40px;
    background-color: #ecf8fe;
    font-family: 'FontAwesome';
    border: 0px;
    transform: rotate(0deg);
    text-align: center;
    line-height: 40px;
}

.homepage_slider .ls-v6 .ls-nav-prev:hover,
.homepage_slider .ls-v6 .ls-nav-next:hover {
    transform: scale(1)
}

.homepage_slider .ls-v6 .ls-nav-prev:after {
    content: '\f177';
    left: -128px;
}

.homepage_slider .ls-v6 .ls-nav-next:after {
    content: '\f178';
    right: -128px;
}

.menuToggle {
    display: none
}

html .ls-container .ls-bottom-nav-wrapper a,
body .ls-container .ls-bottom-nav-wrapper a,
#ls-global .ls-container .ls-bottom-nav-wrapper a,
html .ls-container .ls-bottom-nav-wrapper span a,
body .ls-container .ls-bottom-nav-wrapper span a,
#ls-global .ls-container .ls-bottom-nav-wrapper span a {
    display: inline-block;
    width: 25px !important;
    height: 6px;
    background: #ccc;
    margin: 0px 5px;
    border: 0px !important;
    border-radius: 0px !important;
}

html .ls-container .ls-bottom-nav-wrapper a:hover,
body .ls-container .ls-bottom-nav-wrapper a:hover,
#ls-global .ls-container .ls-bottom-nav-wrapper a:hover,
html .ls-container .ls-bottom-nav-wrapper span a:hover,
body .ls-container .ls-bottom-nav-wrapper span a:hover,
#ls-global .ls-container .ls-bottom-nav-wrapper span a:hover,
html .ls-container .ls-bottom-nav-wrapper a.ls-nav-active:hover,
body .ls-container .ls-bottom-nav-wrapper a.ls-nav-active:hover,
#ls-global .ls-container .ls-bottom-nav-wrapper a.ls-nav-active:hover,
html .ls-container .ls-bottom-nav-wrapper span a.ls-nav-active:hover,
body .ls-container .ls-bottom-nav-wrapper span a.ls-nav-active:hover,
#ls-global .ls-container .ls-bottom-nav-wrapper span a:hover,
html .ls-container .ls-bottom-nav-wrapper a.ls-nav-active,
body .ls-container .ls-bottom-nav-wrapper a.ls-nav-active,
#ls-global .ls-container .ls-bottom-nav-wrapper a.ls-nav-active,
html .ls-container .ls-bottom-nav-wrapper span a.ls-nav-active,
body .ls-container .ls-bottom-nav-wrapper span a.ls-nav-active,
#ls-global .ls-container .ls-bottom-nav-wrapper span a.ls-nav-active {
    background: #0095d7 !important
}

.nslinputDiv {
    position: relative;
}

.nslinputDiv img {
    position: absolute;
    top: 12px;
    left: 10px;
}

.nslBtn {
    background-color: #0095d7;
    border: 0px;
    background-image: url(../../../../uploads/2019/01/nslArrow.png);
    position: absolute;
    font-size: 0px;
    background-repeat: no-repeat;
    text-align: center;
    top: 0px;
    right: 0px;
    margin: 0px !important;
    width: 43px;
    height: 43px;
    background-position: center;
}

.nslInput {
    border-radius: 0px;
    box-shadow: none;
    padding: 14px 50px 10px;
    box-shadow: 1px 1px 2px #ccc;
    font-weight: bold;
    font-family: 'Avenir Book';
    font-size: 13px;
    color: #575752;
}

.nslInput.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #d2d6df;
}

.nslInput::placeholder {
    opacity: 0.8;
}

.nslTitle {
    font-family: 'Avenir Book';
    font-size: 14px;
    color: #575752;
    font-weight: bold;
    margin-bottom: 10px;
}

.ls-wrapper h1 strong,
.ls-wrapper h2 strong {
    font-family: 'Avenir Black'
}

.sliderBtn {
    font-family: 'Avenir Heavy' !important;
}


/**** Layout Correction ******/

.logoDiv a {
    display: inline-block;
    max-width: 145px;
}

.logoDiv a img {
    max-width: 100%;
    height: auto;
}

.mainMenu_div .main-navigation li a,
.account_cart_searchDiv li&gt;div span {
    font-size: 12px;
}

.mainMenu_div .main-navigation li a {
    padding: 25px 20px;
}

.headerDiv .topMenu_div {
    padding: 6.4px 0px;
}

.topMenu_left figure img {
    height: 22px;
}

header .topMenu_left {
    justify-content: flex-start;
}

header .topMenu_left li:not(:last-child) {
    margin-right: 24px;
}

header .topMenu_left li i.fa {
    margin-right: 4px;
}

header .topMenu_left li {
    font-size: 10px;
    font-family: 'Avenir Heavy';
    letter-spacing: 0.4px;
    color: #fff;
    display: flex;
    align-items: center;
}

header .topMenu_left li span {
    margin-right: 6px;
}

header .topMenu_left figure {
    margin-right: 5px;
}

header .topMenu_left figcaption {
    font-size: 10px;
    font-family: 'Avenir Heavy';
    letter-spacing: 0.4px;
}

.account_cart_searchDiv li&gt;div img {
    width: 20px;
}

.topMenu_right ul.social-links-menu li a {
    font-size: 14px;
}

.titleSection h2,
.titleSection h3,
.titleSection h1 {
    font-size: 45px;
}

.featuredCategories .singleCategory {
    min-width: 225px;
    max-width: 225px;
}

.name-pro,
.pric-pro {
    font-size: 14px;
}

.homeAboutSec summary p,
.homeAboutSec summary {
    font-size: 18px;
}

.homeAboutSec .homeAbtRight-inner {
    max-width: 415px;
}

.knowMore a {
    font-size: 14px;
}

footer .topMenu_left figcaption,
footer .topMenu_left span,
footer .topMenu_left {
    font-size: 11.50px;
    font-family: 'Avenir heavy';
    letter-spacing: 1px;
    color: #fff
}

footer .topMenu_left span {
    max-width: 115px;
    line-height: normal;
    vertical-align: middle;
    text-transform: uppercase;
}

footer .footerMenu .footLeft ul li b,
footer .footerMenu .footLeft ul li a,
footer .footerMenu .footRight .addressBlock h4,
footer .footerMenu .footRight .addressBlock p {
    font-size: 15px;
}

footer .footerMenu .footRight .addressBlock h4+p {
    font-size: 13px;
    margin-bottom: 15px;
}

footer .footerMenu .footRight .addressBlock h4 {
    font-weight: bold;
}

footer .footerMenu .footLeft ul li:first-child b,
footer .footerMenu .footLeft ul li:first-child a {
    pointer-events: none;
    cursor: default;
}

.siteReserves figure {
    max-width: 145px;
    margin: 30px auto 15px;
}

.siteReserves .textwidget figure {
    margin-top: 15px;
}

.siteReserves figure img {
    max-width: 100%;
}

.siteReserves figcaption {
    font-size: 10px;
    font-family: 'Avenir Medium';
    color: #777;
    margin-top: 5px;
}

.paymentMethods h6 {
    font-size: 10px;
    color: #777;
    margin-bottom: 15px;
}

.paymentMethods figure img {
    width: 150px;
}

footer .footerMenu .footRight {
    max-width: 440px;
}

.cart_popup .cart_list ul li figcaption h5 {
    font-family: 'Avenir Book';
    font-size: 14px;
    font-weight: 600;
}

.account_cart_searchDiv li&gt;div a {
    font-size: 14px;
    font-family: 'Avenir Book';
    font-weight: 600;
}

.account_cart_searchDiv li&gt;div .cart_action a {
    margin-top: 8px;
}

.thm_popup {
    padding: 20px;
    width: 300px;
}

.featuredCategories .singleCategory .recent-pro-cover {
    -webkit-box-shadow: 0px 12px 20px -19px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 12px 20px -19px rgba(0, 0, 0, 1);
    box-shadow: 0px 12px 20px -19px rgba(0, 0, 0, 1);
}

.featuredCategories .singleCategory .recent-pro-cover:hover {
    -webkit-box-shadow: 0px 12px 46px -19px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 12px 46px -19px rgba(0, 0, 0, 1);
    box-shadow: 0px 12px 46px -19px rgba(0, 0, 0, 1);
}

a.owl-prev,
a.owl-next {
    width: 50px;
    height: 50px;
}

.slidernav a.viewAll {
    height: 50px;
    font-size: 13px;
    padding: 10px 40px;
}

.homeAboutSec .abtFigure:before {
    right: -29px;
    top: -35px;
    width: 74px;
    height: 74px;
    background-size: contain;
}

.homeAboutSec .abtFigure:after {
    left: -52px;
    bottom: -64px;
    width: 309px;
    height: 314px;
    background-size: contain;
}

.siteReserves .socialDiv img {
    width: 24px;
}

.homepage_slider {
    padding: 30px 0px 30px;
    background-position: 80px 100px
}

.featuredCategories .singleCategory .recent-pro-cover {
    padding: 10px 15px 30px;
}

.featuredCategories {
    padding: 80px 0px 60px
}

.featuredCategories .titleSection h2 {
    margin-bottom: 15px;
}

.breadcrumbsDiv {
    font-size: 12px;
    font-weight: 600;
}

.aboutPara {
    max-width: 800px;
}

.profile-detail .name {
    font-size: 17px;
}

.profile-detail .profile {
    font-size: 15px;
}

.profile-detail .detail {
    font-size: 12.8px;
    text-align: justify;
}

.categoriesMain .titleSection h2:after {
    display: none
}

.categoriesMain .titleSection {
    margin-bottom: 20px;
}


/***/

.categoriesMain .recent-pro-cover {
    -webkit-box-shadow: 0px 12px 20px -19px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 12px 20px -19px rgba(0, 0, 0, 1);
    box-shadow: 0px 12px 20px -19px rgba(0, 0, 0, 1);
}


/*** category relayuot ***/

.product-list li:first-child {
    width: auto;
}

ul.nav.nav-tabs.product-list li:first-child span {
    text-transform: uppercase;
    padding-left: 0px;
}

ul.nav.nav-tabs.product-list li span.main-line {
    font-family: 'Avenir Roman';
    font-weight: 600;
    letter-spacing: 0.5px;
}

ul.nav.nav-tabs.product-list li span {
    font-size: 15px;
}

.product-list .nav-item a {
    padding: 18px 15px;
}

.prodDetailMain {
    background-color: #fff;
}

.slider-img ul li figure {
    width: 100%;
    height: 80px;
    /*background-image: url(../../../../uploads/2019/02/prodThumb_ph.jpg)*/
}

.rem-pad-left {
    margin-top: 0px;
}

figure.tab-img {
    width: 50px;
    height: 50px;
}

.tab-img img {
    max-height: 100%;
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.content-cover .product-title {
    font-size: 23px;
    margin-bottom: 0px;
}

.content-cover .prod-subtitle {
    font-family: 'Avenir Heavy';
    font-size: 16px;
    color: #575752;
    margin-bottom: 10px;
}

.content-cover .content-info p {
    font-size: 16px;
    text-align: left;
}

.pricing-detail ins {
    font-size: 25px;
}

.pro-size {
    margin-bottom: 10px;
    margin-top: 15px;
}

.pro-size select {
    -webkit-appearance: none;
    position: relative;
    text-align: left;
    background-image: url(../image/select_downArrow.png);
    background-position: 96% 50%;
    background-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    padding-right: 30px;
    box-shadow: none;
    border: 2px solid #d2d6df;
    font-size: 14px;
    color: #575752;
    font-family: 'Avenir Medium';
}

.eventSec .titleSection h3:after {
    left: 0;
    transform: none;
    width: 50px;
    height: 5px;
}

.pro-size select:focus {
    outline: none;
    border-color: #009bec;
}

.cover-pro-size .value {
    position: relative;
    display: inline-block
}


/* .cover-pro-size .value:after {content: '\f107';font-family: 'Fontawesome';color: #000;position: absolute;right: 10px;bottom:12px;line-height: 100%} */

button.btn-add-to-cart {
    margin-bottom: 25px;
    font-size: 13px;
    font-family: 'Avenir Heavy';
    vertical-align: middle;
    line-height: 100%;
    display: inline-block;
    padding: 15px 104px;
}

button.btn-add-to-cart img {
    width: 20px;
    vertical-align: text-top;
}

.quantity .qulity-in-de ._2csFM9 {
    -moz-appearance: textfield;
}

.pro-details-sec {
    margin: 0px;
    padding: 60px 0px 50px;
    background-color: #fff;
}

.bck-color {
    background-color: #f3f5f6
}

.bck-color,
.mainMenu_div {
    border-color: #efefef;
}

.shiping-text {
    font-size: 13px;
}

.free-shiping img {
    width: 35px;
}

.pro_duct_dec li a {
    font-size: 13px;
}

.pro-desc-ription {
    font-size: 21px;
}

.pro-cover-desc p {
    font-size: 16px;
    text-align: justify;
}

.cover-fearture .sub-title {
    font-family: 'Avenir Book';
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

.cover-fearture .pro-delivery-date {
    font-size: 12px;
    line-height: 15px;
    font-family: 'Avenir Medium';
    color: #777;
    margin-top: 15px;
}

.download-cover a {
    font-size: 13px;
}

.download-cover a.blueBtn {
    margin-right: 15px;
}

.download-cover a.blueBtn.leftspace {
    margin-left: 15px;
}

.featuredProd {
    margin-bottom: 0px;
    padding-bottom: 40px;
    background-color: #fff;
}

.relCatName {
    font-family: 'Avenir Heavy';
    font-size: 13px;
    color: #009de9;
    margin-bottom: 2px;
}

.prod-relCatDiv {
    padding: 65px 0px;
    background-color: #fafbfc;
}

.fnt-fourty-five {
    font-size: 32px;
}

.prod-relCatDiv .recent-pro-cover {
    -webkit-box-shadow: 0px 12px 20px -19px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 12px 20px -19px rgba(0, 0, 0, 1);
    box-shadow: 0px 12px 20px -19px rgba(0, 0, 0, 1);
}

.prod-relCatDiv .recent-pro-cover:hover {
    -webkit-box-shadow: 0px 12px 46px -19px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 12px 46px -19px rgba(0, 0, 0, 1);
    box-shadow: 0px 12px 46px -19px rgba(0, 0, 0, 1);
}

.woocommerce-variation-add-to-cart-disabled button {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.featuredTitle {
    font-family: 'Avenir Heavy';
    color: #575752;
    margin: 0 0 20px 0;
    font-size: 21px;
}

.prodImgView {
    display: flex;
    flex-wrap: wrap;
}

.slider-img .img-width-full {
    max-width: 90px;
    padding-right: 15px;
    width: 17%
}

.slider-img .rem-pad-left {
    width: 83%;
}


/** cart **/

.cartMainPage {
    background: #fff;
}

.woocommerce .cartMainDiv table.shop_table {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    font-family: 'Avenir Medium';
    border-bottom: 0px;
}

.woocommerce table.shop_table th {
    font-family: 'Avenir Medium';
    font-size: 14px;
    color: #575752;
    text-align: center;
}

.woocommerce table.shop_table th:first-child {
    text-align: left;
}

.woocommerce-cart table.cart .product-thumbnail img {
    max-width: 100%;
    max-height: 100%;
}

.woocommerce-cart table.cart .product-thumbnail a {
    display: inline-flex;
    border: 1px solid #efefef;
    padding: 5px;
    width: 100px;
    height: 120px;
    align-items: center;
    justify-content: center
}

.woocommerce table.shop_table td {
    text-align: center;
    font-size: 15px;
    color: #575752;
    font-family: 'Avenir Medium'
}

.cartMainPage .woocommerce table.shop_table tbody tr td:first-child,
.cartMainPage .woocommerce table.shop_table tr th:first-child {
    padding-left: 0px;
}

.cartMainPage .woocommerce table.shop_table tbody tr td:last-child,
.cartMainPage .woocommerce table.shop_table tr th:last-child {
    padding-right: 0px;
}

.cartMainPage .woocommerce table.shop_table tr.cart_item td:not(.product-name) {
    text-align: center;
}

.woocommerce table.shop_table td:first-child,
.woocommerce table.shop_table td.product-name {
    text-align: left;
}

.woocommerce table.shop_table td.product-name {
    font-size: 18px;
    color: #575752;
    vertical-align: top;
    padding-top: 20px;
    font-family: 'Avenir Medium';
}

.woocommerce table.shop_table td.product-name span {
    text-transform: uppercase;
}

.woocommerce table.shop_table td.product-name a {
    color: #575752;
}

.woocommerce table.shop_table td.product-quantity .quantity&gt;span {
    display: none
}

.woocommerce table.shop_table td.product-quantity .pro-quntity {
    background-color: #fff;
    padding: 7px 10px;
    float: none;
    display: inline-flex
}

.woocommerce a.remove {
    font-size: 1em;
}

.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
    width: 100%;
    font-family: 'Avenir Medium';
    font-size: 14px;
    color: #575752;
    display: block;
    text-align: left;
    margin-bottom: 2px;
}

.aplyCoupenDiv {
    max-width: 380px;
    position: relative;
    width: 380px;
    display: inline-flex;
}

.woocommerce-page table.cart .coupon .aplyCoupenDiv .input-text[type="text"] {
    width: 100% !important;
    background-color: #f7f9fb;
    padding: 12px 135px 10px 12px;
    border: 1px solid #e2e3e3;
    border-radius: 5px;
    font-family: 'Avenir Medium';
    font-size: 13.66px;
    color: #575752;
}

.woocommerce .aplyCoupenDiv .aplyCBtn.button {
    position: absolute;
    right: 0px;
    top: 0px;
    background: transparent;
    border: 0px;
    width: 130px;
    text-align: center;
    padding: 16px 10px;
    font-family: 'Avenir Medium';
    font-size: 13.66px;
    color: #009ce7;
    letter-spacing: 1px;
}

.woocommerce .aplyCoupenDiv .aplyCBtn.button:before {
    content: '';
    width: 1px;
    height: 70%;
    top: 17%;
    left: 0px;
    background-color: #e2e3e3;
    position: absolute;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%
}

.cartSubtotal,
.cartTotal {
    width: 250px;
    margin-left: auto !important;
}

.cartSubtotal th,
.cartSubtotal td,
.cartTotal th,
.cartTotal td {
    text-align: right !important;
    padding: 2px !important;
    font-family: 'Avenir Medium';
    font-size: 15px;
    color: #575752;
}

.woocommerce-cart .cart-collaterals .cartTotal th,
.woocommerce-cart .cart-collaterals .cartTotal td {
    font-family: 'Avenir Heavy';
    font-size: 21px;
    text-transform: uppercase;
}

.cart_totals .wc-proceed-to-checkout {
    display: inline-flex;
    float: right;
    padding: 0px !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border-radius: 0px;
    padding: 20px;
    font-family: 'Avenir Heavy';
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    margin: 0px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td {
    border-top: 2px solid #575753;
    border-bottom: 0px;
}

.woocommerce-shipping-destination {
    display: none
}

.cartItemDesc {
    font-family: 'Avenir Book';
    font-size: 13px;
    color: #777;
    line-height: normal;
    margin-top: 10px;
}

.woocommerce-remove-coupon {
    font-size: 0px;
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-flex;
    margin-right: -20px;
    display: none;
}

.woocommerce-remove-coupon:after {
    content: 'x';
    position: absolute;
    font-size: 16px;
    color: red;
    right: 0px;
    bottom: 0px;
    font-family: 'Avenir Medium';
    font-weight: 600;
}

.cartHeader-inner {
    position: relative;
}

.cartHeader {
    min-height: 130px;
    background: #f7f9fb;
    display: flex;
    justify-content: center;
    align-items: center
}

.cartHeader h1 {
    font-family: 'Avenir Heavy';
    font-size: 47px;
    color: #575752;
    text-align: center
}

.contiShopLink {
    font-family: 'Avenir Medium';
    font-size: 15px;
    color: #575753;
    text-decoration: none
}

.contiShopLink:hover {
    text-decoration: none;
    color: #0095d7;
}

.cartHeader .contiShopLink {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.site-content .chkOutMainPage {
    padding-top: 0px;
    padding-bottom: 50px;
}

.wpmc-tabs-wrapper {
    display: flex;
    width: 100%;
    min-height: 130px;
    background: #f7f9fb;
    align-items: center
}

.wpmc-tabs-wrapper .wpmc-tabs-list {
    background: transparent;
    /* display: flex; */
    width: 100%;
    max-width: 100%;
    /* justify-content: space-between; */
    text-align: center;
}

.wpmc-tabs-list .wpmc-tab-item {
    padding-bottom: 0px;
    text-align: left;
    padding-right: 100px;
    position: relative;
    width: auto !important;
    float: none;
    display: inline-block;
}

.wpmc-tabs-list .wpmc-tab-item:last-child {
    padding-right: 0px;
}

.wpmc-tabs-list .wpmc-tab-item:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    width: 60px;
    height: 2px;
    background-color: #d8dee4;
}

.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
    margin-top: 0px;
}

.wpmc-tabs-wrapper .wpmc-tab-item::before {
    display: none
}

.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-text,
.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-text {
    display: inline-block;
    width: auto;
    padding-top: 0px;
}

.woocommerce-message {
    border-color: #009de9;
}

.woocommerce-message::before {
    color: #009de9;
}

.chkOutMainPage,
body.woocommerce-checkout {
    background-color: #fff;
    background-image: none;
}

.wpmc-tabs-wrapper .wpmc-tab-text {
    font-family: 'Avenir Heavy';
    color: #575754;
    font-size: 13px;
    vertical-align: middle
}

.wpmc-tabs-list.wpmc-4-tabs .wpmc-tab-text {
    white-space: normal;
    text-align: left;
    max-width: 130px;
}

.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
    background-color: transparent;
    border-color: #575754;
    font-family: 'gotham';
    border-width: 2px;
    margin-right: 10px;
    line-height: 26px;
    font-size: 13px;
    color: #575754;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
    border-color: #009de9 !important;
    background-color: #009de9;
    color: #fff;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-text {
    color: #009de9;
}

.wpmc-tabs-wrapper .wpmc-tabs-list.wpmc-3-tabs .wpmc-tab-text {
    font-size: 18px;
}

.wpmc-tabs-wrapper .wpmc-tabs-list.wpmc-3-tabs .wpmc-tab-number {
    width: 40px;
    height: 40px;
    line-height: 36px;
}

.wpmc-tabs-list.wpmc-3-tabs .wpmc-tab-item:not(:last-child) {
    padding-right: 130px;
}

.wpmc-tabs-list.wpmc-3-tabs .wpmc-tab-item:after {
    right: 30px;
}


/* .wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {} */

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

.woocommerce form .form-row label {
    font-family: 'Avenir Book';
    font-size: 13.66px;
    color: #575753;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 600;
}

.woocommerce-input-wrapper .input-text,
.woocommerce-input-wrapper select {
    border: 2px solid #d2d6df;
    border-radius: 4px;
    padding: 11px;
    width: 100%;
    height: auto;
    max-height: 48px;
    font-size: 14px;
    color: #575752;
    font-family: 'Avenir Medium'
}

.woocommerce-input-wrapper textarea.input-text {
    max-height: 100%;
    resize: none;
    min-height: 100px;
}

.woocommerce-input-wrapper .input-text:focus,
.woocommerce-input-wrapper select:focus {
    outline: none;
}

.woocommerce-input-wrapper select {
    background-image: url(../image/select_downArrow.png);
    background-position: 96% 50%;
    background-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    padding-right: 30px;
}


/* .select2-container--default .select2-selection--single .select2-selection__arrow {top:50%;transform: translateY(-50%);} */

.wpmc-step-item:not(.wpmc-step-review),
.checkoutContainer {
    max-width: 660px;
    margin: 0px auto 50px;
}

.checkoutContainer {
    text-align: center;
}

.checkoutContainer&gt;div {
    float: none;
    display: inline-block;
    text-align: left;
    width: auto;
}

.wpmc-step-item h3 {
    font-family: 'Avenir Heavy';
    font-size: 21px;
    color: #575753;
    margin-bottom: 30px;
    text-transform: capitalize;
    margin-top: 80px;
}

.wpmc-step-item h3#ship-to-different-address {
    font-family: 'Avenir Book';
    font-size: 14px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
}

label.checkbox {
    position: relative;
    line-height: normal !important;
}

label.checkbox .input-checkbox {
    display: none !important;
}

label.checkbox span {
    padding-left: 25px;
}

label.checkbox span:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #d2d6df;
    border-radius: 3px;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 17px;
    color: #575754;
    font-size: 12px;
    text-align: center;
}

label.checkbox .input-checkbox:checked+span:before {
    content: '\f00c';
    font-family: 'fontAwesome';
}

.wpmc-nav-wrapper {
    display: flex;
}

.chkoutProcedBtn {
    border-radius: 0px;
    padding: 20px;
    font-family: 'Avenir Heavy';
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    margin: 0px;
    width: auto;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    border: 0px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr:first-child td {
    border-top: 0px;
}

.woocommerce-checkout-review-order-table thead {
    display: none
}

.wpmc-step-review.wpmc-step-item h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
    text-transform: uppercase;
    font-size: 14px;
}

.wpmc-step-review.wpmc-step-item h3 a {
    float: right;
    font-size: 12px;
    text-decoration: underline;
    text-transform: capitalize;
}

.shipping-address,
.billing-address,
.customer_details {
    font-family: 'Avenir Medium';
    font-size: 15.37px;
    color: #777;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    text-align: right !important;
    padding: 2px !important;
    font-family: 'Avenir Medium';
    font-size: 15px;
    color: #575752;
    font-weight: 500;
    border-top: 0px;
}

.woocommerce ul#shipping_method .amount {
    font-weight: normal
}

.woocommerce table.shop_table tfoot tr.order-total th,
.woocommerce table.shop_table tfoot tr.order-total td {
    font-size: 21px;
    border-top: 2px solid #797975;
}

.woocommerce table.shop_table tfoot tr.order-total th {
    text-align: left !important;
}

.woocommerce table.shop_table tfoot tr.cart-subtotal th,
.woocommerce table.shop_table tfoot tr.cart-subtotal td {
    font-weight: 600;
    border-top: 1px solid #ededed;
}

.onChkOutDiv .nav-tabs .nav-item {
    width: 100%;
}

.mainAccessDiv.onChkOutDiv .nav-tabs .nav-link.active {
    background: #0099e5;
    color: #fff;
    font-size: 20px;
}

.stripe-card-group,
.woocommerce-account .StripeElement,
.woocommerce-checkout .StripeElement {
    width: 100%;
}

.button-inactive.greyBtn,
button.button.button-active.greyBtn {
    border-radius: 0px;
    padding: 20px;
    font-family: 'Avenir Heavy';
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    width: auto;
    margin: 0px;
    background-color: #575753;
}

button.button.button-active.greyBtn:hover {
    background-color: #575753
}

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment {
    background-color: transparent
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none
}

.woocommerce-mini-cart__empty-message {
    font-family: 'Avenir Book';
    font-size: 16px;
    font-weight: bold;
    color: #575752;
    text-align: center;
    margin-bottom: 0px;
}

.wpmc-step-review .order-review-tab {
    max-width: 320px;
}

.woocommerce form .wpmc-step-payment .form-row label {
    font-family: 'Avenir Medium';
    font-size: 13.66px;
    line-height: 100%;
    font-weight: normal;
}

.woocommerce-checkout #payment div.form-row {
    padding: 0px;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
    padding: 11px !important;
    max-height: 48px;
    border: 2px solid #d2d6df !important;
    border-radius: 4px;
    height: auto;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background-color: #ff7069;
    border-radius: 0px;
    padding: 20px;
}

.woocommerce-checkout #payment div.form-row.place-order {
    justify-content: flex-end;
}

.thankUDiv {
    display: flex;
    height: 100%;
    position: fixed;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 0px;
}

.thankUInner {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    padding: 20px;
}

.thankUInner h2 {
    font-family: 'Avenir Heavy';
    font-size: 39px;
    color: #575752;
}

.thankUInner h3 {
    font-family: 'Avenir Light';
    font-size: 39px;
    color: #575752;
}


/** my account page **/

.content-area.accountPage {
    background: #fff;
    padding: 0px;
}

.accountPage .woocommerce {
    display: flex;
    flex-direction: column;
}


/*.accountPage .woocommerce {display: block;}*/

.accountPage .woocommerce .woocommerce-notices-wrapper ul {
    margin-bottom: 10px;
    margin-top: 10px;
}


/* .accountPage .lost_reset_password p { margin-bottom: 0px; } */

.accountPage nav.woocommerce-MyAccount-navigation {
    width: 180px;
    border-right: 1px solid #efefef;
    padding-top: 50px;
}

.accountPage .woocommerce-MyAccount-content {
    width: auto;
    padding: 50px 0px 50px 50px;
    width: 100%
}

nav.woocommerce-MyAccount-navigation ul {
    padding-left: 0px;
    list-style: none;
    max-width: 180px;
}

nav.woocommerce-MyAccount-navigation ul li a {
    font-family: 'Avenir Medium';
    font-size: 11.38px;
    color: #575755;
    text-transform: uppercase;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    color: #0099ef;
    font-family: 'Avenir Heavy';
    text-decoration: none;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #0099ef;
    font-family: 'Avenir Heavy';
}


/*.myAccount-inner {max-width: 550px;}*/

.accPageTitle,
.myAccount-inner form h3 {
    font-family: 'Avenir Heavy';
    font-size: 18px;
    color: #575752;
}

.woocommerce table.shop_table.account-orders-table {
    border: 0px;
    font-family: 'Avenir Medium';
    color: #575753;
}

.account-orders-table thead {
    border: 1px solid transparent;
}

.woocommerce table.shop_table.account-orders-table th {
    font-size: 12.38px;
    font-weight: normal
}

.account-orders-table td {
    font-size: 13px;
}

.account-orders-table tbody {
    border: 1px solid #d2d6df
}

.woocommerce table.shop_table.account-orders-table tbody td {
    border-bottom: 1px solid #d2d6df;
    padding: 9px 12px;
}

.account-orders-table tbody td a {
    color: #009bec
}

.account-orders-table tbody td:first-child {
    border-left: 1px solid #d2d6df;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.account-orders-table tbody td:last-child {
    border-right: 1px solid #d2d6df;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.account-orders-table tbody tr:nth-child(even) {
    background: #fbfbfb;
}

.addressTitle {
    position: relative;
}

.addressTitle h3 {
    position: relative;
    display: inline-block;
    padding-right: 30px;
}

.addressTitle h3 a {
    position: absolute;
    right: 0px;
    top: 0px;
}

.btn.sveEdits {
    width: auto;
    padding: 15px 40px;
    font-family: 'Avenir Heavy';
    font-size: 13px;
    color: #fff;
}

.searchDiv .srchInput {
    position: absolute;
    right: 0px;
    top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    width: 35px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #efefef;
    transition: all 0.3s ease-in-out;
}

.searchDiv .srchInput .search-input {
    background: #fff;
    padding: 10px 30px 10px 15px;
    width: 100%;
    border: 0px;
}


/* .searchDiv .srchInput .search-input:focus {outline: none;} */

.searchDiv .srchInput .search-submit {
    background: transparent;
    padding: 10px;
    border: 0px;
    position: absolute;
    right: -6px;
    top: -1px;
}

#search-label {
    margin: 0px;
}

.openSrch.searchDiv .srchInput {
    width: 300px;
    opacity: 1;
    visibility: visible;
}

.srchPage {
    float: left;
    width: 100%;
}

.srchPage header.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 15px 10px;
    margin-bottom: 10px;
}

.srchPage header.page-header .page-description {
    width: 100%;
}

.srchPage header.page-header h4 {
    margin: 0px;
    font-size: 20px;
    color: #575755;
}

.srchPage article {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    background: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.srchPage article header.entry-header {
    width: 100%;
}

.srchPage article header.entry-header a {
    text-decoration: none;
}

.srchPage article .post-thumbnail {
    width: 30%;
    height: 200px;
    text-align: center;
    border-right: 1px solid #efefef;
}

.srchPage article .post-thumbnail img {
    max-width: 100%;
    height: 100%;
    width: auto;
}

.srchPage article .entry-content {
    width: 70%;
    padding: 15px 30px;
}

.content-cover ul {
    padding-left: 25px;
    margin-bottom: 0px;
}

.content-cover ul li {
    text-align: left;
    font-size: 12px;
    color: #777777;
    font-family: 'Avenir Book';
    margin-bottom: 0px;
    list-style: disc;
    list-style-position: outside;
}

.content-cover ul li:nth-of-type(1n+6) {
    display: none;
}

.content-cover .moreContent ul li:nth-of-type(1n+6) {
    display: list-item;
}

.seeMore-leftTop span {
    color: #009de9;
    font-family: 'Avenir Heavy';
    font-size: 13px;
    cursor: pointer;
}

.seeLess span.seeMore {
    display: none;
}

span.seeLess {
    display: none
}

.seeLess span.seeLess {
    display: inline-block;
}

.pro-cover-desc {
    padding: 20px;
    color: #777777;
    font-family: 'Avenir Book';
    font-size: 16px;
    overflow-y: auto;
}

.vSlide .vSlide-inner {
    height: 350px;
    overflow: hidden;
}

.vSlide a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.vSlide a.disable {
    pointer-events: none;
    color: #ccc;
}

.vSlide a.disable i {
    color: #ccc
}

.vSlider.owl-carousel .owl-item {
    width: 75px !important;
    height: 80px !important;
}

.vSlider.owl-carousel .owl-item figure {
    display: flex;
    width: 100%;
    height: 100%;
}

.vSlider.owl-carousel .owl-item figure img {
    max-width: 100%;
    max-height: 100%
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus {
    border-color: #008cd4;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #ff6f65;
    background-image: url(../image/input-invalid.png);
    background-position: right 15px center;
    background-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #ff6f65
}

.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #d2d6df;
    background-image: url(../image/input-valid.png);
    background-position: right 15px center;
    background-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.wpmc-step-payment.wpmc-step-item h3 {
    margin-top: 20px;
}


/* .wpmc-step-payment.wpmc-step-item .payment_method_stripe label {width:100%; margin-top:0px;} */

.wpmc-step-payment.wpmc-step-item .payment_method_stripe label {
    width: calc(100% - 35px);
    margin-top: 0px;
}

a {
    outline: none;
}

.return-to-shop {
    display: inline-block;
    margin-bottom: 30px;
}

.return-to-shop a {
    border-radius: 0px;
    padding: 20px;
    font-family: 'Avenir Heavy';
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    margin: 0px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    margin: 20px auto 0px 0px;
    float: none;
}

#wpmc-prev-payment {
    margin: 20px 5px 0px auto;
}

.vSlide .vUp,
.vSlide .vDown {
    position: absolute;
    background: #fff;
    z-index: 99;
}

.vSlide .vUp {
    top: 0px;
}

.vSlide .vDown {
    bottom: 0px;
}

.vSlide {
    position: relative;
    width: 100%;
    /* height:430px; */
    overflow: hidden;
    padding: 0px 0px 40px;
}

.vSlide ul {
    transition: all 0.3s ease-in-out;
}


/* .vSlide .vDown {position: absolute;bottom:-84px; } */

.main-menu-more {
    display: none;
}

.nslInput.invalid {
    border-color: #ff6f65;
    background-image: url(../image/input-invalid.png);
    background-position: right 50px center;
    background-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    padding-right: 70px;
}

.nslInput.valid {
    border-color: #d2d6df;
    background-image: url(../image/input-valid.png);
    background-position: right 50px center;
    background-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    padding-right: 70px;
}

.pro-cover-desc table {
    /*table-layout: fixed;*/
    width: 650px !important;
}

.pro-cover-desc table,
.pro-cover-desc table td,
.pro-cover-desc table th {
    border: 1px solid #ccc;
    border-width: 1px;
    color: #000;
    font-family: 'Avenir Roman';
    font-size: 14px;
}

.pro-cover-desc table th {
    background-color: #eee;
}

.woocommerce-error {
    border-top-color: #ff6f65;
}

.woocommerce-error::before {
    color: #ff6f65
}

.offerPrice,
.actualPrice {
    font-family: 'Avenir Black' !important
}

.woocommerce-cart td.product-size dl.variation dt {
    display: none;
}

.woocommerce-mini-cart li.mini_cart_item dl.variation dt {
    display: none;
}

.woocommerce-checkout-review-order-table td.product-name dl.variation dt {
    display: none;
}

.cmsPage .container-inner {
    background-color: #fff;
    padding: 30px;
}

.cmsPage p,
.cmsPage li {
    font-size: 15px;
    color: #575752;
    font-family: 'Avenir Medium';
    line-height: 25px;
}

.orderSize_Qnty {
    font-family: 'Avenir Medium';
    font-size: 13px;
    color: #575752;
    margin-bottom: 5px;
    text-transform: capitalize;
    margin-top: 2px;
}

.orderSize_Qnty * {
    display: inline-flex;
    margin-right: 3px;
    vertical-align: middle;
    margin-bottom: 0px;
}

.woocommerce ul#shipping_method li {
    margin: 0px;
}

.imgBlock,
.cart_item .product-imgae {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.imgBlock img,
.cart_item .product-imgae img {
    max-height: 100%;
    max-width: 100%;
}

.afterAccLogin {
    display: flex;
}

.woocommerce-MyAccount-orders tr td,
.woocommerce-MyAccount-orders tr th {
    text-align: center;
}

.woocommerce-additional-fields {
    display: none;
}

.srchPage .pagination {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}

.srchPage .pagination .nav-links&gt;* {
    padding: 5px 10px;
    border: 1px solid #111;
    border-radius: 4px;
    display: inline-block;
    /* background-color: #fnt-fourty-five */
}

.srchPage .pagination .nav-links svg {
    vertical-align: middle;
}

.orderInfo-account {
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'Avenir Medium'
}

.orderInfo-account mark {
    background-color: transparent;
    color: #0099e5;
    font-size: 15px;
}

.userOrderstable th,
.userOrderstable td {
    font-size: 13px;
    color: #111;
    font-family: 'Avenir Medium'
}

.userOrderstable h6 {
    margin-bottom: 0px;
    text-transform: uppercase;
}

.userOrderstable p {
    color: #777;
    line-height: normal;
    font-size: 14px;
    margin-top: 15px;
}

.userOrderstable thead th {
    border: 0px;
}

.error-404 {
    text-align: center;
    margin: 0px 0px 50px;
}

.quick-request .wpcf7-form label.error {
    display: none !important;
}

.quick-request .wpcf7-form .form-control.error {
    border-color: #ff6f65;
    background-image: url(../image/input-invalid.png);
    background-position: right 15px top 15px;
    background-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    padding-right: 30px;
    border-bottom-width: 1px;
}

.quick-request .wpcf7-form .form-control.valid {
    border-color: #d2d6df;
    background-image: url(../image/input-valid.png);
    background-position: right 15px top 15px;
    background-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    padding-right: 30px;
    border-bottom-width: 1px;
}

#wp-live-chat-header {
    background-image: url('https://www.microlit.us/wp-content/uploads/2019/02/Tracciato-composito.png');
    background-size: auto;
    background-position: center;
}

.wplc_left_logo {
    background-image: url(https://www.microlit.us/wp-content/uploads/2019/02/Tracciato-composito.png) !important;
    background-size: auto !important;
    background-color: #00d5ac !important;
    background-position: center !important;
}

.woocommerce-variation-price .price {
    margin-bottom: 20px;
    margin-top: 10px;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.woocommerce-variation-price .price ins span.woocommerce-Price-amount,
.woocommerce-variation-price .price&gt;span.woocommerce-Price-amount.amount {
    color: #009de9;
    font-family: 'Avenir Heavy';
    font-size: 28px;
    margin-right: 15px;
    text-decoration: none;
    line-height: 100%;
}

.woocommerce-variation-price .price ins {
    text-decoration: none;
}

.woocommerce-variation-price .price del {
    font-size: 18px;
    color: #575753;
    font-family: 'Avenir Heavy';
    align-self: flex-end;
}

.bleeper_powered_by {
    display: none;
}

.wc_payment_methods.payment_methods.methods {
    padding: 0;
    border-bottom: none;
}

.payment_box.payment_method_stripe {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.out-of-stock {
    color: red;
    font-size: 16px;
    font-family: 'Avenir Roman';
    font-weight: 600;
}

.passwordInput {
    background-image: url(https://www.microlit.us/wp-content/uploads/2019/01/password_icon.png);
    background-position: center left 13px;
    background-repeat: no-repeat;
}


/*Phase2 06-05-19*/

.core-values.why-microlit {
    padding-bottom: 95px;
    padding-top: 130px;
}

.core-values.why-microlit .core-box {
    padding-top: 0;
}

.core-values.why-microlit .core-boxes {
    max-width: none;
}

.core-values.why-microlit .core-box .innerbox {
    padding: 0 11px;
}

.core-values.why-microlit .core-box .title {
    position: static !important;
    font-family: 'Avenir Black';
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #575752;
    margin-top: 23px;
    margin-bottom: 15px;
}

.core-values.why-microlit .core-box p {
    font-size: 15px;
    font-family: 'Avenir Book';
    font-style: normal;
    font-stretch: normal;
    line-height: 1.48;
    letter-spacing: normal;
    text-align: justify;
    color: #777777;
    margin-bottom: 0;
}

.core-values.why-microlit .innercircle {
    background: rgba(203, 237, 253, 0.67);
    left: 46% !important;
    top: 18% !important;
}

.core-values.why-microlit .innercircle.innercircle3 {
    left: 53% !important;
    top: 27% !important;
}

section.eventSec {
    clear: both;
    padding: 90px 0 20px;
}

section .eventDetails {
    float: left;
    width: 59%;
    padding-right: 20px;
}

.eventSlidr-wrap .evntSlideHead img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    max-height: 165px;
}

.eventSec .titleSection h2,
.eventSec .titleSection h3 {
    margin-bottom: 40px;
}

.core-values.why-microlit .titleSection h3 {
    margin-bottom: 50px !important;
}

.eventSlidr-wrap {
    float: right;
    width: 38%;
    padding-left: 20px;
}

.eventSlidr-wrap .evntHeadtext h2 {
    font-size: 58px;
    color: #009de3;
    font-family: 'Avenir heavy';
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: -3px;
}

.eventSlidr-wrap .evntHeadtext a {
    text-decoration: underline;
    color: #009de3;
}

.evntHeadtext p {
    font-size: 18px;
    font-family: 'Avenir heavy';
    line-height: 1;
    color: #575753;
    margin-bottom: 0;
}

.evntHeadtext small {
    font-size: 10px;
    color: #009de3;
}

.eventSec .container {
    border-bottom: 2px solid #f2f2f2;
}

.eventSec .event-block {
    max-width: 260px;
}

.event-block .event-img {
    position: relative;
    margin-bottom: 30px;
}

.eventSlidr-wrap .evntSlideHead {
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.evntSlideHead [class="col-6"] {
    padding-left: 5px;
    padding-right: 5px;
}

.eventSlidr-wrap .evntSlideHead .row {
    align-items: center;
}

.eventSlidr-wrap .owl-carousel .owl-stage-outer {
    box-shadow: 0px 0px 10px 0px #ccc;
    margin-bottom: 15px;
}

.eventSliderBox .owl-dots {
    text-align: center;
}

.eventSlidr-wrap .eventSliderBox {
    margin-bottom: 45px;
}

.eventSliderBox .owl-dots button span,
#testimonial-home-slider .owl-dots button span,
.testimonial-product-silder .owl-dots button span,
.BlogSec .owl-dots button span,
#testimonial-shop-slider .owl-dots button span {
    background: #dddddd;
    height: 4px;
    width: 20px;
    display: inline-block;
    margin: 0 3px;
}

.eventSliderBox .owl-dots button.active span,
#testimonial-home-slider .owl-dots button.active span,
.testimonial-product-silder .owl-dots button.active span,
.BlogSec .owl-dots button.active span,
#testimonial-shop-slider .owl-dots button.active span {
    background: #009ee6;
}

.eventSliderBox .owl-dots button:focus,
#testimonial-home-slider .owl-dots button span:focus,
.testimonial-product-silder .owl-dots button span:focus,
.BlogSec .owl-dots button span:focus,
#testimonial-shop-slider .owl-dots button span:focus {
    outline: none;
}

.eventSlidr-wrap .eventSliderItm {
    padding: 30px;
}

.eventSlidr-wrap .slideText {
    font-size: 18px;
    color: #575753;
    font-family: 'Avenir Book';
    text-align: left;
}

.eventSlidr-wrap .star-img img {
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
}

.eventSlidr-wrap .quate {
    font-family: 'Gotham';
    color: #009ce6;
    font-size: 42px;
    line-height: .5;
    margin-bottom: 0px;
}

.eventSlidr-wrap .regards {
    font-size: 13px;
    color: #999999;
    margin-bottom: 0;
}

.event-block .date-block {
    position: absolute;
    background: #00d6ac;
    font-size: 13.03px;
    padding: 8px 12px;
    color: #fff;
    bottom: -13px;
    left: 13px;
    line-height: 1;
}

.event-block .date-block:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid #094d6e;
    border-bottom: 13px transparent solid;
    position: absolute;
    bottom: 0;
    right: -8px;
}

.event-block .date-block span {
    font-size: 22px;
    display: inline-block;
    font-family: 'Avenir black';
    line-height: 1;
}

.event-block .event-block-details h4 {
    font-size: 15px;
    color: #777777;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    margin-bottom: 10px;
}

.event-block .event-block-details p {
    font-size: 18px;
    color: #575752;
    font-family: 'Avenir heavy';
    line-height: 1.2;
    text-align: left;
}

.event-block .event-block-details p.description {
    font-size: 14px;
    color: #575752;
    font-family: 'Avenir Light';
    line-height: 1.2;
    text-align: left;
}

section.certifiSec {
    padding: 20px 0;
    text-align: center;
}

section.certifiSec h6.certi-title {
    font-size: 12px;
    color: #989898;
    margin-bottom: 30px;
    letter-spacing: 5px;
    font-family: 'Avenir Book';
}

section.certifiSec .certiBlock {
    display: inline-block;
}

section.certifiSec .certiBlock img {
    width: 70%;
}

section.certifiSec .certiWrap {
    margin-bottom: 30px;
}

.content-area.blog-list {
    padding-top: 20px;
    margin-bottom: 30px;
}

.content-area.blog-list #breadcrumbs {
    margin-bottom: 20px;
}

.content-area.blog-list .post-date {
    font-size: 11px;
    font-family: 'Avenir heavy';
    line-height: 1;
    display: inline-block;
    background: #dbf1fb;
    padding: 8px;
    color: #009ee6;
    margin-bottom: 10px;
    margin-right: 15px;
}

.content-area.blog-list article.post {
    background-color: rgb(255, 255, 255);
    box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    /* max-width: 690px;
    width: 100%; */
}

.content-area.blog-list .entry-content {
    padding: 20px;
    height: 100%;
    position: relative;
}

.content-area.blog-list .entry-content .read-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.content-area.blog-list .entry-title {
    line-height: 0.8;
}

.content-area.blog-list .faq-details-leftpart .entry-title {
    margin-bottom: 0;
}

.content-area.blog-list .faq-details-leftpart .entry-title {
    margin-bottom: 0;
}

.content-area.blog-list .entry-title a {
    color: #575752;
    font-size: 18px;
    line-height: 1;
    font-family: 'Avenir heavy';
    text-decoration: none;
    text-align: justify;
}

.content-area.blog-list .blog-list-content p {
    font-size: 12px;
    color: #777777;
    font-family: 'Avenir Roman';
    overflow: hidden;
    position: relative;
    max-height: 3.2em;
    padding-right: 1em;
}

.content-area.blog-list .blog-list-content p:after {
    content: '...';
    position: absolute;
    /* right: 0; */
    bottom: 0;
}

.content-area.blog-list {
    padding-top: 20px;
    margin-bottom: 30px;
    background-image: -moz-linear-gradient(-90deg, rgb(247, 249, 251) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(247, 249, 251) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(247, 249, 251) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
}

.content-area.blog-list .read-more a {
    font-family: 'Avenir Heavy';
    font-size: 12px;
    color: #0099e5;
}

.content-area.blog-list .read-more a img {
    width: 30px;
    margin-left: 10px;
}

.content-area.blog-list h2.right-post-head {
    border-left: 2px solid #009ee6;
    font-size: 13px;
    font-family: 'Avenir Heavy';
    padding: 15px;
    border-bottom: 2px solid #ebebea;
    color: #575752;
    clear: both;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.content-area.blog-list ul.btn-links {
    margin-bottom: 5px;
}

.content-area.blog-list ul.btn-links li {
    display: inline-block;
    margin: 5px 3px;
}

.content-area.blog-list ul.btn-links li a {
    color: #929292;
    font-size: 10px;
    font-family: 'Avenir Heavy';
    border: 2px solid #dddddd;
    padding: 5px;
    text-decoration: none;
    background: #f7f9fb;
}

.content-area.blog-list ul.latest-post-details,
.content-area.blog-list .btn-links {
    list-style: none;
    padding-left: 15px;
}

.content-area.blog-list ul.latest-post-details {
    margin-bottom: 0;
}

.content-area.blog-list ul.latest-post-details li {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-right: 15px;
}

.content-area.blog-list ul.latest-post-details li figure {
    width: 80px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 15px;
    min-width: 80px;
}

.content-area.blog-list ul.latest-post-details li figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.content-area.blog-list .latest-post-details a {
    color: #575752;
    font-size: 12px;
    font-family: 'Avenir Heavy';
    text-decoration: none;
}

.content-area.blog-list .shop-now {
    text-align: right;
}

.content-area.blog-list .shop-now a {
    font-family: 'Avenir Heavy';
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.content-area.blog-list .add-banners {
    background: #009de9 url(../image/light-symbolIcon.png) no-repeat center;
    color: #fff;
    padding: 25px;
    margin: 30px 0;
    background-size: 65%;
    background-position: center 60%;
    text-align: center;
    min-height: 430px;
}

.content-area.blog-list .add-banners h2 {
    line-height: 1.4;
    font-family: 'Avenir Heavy';
    font-size: 23px;
    text-align: left;
}

.content-area.blog-list .add-banners img {
    max-height: 250px;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.content-area.blog-list .add-banners h2 span {
    font-family: 'Avenir Light';
}

.content-area.blog-list .shop-now a img {
    margin-left: 10px;
    width: auto;
}

.content-area.blog-list figure.post-thumbnail {
    margin-bottom: 0;
}

.content-area.blog-list figure.post-thumbnail a.post-thumbnail-inner,
.content-area.blog-list figure.post-thumbnail span.post-thumbnail-inner {
    /* width: 320px; */
    height: 225px;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    /* min-width: 320px;; */
}

.content-area.blog-list .faq-details-leftpart figure.post-thumbnail a.post-thumbnail-inner {
    max-width: 630px;
    margin: 0 auto 30px;
    height: auto;
}

.content-area.blog-list figure.post-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    flex: 0 0 auto;
    /*-webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto; */
}

.content-area.blog-list .blog-list-part {
    display: flex;
    flex-wrap: wrap;
}

.content-area.blog-list .blog-list-Leftpart {
    /* -webkit-box-flex: 0; */
    flex: 0 0 72%;
    max-width: 72%;
    padding-right: 15px;
}

.content-area.blog-list .blog-list-Rightpart {
    /* -webkit-box-flex: 0; */
    flex: 0 0 28%;
    max-width: 28%;
    padding-left: 15px;
}

.blog-list-Leftpart .blog-box {
    display: flex;
}

.blog-list-Leftpart .faq-details-leftpart .blog-box {
    flex-direction: column;
}

.blog-list-Leftpart .blog-box .blog-boxImg {
    min-width: 320px;
}


/*.blog-list-Leftpart .blog-box .blog-boxText {
  -webkit-box-flex: 0;
}  */

.mainMenu_div .main-navigation li a {
    padding: 25px 10px;
}

.prodImgView #image-caption {
    color: rgba(0, 0, 0, .8);
    font-size: 18px;
    line-height: 1;
    font-family: 'Avenir Book';
    text-transform: capitalize;
    margin-top: 15px;
}

.content-area.blog-list #breadcrumbs {
    font-size: 12px;
    font-family: 'Avenir heavy';
}

.content-area.blog-list #breadcrumbs .breadcrumb_last {
    color: #575755;
}

.blog-list-part .latest-post-rightpart {
    box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
}

.blog-list-part .tags-wrap {
    box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.07);
    padding-bottom: 10px;
    background: #fff;
}


/* Add To cart Modal style*/

.addtoCart-modal .modal-content {
    border: none !important;
    border-radius: 0 !important;
    padding: 20px 30px;
}

.addtoCart-modal .modal-header {
    padding: 0;
    border-bottom: none;
    margin-bottom: 15px;
    justify-content: flex-start;
}

.addtoCart-modal .close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
}

.addtoCart-modal .modal-title {
    font-family: 'Avenir Heavy';
    font-size: 18px;
    text-transform: uppercase;
    color: #575752;
    display: flex;
    align-items: center;
}

.addtoCart-modal h4.modal-title span {
    background: #00d5ac;
    color: #fff;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 19px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
}

.addtoCart-modal h4.modal-title span img {
    width: 50%;
    max-width: 50%;
}

.addtoCart-modal .modal-body {
    padding: 0;
}

.addtoCart-modal .main-cartpopProduct {
    margin-bottom: 24px;
}

.addtoCart-modal .modal-body .cart-product-details {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.addtoCart-modal .modal-body .cart-product-details .cart-product-details-left {
    float: left;
}

.addtoCart-modal .modal-body .cart-product-details .cart-product-details-right {
    float: left;
    width: 55%;
}

.addtoCart-modal .modal-body .cart-product-details figure {
    width: 200px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dddddd;
    margin-right: 30px;
    padding: 15px;
    margin-bottom: 0px;
}

.addtoCart-modal .modal-body .cart-product-details figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.addtoCart-modal .modal-body .cart-product-details p {
    font-size: 21px;
    color: #575752;
    font-family: 'Avenir Heavy';
    margin-bottom: 15px;
    line-height: 1em;
}

.addtoCart-modal .cart-product-details .cart-product-details-inner p {
    font-family: 'Avenir Book';
    font-size: 15px;
    color: #777777;
    line-height: 1.6em;
}

.addtoCart-modal .cart-product-details-inner ul {
    list-style: none;
    padding-left: 0;
}

.addtoCart-modal .cart-product-details-inner ul li {
    font-family: 'Avenir Medium';
    font-size: 15px;
    color: #575752;
    margin-bottom: 12px;
    line-height: 1;
}

.addtoCart-modal .cart-button {
    width: 200px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    font-family: 'Avenir Heavy';
    color: #fff;
    background: #575753;
    margin-right: 8px;
    margin-bottom: 0px;
    display: inline-block;
    text-decoration: none;
}

.addtoCart-modal .cart-button.orange {
    background: #ff7069;
    margin-right: 0;
}

.addtoCart-modal .carpop-bottompart {
    padding-top: 0px;
}

.addtoCart-modal .carpop-bottompart p.bottCartitle {
    text-align: center;
    font-size: 16px;
    color: #575752;
    line-height: 1;
    font-family: 'Avenir Heavy';
    margin-bottom: 15px;
}

.addtoCart-modal .bottompart-productbox {
    text-align: center;
    box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.07);
}

.addtoCart-modal .bottompart-productbox figure {
    width: 200px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.addtoCart-modal .bottompart-productbox figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.addtoCart-modal .bottompart-productbox p {
    color: #575752;
    font-size: 15px;
    font-family: 'Avenir Heavy';
    margin-bottom: 8px;
    line-height: 1;
}

.addtoCart-modal .bottompart-productbox .rateImg {
    line-height: 1;
}

.addtoCart-modal .bottompart-productbox .rateImg img {
    margin-right: 3px;
    margin-bottom: 5px;
}

.addtoCart-modal .bottompart-productbox a.review-link {
    color: #009bec;
    font-size: 11px;
    font-family: 'Avenir Heavy';
    text-decoration: underline;
}

.addtoCart-modal .bottomProductbox-wrap {
    display: flex;
    justify-content: center;
}

.addtoCart-modal .bottomProductbox-wrap .bottompart-productbox {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 0px;
}

.blog-list-part .blogpost-details-tophead {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebebea;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.blog-list-part .blogpost-details-tophead .author {
    color: #575752;
    font-size: 11px;
    display: inline-block;
    font-family: 'Avenir Heavy';
}

.blog-list-part .blogpost-details-tophead .total-views {
    color: #575752;
    font-size: 11px;
    display: inline-block;
    font-family: 'Avenir Heavy';
}

.blog-list-part .blogpost-details-tophead .post-date {
    margin-bottom: 0;
    margin-right: 12px;
}

.blog-list-part .blogpost-details-tophead a.enquiry-button {
    background: #575754;
    color: #fff;
    font-size: 11px;
    font-family: 'Avenir Heavy';
    padding: 8px 12px;
    display: inline-block;
    text-decoration: none;
}

.content-area.blog-list .blog-list-Leftpart .blog-details-leftpart article.post {
    box-shadow: none;
}

.content-area.blog-list .blog-list-Leftpart .blog-details-leftpart {
    box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.07);
    padding: 15px 30px;
    margin-bottom: 15px;
    background: #fff;
}

.content-area.blog-list .blog-details-leftpart .blogarticle-title {
    font-size: 28px;
    font-family: 'Avenir Heavy';
    color: #575752;
    line-height: 1;
    margin-bottom: 30px;
}

.content-area.blog-list .blog-details-leftpart.faq-details-leftpart .blogarticle-title {
    display: inline-block;
}

.content-area.blog-list .blog-details-leftpart figure.featured-image {
    height: auto;
    max-width: 630px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.content-area.blog-list .blog-details-leftpart figure.featured-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.content-area.blog-list .blog-details-leftpart .entry-content {
    padding: 0;
}

.content-area.blog-list .blog-details-leftpart .entry-content p {
    font-size: 18px;
    font-family: 'Avenir Book';
    color: #777777;
    line-height: 1.5;
    text-align: justify;
}
.content-area.blog-list .blog-details-leftpart.faq-details-leftpart .entry-content p {
    padding-right: 0;
    max-height: none;
    overflow: inherit;
}

.content-area.blog-list .blog-details-leftpart.faq-details-leftpart .entry-content p:after {
    display: none;
}

.content-area.blog-list .tags .tagstitle {
    font-size: 12px;
    font-family: 'Avenir Heavy';
    color: #575752;
    line-height: 1;
    margin-right: 10px;
}

.content-area.blog-list .tags .tagname {
    font-size: 11px;
    font-family: 'Avenir heavy';
    line-height: 1;
    display: inline-block;
    background: #dbf1fb;
    padding: 8px;
    color: #009ee6;
    /* margin-bottom: 10px; */
    margin-right: 5px;
}

.content-area.blog-list .related-product {
    box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    background: #fff;
}

.content-area.blog-list .related-product .related-productbox {
    text-align: center;
    padding-bottom: 25px;
}

.related-product .related-productbox figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.related-product .related-productbox .rateImg img {
    width: 14px;
}

.woocommerce.wc-review-count.rateImg {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 40px;
}

.related-product .related-productbox figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.related-product .related-productbox p {
    color: #575752;
    font-size: 15px;
    font-family: 'Avenir Heavy';
    margin-bottom: 8px;
    line-height: 1;
}

.related-product .related-productbox a.review-link {
    color: #009bec;
    font-size: 11px;
    font-family: 'Avenir Heavy';
    text-decoration: underline;
}

.blogpost-detailshead-right .totview {
    margin-right: 5px;
}

.blogpost-detailshead-right .viewId {
    font-size: 11px;
    color: #009de9;
    font-family: 'Avenir Heavy';
    margin-right: 10px;
}

.content-area.blog-list .blog-details-leftpart .entry-content h4 {
    font-size: 18px;
    font-family: 'Avenir Heavy';
    color: #575752;
    margin-top: 30px;
    margin-bottom: 15px;
}

.content-area.blog-list .blog-details-leftpart .entry-content h5 {
    font-size: 13px;
    color: #575753;
    font-family: 'Avenir Heavy';
    margin-bottom: 20px;
}

.content-area.blog-list .blog-details-leftpart .entry-content ul {
    list-style: none;
    padding-left: 10px;
}

.content-area.blog-list .blog-details-leftpart .entry-content ul li {
    position: relative;
    padding-left: 22px;
    margin: 3px auto;
    font-size: 18px;
    font-family: 'Avenir Roman';
    color: #777777;
}

.content-area.blog-list .blog-details-leftpart .entry-content ul li:before {
    content: url(../../../../uploads/2019/05/list-type-icon.png);
    position: absolute;
    left: 0;
    top: 0;
}

.content-area.blog-list .blog-details-leftpart .entry-content ol li {
    position: relative;
    padding-left: 0px;
    margin: 3px auto;
    font-size: 18px;
    font-family: 'Avenir Roman';
    color: #777777;
}

.content-area.blog-list .comments-area h2.comments-title {
    font-size: 28px;
    font-family: 'Avenir Heavy';
    color: #575752;
    margin-bottom: 30px;
    line-height: 1;
}

.content-area.blog-list .comments-area input,
.content-area.blog-list .comments-area textarea {
    border: 1px solid #d2d6df;
    padding: 10px;
    padding-left: 40px;
    width: 100%;
    background: transparent;
}


/* .content-area.blog-list .comments-area .comment-form-author {
  background: url(../../../../uploads/2019/05/inquiryform-user.png) no-repeat center;
  background-position: 15px 15px;
}
.content-area.blog-list .comments-area .comment-form-email {
  background: url(../../../../uploads/2019/05/inquiryform-email.png) no-repeat center;
  background-position: 15px 15px;
}
.content-area.blog-list .comments-area .comment-form-comment {
  background: url(../../../../uploads/2019/05/inquiryform-comment.png) no-repeat center;
  background-position: 15px 15px;
  clear: both;
} */

.comments-area p.enquiry-name,
.comments-area p.enquiry-email,
.comments-area p.enquiry-comment {
    position: relative;
}

.comments-area p.enquiry-name img.fix-img,
.comments-area p.enquiry-email img.fix-img,
.comments-area p.enquiry-comment img.fix-img {
    top: 15px;
    transform: translateY(0);
}

.comments-area p.enquiry-email img.fix-img {
    left: 22px;
}

.comments-area p.enquiry-comment {
    clear: both;
}

.comments-area p.enquiry-submitBtn {
    position: relative;
}

.content-area.blog-list .comments-area input:focus,
.content-area.blog-list .comments-area textarea:focus {
    outline: none;
    box-shadow: none;
}

.content-area.blog-list .comments-area .comment-form-comment label {
    display: none;
}

.content-area.blog-list .comments-area .form-submit input[type='submit'] {
    background: #575754;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Avenir Heavy';
    border: none;
    cursor: pointer;
}

.content-area.blog-list .tagshare-wrap .tags {
    max-width: 60%;
}

.content-area.blog-list .tagshare-wrap {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(87, 87, 85, .2);
    border-bottom: 1px solid rgba(87, 87, 85, .2);
    padding-top: 15px;
    padding-bottom: 5px;
}

.content-area.blog-list .sharemedia {
    display: flex;
    align-items: flex-start;
}

.content-area.blog-list .tagshare-wrap .sharetitle {
    font-size: 12px;
    font-family: 'Avenir Heavy';
    color: #575752;
    line-height: 1;
    margin-right: 10px;
    margin-top: 8px;
}

.content-area.blog-list .comment-form .comment-form-author,
.content-area.blog-list .comment-form .comment-form-email {
    width: calc(50% - 7px);
    float: left;
}

.content-area.blog-list .comment-form .comment-form-email {
    float: right;
}


/* .comments-area .comment-form input.error,
.comments-area .comment-form textarea.error {
  border-color: #ff6f65;
  background-image: url(../image/input-invalid.png);
  background-position: right 15px top 15px;
  background-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  padding-right: 30px;
  border-bottom-width: 1px;
}
.comments-area .comment-form input.valid,
.comments-area .comment-form textarea.valid {
  border-color: #d2d6df;
  background-image: url(../image/input-valid.png);
  background-position: right 15px top 15px;
  background-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  padding-right: 30px;
  border-bottom-width: 1px;
} */

.comments-area .wpcf7-form .wpcf7-form-control.error {
    border-color: #ff6f65;
    background-image: url(../image/input-invalid.png);
    background-position: right 15px top 15px;
    background-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    padding-right: 30px;
    border-bottom-width: 1px;
}

.comments-area .wpcf7-form .wpcf7-form-control.valid {
    border-color: #d2d6df;
    background-image: url(../image/input-valid.png);
    background-position: right 15px top 15px;
    background-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    padding-right: 30px;
    border-bottom-width: 1px;
}

.comments-area .wpcf7-form .enquiry-nameemail p {
    float: left;
    width: 50%;
}

.comments-area .wpcf7-form .wpcf7-form-control {
    position: relative;
}

.comments-area .wpcf7-form .enquiry-nameemail p:first-child {
    padding-right: 10px;
}

.comments-area .wpcf7-form .enquiry-nameemail p:last-child {
    padding-left: 10px;
}

.comments-area .wpcf7-form input[type='submit'] {
    background: #575754;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Avenir Heavy';
    border: none;
    cursor: pointer;
}

.btn.viewmore-btn {
    background: #009fe3;
    color: #fff;
    border: none;
    font-family: 'Avenir heavy';
}

.btn.viewmore-btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.cart_popup .cart_list ul li figcaption .minicart-block {
    display: block;
}

.review-link {
    color: #009bec;
    font-size: 11px;
    font-family: 'Avenir Heavy';
    text-decoration: underline;
}

.related-productbox figure&gt;a.related-prodt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.woocommerce a.added_to_cart {
    display: none;
}

section.product-review-sec {
    padding: 30px 0;
    background-image: -moz-linear-gradient(-90deg, rgb(247, 249, 251) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(247, 249, 251) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(247, 249, 251) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
}

section.product-review-sec #review_form .comment-form p {
    margin-bottom: 15px !important;
}

section.product-review-sec #review_form .comment-form p.comment-form-comment {
    margin-bottom: 8px !important;
}

section.product-review-sec .woocommerce-Reviews-title h3 {
    font-size: 25px;
    font-family: 'Avenir Heavy';
    line-height: 1em;
    margin-bottom: 10px !important;
    color: #575752;
}

section.product-review-sec .rating-prod {
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
}

section.product-review-sec .rating-prod .star-rating {
    float: left;
    margin-right: 5px;
    color: #ffc926;
    width: 6em;
    letter-spacing: 2px;
}

.content-cover .woocommerce-product-rating .star-rating {
    float: left;
    margin-right: 5px;
    color: #ffc926;
    width: 6em;
    letter-spacing: 2px;
}

.content-cover .woocommerce-product-rating {
    margin: 7px 0;
}

.content-cover .woocommerce-product-rating .woocommerce-review-link {
    color: #009aeb !important;
    font-family: 'Avenir Heavy';
}

.content-cover .woocommerce-product-rating .avg-rate-span {
    color: #575753;
    font-size: 15px;
    font-family: 'Avenir Heavy';
    margin-right: 8px;
}

.rating-prod.related-single-product {
    display: inline-block;
    width: 100%;
}

.rating-prod.related-single-product .star-rating {
    float: none;
    margin-right: 5px;
    color: #ffc926;
    width: 6em;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0 auto;
}

.product-review-sec .comment-form .comment-form-rating p.stars {
    display: inline-block;
}

section.product-review-sec .rating-prod .star-rating::before {
    content: '\53\53\53\53\53';
    color: #d2d6df;
}

section.product-review-sec .comment-text .star-rating {
    float: none;
    margin-bottom: 6px;
    font-size: 14px;
    color: #ffc926;
    width: 6em;
    letter-spacing: 2px;
}

section.product-review-sec .comment-text .star-rating:before {
    content: '\53\53\53\53\53';
    color: #d2d6df;
}

section.product-review-sec .comment-text p.meta {
    margin-bottom: 6px;
    line-height: 1;
}

section.product-review-sec .avg-rate-span {
    color: #575753;
    font-size: 15px;
    font-family: 'Avenir Heavy';
    margin-right: 8px;
}

section.product-review-sec .review-rate-span {
    color: #009aeb;
    font-size: 15px;
    font-family: 'Avenir Heavy';
}

section.product-review-sec .commentlist {
    list-style: none;
    padding-left: 0;
}

section.product-review-sec .commentlist li.review {
    padding: 20px 0 30px;
    border-bottom: 1px solid #f2f2f2;
}

section.product-review-sec .commentlist li.review:last-child {
    border-bottom: none;
}

section.product-review-sec .comment-text .description p {
    margin-bottom: 0;
    font-size: 13px;
    color: #575754;
    font-family: 'Avenir Roman';
    text-align: justify;
}

.product-review-sec #comments {
    border-right: 1px solid #f2f2f2;
    padding-right: 60px;
}

.product-review-sec .comment-text .woocommerce-review__published-date {
    float: right;
    font-size: 11px;
    color: #919191;
    font-family: 'Avenir Heavy';
}

.product-review-sec .comment-text .woocommerce-review__author {
    font-size: 13px;
    font-family: 'Avenir Heavy';
    color: #575753;
    vertical-align: text-top;
}

.product-review-sec .woocommerce-review__awaiting-approval {
    font-size: 13px;
    font-family: 'Avenir Heavy';
    color: #575753;
    font-style: normal;
    font-style: italic;
    display: inline-block;
    margin-bottom: 4px;
}

.product-review-sec .comment-respond .comment-reply-title {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Avenir Heavy';
    color: #575752;
    margin-bottom: 15px;
    display: inline-block;
}

.product-review-sec .comment-form-rating label[for="rating"] {
    color: #575752;
    font-size: 13px;
    font-family: 'Avenir Medium';
    margin-right: 10px;
}

.product-review-sec .comment-form-rating {
    margin-bottom: 15px;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

.product-review-sec .comment-form-rating p.stars a {
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 19px;
    /* color: #ffc926; */
    /* color: #d2d6df; */
}

.product-review-sec .comment-form-rating p.stars a::before {
    top: 2px;
    left: 2px;
}

.product-review-sec p.stars:hover a::before {
    color: #ffc926;
}

.product-review-sec p.stars a:hover~a::before {
    content: '\e020';
    color: #d2d6df;
}

.product-review-sec p.stars a::before {
    content: '\e020';
    color: #d2d6df;
}

.product-review-sec p.stars.selected a.active~a::before {
    content: '\e020';
    color: #d2d6df;
}

.product-review-sec p.stars.selected a:not(.active)::before {
    content: '\e020';
    color: #ffc926;
}

.product-review-sec p.stars.selected a.active::before {
    content: '\e020';
    color: #ffc926;
}

.eventSliderItm .star-img .star-rating span {
    color: #FFC926;
    margin-bottom: 10px;
}

.eventSliderItm .star-img {
    width: 100%;
    float: left;
}

.eventSliderItm .star-img .star-rating {
    float: left;
    margin-bottom: 6px;
    letter-spacing: 3px;
    font-size: 19px;
    width: 5.8em;
}

.product-review-sec form.comment-form {
    margin-bottom: 15px;
    margin-top: 15px;
}

.product-review-sec form.comment-form input,
.product-review-sec form.comment-form textarea {
    border: 1px solid #d2d6df;
    padding: 10px 15px;
    width: 100%;
    background: transparent;
}

.product-review-sec #review_form_wrapper {
    padding-left: 30px;
    position: relative;
}

.product-review-sec #review_form #respond .form-submit input.submit {
    background: #009de9;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Avenir Heavy';
    font-size: 13px;
    text-align: center;
    padding: 0;
    line-height: 45px;
    height: 45px;
    border-radius: 0;
}

.product-review-sec .comment-form .error {
    color: red;
}

.homepage_slider p {
    text-align: justify;
}

.homeAboutSec .homeAbtRight-inner summary {
    text-align: justify;
}

.add-banners .shop-now img {
    display: inline;
}

.addtoCart-modal .cart-btn-wrap {
    text-align: center;
    clear: both;
}

.navigation.pagination .nav-links {
    display: flex;
    margin: 10px 0;
}

.navigation.pagination .nav-links .page-numbers {
    border: 1px solid #ccc;
    padding: 6px 12px;
    margin: 0 5px;
    text-decoration: none;
    color: #575752;
    display: flex;
    align-items: center;
}

.navigation.pagination .nav-links .page-numbers:hover {
    background: #009de9;
    color: #fff;
    border-color: #009de9;
}

.navigation.pagination .nav-links .page-numbers:hover .svg-icon {
    fill: #fff;
}

.navigation.pagination .nav-links .page-numbers.current {
    background: #009de9;
    color: #fff;
    border-color: #009de9;
}

.navigation.pagination .nav-links .page-numbers .svg-icon {
    fill: #575752;
}

.homepage_slider .ls-wp-container .ls-layers p {
    text-align: justify !important;
}


/*3-03-2020 css start*/

.page-template-landing-page .container {
    max-width: 1400px;
}

.h-product-list {
    display: flex;
    width: 100%;
    background-color: #fff;
    padding: 120px 0 0px;
}

.h-product-list .col-prod {
    display: flex;
    flex-direction: row;
    margin-bottom: 85px;
}

.h-product-list .h-product-img {
    width: 170px;
    height: 170px;
    border: 2px solid #019de9;
    display: flex;
    align-items: center;
}

.h-product-list .h-product-img img {
    max-width: 100%;
}

.h-product-list .h-product-desc {
    width: calc(100% - 169px);
    margin-left: 30px;
    padding-right: 30px;
}

.h-product-list .h-product-desc h3 {
    font-size: 25px;
    line-height: 34px;
    color: #575752;
    font-family: 'Avenir Black';
}

.h-product-list .h-product-desc h3 sup {
    font-size: 12px;
}

.h-product-list .h-product-desc p {
    font-size: 18px;
    line-height: 27px;
    color: #777777;
    font-family: 'Avenir Book';
    margin: 0px;
}

.h-order-info {
    display: flex;
    width: 100%;
    padding-bottom: 85px;
    background: #ffffff url(../image/bottom-img.png) no-repeat;
    background-position: bottom;
    position: relative;
    z-index: 1;
}

.h-order-info:before {
    content: "";
    position: absolute;
    top: 31%;
    left: 7%;
    background: url(../image/side-icon-img.png) no-repeat;
    width: 115px;
    height: 210px;
}

.h-order-info .h-order-header {
    margin-bottom: 40px;
}

.h-order-info .h-order-header h2 {
    font-size: 45px;
    line-height: 61px;
    color: #009de9;
    font-family: 'Avenir Black';
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.h-order-info .h-order-header p {
    font-size: 25px;
    line-height: 34px;
    color: #777777;
    font-family: 'Avenir Light';
    width: 100%;
    text-align: center;
}

.table-order-cover {
    margin-bottom: 83px;
    overflow-x: auto;
}

.h-order-table {
    max-width: 836px;
    margin: 0 auto 0px;
}

.h-order-table&gt;thead {
    border-top: 4px solid #575752;
    border-bottom: 4px solid #575752;
}

.h-order-table&gt;thead&gt;th {
    vertical-align: bottom;
    padding: 0 17px;
}

.h-order-table th {
    border-right: 1px solid #dfdfde;
}

.h-order-table th:nth-child(3),
.h-order-table th:nth-child(2) {
    width: 160px;
    vertical-align: bottom;
}

.h-order-table th:nth-child(1) {
    width: 140px;
    vertical-align: bottom;
}

.h-order-table th table tr th {
    border-right: none;
    width: 50%;
}

.h-order-table th table tr th:last-child {
    border-right: none;
}

.h-order-table tr th:last-child {
    border-right: none;
}

.h-order-table&gt;thead th table tr {
    background-color: #fff !important;
    vertical-align: bottom;
}

.h-order-table&gt;thead th table tr th {
    text-align: center;
}

.h-order-table&gt;thead th {
    padding: 0 10px;
    font-size: 12px;
    font-family: 'Avenir Black';
    color: #575752;
}

.h-order-table tr td table {
    width: 100%;
}

.h-order-table tr td:nth-child(4),
.h-order-table tr td:nth-child(5) {
    padding: 0px 0px;
}

.h-order-table tr td table tr td {
    width: 50%;
    text-align: center;
    font-size: 16px;
    font-family: 'Avenir Roman';
}

.h-order-table td {
    padding: 16px 15px;
    color: #575752;
    font-family: 'Avenir Roman';
    font-size: 16px;
    border-right: 1px solid #dfdfde;
}

.h-order-table td:last-child {
    border: none;
}

.tab-header {
    display: flex;
    width: 100%;
    justify-content: center;
}

.tab-row {
    display: flex;
    width: 100%;
    justify-content: center;
}

.tab-row .tab-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Avenir Heavy';
}

.tab-left-first {
    display: flex;
    flex-direction: column;
    font-family: 'Avenir Heavy';
}

.tab-left-first i {
    font-style: normal;
    font-family: 'Avenir Heavy';
}

.tab-row&gt;span {
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.h-order-info .h-order-table tbody&gt;tr:nth-child(even) {
    background-color: #eeeeee;
}

.order-btn {
    display: flex;
    justify-content: center;
}

.order-btn a {
    border: 2px solid #ff716d;
    background-color: #ff716d;
    font-size: 18px;
    font-family: 'Avenir Heavy';
    color: #fff;
    text-transform: uppercase;
    border: none;
    width: 299px;
    padding: 0px 35px 0px 20px;
    height: 62px;
    display: flex;
    justify-content: space-between;
    margin: 0 17px;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    text-decoration: none;
    align-items: center;
}

.order-btn a:hover {
    opacity: 0.8;
}

.order-btn a:last-child {
    border: 2px solid #009de9;
    background-color: #009de9;
    font-family: 'Avenir Heavy';
    color: #fff;
    text-transform: uppercase;
    border: none;
    width: 319px;
}

.main-product-part {
    display: flex;
    width: 100%;
    padding: 110px 0 0;
    overflow: hidden;
}

.main-product-part {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.main-product-part:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 887px;
    z-index: -1;
    background-image: -moz-linear-gradient(-90deg, rgb(247, 249, 251) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(247, 249, 251) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(247, 249, 251) 0%, rgb(255, 255, 255) 100%);
}

.main-product-part .col-heading h2 {
    color: #575752;
    font-family: 'Avenir Light';
    font-size: 45px;
    line-height: 61px;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.main-product-part .col-heading h2 span {
    display: block;
    font-family: 'Avenir Black';
    color: #575752;
}

.main-pro-row {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-bottom: 138px;
}

.main-pro-row .main-p-list-cover {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 11;
}

.main-pro-row .main-p-list-cover:last-child {
    margin-bottom: 0px;
}

.main-pro-row .main-p-list-cover .m-pro-list-left {
    width: 50%;
}

.main-pro-row .main-p-list-cover .m-pro-list-left img {
    max-width: 100%;
    width: 100%;
}

.main-pro-row .main-p-list-cover .m-pro-list-right {
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 90px;
    flex-direction: column;
    align-items: flex-start;
}

.main-pro-row .main-p-list-cover .m-pro-list-right .m-pro-desc {
    margin-bottom: 43px;
}

.main-pro-row .main-p-list-cover .m-pro-list-right .m-pro-desc:last-child {
    margin-bottom: 0px;
}

.main-pro-row .main-p-list-cover .m-pro-list-right h3 {
    font-family: 'Avenir Black';
    color: #575752;
    font-size: 25px;
    line-height: 38px;
    margin: 0px;
}

.main-pro-row .main-p-list-cover .m-pro-list-right p {
    font-size: 25px;
    line-height: 37px;
    color: #777777;
    font-family: 'Avenir Book';
    margin: 0px;
}

.main-pro-row .main-p-list-cover .m-pro-list-left p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Avenir Medium';
    margin: 10px 0 0;
}

.main-pro-row .main-p-list-cover:nth-child(2) .m-pro-list-left {
    order: 2;
}

.main-pro-row .main-p-list-cover:nth-child {
    position: relative;
}

.main-pro-row .main-p-list-cover:nth-child(2):after {
    content: "";
    position: absolute;
    background: url(../image/main-bg-product.png) no-repeat;
    width: 740px;
    height: 753px;
    z-index: -1;
    right: -40%;
    top: -205px;
    background-size: 100%;
}

.main-pro-row .main-p-list-cover:nth-child(3):after {
    content: "";
    position: absolute;
    background: url(../image/main-bg-product.png) no-repeat;
    width: 740px;
    height: 753px;
    z-index: -1;
    left: -38%;
    top: 88px;
    background-size: 100%;
}

.main-pro-row .main-p-list-cover:nth-child(2) .m-pro-list-left p {
    text-align: right;
}

.main-pro-row .main-p-list-cover:nth-child(2) .m-pro-list-right {
    order: 1;
    padding-left: 0;
    padding-right: 90px;
}

.h-packing-table .h-order-table {
    margin-bottom: 98px;
}

.h-packing-table {
    position: relative;
    z-index: -1;
}

.h-packing-table:before {
    content: "";
    position: absolute;
    bottom: 22%;
    left: -10%;
    background: url(../image/side-icon-img2.png) no-repeat;
    width: 115px;
    height: 210px;
}

.h-packing-table .h-order-table {
    max-width: 1060px;
    width: 100%;
}

.h-packing-table .h-order-table th,
.h-packing-table .h-order-table td {
    border: none;
}

.h-packing-table .h-order-table th:nth-child(1),
.h-packing-table .h-order-table th:nth-child(2),
.h-packing-table .h-order-table th:nth-child(3) {
    width: auto;
}

.h-packing-table .h-order-table th {
    padding: 7px 15px 4px;
}

.h-packing-table .h-order-table tr td {
    padding: 10px 15px;
    background-color: #eeeeee;
}

.h-packing-table .h-order-table tr:nth-child(6) td,
.h-packing-table .h-order-table tr:nth-child(7) td,
.h-packing-table .h-order-table tr:nth-child(8) td {
    background-color: #fff;
}

.h-packing-table {
    width: 100%;
    background: #ffffff url(../image/bottom-img.png) no-repeat;
    background-position: center bottom;
    padding: 0px 0 115px;
    z-index: 11;
    position: relative;
}


/*3-03-2020 css end*/

.table-width-wrapper {
    overflow: auto;
    width: 100%;
}

.table-width-wrapper table {
    width: 100% !important;
}


/* New styles for Joining Our Mailing List*/

.mailing-modal-wrapper .modal-dialog {
    max-width: 800px;
    font-family: 'Roboto-Medium';
}

.mailing-modal-wrapper .modal-header,
.modal.product-detail-inquiry .modal-header {
    padding: 0;
    border: none;
}

.mailing-modal-wrapper .modal-content {
    border: none;
    padding: 0;
    border-radius: 0;
}

.mailing-modal-wrapper button.close,
.modal.product-detail-inquiry button.close {
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 30px;
    opacity: 1;
    z-index: 1;
    color: #0075c9;
    font-weight: 400;
}

.modal.product-detail-inquiry button.close {
    font-weight: 700;
}

.mailing-modal-wrapper .modal-body {
    padding: 0;
}

.mailing-modal-wrapper .modal-dialog .modal-body .row {
    margin-left: 0;
    margin-right: 0;
}

.mailing-modal-wrapper .modal-dialog .modal-body .row div[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.mailing-modal-wrapper .mailingpart {
    background: #0075c9;
    color: #fff;
    padding: 100px 50px;
    height: 100%;
}

.mailing-modal-wrapper .mailingpart .mailingtitle {
    font-size: 49px;
    line-height: 55px;
    margin-bottom: 60px;
}

.mailing-modal-wrapper .mailingproductlist {
    padding-left: 0;
    list-style: none;
}

.mailing-modal-wrapper .mailingproductlist li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.mailing-modal-wrapper .mailingproductlist li span {
    margin-right: 15px;
    min-width: 30px;
    width: 30px;
}

.mailing-modal-wrapper .subscribe-mailingpart {
    padding: 80px 50px;
    color: #0075c9;
    text-align: center;
    background: #fff;
}

.mailing-modal-wrapper .subscribe-mailingpart .subscribe-title {
    font-size: 21px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 35px;
}

.mailing-modal-wrapper .subscribe-mailingpart form {
    margin-bottom: 35px;
}

.mailing-modal-wrapper .subscribe-mailingpart form input {
    border-radius: 7px;
    height: 45px;
    padding: 15px;
    font-size: 15px;
    font-family: 'Roboto-Regular';
}

.mailing-modal-wrapper .subscribe-mailingpart form input:focus {
    box-shadow: none;
    outline: none;
}

.mailing-modal-wrapper .subscribe-mailingpart form input[type="submit"] {
    background: #0075c9;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 50px;
    font-weight: 500;
    line-height: 50px;
    padding: 0;
    color: #fff;
    display: block;
    border: none;
    cursor: pointer;
    font-weight: 700;
}

.mailing-modal-wrapper .subscribe-mailingpart .alertmessage {
    color: #58595b;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'Roboto-Regular';
}

.mailing-modal-wrapper .mailingproductlist li img {
    width: 30px;
}

.modal.mailing-modal-wrapper .form-control.error,
.modal.product-detail-inquiry .wpcf7-form input.error:not(.wpcf7-submit) {
    border-color: #ff6f65;
    background-image: url(../image/input-invalid.png);
    background-position: right 10px top 15px;
    background-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    padding-right: 25px;
    border-width: 2px;
}

.modal.mailing-modal-wrapper .form-control.valid,
.modal.product-detail-inquiry .wpcf7-form input.valid:not(.wpcf7-submit) {
    background-image: url(../image/input-valid.png);
    background-position: right 10px top 15px;
    background-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    padding-right: 25px;
}

.modal.mailing-modal-wrapper .form-group label.error {
    display: none !important;
}


/* quiz page design start */

.quiz-banner-cls .row {
    align-items: center;
}

.banner-right-img img {
    max-width: 100%;
}

.banner-right-img {
    max-width: 380px;
    margin: 0 auto;
}

.quiz-banner-cls {
    padding: 90px 0;
    background: #fff;
}

.lucky-winnercls {
    BACKGROUND: #FFF;
}

.quiz-banner-title {
    font-family: 'Avenir Black';
    color: #575752;
    margin-bottom: 15px;
}

.quiz-sub-title {
    color: #575752;
    font-family: 'Avenir Light';
}

.win-title span {
    font-family: 'Avenir Book';
}

.win-title {
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}

.winner-title {
    margin-bottom: 60px;
}

.winer-priz-boxes {
    display: flex;
    border: 1px solid #009ee6;
    margin: 10px 0;
}

.prize-num {
    background: #009ee6;
    padding: 17px 26px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Avenir Black';
}

.prize-num span:first-child {
    font-size: 40px;
    line-height: 32px;
}

.prize-num span:nth-child(2) {
    font-size: 14px;
}

.prize-des {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 30px;
    width: 100%;
}

.prize-des strong,
.price-description strong,
.all-you {
    font-size: 18px;
    font-family: 'Avenir Black';
    color: #575752;
}

.all-you {
    font-family: 'Avenir Book';
    margin-bottom: 22px;
}

.prize-des span,
.view-link {
    font-size: 18px;
    color: #777777;
    font-family: 'Avenir Roman';
}

.view-link {
    display: flex;
    align-items: center;
    padding: 20px;
    color: #009ee6;
}

.price-description {
    margin: 50px 0;
    text-align: center;
}

.note,
.small-font {
    font-size: 13px;
    color: #777777;
    font-family: 'Avenir Book';
}

.price-description strong {
    color: #009ee6;
    letter-spacing: .3px;
    margin-bottom: 20px;
    display: block;
}

.quiz-cls {
    background: #f9fbfc;
}

.qiz-qs-title span {
    color: #009ee6;
    font-family: 'Avenir Black';
}

.form-cover form p {
    font-size: 22px;
    font-family: 'Avenir Black';
    color: #575752;
}

.form-cover form span.wpcf7-list-item-label,
.form-cover form p.share-details {
    font-family: 'Avenir Book';
    padding-left: 8px;
    color: #575752;
    font-size: 18px;
}

.form-cover form span.wpcf7-list-item {
    display: block;
}

.form-cover form label {
    margin-bottom: 0;
    padding-left: 20px;
}

.form-cover span.wpcf7-list-item-label:before {
    position: absolute;
    top: 4px;
    left: -24px;
    height: 17px;
    width: 17px;
    border: 1px solid #575752;
    border-radius: 100%;
}

.form-cover span.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: none;
}

.form-cover span.wpcf7-list-item-label {
    position: relative;
}

.form-cover label input:checked~span.wpcf7-list-item-label:after {
    display: block;
}

.form-cover label span.wpcf7-list-item-label:after {
    width: 11px;
    height: 11px;
    left: -21px;
    right: 0;
    top: 7px;
    bottom: 0;
    border-radius: 100%;
    background: #575752;
}

.form-cover input[type=checkbox],
.form-cover input[type=radio] {
    opacity: 0;
}

.form-cover form p span.wpcf7-form-control-wrap {
    margin-bottom: 30px;
    display: block;
}

.contact-form-title img {
    max-width: 125px;
    position: relative;
    top: 32px;
    left: -9px;
}

.contact-form-title {
    text-align: center;
}

.contact-form-title .qiz-qs-title {
    margin-bottom: 0;
}

.form-cover .form-group {
    max-width: 550px;
    margin: 0 auto 15px auto;
}

.form-cover .form-group input {
    padding: 10px 15px;
    font-size: 20px;
    color: #707070;
    font-weight: normal;
}

.form-cover input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background: #009de4;
    border: 1px solid #009de4;
    color: #fff;
    font-family: 'Avenir Black';
    font-size: 23px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
}

.form-cover input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: .8;
}

.form-cover .wpcf7-mail-sent-ng,
.form-cover .wpcf7-validation-errors {
    border: none;
    color: #ff0000;
    text-align: center;
}

.form-cover .wpcf7-response-output.wpcf7-mail-sent-ok {
    border: none;
    color: #398f14;
    text-align: center;
    font-weight: 600;
}

.prize-num small {
    font-size: 14px;
}

#testimonial-shop-slider .owl-dots {
    display: none;
}

.ProductVideoSection .videosectionleft {
    padding: 60px 0px 60px;
}


/* Blog page inquiry popup design */

.modal.product-detail-inquiry .modal-dialog {
    max-width: 970px;
    /* font-family: 'Roboto', sans-serif; */
}

.modal.product-detail-inquiry .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

.modal.product-detail-inquiry .modal-body .inquiry-product-detail-wrapper {
    padding: 49px 38px 46px 46px;
}

.modal.product-detail-inquiry .modal-body .inquiry-product-details {
    display: flex;
    margin-bottom: 30px;
}

.modal.product-detail-inquiry .modal-body .inquiry-product-details .inquiry-product-header {
    min-width: 336px;
}

.modal.product-detail-inquiry .inquiry-title {
    color: #0075C9;
    /* font-weight: 600; */
    font-size: 37px;
    line-height: 45px;
    margin-bottom: 25px;
    font-family: 'Roboto-Medium';
}

.modal.product-detail-inquiry .inquiry-product-image {
    min-width: 135px;
}

.modal.product-detail-inquiry .inquiry-product-image img {
    max-width: 100%;
}

.modal.product-detail-inquiry .inquiry-subtitle {
    line-height: 26px;
    color: #58595B;
    font-size: 18px;
    font-family: 'Roboto-Regular';
    /* font-family: 'Roboto', sans-serif; */
}

.modal.product-detail-inquiry .inquiry-product-feature-list {
    padding-left: 0;
    list-style: none;
}

.modal.product-detail-inquiry .inquiry-product-feature-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    line-height: 30px;
    color: #58595B;
    font-family: 'Roboto-Regular';
    /* font-family: 'Roboto', sans-serif; */
}

.inquiry-product-feature-list li:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    background-color: #0075C9;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    left: 2px;
    top: 12px;
}

.modal.product-detail-inquiry .inquiry-form-wrapper {
    padding: 63px 57px;
    background-color: rgba(88, 89, 91, 0.04);
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.modal.product-detail-inquiry .inquiry-form-wrapper .inquiry-form-title {
    color: #0075C9;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 47px;
    /* font-weight: 600; */
    font-family: 'Roboto-Medium';
}

.modal.product-detail-inquiry .wpcf7-form label {
    margin-bottom: 17px;
    width: 100%;
}

.modal.product-detail-inquiry .wpcf7-form input,
.modal.product-detail-inquiry .wpcf7-form textarea {
    border: 1px solid #C3CDD8;
    border-radius: 4px;
    padding: 12px;
    background-color: #fff;
    font-size: 15px;
    width: 100%;
    font-family: 'Roboto-Regular';
}

.modal.product-detail-inquiry .wpcf7-form input:focus,
.modal.product-detail-inquiry .wpcf7-form textarea:focus {
    border-color: #80bdff;
    box-shadow: none;
    outline: none;
}

.modal.product-detail-inquiry .wpcf7-form input:not([type="submit"]) {
    height: 45px;
}

.modal.product-detail-inquiry .wpcf7-form input.error {
    border-color: #f00;
    color: #f00;
}

.modal.product-detail-inquiry .wpcf7-form input.error+label.error {
    display: none !important;
}

.modal.product-detail-inquiry .wpcf7-form .wpcf7-submit {
    background: #0075c9;
    border-radius: 6px;
    /* margin-top: 30px; */
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    color: #fff;
    display: block;
    border: none;
    cursor: pointer;
    font-weight: 700;
}


/* 31 jan */

.woocommerce-product-details__short-description.content-info {
    margin-top: 15px;
}


/* 31 jan */


/* Blog page inquiry popup design End */


/* @media (max-width: 1400px) {
    .modal.product-detail-inquiry .inquiry-title {
        line-height: 40px;
        font-size: 28px;
    }
    .modal.product-detail-inquiry .inquiry-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .modal.product-detail-inquiry .inquiry-product-image {
        max-width: 130px;
    }
    .modal.product-detail-inquiry .inquiry-product-feature-list li {
        font-size: 14px;
        line-height: 22px;
    }
    .modal.product-detail-inquiry .wpcf7-form input, .modal.product-detail-inquiry .wpcf7-form textarea {
        padding: 8px;
    }
    .modal.product-detail-inquiry .wpcf7-form .wpcf7-submit{
        padding: 8px;
        font-size: 14px;
    }
    .modal.product-detail-inquiry .wpcf7-form label{
        margin-bottom: 10px;
    }
 } */

img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.table-wrap {
    overflow-x: auto;
}
.home-banner {
    width: 100%;
    position: relative;
/*  background-image: url(../../../../uploads/2019/01/slider_bg.png);*/
    background-image:url('https://www.microlit.us/wp-content/uploads/2024/05/slider_bg.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 30px 0px 30px;
    background-position: 80px 100px;
}
.home-banner .homepage-slide {
    display: none;
    align-items: center;
    flex-wrap: wrap;
}
.home-banner .owl-item.active .homepage-slide {
    display: flex;
}
.home-banner .homepage-slide .slide-left-part {
    flex: 0 0 46.277%;
    max-width: 46.277%;
    overflow: hidden;
}
.home-banner .homepage-slide .slide-right-image {
    flex: 0 0 53.723%;
    max-width: 53.723%;
    padding-right: 6.862%;
    position: relative;
}
.home-banner .homepage-slide .slide-right-image .slide-right-image-inner {
    position: relative;
    /* min-height: 687px; */
}
.home-banner .owl-item .homepage-slide.homepage-slide-2 .slide-right-image .slide-right-image-inner,
.home-banner .owl-item .homepage-slide.homepage-slide-4 .slide-right-image .slide-right-image-inner {
    display: flex;
    align-items: flex-end;
}
.home-banner .homepage-slide .slide-right-image .slide-right-image-inner .slide-product-img-wrap {
    /* position: absolute;
    top: 0;
    right: 0; */
}
.home-banner .owl-item .homepage-slide.homepage-slide-1 .slide-right-image .slide-right-image-inner .slide-product-img-wrap {
    padding-right: 11.5%;
}
.home-banner .owl-item .homepage-slide.homepage-slide-3 .slide-right-image .slide-right-image-inner .slide-product-img-wrap {
    padding: 0 10%;
}
.home-banner .owl-item.active .homepage-slide .slide-right-image .slide-right-image-inner .slide-product-img-wrap {
    animation: fade 1.9s ease-in-out;
}
.home-banner .homepage-slide .slide-right-image .slide-right-image-inner .square-box-img-wrap {
    padding-top: 35px;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.home-banner .owl-item .homepage-slide.homepage-slide-2 .slide-right-image .slide-right-image-inner .square-box-img-wrap,
.home-banner .owl-item .homepage-slide.homepage-slide-4 .slide-right-image .slide-right-image-inner .square-box-img-wrap {
    position: static;
}
.home-banner .owl-item .homepage-slide.homepage-slide-2 .slide-right-image .slide-right-image-inner .slide-product-img-wrap,
.home-banner .owl-item .homepage-slide.homepage-slide-4 .slide-right-image .slide-right-image-inner .slide-product-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-banner .owl-item .homepage-slide.homepage-slide-1 .slide-right-image .slide-right-image-inner .square-box-img-wrap {
    padding-top: 52px;
}
.home-banner .owl-item.active .homepage-slide .slide-right-image .slide-right-image-inner .square-box-img-wrap {
    animation: slidebottom 1.9s ease-in-out;
}
.home-banner .homepage-slide .slide-left-part h4 {
    font-family: 'Avenir Book';
    font-size: 51px;
    font-weight: normal;
    margin-bottom: 55px;
    color: rgb(87, 87, 84);
}
.home-banner .owl-item.active .homepage-slide .slide-left-part h4 {
    animation: slideleft 1.9s ease-in-out;
}
.home-banner .homepage-slide .slide-left-part p {
    color: rgba(119, 119, 119, 0.8);
    font-family: 'Avenir Book';
    font-size: 22px;
    font-weight: normal;
    max-width: 520px;
    margin-bottom: 60px;
}
.home-banner .owl-item.active .homepage-slide .slide-left-part p {
    animation: slideleft 1.9s ease-in-out;
}
.home-banner .homepage-slide .slide-left-part a {
    background-color: rgb(255, 113, 109);
    font-weight: 700;
    font-family: 'Avenir Heavy' !important;
    font-size: 16px;
    max-width: 285px;
    min-height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 10px;
}
.home-banner .homepage-slide .slide-left-part a i {
    margin-left: 15px;
}
.home_banner_slider .owl-dots {
    text-align: center;
    line-height: 0;
    margin-top: 10px;
}
.home_banner_slider .owl-dots button.owl-dot {
    margin: 0 5px;
    line-height: 0;
    outline: none;
}
.home_banner_slider .owl-dots button.owl-dot span {
    display: inline-block;
    width: 25px!important;
    height: 6px;
    background: #ccc;
    border: 0px!important;
    border-radius: 0px!important;
}
.home_banner_slider .owl-dots button.owl-dot.active span {
    background: #0095d7;
}
.home_banner_slider .owl-nav .owl-prev:after,
.home_banner_slider .owl-nav .owl-next:after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.home_banner_slider:hover .owl-nav .owl-prev:after,
.home_banner_slider:hover .owl-nav .owl-next:after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.home_banner_slider .owl-nav .owl-prev:after,
.home_banner_slider .owl-nav .owl-next:after {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 40px;
    height: 40px;
    background-color: #ecf8fe;
    font-family: 'FontAwesome';
    border: 0;
    transform: rotate(0deg);
    text-align: center;
    line-height: 40px;
    color: #007bff;
}
.home_banner_slider .owl-nav .owl-prev span,
.home_banner_slider .owl-nav .owl-next span {
    display: none;
}
.home_banner_slider .owl-nav .owl-prev:after {
    content: '\f177';
    left: -128px;
}
.home_banner_slider .owl-nav .owl-next:after {
    content: '\f178';
    right: -128px;
}
.home_banner_slider:after {
    content: "";
    position: absolute;
    left: -10%;
    right: 0;
    top: 0;
    bottom: 0;
    width: 120%;
    height: 100%;
    z-index: -1;
}
.home .ProductVideoSection .videosectionright  {
    position: relative;
    padding-bottom: 28.125%;
}
.home .ProductVideoSection .videosectionright iframe,
.home .ProductVideoSection .videosectionright video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.view-blog-list {
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
}
.view-blog-list .blog-details-leftpart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.view-blog-list .blog-details-leftpart &gt; a {
    font-weight: 600;
    color: #000;
    width: 100%;
}
.view-blog-list .blog-details-leftpart .blogpost-detailshead-right {
    flex: 0 0 100px;
    max-width: 100px;
    text-align: right;
}
.view-blog-list .blog-details-leftpart .blogpost-detailshead-right .total-views {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.view-blog-list .blog-details-leftpart .blogpost-detailshead-right .total-views .viewId {
    margin-right: 0;
    font-size: 14px;
}
.view-blog-list .blog-details-leftpart .blogpost-detailshead-right .total-views .totview {
    font-size: 16px;
    font-weight: 600;
}
.related-blog-title {
    font-size: 22px;
    font-family: 'Avenir Heavy';
    color: #009de4;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 1;
}
.view-more {
    text-align: right;
    padding: 0 10px 10px 0;
}
.view-more a {
    font-weight: 600;
}
.arrow-view .latest-post-details li:before {
    content: "";
    background-image: url('../image/select-left-arrow.svg');
    background-repeat: no-repeat;
    background-size: 10px 15px;
    width: 10px;
    height: 15px;
    display: block;
    margin-right: 6px;
}

@-webkit-keyframes slideleft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes slideleft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@-webkit-keyframes slideright {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes slideright {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@-webkit-keyframes slidebottom {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes slidebottom {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 1599px) {
    .home-banner .homepage-slide .slide-left-part h4 {
        font-size: 42px;
        margin-bottom: 45px;
    }
    .home-banner .homepage-slide .slide-left-part p {
        font-size: 18px;
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 1399px) {
    .home_banner_slider:after {
        display: none;
    }
    .home_banner_slider .owl-nav .owl-prev:after,
    .home_banner_slider .owl-nav .owl-next:after {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
    .home_banner_slider .owl-nav .owl-prev:after {
        content: '\f177';
        left: -100px;
    }
    .home_banner_slider .owl-nav .owl-next:after {
        content: '\f178';
        right: -100px;
    }
}

@media only screen and (max-width: 1365px) {
    .home_banner_slider .owl-nav .owl-prev:after {
        left: -50px;
    }
    .home_banner_slider .owl-nav .owl-next:after {
        right: -50px;
    }
}

@media (min-width: 1200px) {
    .ProductVideoSection .video-section-container {
        max-width: inherit !important;
    }
    .ProductVideoSection .titleSection {
        padding-right: 60px;
        float: right;
        max-width: 600px;
    }
    .ProductVideoSection .blueBtn {
        max-width: 215px;
    }
    .ProductVideoSection .wp-video {
        width: 100% !important;
    }
    .ProductVideoSection .videosectionright {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .home-banner .homepage-slide .slide-left-part h4 {
        font-size: 35px;
        margin-bottom: 35px;
    }
    .home-banner .homepage-slide .slide-left-part p {
        font-size: 15px;
        margin-bottom: 35px;
    }
    .home-banner .homepage-slide .slide-right-image {
        padding-right: 0;
        padding-left: 30px;
    }
    .home_banner_slider .owl-nav .owl-prev:after {
        left: -30px;
    }
    .home_banner_slider .owl-nav .owl-next:after {
        right: -30px;
    }
}

@media (min-width: 1024px) {
    .quiz-cls {
        padding-top: 80px;
    }
    .ProductVideoSection {
        padding: 0;
    }
    .form-cover {
        margin-top: 80px;
        margin-bottom: 180px;
    }
    .contact-form-title {
        margin-top: 80px;
        margin-bottom: 40px;
    }
    .note {
        margin-bottom: 40px;
    }
    .quiz-banner-title {
        font-size: 40px;
        line-height: 56px;
    }
    .quiz-sub-title {
        font-size: 32px;
    }
}


/* quiz page design end */

@media (min-width: 992px) {
    .addtoCart-modal .modal-lg {
        max-width: 745px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .addtoCart-modal .modal-dialog {
        max-width: 90%;
        margin: 0 auto;
    }
    .addtoCart-modal .cart-btn-wrap {
        text-align: right;
    }
    .addtoCart-modal .cart-button {
        margin-right: 0;
        width: 48%;
        margin-right: 3%;
    }
}

@media (max-width: 992px) {
    .content-area.blog-list .blog-list-Leftpart {
        /* -webkit-box-flex: 0; */
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .content-area.blog-list .blog-list-Rightpart {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .modal.product-detail-inquiry .modal-body .inquiry-product-header {
        margin-bottom: 15px;
    }
    /* .modal.product-detail-inquiry .modal-body .inquiry-product-details {
        flex-flow: column;
        align-items: center;
    } */
    .modal.product-detail-inquiry .modal-dialog {
        max-width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
    }
    .modal.product-detail-inquiry .modal-body .inquiry-product-details .inquiry-product-header {
        min-width: unset;
    }
    .modal.product-detail-inquiry .inquiry-product-image {
        min-width: 100px;
    }
    .modal.product-detail-inquiry .inquiry-form-wrapper,
    .modal.product-detail-inquiry .modal-body .inquiry-product-detail-wrapper {
        padding: 30px;
    }
    .modal.product-detail-inquiry .inquiry-form-wrapper .inquiry-form-title {
        margin-bottom: 30px;
    }
    .modal.product-detail-inquiry .modal-body .inquiry-product-details {
        margin-bottom: 15px;
    }
    .modal.product-detail-inquiry .inquiry-title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    .modal.product-detail-inquiry .inquiry-subtitle {
        font-size: 18px;
    }
    .modal.product-detail-inquiry .inquiry-product-feature-list li {
        margin-bottom: 5px;
    }
    .home_banner_slider .owl-nav .owl-prev:after {
        left: 0;
    }
    .home_banner_slider .owl-nav .owl-next:after {
        right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .addtoCart-modal .modal-header {
        margin-bottom: 10px;
    }
    .addtoCart-modal .modal-content {
        padding: 25px 40px;
    }
    .addtoCart-modal .carpop-bottompart {
        padding-top: 15px;
    }
}

@media(max-width: 767px) {
    .ProductVideoSection .blueBtn {
        margin-bottom: 60px;
    }
    .homepage_slider .ls-wp-container .ls-layers p strong {
        font-size: 14px !important;
    }
    .ProductVideoSection .videosectionleft {
        padding: 60px 20px 60px;
    }
    /* quize page design */
    .form-cover input.wpcf7-form-control.wpcf7-submit {
        font-size: 18px
    }
    .contact-form-title img {
        top: 10px;
        left: 0;
        max-width: 80px;
    }
    .form-cover .form-group input {
        font-size: 14px;
    }
    .form-cover form label {
        display: flex;
    }
    .form-cover form span.wpcf7-list-item {
        margin-bottom: 10px;
    }
    .form-cover form span.wpcf7-list-item-label {
        float: left;
    }
    .form-cover form p {
        font-size: 18px;
    }
    .form-cover form label,
    .form-cover form span.wpcf7-list-item-label,
    .form-cover form p.share-details {
        padding-left: 0;
    }
    .form-cover form span.wpcf7-list-item-label,
    .form-cover form p.share-details {
        font-size: 16px;
    }
    .view-link {
        padding: 13px;
    }
    .prize-des span,
    .view-link {
        font-size: 16px;
    }
    .prize-des {
        padding: 10px 20px;
    }
    .prize-num span:first-child {
        font-size: 25px;
        line-height: 20px;
    }
    .prize-num {
        justify-content: center;
        padding: 10px;
    }
    .prize-des strong {
        font-size: 16px;
    }
    .quiz-banner-cls {
        padding: 30px 0;
    }
    .quiz-banner-title {
        font-size: 25px;
    }
    .quiz-sub-title {
        font-size: 20px;
    }
    .banner-right-img {
        max-width: 200px;
    }
    /* quize page design end */
    /* New styles for Joining Our Mailing List*/
    .mailing-modal-wrapper .mailingpart {
        padding: 25px;
    }
    .mailing-modal-wrapper .mailingpart .mailingtitle {
        text-align: center;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .mailing-modal-wrapper .mailingproductlist li {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .mailing-modal-wrapper .mailingproductlist li span {
        width: 24px;
        min-width: 24px;
    }
    .mailing-modal-wrapper .mailingproductlist li img {
        width: 24px;
    }
    .mailing-modal-wrapper .subscribe-mailingpart {
        padding: 25px;
    }
    .mailing-modal-wrapper .subscribe-mailingpart .subscribe-title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .mailing-modal-wrapper button.close,
    .modal.product-detail-inquiry button.close {
        color: #fff;
        right: 7px;
        top: 2px;
        outline: none;
    }
    .modal.product-detail-inquiry button.close {
        color: #0075c9;
    }
    .comments-area .wpcf7-form .enquiry-nameemail p {
        float: left;
        width: 100%;
    }
    .comments-area .wpcf7-form .enquiry-nameemail p:first-child {
        padding-right: 0;
    }
    .comments-area .wpcf7-form .enquiry-nameemail p:last-child {
        padding-left: 0;
    }
    .comments-area p.enquiry-email img.fix-img {
        left: 12px;
    }
    .blog-list-Leftpart .blog-box {
        flex-wrap: wrap;
    }
    .content-area.blog-list .blog-list-Leftpart,
    .content-area.blog-list .blog-list-Rightpart {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }
    .content-area.blog-list .blog-list-part {
        /* flex-direction: column; */
        display: block;
    }
    .core-values.why-microlit .core-box .innerbox {
        margin-bottom: 40px;
    }
    section .eventDetails,
    .eventSlidr-wrap {
        width: 100%;
    }
    .eventSec .event-block {
        margin-bottom: 15px;
    }
    .eventSec .eventDetails {
        margin-bottom: 20px;
    }
    .eventSlidr-wrap {
        padding-left: 0;
    }
    section .eventDetails {
        padding-right: 0;
    }
    .addtoCart-modal .modal-content {
        padding: 15px;
    }
    .addtoCart-modal .modal-body .cart-product-details {
        flex-direction: column;
    }
    .addtoCart-modal .modal-title {
        font-size: 18px;
    }
    .addtoCart-modal h4.modal-title span {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-right: 8px;
    }
    .addtoCart-modal .cart-button {
        width: 100%;
        margin-right: 0;
    }
    .addtoCart-modal .carpop-bottompart {
        padding-top: 20px;
    }
    .addtoCart-modal .bottomProductbox-wrap {
        flex-direction: column;
    }
    .addtoCart-modal .close {
        top: 8px;
        right: 8px;
    }
    .content-area.blog-list figure.post-thumbnail a.post-thumbnail-inner {
        width: 100%;
    }
    .addtoCart-modal .bottompart-productbox figure {
        width: auto;
    }
    .content-area.blog-list .blog-details-leftpart .blogarticle-title {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 1.4;
    }
    .content-area.blog-list .tagshare-wrap {
        display: block;
    }
    .content-area.blog-list .tagshare-wrap .tags {
        width: auto;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .content-area.blog-list .tags .tagstitle {
        display: block;
        margin-bottom: 10px;
    }
    .content-area.blog-list .comment-form .comment-form-author,
    .content-area.blog-list .comment-form .comment-form-email {
        width: 100%;
    }
    .content-area.blog-list .blog-list-Leftpart {
        padding-right: 0;
    }
    .content-area.blog-list .blog-list-Rightpart {
        padding-left: 0;
    }
    .blog-list-part .blogpost-details-tophead {
        flex-wrap: wrap;
    }
    .blog-list-part .blogpost-details-tophead .blogpost-detailshead-left {
        margin-bottom: 15px;
    }
    .blog-list-part .blogpost-details-tophead .blogpost-detailshead-right {
        margin-bottom: 15px;
    }
    .content-area.blog-list .blog-list-Leftpart .blog-details-leftpart {
        padding: 15px;
    }
    .content-area.blog-list .blog-details-leftpart figure.featured-image img {
        flex: 1;
    }
    .addtoCart-modal .modal-header {
        margin-bottom: 10px;
    }
    .comments-area div.wpcf7 .ajax-loader {
        left: 23%;
    }
    .product-review-sec #comments {
        border-right: none;
        padding-right: 0;
    }
    .product-review-sec #review_form_wrapper {
        padding-left: 0;
    }
    section.product-review-sec {
        padding: 15px 0;
    }
    .addtoCart-modal .modal-body .cart-product-details figure {
        margin-bottom: 15px;
    }
    .addtoCart-modal .cart-button {
        margin-bottom: 10px;
    }
    #testimonial-shop-slider .owl-dots {
        display: block;
    }

    .home-banner .homepage-slide {
        flex-direction: column-reverse;
    }
    .home-banner .homepage-slide .slide-left-part {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home-banner .homepage-slide .slide-right-image {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 30px;
    }
    .home-banner .homepage-slide .slide-left-part h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .home-banner .homepage-slide .slide-left-part p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .home_banner_slider .owl-dots {
        margin-top: 30px;
    }
    .home .ProductVideoSection .videosectionright{
        padding-bottom: 56.25%;
    }
}

@media(max-width: 640px) {
    .addtoCart-modal .modal-body .cart-product-details .cart-product-details-right {
        width: 100%;
    }
    .product-review-sec .comment-form-rating {
        position: static;
        margin-bottom: 10px;
    }
    .product-review-sec .comment-respond .comment-reply-title {
        margin-bottom: 10px;
    }
    .modal.product-detail-inquiry .modal-body .inquiry-product-details {
        flex-flow: column;
        align-items: center;
    }
    .modal.product-detail-inquiry .inquiry-product-image {
        margin-bottom: 15px;
    }
    .modal.product-detail-inquiry .inquiry-product-image img {
        max-height: 200px;
    }
}

figure.mz-figure {
    height: 100% !important;
}

.MagicZoom {
    position: relative;
    height: 100%;
}

.img-width-full li a img {
    width: auto !important;
    border: 0px !important;
    box-shadow: none !important;
}

.mz-thumb-selected img {
    -webkit-filter: inherit !important;
    filter: inherit !important;
}

.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: inherit !important;
    filter: inherit !important;
}

.no-reviews {
    /*height: 100%;
        display: flex;*/
    align-items: center;
    justify-content: center;
    font-size: 24px;
    /* background: #f2f2f2; */
    color: #009de9;
    font-weight: bold;
}

.comment-form .acf-comment-fields {
    display: none;
}

.space-right {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    float: right;
    margin-bottom: 15px;
}

.single-post .blog-list-part .blog-list-Leftpart .blog-details-leftpart img {
    display: block;
    padding: 3px 20px 10px 0px;
    /*float: left;*/
}


/* Styles for Resources pages*/

.productliteratureSection .singleCategory {
    /*min-width: 250px;*/
    min-width: 250px;
    max-width: 250px;
    margin: 0 auto;
}

.productliteratureSection .singleCategory .recent-pro-cover {
    height: 350px;
    width: 250px;
    border: 3px solid transparent;
    position: relative;
}

.productliteratureSection .singleCategory .recent-pro-cover:hover,
.productliteratureSection .singleCategory .recent-pro-cover:focus {
    border: 3px solid #00a8f1;
}

.productliteratureSection .singleCategory .recent-pro-cover:hover:after,
.productliteratureSection .singleCategory .recent-pro-cover:focus:after {
    content: "";
    background: none;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-color: #00a8f1;
    border-style: solid;
    border-top-color: #00a8f1;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
}

.productliteratureSection .owl-item.active.synced .singleCategory .recent-pro-cover {
    border: 3px solid #00a8f1;
}

.productliteratureSection .owl-item.active.synced .singleCategory .recent-pro-cover:after {
    content: "";
    background: none;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-color: #00a8f1;
    border-style: solid;
    border-top-color: #00a8f1;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
}


/*.product-section .pl-thumb-slider {max-width: 1700px;}*/

.product-section .pl-thumb-slider .singleCategory .name-pro,
.product-section .pl-thumb-slider .singleCategory .pric-pro {
    font-size: 15px;
    color: #575753;
}

.productliteratureSection.featuredCategories .singleCategory {
    min-height: 370px;
}

.productliteratureSection.featuredCategories {
    padding: 90px 0 125px;
}

.product-section {
    float: left;
    width: 100%;
}

.productliteratureSection.featuredCategories .titleSection h2 {
    margin-bottom: 100px;
}

.product-section .product-item {
    width: 100%;
    float: left;
}

.product-section .product-img {
    float: left;
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 240px;
}

.product-section .owl-carousel .owl-item .product-img img {
    width: auto;
    max-width: 100%;
    display: inline-block;
    height: auto;
    max-height: 100%;
}

.product-section .product-item-details {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 15px;
    -o-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
}

.product-section .owl-carousel .owl-item.active.synced .product-item-details {
    border-color: #46a6fa;
}

.product-section .product-item-details h3 {
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.product-section .explore-box {
    background: #EEF4F8;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    margin: 0px;
    min-height: 330px;
    z-index: 0;
    padding: 60px 0;
    border: 1px solid #D2D8DE;
    border-width: 1px 0 1px 0;
    margin-top: 29px;
}

.product-section .owl-carousel .owl-stage-outer {
    padding-bottom: 30px;
}

.product-section .pl-slider.owl-carousel .owl-stage-outer {
    padding-bottom: 0;
}

.product-section .product-section #sync2 {
    position: relative;
}

.product-section .product-section #sync2 .owl-nav button {
    position: absolute;
    top: 40%;
    z-index: 2;
    padding: 10px !important;
    background-color: #000;
    width: auto;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.product-section .product-section #sync2 .owl-nav button.owl-prev {
    left: 0;
}

.product-section .product-section #sync2 .owl-nav button.owl-next {
    right: 0;
}

.product-section .parents-content h3 {
    margin-bottom: 20px;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #575752;
}

.product-section .parents-content li.nav-item {
    float: left;
    width: 100%;
    margin: 0;
}

.product-section .parents-content ul#tabs {
    border: none;
    padding: 0;
}

.pl-slider .parents-content .rightbar .tab-content {
    padding-top: 20px;
}

.product-section .parents-content li.nav-item .nav-link {
    padding: 20px;
    padding-left: 0;
    background: transparent;
    ;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: 600;
    color: #575752;
    position: relative;
}

.product-section .parents-content li.nav-item .nav-link.active:after {
    content: "";
    background: none;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
    border-width: 8px;
    border-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #00a8f1;
    border-right: none;
    width: 0;
    height: 0;
    position: absolute;
}

.product-section .rightbar .card-body {
    padding: 0;
}

.product-section .parents-content li.nav-item .nav-link.active,
.product-section .parents-content li.nav-item .nav-link:hover {
    color: #46a6fa;
}

.product-section .card {
    background: transparent;
}


/*** Tabbing ***/

.product-section .nav-tabs {
    display: none;
}

.product-section .pl-thumb-slider .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    width: 100%;
}

.product-section .pl-thumb-slider .owl-nav button[type="button"] {
    background: #00a8f1;
    padding: 10px 20px !important;
}

.product-section .pl-thumb-slider .owl-nav button[type="button"].owl-prev {
    left: 0;
    position: absolute;
}

.product-section .pl-thumb-slider .owl-nav button[type="button"].owl-prev img {
    transform: rotate(180deg);
}

.product-section .pl-thumb-slider .owl-nav button[type="button"].owl-next {
    right: 0;
    position: absolute;
}

.product-section .literaturedetails {
    text-align: center;
    max-width: 130px;
}

.product-section .literaturedetails span {
    color: #00a8f1;
    font-size: 9px;
    text-transform: uppercase;
    margin-bottom: 7px;
    display: inline-block;
    letter-spacing: 1.5px;
    font-weight: 900;
}

.product-section .literaturedetails figure {
    height: 200px;
    width: 130px;
    background: #ccc;
    display: flex;
    justify-content: center;
    margin: 0 auto 20px;
}

.product-section .literaturedetails figure img {
    max-height: 100%;
    max-width: 100%;
    border: 2px solid #5d5d58;
}

.product-section .literaturedetails h6 {
    font-size: 14px;
    color: #575752;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-section .literaturedetails span.arrow {
    display: block;
    letter-spacing: 0;
}

.product-section .literaturedetails span.arrow i {
    background: #00a8f1;
    color: #fff;
    font-size: 8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
}

.productliteratureSection.featuredCategories .owl-item {
    margin-bottom: 10px;
}

.certificationsSecton .titleSection {
    width: 100%;
}

.certificationsSecton .titleSection h2:after {
    left: 50%;
    transform: translateX(-50%);
}

.certificationsSecton {
    padding: 110px 0;
    background-image: url(../image/certificatebackground.png);
    background-size: cover;
    float: left;
    width: 100%;
}

.certificationsSecton .certificatewrap {
    text-align: center;
    position: relative;
    padding: 0 70px;
}

.certificationsSecton .certificatewrap .subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #575752;
    margin-bottom: 20px;
}

.certificationsSecton .certificatewrap&gt;.row {
    display: flex;
    justify-content: center;
}

.certificationsSecton .certificatewrap .certiframe {
    position: relative;
    display: inline-block;
}

.certificationsSecton .certificatewrap .certiframe:after {
    content: "";
    position: absolute;
    bottom: 35px;
    left: -6px;
    background-image: url(../image/certificateEffect.png);
    width: 11px;
    height: 86px;
}

.certificationsSecton .certificatewrap .certiframe img {
    border: 2px solid #5d5d58;
    width: 100px;
    height: 142px;
}

.certificationsSecton .certificatewrap img {
    max-width: 100%;
    margin: 0 auto 35px;
}

.certificationsSecton .certificatewrap .subtitle h5 {
    font-size: 17.50px;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.certificationsSecton .certificatewrap .subtitle h6 {
    font-size: 17.50px;
    margin-bottom: 0;
    font-weight: 600;
}

.certificationsSecton .btn.btncustomtheme {
    background: #009de4;
    padding: 4px 15px;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
}

.placecertification {
    position: absolute;
    background-image: url(../image/tableplace.png);
    background-size: contain;
    bottom: 100px;
    height: 40px;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.certificationsSecton .innertcerti {
    z-index: 1;
    position: relative;
}

.certificationsSecton .container {
    max-width: 1170px;
}

.certificationsSecton .titleSection h2 {
    margin-bottom: 90px;
}

.certificationsSecton.productaward {
    background: #fff;
    padding: 100px 0 160px;
}

.certificationsSecton .innertcerti .subtitle h5 {
    font-weight: 600;
    font-size: 15px;
    color: #575752;
    text-transform: capitalize;
    text-align: center;
}

.pl-thumb-slider .owl-stage {
    display: flex;
    flex-direction: row;
}

.certificationsSecton .innertcerti .subtitle h5 span {
    display: block;
}

.pl-slider .parents-content .rightbar {
    padding-left: 145px;
}

.pl-slider .parents-content .leftbar {
    max-width: 280px;
}

.product-section .pl-slider {
    position: relative;
}

.product-section .loaderoverlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 99;
}

.product-section .loaderoverlay img {
    width: 60px;
    height: 60px;
}

.pl-slider .no-found {
    font-size: 16px;
    color: #575752;
    font-weight: 600;
}

.modal.productModal .modal-dialog {
    /*max-width: 850px;*/
    max-width: 650px;
    top: 50%;
    transform: translateY(-50%);
}

.modal.productModal .modal-content {
    border-radius: 0;
    /*padding: 80px 0 100px;*/
    padding: 25px 0 40px;
    align-items: center;
}

.modal.productModal .modal-header {
    border-bottom: none;
    padding: 0;
}

.modal.productModal .modal-header .close {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1;
}

.modal.productModal .modal-body {
    max-width: 460px;
    margin: 0 auto;
    padding: 0;
}

.modal.productModal .modaltitleline {
    /*font-size: 25px;*/
    font-size: 18px;
    font-weight: bold;
    color: #575752;
    line-height: 1.5;
    /*margin-bottom: 40px;*/
    margin-bottom: 20px;
}

.modal.productModal .form-group {
    /*margin-bottom: 20px;*/
    margin-bottom: 12px;
}

.modal.productModal .form-control {
    /*height: 55px;*/
    height: auto;
    border: 2px solid #d2d6df;
    border-radius: 5px;
    /*font-size: 15px;*/
    font-size: 14px;
    padding: 8px 10px;
}

.modal.productModal select.form-control {
    /*height: 55px;*/
    height: auto;
    padding: 8px 12px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal.productModal select::-ms-expand {
    display: none;
}

.modal.productModal .customselect {
    position: relative;
}

.modal.productModal .customselect:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #acaeb1;
    padding: 8px;
    position: absolute;
    right: 5px;
    top: -2px;
    font-size: 20px;
    font-weight: bold;
}

.modal.productModal textarea.form-control {
    height: 90px;
    padding: 8px 12px;
}

.modal.productModal .form-control::placeholder {
    color: #575752;
}

.modal.productModal .form-control:-ms-input-placeholder {
    color: #575752;
}

.modal.productModal .form-control::-ms-input-placeholder {
    color: #575752;
}

.modal.productModal input[type="submit"] {
    background: #575753;
    color: #fff;
    width: 100%;
    height: 40px;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

.modal.productModal input[type="submit"]:focus {
    box-shadow: none;
    outline: none;
    border: none;
}

.modal.productModal .loginBtn {
    display: block;
    background: #009bec;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

.modal.productModal .loginBtn:focus {
    box-shadow: none;
    outline: none;
    border: none;
}

.modal.productModal .ortext {
    font-size: 16px;
    font-weight: bold;
    color: #575752;
    margin-bottom: 12px;
    text-align: center;
}

.modal.productModal .form-control.error {
    border-color: #ff6f65;
    background-image: url(../image/input-invalid.png);
    background-position: right 10px top 15px;
    background-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    padding-right: 25px;
}

.modal.productModal .form-group label.error {
    display: none !important;
}

.modal.productModal .form-control.valid {
    background-image: url(../image/input-valid.png);
    background-position: right 10px top 15px;
    background-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    padding-right: 25px;
}

.modal.productModal select.form-control.error,
.modal.productModal select.form-control.valid {
    background-position: right 35px top 15px !important;
}

.btn.productbtn {
    border-radius: 0;
}

.btn.productbtn:hover {
    opacity: 1;
}

.modal.productModal div.wpcf7 .ajax-loader {
    float: left;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.modal.productModal a.loginBtn {
    text-decoration: none;
}

.modaltitleline span.popup-login-text {
    color: #009bec;
}

.mainMenu_div nav ul.main-menu li.menu-item.whatnewbtn a {
    padding: 8px;
    background: #009ee6;
    color: #fff;
    border-radius: 4px;
    width: auto;
    display: inline-block;
}

.christmas-banner .row a {
    margin: 0 auto;
}


/*14082020*/

.blogDetails .post-thumbnail {
    border: solid 1px #d2d2d2;
}

.testimonials_seciton {
/*    background-image: url(../../assets/image/testi-bg.jpg);*/
    background-image: url('https://www.microlit.us/wp-content/uploads/2024/05/testi-bg.webp');
    background-size: cover;
    background-position: 50% 50%;
    padding: 120px 0px 120px;
    float: left;
    width: 100%;
    color: #fff;
}

.testimonials_seciton .container {
    padding: 0 115px;
}

.testimonials_seciton .testimonial-client-image img {
    max-width: 100%;
}

.BlogSec {
    width: 100%;
    float: left;
    padding: 40px 0px 40px;
}

.testimonials_seciton .titleSection h3 {
    color: #fff;
    text-transform: normal;
}

p.testimonial_desc {
    font-size: 35px;
    margin-bottom: 100px;
    line-height: 38px;
}

.category-testimonial p.testimonial_desc {
    margin-bottom: 30px;
    font-size: 25px;
}

.testimonials_seciton button:focus,
.BlogSec button:focus {
    outline: 0;
}

.testimonials_seciton .titleSection h3:after {
    background-color: #fff;
}

.testimonials_seciton .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.BlogSec .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.client_info_testimonial {
    width: calc(100% - 200px);
    float: left;
}

.client_logo_testimonial {
    width: 150px;
    float: right;
}

.client_info_testimonial p {
    font-weight: bold;
    font-size: 25px;
    margin: 0;
}

.testimonial-client-image {
    width: 100%;
}

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

.testimonial-client-image img {
    border: solid 5px;
    border-color: #006bc9;
}

.socialDiv a {
    width: 110px;
    height: 40px;
    display: inline-block;
    color: #fff;
    line-height: 40px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 0 10px;
    transition: all 0.5s ease-out;
}

.socialDiv a:hover {
    opacity: 0.6;
    text-decoration: none;
}

.socialDiv a i {
    float: right;
    line-height: 40px;
}

a.footer-facebbok-icon {
    background: #4065b4;
}

a.footer-twitter-icon {
    background: #009df8;
}

a.footer-linkedin-icon {
    background: #0073bb;
}

.BlogSec .content-area.blog-list {
    background-image: none;
}

section.faq-section {
    background: #f7f9fb;
    width: 100%;
    float: left;
    padding: 100px 0px 100px;
}

.accordionfaq .card-header .btn-link.collapsed:hover {
    color: #009de9;
    text-decoration: none;
}

.accordionfaq .card-header .btn-link {
    font-size: 22px;
}

.accordionfaq .card-header .btn-link.collapsed {
    font-weight: bold;
    color: #575752;
}

.accordionfaq a:not([href]):not([tabindex]):focus,
.accordionfaq a:not([href]):not([tabindex]):hover {
    color: #009de9 !important;
}

.accordionfaq .card-header .btn-link {
    color: #009de9;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    padding: 12px;
    text-align: left;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    white-space: inherit;
    padding-right: 30px;
}

.accordionfaq .card-header h5 {
    position: relative;
}

.accordionfaq .card-header h5 .btn.collapsed:after {
    content: '';
    background-image: url(../../assets/image/acc-plus.png);
    position: absolute;
    right: 0;
    top: 20px;
    width: 18px;
    height: 18px;
    background-size: cover;
}

.accordionfaq .card-header h5 .btn:after {
    content: '';
    background-image: url(../../assets/image/acc-minus.png);
    position: absolute;
    right: 0;
    top: 28px;
    width: 18px;
    height: 18px;
    background-size: cover;
}

.accordionfaq .card-body {
    color: #777777;
    padding: 0px 12px 12px 12px;
}

.accordionfaq .card-header {
    padding: 0;
    background: no-repeat;
    border: 0;
}

.accordionfaq .card {
    background: none;
    border: 0;
}

.testimonials_seciton {
    position: relative;
}

.testimonials_seciton .col-sm-12,
.testimonials_seciton .owl-carousel {
    position: static;
}

.testimonials_seciton .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials_seciton .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button span {
    width: 40px;
    height: 40px;
    background: #ecf8fe;
    display: block;
    position: relative;
    transition: all 0.5s ease-out;
    color: transparent;
}

.owl-nav button span:hover {
    opacity: 0.8;
}

.owl-nav button span:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 12px;
    background-size: cover;
    transform: translate(-50%, -50%);
}

.owl-nav button.owl-prev span:after {
    background-image: url(../../assets/image/testi-nav-prev.png);
}

.owl-nav button.owl-next span:after {
    background-image: url(../../assets/image/testi-nav-next.png);
}

.ProductVideoSection {
    background-image: url(../../../../uploads/2019/01/home_abooutSec_bg.png);
    background-position: -70px 250px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 60px 0 80px;
}

.productlabel {
    font-weight: bold;
    color: #009ee5;
    font-size: 16px;
}

.ProductVideoSection .blueBtn img {
    padding-left: 20px;
}

.ProductVideoSection .blueBtn a {
    color: #fff;
    text-decoration: none;
    padding: 14px 20px;
    display: block;
}

.ProductVideoSection .blueBtn {
    width: auto;
    display: inherit;
    padding: 0;
    border-radius: 0;
    font-size: 13px;
}

#related-product .category-testimonial {
    text-align: left;
    padding: 0;
}

.category-testimonial .testimonial-slider {
    margin: 0;
}

.category-testimonial:before {
    background-image: url(../../assets/image/testi-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    padding: 60px 0px 60px;
    float: left;
    width: 100%;
    color: #fff;
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    height: 310px;
}

.category-testimonial .testimonial-client-image {
    width: auto;
}

.category-testimonial {
    margin: 100px 0;
    background-image: none;
}

.category-testimonial .testimonial-client-image img {
    border-color: #0075c9;
    height: 360px;
    width: auto;
}

.quarterly_promotions span {
    background-image: url(../../assets/image/discount-bg.png);
    width: 900px;
    background-size: cover;
    line-height: 68px;
    height: 68px;
    display: table;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
}

.quarterly_promotions {
    margin-top: 20px;
}


/* p.testimonial_desc {
    max-width: 75%;
} */

.testimonial_content_bottom {
    width: 100%;
}

.ProductVideoSection .titleSection h2::after {
    display: none;
}

.testi-content {
    display: table;
    width: 100%;
}

.testimonialleft {
    width: 285px;
    margin-right: 85px;
}

.testimonialright {
    display: table-cell;
    vertical-align: middle;
}

.category-testimonial .testimonialleft {
    width: 270px;
    margin-right: 70px;
}

.ProductVideoSection .blueBtn:hover {
    box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.8);
    opacity: 0.7;
}

.whatnewbtn {
    margin-left: 15px;
}

.owl-carousel .owl-item .client_logo_testimonial img {
    max-height: 90px;
    margin: 0 auto 10px;
    width: auto;
    max-width: 100%;
}


/*End of 14082020*/

@media(max-width: 1520px) {
    p.testimonial_desc {
        font-size: 20px;
        margin-bottom: 50px;
        line-height: 25px;
    }
    .testimonialleft {
        margin-right: 55px;
        width: 210px;
    }
    .testimonials_seciton {
        padding: 50px 0px 50px;
    }
    .category-testimonial {
        margin: 50px 0;
    }
    .category-testimonial .testimonialleft {
        width: 240px;
        margin-right: 50px;
    }
    .client_info_testimonial p {
        font-size: 20px;
    }
    .client_info_testimonial span {
        font-size: 15px;
    }
    section.faq-section {
        padding: 50px 0px 50px;
    }
    .category-testimonial:before {
        height: 240px;
    }
    .category-testimonial .testimonial-client-image img {
        height: 300px;
    }
    .category-testimonial p.testimonial_desc {
        font-size: 20px;
        line-height: 24px;
    }
    .owl-nav button span {
        height: 40px;
        width: 40px;
    }
    .titleSection h2,
    .titleSection h3,
    .titleSection h1 {
        font-size: 35px;
    }
    .testimonials_seciton .owl-dots {
        margin: 0;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .pl-slider .container {
        max-width: 96%;
    }
    .pl-slider .parents-content .rightbar {
        padding-left: 20px;
        padding-right: 20px;
    }
    .quarterly_promotions span {
        background-image: url(../../assets/image/discount-bg.png);
        width: 600px;
        background-size: cover;
        line-height: 45px;
        height: 45px;
        display: table;
        margin: 0 auto;
        font-weight: bold;
        color: #fff;
    }
}

@media(min-width: 576px) and (max-width: 991px) {
    .certificationsSecton .container {
        max-width: 96%;
    }
}

@media(max-width: 1199px) {
    .certificationsSecton {
        padding: 60px 0;
    }
    .certificationsSecton.productaward {
        padding: 60px 0 90px;
    }
    .certificationsSecton .titleSection h2 {
        margin-bottom: 70px;
    }
    .certificationsSecton .certificatewrap {
        padding: 0 35px;
    }
    p.testimonial_desc {
        margin-bottom: 20px;
    }
    .category-testimonial p.testimonial_desc {
        margin-bottom: 20px;
    }
}

@media(min-width:768px) {
    .product-section .nav-tabs {
        display: flex;
    }
    .product-section .card {
        border: none;
    }
    .product-section .card .card-header {
        display: none;
    }
    .product-section .card .collapse {
        display: block;
    }
}

@media(max-width:1600px) {
    /*.modal.productModal .modal-dialog {
      max-width: 650px;
    }
    .modal.productModal .modal-header .close {top: 5px;right: 10px;}
    .modal.productModal .modal-content {
      padding: 10px 0 20px;
    }
    .modal.productModal .modaltitleline {
      font-size: 18px;margin-bottom: 10px;
    }
    .modal.productModal .form-control,
    .modal.productModal select.form-control {
      height: auto;padding: 6px 10px;
    }
    .modal.productModal textarea.form-control {
      height: 80px;padding: 6px 10px;
    }
    .modal.productModal .form-group {
      margin-bottom: 12px;
    }
    .modal.productModal input[type="submit"],
    .modal.productModal .loginBtn {
      font-size: 15px;height: 40px;line-height: 40px;
    }
    .modal.productModal .ortext {
      font-size: 17px;margin-bottom: 10px;
    }
    .modal.productModal .customselect:after {
      top: -2px;right: 5px;font-size: 17px;
    }*/
}

@media only screen and (max-width: 1199px) {
    .socialDiv a span {
        display: none;
    }
    .socialDiv a {
        width: 35px;
        margin: 0 5px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        padding: 0 5px;
        font-size: 0;
    }
    .socialDiv a i {
        float: none;
        font-size: 14px;
        line-height: 35px;
    }
    .whatnewbtn {
        margin-left: 3px;
    }
}

@media only screen and (max-width: 1024px) {
    .productvideoimg {
        display: none !important;
    }
    .testimonial-client-image {
        width: 100%;
    }
    .testimonials_seciton .container {
        padding: 0;
    }
    .testimonials_seciton .titleSection h3 {
        font-size: 30px;
        text-align: center;
    }
    .testimonials_seciton .owl-dots {
        margin-top: 10px;
    }
    .client_logo_testimonial {
        float: left;
    }
    .testimonials_seciton .owl-nav {
        display: none;
    }
    .testimonials_seciton .owl-carousel .owl-item .testimonial-client-image img {
        width: 100%;
    }
    .client_info_testimonial {
        width: 65%;
        margin-right: 5%;
    }
    .client_logo_testimonial {
        width: 120px;
    }
    p.testimonial_desc {
        font-size: 22px;
        line-height: 30px;
    }
}

@media(max-width:991px) {
    .productliteratureSection.featuredCategories .titleSection h2 {
        margin-bottom: 30px;
    }
    .productliteratureSection.featuredCategories {
        padding: 45px 0 60px;
    }
    .modal.productModal .modal-dialog {
        max-width: auto;
        padding: 35px 20px;
    }
    .mainMenu_div nav ul.main-menu li.menu-item.whatnewbtn a {
        margin-left: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .category-testimonial:before {
        display: none;
    }
    #related-product .category-testimonial {
        background-image: url(../../assets/image/testi-bg.jpg);
    }
    .category-testimonial {
        margin: 0;
    }
    footer {
        padding-top: 50px;
    }
}

@media(max-width:767px) {
    .product-section .tab-content&gt;.tab-pane {
        display: block !important;
        opacity: 1;
    }
    p.testimonial_desc {
        margin-top: 20px;
    }
    .product-section .parents-content .leftbar h3 {
        font-size: 20px;
    }
    .pl-slider .container {
        max-width: 94%;
    }
    .pl-slider .parents-content .rightbar {
        padding-left: 15px;
    }
    .pl-slider .rightbar .tab-content .card-header a {
        font-size: 15px;
        font-weight: 600;
        color: #575752;
        background: rgba(0, 0, 0, .02);
    }
    .product-section .parents-content .rightbar h3 {
        padding-left: 0;
        margin-bottom: 0;
    }
    .pl-slider .tab-content .card-header a:after {
        font-family: 'FontAwesome';
        content: "\f068";
        float: right;
        font-size: 12px;
        margin-top: 4px;
    }
    .pl-slider .tab-content .card-header a.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "\f067";
    }
    .pl-slider .rightbar .tab-content .card {
        border-radius: 0;
        border-top: none;
    }
    .pl-slider .rightbar .tab-content .card:first-child {
        border-top: 1px solid rgba(0, 0, 0, .125);
    }
    .pl-slider .rightbar .tab-content .card-header {
        border-bottom: none;
    }
    .product-section .rightbar .card-body {
        padding: 15px;
    }
    .product-section .literaturedetails figure {
        width: auto;
    }
    .certificationsSecton .titleSection h2 {
        margin-bottom: 50px;
    }
    .placecertification {
        display: none;
    }
    .certificationsSecton .innertcerti {
        margin-bottom: 30px;
        padding-bottom: 25px;
        border-bottom: 1px solid #adabab;
    }
    .certificatewrap div[class*="col-"]:nth-child(4) .innertcerti,
    .certificatewrap div[class*="col-"]:nth-child(5) .innertcerti,
    .certificatewrap div[class*="col-"]:nth-child(6) .innertcerti {
        border-bottom: none;
    }
    .productliteratureSection.featuredCategories {
        padding: 45px 0;
    }
    .certificationsSecton {
        padding: 45px 0;
    }
    .certificationsSecton .certificatewrap img {
        margin-bottom: 20px;
    }
    .certificationsSecton .certificatewrap .certiframe:after {
        bottom: 20px;
    }
    .modal.productModal .modaltitleline {
        padding-right: 25px;
    }
    .client_logo_testimonial {
        display: none;
    }
    .client_info_testimonial {
        width: 100% !important;
    }
    .category-testimonial {
        margin: 0;
    }
    .category-testimonial:before {
        display: none;
    }
    .category-testimonial .testimonial-slider {
        padding: 50px 0;
    }
    footer {
        padding-top: 50px;
    }
    .quarterly_promotions span {
        background: #0094f4 !important;
        padding: 10px;
        width: auto;
        height: 50px;
        line-height: 30px;
    }
    .testimonials_seciton {
        text-align: center;
        overflow: hidden;
    }
    .category-testimonial .testimonialright {
        text-align: center;
    }
    .category-testimonial .owl-carousel .owl-item .testimonial-client-image img {
        margin: 0 auto;
    }
    #related-product .category-testimonial {
        background-image: url(../../assets/image/testi-bg.jpg);
    }
    .testimonialleft {
        width: 100%;
        margin: 0;
        float: left;
    }
    .testimonialright {
        width: 100%;
        margin-top: 10px;
        float: left;
        padding: 0 5%;
        box-sizing: border-box;
    }
    .category-testimonial .testimonialleft {
        width: 100%;
    }
    .testimonials_seciton .owl-carousel .owl-item .testimonial-client-image img {
        width: 60%;
        margin: 0 auto;
    }
    .accordionfaq .card-header .btn-link.collapsed {
        font-size: 18px;
    }
    .category-testimonial .testimonial-client-image img {
        height: auto;
    }
    div#titlediv {
        display: none;
    }
}

@media(max-width: 576px) {
    .product-section .literaturedetails {
        margin-bottom: 30px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .product-section .literaturedetails figure {
        width: auto;
        height: auto;
        max-width: 180px;
    }
    .certificationsSecton {
        padding: 40px 0;
    }
    .certificationsSecton.productaward {
        padding: 40px 0 60px;
    }
    .certificationsSecton .certificatewrap {
        padding: 0;
    }
    .certificatewrap div[class*="col-"]:nth-child(4) .innertcerti {
        border-bottom: 1px solid #adabab;
    }
    .productliteratureSection.featuredCategories .singleCategory {
        min-width: 250px;
        max-width: 250px;
        margin: 0 auto;
    }
    .product-section [class*="col-sm"]:last-child .literaturedetails {
        border-bottom: none;
    }
    .certificatewrap div[class*="col-"]:nth-child(5) .innertcerti,
    .certificatewrap div[class*="col-"]:nth-child(6) .innertcerti {
        margin-bottom: 0;
    }
    .modal.productModal .modal-body {
        padding: 0;
    }
    .modal.productModal .modal-content {
        padding: 15px;
    }
    .modal.productModal .modaltitleline {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .modal.productModal .form-control {
        padding: 15px;
        height: 40px;
    }
    .modal.productModal select.form-control {
        height: 40px;
        padding: 6px 15px;
    }
    .modal.productModal .customselect:after {
        right: 7px;
        top: -1px;
        font-size: 16px;
    }
    .modal.productModal textarea.form-control {
        padding: 10px 15px;
    }
    .modal.productModal input[type="submit"] {
        height: 45px;
    }
    .modal.productModal .loginBtn {
        height: 45px;
        line-height: 45px;
    }
    .modal.productModal .form-control.valid {
        background-position: right 10px top 13px;
    }
    .modal.productModal .form-control.error {
        background-position: right 10px top 13px;
    }
    .modal.productModal select.form-control.error,
    .modal.productModal select.form-control.valid {
        background-position: right 34px top 13px !important;
    }
}

@media (min-width: 479px) and (max-width: 767px) {
    .testimonials_seciton .owl-carousel .owl-item .testimonial-client-image img {
        width: auto;
        margin: 0 auto;
    }
}

/*.aligncenter {
    margin-left: auto;
    margin-right: auto;
}*/

.landing-page-slider p {
    height: auto !important;
}

.faq-details-leftpart header.entry-header {
    display: flex;
    flex-direction: column-reverse;
}
.faq-details-leftpart header.entry-header .total-views {
    width: 80px;
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-list-part .latest-post-rightpart.arrow-view {
    margin-bottom: 45px;
}
.blog-list-part .latest-post-rightpart.arrow-view.view-more1 {
    text-align: right;
    padding-bottom: 15px;
    padding-right: 15px;
}
.blog-list-part .latest-post-rightpart.arrow-view.view-more1 a {
    color: #575752;
    font-size: 12px;
    font-family: 'Avenir Heavy';
    text-decoration: none;
}
.aligncenter {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.blog-details-leftpart.faq-details-leftpart:after {
    content: "";
    display: block;
    clear: both;
}
/* 30-may-2022 */
.lower-field-product-form {
    display: none;
}
.modal-dialog .modal-content .modal-body .wpcf7-form p{
  text-align: right;
}
.modal.productModal .form-group .wpcf7-submit + .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 7px;
}
.titleSection h2{font-size: 44px !important;} </pre></body></html>