html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
svg{
  width: 100%;
    display: block;
}
*:focus {
  outline: none;
}
.caVisualElem img,
.ubiModal img{
  width: initial;
}
.zoomWindowContainer > div{
  background-color: #fff;
}
a{
  text-decoration: none;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.appear-bottom{
  visibility: hidden;
}
button,
textarea,
input{
    box-sizing: border-box;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    box-shadow: none;
    /* inherit font & color from ancestor */
    color: inherit;
    font: inherit;
    /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
    line-height: normal;
    /* Corrects font smoothing for webkit */
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    /* Corrects inability to style clickable `input` types in iOS */
    -webkit-appearance: none;
    /* Remove excess padding and border in Firefox 4+ */
    border: 0;
    padding: 0;
}
html{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}
section{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

#navIcon {
    position: relative;
    width: 25px;
    height: 25px;
    z-index: 200;
    float: right;
    margin-top: .8rem;
}
#navIcon div {
    height: 2px;
    width: 100%;
    background-color: #7d7d7d;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#navIcon div::after,
#navIcon div::before{
    content:"";
    height: 2px;
    width: 100%;
    background-color: #7d7d7d;
    position:absolute;
    transition: all 0.5s;

}
#navIcon div::before{
  top:-8px;
}
#navIcon div::after{
  bottom: -8px;
  width: 80%;
}

#navIcon div.bar-on::before {
    animation-name: bam-hamburguer-one-bar-one;
    animation-duration: 0.7s;
    transform: translate(0px, 8px) rotate(45deg);
    
}

#navIcon div.bar-on {
    animation-name: bam-hamburguer-one-bar-two;
    animation-duration: 0.7s;
    background-color: transparent;
}

#navIcon div.bar-on::after {
    animation-name: bam-hamburguer-one-bar-three;
    animation-duration: 0.7s;
    transform: translate(0px, -8px) rotate(-45deg);    
    
    width: 100%;
}
@keyframes bam-hamburguer-one-bar-one {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, 8px);
    }

    100% {
        transform: translate(0px, 8px) rotate(45deg);
    }
}

@keyframes bam-hamburguer-one-bar-two {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes bam-hamburguer-one-bar-three {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -8px);
    }

    100% {
        transform: translate(0px, -8px) rotate(-45deg);
    }
}


.caMainLogo {
    display: block;
    width: 11rem;
    height: 3.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -99999px;
    background-image: url(../img/logo.svg);
    margin: .3rem 0 .5rem 0;
    float: left;
}

header {
    background-color: #ffffff;
    box-shadow: 0 0 9px rgba(0,0,0,0.2);
    z-index: 9000;
    position: fixed;
    width: 100%;
}
.ubiModal {
    z-index: 9001;
}
.caMns{
    margin-top: 6rem;
    float: left;
}
.wrapper{
  width: 90%;
  margin: auto;
}
header .wrapper{
  position: relative;
}
.caDealContainer {
    background-color: #2a2f30;
    color: #000;
    padding: .7rem 0;
    width: 100%;
    overflow: hidden;
}
.caDealContainer h1 {
    text-align: center;
    width: 90%;
    margin: auto;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: .9rem;
}
.caDealContainer h1 small{
    display: block;
    color: #fff;
    opacity: .7;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .5px;
}
.caCloseButton {
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    right: 0;
    top: -.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/closeWhite.svg);
    text-indent: -99999px;
}
.caInfoContainer {
    width: 100%;
    overflow: hidden;
    background-color: #0b0b0b;
}
.caInfoContainer a {
    color: #fff;
    display: block;
    transition:.3s ease all;
    opacity: .6;
}
.caInfoContainer a:hover{
  opacity: 1;
}
.caInfoContainer ul {
    overflow: hidden;
    text-align: right;
    padding: .3rem 0 .4rem 0;
}
.caInfoContainer ul li {
    display: inline-block;
    position: relative;
    padding-left: .5rem;
    margin-top: .2rem;
}
.caInfoContainer ul li::after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    left: 0;
    top: -.2rem;
    background-repeat: no-repeat;
    background-size: contain;
}

.ubislider-image-container {
    height: 28pc;
}
.caInfoContainer ul li a{
    width: 1.2rem;
    height: 1.2rem;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.caInfoContainer ul li:nth-child(2)::after,
.caInfoContainer ul li:nth-child(3)::after,
.caInfoContainer ul li:nth-child(4)::after{
  display: none;
}
.caInfoContainer ul li:nth-child(2) a{
  background-image: url(../img/whatsapp-logo.svg);
}
.caInfoContainer ul li:nth-child(3) a{
  background-image: url(../img/rIn.svg);
}
.caInfoContainer ul li:nth-child(4) a{
  background-image: url(../img/rFb.svg);
}
.caTel {
    float: left;
    font-size: 1rem;
    font-weight: 500;
    margin-top: .6rem;
    position: relative;
    padding-left: 1.5rem;
}

.caTel::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -.15rem;
    width: 1.4rem;
    height: 1.4rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/phone-icon.svg);
}

header nav {
    display: none;
    width: 100%;
    background-color: white;
    position: fixed;
    margin-top: 4.3rem;
    left: 0;
    border-top: 1px solid #d2d2d2;
}

