/*----------------------------------------------------------------------------------

Project     :   Rupa - One Page Product Landing Page
-------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------

[Table of contents]

Default CSS
Site Preloader
Header
Welcome Area
About Area
Features Area
Video Area
Core Features Area
Why Choose Area
Product Area
Testimonial Area
FAQ Area
Newsletter Area
Contact Area
Footer

--------------------------------------------------------------------------------------*/

/*=====================================================================================
    Default CSS
=======================================================================================*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i');
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	scroll-behavior: smooth !important;

}

body {
    /*font-family: 'Raleway', sans-serif;*/
    font-weight: 400;
    position: relative;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	letter-spacing: .2px;
	color: #4f5863;
}

#body-wrap {
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #2c3e50;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 35px;
    line-height: 45px;
}

h2 {
    font-size: 36px;
    line-height: 46px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 16px;
    color: #4f5863;
    line-height: 24px;
}

.bg-gray {
    background-color: #f7f7f9
}

.form-control {
    border: 1px solid #ababab;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    border-radius: 4px;
	height: 50px !important;
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.bg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0.8
}

/*=====================================================================================
    Site Preloader
=======================================================================================*/

.site-preloader {
    background-color: #2196f3;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.site-preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 21% auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*=====================================================================================
    Header
=======================================================================================*/

nav.navbar.bootsnav {
    background-color: #f7f7f9;
    border-bottom: 0;
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #2c3e50;
    font-weight: 600;
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a {
    color: #2196f3;
}

/*.attr-nav a {
    display: inline-block;
    background-color: #f08804;
    color: #564b3d;
    padding: 8px 24px;
    border-radius: 0px;
    margin: 20px 0 0 25px;
    font-weight: 500
}*/

.affix {
    width: 100%;
}

.navbar {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.navbar.affix {
    -webkit-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
    top: 0;
    width: 100%;
}

.navbar.affix-top {
    position: static;
    top: -10px;
}

/*=====================================================================================
    Welcome Area
=======================================================================================*/

#welcome-area {
    padding: 100px 0;
}

.wecome-content {
    padding: 2% 0 0;
}
h1 {
    font-weight: 700;
}
.wecome-content h1 {
    font-weight: 700;
}

.wecome-content a {
    display: inline-block;
    background-color: #008000;
    color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    margin: 20px 0 0;
    font-weight: 500;
	font-size: 16px;
}

.wecome-content a:hover {
    background-color: #056b05;
}

.wecome-content button, .contact-form button {
    display: inline-block;
    background-color: #2CCBF7;
    color: #000000;
    padding: 15px 30px;
    border-radius: 5px;
    margin: 20px 0 0;
    font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	width: 100%
}

.wecome-content button:hover,  .contact-form button:hover{
    background-color: #08B9EB;
}



.welcome-img img {
    max-width: 450px;
}

.wecome-content.newsletter-content h1 {
    margin: 0 0 30px;
    font-size: 36px;
    line-height: 46px;
}

/*=====================================================================================
    Slider Area
=======================================================================================*/

#slider-area {
    height: 600px
}

.slide-content {
    padding: 25% 0 0;
}

.slide-img {
    padding: 15% 0 0;
}

.slide-content h2 {
    font-weight: 700;
}

.slide-content a {
    display: inline-block;
    background-color: #2196f3;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    margin: 20px 0 0;
    font-weight: 500
}

.slide-content a:hover {
    background-color: #0a80dd;
}

.slide-img img {
    max-width: 450px;
}

.slider-carousel .owl-nav > div {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slider-carousel .owl-nav > div:hover {
    background-color: #3094f1;
}

.slider-carousel .owl-nav .owl-next {
    padding: 5px 10px;
    right: 10px;
    left: auto;
}

.slider-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.slider-carousel .owl-dot {
    width: 30px;
    height: 6px;
    display: inline-block;
    margin: 0 4px;
    background-color: #555
}

.slider-carousel .owl-dot.active {
    background-color: #3094f1
}


/*=====================================================================================
    About Area
=======================================================================================*/

#about-area {
    padding: 80px 0 30px;
}

.about-content h2 {
    font-weight: 700;
}

.about-content a {
    display: inline-block;
    background-color: #2196f3;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    margin: 24px 0 0;
    font-weight: 500
}

.about-content a:hover {
    background-color: #0a80dd;
}

.about-img img {
    max-width: 350px;
    margin: 0 auto
}

/*=====================================================================================
    Features Area
=======================================================================================*/

.section-heading {
    margin: 0 0 50px;
}

.section-heading h2 {
    font-weight: 700;
}

#features-area {
    padding: 80px 0 60px;
}

.features-single {
    background-color: #fff;
    border: 1px solid #e6f0fa;
    padding: 40px 20px 30px;
    margin: 0 0 30px
}

.features-single i {
    color: #2196f3;
    font-size: 40px;
    border: 2px solid #e6f0fa;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    line-height: 75px;
}

.features-single h4 {
    font-weight: 600;
    color: #555;
    margin: 15px 0 5px;
}

/*=====================================================================================
    Video Area
=======================================================================================*/

#video-area {
    background-image: url(../images/video-bg.jpg);
    position: relative;
    padding: 100px 0 110px;
    background-attachment: fixed
}

.video-content h2 {
    color: #fff;
    font-weight: 700;
}

.video-content a {
    display: inline-block;
    font-size: 30px;
    margin: 15px 0 0;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 72px;
    padding-left: 5px;
    color: #fff;
    background-color: #2196f3;
}

.video-content a:hover {
    color: #2196f3;
    background-color: #fff;
}

/*=====================================================================================
    Core Features Area
=======================================================================================*/

#core-features-area {
    padding: 80px 0 0
}

.core-features-single {
    margin: 0 0 40px;
}

