h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
ul,
ol {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Font Awesome';
    src: url('../webfonts/fa-solid-900.eot');
    src: url('../webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-solid-900.woff2') format('woff2'), url('../webfonts/fa-solid-900.woff') format('woff'), url('../webfonts/fa-solid-900.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: white;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #333333;
}

.topBar {
    width: 100%;
    height: auto;
    background-color: #f4f4f4;
    padding: 0px;
}

.topbarLeft {
    margin: 10px 0px;
}

.topbarLeft ul li {
    display: inline-block;
    font: 14px 'Work Sans', sans-serif;
    margin: 0px 15px;
    text-transform: uppercase;
}

.topbarLeft ul li:first-child {
    margin-left: 0px;
}

.topbarLeft ul li:last-child {
    margin-right: 0px;
}

.topbarLeft ul li a {
    color: #676767;
}

.topbarLeft ul li a:hover {
    text-decoration: none;
    color: #222222;
}

.topbarRight {
    position: relative;
}

.cart {
    position: relative;
    margin-left: 15px;
    float: right;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart h4 {
    font-size: 15px;
    color: #55565a;
}

.cart h4 span {
    right: 0;
    font-size: 15px;
    color: #676767;
    display: inline-block;
}

.topSearch {
    float: right;
}

.topSearch .searchBtn {
    width: 50px;
    height: 42px;
    background-color: #55565a;
    border-radius: 0px;
    border: 1px solid transparent;
    color: #ffffff;
}

.topSearch .searchBtn:focus {
    outline: none;
}

.searchBox {
    position: absolute;
    top: 1px;
    width: 350px;
    right: 0;
    background-color: #ffffff;
    z-index: 310;
    /* padding: 10px; */
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    display: none;
}

.searchBox button {
    width: 50px;
    height: 40px;
    background-color: #55565a;
    border: 1px solid #55565a;
    color: #ffffff;
    font-size: 15px;
}

.topSearch input {
    width: 300px;
    height: 40px;
    border: 1px solid #55565a;
    background-color: #ffffff;
    border-radius: 0px;
    font-size: 15px;
    padding: 6px 10px;
    color: #55565a;
}

.topSearch input:focus {
    outline: none;
    border: 1px solid #55565a;
    box-shadow: none;
    background-color: #ffffff;
    color: #55565a;
}

.topSearch input::-webkit-input-placeholder {
    color: #55565a;
}

.topSearch input::-moz-placeholder {
    color: #55565a;
}

.topSearch input:-ms-input-placeholder {
    color: #55565a;
}

.topSearch input:-moz-placeholder {
    color: #55565a;
}

.find {
    position: relative;
    width: 100%;
    display: block;
}

.find>a {
    padding: 10px 12px;
    background-color: #1898d5;
    font-size: 15px;
    color: #fff;
    float: right;
}

.find>a:hover {
    text-decoration: none;
}

.findCont {
    width: 750px;
    padding: 20px;
    background: #fcfcfc;
    position: absolute;
    top: 42px;
    right: 95px;
    z-index: 310;
    display: none;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.findCat {
    float: left;
}

.findCat ul li {
    display: block;
    margin-bottom: 10px;
}

.findCat ul li.active a {
    background-color: #ed1a4f;
}

.findCat ul>li>ul {
    position: absolute;
    float: left;
    column-count: 3;
    left: 150px;
    display: none;
    top: 20px;
    width: auto;
    height: 220px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.findCat ul li ul li {
    display: block;
}

.findCat ul li ul.active {
    display: block;
}

.findCat ul li a {
    display: block;
    float: none;
    padding: 5px 10px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #1898d5;
    color: #fff;
}

.findCat ul li a:hover {
    text-decoration: none;
    background-color: #ed1a4f;
}

.find-item {
    display: none;
}


/*
.findItemCont div[data-toggle="mechanism"] {
    display: none;
}

.findItemCont div[data-toggle="basecolor"] {
    display: none;
}

.findItemCont div[data-toggle="trimcolor"] {
    display: none;
}

.findItemCont div[data-toggle="inkcolor"] {
    display: none;
}

.findItemCont div[data-toggle="penfeatures"] {
    display: none;
}
*/

.findItemCont {
    width: 70%;
    float: left;
    padding: 0px 15px;
}

.find-item ul {
    column-count: 2;
}

.find-item ul li {
    display: block;
}

.logo {
    padding: 18px 0px;
}

.navbar {
    padding: 0px;
    z-index: 300;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: static;
}

.navbar-nav .nav-link {
    font-size: 15px;
    margin: 0px 10px !important;
    padding: 29px 0px !important;
    color: #676767;
}

.navbar-nav .nav-link {
    position: relative;
    color: #676767;
}

.navbar-nav .nav-link:hover {
    color: #000000;
    text-decoration: none;
}

.navbar-nav>.nav-item:hover>.sub-menu {
    display: block;
}

.sub-menu {
    position: absolute;
    top: auto;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 10px;
    display: none;
    left: auto;
    right: 0;
}

.sub-menu ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}

.sub-menu ul li {
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}

.sub-menu ul li a {
    display: block;
    color: #222222;
    padding: 0px 5px;
}

.sub-menu ul li a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #ed1a4f;
}

.menuIcon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.menuIcon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menuIcon span {
    background: #ed1a4f;
}

.menuIcon span:nth-child(1) {
    top: 0px;
}

.menuIcon span:nth-child(2) {
    top: 10px;
}

.menuIcon span:nth-child(3) {
    top: 20px;
}

.menuIcon.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.menuIcon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.menuIcon.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.navbar-toggler:focus {
    outline: none;
}

.fa-angle-down {
    font-size: 12px;
}

.sliderWrap {
    width: 1440px;
    max-width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#siteCarousel .carousel-caption h5 {
    font: 65px 'Work Sans', sans-serif;
    font-weight: 800;
    /* text-transform: uppercase; */
    text-align: left;
    line-height: 60px;
}

#siteCarousel .carousel-caption {
    position: absolute;
    /* width: 25%; */
    right: 5%;
    top: 25%;
    left: 5%;
    z-index: 10;
    color: #fff;
    text-align: center;
    padding: 0px;
}

#siteCarousel .carousel-indicators {
    bottom: 20px;
}