header nav ul li {
    width: 100%;
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #f3f3f3;
    box-sizing: border-box;
}
header nav ul > li:nth-child(2) {
  padding: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header nav ul > li:nth-child(2) a{
  padding-left: 1rem;
}

header nav ul li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9rem;
    color: #565656;
    letter-spacing: -.5px;
    transition: .3s ease all;
}
header nav ul li ol {
    background-color: #f9f8f8;
    margin-top: 1rem;
    display: none;
}
.caDesktopNav li:hover ol{
  display: block;
}
header nav ul > li:nth-child(2):hover{
  padding-bottom: 0;
}
header nav ul li ol li{
  padding-left: 2rem;
}
.caFeatures{
  overflow: hidden;
  float: right;
}
.caFeatures {
    width: 100%;
    overflow: hidden;
    text-align: right;
    padding: .4rem 0;
}
.caFeatures li {
    display: inline-block;
    position: relative;
    margin-left: .8rem;
}
.caFeatures a {
    position: relative;
    color: #000;
    display: block;
    font-size: .9rem;
    transition: .3s ease all;
    opacity: .6;
    display: block;
    cursor: pointer;
    padding: .3rem 0 .3rem 1.3rem;
}
.caFeatures a::after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-weight: 600;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    margin: auto;
}
.caMnSr::after{
  background-image: url(../img/magnifier.svg);
}
.caMnCr::after{
  background-image: url(../img/bag.svg);
}
.caMnUr::after{
  background-image: url(../img/usr.svg);
}
.caMainBanner .caImg{
  width: 100%;
  padding-bottom: 50%;

    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.caBannerInfo small{
    opacity: .6;
    margin-bottom: -.5rem;
    display: block;
    margin-top: 2rem;
    font-size: .8rem;
}
.caBannerInfo h2 {
    font-size: 4vw;
    margin: 1rem 0;
    line-height: 1.3;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
.caBannerInfo p {
    font-size: 1.1rem;
    display: block;
    line-height: 1.15;
    opacity: .7;
    color: #414141;
}
.caGeneralButton {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1rem;
    background-color: #475fc0;
    color: #fff !important;
    display: block;
    border-radius: 100px;
    text-align: center;
    width: 8rem;
    padding: .6rem 0;
    transition:.3s ease all;
}
.caAbout h4{
  margin-top: 5rem;
}
.caAbout h4,
.caAbout p{
  text-align: center;
}
.caAbout p{
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1px;
}
.caGeneralButton:hover{
  background-color: #364891;
}

.caBannerInfo .caGeneralButton {
    margin-top: 2rem;
    width: 12rem;
    padding: .8rem 0;
    font-size: 1rem;
}
.caSplitColum div{
  position: relative;
}
.caRebatesBanners h3 {
    position: absolute;
    top: 16%;
    width: 50%;
    z-index: 10;
    left: 8%;
    font-size: 6.2vw;
    line-height: 1;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bolder;
}
.caRebatesBanners h3 small {
    display: block;
    margin-bottom: .5rem;
    font-size: 65%;
    font-weight: 100;
    opacity: .6;
}
.caRebatesBanners img{
  position: relative;
  z-index: 9;
}
.caRebatesBanners {
    margin-top: 4rem;
    max-width: 28rem;
    margin: 4rem auto;
}
.caRebatesBanners div:first-of-type{
    margin-bottom: 2rem;
}
.caMainTitle {
    font-size: 1.7rem;
    display: block;
    margin: 0rem 0 2rem 0;
    width: 100%;
    overflow: hidden;
    padding: .3rem 0;
    color: #282f74;
}





.caProductGrid .caImageContainer {
  position: relative;
  display: block;
}
.caProductGrid .caImageContainer img{
  z-index: 10;
  -ms-transform: scale(.9); /* IE 9 */
  -webkit-transform: scale(.9); /* Safari */
  transform: scale(.9);
  transition:.3s ease all;
  position: relative;
  display: block;
}
.caProductGrid .caImageContainer:hover img{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1);
}

.caRating span{
  display: block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.caRating span.caFilled{
  background-image: url(../img/starFilled.svg);
}
.caRating span.caEmpty{
  background-image: url(../img/starEmpty.svg);
}
.caRating {
    text-align: center;
}
.caRating li {
    display: inline-block;
    margin: 0 .1rem;
}
.caProductGrid h5{
    font-size: 1.4rem;
    display: block;
    text-align: center;
    margin: 1rem 0;
    color: #353535;
}
.caProductGrid small{
    display: block;
    text-align: center;
    color: #5b5b5b;
    font-size: .9rem;
}
.caProductGrid b{    
  color: #1c1c1c;
    text-align: center;
    display: block;
    font-size: 1.2rem;
    margin: .5rem auto;
}
.caProductGrid .caGeneralButton {
    margin: 1.2rem auto;
    width: 7rem;
    font-size: .85rem;
    padding: .5rem;
    box-sizing: border-box;
    opacity: 0;
    transition:.3s ease all;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.caProductGrid li:hover .caGeneralButton{
  opacity: 1;
  transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}
.caProductGrid .caLabel {
    display: inline-block;
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
    font-size: .9rem;
    font-weight: 900;
    letter-spacing: .5px;
    padding: .4rem .6rem .5rem .6rem;
    border-radius: 2px;
    position: absolute;
    min-width: 3.5rem;
    text-align: center;
    opacity: 0;
    transition:.3s ease all;
}
.caProductGrid li {
    position: relative;
    max-width: 28rem;
    margin: auto;
    overflow: hidden;
}
.caProDet {
    width: 90%;
    margin: auto;
}
.caLabelspace01, .caLabelspace03 {
    top: 3rem;
}
.caLabelspace02,
.caLabelspace04{
  top: 5.5rem;
}
.caLabelspace01,
.caLabelspace02{
  left: 0;
}
.caLabelspace03,
.caLabelspace04{
  right: 0;
}

.caLabelspace01,
.caLabelspace02{
  -ms-transform: translate(-110%, 0); /* IE 9 */
  -webkit-transform: translate(-110%, 0); /* Safari prior 9.0 */
  transform: translate(-110%, 0); /* Standard syntax */
}
.caLabelspace03,
.caLabelspace04{
  -ms-transform: translate(110%, 0); /* IE 9 */
  -webkit-transform: translate(110%, 0); /* Safari prior 9.0 */
  transform: translate(110%, 0); /* Standard syntax */
}
.caProductGrid li:hover .caLabel{
  opacity: 1;
  -ms-transform: translate(0, 0); /* IE 9 */
  -webkit-transform: translate(0, 0); /* Safari prior 9.0 */
  transform: translate(0, 0); /* Standard syntax */
}
.caAddWishList {
    display: block;
    text-indent: -99999px;
    right: 0;
    position: absolute;
    background-color: #ffffff;
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-size: 90%;
    background-image: url(../img/iHeart.svg);
    background-position: 50%;
    opacity: .5;
    cursor: pointer;
    z-index: 100;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
    transition:.3s ease all;
}
.caAddWishList:hover{
  -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);
  opacity: .7;
}
.caBenefits {
    overflow: hidden;
    margin: 6rem 0;
}
.caBenefits b {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2rem;
    display: block;
    text-align: center;
    color: #FFF;
}
.caBenefits small{
    font-size: 1.2rem;
    display: block;
    text-align: center;
    margin-top: .3rem;
    color: #FFF;
    opacity: .8;
}
.caBenefits img{
    width: 4rem;
    margin: 0 auto .7rem auto;
}
.caBenefits li {
    background-color: #252525;
}
.caBenefits li:nth-child(2) {
    background-color: #1c1c1c;
}
.caBenefits div{
    padding: 2.5rem 0;
}
footer {
    background-color: #060606;
    padding: 1rem 0 1rem 0;
    overflow: hidden;
    clear: both;
}
footer ul li a {
    display: block;
    color: #FFF;
    margin: 1rem 0;
    font-size: 1rem;
    text-align: center;
    opacity: .6;
    transition:.3s ease all;
}
footer ul li a:hover{
  opacity: 1;
}
footer h6 {
    font-size: 1.2rem;
    color: #434343;
    text-align: center;
}
footer .caPaymentOptions {
    overflow: hidden;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 2rem;
    text-align: center;
}
footer .caPaymentOptions li {
    display: inline-block;
}
footer .caPaymentOptions li img {
    display: block;
    width: 3.5rem;
}
footer input {
    width: 100%;
    display: block;
    border-radius: 100px;
    font-size: .8rem;
    padding: .5rem 1.5rem;
    max-width: 20rem;
    margin: 1rem auto 0;
}
footer .caGnd {
    display: block;
    width: 100%;
    padding-bottom: 2rem;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.caCopy img {
    width: 10rem;
    margin: auto;
}
.caCopy ul {
    text-align: center;
}
.caCopy ul li{
  display: inline-block;
  margin-left: 1rem;
}
.caCopy ul li:first-child{
  margin-left: 0;
}
.caCopy small {
    font-size: .7rem;
    text-align: center;
    display: block;
    margin: .3rem 0;
    color: #fff;
}

.caCover{
  -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.caImage {
    width: 100%;
    padding-bottom: 38%;
    margin: 3rem 0;
}
.caSpl {
    width: 80%;
    margin: auto;
    font-weight: 600;
    font-size: 1.2rem;
}
.caSplitColumns {
    margin-top: 7rem;
    margin-bottom: 5rem;
}
.caSplitColumns p,
.caSplitColumns h6{
  text-align: center;
}
.caSplitColumns h6{
  color: #343e4c;
    font-size: 1.3rem;
    color: #282f74;
    margin-bottom: 1rem;
}
.caSplitColumns .caImage{
  width: 80%;
  margin: 3rem auto;
}   
.caAbout {
    max-width: 70rem;
    clear: both;
    margin: auto;
    padding-top: 6rem;
    float: none;
    margin-top: 0 !important;
}

.caGridCols li > div{
  position: relative;
  margin: 5% 0;
}

.caGridCols li > div .caImg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100%;
    position: relative;
    z-index: 1;
}
.caGridCols li > div .caImg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .1;
}
.caGridCols li > div .caFullHeight {
    padding-bottom: 100%;
}
.caGridCols li > div .caMiddHeight {
    padding-bottom: 50%;
}
.caGridCols {
    overflow: hidden;
    width: 100%;
    max-width: 30rem;
    margin: auto;
}

.caGridCols li{
  margin: 2%;
}




.caBannerTxt {
  width: 55%;
  position: absolute;
    top: 20%;
    z-index: 10;
}
.caLeftAligment {
  left: 42%;
}
.caRightAligment {
  left: 7%;
}
.caBannerTxt h2 {
    font-size: 2rem;
}
.caBannerTxt a{
  font-weight: 600;
  display: inline-block;
  margin-top: .8rem;
  font-size: 1.2rem;
  position: relative;
  padding-bottom: .3rem;
  opacity: 0;
  overflow: hidden;
  -ms-transform: translate(-100%, 0); /* IE 9 */
    -webkit-transform: translate(-100%, 0); /* Safari */
    transform: translate(-100%, 0);
  transition:.3s ease all;
}
.caGridCols li{
  overflow: hidden;
}
.caGridCols li div:hover a{
  -ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Safari */
    transform: translate(0, 0);
    opacity: .6;

}
.caBitnami,
.caBitnami .caOneBannerLong{
  margin-top: 0 !important;
}
.caBi{
  margin-bottom: 0 !important;
}
.caBannerTxt a::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  -ms-transform: translate(-100%, 0); /* IE 9 */
    -webkit-transform: translate(-100%, 0); /* Safari */
    transform: translate(-100%, 0);
  transition:.3s ease all;
}
.caBannerTxt a:hover{
  opacity: 1 !important;
}
.caBannerTxt a:hover::after{
  -ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Safari */
    transform: translate(0, 0);
}
.caBlackTxt,
.caBlackTxt a{
  color: #000;
}
.caBlackTxt a::after{
  background-color: #000;
}
.caWhiteTxt, 
.caWhiteTxt a{
  color: #fff;
}
.caWhiteTxt a::after{
  background-color: #fff;
}
.caCustomersPics .caPicContainer {
    width: 90%;
    padding-bottom: 70%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    margin: auto;
}
.caOurClients .caMainTitle{
  margin-bottom: 1rem;
}
.caOurClients p {
    margin-bottom: 1rem;
}
.caOurClients {
    margin-bottom: 4rem;
    overflow: hidden;
}
.caMyCart {
    position: fixed;
    height: 100vh;
    width: 90%;
    max-width: 350px;
    background-color: red;
    top: 0;
    right: -100%;
    z-index: 99999;
    overflow: hidden;
}
.caCartScroll {
    position: relative;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    background-color: #fff;
    z-index: 99999;
    overflow-y: scroll;
    padding-right: 15px;
}
.caProductsCart li {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 1rem 0;
    background-color: #f9f9f9;
    margin-bottom: 1rem;
}
.caProductsCart li:last-child {
    background-color: #f3f2f2;
}
.caProductsCart .caImageContainer {
    float: left;
    width: 25%;
    margin-left: 5%;
}
.caProductsCart .caDescriptionCont {
    width: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 35%;
}
.caProductsCart {
    overflow: hidden;
    width: 90%;
    margin: auto;
    
}
.caProductsCart .caImageContainer {
    position: relative;
}
.caProductsCart .caImageContainer::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 45%;
    bottom: 5%;
    left: 0;
    background-color: #fff;
    opacity: .9;
}
.caMyCart h2{
    font-size: 1.5rem;
    width: 90%;
    margin: 2rem auto;
}