.core-feature-content {
    border: 1px solid #e6f0fa;
    padding: 40px;
    position: relative;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
}

.core-feature-content.arrow-right::after {
    content: '';
    background-color: transparent;
    border-left: 40px solid #e6f0fa;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    display: block;
    position: absolute;
    left: 100%;
    width: 100%;
    top: 50%;
}

.core-feature-content.arrow-left::after {
    content: '';
    background-color: transparent;
    border-right: 40px solid #e6f0fa;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    display: block;
    position: absolute;
    right: 100%;
    width: 100%;
    top: 50%;
}

.core-feature-content i {
    color: #2196f3;
    font-size: 50px;
    display: inline-block;
}

.core-feature-content h4 {
    font-weight: 600;
    color: #555;
    margin: 10px 0 5px;
}

.core-feature-img img {
    max-width: 300px;
    margin: 0 auto
}

/*=====================================================================================
    Why Choose Area
=======================================================================================*/

#why-choose-area {
    padding: 80px 0;
}

.why-choose-image img {
    max-width: 350px;
    margin: 0 auto;
}

.why-choose-content h2 {
    font-weight: 700;
}

.why-choose-content ul li {
    display: block;
    padding: 4px 0;
    font-weight: 500;
    color: #555
}

.why-choose-content ul li i {
    color: #2196f3;
    margin-right: 2px;
}

/*=====================================================================================
    Product Area
=======================================================================================*/

#product-area {
    padding: 80px 0 60px
}

.product-single {
    border: 1px solid #e6f0fa;
    margin: 0 0 30px;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    padding: 40px 0;
}

.product-single img {
    max-width: 250px;
    margin: 0 auto;
}

.product-single h4 {
    font-weight: 600;
    margin: 0
}

.product-single h3 {
    font-weight: 700;
    color: #2196f3;
    margin: 0 0 15px;
}

.product-single h2 span {
    font-size: 24px;
}

.product-single a {
    display: inline-block;
    background-color: #2196f3;
    color: #fff;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 25px;
}

.product-single a:hover {
    background-color: #0a80dd;
}

.product-single a i {
    padding-right: 4px;
}

/*=====================================================================================
    Testimonial Area
=======================================================================================*/

#testimonial-area {
    padding: 80px 0 130px
}

.client-img img {
    max-width: 100px;
    border-radius: 50%;
    border: 2px solid #e6f0fa;
}

.client-comment {
    background-color: #fff;
    border: 1px solid #e6f0fa;
    padding: 20px;
    position: relative;
}

.client-comment::after {
    content: '';
    background-color: transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #e6f0fa;
    display: block;
    position: absolute;
    left: 40px;
    bottom: -20px;
}

.client-info {
    margin: 40px 0 0;
}

.client-details h5 {
    font-weight: 600;
    margin: 0;
}

.testimonial-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center
}

.testimonial-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border: 2px solid #2196f3;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px
}

.testimonial-carousel .owl-dot.active {
    background-color: #2196f3;
}

/*=====================================================================================
    FAQ Area
=======================================================================================*/

#faq-area {
    padding: 80px 0 65px
}

.panel-default > .panel-heading {
    color: #555;
    background-color: transparent;
    border-color: #e6f0fa;
}

.panel-default {
    border-color: #e6f0fa;
}

.panel {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.panel-title {
    font-weight: 500;
}

.faq-img img {
    max-width: 400px;
    margin: 0 auto;
}

/*=====================================================================================
    Newsletter Area
=======================================================================================*/

#newsletter-area {
    position: relative;
    padding: 80px 0 90px;
    background-image: url(../images/newsletter-bg.jpg);
}

.newsletter-content h2 {
    font-weight: 700;
    color: #fff;
    margin: 0 0 40px;
}

.newsletter-content input {
    height: 50px;
    border-radius: 25px;
    padding-left: 20px
}

.newsletter-content button {
    width: 100%;
    height: 50px;
    background-color: #2196f3;
    border: 0;
    color: #fff;
    font-weight: 500;
    margin: 15px 0 0;
    border-radius: 25px;
}

.newsletter-content button:hover {
    background-color: #0a80dd;
}

/*=====================================================================================
    Contact Area
=======================================================================================*/

#contact-area {
    padding: 80px 0 90px
}

.contact-form input {
    height: 50px;
    border-radius: 5px;
    padding-left: 14px;
	padding-top: 23px;
	font-size: 16px;
}

.contact-form textarea {
    border-radius: 5px;
    padding-left: 20px
}

.contact-form button {
    background-color: #2CCBF7;
    color: #000000;
    border: 0;
    padding: 15px 30px;
    font-weight: 500;
    border-radius: 5px;
	font-size: 16px;
}

.contact-form button:hover {
    background-color: #08B9EB;
}

.contact-info {
    padding-left: 30px;
}

.contact-info-single {
    margin: 0 0 30px;
}

.contact-info-single h6 {
    font-weight: 600;
    margin: 0 0 5px;
}

.contact-info-single h6 i {
    color: #2196f3;
}

.contact-social h6 {
    font-weight: 600;
}

.contact-social ul li {
    display: inline-block;
}

.contact-social li a {
    display: block;
    border: 2px solid #2196f3;
    color: #2196f3;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 16px;
}

.contact-social li a:hover {
    background-color: #2196f3;
    color: #fff;
}

/*=====================================================================================
    Footer
=======================================================================================*/

#footer {
    background-color: #1c1c1c;
}

#footer p {
    margin: 0;
    padding: 20px 0;
    font-weight: 500;
    color: #fff;
}
/*=====================================================================================
    Live Demo Preview
=======================================================================================*/

.preview-single {
    margin: 0 0 30px;
}

.preview-single :hover .preview-overlay {
    opacity: 1;
    visibility: visible
}