.bodyHeading h1 {
    font: 70px 'Work Sans';
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    margin: 70px 0px 50px 0px;
    text-align: center;
}

.productCont {
    position: relative;
    background-color: #fdfdfd;
    margin-bottom: 35px;
    /*35px;*/
    /* CLA-372 */
    cursor: pointer;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.productCont:hover {
    box-shadow: 0px 5px 14px 2px rgba(0, 0, 0, 0.5);
    /* box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5); */
}

.productImg img {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: -6px;
}

.productDesc {
    padding: 10px;
    text-align: left;
}

.productImg {
    text-align: center;
    height: 350px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}

.home-top-category .productImg {
    height: 250px;
}

.productImg img {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: -6px;
}

.productDesc h3 {
    font: 20px 'Work Sans';
    font-weight: normal;
    line-height: normal;
    font-weight: normal;
    line-height: normal;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    line-height: 18px;
    min-height: 80px;
}

.productDesc h3 span {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
}

.home-grid .homeProduct {
    margin: 30px 0 30px 0 !important;
    padding: 30px 5px !important;
}

.home-grid .home-top-category .homeProduct {
    padding: 10px 5px !important;
}

.homeProduct .productDesc h3 {
    min-height: 120px;
}

.home-top-category .homeProduct .productDesc h3 {
    min-height: 0px !important;
}

.productDesc p {
    font: 18px 'Work Sans';
    text-transform: uppercase;
    font-weight: 400;
    color: #333333;
    margin: 15px 0px;
}

.productDesc h4 {
    font: 14px 'Work Sans';
    font-weight: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 900;
    margin: -5px 0px 10px;
    color: #1898d5;
    letter-spacing: inherit;
}

.productDesc a {
    width: auto;
    padding: 5px 0px;
    color: #222222;
    text-transform: none;
    font-size: 14px;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    border-top: 2px solid #ed1a4f;
    border-bottom: 2px solid #ed1a4f;
    opacity: 0;
}

.productDesc a:hover {
    text-decoration: none;
}

.productCont:hover .productDesc a {
    opacity: 1;
}

.filterBy h3 {
    font-size: 18px;
    color: #333333;
}

.filterBy dl {
    margin-top: 20px;
}

.filterBy dl dt {
    display: block;
    font-size: 16px;
    padding: 10px 0px;
    position: relative;
    font-weight: 500;
}

.filterBy dl dt:hover {
    cursor: pointer;
}

.filterBy dl dt i.fas {
    font-size: 14px;
    float: right;
    line-height: 25px;
}

.filterBy dl dd {
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    border-top: none;
}

.filterBy dl dd ul {
    display: none;
    margin: 0px;
}

.filterBy dl dd ul li {
    display: block;
    font-size: 14px;
    padding: 6px 0px;
    border: none;
}

.filterBy dl dd ul li label {
    display: block;
    margin: 0px;
    cursor: pointer;
}

.compareItemTable tr.odd td {
    background: #eee;
}

.compareItemTable tr td:nth-child(2) {
    background: #E7E7E7;
    /* background: #eee; */
}

/* .compareItemTable tbody td {
    border-top: 2px solid #A8A8A8;
    border-bottom: 2px solid #A8A8A8;
} */

/* .compareItemTable tbody tr td:nth-child(1) {
    border-left: 3px solid #A8A8A8;
} */

.compareItem .table-wrap {
    width: 99%;
}

/* .compareItemTable tr td img {
    border: 1px solid #333;
} */

.compareItemTable .odd div {
    background: #fff;
    /* height: 100vh; */
    width: 100%;
    padding: 0.75rem;
}

.compareItemTable .even div {
    background: #fff;
    width: 200px;
    padding: 0.75rem 0;
    margin: auto;
}

.compareItem .hover-even td:hover {
    background: #eee;
    cursor: pointer;
}

/* .compareItem .otherItemTD:hover,
.compareItem .firstItemTD:hover {
    background: #fff !important;
    cursor: default !important;
} */

.compareItemTable tr td:first-child {
    font-weight: bold;
}

.compareItem h2 {
    font-size: 20px;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #ccc; */
    padding-bottom: 0px;
}

.compareItemTable img {
    width: 100% !important;
    margin-bottom: 20px;
    margin: auto;
    height: 220px;
}

.compareItemTable.table td,
.compareItemTable.table th {
    padding: .75rem 11px !important;
}

.wrap-compare-image {
    border: 1px solid #dee2e6;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: auto;
}

.single-image {
    min-height: 650px;
    display: flex;
    align-items: center;
}

.fixed-side div {
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    align-items: center;
}

.firstItemTD,
.otherItemTD {
    position: relative;
}


/* prabhat da start */
/* added */
.outer {
    position: relative;
    margin: 0 auto;
    overflow-x: hidden;
    margin-bottom: -17px;
    overflow-y: hidden;
}

.table-responsive,
.table-wrapper .inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.table-responsive::-webkit-scrollbar,
.table-wrapper .inner::-webkit-scrollbar {
    display: none;
}

.table-wrapper .outer {
    position: relative;
    margin: 0 auto;
    overflow-x: hidden;
    margin-bottom: -17px;
    overflow-y: hidden;
    background-color: #fff;
}

.table-wrapper .inner {
    overflow-x: scroll;
    overflow-y: visible;
    width: 100%;
}

#main-compare-table tr.even td:first-child {
    min-width: 210px !important;
}