.caProductsCart .caImageContainer img {
    z-index: 10;
    position: relative;
}
.caProductsCart h5 {
    font-size: 1.2rem;
    display: block;
    text-align: left;
    margin: .7rem 0;
    color: #353535;
}
.caProductsCart small {
    display: block;
    text-align: left;
    color: #5b5b5b;
    font-size: .9rem;
}
.caProductsCart b {
    color: #3a3a3a;
    text-align: left;
    display: block;
    font-size: .9rem;
    margin: .3rem auto;
    font-weight: 900;
}
.caProductsCart b i{
    display: inline-block;
    padding-right: 2rem;
    position: relative;
}
.caProductsCart b i::after {
    content: "X";
    position: absolute;
    right: .6rem;
    top: 0;
    display: block;
    opacity: .5;
}
.caProductsCart .caSubtotal, 
.caProductsCart .caTotal{
  width: 90%;
  margin:auto;
  padding: .5rem 0;
}
.caProductsCart .caSubtotal span, 
.caProductsCart .caSubtotal i {
    font-size: 1.2rem;
    color: #3f3f3f;
}
.caProductsCart .caTotal span, 
.caProductsCart .caTotal i {
    font-weight: 600;
    font-size: 1.5rem;
    color: #3f3f3f;
    font-weight: 900;
}
.caProductsCart .caTotal i {
    float: right;
}
.caProductsCart .caSubtotal i {
    float: right;
}
.caProductsCart .caActionsButtons .caGeneralButton {
    font-size: .7rem;
    width: 9rem;
    padding: .6rem 0;
    float: right;
    margin: .3rem;
    cursor: pointer;
}
.caProductsCart .caActionsButtons  .caGeneralButton:hover {
    
}
.caSecondButton {
    background-color: #5c616a;
}
.caProductsCart .caActionsButtons .caSecondButton:hover {
    background-color: #313338;
}
.caProductsCart .caActionsButtons .caGeneralButton:first-child{
  margin-right: 0;
}
.caProductsCart .caActionsButtons {
    width: 90%;
    margin: .3rem auto 0 auto;
}
.caMyCartContainer{
  position: fixed;
  left: 0;
  display: none;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  z-index: 99998;
}
.caCloseCart {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 8%;
    top: 1.9rem;
    text-indent: -99999px;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/close.svg);
    transition:.3s ease all;
    opacity: .3;
}
.caCloseCart:hover{
  opacity: .7;
}
select {
    box-sizing: border-box;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    box-shadow: none;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    background-color: rgba(0,0,0,0.05);
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
    background-size: .9rem;
    padding: .4rem .9rem;
    display: block;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
    color: #6f6f6f;
    width: 100%;
}
.caSortBy div{
  position: relative;
}
.caSortBy div::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/dArrow.svg);
    width: .7rem;
    height: .7rem;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.caSortBy {
  position: relative;
    float: left;
    width: 14rem;
    margin-top: -1rem;
}
.caSortBy select {
    width: 100%;
    text-transform: initial;
}
.caFilterSection {
    float: left;
    width: 100%;
    margin-top: 1rem;
    border-top: 1px solid #d8d8d8;
    padding-top: 1.3rem;
}
.caFilterSection div > div{
  position: relative;
  width: 100%;
}
.caFilterSection div > div::after{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/dArrow.svg);
    width: .7rem;
    height: .7rem;
    position: absolute;
    right: .8rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
