/*
*** Main Stylesheet
**** UI Developer *****
****** Harshad Patil *****
*/


/*Fonts*/
/*@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@font-face {
    font-family: "zurich-light";
    src: url("/fonts/zurchl-webfont.woff2") format("woff2"), url("/fonts/zurchl-webfont.woff") format("woff"), url("/fonts/ZURCHL.TTF") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "zurich-bold";
    src: url("fonts/zurchn-webfont.woff2") format("woff2"), url("fonts/zurchn-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "zurich-win95btbold";
    src: url("fonts/zurichb-webfont.woff2") format("woff2"), url("fonts/zurichb-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


/*Variabes*/


/*$primary-color: #f5841e;*/


/*$dark-blue-color:*/


/*Headers*/

.ic-header .ic-sub-title-italic {
    color: #666;
    font-style: italic;
}

.ic-header h1 {
    position: relative;
    color: #E3530F;
    /*font-family: $zurich-light;*/
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    border-bottom: #b1b1b1 solid 1px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.ic-header h1 span {
    /*border-bottom: $border-color solid 1px;*/
}

@media screen and (device-aspect-ratio: 40/71) {
    .ic-header h1 {
        font-size: 20px;
    }
}

.ic-header .ic-sub-title-italic {
    font-size: 14px;
}

.ic-header .ic-sub-title {
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.ic-header .ic-sub-title-black {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*letter-spacing: 1px;*/
}


/*Custom*/

.ic-tabs-wrapper .ic-active-tabs,
.ic-tabs-wrapper .ic-tabs {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
}

.ic-tabs-wrapper .ic-tabs {
    background-color: #fff;
    border: #E3530F solid 1px;
    color: #E3530F;
}

.ic-tabs-wrapper .ic-tabs span {
    letter-spacing: 0.5px;
    font-weight: 500;
}

.ic-tabs-wrapper .ic-tabs:hover {
    background-color: #E3530F;
    color: #fff;
    /*border: #fff solid 1px;*/
}

.ic-tabs-wrapper .ic-active-tabs {
    background-color: #E3530F;
    color: #fff;
    border: #E3530F solid 1px;
    /*&:hover {
  	background-color: #fff;
  	color: $primary-color;
  	border: $primary-color solid 1px;
  }*/
}

.ic-tabs-wrapper .ic-padding-left-five {
    padding-left: 5px;
}

.ic-tabs-wrapper .ic-padding-right-five {
    padding-right: 5px;
}

.ic-inactive {
    display: none;
}

.ic-apply h5 {
    position: relative;
    color: #E3530F;
    /*font-family: $zurich-light;*/
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    font-weight: 600;
}

.ic-apply .modal-header {
    border: 0;
}

.ic-apply .modal-content {
    /*height: calc(100vh - 20px);*/
}

.ic-apply .btn-close {
    position: relative;
    top: -26px;
    right: 0px;
    color: #000;
}

.ic-apply .ic-card-selection {
    color: #666;
    font-weight: 700;
    text-align: center;
}

.ic-apply .cust-input {
    border: 0;
    color: #E3530F;
    font-size: 24px;
    width: 100%;
    font-weight: 600;
    text-align: center;
    padding: 0 14px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 10px;
}

.ic-apply .input-group-text {
    background-color: transparent;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 10px;
    border: 1px solid #E3530F;
}

.ic-apply .input-group-text img {
    width: 22px;
    height: auto;
}

.ic-apply select {
    padding-left: 0;
    color: #6d757d;
}

.ic-apply .modal-footer {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.ic-apply .modal-footer .btn-primary {
    background-color: #E3530F;
    border-color: #E3530F;
    width: 100%;
}

.ic-apply .modal-footer .btn-primary:focus {
    box-shadow: none;
}

.ic-apply .modal-footer .btn-primary:hover {
    background-color: #fff;
    border-color: #E3530F;
    color: #E3530F;
}

.ic-apply .mobile-otp {
    display: flex;
}

.ic-apply .mobile-otp .text {
    padding: 7px 0px !important;
    text-indent: 10px;
}

@media only screen and (min-width: 768px) {
    .ic-apply .mobile-otp .text {
        border-radius: 0;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        padding: 0 0 !important;
    }
}

.ic-apply .mobile-otp .btn-submit {
    border: none;
    background: #E3530F;
    color: #fff;
    border-radius: 10px;
    padding: 0 16px;
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .ic-apply .mobile-otp .btn-submit {
        border-radius: 10px !important;
        margin-left: 11px !important;
        font-size: 14px;
    }
}

.ic-apply .form-control {
    padding: 0;
    border: 1px solid #E3530F;
}

.ic-apply .form-control:focus {
    box-shadow: none;
}

.ic-apply .form-select {
    border: 1px solid #E3530F;
}

.ic-apply .name-err-msg,
.ic-apply .email-err-msg,
.ic-apply .phone-err-msg,
.ic-apply .city-err-msg,
.ic-apply .pan-err-msg,
.ic-apply .company-err-msg {
    font-size: 12px;
    color: red;
    margin-bottom: 0;
}

.ic-apply small {
    color: #E3530F;
    font-size: 12px;
}

.ic-apply .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-left: 0;
}

.ic-apply .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):focus {
    border: 1px solid #E3530F;
    border-left: 0;
    box-shadow: none;
}