.compareItemTable tr td:not(:first-child),
.compareItemTable tr td:not(:nth-child(2)) {
    background: rgba(255, 255, 255, 0.507);
    position: relative;
    z-index: 11;
}

.compareItemTable tr td:not(:first-child),
.compareItemTable tr td:not(:nth-child(2)) {
    background: rgba(255, 255, 255, 0.3);
}

.compareItemTable tr td:nth-child(2) {
    background: rgba(231, 231, 231, 0.507);
    position: relative;
    z-index: 11;
}

.compareItemTable tr td:nth-child(2) {
    background: rgba(231, 231, 231, 0.507);
}

.fixed-side.toggle-fixed-heading div {
    margin: -14px 0 0 7px;
}

.item-with-line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    min-width: 100%;
}

.item-with-line::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    left: 0;
}

.item-with-line span {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.row-wrapper {
    position: relative;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-btn {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: #fff;
}

.scroll-btn:focus {
    border: 0;
    box-shadow: none;
    outline: none;
}

.btn-right,
.btn-left {
    /* display: block; */
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translate(-50%, 0);
}

.btn-left {
    left: -15px;
}

.btn-right {
    right: -65px;
}

.response-body {
    padding: 30px 65px;
}

.response-body p {
    font-size: 18px;
    color: #34BAFF;
    line-height: 40px;
    font-weight: 500;
}

.box-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

@media (max-width: 991px) {
    .single-image {
        min-height: auto;
    }
}

@media (max-width: 650px) {

    .btn-right,
    .btn-left {
        display: none;
        position: absolute;
        z-index: 100;
        top: 100%;
        margin-top: 30px;
        transform: translate(0, 0);
    }

    .btn-left {
        left: 30%;

    }

    .btn-right {
        right: 30%;
    }
}

/* prabhat da end */
/*.firstItemTD::after {
    position: absolute;
    top: 50%;
    width: 90%;
    height: 1px;
    background-color: #333;
    content: "";
    left: 14px;
}*/

.compareItem tbody {
    border: 2px solid #eee;
}

/*.otherItemTD::after {
    position: absolute;
    top: 50%;
    width: 97%;
    height: 1px;
    background-color: #333;
    content: "";
    left: 14px;
}*/

/*.firstItem {
    background-color: white;
    z-index: 9999;
    position: relative;
    float: left;
    width: auto !important;
}*/

.compareItemTable td {
    width: 20% !important;
}

.compareItem {
    border-top: 1px solid #000;
    padding-top: 40px;
}

#main-compare-table td:nth-child(1),
#main-compare-table th:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 10;
    border-right: 1px solid #dee2e6;
}

#main-compare-table tr.odd td:first-child {
    background-color: #eee;
}