label {
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .2px;
    color: #404040;
    display: block;
    width: 100%;
    padding: .6rem 0;
}
.caProductList {
    float: left;
    width: 100%;
    margin-top: 5rem;
}
.caColorOptions{
  text-align: center;
}
.caColorOptions li {
    display: inline-block;
    margin: 2%;
}
.caColorOptions li small{
    display: block;
    text-align: center;
    font-weight: 600;
    margin-top: 1rem;
    font-size: 1rem;
}
.caColorOptions li img{
    width: 3rem;
    margin: auto;
}

.caColorOptions input {
    width: 2rem;
    height: 2rem;
    position: relative;
}
.caColorOptions input:checked{
  border: 1px solid #000;
}

.caSpx li{
    display: block;
    clear: both;
    border-bottom: 1px solid #d0d0d0;
    padding: .5rem 2rem;
}
.caSpx li small {
    display: inline-block;
    position: relative;
    padding: .5rem 0 .5rem 2.4rem;
}
.caSpx li small::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.7rem;
    height: 1.7rem;
    bottom: 0;
    margin: auto;
}
.caSpx li:nth-child(1) small::after{
  background-image: url(../img/z01.svg);
}
.caSpx li:nth-child(2) small::after{
  background-image: url(../img/z02.svg);
}
.caSpx li:nth-child(3) small::after{
  background-image: url(../img/z03.svg);
}
.caSpx li:nth-child(4) small::after{
  background-image: url(../img/z04.svg);
}
.caSpx li:nth-child(5) small::after{
  background-image: url(../img/z05.svg);
}

.caProDet h5 {
    font-size: .9rem;
    display: block;
    text-align: center;
    margin: 2rem 0 .5rem 0;
    color: #353535;
    text-transform: uppercase;
}
.caProDet small {
    display: block;
    text-align: center;
    color: #5b5b5b;
    font-size: .9rem;
}
.caDescriptionElem .wrapper > span {
    font-weight: 600;
    text-transform: uppercase;
    color: #757575;
    font-size: .8rem;
    display: block;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: .3rem;
}
.caDescriptionElem p{
    font-size: 1rem;
    color: #000000;
    line-height: 1.3;
    letter-spacing: .3px;
    text-align: center;
    width: 90%;
    margin: auto;
    margin-bottom: 1.1rem;
}
.caPricesTags li {
    margin: .5rem 0;
    display: block;
    text-align: center;
}
.caPricesTags li span{
    font-size: 1.2rem;
    opacity: .4;
    text-decoration: line-through;
}
.caPricesTags li span.caMainPrice{
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -.5px;
    text-decoration: none;
    opacity: 1;
}
.caButtonsInt {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.5rem;
}
.caButtonsInt a {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: .5rem 0 .5rem 2rem;
    margin: .3rem .5rem;
}
.caButtonsInt a::after {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
}
.caMeasureBtn::after{
background-image: url(../img/ringMeasure.svg);
}
.caGuidesBtn::after{
background-image: url(../img/measureChart.svg);
}
.caShippingBtn::after{
  background-image: url(../img/shippingOption.svg);
}
.caMeasureSelection {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.caMeasureSelection > div{
  position: relative;
}
.caMeasureSelection > div::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/dArrow.svg);
    width: .7rem;
    height: .7rem;
    position: absolute;
    right: .8rem;
    top: 0;
    bottom: 0;
    margin: auto;
}  
.caMeasureSelection label{
  text-align: center;
  display: none;
}
.caMeasureSelection select{
    padding: .8rem;
}
.caDescriptionElem .caGeneralButton{
  margin: auto;
}
.caDescriptionElem{
  text-align: center;
}
.caDescriptionElem .caGeneralButton {
    margin: auto;
    width: initial;
    display: inline-block;
    padding: .8rem 2.2rem;
    text-transform: initial;
    margin-bottom: 1.5rem;
}
.caContactCustomer {
    text-align: center;
    margin-top: 1rem;
}
.caContactCustomer li {
    display: inline-block;
    margin: .3rem .5rem;
}
.caContactCustomer li a {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    position: relative;
    padding: .5rem 0 .5rem 2rem;
}
.caContactCustomer li a::after {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
}
.caContactCustomer .caWish::after{
  background-image: url(../img/wishList.svg);
}
.caContactCustomer .caFaqs::after{
  background-image: url(../img/faqs.svg);
}
.caContactCustomer .caCont::after{
  background-image: url(../img/mailContact.svg);
}
.caSocialShare li a {
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transition: .3s ease all;
    opacity: .6;
}
.caSocialShare li a:hover{
  opacity: 1;
}
.caSocialShare li a.caFb{
  background-image: url(../img/rFb.svg);
}
.caSocialShare li a.caIn{
  background-image: url(../img/rIn.svg);
}
.caSocialShare li a.caTw{
  background-image: url(../img/rTw.svg);
}
.caSocialShare {
    text-align: center;
}
.caSocialShare li {
    display: inline-block;
    margin: 1.5%;
}
.caSocialSect{
    margin-top: 3rem;
}
.caSocialSect h6 {
    letter-spacing: .5px;
    color: #777777;
    margin-bottom: .5rem;
}
.caWarranty h3 {
    color: #373737;
    font-size: 1.2rem;
    margin-bottom: .7rem;
    line-height: 1.2;
    text-align: center;
}
.caWarranty p {
    color: #464545;
    font-size: .95rem;
    line-height: 1.3;
    margin-bottom: 3rem;
    text-align: center;
}
.caPostDate {
    color: #5b5b5b;
    font-size: .9rem;
    display: block;
    font-weight: 600;
    padding: .5rem 0 .5rem 2rem;
    position: relative;
    float: right;
}
.caPostDate::after {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 1.3rem;
    height: 1.3rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/calendarIcon.svg);
    position: absolute;
    margin: auto;
}
.caRatingColumns h2 {
    font-size: 1.2rem;
    color: #373737;
    text-align: center;
    display: block;
    clear: both;
}
.caRatingColumns h2 img{
    width: 7rem;
    margin: auto;
}
.caEvaluationConcepts small{
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: .8rem;
    color: #373737;
    display: block;
    text-align: center;
    margin-bottom: .3rem;
}
.caEvaluationConcepts {
    margin: 1.5rem auto 2rem auto;
    overflow: hidden;
    max-width: 26rem;
}
.caEvaluationConcepts > li {
    float: left;
    width: 33.33%;
}
.caRatingColumns > div:last-of-type{
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid #d1d1d1;
}
.caEvaluationConcepts .caRating span {
    width: 1rem;
    height: 1rem;
}
.caRatingColumns p{
    line-height: 1.4;
    font-size: .9rem;
    text-align: center;
    color: #373737;
}
.caRate h4 {
    font-size: 1.4rem;
    display: block;
    text-align: center;
    margin: .5rem 0;
    color: #353535;
    margin-bottom: -.5rem;
}
.caRate span{
    display: block;
    text-align: center;
    font-size: 6rem;
    font-weight: 900;
    color: #565656;
    letter-spacing: -1px;
    line-height: 1;
}
.caRate h6{
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 1px;
    color: #353535;
    text-align: center;
    margin-top: 1rem;
}
.caRate small{
    font-size: 1rem;
    display: block;
    text-align: center;
    margin-top: .5rem;
    letter-spacing: 1px;
    color: #565656;
}
/*
body {
  margin: 0;
  height: 100%;
}

#container {
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
}

#sidebar {
  background-color: #2980b9;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 18%;
  overflow: auto;
}

#content {
  background-color: #f8f8f8;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 82%;
  overflow: auto;
}*/
.caVisualElem {
    background: rgba(0, 0, 0, .03);
    width: 100%;
    min-height: 5rem;
    overflow: hidden;
    position: relative;
}
.caVisualElem .fnd {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 65%;
    height: 25%;
    top: 16rem;
    background-color: #fff;
    z-index: -1;
    /* max-width: 333px; */
    opacity: .6;
}
.caMoreInfoSpecs {
    margin: 1.5rem 0;
}
.caMoreInfoSpecs .panel-title > a {
    color: inherit;
    font-size: 1.9em;
    color: #363636;
    display: block;
    padding-left: 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    position: relative;
    padding: .7rem 0 .7rem 2rem;
}
.caMoreInfoSpecs .panel-title > a::after {
    content: "";
    left: .3rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1.2rem;
    height: 1.2rem;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
}
.caIconDiamond::after{
  background-image: url("../img/diamondIcon.svg");
}
.caIconRing::after{
  background-image: url("../img/ringIcon.svg");
}
.caMoreInfoSpecs .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.caMoreInfoSpecs .panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.caMoreInfoSpecs .panel + .panel {
    margin-top: 0;
}
.caVidElem {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    display: none;
}
video {
    width: 80%;
    height: auto;
    box-sizing: border-box;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
}
.caCloseVideo {
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 2rem;
    height: 2rem;
    background-image:url(../img/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: .3;
    transition:.3s ease all;
}
.caCloseVideo:hover{
  opacity: .7;
}

.caShowVideo {
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../img/playIcon.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    cursor: pointer;
    opacity: .7;
    z-index: 9;
    transition: .3s ease all;
    background-color: #797979;
    border: 1px solid #5f5f5f;
    background-position: center center;
}
.caShowVideo:hover{
  opacity: 1;
}
#gal1 a{
  display: block;
}
.caCustomArrows{
  display: none;
}