.ic-thank-you h5 {
    position: relative;
    color: #033b6a;
    /*font-family: $zurich-light;*/
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
}

.ic-thank-you .modal-header {
    border: 0;
}

.ic-thank-you .modal-content {
    /*height: calc(100vh - 20px);*/
}

.ic-thank-you .thank-bg {
    background: url(images/top.png) no-repeat;
    background-position: top;
    background-size: contain;
}

.ic-thank-you .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: inherit;
}

.ic-thank-you .modal-body .ic-cc-template {
    position: relative;
}

.ic-thank-you .modal-body .ic-cc-template img {
    width: 100%;
    height: auto;
}

.ic-thank-you .modal-body .ic-cc-template .ic-cc-dates {
    position: absolute;
    bottom: 96px;
    font-size: 8px;
    color: #fff;
    left: 90px;
}

@media only screen and (min-width: 768px) {
    .ic-thank-you .modal-body .ic-cc-template .ic-cc-dates {
        bottom: 109px;
    }
}

.ic-thank-you .modal-body .ic-cc-template .ic-cc-dates div {
    display: inline-block;
}

.ic-thank-you .modal-body .ic-cc-template .ic-cc-dates div:nth-child(2) {
    padding-left: 26px;
}

.ic-thank-you .modal-body .ic-cc-template .ic-cc-dates-c {
    position: absolute;
    bottom: 110px;
    font-size: 8px;
    color: #fff;
    left: 90px;
}

@media only screen and (min-width: 768px) {
    .ic-thank-you .modal-body .ic-cc-template .ic-cc-dates-c {
        bottom: 125px;
    }
}

.ic-thank-you .modal-body .ic-cc-template .ic-cc-dates-c div {
    display: inline-block;
}

.ic-thank-you .modal-body .ic-cc-template .ic-cc-dates-c div:nth-child(2) {
    padding-left: 26px;
}

.ic-thank-you .modal-body .ic-cc-template .ic-cc-dates-h {
    position: absolute;
    bottom: 102px;
    font-size: 8px;
    color: #fff;
    left: 90px;
}

@media only screen and (min-width: 768px) {
    .ic-thank-you .modal-body .ic-cc-template .ic-cc-dates-h {
        bottom: 113px;
    }
}

.ic-thank-you .modal-body .ic-cc-template .ic-cc-dates-h div {
    display: inline-block;
}

.ic-thank-you .modal-body .ic-cc-template .ic-cc-dates-h div:nth-child(2) {
    padding-left: 26px;
}