#main-compare-table tr.even td:first-child {
    background-color: #fff !important;
    /* min-width: 221px !important; */
    min-width: 219px !important;
    /* padding: 0; */
}

.compareItemTable .fixed-side div {
    padding: 0.75rem;
}

.fixed-side.toggle-fixed-heading div {
    position: absolute;
    bottom: 0;
    margin: -14px 0 0 0;
    background: none !important;
}

.fixed-side.toggle-fixed-headingtd:first-child {
    background-color: none !important;
}

#main-compare-table tr.even td.toggle-fixed-heading {
    background: none !important;
}

#main-compare-table td.toggle-fixed-heading {
    background: none !important;
}

.loadMore a {
    width: 270px;
    height: 44px;
    color: #55565a;
    border: 1px solid #55565a;
    text-transform: uppercase;
    font: 16px 'Work Sans';
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    margin-bottom: 80px;
}

.loadMore a:hover {
    text-decoration: none;
}

.whyUs {
    width: 100%;
    height: auto;
    padding: 70px 0px;
    background-color: #f6f6f6;
}

.whyUs img {
    display: table;
    margin: 0 auto;
}

.whyUsCont {
    text-align: center;
}

.whyUsCont h4 {
    font: 22px 'Work Sans';
    color: #55565a;
    font-weight: 600;
    text-align: center;
    margin: 25px 0px;
    min-height: 50px;
}

.whyUsCont p {
    font: 15px 'Work Sans';
    color: #55565a;
    font-weight: 300;
    text-align: center;
    margin: 25px 0px;
}

.whyUsCont p span {
    font-weight: 600;
}

.whyUsCont a {
    display: inline-block;
    font: 15px 'Work Sans';
    color: #55565a;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
}

.topFooter {
    width: 100%;
    height: auto;
    padding: 30px 10px;
    border-top: 1px solid #ddd;
}

.emailSignUp h3 {
    font: 23px 'Work Sans';
    font-weight: 500;
    text-transform: uppercase;
    color: #55565a;
    margin-bottom: 30px;
}

.emailSignUp input {
    width: 386px !important;
    height: 46px;
    border-radius: 0px;
    border: 1px solid #808080;
}

