123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368 |
- *,
- *::before,
- *::after {
- box-sizing: border-box;
- }
- body {
- font-size: 13px;
- font-family: "Open Sans", sans-serif;
- }
- a {
- color: black;
- text-decoration: none;
- }
- @font-face {
- font-family: "icomoon";
- src: url("../fonts/icomoon.eot?4oli75");
- src: url("../fonts/icomoon.eot?4oli75#iefix") format("embedded-opentype"),
- url("../fonts/icomoon.ttf?4oli75") format("truetype"),
- url("../fonts/icomoon.woff?4oli75") format("woff"),
- url("../fonts/icomoon.svg?4oli75#icomoon") format("svg");
- font-weight: normal;
- font-style: normal;
- font-display: block;
- }
- [class^="icon-"],
- [class*=" icon-"] {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: "icomoon" !important;
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-instagram:before {
- content: "\e903";
- }
- .icon-car:before {
- content: "\e902";
- font-size: 40px;
- padding: 10px;
- border-radius: 50%;
- color: #4baec7;
- background: white;
- }
- .icon-phone:before {
- content: "\e901";
- font-size: 40px;
- padding: 10px;
- border-radius: 50%;
- color: #4baec7;
- background: white;
- }
- .icon-cart:before {
- content: "\e900";
- font-size: 25px;
- color: white;
- background: green;
- padding: 10px;
- border-radius: 50%;
- }
- .icon-cart1:before {
- content: "\e93a";
- font-size: 20px;
- color: white;
- background: green;
- padding: 10px;
- border-radius: 50%;
- }
- .icon-search:before {
- content: "\e986";
- font-size: 15px;
- margin-right: 15px;
- vertical-align: middle;
- }
- .icon-circle-right:before {
- content: "\ea42";
- }
- .icon-circle-left:before {
- content: "\ea44";
- }
- .icon-google:before {
- content: "\ea8b";
- }
- .icon-facebook:before {
- content: "\ea90";
- }
- .icon-twitter:before {
- content: "\ea96";
- }
- .container {
- padding: 0 160px;
- width: 100%;
- }
- .header-background {
- background: #4cb1ca;
- padding: 17px 0;
- }
- .header-login {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .language-currency > span {
- opacity: 0.8;
- color: white;
- padding-right: 5px;
- }
- #language,
- #currency {
- background: #4cb1ca;
- border: none;
- color: white;
- font-family: "Open Sans", sans-serif;
- cursor: pointer;
- }
- #language {
- margin-right: 20px;
- position: relative;
- }
- #language > li:last-child {
- position: absolute;
- display: none;
- margin-top: 5px;
- }
- .list-login > li {
- display: inline;
- }
- .list-login > li > a {
- color: white;
- }
- .list-login > li > a:hover {
- color: #000000;
- transition: all 0.5s;
- }
- .list-login > li:not(:last-child) {
- border-right: 1px solid white;
- padding: 0 15px;
- }
- .list-login > li:last-child {
- padding-left: 15px;
- }
- .logo-menu {
- font-size: 14px;
- padding: 40px 0;
- font-weight: bold;
- text-transform: uppercase;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .title {
- font-size: 36px;
- }
- .menu > li {
- display: inline;
- }
- .menu > li:not(:first-child) {
- padding-left: 25px;
- }
- .menu > li > a:hover {
- color: #4cb1ca;
- transition: all 0.3s;
- }
- .search {
- border: 1px solid black;
- }
- #search {
- padding: 10px 10px 10px 10px;
- font-size: 13px;
- border: none;
- outline: none;
- }
- .buy {
- display: flex;
- align-items: center;
- }
- .cart > a {
- text-transform: uppercase;
- font-weight: bold;
- color: #444444;
- padding-left: 10px;
- }
- /* MAIN */
- .banner {
- background: url(../images/banner.png) no-repeat;
- background-size: cover;
- width: 100%;
- height: 475px;
- margin-bottom: 50px;
- }
- .text-banner {
- padding-top: 190px;
- }
- .text-banner > p {
- text-transform: uppercase;
- font-size: 30px;
- color: white;
- background: black;
- display: inline-block;
- padding: 12px 15px;
- opacity: 0.7;
- }
- .text-banner > p:last-child {
- margin-top: 3px;
- font-weight: bold;
- }
- .product-right_banners {
- display: flex;
- }
- .product > h1 {
- font-size: 24px;
- text-transform: uppercase;
- color: #444444;
- }
- .featured-product {
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- padding: 25px 0 25px;
- }
- .description {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .box {
- display: inline-block;
- box-shadow: 1px 1px 8px gray;
- padding: 10px 10px 30px;
- margin-bottom: 25px;
- }
- .box:hover {
- transform: scale(1.1);
- }
- .description-money {
- font-size: 15px;
- padding-top: 15px;
- }
- .description-money > h2 {
- padding-bottom: 10px;
- max-width: 160px;
- }
- .description-money > span {
- color: green;
- font-size: 20px;
- }
- .icon-cart {
- margin-top: 15px;
- }
- .right_banners {
- margin-left: 25px;
- }
- .right-slider {
- background: url(../images/right_banner.png) no-repeat;
- background-size: cover;
- height: 453px;
- width: 241px;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- }
- .right-slider > h2 {
- text-transform: uppercase;
- font-size: 24px;
- text-align: center;
- padding-top: 30px;
- }
- #btn {
- margin: 0 auto 30px;
- color: white;
- background: #4baec7;
- border: 1px solid #4baec7;
- font-size: 14px;
- padding: 15px 25px;
- cursor: pointer;
- }
- .slider-circle {
- box-shadow: 0 0 4px #a3a3a3;
- padding: 10px 0;
- max-width: 232px;
- margin-left: 4px;
- text-align: center;
- }
- #circle {
- background: green;
- padding: 8px;
- border-radius: 50%;
- display: inline-block;
- }
- /* FOOTER */
- .shipping-call-us {
- background: #4cb1ca;
- font-size: 21px;
- padding: 20px 0;
- text-transform: uppercase;
- }
- .shipping-call-us > .container {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .delivery > a,
- .call-us > a {
- display: flex;
- align-items: center;
- }
- .delivery > a > p,
- .call-us > a > p {
- color: white;
- padding-left: 20px;
- }
|