.preview-inner {
    border: 1px solid #e6f0fa;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    position: relative
}

.preview-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.preview-table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

.preview-cell {
    display: table-cell;
    vertical-align: middle
}

.preview-cell a {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
}

.preview-cell a:hover {
    background-color: #2196f3;
    color: #fff
}

.preview-single h3 {
    text-align: center
}

.preview-single h3 a {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    margin: 20px 0 0
}

.preview-single h3 a:hover {
    color: #2196f3;
}

.demo-heading-content h1 {
    font-weight: 700;
}

.demo-heading-content a {
    display: inline-block;
    background-color: #2196f3;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 2px;
    margin: 30px 10px 0;
}

#demo-heading {
    padding: 130px 0 140px;
}

#demo-preview-area {
    padding: 100px 0 60px;
}
.icofont-dart:before{
	background-image: url("airpods_bg.svg");
	content: "";
	background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 40px;
    height: 40px;
	margin-left: 18px;
    margin-top: 15px;
}
.icofont-idea:before{
	background-image: url("data:image/svg+xml,%3Csvg height='533pt' viewBox='-118 -17 533 533.33462' width='533pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m290.234375 118.253906c-.339844-3.78125-2.378906-7.199218-5.535156-9.292968l-160.945313-106.875c-3.820312-2.550782-8.738281-2.777344-12.777344-.597657-4.042968 2.183594-6.546874 6.421875-6.511718 11.011719v183.976562l-89.597656-86.109374c-3.125-3.207032-7.726563-4.496094-12.0625-3.378907-4.335938 1.113281-7.746094 4.460938-8.9375 8.777344-1.191407 4.316406.019531 8.941406 3.167968 12.125.167969.167969.34375.335937.519532.5l106.910156 102.765625v37.6875l-106.925782 102.773438c-4.980468 4.789062-5.132812 12.703124-.339843 17.679687 4.789062 4.976563 12.707031 5.128906 17.683593.335937l89.582032-86.105468v183.972656c-.03125 4.59375 2.472656 8.828125 6.523437 11.011719 4.042969 2.183593 8.957031 1.953125 12.78125-.597657l160.9375-106.875c3.160157-2.097656 5.191407-5.515624 5.53125-9.296874.339844-3.773438-1.054687-7.5-3.789062-10.125l-126.453125-121.617188 126.453125-121.617188c2.734375-2.625 4.128906-6.355468 3.785156-10.128906zm-32.285156 260.578125-128.484375 85.363281v-184.710937l12.589844-12.140625zm-115.921875-146.175781-12.5625-12.136719v-184.714843l128.515625 85.363281zm0 0'/%3E%3C/svg%3E");
	content: "";
	background-repeat: no-repeat;
    background-size: 40px 40px;
    display: block;
    width: 40px;
    height: 40px;
	margin-left: 18px;
    margin-top: 15px;
}
.icofont-business-man:before{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 409.6 409.6' style='enable-background:new 0 0 409.6 409.6;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M275.483,34.133H134.117c-15.607,0-28.303,12.696-28.303,28.303v318.86c0,15.607,12.696,28.303,28.303,28.303h141.367 c15.607,0,28.303-12.696,28.303-28.303V62.437C303.787,46.829,291.091,34.133,275.483,34.133z M290.133,381.297 c0,8.076-6.574,14.65-14.65,14.65H134.117c-8.076,0-14.65-6.574-14.65-14.65V62.437c0-8.076,6.574-14.65,14.65-14.65h141.367 c8.076,0,14.65,6.574,14.65,14.65V381.297z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M242.347,0h-75.093c-3.77,0-6.827,3.057-6.827,6.827V40.96c0,3.77,3.057,6.827,6.827,6.827h75.093 c3.77,0,6.827-3.057,6.827-6.827V6.827C249.173,3.057,246.117,0,242.347,0z M235.52,34.133h-61.44v-20.48h61.44V34.133z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M254.93,187.479c-1.253-1.971-3.424-3.161-5.757-3.161h-40.96v-61.44c0-3.2-2.224-5.97-5.347-6.663 c-3.152-0.69-6.313,0.877-7.666,3.777l-47.787,102.4c-0.986,2.113-0.823,4.588,0.43,6.554c1.253,1.971,3.424,3.161,5.757,3.161 h40.96v61.44c0,3.2,2.224,5.97,5.347,6.663c0.497,0.111,0.993,0.164,1.483,0.164c2.606,0,5.043-1.5,6.183-3.941l47.787-102.4 C256.346,191.92,256.183,189.445,254.93,187.479z M194.56,218.453h-30.24l30.24-64.804V218.453z M208.213,262.777v-64.804h30.24 L208.213,262.777z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
	content: "";
	background-repeat: no-repeat;
    background-size: 40px 40px;
    display: block;
    width: 40px;
    height: 40px;
	margin-left: 18px;
    margin-top: 15px;
}
.order-arrow:after{
    background: url(arrow_form.svg) no-repeat 95% 50%;
	content: "";
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: block;
    width: 96%;
    height: 40px;
    margin-left: 18px;
    margin-top: -28px;
    background-position-y: -5px;
}
select::-ms-expand {
    display: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.form-group{
	position: relative;
}
input:focus {
  outline:none;
}
.form-group label {
    font-size: 16px;
    font-family: Helvetica Neue, HelveticaNeue, HelveticaNeue-Light, Helvetica Neue Light, helvetica, arial, sans-serif;
    font-weight: normal;
    color: #6c7378;
    position: absolute;
    top: 14px;
    left: 14px;
    pointer-events: none;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    transform-origin: left top 0;
    transition: all .25s ease-in-out;
    text-overflow: ellipsis;
    overflow-x: hidden;
    width: 90%;
    display: inline-block;
    white-space: nowrap;
	max-width: 100% !important;
}
.form-group label {
    position: absolute;
    top: 14px;
    left: 14px;
    cursor: text;
    text-align: left;
    color: #666;
    font-size: 16px;
}
.form-group input:active, .form-group input:focus {
    border: 1px solid #009cde;
    outline: 0;
}
.form-group select:active, .form-group select:focus {
    border: 1px solid #009cde;
    outline: 0;
}
.form-group input.focus~label, .form-group input:focus~label, .form-group select.focus~label, .form-group select:focus~label {
    color: #0070ba;
    -webkit-transform: translate3d(0, -8px, 0) scale(.8);
	-ms-transform: translate3d(0, -8px, 0) scale(.8) !important;
    transform: translate3d(0, -8px, 0) scale(.8);
    text-overflow: ellipsis;
    overflow-x: hidden;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}	

	
.form-group input.focused, .form-group input:focus, .form-group select.focused, .form-group select:focus {
    padding-top: 16px !important
}
.form-group input.focused::-webkit-input-placeholder,.form-group input.focused::-ms-input-placeholder, .form-group input:focus::-webkit-input-placeholder,.form-group input:focus::-ms-input-placeholder, .form-group select.focused::-webkit-input-placeholder,.form-group select.focused::-ms-input-placeholder, .form-group select:focus::-ms-input-placeholder, .form-group select:focus::-webkit-input-placeholder {
color: #6c7378
}
.form-group input.focused:-moz-placeholder, .form-group input.focused::-moz-placeholder, .form-group input:focus:-moz-placeholder, .form-group input:focus::-moz-placeholder, .form-group select.focused:-moz-placeholder, .form-group select.focused::-moz-placeholder, .form-group select:focus:-moz-placeholder, .form-group select:focus::-moz-placeholder {
color: #6c7378
}
.form-group input.focused:-ms-input-placeholder, .form-group input:focus:-ms-input-placeholder, .form-group select.focused:-ms-input-placeholder, .form-group select:focus:-ms-input-placeholder {
color: #6c7378
}
.form-group input:valid~.focus {
color: #6c7378;
-webkit-transform: translate3d(0, -8px, 0) scale(.8) !important;
-ms-transform: translate3d(0, -8px, 0) scale(.8) !important;	
transform: translate3d(0, -8px, 0) scale(.8);
text-overflow: ellipsis;
overflow-x: hidden;
width: 100%;
display: inline-block;
white-space: nowrap;
}
.focus {
color: #6c7378;
-webkit-transform: translate3d(0, -8px, 0) scale(.8) !important;
-ms-transform: translate3d(0, -8px, 0) scale(.8) !important;	
transform: translate3d(0, -8px, 0) scale(.8);
text-overflow: ellipsis;
overflow-x: hidden;
width: 100%;
display: inline-block;
white-space: nowrap;
}
.input-radio{
	width: 18px !important;
    height: 18px !important;
    -webkit-box-shadow: 0 0 0 0 #2a79d2 inset;
    box-shadow: 0 0 0 0 #2a79d2 inset;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    cursor: pointer;
    vertical-align: -4px;
    border: 1px solid;
	border-color: #d9d9d9;
    background-color: white;
	border-radius: 50% !important;
}
.input-radio:checked {
    border: none;
    -webkit-box-shadow: 0 0 0 10px #2a79d2 inset;
    box-shadow: 0 0 0 10px #2a79d2 inset;
}
.input-radio:after {
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50% !important;
}
.input-checkbox:after, .input-radio:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    opacity: 0;
}
.input-radio:checked:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.shipping{
    margin-top: -20px;
	display: table-cell;
    width: 100%;
	padding-right: 10px;
	font-size: 16px;
}
.shiipping-height{height:100px !important}
.price{display: table-cell; font-weight:700;font-family: Helvetica, Arial, sans-serif; min-width: 60px;}
.comodo{text-align:center;padding-top:40px}
.contact-form input:focus{padding-top:23px !important}