.emailSignUp button {
    width: 170px;
    height: 46px;
    background-color: #019cd9;
    border: 1px solid #019cd9;
    font: 16px 'Work Sans';
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 15px;
}

.emailSignUp p {
    font: 11px 'Work Sans';
    color: #55565a;
    margin-top: 20px;
}

.stayConnected h3 {
    font: 23px 'Work Sans';
    font-weight: 500;
    color: #55565a;
}

.stayConnected ul {
    margin-top: 30px;
}

.stayConnected ul li {
    display: inline-block;
    font-size: 24px;
    margin: 0px 13px;
}

.stayConnected ul li:first-child {
    margin-left: 0px;
}

.stayConnected ul li a {
    color: #55565a;
}

.stayConnected ul li a:hover {
    color: #019cd9;
}

.btmFooter {
    width: 100%;
    height: auto;
    padding: 30px 10px;
    background-color: #dddddd;
}

.credit-section {
    align-items: center;
}

.creditLogo img {
    display: table;
    margin: 0 auto;
}

.footerLink ul {
    margin-top: 70px;
    column-count: 4;
}

.footerLink ul li {
    display: block;
    font: 18px 'Work Sans';
    margin-bottom: 15px;
    font-weight: 400;
}

.footerLink ul li a {
    color: #55565a;
}

.footerLink li a:hover {
    color: #1898d5;
    text-decoration: none;
}

.credit p {
    font-size: 15px;
    font-weight: 400;
    color: #55565a;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    border-top: 1px solid #b3b3b3;
    padding-top: 15px;
}


/*************************************************************************************************
style for product details page
**************************************************************************************************/

.productDetailsInner {
    width: 100%;
    height: auto;
    padding: 35px 0px;
    border-top: 1px solid #d3d3d3;
}

#productImgSlider .carousel-indicators {
    top: 0;
    position: absolute;
    display: list-item;
    margin: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 30px;
    width: 80px;
    scrollbar-width: thin;
    scrollbar-color: #ddd transparent;
}

#productImgSlider .carousel-indicators li {
    width: 60px;
    height: 65px;
    background: transparent;
    margin: 0px;
    margin-bottom: 6px;
    border: none;
    opacity: 1;
}

#productImgSlider .carousel-indicators li img {
    width: 60px;
    height: 65px;
    margin-bottom: 6px;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 60;
}

#productImgSlider {
    padding-left: 80px;
}

#productImgSlider .carousel-inner {
    border: 1px solid #ccc;
}

#productImgSlider .carousel-indicators li.active img {
    border: 2px solid #ed1a4f;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    z-index: 30;
    width: 4%;
    overflow: hidden;
    height: 50px;
    top: 50%;
    background-color: #000;
    padding: 0px 0px;
    margin-left: -80px;
    margin-top: -20px;
}

.carousel-control-slider-prev,
.carousel-control-slider-next {
    position: absolute;
    z-index: 30;
    width: 4%;
    overflow: hidden;
    height: 50px;
    top: 50%;
    /* background-color: #000; */
    padding: 0px 0px;
    margin-left: -80px;
    margin-top: -20px;
}

.carousel-control-slider-next-icon,
.carousel-control-slider-prev-icon {
    margin-top: 14px !important;
    margin-left: 15px !important;
}

.carousel-indicators {
    bottom: -30px !important;
}

.prev-icon {
    position: absolute;
    left: -40px;
    -webkit-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
    opacity: 0.3;
}

.next-icon {
    position: absolute;
    right: -40px;
    -webkit-transition: right 0.4s ease-in-out;
    -moz-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
    opacity: 0.3;
}

a.carousel-control-prev {
    left: 17px;
}

a.carousel-control-next {
    right: -63px;
}

a.carousel-control-slider-prev {
    left: 85px;
}

a.carousel-control-slider-next {
    right: 6px;
}

.fancybox-button {
    background: transparent;
}

.fancybox-bg {
    background-color: #fff;
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

#productImgSlider .carousel-inner {
    z-index: 200;
    min-height: 450px;
    height: auto;
    /*650px;*/
    display: flex;
    align-items: center;
}

/* .carousel-inner img {
    min-height: 650px;
} */