.caAddToCart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    display: none;
}
.caAddToCart .caAddToContainer {
    position: fixed;
    background-color: #eee;
    width: 90%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 31rem;
    display: none;
}
.caAddToContainer h2 {
    width: 100%;
    margin: auto;
    font-size: 1.1rem;
    letter-spacing: -.2px;
    text-transform: uppercase;
    padding: 1.7rem 0 1.2rem 5%;
    margin-bottom: 1px;
    border-bottom: 1px solid #d6d6d6;
    box-sizing: border-box;
    margin-bottom: 1.2rem;
}
.caAddToContainer .caDescriptionCont {
    width: 60%;
    position: absolute;
    top: 4.7rem;
    left: 35%;
}
.caAddToContainer h5 {
    font-size: 1.2rem;
    display: block;
    text-align: left;
    margin: .7rem 0;
    color: #353535;
}

.caAddToContainer small {
    display: block;
    text-align: left;
    color: #5b5b5b;
    font-size: .9rem;
}
.caAddToContainer b {
    color: #3a3a3a;
    text-align: left;
    display: block;
    font-size: .9rem;
    margin: .3rem auto;
    font-weight: 900;
  }
  .caAddToContainer .caImageContainer {
    float: left;
    width: 25%;
    margin-left: 5%;
    position: relative;
}
.caAddToContainer .caImageContainer::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 45%;
    bottom: 5%;
    left: 0;
    background-color: #fff;
    opacity: .9;
}
.caAddToContainer .caImageContainer img {
    z-index: 10;
    position: relative;
}

.caAddToContainer .caSubtotal, .caAddToContainer .caTotal {
    width: 60%;
    padding: .5rem 0;
    margin-right: 7%;
    margin-left: 35%;
}
.caAddToContainer .caTotal span, .caAddToContainer .caTotal i {
    font-weight: 600;
    font-size: 1.5rem;
    color: #3f3f3f;
    font-weight: 900;
}
.caAddToContainer .caTotal i {
    float: right;
}
.caAddToContainer .caActionsButtons {
    width: 90%;
    margin: .3rem auto 0 auto;
    overflow: hidden;
    margin-bottom: 1rem;
}
.caAddToContainer .caActionsButtons .caGeneralButton:first-child {
    margin-right: 0;
}
.caAddToContainer .caActionsButtons .caGeneralButton {
    font-size: .7rem;
    width: 9rem;
    padding: .6rem 0;
    float: right;
    margin: .3rem;
    cursor: pointer;
}
.caAddToContainer .caActionsButtons .caSecondButton {
    background-color: #5c616a;
}
.caProTot {
    float: left;
    width: 100%;
    margin-top: 1.5rem;
    border-top: 1px solid #d6d6d6;
    padding-top: .8rem;
}
.caCloseAddToCart {
    position: absolute;
    right: 4%;
    top: 1.3rem;
    width: 1.7rem;
    height: 1.7rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/close.svg);
    text-indent: -999999px;
    display: block;
    opacity: .5;
    cursor: pointer;
    transition: .3s ease all;
}
.caCloseAddToCart:hover{
  opacity: .8;
}