.form-group > input:-webkit-autofill ~ .field__label {

	position: absolute;
    top: 14px;
    left: 14px;
    cursor: text;
    text-align: left;
    color: #666;
    font-size: 16px;
	-webkit-transform: translate3d(0, -8px, 0) scale(.8) !important;
    -ms-transform: translate3d(0, -8px, 0) scale(.8) !important;
	-moz-transform: translate3d(0, -8px, 0) scale(.8) !important;
    -o-transform: translate3d(0, -8px, 0) scale(.8) !important;
	transform: translate3d(0, -8px, 0) scale(.8);
	
}

.form-group > input:-moz-autofill ~ .field__label {

	position: absolute;
    top: 14px;
    left: 14px;
    cursor: text;
    text-align: left;
    color: #666;
    font-size: 16px;
	-webkit-transform: translate3d(0, -8px, 0) scale(.8) !important;
    -ms-transform: translate3d(0, -8px, 0) scale(.8) !important;
	-moz-transform: translate3d(0, -8px, 0) scale(.8) !important;
    -o-transform: translate3d(0, -8px, 0) scale(.8) !important;
	transform: translate3d(0, -8px, 0) scale(.8);
	
}
:root {
--borderWidth:3px;
--height:13px;
--width:6px;
--borderColor:#2196f3;
}
.check {
    display: inline-block;
    transform: rotate(45deg);
    height: var(--height);
    width: var(--width);
    border-bottom: var(--borderWidth) solid var(--borderColor);
    border-right: var(--borderWidth) solid var(--borderColor);
	margin-right: 10px;
}
.benefits{
	margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 20px;
}
.total{
	display: block;
    float: right;
    height: 50px;
    margin-top: 10px;
}
.savings{
	display: block;
    margin-top: 0px;
	color: green;
	font-size: 12px;
	padding-top: 10px;
    font-weight: normal;

}
.shipping:before{
	/*background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%232196F3;%7D%0A%3C/style%3E%3Cpath class='st0' d='M20,10c-5.5,0-10,4.5-10,10s4.5,10,10,10s10-4.5,10-10S25.5,10,20,10z M20,0C8.9,0,0,8.9,0,20s8.9,20,20,20 s20-9,20-20S31,0,20,0z M20,36c-8.8,0-16-7.2-16-16S11.2,4,20,4s16,7.2,16,16S28.8,36,20,36z'/%3E%3C/svg%3E%0A");*/
	
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 46' style='enable-background:new 0 0 60 46;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%234F5863;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M59.7,23.3l-8-9C51.6,14.1,51.3,14,51,14h-7V1c0-0.6-0.4-1-1-1H20v2h22v13v15H19v2h23v4H22v2h21 c0.6,0,1-0.4,1-1v-6V16h6.6l6.2,7H50v2h8v12h2V24C60,23.7,59.9,23.5,59.7,23.3z'/%3E%3Cpath class='st0' d='M14,34c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6-6S17.3,34,14,34z M14,44c-2.2,0-4-1.8-4-4s1.8-4,4-4s4,1.8,4,4 S16.2,44,14,44z'/%3E%3Cpath class='st0' d='M51,34c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6-6S54.3,34,51,34z M51,44c-2.2,0-4-1.8-4-4s1.8-4,4-4s4,1.8,4,4 S53.2,44,51,44z'/%3E%3Crect x='50' y='28' class='st0' width='3' height='2'/%3E%3Ccircle class='st0' cx='14' cy='40' r='2'/%3E%3Ccircle class='st0' cx='51' cy='40' r='2'/%3E%3Crect y='36' class='st0' width='6' height='2'/%3E%3Crect class='st0' width='17' height='2'/%3E%3Crect x='3' y='8' class='st0' width='19' height='2'/%3E%3Crect x='11' y='16' class='st0' width='19' height='2'/%3E%3Crect y='25' class='st0' width='14' height='2'/%3E%3Crect x='4' y='16' class='st0' width='4' height='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	content: "";
	background-repeat: no-repeat;
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    margin-top: 10px;
    height: 15px;
    margin-right: 5px;
	
}
.safety{
	color: #4f5863;
    margin-top: 1rem;
    z-index: 10;
	display: block
}
.safety:before{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 384 512' style='enable-background:new 0 0 384 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%234F5863;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M373.3,192h-32v-42.7C341.3,67,274.3,0,192,0S42.7,67,42.7,149.3V192h-32C4.8,192,0,196.8,0,202.7v266.7 C0,492.9,19.1,512,42.7,512h298.7c23.5,0,42.7-19.1,42.7-42.7V202.7C384,196.8,379.2,192,373.3,192z M223.9,414.8 c0.3,3-0.6,6-2.7,8.3c-2,2.3-4.9,3.6-7.9,3.6h-42.7c-3,0-5.9-1.3-7.9-3.6s-3-5.3-2.7-8.3l6.7-60.5c-10.9-7.9-17.5-20.5-17.5-34.3 c0-23.5,19.1-42.7,42.7-42.7s42.7,19.1,42.7,42.7c0,13.8-6.5,26.4-17.5,34.3L223.9,414.8z M277.3,192H106.7v-42.7 c0-47.1,38.3-85.3,85.3-85.3s85.3,38.3,85.3,85.3V192z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	content: "";
	background-repeat: no-repeat;
    background-size: 13px 13px;
    display: inline-block;
    width: 13px;
    margin-top: 10px;
    height: 13px;
    margin-right: 5px;
}
.shipping-test{
display: block;font-weight: 600;padding-bottom: 15px	
}
.shipping-test:before{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%234F5863;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M156,370c-5.5,0-10,4.5-10,10s4.5,10,10,10s10-4.5,10-10C166,374.5,161.5,370,156,370z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M450.1,190l58.9-58.9c2.5-2.5,3.5-6.1,2.6-9.5c-0.8-3.4-3.4-6.1-6.8-7.1L361.5,70.2C348.5,28.6,310.1,0,266,0 c-41,0-77.6,25-92.8,62.6L7,114.5c-3.3,1-5.9,3.8-6.7,7.2c-0.8,3.4,0.2,7,2.6,9.5l60.5,60.5l-38.1,63.6c-1.6,2.6-1.9,5.8-0.8,8.6 c1.1,2.8,3.3,5.1,6.2,6L86,288.2V442c0,4.2,2.6,7.9,6.5,9.4c33.8,12.7,159.5,59.8,160.2,60.1c2,0.7,4.2,0.8,6.4,0.1 c0,0,0.1,0,0.1,0l180-60c4.1-1.4,6.8-5.2,6.8-9.5V284.1l59-18.5c3.3-1,5.9-3.8,6.7-7.2c0.8-3.4-0.2-7-2.6-9.5L450.1,190z M366,100 c0-2.5-0.1-5.1-0.3-7.6l117.5,36.3l-49.9,49.9l-81.5-27.2C361,136,366,118.2,366,100z M190.3,74c11.1-32.3,41.5-54,75.7-54 c36.8,0,68.7,24.9,77.6,60.5c1.6,6.3,2.4,12.9,2.4,19.5c0,18.6-6.2,36-17.8,50.4C312.9,169.2,290.2,180,266,180 c-26.2,0-50.8-12.9-65.7-34.4c-9.3-13.4-14.3-29.2-14.3-45.6C186,91.1,187.5,82.3,190.3,74z M28.8,128.6l138.3-43.1 c-0.7,4.8-1.1,9.6-1.1,14.5c0,16.1,3.8,31.7,11.1,45.8l-98.4,32.8L28.8,128.6z M48.8,254.7L80.4,202L241,255.5l-31.6,52.7 C192.2,302.5,67.1,260.8,48.8,254.7z M246,487.6l-140-52.5V294.9c110.1,36.5,104.8,35.4,107.8,35.4c3.4,0,6.7-1.8,8.6-4.9 l23.6-39.3V487.6z M256,239.5L107.6,190l80.8-26.9c18.9,23.2,47.4,36.9,77.6,36.9c27.9,0,54.2-11.5,73.1-31.8l65.3,21.8L256,239.5 z M426,434.8l-160,53.3V278.5l35.5,44.3c2.6,3.2,6.9,4.5,10.8,3.3L426,290.4V434.8z M312.8,305l-40-50l160.5-53.5l50,50L312.8,305 z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M219.5,392.2l-22.2-8.3c-5.2-1.9-10.9,0.7-12.9,5.9c-1.9,5.2,0.7,10.9,5.9,12.9l22.2,8.3 c5.2,1.9,10.9-0.7,12.9-5.9C227.3,399.9,224.7,394.1,219.5,392.2z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M219.5,434.9l-60-22.5c-5.2-1.9-10.9,0.7-12.9,5.9s0.7,10.9,5.9,12.9l60,22.5c1.2,0.4,2.3,0.6,3.5,0.6 c4,0,7.9-2.5,9.4-6.5C227.3,442.6,224.7,436.9,219.5,434.9z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M323.1,62.9c-3.9-3.9-10.2-3.9-14.1,0L256,115.9l-12.9-12.9c-3.9-3.9-10.2-3.9-14.1,0s-3.9,10.2,0,14.1l20,20 c3.9,3.9,10.2,3.9,14.1,0l60-60C327,73.2,327,66.8,323.1,62.9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	content: "";
	background-repeat: no-repeat;
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    margin-top: 10px;
    height: 15px;
    margin-right: 5px;
}
.shipping-test1{display: block;font-weight: 600;padding-bottom: 15px}
.shipping-test1:before{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 481.4 487.3' style='enable-background:new 0 0 481.4 487.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%234F5863;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M240.7,225.5c27.5,0,49.9-22.4,49.9-49.9s-22.4-49.9-49.9-49.9s-49.9,22.4-49.9,49.9S213.2,225.5,240.7,225.5z M240.7,155.7c11,0,19.9,8.9,19.9,19.9s-8.9,19.9-19.9,19.9s-19.9-8.9-19.9-19.9S229.7,155.7,240.7,155.7z'/%3E%3Cpath class='st0' d='M240.7,253.7c-46.8,0-84.8,38-84.8,84.8v15h169.6v-15C325.5,291.7,287.5,253.7,240.7,253.7z M188,323.5 c6.5-22.9,27.7-39.8,52.7-39.8s46.2,16.9,52.7,39.8H188z'/%3E%3Cpath class='st0' d='M463.3,84.9c-12.3,2-24.8,3.1-37.2,3.1c-64.9,0-126.8-27.2-174.5-76.7L240.7,0l-10.8,11.2 C182.3,60.7,120.3,87.9,55.4,87.9c-12.4,0-24.9-1-37.2-3.1L0,81.9l0.7,18.4c2.8,72.2,16.8,137.4,41.5,193.6 c19.9,45.4,46.8,85.1,79.9,118c56.8,56.5,111.9,73.4,114.2,74.1l4.3,1.3l4.3-1.3c2.3-0.7,57.5-17.6,114.2-74.1 c33.1-32.9,60-72.6,79.9-118c24.7-56.3,38.7-121.4,41.5-193.6l0.7-18.4L463.3,84.9z M339.3,389.5c-42.8,43-85.2,61.3-98.6,66.3 c-13.2-4.9-54.7-22.7-97.4-65.1c-46.2-45.9-102-130.2-111.7-273.8c7.9,0.7,15.9,1.1,23.8,1.1c36.7,0,72.6-7.7,106.8-22.9 c28.8-12.8,55.1-30.4,78.5-52.3c23.4,21.9,49.7,39.5,78.5,52.3c34.2,15.2,70.1,22.9,106.8,22.9c7.9,0,15.8-0.4,23.8-1.1 C442.1,230.3,404.1,324.3,339.3,389.5z'/%3E%3C/g%3E%3C/svg%3E%0A");
	content: "";
	background-repeat: no-repeat;
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    margin-top: 10px;
    height: 15px;
    margin-right: 5px;
}
.cart:before{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 450' style='enable-background:new 0 0 512 450;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M165,300L165,300C165,300,165,300,165,300l272,0c6.7,0,12.6-4.4,14.4-10.9l60-210c1.3-4.5,0.4-9.4-2.4-13.2 c-2.8-3.8-7.3-6-12-6H130.4l-10.7-48.3C118.1,4.9,112,0,105,0H15C6.7,0,0,6.7,0,15s6.7,15,15,15h78c1.9,8.6,51.3,230.9,54.2,243.7 c-15.9,6.9-27.1,22.8-27.1,41.3c0,24.8,20.2,45,45,45h272c8.3,0,15-6.7,15-15s-6.7-15-15-15H165c-8.3,0-15-6.7-15-15 C150,306.7,156.7,300,165,300z M477.1,90l-51.4,180H177L137,90H477.1z'/%3E%3Cpath class='st0' d='M150,405c0,24.8,20.2,45,45,45s45-20.2,45-45s-20.2-45-45-45S150,380.2,150,405z M195,390c8.3,0,15,6.7,15,15 s-6.7,15-15,15s-15-6.7-15-15S186.7,390,195,390z'/%3E%3Cpath class='st0' d='M362,405c0,24.8,20.2,45,45,45s45-20.2,45-45s-20.2-45-45-45S362,380.2,362,405z M407,390c8.3,0,15,6.7,15,15 s-6.7,15-15,15s-15-6.7-15-15S398.7,390,407,390z'/%3E%3C/svg%3E%0A");
	content: "";
	background-repeat: no-repeat;
    background-size: 15px 12px;
    display: inline-block;
    width: 20px;
    height: 15px;
    position: relative;
    background-position-y: 3px;
}