#productImgSlider:hover .prev-icon {
    position: absolute;
    left: 20px;
    opacity: 1;
}

#productImgSlider:hover .next-icon {
    position: absolute;
    right: 20px;
    opacity: 1;
}

.productDetails h1 {
    font: 24px 'Work Sans';
    color: #333333;
    font-weight: bold;
    padding-bottom: 6px
}

.productDetails h4 {
    font: 16px 'Work Sans';
    color: #000000;
    margin: 12px 0px;
}

.productDetails h4 span {
    display: inline-block;
    font-weight: 700;
}

.productDetails h2 {
    font: 17px 'Work Sans';
    color: #5c5c5c;
    font-weight: 300;
    margin-top: 18px;
}

.productDetails .description {
    font: 16px 'Work Sans';
    color: #333333;
    line-height: 24px;
    /* font-weight: 300;
    margin-top: 18px; */
}

.description ul li {
    margin: 0;
    padding: 2px;
}

.description ul li::marker {
    /* color: rgb(51, 182, 196); */
    color: rgb(1, 156, 217);
}

.color-part ul li::marker {
    color: rgb(1, 156, 217) !important;
}

/*.emailprint {
    margin-top: 65px;
}*/

.emailprint li {
    display: inline-block;
    font-size: 10px;
}

.emailprint li:first-child {
    margin-right: 20px;
}

.emailprint li a {
    color: #5c5c5c;
}

.color-name {
    font-size: 14px;
}

.calcshipping {
    /* margin-top: 25px; */
    margin-top: 5px;
}

.calcshipping li {
    display: inline-block;
    /* font-size: 16px; */
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #55565a;
    width: 49%;
}

.calcshipping li a {
    display: inline-block;
    padding: 10px 12px;
    /*padding: 17px 18px;*/
    color: #55565a;
}

.calcshipping li a:hover {
    text-decoration: none;
    color: #019cd9;
}

.calcshipping li:hover {
    border-color: #019cd9;
}

/* .calcshipping li:first-child {
    margin-right: 20px;
} */

.productDescriptionCont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.productDescriptionCont::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #55565a;
    top: 53px;
    left: 0;
}

.productDescriptionCont .tab-pane {
    padding: 30px 0px 30px 0px;
}

.productDescriptionCont .nav-tabs {
    border-bottom: none;
}

.productDescriptionCont .nav-tabs .nav-item {
    margin: 0px 10px;
}

.productDescriptionCont .nav-tabs .nav-item:first-child {
    margin-left: 0px;
}

.productDescriptionCont .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    color: #5c5c5c;
    font-weight: 600;
    padding: 14px 40px;
    background-color: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: 1px solid #55565a;
    border-radius: 0px;
}

.productDescriptionCont .nav-tabs .nav-item .nav-link:hover {
    background-color: #f0f0f0;
    border: 1px solid #55565a;
    border-bottom: 1px solid transparent;
}

.productDescriptionCont .nav-tabs .nav-item .nav-link.active {
    border: 1px solid #55565a;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
    background-color: #fff;
    padding-bottom: 15px;
}

.productDescriptionCont .tab-content .tab-pane {
    font-size: 16px;
    color: #555454;
}

.specification ul li {
    display: block;
}


/*Listing page style*/

.innerBanner {
    width: 1440;
    max-width: 100%;
}

.innerBanner img {
    display: flex;
    margin: 0 auto;
}

.innerHeading {
    position: relative;
    margin: 50px 0px 0px 0px;
}

.innerHeading h4 {
    position: relative;
    font-size: 24px;
    color: #2a2a2a;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    justify-content: center;
    font-weight: 600;
    padding: 0px 10px;
    background-color: #fff;
}

.innerHeading::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    background-color: #ccc;
    z-index: -1;
}

.showResult {
    margin-bottom: 30px;
}

.showResult select {
    width: 105px !important;
    /* height: 35px !important; */
    padding: 5px;
    margin: 0px 8px;
    border-radius: 0px;
}

.showResult select:focus {
    box-shadow: none;
}

.shortBy {
    float: right;
}

.shortBy select {
    width: 180px !important;
    height: 35px !important;
    padding: 5px;
    margin-left: 8px;
    border-radius: 0px;
}