.value-button {
    display: inline-block;
    margin: 0px;
    width: 2rem;
    height: 2rem;
    background-color: #9da0a4;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-size: contain;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: .3s ease all;
    cursor: pointer;
    border-radius: 100px;
    margin-right: .3rem;
}
.value-button:hover{
  opacity: .7;
}
.caQuantityUpdt {
    margin-top: .9rem;
    overflow: hidden;
}
.caQuantityUpdt #decrease {
  background-image: url(../img/slickBackW.svg);
}
.caQuantityUpdt #increase {
  background-image: url(../img/slickNextW.svg);
}
.caQuantityUpdt input#number {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    width: 5rem;
    height: 2rem;
    border: 1px solid #bbbbbb;
    background-color: transparent;
    color: #4f4f4f;
    margin-top: 0;
    display: block;
    float: left;
    margin-right: 1rem;
}

.caQuantityUpdt input[type=number]::-webkit-inner-spin-button,
.caQuantityUpdt input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.caCartList {
    background-color: #f8f8f8;
    position: relative;
    width: 90%;
    margin: 0 auto 1rem;
    padding: 1rem 0 2.5rem 0;
    overflow: hidden;
}
.caCartList .caImageContainer img {
    z-index: 10;
    position: relative;
}
.caCartList .caImageContainer {
    width: 50%;
    margin: 1.5rem auto 0;
    position: relative;
}
.caCartList .caProDet {
    margin-top: 1.4rem;
}
.caCartList .caImageContainer::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 45%;
    bottom: 5%;
    left: 0;
    background-color: #fff;
    opacity: .9;
}
.caCartList .caQuantityUpdt{
    width: 11rem;
    margin: 1rem auto;
}
.caCartList i,
.caCartList b{
    font-size: 1.1rem;
    display: block;
    text-align: center;
}
.caCartList b{
  font-weight: 600;
  font-size: 1.3rem;
}
.caCartList small{
    display: block;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #5b5b5b;
    font-size: .8rem;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}
.caCartList .caProDet small{
  margin-top: .5rem;
}
.caCartList .caDeleteElementCart {
    display: block;
    position: relative;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/cross.svg);
    transition:.3s ease all;
    opacity:.4;
}
.caCartList .caDeleteElementCart:hover{
  opacity: .7;
}
.caCartList li:last-child {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 10;
}
.caCheckoutCol .caDiscountCode {
    width: 90%;
    margin: .5rem auto;
    padding: .5rem 0;
    overflow: hidden;
}
.caCheckoutCol .caDiscountCode input {
    display: block;
    width: calc(100% - 7rem);
    font-size: .9rem;
    padding: .6rem 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #757575;
    float: left;
    height: 2.3rem;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.caCheckoutCol .caActionsButtons {
    overflow: hidden;
}
.caCheckoutCol label{
  font-size: 1.1rem;
  margin-top: .3rem;
}
.caInputCombo button {
    background-color: #5c616a;
    float: right;
    width: 7rem;
    height: 2.3rem;
    box-sizing: border-box;
    -webkit-border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-topright: 100px;
    -moz-border-radius-bottomright: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: .9rem;
    cursor: pointer;
    transition:.3s ease all;
}
.caInputCombo button:hover{
  background-color: #818995;
}
.caProductDescCol .caGeneralButton {
    width: 13rem;
    margin: 1.5rem auto;
}
.caProductDescCol {
    margin-bottom: 4rem;
}
.caMonths{
    width: 90%;
    margin: auto;
}
.caMonths select{
  background-color: #fff;
    padding: .7rem 1rem;
}
.caMonths > div{
  position: relative;
}
.caMonths > div::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/dArrow.svg);
    width: .7rem;
    height: .7rem;
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.caCheckoutCol li:last-child {
    background-color: #f9f9f9;
}
.caSplitCol h4 {
    font-size: 1.7rem;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #282f74;
}
.caSplitCol p{
    font-size: 1.1rem;
    line-height: 1.3;
    text-align: center;
        letter-spacing: 1px;
}
.caMaterials li {
    display: block;
    width: 19%;
    border-radius: 100px;
    float: left;
    margin: 3%;
    position: relative;
    overflow: hidden;
    transition:.3s ease all;
}
.caMaterials li:hover{
  transform: scale(1.2);
}
.caMaterials li::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.caMaterials li:nth-child(2)::after{
  background-image: url(../img/pat01.svg);
}
.caMaterials li:nth-child(4)::after{
  background-image: url(../img/pat02.svg);
}
.caMaterials li:nth-child(5)::after{
  background-image: url(../img/pat03.svg);
}
.caMaterials li:nth-child(7)::after{
  background-image: url(../img/pat04.svg);
}
.caMaterials {
    overflow: hidden;
    margin-top: 2rem;
}
.caSplitCol {
    overflow: hidden;
    padding: 7rem 0;
    max-width: 39rem;
    margin: auto;
}
.contactForm input,
.contactForm textarea{
    font-size: .8rem;
    border: 1px solid #d4d4d4;
    display: block;
    width: 100%;
    padding: .5rem 1rem;
}
.contactForm ul li{
    margin-bottom: 1.2rem;
}
.contactForm textarea{
    min-height: 7rem;
}
.contactForm small{
    color: #555555;
    font-size: .7rem;
}
.contactForm .caGeneralButton{
    padding: .6rem 2rem;
    display: inline-block;
    width: initial;
    background-color: #aa2a38;
}
.contactForm {
    margin: 2.5rem 1rem;
}
.caInfo li span {
    color: #282f74;
    font-size: 1rem;
    width: 7rem;
    display: inline-block;
    letter-spacing: .5px;
    font-style: italic;
}
.caInfo li:last-child span{
  margin-bottom: .5rem;
}
.caInfo li a{
    color: #000;
    font-size: 1rem;
    display: inline-block;
}
.caInfo li:last-child a {
    line-height: 1.3;
    float: right;
    width: calc( 80% - 7rem );
    margin-right: 20%;
}
.caInfo li{
    margin-bottom: 1rem;
}
.caInfo .caGeneralButton {
    width: initial;
    padding: .6rem 2rem;
    display: inline-block;
    background-color: #aa2a38;
    margin-top: 1rem;
}
.caFormElem {
    margin-bottom: 6rem;
}
.caInfo .caGeneralButton:hover,
.contactForm .caGeneralButton:hover{
  background-color: #7e202a;
}
.caMkl {
    color: #5f5f5f;
    margin-bottom: 2rem;
}
.caOthers {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 4rem;
}
.slick-dots li button:before {
    
    width: 15px;
    height: 15px;

    color: black;
    
    background-color: black;
}
.slick-dots {
    bottom: -2.5rem;
}