.warranty {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background-color: #f5fbf6;
    border: 1px solid #96d99d;
    padding: 15px 14px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    padding-top: 15px;
}
.warranty-button {
    background: #008000;
    border-radius: 4px;
    padding: 5px 10px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    z-index: 2;
    color: #fff!important;
}
.warranty-upsell {
    display: -webkit-box;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff6e1;
    border: 1px solid #f3ca66;
    padding: 15px 14px;
    border-radius: 3px;
    width: 100%;
}
.warranty-button-upsell {
   text-align: center;
    background: #2196f3;
    border-radius: 4px;
    padding: 13px 15px;
    font-weight: 500;
    cursor: pointer;
    z-index: 2;
    margin-top: 20px;
    color: #fff!important;
    width: 230px;
    font-size: 16px;
	display: block;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	box-shadow: 0 2px 4px #e4e4e4;
}
.red{
	background: #ed4250 !important;
	border-color: none !important;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	box-shadow: 0 2px 4px #e4e4e4;
}
.red:before{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M255-1C113.6-1-1,113.6-1,255s114.6,256,256,256s256-114.6,256-256C510.8,113.7,396.3-0.8,255-1z M255,479 C131.3,479,31,378.7,31,255S131.3,31,255,31s224,100.3,224,224C478.9,378.7,378.7,478.9,255,479z'/%3E%3Cpath class='st0' d='M379.4,130.6c-6.2-6.2-16.4-6.2-22.6,0L255,232.4L153.2,130.6c-6.1-6.4-16.3-6.5-22.6-0.4 c-6.4,6.1-6.5,16.3-0.4,22.6c0.1,0.1,0.3,0.3,0.4,0.4L232.4,255L130.6,356.8c-6.4,6.1-6.5,16.3-0.4,22.6c6.1,6.4,16.3,6.5,22.6,0.4 c0.1-0.1,0.3-0.3,0.4-0.4L255,277.6l101.8,101.8c6.4,6.1,16.5,6,22.6-0.4c6-6.2,6-16,0-22.2L277.6,255l101.8-101.8 C385.7,146.9,385.7,136.8,379.4,130.6z'/%3E%3C/svg%3E%0A");
	content: "";
	background-repeat: no-repeat;
    background-size: 15px 12px;
    display: inline-block;
    width: 20px;
    height: 15px;
    position: relative;
    background-position-y: 3px;
}
.exclusive span{
	font-weight: 700;
	font-size: 20px
}
.exclusive{
	font-size: 16px;
    line-height: 24px;
}
.error-border{border-color:#f68f99 !important}
#warranty-added{
	background-image: url("case.png");
	background-size: contain;
	width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    padding-left: 45px;

}

