@import "font.css";

* {-webkit-box-sizing: border-box;box-sizing: border-box; margin: 0; padding: 0;}

html, body {width: 100%; height: 100%;}
body {font-family: 'Open Sans', sans-serif; line-height: 1.2; font-size: 14px; color: #4a4a4a;}

h1,h2,h3,h4,h5 {text-transform: uppercase;}

img {max-width:100%;}

a {text-decoration: none; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .6s;} 
a:hover {color: #666769;}

.c-header {position:absolute; top:0; width:100%; z-index:10; padding:10px 0px;}
.c-header_bg {background-color:#b2b0b1;}
.c-header__row {display:-webkit-box;display:-ms-flexbox;display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center}
.c-header__logo {text-align:center;}
.c-header-menu {display: none; list-style:none; float:right;}
.c-header-menu__item {display: inline-block; margin:0px 10px;}
.c-header-menu__item a {color:white; font-weight:bold; text-decoration:none; text-transform: uppercase;}
.c-header-menu__item a:hover {color: #a1c65c;}

.c-footer-top {padding-top:65px; padding-bottom: 45px; background-image: url('/assets/images/main/foot-min.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat; color:#fff;}
.c-footer-top__title {font-weight: 700; font-size: 16px; text-transform: uppercase; margin-bottom: 30px; line-height: 1;}
.c-footer-top-menu {list-style:none; margin-bottom: 30px;}
.c-footer-top-menu__item {line-height: 1.2; margin-bottom: 15px; font-size:14px; text-transform: uppercase;}
.c-footer-top-menu__item:before {content: ''; display: inline-block; vertical-align: middle; margin-right: 5px; border: 3px solid transparent; border-left-width: 3px; border-left-color: #ffffff;}
.c-footer-top-menu__link {color:#fff; vertical-align: middle;}
.c-footer-top-menu__item .fa {margin-right: 3px;}
.c-footer-line {padding: 48px 0 31px;}
.c-footer-line:before {content:""; display: block; margin: 0 auto; border-top:1px solid rgba(255,255,255,0.2); width: 80%; max-width:1140px;}
.c-social {list-style:none; margin-bottom: 30px;}
.c-social__item {display: inline-block; width: 40px; height: 40px;}
.c-social__link {color:white; font-size: 25px;}

.c-home-slider {height: 100%;}
.c-home-slider__item {display:flex; align-items:center; background-position:center; background-size:cover;}
.c-slide-content {width:30%; margin-top: -200px; margin-left:5%; text-align: center; color: #353535;}
.c-slide-content__title {font-family: 'Covered By Your Grace'; font-size: 60px; margin-bottom:20px;}
.c-slide-content__text {font-size: 15px; line-height:1.5; font-weight:300;}


.c-skew-block {position: relative; padding: 220px 0px 180px 0; background-position: center 0; margin-top: -175px; z-index: 9; overflow: hidden;
     background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover;
}
.c-skew-block_nomargin {padding: 0; margin-top: 0;}
.c-skew-block_nanobaby {background-image: url('/assets/images/main/nanobaby.png');}
.banner-item {float: right; text-align: center;}
.banner-item_nanobaby {background-image: url(/assets/images/main/box-gafas-nanovista-min.png); background-repeat: no-repeat; height: 516px; width: 100%; margin-top: 180px; padding: 244px 103px; max-width: 590px;}
.banner-item__content {font-size:15px; line-height: 18px;}
.banner-item__content_mleft {margin-left: 100px;}


.c-block-title_center {width:40%; margin: 50px auto; text-align: center;}
.titulonanoglow {margin-top: -420px;}

.c-video {position: relative; max-height: 800px; overflow: hidden; line-height: 0;}
.c-video-control {position: absolute; top: 0; bottom: 0; left: 0; right: 0; color:white; cursor: pointer;}
.c-video-control__play {position: absolute; font-size: 160px; opacity: 0; top: 0; bottom: 0; left: 0; right: 0; width: 162px; height: 162px; margin:auto; line-height: 1;}
.c-video-control__stop {position: absolute; font-size: 55px; opacity: 0; width: 115px; height: 115px; line-height: 100px; vertical-align: middle; bottom: -120px; left: 30px; border:7px solid #a1c65c; color:#a1c65c; border-radius: 50%; text-align: center;
    -webkit-transition: .5s all; -moz-transition: .5s all; -ms-transition: .5s all; -o-transition: .5s all; transition: .5s all;
}
.c-video-control__play:hover, .c-video-control__play:focus {color:#a1c65c;}
 .c-video-control__stop:hover, .c-video-control__stop:focus {color:#fff; box-shadow: inset 0 0 0 80pt #a1c65c; background-color: #a1c65c;}
.pause .c-video-control__play {opacity: 1;}
.play .c-video-control__stop {opacity: 1; bottom: 140px;}

.c-product-list {overflow: hidden;}
.c-product {display: block; padding-left: 15px; padding-right: 15px; padding-bottom: 15px;}
.c-product__image {text-align: center; overflow: hidden;}
.c-product__image img {-webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-in;}
.c-product:hover .c-product__image img {
    -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);
}

.c-product-text {position: relative; padding: 14px 15px; text-align: center; font-size: 15px; line-height: 1.3; margin-bottom: 20px;}
.c-product-text:before, .c-product-text:after {content: ''; display: block; position: absolute; left: 15px; right: 15px; border-top: 1px solid #dddede;
    -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-in;
}
.c-product-text:before {right: 100%; top:0;}
.c-product-text:after {left: 100%; bottom: 0;}
.c-product:hover .c-product-text:before {right: 15px;}
.c-product:hover .c-product-text:after {left: 15px;}
.c-product-text__description {font-weight: 300; color: #212121; text-transform: none;}
.c-product-text__name {font-weight: 600; font-size: 17px; color: #212121;}
.c-product__flags {position: absolute; top:0px; right: 15px;}
.tag {display: block; background-repeat: no-repeat !important; height: 85px; width: 85px; padding: 40px 15px 0 0; font-size:10px; font-weight: 700; color:#fff; text-align: center; text-transform: uppercase;}
.tag_new {background-image: url(/assets/images/main/mano-min.png);}

/**product page***/
.c-product-page {padding: 150px 15px 50px 15px;}
.c-product-page-header {color: #666666; font-size:30px; display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
    justify-content: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center;
    flex-wrap: wrap; -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;
}
.c-product-page__model {color:#b2b0b1;}
.c-product-page__title {text-transform: none; font-weight: 400; font-size:30px; line-height: 36px;}
.c-product-page__intro {font-size:17px; line-height: 20px; flex-basis: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; text-align: center; margin-top: 5px;}
.c-product-page-main-image {text-align: center;}
.c-product-page__info {color: #666666; line-height: 1.3;}
.c-product-page__info-block {padding-bottom: 20px;}
.c-product-page__subtitle {margin: 10px 0 20px 0; font-weight: 100; font-size: 20px; border-bottom: 1px solid #dbdbdb; padding-bottom: 5px; text-transform: none;}
.c-product-page-feature__item {padding-right: 15px;}
.variation-image {max-width: 70px;margin-right: 10px; margin-bottom: 15px; cursor:pointer;}
.variations-sizes__item {display:inline-block; margin-right: 20px; margin-bottom:15px;}
.variations-sizes__radio {vertical-align:middle; margin-right:5px;}
.variations-sizes__label {vertical-align:middle;}
/*****************/

.c-image-head {position: relative; width:100%; height: 550px; background-size:cover; background-position:center; background-repeat:no-repeat;}
.c-image-head_small {height: 400px;}
.c-image-head__content {position: absolute; top: 50%; left:0; text-align: center; width: 40%; margin-left: 30px; margin-top: -70px; background: rgba(255,255,255,.7); padding: 15px; border-radius: 20px;}
.c-image-head__title {font-family: 'Covered By Your Grace'; font-size: 60px; line-height: 1.3; margin-bottom:20px; font-weight: normal; text-transform: none;}  
.c-image-head__text {}

.c-content {padding: 50px 15px;}
.c-content h1, .c-content h2, .c-content h3, .c-content h4, .c-content h5 {margin-bottom: 30px;}
.c-content p {margin-bottom: 20px;}

.c-subcategories {}
.c-subcategories__item {display: inline-block; float:left; width: 14.2%; padding: 0 15px; margin-bottom: 30px; vertical-align: top; text-align: center;}
.c-subcategories__item-name {text-transform: uppercase; font-size: 25px; font-family: 'Covered By Your Grace'; padding-top: 5px;}

/***support***/
.color-white {color:white;}
.color-pink {color: #fd8cb8;}
.color-blue {color: #83b7cd;}
.color-greenlight {color:#a1c65c;}
.color-green {color: #78c196;}
.full-width {width:100%;}
.title {font-family: 'Covered By Your Grace'; font-size: 60px; line-height: 1.3; margin-bottom:20px; font-weight: normal;}
/************/

@media (min-width: 1100px) {
    .c-header-menu {display: block;}
}