.ic-thank-you .modal-body .ic-cc-template .ic-cc-name {
    position: absolute;
    bottom: 10px;
    color: #fff;
    font-size: 16px;
    left: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ic-thank-you .modal-body .ic-cc-template .ic-cc-name-p {
    position: absolute;
    bottom: 65px;
    color: #fff;
    font-size: 16px;
    left: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.name-vertical {
    bottom: 185px !important;
    left: 20px !important;
}

@media only screen and (min-width: 768px) {
    .ic-thank-you .modal-body .ic-cc-template .ic-cc-name-p {
        bottom: 75px;
        left: 41px;
    }
}

.ic-thank-you .modal-body .ic-cc-template .ic-cc-name-c {
    position: absolute;
    bottom: 72px;
    color: #fff;
    font-size: 16px;
    left: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .ic-thank-you .modal-body .ic-cc-template .ic-cc-name-c {
        bottom: 85px;
        left: 41px;
    }
    .name-vertical {
        bottom: 185px !important;
        left: 20px !important;
    }
}

.ic-thank-you h6 {
    position: relative;
    color: #E3530F;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    margin-top: -32px;
}

@media only screen and (min-width: 768px) {
    .ic-thank-you h6 {
        margin-top: -40px;
        font-size: 30px;
        text-shadow: 1px 1px #ffffff;
    }
}

.ic-thank-you .tagline {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (min-width: 768px) {
    .ic-thank-you .tagline {
        font-size: 20px;
    }
}

.err-msg,
#message {
    color: red;
}

textarea:focus-visible {
    outline: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#pan {
    text-transform: uppercase;
}


/*Cards*/

.hero-slider {
    /*background: url(images/top-banner---desktop.png) no-repeat;background-position: center;background-size: contain;*/
}

@media only screen and (min-width: 768px) {
    .ic-cards-wrapper .ic-cards-for-desktop {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 70px;
        padding: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .ic-cards-wrapper .feature-1,
    .ic-cards-wrapper .feature-2,
    .ic-cards-wrapper .feature-3 {
        box-shadow: 0px 0px 5px 0px #E3530F;
        -webkit-box-shadow: 0px 0px 5px 0px #E3530F;
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    }
}

.ic-cards-wrapper .ic-card {
    /*border: $primary-color solid 1px;*/
    border: none;
    padding-top: 10px;
}

@media only screen and (min-width: 768px) {
    .ic-cards-wrapper .ic-card {
        padding: 20px 20px 20px 20px !important;
        margin-bottom: 50px !important;
    }
}

.ic-cards-wrapper .ic-card h5 {
    color: #E3530F;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 20px;
}

.ic-cards-wrapper .ic-card .feature-icon {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 10px;
    height: auto;
}

.ic-cards-wrapper .ic-card h6 {
    color: #7f2119;
    font-size: 14px;
}

.ic-cards-wrapper .ic-card .ic-special-offer {
    display: flex;
    gap: 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ic-cards-wrapper .ic-card .ic-special-offer span {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ic-cards-wrapper .ic-card .ic-special-offer span:nth-child(1) {
    font-size: 30px;
    font-weight: 700;
    color: #E3530F;
    /*text-shadow: 0.5px 0.5px #7f2119;*/
}

.ic-cards-wrapper .ic-card .ic-special-offer span:nth-child(1) img {
    width: 50px;
}

.ic-cards-wrapper .ic-card .ic-special-offer span:nth-child(2) {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    min-height: 50px;
}

.ic-cards-wrapper .ic-card .ic-special-offer .ic-price-border {
    text-decoration: line-through;
}

.ic-cards-wrapper .ic-card .ic-special-offer .ic-margin-bottom-27 {
    margin-bottom: 27px;
}

.ic-cards-wrapper .ic-card .ic-special-offer .ic-margin-bottom-28 {
    margin-bottom: 28px;
}

.ic-cards-wrapper .ic-card .card-body {
    margin-top: 65px !important;
}

@media only screen and (min-width: 768px) {
    .ic-cards-wrapper .ic-card .card-body {
        margin-top: 0 !important;
    }
}

.ic-cards-wrapper .ic-card .card-body ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.ic-cards-wrapper .ic-card .card-body ul li {
    display: flex;
    /*gap: 15px;*/
    margin-bottom: 15px;
    /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);*/
    border-radius: 10px;
    padding: 10px 10px;
    min-height: 86px;
    flex-direction: column;
    flex-basis: 50%;
    margin: 0 10px;
    border: #E3530F solid 1px;
}

@media only screen and (min-width: 768px) {
    .ic-cards-wrapper .ic-card .card-body ul li {
        margin: 0 5px;
    }
}

.ic-cards-wrapper .ic-card .card-body ul li div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-basis: 15%;*/
    min-height: 45px;
}

.ic-cards-wrapper .ic-card .card-body ul li div:nth-child(1) img {
    width: 35px;
}

.ic-cards-wrapper .ic-card .card-body ul li div:nth-child(2) {
    /*margin-left: 15px;*/
    /*flex-basis: 85%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ic-cards-wrapper .ic-card .card-body ul li span {
    font-size: 12px;
    color: #033b6a;
    text-align: center;
    display: block;
}

.ic-cards-wrapper .ic-card .card-body ul li span:nth-child(1) {
    font-size: 20px;
    color: #E3530F;
    font-weight: 700;
}

.ic-cards-wrapper .ic-card .card-body ul li span:nth-child(2) {
    color: #000;
}

.ic-cards-wrapper .ic-card .terms-condi {
    text-align: center;
    margin: 5px 0 15px 0;
    color: #666;
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .ic-cards-wrapper .ic-card .not-for-desktop {
        display: none;
    }
}

.ic-cards-wrapper .ic-card .card-footer {
    background-color: transparent;
    border: 0;
    background-color: #E3530F;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0;
}

.ic-cards-wrapper .ic-card .card-footer a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.ic-cards-wrapper .ic-card .owl-nav {
    display: none;
}

.ic-cards-wrapper .owl-carousel .owl-nav {
    display: none;
}

.ic-select-card-wrapper button {
    border: 0;
    background: transparent;
}

.ic-select-card-wrapper button .close {
    background: url(../images/btn-close.png) no-repeat;
    display: inline-block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 18px;
    left: 37px;
    transform: scale(0.6);
    z-index: 2;
}

.ic-select-card-wrapper .card {
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
    border: #E3530F solid 1px;
    text-decoration: none;
}

.ic-select-card-wrapper .card .card-body {
    font-size: 9px;
    padding: 5px 0;
    color: #7f2119;
}

.ic-select-card-wrapper .min-height {
    min-height: 102px;
}

.ic-select-card-wrapper .ic-disable-card {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 1;
    height: 100%;
    opacity: 0.7;
}

.ic-select-card-wrapper .ic-disable-card .close {
    background: url(../images/btn-close.png) no-repeat;
    display: inline-block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: -16px;
    left: 37px;
    transform: scale(0.6);
}

.owl-dots {
    top: 57% !important;
    /* changes done by Sharad */
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-dots .owl-dot {
    background: unset !important;
    border: #db8230 solid 1px !important;
    padding: 10px !important;
    font-size: revert !important;
    border-radius: 20px !important;
    margin-left: 10px;
}

.owl-dots .owl-dot:first-of-type {
    margin-left: 0;
}

.owl-dots .owl-dot.active {
    background: #E3530F !important;
}

.ic-feature-header {
    background-color: #E3530F;
    color: #fff;
}

.modal-backdrop {
    background-color: #fff;
}

.modal-content {
    border: 1px solid #E3530F;
}

@media only screen and (min-width: 768px) {
    #hero-slider {
        display: block !important;
    }
    #hero-slider img {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) {
    .modal-dialog {
        max-width: 450px;
    }
}


/* -------------------------------- 

Primary style

-------------------------------- */

body {
    /*font-size: 1.6rem;*/
    /*font-family: "Source Sans Pro", sans-serif;*/
    /* color: #404042;
   background-color: #ffffff;*/
}


/* -------------------------------- 

Main Components 

-------------------------------- */

.cd-products-comparison-table {
    margin-bottom: 6em;
}

.cd-products-comparison-table::after {
    /* never visible - this is used in jQuery to check the current MQ */
    display: none;
    content: "mobile";
}

.cd-products-comparison-table header {
    padding: 0 5% 25px;
}

.cd-products-comparison-table header::after {
    clear: both;
    content: "";
    display: table;
}

.cd-products-comparison-table h2 {
    float: left;
    font-weight: bold;
}

.cd-products-comparison-table .actions {
    float: right;
}

.cd-products-comparison-table .reset,
.cd-products-comparison-table .filter {
    font-size: 1.4rem;
}

.cd-products-comparison-table .reset {
    color: #404042;
    text-decoration: underline;
}

.cd-products-comparison-table .filter {
    padding: 0.6em 1.5em;
    color: #ffffff;
    background-color: #cccccc;
    border-radius: 3px;
    margin-left: 1em;
    cursor: not-allowed;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.cd-products-comparison-table .filter.active {
    cursor: pointer;
    background-color: #9dc997;
}

.no-touch .cd-products-comparison-table .filter.active:hover {
    background-color: #a7cea1;
}

@media only screen and (min-width: 1170px) {
    .cd-products-comparison-table {
        margin-bottom: 8em;
    }
    .cd-products-comparison-table::after {
        /* never visible - this is used in jQuery to check the current MQ */
        content: "desktop";
    }
    .cd-products-comparison-table header {
        padding: 0 5% 40px;
    }
    .cd-products-comparison-table h2 {
        font-size: 2.4rem;
    }
    .cd-products-comparison-table .reset,
    .cd-products-comparison-table .filter {
        font-size: 1.6rem;
    }
    .cd-products-comparison-table .filter {
        padding: 0.6em 2em;
        margin-left: 1.6em;
    }
}

.cd-products-table {
    position: relative;
    overflow: hidden;
}

.cd-products-table .features {
    /* fixed left column - product properties list */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 120px;
    border-style: none;
    border-color: #e6e6e6;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-color: #fafafa;
    opacity: 0.95;
}

.cd-products-table .features::after {
    /* color gradient on the right of .features -  visible while scrolling inside the .cd-products-table */
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 4px;
    height: 100%;
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.06), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.06), transparent);
    opacity: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-products-table .features {
        width: 210px;
    }
}

.cd-products-table.scrolling .features::after {
    opacity: 1;
}

.cd-products-wrapper {
    overflow-x: auto;
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
    -webkit-overflow-scrolling: touch;
    border-style: none;
    border-color: #e6e6e6;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.cd-products-columns {
    /* products list wrapper */
    width: 600px !important;
    /*width: 1200px;*/
    /*margin-left: 120px;*/
}

.cd-products-columns::after {
    clear: both;
    content: "";
    display: table;
}

@media only screen and (min-width: 1170px) {
    .cd-products-columns {
        width: 2480px;
        /*margin-left: 210px;*/
    }
}

.cd-products-columns .product {
    position: relative;
    float: left;
    width: 200px;
    text-align: center;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.filtering .cd-products-columns .product:not(.selected) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.no-product-transition .cd-products-columns .product.selected {
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.filtered .cd-products-columns .product:not(.selected) {
    position: absolute;
}

@media only screen and (min-width: 1170px) {
    .cd-products-columns .product {
        width: 310px;
    }
}

.cd-features-list li {
    font-size: 12px;
    padding: 0px 15px 0px 15px;
    line-height: 1.3;
    min-height: 80px;
}

.cd-features-list li:nth-child(1) {
    min-height: 100px;
}

.cd-features-list li.rate {
    /* rating stars */
    padding: 21px 0;
}

.cd-features-list li.rate span {
    display: inline-block;
    height: 22px;
    width: 110px;
    background: url(../img/cd-star.svg);
    color: transparent;
}

@media only screen and (min-width: 1170px) {
    .cd-features-list li {
        font-size: 1.6rem;
    }
    .cd-features-list li.rate {
        padding: 22px 0;
    }
}

.features .cd-features-list li,
.cd-products-table .features .top-info {
    /* fixed left column - items */
    font-size: 1.2rem;
    font-weight: bold;
    /* set line-height value equal to font-size of text inside product cells */
    line-height: 14px;
    padding: 25px 10px;
    text-align: left;
}

@media only screen and (min-width: 1170px) {
    .features .cd-features-list li,
    .cd-products-table .features .top-info {
        text-transform: uppercase;
        line-height: 16px;
        padding: 25px 20px;
        letter-spacing: 1px;
    }
}

.features .cd-features-list li {
    /* truncate text with dots */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cd-products-table .top-info {
    position: relative;
    height: auto;
    width: 200px;
    text-align: center;
    padding: 1.25em 0.9em;
    border-color: #e6e6e6;
    border-style: none;
    border-right-width: 0px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    cursor: pointer;
    background: #ffffff;
}

.cd-products-table .top-info .ic-special-offer {
    width: 50px;
    margin: 0 auto;
    margin-top: 14px;
}

.cd-products-table .top-info .offer-text {
    color: #ff9934;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 2px;
}

.cd-products-table .top-info::after {
    /* color gradient below .top-info -  visible when .top-info is fixed */
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 4px;
    width: 100%;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.06), transparent);
    opacity: 0;
}

.cd-products-table .top-info h3 {
    padding: 1.25em 0 0.625em;
    /*font-weight: bold;*/
    font-size: 16px;
    color: #7f2119;
}

.cd-products-table .top-info .ic-btn-apply-wrapper {
    margin-bottom: 30px;
    border-bottom: #E3530F solid 1px;
    padding-bottom: 10px;
}

.cd-products-table .top-info .ic-btn-apply {
    background: #7f2119;
    color: #fff;
    padding: 5px 19px 6px 19px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
}

.cd-products-table .top-info img {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-products-table .top-info h3,
.cd-products-table .top-info img {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-products-table .top-info .check {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 auto 1em;
}

.cd-products-table .top-info .img-width {
    width: 80%;
    margin: 0 auto;
}

.cd-products-table .top-info .check::after,
.cd-products-table .top-info .check::before {
    /* used to create the check icon and green circle dot - visible when product is selected */
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.cd-products-table .top-info .check::before {
    /* green circle dot */
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, -moz-transform 0.3s, border-color 0.3s;
    transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
}

.cd-products-table .top-info .check::after {
    /* check icon */
    background: url(../img/cd-check.svg) no-repeat center center;
    background-size: 24px 24px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media only screen and (min-width: 1170px) {
    .cd-products-table .top-info {
        height: 280px;
        width: 310px;
    }
    .cd-products-table .top-info h3 {
        padding-top: 1.4em;
        font-size: 1.6rem;
    }
    .cd-products-table .top-info .check {
        margin-bottom: 1.5em;
    }
}

.cd-products-table .features .top-info {
    /* models */
    width: 120px;
    cursor: auto;
    background: #fafafa;
}

@media only screen and (min-width: 1170px) {
    .cd-products-table .features .top-info {
        width: 210px;
    }
}

.cd-products-table .selected .top-info .check::before {
    /* green circle dot */
    background: #9dc997;
    border-color: #9dc997;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation: cd-bounce 0.3s;
    -moz-animation: cd-bounce 0.3s;
    animation: cd-bounce 0.3s;
}

@-webkit-keyframes cd-bounce {
    0% {
        -webkit-transform: scale(1);
    }
    60% {
        -webkit-transform: scale(1.6);
    }
    100% {
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes cd-bounce {
    0% {
        -moz-transform: scale(1);
    }
    60% {
        -moz-transform: scale(1.6);
    }
    100% {
        -moz-transform: scale(1.5);
    }
}

@keyframes cd-bounce {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
    }
    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.cd-products-table .selected .top-info .check::after {
    /* check icon */
    opacity: 1;
}

@media only screen and (min-width: 1170px) {
    .cd-products-table.top-fixed .cd-products-columns>li,
    .cd-products-table.top-scrolling .cd-products-columns>li,
    .cd-products-table.top-fixed .features,
    .cd-products-table.top-scrolling .features {
        padding-top: 160px;
    }
    .cd-products-table.top-fixed .top-info,
    .cd-products-table.top-scrolling .top-info {
        height: 160px;
        position: fixed;
        top: 0;
    }
    .no-cssgradients .cd-products-table.top-fixed .top-info,
    .no-cssgradients .cd-products-table.top-scrolling .top-info {
        border-bottom: 1px solid #e6e6e6;
    }
    .cd-products-table.top-fixed .top-info::after,
    .cd-products-table.top-scrolling .top-info::after {
        opacity: 1;
    }
    .cd-products-table.top-fixed .top-info h3,
    .cd-products-table.top-scrolling .top-info h3 {
        -webkit-transform: translateY(-116px);
        -moz-transform: translateY(-116px);
        -ms-transform: translateY(-116px);
        -o-transform: translateY(-116px);
        transform: translateY(-116px);
    }
    .cd-products-table.top-fixed .top-info img,
    .cd-products-table.top-scrolling .top-info img {
        -webkit-transform: translateY(-62px) scale(0.4);
        -moz-transform: translateY(-62px) scale(0.4);
        -ms-transform: translateY(-62px) scale(0.4);
        -o-transform: translateY(-62px) scale(0.4);
        transform: translateY(-62px) scale(0.4);
    }
    .cd-products-table.top-scrolling .top-info {
        position: absolute;
    }
}

.cd-table-navigation a {
    position: absolute;
    z-index: 2;
    top: -69px;
    right: 15px;
    -webkit-transform: translateY(55px);
    -moz-transform: translateY(55px);
    -ms-transform: translateY(55px);
    -o-transform: translateY(55px);
    transform: translateY(55px);
    /* replace text with image */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    height: 60px;
    width: 40px;
    background: url("../images/cd-arrow.svg") no-repeat center center;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -moz-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
    transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.cd-table-navigation a.inactive {
    opacity: 0;
    visibility: hidden;
}

.cd-table-navigation a.prev {
    left: 270px;
    right: auto;
    -webkit-transform: translateY(55px) translateX(15px) rotate(180deg);
    -moz-transform: translateY(55px) translateX(15px) rotate(180deg);
    -ms-transform: translateY(55px) translateX(15px) rotate(180deg);
    -o-transform: translateY(55px) translateX(15px) rotate(180deg);
    transform: translateY(55px) translateX(15px) rotate(180deg);
}

.no-touch .cd-table-navigation a:hover {
    background-color: #404042;
}

@media only screen and (min-width: 1170px) {
    .cd-table-navigation a {
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
    }
    .cd-table-navigation a.prev {
        left: 210px;
        -webkit-transform: translateY(100px) translateX(15px) rotate(180deg);
        -moz-transform: translateY(100px) translateX(15px) rotate(180deg);
        -ms-transform: translateY(100px) translateX(15px) rotate(180deg);
        -o-transform: translateY(100px) translateX(15px) rotate(180deg);
        transform: translateY(100px) translateX(15px) rotate(180deg);
    }
    .top-fixed .cd-table-navigation a {
        position: fixed;
    }
    .top-fixed .cd-table-navigation a,
    .top-scrolling .cd-table-navigation a {
        -webkit-transform: translateY(45px);
        -moz-transform: translateY(45px);
        -ms-transform: translateY(45px);
        -o-transform: translateY(45px);
        transform: translateY(45px);
    }
    .top-fixed .cd-table-navigation a.prev,
    .top-scrolling .cd-table-navigation a.prev {
        -webkit-transform: translateY(45px) translateX(15px) rotate(180deg);
        -moz-transform: translateY(45px) translateX(15px) rotate(180deg);
        -ms-transform: translateY(45px) translateX(15px) rotate(180deg);
        -o-transform: translateY(45px) translateX(15px) rotate(180deg);
        transform: translateY(45px) translateX(15px) rotate(180deg);
    }
}


/* -------------------------------- 

No JS

-------------------------------- */

.no-js .actions {
    display: none;
}

.no-js .cd-products-table .top-info {
    height: 145px;
}

@media only screen and (min-width: 1170px) {
    .no-js .cd-products-table .top-info {
        height: 248px;
    }
}

.no-js .cd-products-columns .check {
    display: none;
}

body {
    font-family:Mulish, sans-serif !important; ;
}


/*# sourceMappingURL=style.css.map */