@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Baloo+Bhai&display=swap&subset=latin-ext'); 
@import url('form.css');
[data-icon]:before { font-family: 'ElegantIcons'; content: attr(data-icon); font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
* { font-family: 'Baloo Bhai', cursive; font-family: 'Ubuntu', sans-serif; font-family: 'Source Sans Pro', sans-serif; font-size: calc(13px + 1 * ((100vw - 320px) / 680)); }
@media (max-width:1024px) {
* { font-size: calc(13px + 1 * ((100vw - 320px) / 680)); }
}
*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); outline: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
* { -webkit-overflow-scrolling: auto; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
a, img { outline: none; text-decoration: none; }
a { cursor: pointer; color: #e0a724; -webkit-transition: all .1s ease; transition: all .1s ease; }
a:hover { color: #e0a724; }
strong, b { font-weight: 700; }
span, strong, b { font-size: 100%; }
/* p { margin: 0; padding: 0; } */
input { -webkit-border-radius: 0; border-radius: 0; }
input[type=button], input[type=submit], input[type=text] { -webkit-appearance: none; appearance: none; border-radius: 0 !important }
small { font-size: 70%; }
small.large { font-size: 80%; }
body { font-family: 'Source Sans Pro', sans-serif; width: 100%; margin: 0; background: #fff; padding: 0; font-size: 1rem; overflow-x: hidden; overflow-y: scroll; color: #333e48; }
.clear { clear: both }
.clear.margin { height: 20px; }
.ui-tooltip { width: auto; text-align: center; background: rgb(0, 0, 0) !important; color: #fff !important; box-shadow: none !important; padding: 0; border: 1px solid #eee !important; border-radius: 5px !important; }
.ui-tooltip-content { position: relative; padding: .26rem; font-weight: 600; }
/*
.ui-tooltip-content::after, 
.ui-tooltip-content::before {}
*/
@media (max-width:1024px) {
.ui-tooltip { display: none !important; }
}
/* Loading */
#loading { display: none!important; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; top: 0; left: 0; position: fixed; z-index: 999999999; max-height: 100%; min-height: 100%; background: #fff; }
#loading .loader { margin: 20% auto 0 auto; position: relative; text-indent: -9999em; border-top: .3em solid #e0a724; border-right: .3em solid #eee; border-bottom: .3em solid #fff; border-left: .3em solid #fff; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation: load8 1.1s infinite linear; animation: load8 1.1s infinite linear; }
#loading .loader, #loading .loader:after { width: 2.5em; height: 2.5em; border-radius: 50%; }
#loading .loader-text { display: block; overflow: hidden; text-align: center; font-weight: 400; font-size: 1rem; margin: 10px 0 0 0; color: #222; }
@-webkit-keyframes load8 {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes load8 {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
a.siteup { position: fixed; bottom: 1rem; right: -4rem; display: block; width: 4rem; height: 4rem; line-height: 4rem; font-size: 1rem; color: #fff; overflow: hidden; background: #1d1d1b; -webkit-transition: .3s; transition: .3s; z-index: 999; border-radius: 50%; text-align: center; }
a.siteup.sticky { right: 1rem; }
a.contact { position: fixed; bottom: 1rem; left: 1rem; display: block; width: 4rem; height: 4rem; line-height: 4rem; text-align: center; overflow: hidden; background: #e0a724; color: #fff; z-index: 999; border-radius: 50%; transform: scale(0); -webkit-transition: .3s; transition: .3s; }
a.contact i { font-size: 1.7rem; }
a.contact.sticky { transform: scale(1); }

a.whatsapp { position: fixed; bottom: 70px; left: 10px; display: none !important; width: 50px; height: 50px; overflow: hidden; background: #45c455 url(../svg/whatsapp.svg) center center no-repeat; background-size: 30px; -webkit-transition: .3s; transition: .3s; z-index: 999; border-radius: 50%; transform: scale(0); border: 1px solid #fff; }
a.whatsapp.sticky { transform: scale(1); }
@media (max-width:1024px) {
a.whatsapp, a.whatsapp.sticky { display: block !important; }
}
@media (max-width:1024px) {
a.siteup { bottom: 10px; right: -50px; width: 50px; height: 50px; line-height: 50px; background-size: 22px; }
a.siteup.sticky { right: 10px; }
a.contact { bottom: 10px; left: 10px; width: 50px; height: 50px; line-height: 50px; background-size: 25px; }
}
.text-dark { color: #111; }
.text-white { color: #fff; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-line-through { text-decoration: line-through; font-weight: 300; }
.float-left { float: left; }
.float-right { float: right; }
.img-fluid { width: 100%; }

/* CONTAINER */
#container { display: block; width: 100%; margin: 0 auto; padding: 0; background-color: #fff; box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.025); }
@media (max-width:1366px) {
#container { width: 100%; }
}
.container { display: block; width: 100%; margin: 0; padding: 0; position: relative; box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.035); }
.wrapper { width:70%; margin: 0 auto; padding: 0; position: relative; }
@media (max-width:1024px) {
.wrapper { width: 95%; }
}
/* UPPER */
.upper { display: inline-block; width: 100%; height: 50px; background-color: #fff; border-bottom: 1px solid #eee; -webkit-transition: .1s; transition: .1s; position: fixed; top: 0; z-index: 90; }
/*.upper.sticky { top: -50px; }*/
@media (max-width:1366px) {
.upper { width: 100%; }
}
@media (max-width:1024px) {
.upper { position: static; display: block; width: 100%; height: 51px; background-color: #222; z-index: 999; }
}
/* member */
.member { display: block; height: 50px; margin: 0; padding: 0; float: left; }
.member ul { margin: 0; padding: 0; }
.member li { display: block; float: left; position: relative; }
.member li a { display: block; text-align: center; padding: 0 5px; height: 50px; font-weight: 600; line-height: 45px; color: #A6A5A5; }
.member li a i { padding: 0 10px; font-size: 1.2rem; float: left; color: #e0a724; }
.member li a b { font-weight: 600; }
.member li:hover a { color: #e0a724; }
.member li.home { margin: 0 0 0 0; }
.member li.home a { background-color: #e0a724; padding: 0 12px; color: #fff; }
.member li.home a i { color: #fff; }
@media (max-width:1024px) {
.member { width:auto; display: inline-flex; flex-wrap: nowrap; }
.member li { width: auto; }
.member li a { padding:1rem; line-height: 2rem; text-align: left; font-size: 1rem; color: #fff; }
.member li a i { padding: 0 10px; font-size: 1.6rem; line-height: 25px; }
.member li.home { display: none; }
.member li.login {  text-align: center; }
.member li.login a { background-color: #e0a724; color: #fff; }
.member li.login a i { color: #fff; display: block; width: 100%; font-size: 1.6rem; text-align: center; }
.member li.login a b { display: none; }

.member li.address {  text-align: center; }
.member li.address a { background-color: #a8271d; color: #fff; }
.member li.address a i { color: #fff; display: block; width: 100%; font-size: 1.6rem; text-align: center; }
.member li.address a b { display: none; }

.member li.register a { background-color: #444; color: #ccc; }
.member li.register a i { color: #fff; }
.member li a b span { display: block; }
}

/* login form */
.loginForm { display: none; padding: 20px; width: 200px; top: 0; left: 0; position: absolute; z-index: 99; background-color: #fff; box-shadow: 0 0 2px #ccc; }
.logincloseBtn { display: none !important; }
@media (max-width:1024px) {
.loginForm { width: 100%; padding: 0 20px 20px 20px; position: fixed; top: 0; left: 0; z-index: 100; }
.logincloseBtn { display: block !important; width: 60px; height: 35px; text-align: center !important; line-height: normal; padding: 0; margin: 0; overflow: hidden; background-color: #eee !important; color: #111 !important; float: right; }
.logincloseBtn > i { color: #111 !important; width: 100%; overflow: hidden; line-height: normal; padding: 0 !important; }
}
.loginForm .switch { float: right; }
.loginForm .switch-row { float: left; color: #fff; width: 50%; font-size: .8rem; }
/* topnav */
.topnav { display: block; height: 50px; margin: 0; padding: 0; float: right; }
.topnav ul { margin: 0; padding: 0; }
.topnav li { display: block; float: left; position: relative; border-left: 1px solid #eee; }
.topnav li a { display: block; text-align: center; padding: 0 15px; font-weight: 600; height: 50px; line-height: 45px; color: #646464; }
.topnav li a img { width: 30px; float: left; display: block; margin: 8px 5px 0 0; }
.topnav li a i { padding: 0 10px; font-size: 1.2rem; float: left; color: #e0a724; }
.topnav li a b { font-weight: 600; }
.topnav li:hover a { color: #e0a724; }
.topnav li.lang { width: 150px; display: none; }
.topnav li.lang a { text-align: left; }
.topnav li ul { display: none; margin: 0; padding: 0; position: absolute; left: 0; background-color: #fff; }
.topnav li:hover ul { display: block; }
@media (max-width:1024px) {
.topnav { display: none; }
}

a.social_whatsapp { display: inline-block; width: 60px; height: 50px; text-align: center; margin: 0; overflow: hidden; position: relative; background-repeat: no-repeat; background-position: center center; background-size: 25px; content: ""; background-color: #29ac00; background-image: url("../svg/social_whatsapp.svg"); }
@media (max-width:1024px) {
a.social_whatsapp { display: none; }
}
/* HEADER */
header { display: block; width: 100%; height: 105px; margin: 50px 0 0 0; padding: 0; background-color: #fff; background-repeat: no-repeat; background-position: top center; background-size: cover; -webkit-transition: .1s; transition: .1s; border-bottom: 1px solid #eee; }
header.sticky { top: 0; background-color: #eee; }
header .header { width: 95%; margin: 0 auto; position: relative; }
@media (max-width:1024px) {
header { position: relative; width: 100%; height: auto; top: 0; margin: 0; padding: 0; }
header .header { width: 100%; }
header.sticky { position: fixed; top: 0; }
}
/* hotline */
.hotline { display: inline-block; overflow: hidden; position: absolute; right: 7rem; top: 1.8rem; }
.hotline span { display: block; overflow: hidden; padding: 0; line-height: 3rem; color: #111; float: left; }
.hotline span.icon { display: block; width: 2rem; float: left; text-align: center; font-size: 1rem; color: #333; }
.hotline span.phone { background: none; font-weight: 300; padding: 0 .5rem; font-size: 1.4rem; }
.hotline span.phone strong { font-weight: 700; }
@media (max-width:1024px) {
.hotline { width: 15%; display: block; top: 2rem; left: 1rem; height: 50px; }
.hotline span { display: block; overflow: hidden; padding: 0; height: 50px; line-height: 50px; color: #333; float: left; }
.hotline span.icon { width: 100%; line-height: 47px; text-align: center; color: #e0a724; border-radius: 5px; background-color: transparent; border: 2px solid #e0a724; font-size: 1.8rem; }
.hotline span.phone { display: none; }
}
/* Logo */
.logo { width: 250px; height: 100px; display: block; margin: 0; float: left; overflow: hidden; -webkit-transition: .3s; transition: .3s; cursor: pointer; background-position: left center; background-repeat: no-repeat; background-image: url("../images/logo.png"); background-size: 100%; background-color: transparent; }
@media (max-width:1024px) {
.logo { width: 175px; height: 100px; background-size: 90%; margin: 0 auto; float: none; }
}
/* Search */
.search { height: 49px; margin: 0 0 0 25px; padding: 0; border-radius: 2px; background: #f9f9f9; float: left; border-left: 1px solid #eee; }
.search.mobile { display: none; }
.search input { font-size: 1rem; background: transparent; height: 45px; width: 75%; margin: 0; padding: 0 15px; color: #111; border: none; float: left; }
.search button { width: 60px; float: right; height: 50px; line-height: 48px; border: none; background: transparent; color: #e0a724; cursor: pointer; }
.search .dripicons-search { font-size: 1.6rem; }
@media (min-width:770px) {
.search { width: 40%; }
}
@media (min-width:1366px) {
.search { width: 20%; }
}
@media (max-width:1024px) {
.search { display: none; float: none; width: 100%; margin: 0; padding: 0; border-radius: 0; border: none; border-bottom: 1px solid #dedede; background: #fff; }
.search.mobile { display: block; }
}
/* Cart */
.cartButton { float: right; height: 50px; margin: 0; position: absolute; right: 0; top: 30px; z-index: 20; }
.cartButton span { float: left; height: 50px; line-height: 50px; color: #fff; padding: 0 15px; }
.cartButton span.piece { font-size: .9rem; font-weight: 800; background-color: #e0a724; padding: 0; position: absolute; left: -15px; top: -15px; width: 30px; height: 30px; line-height: 30px; border-radius: 50%; text-align: center; }
.cartButton span.icon { font-size: 1.5rem; background-color: #111; padding: 0 20px; border-radius: .1rem; }
.cartButton span.text { display: none; font-size: 1.2rem; background-color: #e0a724; color: #fff; font-weight: 800; }
@media (max-width:1024px) {
.cartButton { right: 0; top: -4rem; z-index: 10; }
.cartButton span.icon { font-size: 2rem; height: 53px; background-color: transparent;color: #dedede; }
.cartButton span.piece { left: -15px; top: 10px; }
.cartButton span.text { display: none; }
}
/* Main Menu */
.toggleMenu { color: #fff !important; z-index: 99; text-align: center; overflow: hidden; position: absolute; display: none; width: 50px; display: none; height: 50px; line-height: 50px; background-color: transparent; border: 2px solid #e0a724; color: #e0a724 !important; border-radius: 4px; -webkit-transition: .5s; transition: .5s; opacity: 1; font-family: "dripicons-v2" !important; right: 5px; top: 2rem; margin: 0 !important; font-size: 2rem; }
.toggleMenu:before { content: "\e020"; }
.toggleMenu.toogle_hover:before { content: "\39"; }

nav { margin: 2.5rem 0 0 2rem; background-color: #fff; padding: 0; display: inline-block; font-family: 'Baloo Bhai', cursive; }
.nav { margin: 0; padding: 0; list-style: none; position: relative; z-index: 9; }
.nav:before, .nav:after { content: ""; display: table; }
.nav:after { clear: both; }
.nav > li { display: inline-block; padding: 0; margin: 0; position: relative; }
.nav > li.hidden { display: none; }
.nav li a { display: block; font-size: 1rem; overflow: hidden; margin: 0 1rem 0 0; font-weight: 700; padding: 0; color: #111; }
.nav li a img { width: 30px; float: left; margin: 10px 10px 0 0; }
.nav > li > a.parent:after { font-family: "dripicons-v2"; content: "\54"; margin: 0 0 0 0px; color: #e0a724; float: right; display: block; }
.nav li:hover > a { color: #e0a724; opacity: 1; }
.nav li ul { position: absolute; list-style: none; width: 250px; display: none; margin: 0; padding: 5px 0 0 0; transition: .3s; }
.nav li.hover > ul { display: block; }
.nav li li.hover ul { display: block; top: 0; padding: 0; }
.nav li li li.hover ul { display: block; top: 0; padding: 0; }
.nav li li { border: none; margin: 0; padding: 0; position: relative; }
.nav li li a { display: block; background: #e0a724; height: auto; color: #fff; padding: 0 15px; text-align: left; line-height: 40px; font-weight: 400; font-size: 14px; border-bottom: 1px solid #c4141a; }
.nav li li:last-child a { border-bottom: 0; }
.nav li li li a { display: block; background: #c4141a; font-size: .8rem; height: auto; color: #fff; padding: 0 15px; text-align: left; line-height: 40px; font-weight: 300; }
.nav li ul li a:hover, .nav li ul li:hover > a { background: #5c090c; color: #fff; }
@media (max-width:1024px) {
nav { display: block; overflow: hidden; margin: 0; padding: 0; border: none; }
.nav { width: 250px; height: 100vh; margin: 0; padding: 0; position: fixed; display: none; overflow: hidden; z-index: 9999999; top: 0; left: 0; background: #eee; overflow-y: auto; border-right: 1px solid #d6d6d6; text-align: right; }
.nav > li.hidden { display: inline-block; }
.nav > li { width: 100%; display: block; padding: 0; margin: 0; position: relative; }
.nav > li > a.parent:after { font-family: "dripicons-v2"; content: "\54"; float: right; position: absolute; font-size: 16px; color: #222; right: 20px; }
.nav li a { display: block; color: #666 !important; font-size: 1.2rem; height: 50px; padding: 0 15px; line-height: 50px; text-align: left; font-weight: 800; transition: .3s; -webkit-transition: .3s; border-bottom: 0; }
.nav li:hover > a { color: #fff; }
.nav li a:hover { color: #fff; }
.nav li ul { list-style: none; width: 100%; position: static; margin: 0; padding: 0; }
.nav li ul li { border: none; margin: 0; padding: 0; position: relative; }
.nav li ul li a { color: #fff !important; line-height: 40px; font-weight: 500; height: auto; font-size: 1rem; background: #888; border-bottom: 0; }
.nav li ul li a img { width: 23px; }
.nav li ul li li a { background: #999; font-weight: 300; }
.nav li ul li a:hover, .nav li ul li:hover > a { background: #999; color: #fff !important; }
.nav li.hover > ul, .nav li li.hover ul { position: static; }
}
/* SLIDER */
#slider { display: block; width: 100%; position: relative; }
.banner { width: 100%; margin: 0; padding: 0; overflow: hidden; position: relative; z-index: 1; font-weight: 600; }
.banner:after { content: ""; position: absolute; background-color: rgba(0, 0, 0, 0.0); z-index: 0; width: 100%; height: 100%; top: 0; }
.banner .owl-item { margin: 0; padding: 0; float: left; }
.banner .owl-item img { width: 100%; vertical-align: bottom }
.banner .owl-prev, .banner .owl-next { display: block !important; background-color: #222 !important; border-radius: .1rem; }
.banner .owl-prev { left: 40px !important; }
.banner .owl-next { right: 40px !important; }
.banner-mobile { display: none !important; }
.banner-mobile .owl-item { margin: 0; padding: 0; float: left; }
.banner-mobile .owl-item img { width: 100%; vertical-align: bottom; }
@media (max-width:768px) {
.banner { display: none !important; }
.banner-mobile { display: block !important; width: 100%; margin: 0; padding: 0; position: relative; z-index: 3; font-weight: 600; }
.banner-mobile .owl-prev, .banner-mobile .owl-next { display: none !important; }
}
.caption { width: 100%; height: 100%; color: #333; padding: 0 0 0 5%; margin: 0; z-index: 7; position: absolute; top: 0; left: 0; overflow: hidden; background-color: rgba(0, 0, 0, 0.00); }
.caption-title { width: 100%; display: block; overflow: hidden; opacity: 0; font-size: 4.2rem; font-weight: 100; padding: 30% 0 0 0; animation: title .2s .4s linear forwards; position: relative; transform: scaleY(0); }
.caption-desc { display: block; width: 40%; opacity: 0; margin: 0 0; font-size: 1.2rem; font-weight: 300; overflow: hidden; animation: desc .2s .5s linear forwards; position: relative; }
@media (max-width:1024px) {
.caption { width: 100%; height: 100%; padding: 40px 25px 0 25px; }
.caption-title { width: 100%; font-size: 32px; }
.caption-desc { width: 50%; font-size: 12px; }
}
@keyframes title {
from { opacity: 0; transform: scaleY(0); }
to { opacity: 1; transform: scaleY(1); }
}
@keyframes desc {
from { opacity: 0; top: 0; }
to { opacity: 1; top: 4%; }
}
/* HEADLINE */
.headline { display: block; overflow: hidden; width: 100%; margin: 4rem 0; padding:0; text-align: center; }
.headline-title { display: block; font-size: 1.8rem; font-weight: 600; margin: 0; padding: 0; }
.headline-subtitle { display: block; font-size: 1.1rem; font-weight: 300; margin: 10px 0; padding: 0 10%; }
.headline-span { display: block; width: 100px; height: .5rem; border-radius: 5rem; background-color: #e0a724; margin: 0 auto 15px auto; }

.heading { display: block; width: 100%; overflow: hidden; margin: 0; padding: 15px 0; background-color: #f7f7f7; border-bottom: 1px solid #eee; }
.heading .wrapper { width: 75%; }
.heading-title { display: block; font-size: 40px; font-weight: 300; margin: 0; padding: 0; }
.heading-span { display: block; width: 100px; height: 5px; background-color: #e0a724; margin: 0 auto; }
.heading-subtitle { display: block; font-size: 18px; font-weight: 300; margin: 0; padding: 0; }
@media (max-width:1680px) {
    .heading .wrapper { width: 95%; }
}
@media (max-width:1024px) {
.heading .wrapper { width: 95%; }
}
/* HEADING */
.heading-left { width: 60%; float: left; }
.heading-title { display: block; font-size: 1.8rem; font-weight: 700; margin: 0; padding: 0; }
.heading-desc { display: block; font-size: 1rem; font-weight: 300; margin: 0; padding: 0; color: #666; }
.heading-pointer { display: block; font-weight: 500; margin: 0; padding: 0; text-transform: uppercase; }
.heading-pointer a { font-size: 1rem; color: #666; }
.heading-pointer a:after { content: "/"; margin: 0 5px; }
.heading-pointer a:last-child { font-weight: 100; }
.heading-pointer a:last-child:after { content: ""; margin: 0; }
.heading-pointer a:hover { color: #111; }
.heading-right { width: 20%; float: right; display: none; }
.heading-right .button { border-radius: 2px; width: 140px; float: right; height: 40px; margin: 8px 0 0 0; padding: 0 10px 0 0; font-size: 1.1rem; line-height: 40px; }
.heading-right .button span { margin: 0 8px 0 0; padding: 0 10px; float: left; line-height: 40px; }
@media (max-width:768px) {
.heading { margin: 0; padding: 15px 0; }
.heading-left { width: 80%; float: left; }
.heading-title { font-size: 1.6rem; word-break: break-all; }
.heading-right { width: 10%; float: right; }
.heading-right .button { width: 45px; height: 40px; margin: 5px 0 0 0; padding: 0; }
.heading-right .button span { margin: 0; padding: 0 5px; float: left; line-height: 40px; font-size: 2rem; }
}
/* CAROUSEL */
.carousel { width: 100%; margin: 0; padding: 0 0 25px 0; display: block; overflow: hidden; background: #fff; color: #111; }
.carousel .wrapper { width: 75%; }
.carousel .owl-prev { left: -100px !important; background-color: #fff !important; color: #111 !important; }
.carousel .owl-next { right: -100px !important; background-color: #fff !important; color: #111 !important; }
@media (max-width:1024px) {
.carousel .wrapper { width: 95%; }
}
/* CONTENT */
.content { width: 100%; min-height: 300px; margin: 0; padding: 0; display: block; overflow: hidden; background: rgb(255, 255, 255); color: #111; }
.content .wrapper { width: 75%; padding: 35px 0; font-size: 1.2rem; display: block; overflow: hidden; }
@media (max-width:1680px) {
    .content .wrapper { width: 85%; }
}

@media (max-width:1024px) {
.content { display: block; overflow: hidden; }
.content .wrapper { padding: 10px 0; width: 95%; }
}
.gallery { margin: 40px 0; column-count: 3; -webkit-column-count: 3; column-gap: 3rem; -webkit-column-gap: 3rem; }
.item-gallery { width: 100%; display: block; overflow: hidden; }
.item-gallery img { width: 100%; vertical-align: bottom; }
@media (max-width:480px) {
.gallery { margin: 40px 0 0 0; column-count: 2; -webkit-column-count: 2; column-gap: 1rem; -webkit-column-gap: 1rem; }
.item-gallery { margin: 0 0 10px 0; }
}
/* Side Bar */
.filter-button { background-color: #111; height: 45px; line-height: 45px; padding: 0; font-weight: 600; color: #fff !important; vertical-align: bottom; font-size: 1.3rem; overflow: hidden; display: none; position: relative; }
.filter-button-icon { display: block; width: 45px; height: 45px; line-height: 45px; background-color: #111; text-align: center; margin-right: 10px; font-size: 1.4rem; float: left; }
.filter-button-right { display: block; width: 45px; height: 45px; line-height: 45px; background-color: #666; text-align: center; font-size: 1.4rem; float: right; position: absolute; top: 0; right: 0; z-index: 10; color: #fff; }
@media (max-width:1024px) {
.filter-button { display: block; }
}
.sidebar { width: 23%; float: left; }
.side-row { display: block; background-color: #fff; border: 1px solid #eee; margin-bottom: 25px; }
.side-title { background-color: #fff; height: 45px; line-height: 45px; padding: 0; font-weight: 600; color: #555; vertical-align: bottom; font-size: 1.2rem; overflow: hidden; }
.side-title-icon { display: block; width: 45px; height: 45px; line-height: 45px; background-color: #e0a724; color: #fff; text-align: center; margin-right: 10px; font-size: 1.4rem; float: left; }
.side-nav { padding: 0; margin: 0; list-style: none; }
.side-nav ul { padding: 0; margin: 0; display: none; }
.side-nav li.active ul { display: block; }
.side-nav li { display: block; list-style-type: none; padding: 0; }
.side-nav ul ul li { height: auto; max-height: 4em; padding: 0; transition: max-height .3s 0 ease-in; overflow: visible; }
.side-nav a, .side-nav label { text-decoration: none; padding: .6rem .8rem; font-size: 1rem; text-align: left; font-weight: 600; display: block; background: #fff; border-top: 1px solid #eee; }
.side-nav label input { float: left; margin-left: 0; margin-right: 10px; }
.side-nav li a { font-size: 1.1rem; color: #111; }
.side-nav li li a { font-size: .9rem; color: #888; }
.side-nav li.active > a { color: #e0a724; }
/*.side-nav a:link, .side-nav  a:visited { color: #111; }*/
.side-nav a:hover { background: #eee; color: #111; }
.side-nav li.btn { padding: 10px; }
.side-nav li button { cursor: pointer; }
@media (max-width:1024px) {
.sidebar { width: 100%; float: none; padding: 0; display: none; }
.side-row { margin-bottom: 0; }
.side-title { display: none; }
.side-nav li a { font-size: 1.3rem; }
}
/* Main */
.main { width: 75%; float: right; }
@media (max-width:1024px) {
.main { width: 100%; float: none; }
}
/* PRODUCTS */
.product-carousel { width: 100%; margin: 0; padding: 0; position: relative; z-index: 1; font-weight: 600; }
.releated-carousel { width: 100%; margin: 0; padding: 0; position: relative; font-weight: 600; border: 1px solid #eee }
.releated-title { display: block; overflow: hidden; font-weight: 700; font-size: 18px; text-align: center; margin: 0 0 1rem 0; padding: 1rem; background-color: #eee; color: #111; }
.releated-carousel .owl-item { margin: 0; padding: 0; float: left; overflow: hidden; width: 150px; }
.releated-carousel .owl-item li { border: none !important; }
.releated-carousel .owl-controls { top: 35% !important; }
.releated-carousel .owl-next, .releated-carousel .owl-prev { z-index: 0 !important; width: 35px !important; height: 35px !important; color: #111 !important; line-height: 35px !important; background-color: transparent !important; }
.releated-carousel .owl-next { right: 0 !important; }
.releated-carousel .owl-prev { left: 0 !important; }
.owl-item { margin: 0; padding: 0 10px; float: left; }
.owl-item li { display: block; float: left; padding: 0 0 10px 0; margin: 0; border: 1px solid #eee; transition: .3s linear; position: relative; overflow: hidden; }
.owl-item li a { width: 100%; height: 100%; display: block; overflow: hidden; text-align: center; position: relative; }
.owl-item li a img { width: 100%; vertical-align: bottom; text-align: center; }
.owl-item li a .view { opacity: 0; content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; color: #fff; padding: 40% 0 0 0; transition: .1s; font-size: 2rem; }
.owl-item li:hover a .view { opacity: 1; }
.owl-item li a .view:before { background-color: rgba(0, 0, 0, .5); width: 4rem; height: 4rem; line-height: 4rem; margin: 0 auto; border-radius: 1rem; display: block; overflow: hidden; }

.products { width: 100%; margin: 0; padding: 0; position: relative; z-index: 1; font-weight: 600; }
.products li { display: block; float: left; width: 23.5%; padding:0; margin: 0 2% 2% 0; transition: .3s linear; position: relative; overflow: hidden; background-color: #fff; border: 1px solid #dedede; border-radius: .2rem; }
.products.favorite li { width: 25%; margin: 0; display: block; overflow: hidden; }
.products li:nth-child(4n+0) { float: right; margin: 0 0 2% 0; }
.products.favorite li:nth-child(4n+0) { margin: 0; float: none; }
.products>li>a { width: 100%; height: auto; display: block; overflow: hidden; text-align: center; position: relative; }
.products>li>a>img { height: 20vh; margin: 0 auto; vertical-align: bottom; text-align: center; }
.products>li>a>.view { opacity: 0; content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; color: #fff; padding: 40% 0 0 0; transition: .1s; font-size: 2rem; }
.products>li>a:hover .view { opacity: 1; }
.products>li>a>.view:before { background-color: rgba(0, 0, 0, .5); width: 4rem; height: 4rem; line-height: 4rem; margin: 0 auto; border-radius: 1rem; display: block; overflow: hidden; }
.products .piece { width: 100%; display: flex; flex-wrap: nowrap; justify-content: space-between; padding: 0 .8rem; }
@media (max-width:1280px) {
.products { margin: 25px 0; }
.products li { width: 32%; padding: 0 0 15px 0; margin: 0 1rem 1rem 0; border: 1px solid #eee; box-shadow: 0 0 2px #dedede }
.products li:nth-child(4n+0) { float: left; margin: 0 1rem 1rem 0; }
.products li:nth-child(3n+0) { float: right; margin: 0 0 1rem 0; }
}
@media (max-width:1024px) {
.products { margin: 25px 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
.products li { width: 48.4%; padding: 0 0 15px 0; margin: 0 0 1rem 0; border: 1px solid #eee; box-shadow: 0 0 2px #dedede }
.products.favorite li { width: 50%; }
.products li:nth-child(3n+0) { float: left; margin: 0 0 1rem 0; }
.products li:nth-child(even) { float: right; margin: 0 0 1rem 0; }
}
@media (max-width:480px) { }
.badge { min-width: 50px; padding: .5rem; text-align: center; position: absolute; top: 0; left: 0; color: #fff; display: inline-block; font-size: .7rem; z-index: 10; }
.badge.new { background-color: #3baf39; color: #fff; }
.badge.discount { background-color: #e8300f; color: #fff; top: 5.5%; }
.data { display: block; text-align: center; border-top: 1px solid #eee; padding: 10px; }
.data span { display: block; font-size: .9rem; }
.data span.name {font-size: 1rem; font-weight: 800; min-height: 5rem; padding: .4rem 1rem; }
.data span.code { font-size: .8rem; color: #999; height: 25px; }
.data span.price { font-size: 1.4rem; color: #E71926; color: #111; font-weight: 900; }
.data span.price i { display: inline-block; vertical-align: middle; font-weight: 300; text-decoration: line-through; color: #666; }
.process { display: block; padding: 10px; overflow: hidden; }
button.btn1, button.btn2, button.btn3 { display: inline-block; background: #eee; width: 45px; height: 45px; line-height: 45px; cursor: pointer; font-size: 1.5rem; border-radius: 5px; border: none; }
button.btn1 { background: #eee; color: #fff; float: right; width: 100%; }
button.btn1:hover { background: #222; }
button.btn1 span { color: #111; }
button.btn1:hover span  { color: #fff;}

button.btn2 { content: ""; position: absolute; top: 10px; right: 10px; display: none !important; }
button.btn3 { content: ""; width: auto; float: left; color: #111; margin-right: 5px; background-color: #fff; border: 1px solid #111 }
button.btn3 span { float: none; font-size: 1.2rem; margin: 0 0 0 0; }
button.btn3:after { content: ""; float: left; font-size: .9rem; font-weight: 600; }



@media (max-width:1024px) {
.process { display: block; }
button.btn1, button.btn2, button.btn3 { display: block; width: 75px!important; height: 40px; line-height: 40px; padding: 0 15px; font-size: 1.7rem; text-align: center; overflow: hidden; }
a.btn1, a.btn2 { display: inline-block; background: #eee; width: 75px; height: 60px; line-height: 60px; font-size: 1.8rem; }
a.btn2 { content: ""; }
button.btn1 { float: right; }
button.btn3 span { float: none; width: 100%; display: block; }
button.btn3:after { display: none; }
/*button:before { content: ""; display: none; }*/
.product-carousel .owl-prev, .product-carousel .owl-next { display: none !important; }
}
/* DETAILS */
/* Data Left */
.data-left { width: 30%; float: left; margin: 0 1.5rem 0 0; }
.pictures { display: block; overflow: hidden; width: 100%; background-color: #fff; border: 1px solid #dedede; }
.pictures.fast { width: 30%; }
.pictures a { float: left; }
.pictures a.large { width: 100%; border-bottom: 1px solid #eee; }
.pictures a.small { width: 25%; padding: 10px; border-right: 1px solid #eee; border-bottom: 1px solid #eee; }
.pictures a.small:nth-child(4n+1) { border-right: 0px solid #eee; }
.pictures a img { width: 100%; vertical-align: bottom; }
/* Data Cart */
.data-cart { width: 75%; float: left; margin:0; }
.data-menu { width: 100%; padding: 20px; display: block; background: linear-gradient(#fff, #f7f7f7); border: 1px solid #eee; }
.data-menu-link { display: inline-block; padding: 0; font-weight: 600; overflow: hidden; height: 45px; line-height: 45px; overflow: hidden; border-radius: 5px; color: #111; font-size: 1.3rem; margin-right: 20px; }
.data-menu-link span { font-size: 1.8rem; height: 45px; padding: 0 25px; line-height: 45px; float: left; margin-right: 10px; }
@media (max-width:1024px) {
.data-menu { width: 100%; padding: 10px; display: flex; flex-wrap: nowrap; justify-content: space-between; background-color: #fff; box-shadow: 0 0 1px #ccc; }
.data-menu-link { display: block; width: 33%; text-align: center; overflow: hidden; font-weight: 600; line-height: normal; color: #111; margin-right: 0; padding-bottom: 10px; background-color: #eee }
.data-menu-link span { width: 100%; display: block; overflow: hidden; text-align: center; margin-right: 0; text-indent: 0; }
}
.data-basket { width: 100%; padding: 20px; display: block; overflow: hidden; background-color: #fff; border: 1px solid #eee; }
.basket-img { width: 45px; vertical-align: bottom; float: left; border: 1px solid #dedede; margin: 0 10px 0 0 }
.basket-name { display: block; font-weight: 600; }
.basket-option { display: block; font-size: .9rem; }
@media (max-width:1024px) {
.data-basket { padding: 10px; }
.basket-img { width: 36px; }
}
.data-delivery { width: 100%; padding: 20px; display: table; background-color: #fff; border: 1px solid #eee; }
@media (max-width:1024px) {
.data-delivery { padding: 10px; }
}
.address-row { display: block; width: 100%; overflow: hidden; }
.address-row .table { margin: 0; }
.address-col { display: block; width: 50%; float: left; padding: 20px; margin: 0 0 0 0; background-color: #fff; border: 1px solid #eee }
.address-title { font-size: 1.2rem; padding: 5px 0; margin: 0 0 10px 0; font-weight: 600; border-bottom: 1px solid #eee }
.address-block { display: block; margin: 5px 0 }
.address-list { display: block; margin: 5px 0 }
.address-button { display: inline-block; width: auto; margin: 10px 10px 0 0 }
input.gifts:checked ~ .textaera { background: #dddddd; }
@media (max-width:1024px) {
.address-col { display: block; width: 100%; padding: 10px; background-color: #f7f7f7 }
.address-button { width: 100%; margin: 5px 0 }
}
.data-payment { width: 100%; padding: 2px 0 20px 0; display: table; background-color: #fff; }
.payment-button { display: inline-block; width: auto; overflow: hidden; margin: 15px 0 }
.payment-button span { margin: 0 10px 0 0 }
@media (max-width:1024px) {
.data-payment { padding: 0px; }
.payment-button { width: 100%; margin: 10px 0 0 0; }
}
/* Data Profile */
.data-profile { width: 75%; float: left; margin: 0; }
.profile-row { display: block; width: 100%; overflow: hidden; }
.profile-col { display: block; width: 48.5%; padding: 10px; background-color: #f7f7f7; border: 1px solid #eee }
.profile-col form { background-color: transparent; }
.profile-title { font-size: 20px; padding: 5px 0; margin: 0 0 15px 0; font-weight: 600; border-bottom: 1px solid #eee }
@media (max-width:1024px) {
.profile-col { display: block; width: 100%; padding: 10px; background-color: #f7f7f7; border: 1px solid #eee }
}

/* Data Middle */
.data-middle { width: 43.5%; float: left; position: relative; }
.details { width: 100%; padding: 20px; display: table; background-color: #fff; border: 1px solid #eee; }
.table { display: table; padding: 0; width: 100%; margin: 0 0 25px 0; }
.tr { display: table-row; width: auto; padding: 3px 5px; }
.tr:nth-child(even) { background-color: #fff; }
.td { display: table-cell; width: auto; vertical-align: top; padding: 5px; font-size: 1.1rem; }
.td .pname { font-size: 1.6rem; margin: 0; padding: 0; }
.table.bigPrice .td { font-size: 2rem; color: #111; }
.table.bigPrice .td .text-line-through { color: #777; }
.table .td.totalPrice { font-size: 1.7rem; color: #111; padding-top: 25px; }
.th { padding: 10px 5px; font-size: 1.1rem; }
.td.first { width: 180px; }
.table-fixed-layout { table-layout: fixed; }
@media (max-width:1024px) {
.td { font-size: 1rem; }
.th { font-size: 1rem; }

.hide-sm { display: none;}
.data-basket .table .tr { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.data-basket .td {width: 33%;}
.data-basket .th {width: 33%;}

.details { width: 100%; padding: 1rem; display: block; overflow: hidden; }
}

/* Social Share */
.social-share { width: auto; float: right; display: block; overflow: hidden; text-align: center; padding: 5px 0; margin: 0; color: #111; background: #fff; }
.social-share-title { display: inline-block; overflow: hidden; height: 30px; line-height: 30px; font-weight: 400; font-size: 1.2rem; padding: 0; margin: 0 5px 0 0; }
.social-share a { width: 30px; height: 30px; text-align: center; margin: 0 0 0 10px; overflow: hidden; position: relative; background-repeat: no-repeat; background-position: center center; background-size: 28px; color: #111; float: right; }
.social_share_whatsapp { display: none !important; content: ""; background-image: url("../svg/whats.png"); }
.fb-share-button { float: left; position: relative; top: 1px; }
@media (max-width:1024px) {
.social_share_whatsapp { display: block !important; }
}
/* Data Right */
.data-right { width: 23%; float: right; display: block }
.selection { width: 100%; padding:1rem; display: block; overflow: hidden; background-color: #fff; border: 1px solid #eee; }
@media (max-width:1024px) {
.selection { padding: 1rem; }
}
.data-row { width: 100%; padding: 10px 0; }
.data-title { font-size: 1.3rem; }
.data-title-large { font-size: 1.5rem; }
.data-list { display: block; }
@media (max-width:1024px) {
.data-title-large { font-size: 2.2rem; }
}

.piece { display: block; overflow: hidden; color: #111; padding: 5px 0; margin: 0; }
.piece>input { float: left; background-color: transparent; text-align: center; border-width: 0; width: 50px; height: 50px; margin: 0; color: #3b3b3d; border: 1px solid #eee; }
.piece>label { float: left; display: none; cursor: pointer; position: relative; font-size: 1.2rem; line-height: 50px; font-weight: 700; height: 50px; width: 40%; text-align: center; color: #343437; background: #fff; }
.piece>a { color: #555; float: left; text-align: center; font-weight: 800; line-height: 50px; width: 50px; height: 50px; margin: 0; padding: 0; font-size: 1.2rem; display: block; background: #eee; }
.piece>a.minus:after { font-family: "dripicons-v2"; content: "\e024"; }
.piece>a.plus:after { font-family: "dripicons-v2"; content: "\e035"; }
.piece>a:hover, .piece>a:active, .piece>a:focus { color: #fff; background: #999; }
@media (max-width:1024px) {
.data-left, .data-middle, .data-right, .data-cart, .data-delivery, .data-profile { width: 100%; float: none; }
}
.info { width: 100%; margin: 0; padding: 75px 0; display: none !important; overflow: hidden; background: #f7f7f7; color: #111; border-top: 1px solid #eee; }
.info .wrapper { width: 1100px; }
.circle { display: flex; flex-wrap: wrap; justify-content: center; }
.circle .col { width: 31%; text-align: center; margin: 0; display: block; }
.circle .col:last-child { display: none; }
.circle .col img { width: 170px; display: block; margin: 0 auto 10px auto; padding: 20px; border: 3px solid #eee; border-radius: 50%; }
.circle .col p { font-size: 1.8rem; color: #888; }
@media (max-width:1024px) {
.info { border-bottom: 0; margin: 2px 0; padding: 50px 0 }
.info .wrapper { width: 90%; }
.circle .col { width: 100%; margin: 0 0 15px 0; border-bottom: 1px solid #eee; }
}
/* BLOCKS */
.blocks { width: 100%; margin: 0; padding: 75px 0 25px 0; display: none; overflow: hidden; background: #fff; color: #111; border-top: 1px solid #eee; }
.blocks .wrapper { width: 85%; }
.block { display: flex; flex-wrap: wrap; justify-content: space-between; }
.block .col { width: 31%; margin: 0 0 50px 0; display: block; position: relative; }
.block .col img { width: 100%; vertical-align: bottom; }
.block .col .title { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; overflow: hidden; color: #fff; z-index: 3; padding: 50px; background-color: rgba(0, 0, 0, 0.20); font-size: 40px; font-weight: 300; }
@media (max-width:1024px) {
.blocks { border-bottom: 0; margin: 2px 0; padding: 50px 0 }
.blocks .wrapper { width: 90%; }
.block { display: flex; flex-wrap: wrap; justify-content: space-between; }
.block .col { width: 100%; margin: 0 0 15px 0; border-bottom: 1px solid #fff; }
.block .col.triple { width: 100%; }
}
/* BLOCKS */
.sss { width: 100%; margin: 0; padding: 50px 0; display: none !important; overflow: hidden; background-color: #e2e0df; color: #333; box-shadow: 0 0 0px #dedede; }
.sss .wrapper { width: 90%; }
.sssBtn { display: block; width: 220px; height: 65px; line-height: 60px; font-weight: 700; color: #e0a724; overflow: hidden; margin: 75px auto 25px auto; border: 2px solid #e0a724; text-align: center; font-size: 18px; overflow: hidden; }
.sssBtn:hover { background-color: #e0a724; border: 2px solid #e0a724; color: #fff; }
.sssrow { display: block; margin: 0 auto; width: 85%; }
.sssrow .accordionBtn { padding: 20px; margin: 20px 0; border-bottom: 1px solid #eee; color: #e0a724; background-color: #f7f7f7; cursor: pointer; font-size: 22px; font-weight: 500; }
.sssrow .accordionBtn:after { font-family: "dripicons-v2"; content: "\54"; float: right; color: #093a20; }
.sssrow .accordion { padding: 20px; display: none; font-size: 18px; font-weight: 300; background-color: #093a20; background-color: #fff; }
@media (max-width:1024px) {
.sss { margin: 0; padding: 25px 0; }
.sss .wrapper { width: 90%; }
.sssrow { display: block; margin: 25px auto; width: 90%; }
.sssrow .accordionBtn { padding: 10px; margin: 20px 0; border-bottom: 1px solid #eee; background-color: #fff; cursor: pointer; font-size: 16px; font-weight: 500; }
.sssrow .accordionBtn:after { font-family: "dripicons-v2"; content: "\54"; float: right; color: #e0a724; display: none; }
.sssrow .accordion { padding: 10px; display: none; font-size: 12px; font-weight: 300; background-color: #e0a724; color: #fff; }
}
/* FOOTER */
footer { width: 100%; display: table; padding: 0; margin: 0; color: #2D3236; position: relative; background-color: #f7f7f7; border-top: 1px solid #eee; }
.columns { font-weight: 500; padding: 8rem 0; width: 75%; margin: 0 auto; position: relative; z-index: 2; display: flex; flex-wrap: nowrap; justify-content: space-between; font-size: 1rem; }
.columns .cols { display: block; width: 22%; }
.columns .cols.first { width: 40%; }
.footer-title { display: block; overflow: hidden; font-weight: 700; padding: 0; font-size: 1.2rem; margin: 0 0 25px 0; color: #222; }
.footer-link { color: #333; margin: 1rem 0; font-weight: 400; display: block; font-size: 1rem; }
.footer-link:hover { color: #093a20; }
.columns .cols p { margin: 0; padding: 5px 0; font-size: 1.1rem; }
.columns .cols p a { color: #333; display: inline-block; padding: 0; line-height: 25px; font-size: 1rem; font-weight: 400; }
.columns .cols p a:before { font-family: "dripicons-v2"; width: 25px; height: 25px; line-height: 24px; margin: 0 10px 0 0; text-align: center; float: left; overflow: hidden; border-radius: 50%; color: #e0a724; }
.columns .cols p a.phone:before { content: "\e030"; }
.columns .cols p a.cell:before { content: "\24"; }
.columns .cols p a.email:before { content: "\e015"; }
.columns .cols p a.maps:before { content: "\e012"; }
@media (max-width:1024px) {
.columns { padding: 25px 0 0 0; width: 100%; flex-wrap: wrap; }
.columns .cols { width: 100%; text-align: center; padding: 25px; }
.columns .cols:nth-child(even) { background: #dedede; }
.columns .cols.first { width: 100%; }
.footer-title { font-size: 2rem; font-weight: 600; }
.footer-link { margin: 5px 0; font-size: 1.3rem; }
.columns .cols p { font-size: 1.4rem; }
.columns .cols p a { line-height: 25px; font-size: 1.3rem; font-weight: 400; }
}
.subscribe { display: block; overflow: hidden; width: 80%; }
.subscribe p { display: block; margin: 25px 0 0 0 !important; }
.subscribe form { height: 50px; width: 100%; display: block; margin: 0; overflow: hidden; background: #fff; border: 1px solid #dedede; border-radius: .2rem; }
.subscribe form input[type="text"] { width: 80%; float: left; border: none; background: none; height: 45px; line-height: 1; font-size: 1.2rem; padding: 0 2rem; color: #111; font-weight: 400; }
.subscribe form button { float: right; border: none; height: 50px; width: 20%; padding: 0; line-height: 1.6; font-size: 1.6rem; color: #fff; position: relative; cursor: pointer; background: #111; }
.subscribe form button:before { font-family: "dripicons-v2"; content: "\6a"; }
@media (max-width:1024px) {
.subscribe { width: 100%; }
}
.social-feed { display: block; margin: 25px 0 0 0; }
.social-feed a { display: inline-block; width: 3rem; height: 3rem; text-align: center; margin: 0 .4rem 0 0; overflow: hidden; position: relative; background-color: #e0a724; border-radius: .1rem; background-repeat: no-repeat; background-position: center center; background-size: 20px; }
.social-feed a:hover { background-color: #97805e; color: #fff; }
.social-feed a.social_facebook { content: ""; background-image: url("../svg/social_facebook.svg");background-color: #1877f2; }
.social-feed a.social_twitter { content: ""; background-image: url("../svg/social_twitter.svg");background-color: #1da1f2; }
.social-feed a.social_instagram { content: ""; background-image: url("../svg/social_instagram.svg"); background-color: #c32aa3;}
.social-feed a.social_youtube { content: ""; background-image: url("../svg/social_youtube.svg");background-color: #ff0000; }
/* BOTTOM */
.bottom { width: 100%; font-size: 1rem; display: block; overflow: hidden; padding: 20px 0; margin: 0; color: #333; background: #f7f7f7; }
.bottom .wrapper { width: 75%; }
.copyright { display: block; font-weight: 400; margin: 0; float: left; }
.copyright p { color: #777; margin: 0; padding: 0; }
.copyright p span { color: #777; }
.copyright p strong { color: #e0a724; font-weight: 800; }
.webtasarim { display: block; font-weight: 400; margin: 0; float: right; }
.webtasarim p { color: #777; margin: 0; padding: 0; }
.webtasarim p a { color: #e0a724; font-weight: 800; }
.webtasarim p a strong { color: #333; font-weight: 800; }
@media (max-width:1024px) {
.bottom .wrapper { width: 95%; }
.copyright { float: none; text-align: center; padding: 0 30%; }
.webtasarim { float: none; text-align: center; margin: 20px 0 0 0; }
}

.pagination { display: flex; justify-content: center; margin: 25px 0; text-align: center; }
.pagination a { color: #000; float: left; padding: 8px 16px; text-decoration: none; transition: background-color .3s; border: 0 solid #ddd; }
.pagination a.active { background-color: #292929; color: #fff; border: 1px solid #1d1d1d; }
.pagination a:hover:not(.active) { background-color: #ddd; }
.pagination a.next, .pagination a.next:hover, .pagination a.prev, .pagination a.prev:hover { font-size: 1.2rem; border: 0; background-color: #fff!important; }

/* LIGHTBOX */
.lightbox { cursor: pointer; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(255, 255, 255, 1.00); -webkit-filter: none !important; filter: none !important; z-index: 999999999999 !important; }
.lightbox img { display: block; position: absolute; }
.lightbox-loading { background: url(../images/loading.png) center center no-repeat; width: 80px; height: 80px; margin: -20px 0 0 -16px; position: absolute; top: 50%; left: 50%; }
.lightbox-caption { display: none; position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; z-index: 9998; }
.lightbox-caption p { margin: 0 auto; max-width: 70%; display: inline-block; padding: 10px; color: #fff; font-size: 12px; line-height: 18px; }
.lightbox-button { position: absolute; z-index: 9999; background: no-repeat center center; width: 60px; height: 60px; opacity: 0.9; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; background-size: 35px; }
.lightbox-button:hover, .lightbox-button:focus { opacity: 1; }
.lightbox-close { width: 30px; right: 20px; top: 20px; font-size: 1.5rem; color: #111; }
.lightbox-close:before { font-family: "dripicons-v2"; content: "\39"; }
.lightbox-nav { top: 45%; width: 100%; font-size: 1.5rem; color: #111; }
.lightbox-nav-next { right: 20px; width: 30px; height: 30px; }
.lightbox-nav-next:before { font-family: "dripicons-v2"; content: "\56"; }
.lightbox-nav-prev { left: 20px; width: 30px; height: 30px; }
.lightbox-nav-prev:before { font-family: "dripicons-v2"; content: "\55"; }
/* MODAL */
.modal, .modal-box { z-index: 999999999; }
.modalOverlay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: transparent; }
.modal { display: none; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: black; background: rgba(0, 0, 0, 0.6); overflow: auto; scrollbar-width: none; }
.modal::-webkit-scrollbar { display: none; }
.modal .modal-box { position: relative; width: 500px; margin: 10px auto; animation-name: modalbox; animation-duration: .3s; animation-timing-function: ease-out; background-color: #FFF; padding: 0; border-radius: 1px; overflow: hidden; }
.modal .modal-box.fullsize { width: 800px; }
.modal .modal-header { padding: 0; position: relative; display: block; text-align: left; overflow: hidden; }
.modal .modal-header .modal-header-title { margin: 0 0 25px 0; padding: 10px 25px; font-size: 24px !important; color: #0c304a; font-weight: 600; }
.modal .modal-header .modal-header-title p { font-size: 24px !important; }
.modal .modal-header .modal-header-title span { display: block; color: #666; font-size: 12px; }
.modal .modal-header a.close { display: block; width: 35px !important; height: 35px !important; overflow: hidden; text-align: center; line-height: 35px !important; border: none; padding: 0; margin: 0; position: absolute; top: 0; right: 0; background-color: #dedede; opacity: .6; transition: .2s; color: #111; font-size: 1.5rem; }
.modal .modal-header a.close:before { font-family: "dripicons-v2"; content: "\39"; background-color: #dedede; }
.modal .modal-header a.close:hover { opacity: 1; }
.modal .modal-body { font-size: 16px; padding: 0 25px 35px 25px; color: #75818c; }
.modal .modal-footer { display: none; text-align: center; padding: 15px 0; background: #f7f7f7; border-top: 1px solid #eee; }
@media (max-width:1024px) {
.modal .modal-box { width: 100%; margin: 0; border-radius: 0; }
.modal .modal-box.fullsize { width: 100%; }
}

.cart_table_row { display: flex; flex-wrap: nowrap; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid #dedede;}
.cart_table_col { display: block; text-align: left!important;}
.cart_table_col:nth-child(1) { width: 250px; }
.cart_table_col img { width: 40px; height: 40px; border: 1px solid #dedede; float: left; margin: 0 1rem 0 0; border-radius: 50%}
.cart_table_col input { width: 100px!important; margin: .2rem 0; text-align: left!important; font-size: .9rem;}
.cart_table_col button { float: right; display: block; background-color: #ff0000; color: #fff; border: 0; padding: .5rem; }
@media (max-width:1024px) {
    .cart_table_col:nth-child(1) { width: 60%; padding: 0 1rem 0 0; }
    .cart_table_col img { display: block; float: none; }
    .cart_table_col input { width: 90px!important;} 
    .cart_table_col:nth-child(3) div { width: 100px; text-align: right;  }
    .cart_table_col button { margin:1rem 0 0 0; }
}