.cart:before{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 446.8 420.6' style='enable-background:new 0 0 446.8 420.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23564B3D;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M444.1,80c-2.7-3.7-7-5.9-11.6-5.9H109.9c-0.6,0-1.2,0-1.8,0.1L94.8,35.9c-1.4-4-4.4-7.1-8.3-8.6L19.6,1 C12.2-1.9,3.9,1.7,1,9.1c-2.9,7.4,0.7,15.7,8.1,18.6l60.8,23.9L144.2,266c-3.3,1.1-6.1,3.7-7.3,7.2l-21.5,59.7 c-1.3,3.7-0.8,7.7,1.5,10.9c2.2,3.2,5.9,5.1,9.8,5.1h11c-6.8,7.6-11,17.6-11,28.7c0,23.7,19.3,43,43,43s43-19.3,43-43 c0-11-4.2-21.1-11-28.7h93.8c-6.8,7.6-11,17.6-11,28.7c0,23.7,19.3,43,43,43c23.7,0,43-19.3,43-43c0-11-4.2-21.1-11-28.7h13.4 c6.6,0,11.9-5.3,11.9-11.9s-5.3-11.9-11.9-11.9H143.6l13.3-37c1.7,0.7,3.6,1.2,5.5,1.2h210.3c6.2,0,11.8-4,13.6-10l59.7-186.4 C447.6,88.4,446.8,83.7,444.1,80z M169.7,396.7c-10.5,0-19.1-8.6-19.1-19.1s8.6-19.1,19.1-19.1s19.1,8.6,19.1,19.1 S180.2,396.7,169.7,396.7z M327.4,396.7c-10.5,0-19.1-8.6-19.1-19.1s8.6-19.1,19.1-19.1c10.5,0,19.1,8.6,19.1,19.1 S337.9,396.7,327.4,396.7z M402.5,135h-73.2v-32.3h83.5L402.5,135z M381.5,200.7h-52.1v-37h64L381.5,200.7z M234.6,200.7v-37h66.1 v37H234.6z M300.7,229.4v31.1h-66.1v-31.1H300.7z M139.1,163.7h66.8v37H152L139.1,163.7z M234.6,135v-32.3h66.1V135H234.6z M205.9,102.7V135h-76.7L118,102.7H205.9z M161.9,229.4h44v31.1h-33.2L161.9,229.4z M329.4,260.5v-31.1h42.9l-10,31.1H329.4z'/%3E%3C/g%3E%3C/svg%3E%0A");
	content: "";
	background-repeat: no-repeat;
    background-size: 25px 32px;
    width: 35px;
    height: 36px;
    margin-left: 5px;
    margin-top: 5px;
}
.cart_count{
	display: inline-block;
    position: absolute;
    top: 15px;
    font-size: 16px;
}
button:active, button:focus{
  outline: 0;
  border: none;
  -moz-outline-style: none;
}