.shortBy select:focus {
    box-shadow: none;
}

.paginationDiv {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 60px;
}

.paginationDiv ul li {
    display: inline-block;
    margin: 0px 5px;
    font-size: 14px;
    font-size: 13px;
}

.paginationDiv ul li a,
.paginationDiv ul li span {
    display: flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    color: #222222;
}

.paginationDiv ul li.active a {
    background-color: #222222;
    color: #ffffff;
    border-radius: 50%;
}

.paginationDiv ul li a:hover {
    background-color: #222222;
    /* border-radius: 50%; */
    color: #ffffff;
    text-decoration: none;
}

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

.form-group label {
    margin-top: 10px
}

/*style breadcrums*/

.breadcrumbs {
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.breadcrumbs .items {
    color: #757575;
    font-size: 1.3125rem;
    margin: 0;
    padding: 0;
    list-style: none none;
    text-align: center;
}

.breadcrumbs .item:not(:last-child) {
    display: inline-block;
    text-decoration: none;
}

.breadcrumbs .items>li {
    display: inline-block;
    font: 16px "Work Sans", sans-serif;
    /*vertical-align: top;*/
}

.breadcrumbs .item {
    margin: 0;
}

.breadcrumbs li * {
    font: 16px 'Work Sans', sans-serif;
    line-height: normal;
}

.breadcrumbs a:visited {
    color: #55565a;
    text-decoration: none;
}

.breadcrumbs .item:not(:last-child):after {
    font: 1rem "Skagen Regular", sans-serif;
    line-height: normal;
}

.breadcrumbs .item:not(:last-child):after {
    content: "|";
    vertical-align: middle;
}

.breadcrumbs .item:not(:last-child):after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 18px;
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    float: right;
    right: 104px;
    font-size: 24px;
    font-weight: 600;
}

.descCont {
    margin-bottom: 50px;
}

.descCont p {
    text-align: center;
    font-size: 15px;
}

.cmsInner {
    padding: 50px 0px;
}

.cmsInner h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-size: 34px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cmsInner ol {
    padding-left: 15px;
    display: block;
    margin: 40px 0px
}

.cmsInner ol li {
    font-size: 16px;
    margin: 10px 0px;
}

.cmsInner p {
    font-size: 15px;
    margin: 15px 0px;
}

.cmsInner ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 30px;
    margin: 20px 0px;
}

.cmsInner ul li {
    display: list-item;
    font-size: 15px;
    margin: 10px 0px;
}

.breadcrumbs .items {
    text-align: left;
    margin: 20px 0px;
}

.cmsCont .innerHeading {
    margin: 0px;
}

.menuArea {
    border-bottom: 1px solid #e8e8e8;
}

.cmsInner h3 {
    font-size: 24px;
    padding-top: 10px;
}

.cmsInner img {
    max-width: 100% !important;
}

.emptyTxt {
    text-align: left;
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

h4.error-heading {
    background: #eee;
    padding: 40px 25%;
    text-align: center;
    margin-bottom: 60px;
    color: #333;
    font-size: 30px;
}

h3.error-heading1 {
    color: #1898d5;
    margin-bottom: 15px;
}

.error-massage {
    background-color: #1898d5;
    color: #fff;
    font-size: 22px;
    text-align: center;
    /* border-radius: 6px; */
    display: block;
    padding: 18px;
    width: 100%;
    /* margin-bottom: 20px; */
}

.error-massage a {
    color: #ed1a4f;
    text-decoration: none !important;
}

.error-quote {
    background-color: #eee;
    color: #333;
    padding: 60px 20px;
    font-size: 18px;
    text-align: center;
}

.error-quote h3 {
    color: #1898d5;
    margin-bottom: 20px;
}

.main-search {
    max-width: 460px;
    width: 100%;
    margin: auto;
}

.searchBoxMain input {
    /* width: 70%; */
    font-size: 18px;
}

.searchBoxMain select {
    /* width: 25%; */
    width: 90px;
    background-color: #1898d5;
    padding: 5px 10px;
    border: 0;
    color: #fff;
    font-size: 18px;
}

.searchBoxMain button {
    position: relative;
    right: 0;
    background-color: #333;
    border: 0;
    color: #fff;
    padding: 6px 14px 5px;
}

.searchBoxMain {
    position: relative;
}

.searchBoxMain::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    left: -40px;
}