@media screen and (min-width: 500px){
.caSortBy {
    float: right;
    width: 15rem;
    margin-top: .35rem;
}
.caFilterTitle .caMainTitle{
  float: left;
  width: 50%;
  margin: 0;
}

.caFilterTitle {
    margin-top: 4rem;
}
.caSortBy label {
    float: left;
    width: 6rem;
    text-align: right;
    padding: .45rem 0;
}
.caSortBy div {
    position: relative;
    float: right;
    width: 8.3rem;
}
.caFilterSection > div {
    width: 31.3%;
    float: left;
    margin-left: 3%;
}
.caFilterSection > div:first-of-type {
    margin-left: 0;
}
}
@media screen and (min-width: 600px){
.caRebatesBanners {
    max-width: initial;
    overflow: hidden;
    margin-bottom: 6rem;
}
.caRebatesBanners div{
  width: 50%;
  float: left;
}
.caRebatesBanners h3 {
    font-size: 3.5vw;
}
.caProductGrid > li {
    max-width: initial;
    float: left;
    width: 46%;
    margin: 2%;
}
.caC01,.caC02,.caC03{
  float: left;
  width: 30%;
}
.caC04{
  float: left;
  width: 100%;
}
video {
    top: 40%;
    max-width: 40rem;
}
.caCartList .caProDet small{
  text-align: left;
}
.caCartList li:first-child {
    float: left;
    width: 20%;
}
.caCartList li:nth-child(2) {
    float: left;
    width: 50%;
}
.caCartList li:nth-child(2) h5 {
    font-size: 1.1rem;
    text-align: left;
}
.caCartList .caImageContainer {
    width: 75%;
    margin: 1rem auto 0;
    position: relative;
}
.caCartList small {
    margin-top: 1.1rem;
    text-align: left;
}
.caCartList i, .caCartList b {
    text-align: left;
}
.caCartList .caQuantityUpdt {
    width: 11rem;
    margin: initial;
    margin: 1rem 0 0 0;
}
.caCartList{
  width: 100%;
}
.caProductDescCol .caProductsCart {
    width: 100%;
}

}