.purchase-details{
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	-webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.purchase-details__quantity {
    width: 70%;
	user-select: none;
	margin-left: auto;
	margin-right: auto;
}

.purchase_label {
	text-align: left !important;
	margin-bottom: 1.5em !important;
	display: block !important;
    font-weight: bold !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
	touch-action: manipulation !important;
	position: relative !important;
	margin-left: -15px !important;
	margin-top:20px;
}
.product-minus {
	border: #e2e2e2 1px solid;
    border-right: 0;
    line-height: 44px;
    font-size: 18px;
	background: #f2f2f2;
    font-weight: 300;
    position: relative;
    cursor: pointer;
    height: 44px;
    display: block;
    width: 44px;
    text-align: center;
    float: left;
	border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
input.quantity {
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 1.4;
    height: 44px;
    margin-bottom: 0;
    width: calc(100% - 88px);
	display: inline;
	border-radius: 0px;
	
}
.quantity {
    text-align: center;
    
    width: 38%;
    height: 44px;
    border-radius: 0;
    -webkit-appearance: none;
    float: left;
	border: #e2e2e2 1px solid;
    color: #000;
}
.quantity:focus{
	border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
	-webkit-appearance: none !important;
	margin: 0 !important;

}
.purchase-details__quantity input:focus{padding-top:12px !important}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
	padding: 0px;
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.product-plus {
    
    font-size: 16px;
    line-height: 44px;
    margin: 0;
	background: #f2f2f2;
    font-weight: 300;
    position: relative;
    cursor: pointer;
    height: 44px;
    display: block;
    width: 44px;
    text-align: center;
    float: left;
	border: #e2e2e2 1px solid;
	border-left: 0;
    color: #000;
	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.product-plus:hover, .product-minus:hover{
background: #c2c2c2;	
}
.icon-plus:before {
    content: "\2795";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .15em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-minus:before {
    content: "\2796";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .15em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.order-summary-toggle {
    background: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 1.25em 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: left;
    width: 100%;
	-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
}
.wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1em;
	display: block;
    margin: 0 auto;
    max-width: 40em;
    zoom: 1;
}
.wrap:after, .wrap:before {
    content: "";
    display: table;
}
.order-summary-toggle__inner {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
	zoom: 1;
}
.order-summary-toggle__inner:after, .order-summary-toggle__inner:before {
    content: "";
    display: table;
}
.order-summary-toggle__icon-wrapper {
    display: table-cell;
	vertical-align: middle;
    padding-right: 0.75em;
    white-space: nowrap;
}
.order-summary-toggle__icon {
    fill: #2a79d2;
    -webkit-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
}
.order-summary-toggle__text {
    color: #2a79d2;
    vertical-align: middle;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.order-summary-toggle__text--hide {
    display: table-cell;
    width: 100%;
}
#order-summary-toggle__text--hide {
	display: none;
}
.order-summary-toggle__dropdown {
    vertical-align: middle;
    -webkit-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
    fill: #2a79d2;
}
.order-summary-toggle__total-recap {
    display: table-cell;
	vertical-align: middle;
    text-align: right;
    padding-left: 0.75em;
    white-space: nowrap;
}
.total-recap__final-price {
    font-size: 1.28571em;
    line-height: 1em;
    color: #333333;
}
.order-summary__section {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.sidebar {
    position: relative;
    color: #fcf9f7;
}
table {
    width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}
.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip: rect(0 0 0 0);
    width: 2px;
    height: 2px;
    margin: -2px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
.product-table__header th {
    white-space: nowrap;
    font-weight: 500;
    color: #333333;
	padding-top: 0;
    padding-bottom: 0;
}
td:first-child, th:first-child {
    padding-left: 0;
    text-align: left;
}
td, th {
    padding-left: 1em;
}
.product-table th, .product-table td {
    padding-top: 0;
    padding-bottom: 0;
}
.product:first-child td {
    padding-top: 0;
}
.product-table td {
    border-color: #fad9d9;
}
.product-thumbnail {
    width: 4.6em;
    height: 4.6em;
    border-radius: 8px;
    background: #fff;
    position: relative;
}
.product-thumbnail__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}
.product-thumbnail__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.product-thumbnail__quantity {
    font-size: 0.85714em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114,114,114,0.9);
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.58333em;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 3;
}
.product-thumbnail::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    border: 1px rgba(0,0,0,0.1) solid;
    z-index: 2;
}
.order-summary__emphasis {
    color: #323231;
	font-weight: 500;
}
.order-summary__section {
    border-bottom: 1px solid rgba(176,174,173,0.34);
}
.order-summary__section {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.anyflexbox .content .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.total-line-table__tbody+.total-line-table__tbody .total-line:first-child th, .total-line-table__tbody+.total-line-table__tbody .total-line:first-child td, .total-line-table__tbody+.total-line-table__footer .total-line:first-child th, .total-line-table__tbody+.total-line-table__footer .total-line:first-child td {
    padding-top: 3em;
    position: relative;
}
.payment-due-label__taxes {
    color: #71706f;
}
.hidden {
    display: none !important;
}
.order-summary__small-text {
    font-size: 0.85714em;
}
.payment-due__price {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1em;
	
}
.payment-due__price {
    color: #323231;
}
td:last-child, th:last-child {
    text-align: right;
}
.total-line__price {
    padding-left: 1.5em;
    text-align: right;
    white-space: nowrap;
}
.sidebar__content{
	display: none;
	padding-left: 10px;
    padding-right: 10px;
    background-color: #fcf9f7;
}
.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-color: #888;
}
select:focus{outline: none !important}
.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none !important;
}
.select-css option {
    font-weight:normal;
}