.searchBoxMain::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    right: -40px;
    top: 0;
}

.showResult .form-group {
    display: flex;
}

/* .container {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
} */

.radio-style .col {
    display: block;
    float: left;
    /* margin: 1% 0 1% 1.6%; */
}

.radio-style .col:first-of-type {
    margin-left: 0;
}

.radio-style .cf:before,
.radio-style .cf:after {
    content: " ";
    display: table;
}

.radio-style .cf:after {
    clear: both;
}

.radio-style .cf {
    zoom: 1;
}

.radio-style .form .plan input,
.radio-style .form .payment-plan input,
.radio-style .form .payment-type input {
    display: none;
}

.radio-style .form label {
    /* position: relative; */
    color: #333;
    background-color: #eee;
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: 3px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 16px; /* CLA 467 20 to 16 */
    border-radius: 10px;
    float: left;
    display: block;
    width: auto;
    margin-right: 5px;
}

/* .plan {
    display: flex;
    justify-content: left;
    word-wrap: break-word;
} */

.form .plan input:checked+label,
.form .payment-plan input:checked+label,
.form .payment-type input:checked+label {
    border: 3px solid #333;
    background-color: #333;
    color: #fff;
}

.form .plan input:checked+label:after,
form .payment-plan input:checked+label:after,
.form .payment-type input:checked+label:after {
    content: "\2713";
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    border: 2px solid #333;
    background-color: #2fcc71;
    z-index: 999;
    position: absolute;
    top: -10px;
    left: -10px;
}

/* 
.search-dropdown {}

.search-input-field {} */
.home-grid .productCont {
    position: relative;
    background-color: #fdfdfd;
    margin-bottom: 15px;
    cursor: pointer;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    border: 1px solid #eee;
    margin: 30px 0 0 0;
    padding: 20px;
}

.notice-board {
    position: relative;
    /* margin: 50px 0px 0px 0px; */
    text-align: center;
    background-color: #ddd;
    padding: 10px;
    margin-bottom: 1px;
}

.long-class {
    max-width: 100%;
    position: relative;
    z-index: 2000;
}

ul.cms-sidebar {
    list-style-type: none;
    margin-top: 65px;
}

ul.cms-sidebar li {
    margin-bottom: 10px;
    padding: 5px 15px;
    box-sizing: border-box;
    background-color: #ddd;
    color: #000;
    cursor: pointer;
}

ul.cms-sidebar li:hover,
ul.cms-sidebar li:focus,
ul.cms-sidebar li.active {
    background-color: #4d4d4d;
    color: #fff;
    font-weight: bold;
}

.logo {
    display: block;
}

.mobile-logo {
    display: none;
}

.color-search-filter .input-group-text {
    background-color: transparent;
    padding: 0;
    border: 0;
}

.color-filter-field {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    margin-right: 4px;
}

@media screen and (max-width:767px) {
    .productDesc a {
        opacity: 1;
    }

    .home-grid .homeProduct {
        margin: 15px 0 15px 0 !important;
    }

    .logo {
        display: none;
    }

    .mobile-logo {
        display: inline-block;
    }

    .topbarRight {
        float: right;
        position: absolute;
        right: 62px;
        top: 53px;
        z-index: 99;
        width: 100%;
    }

    /* #exampleModal .modal-content {
        width: 90% !important;
    } */

    #exampleModal button {
        font-size: 18px !important;
    }

    .menuArea {
        border-bottom: 1px solid #e8e8e8;
        padding: 20px 0;
    }

    .topSearch {
        float: none;
        position: absolute;
        right: 10px;
        top: -35px;
        z-index: 9999;
    }

    .noteBorder {
        border-bottom: 1px solid #1898d5;
    }

    #productImgSlider .carousel-inner {
        border: 0px;
    }

    .productDetailsInner {
        padding: 0 0 35px 0px;
    }
}

@media screen and (max-width:480px) {
    .searchBoxMain::after {
        display: none;
    }
}