@media screen and (min-width: 700px){
.caBenefits li {
    float: left;
    width: 33.33%;
}
.caBenefits b {
    font-size: 1.1rem;
}
.caBenefits small {
    font-size: 1rem;
}
.caBenefits img {
    width: 3rem;
}
.caMainBanner .caImg {
    width: 55%;
    float: right;
}
.caMainBanner {
    overflow: hidden;
    position: relative;
}
.caBannerInfo {
    position: absolute;
}
.caBannerInfo {
    position: absolute;
    left: 0;
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
html{
  font-size: 14px;
}
.caGridCols li {
    float: left;
    width: 31.1%;
}
.caGridCols li > div {
    position: relative;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
.caGridCols {
    overflow: hidden;
    width: 100%;
    max-width: initial;
}
.caGridCols li {
    margin: 1% !important;
}
.caBannerTxt h2 {
    font-size: 1.4rem;
}
.caBannerTxt a {
    font-size: .9rem;
}
.caGridCols li > div .caFullHeight {
    padding-bottom: 106%;
}
.caGridCols li .caTwoBanners:first-child{
    margin-bottom: 6%;
}
.caBannerInfo small {
    margin-bottom: -.9rem;
    font-size: 1rem;
}
.caDescriptionElem {
    float: right;
    width: 50%;
    text-align: left;
}
.caDescriptionElem .caProDet,
.caDescriptionElem .caProDet h5,
.caDescriptionElem .caProDet small,
.caDescriptionElem .wrapper > span,
.caDescriptionElem p {
    text-align: left;
    width: 100%;
}
.caDescriptionElem .caRating{
  text-align: left;
}
.caPricesTags li {
    display: inline-block;
    margin: .5rem 1%;
}
.caPricesTags li span {
    font-size: .9rem;
}
.caPricesTags li span.caMainPrice {
    font-size: 1.3rem;
}
.caButtonsInt {
    text-align: left;
}
.caColorOptions {
    text-align: left;
    margin-top: .7rem;
}
.caColorOptions li {
    margin-top: 0;
}
.caMeasureSelection {
    margin-bottom: 1rem;
    max-width: 21rem;
}
.caColorOptions li:first-child{
  margin-left: 0;
}
.caContactCustomer {
    text-align: left;
}
.caSocialShare {
    float: left;
    text-align: left;
    width: calc( 100% - 8rem);
    margin-top: -.4rem;
}
.caSocialSect h6{
  float: left;
  margin-bottom: 0;
}
.caSocialShare li a {
    width: 1.3rem;
    height: 1.3rem;
}
.caSocialSect {
    margin-top: 1.5rem;
    overflow: hidden;
    padding-top: .3rem;
}
.caRatingColumns > div:first-of-type {
  position: relative;
    float: left;
    width: calc(100% - 16rem);
}
.caPostDate {
    position: absolute;
    right: 0;
    top: 1rem;
}
.caEvaluationConcepts {
    margin: 1.5rem 0 1rem;
    clear: both;
}
.caEvaluationConcepts small {
    text-align: left;
}
.caEvaluationConcepts .caRating {
    text-align: left;
}
.caRatingColumns h2{
  overflow: hidden;
}
.caRatingColumns h2 img {
    width: 4rem;
    float: left;
}
.caRatingColumns h2 b{
    display: inline-block;
    float: left;
    margin-top: 1.4rem;
    margin-left: 1rem;
}
.caRatingColumns p {
    text-align: left;
    max-width: 32rem;
}
.caRate span {
    font-size: 5rem;
}
.caRatingColumns > div:last-of-type {
    padding-top: initial;
    margin-top: initial;
    border-top: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.caRatingColumns {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.caRatingColumns::after {
    content: "";
    position: absolute;
    right: 13.5rem;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
    opacity: .1;
}
.caCustomerRating {
    margin-bottom: 9rem;
    clear: both;
    overflow: hidden;
}
.caVisualElem {
    float: left;
    width: 50%;
}
.caProductDetails{
  position: relative;
}
.caVisualElem{
  background: none;
}
.caProductDetails::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, .03);
    z-index: -2;
}
.caProductDetails{
  background-color: initial;
}
video {
    top: 50%;
}
.caGridColsTwo li {
    float: left;
    width: 48%;
}
.caTwoBanners{
  position: relative;
}
.caSplitBottom .caTwoBanners{
  float: left;
  width: 48%;
}
.caSplitBottom .caLft{
  margin-right: 4%;
}
.caOneBannerLong{
  margin-bottom: 4% !important;
}
.caSplitBottom .caFullHeight{
  padding-bottom: 109% !important;
}
.caGridColsTwo li.caSplitSmall > div .caFullHeight {
    padding-bottom: 105% !important;
}
.caGridColsTwo li.caSplitSmall .caTwoBanners{
  margin-bottom: 4%;
}
.caGridColsTwo li.caSplitMirror > div .caFullHeight {
    padding-bottom: 105% !important;
}
.caLastLong .caTwoBanners{
margin-bottom: 3.5% !important;
}
.caSplitCol h4 {
    text-align: left;
    font-size: 1.6rem;
}
.caSplitCol p {
    text-align: left;
    width: 85%;
    font-size: 1.2rem;
    line-height: 1.4;
}
.caSplitCol > div{
  float: left;
  width: 50%;
}
.caSplitCol {
    max-width: initial;
    padding: 11rem 0;
}
.caMaterials {
    margin-top: 0;
}
.caFormElem > div{
  float: left;
  width: 50%;
}
.caInfo {
    margin: 2.5rem 1rem;
}
.caSpx li {
    padding: .5rem 0rem;
}
}
@media screen and (min-width: 800px){
.caProductGrid > li {
    width: 30%;
    margin: 1.5%;
}
.caProductGrid .caLabel {
    font-size: .7rem;
    min-width: 2.5rem;
}
.caTxtClients{
  float: left;
  width: 22%;
}
.caImgClients{
  float: right;
  width: 75%;
}
.caOurClients .caMainTitle {
    margin-bottom: .5rem;
    margin-top: 0;
    line-height: 1.2;
}
.caWarranty {
    float: left;
    width: 100%;
}
.caWarranty .caSplitCol > div{
  float: left;
  width: 50%;
}
.caWarranty h3,
.caWarranty p{
  text-align: left;
  width: 90%;
}
.caCustomArrows{
  display: block;
}
.caCustomArrows .slick-arrow {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .7;
    background-color: transparent;
    cursor: pointer;
    transition:.3s ease all;
}
.caCustomArrows .slick-arrow:hover{
  opacity: 1;
}
.caCustomArrows .caBck{
  background-image: url(../img/slickBack.svg);
}
.caCustomArrows .caNxt{
  background-image: url(../img/slickNext.svg);
}
.caCartList .caImageContainer {
  margin-top: 0;
}
}
@media screen and (min-width: 900px){
.caC01, .caC02, .caC03, .caC04 {
    float: left;
    width: 23%;
}
footer h6 {
    text-align: left;
}
footer ul li a {
    text-align: left;
}
footer .caPaymentOptions {
    text-align: left;
    margin-bottom: 1rem;
}
.caC04{ 
    width: 25%;
}
.caCopy div{
    float: left;
}
.caCopy ul {
    float: right;
    margin-top: .9rem;
}
.caCopy img {
    margin: initial;
    float: left;
}
.caCopy small {
    text-align: left;
    display: inline-block;
    margin: 1.5rem 0;
    float: left;
    margin-left: 2rem;
    position: relative;
    color: #fff;
}
.caCopy div {
    float: left;
    padding: .8rem 0;
    position: relative;
}
.caCopy div::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #cecece;
    position: absolute;
    left: 10.9rem;
    top: 0;
}

footer .caPaymentOptions li img {
    width: 3rem;
}
.caDesktopNav {
    display: block;
    float: right;
    width: initial;
    position: relative;
    border-top: none;
    left: initial;
    margin-top: 0;
}
.caDesktopNav ul > li {
    display: inline-block;
    margin-right: 1rem;
    padding: 2rem 0;
    position: relative;
    border: none;
    box-sizing: initial;
    width: initial;
}
header nav ul > li:nth-child(2) a {
    padding-left: inherit;
}
header nav ul > li:nth-child(2) {
      padding-top: initial;
    padding-bottom: initial;
    padding: 2rem 0;

}
.caDesktopNav li ol {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    padding: 0 1rem;
    min-width: 13rem;
    margin-top: 2rem;
}
.caDesktopNav li ol li {
    display: block;
    float: none;
    margin: .8rem 0;
    padding: 0;
    border: none;
    box-sizing: initial;
}
header nav ul > li:nth-child(2):hover {
    padding: 2rem 0;
}

.caDesktopNav a{
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9rem;
    color: #565656;
    letter-spacing: -.5px;
    transition:.3s ease all;
}
.caDesktopNav li:hover > a{
  opacity: .5;
}
.caDesktopNav a:hover{
  opacity: .5;
}
#navIcon{
  display: none;
}
.caMainLogo {
    margin-top: .7rem;
}
.caFeatures {
    float: right;
    width: 13.7rem;
}
.caFeatures a {
    font-size: .8rem;
}
.caFeatures li:first-child{
  margin-left: 0;
}

header {
    background-color: #fff;
}
.caPricesTags li span.caMainPrice {
    font-size: 1.6rem;
}
.caProductDescCol {
    margin-bottom: 4rem;
    float: right;
    width: 35%;
}
.caDetailCol {
    float: left;
    width: 63.5%;
}
.caProductDescCol .caGeneralButton {
    float: right;
    padding: .8rem 0;
}
.caGeneralButton {
    font-size: 1rem;
}
.caProductsCart li {
    padding: 1rem 5%;
    box-sizing: border-box;
}
.caCheckoutCol label {
    font-size: 1rem;
}
.caGridColsTwo li.caSplitSmall > div .caFullHeight {
    padding-bottom: 88% !important;
}
.caGridColsTwo li.caSplitMirror > div .caFullHeight {
    padding-bottom: 89% !important;
}
.caSplitCol {
    width: 90%;
}
.caSplitColumns > div{
  float: left;
  width: 50%;
  box-sizing:border-box;
  padding: 2rem;
}
.caSplitColumns .caImage {
    width: 100%;
    margin: 0rem 0 3rem 0;
}
.caSplitColumns p, .caSplitColumns h6 {
    text-align: left;
}
.caAbout .caBenefits {
    clear: both;
    float: left;
    width: 100%;
}
.caFormElem > div:first-of-type{
  width: 60%;
}
.caFormElem > div:last-of-type{
  width: 40%;
}
.caInfo .caGeneralButton{
  display: none;
}
#map{
  display: block;
}
#map {
    width: 100%;
    height: 42rem;
}
.caMns {
    margin-top: 6.7rem;
}
.bbs {
    padding-bottom: 55%;
}
}
@media screen and (min-width: 1000px){

.caRebatesBanners h3 {
    font-size: 2.7vw;
    left: 10%;
    top: 20%;
}
.caBannerTxt h2 {
    font-size: 1.6rem;
}
.caVisualElem .fnd {
    height: 25%;
    top: 14rem;
}
.caVisualElem {
}
video {
    top: 45%;
}
.caGridColsTwo li > div .caFullHeight {
    padding-bottom: 85%;
}
.caGridColsTwo li > div .caMiddHeight {
    padding-bottom: 42%;
}
.caSplitBottom .caFullHeight {
    padding-bottom: 82% !important;
}
.caSplitCol h4 {
    font-size: 2.2rem;
}
.caMaterials {
    max-width: 32rem;
    float: right;
}
}
@media screen and (min-width: 1100px){
.caCartList li:nth-child(2) {
    width: 45%;
}
.caCartList li:last-child {
    right: 0;
    top: 0;
    width: 3rem;
    height: 100%;
}
.caCartList .caDeleteElementCart {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: #e2e1e1;
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-size: 2.5rem;
}
}
@media screen and (min-width: 1200px){

.caBannerTxt h2 {
    font-size: 1.8rem;
}
.caProductsCart .caActionsButtons .caGeneralButton {
    width: 8rem;
}
}














