.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

* {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    border: none;
    text-decoration: none;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body {height: 100%;}

body {
	background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #000;
}   

img {
    max-width: 100%;
    height: auto;
}

a {color: #000;}

h1.title {
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px;
    text-transform: uppercase;
}

h2 {
    text-transform: uppercase;
    font-weight: 500;
    padding: 50px 0 20px 0;
}

p + p {margin-top: 30px;}

.flex {display: flex;}

.flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
}
.flex-end {
    display: flex;
    justify-content: flex-end;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.align-start {
    display: flex;
    align-items: flex-start;
}
.align-end {
    display: flex;
    align-items: flex-end;
}
.align-center {
    display: flex;
    align-items: center;
}
.flex-b {
    display: flex;
    justify-content: space-between;
}
.flex-a {
    display: flex;
    justify-content: space-around;
}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.hidden-desctop {display: none;}
.svg-icon {
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: -999999;
}

.center {
	width: 100%;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}

/*  HEADER
------------------------------------------------- */
.header {
	position: fixed;
	z-index: 100;
	left: 0;
	right: 0;
	padding: 10px 0;
	background: #fff;
    transition: 0.5s;
    border-bottom: 1px solid #eee;
    z-index: 999;
}
.header.hidden {transform: translateY(-100%);}
.header.visible {transform: translateY(100%);}
.header .center {
	display: flex;
	align-items: center;
}
.header .logo {margin-right: auto;}

.nav ul {display: flex;}
.nav li {
	position: relative;
	margin-right: 15px;
	padding-bottom: 8px;
	padding: 7px;
}
.nav li:last-child {margin-right: 15px}
.nav li a {
	letter-spacing: 0.7px;
	font-size: 16px;
    text-transform: uppercase;
}
.nav li:after {
	content: '';
    position: absolute;
    height: 3px;
    background: #002e60;
    width: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav li:hover:after {
	width: 100%;
}

.nav li.btn-link a {
	font-weight: 700;
	color: #fff;
	border-radius: 3px;
	background-color: #0594a4;
	padding: 8px 8px 6px 8px;
	letter-spacing: 0.7px;
	transition: all 0.3s ease;
}
.nav li.btn-link a:hover {background: #0a7f8c;}
.nav li.btn-link:hover:after {display: none;}


.btn-burger {
	flex-direction: column;
	justify-content: space-between;
	width: 40px;
	height: 24px;
	cursor: pointer;
}
.btn-burger span {
	display: block;
	width: 100%;
	height: 4px;
	background: #000;
}

/*  HOME
------------------------------------------------- */
.page-main {padding-top: 93px;}
.main-page img {
	width: 100%;
	display: block;
}

/*  PRODUCT-NAV
------------------------------------------------- */
.product-nav .products {display: flex;}
.product-nav .woocommerce {
    width: 100%;
    padding: 0;
}
.product-nav .products li {
    padding: 30px 15px;
    width: 14.28%;
}
.product-nav .products .thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 195px;
}
.product-nav .products .thumbnail img {
    max-width: 150px;
    transition: all 0.3s ease;
}
.product-nav .products .thumbnail img:hover {opacity: 0.5;}
.product-nav .products .woocommerce-loop-product__title {display: none;}
.product-nav .products .button,
.product-nav .products .price {display: none;}

/*  ABOUTH-PRODUCT
------------------------------------------------- */
.bullet-list li {
	position: relative;
    margin-bottom: 3px;
    padding-left: 18px;
    float: left;
    width: 100%;
    text-align: left;
}
.bullet-list li:before {
	content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 0;
    width: 9px;
    height: 9px;
    background: #dc0d15;
   
    margin-top: -2px;
    vertical-align: middle;
}
li::marker {
	color:#dc0d15;
	font-size:19px;
}
.abouth-product {
	position: relative;
	padding: 10rem 0 10rem;
    overflow: hidden;
}
.abouth-product:before {
	content: '';
    position: absolute;
    background: url(../img/about_before.png) no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 137px;
    z-index: 0;
}

.abouth-product:after {
	content: '';
    position: absolute;
    background: url(../img/about_after.png) no-repeat;
    background-size: contain;
    background-position: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 137px;
    z-index: 0;
}
.abouth-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
}
.abouth-image img {
	flex: 0;
	border-radius: 10px;
	max-height: 281px;

}
.abouth-content {
	padding: 0 15px;
	width: 60%;
}

.abouth-content h2 {
	font-weight: 300;
	color: #212529;
	font-size: 32px;
    line-height: 40px;
	margin-bottom: 32px;
	padding-right: 64px;
}

.abouth-content h2 span {font-weight: 700;}

.abouth-text a {
	font-weight: 700;
}

.abouth-text {
	line-height: 1.5;
	margin-bottom: 10px;
}

.abouth-text a:nth-child(1) {color: #8c0071;}
.abouth-text a:nth-child(2) {color: #86b529;}
.abouth-text a:nth-child(3) {color: #d66a00;}
.abouth-text a:nth-child(4) {color: #004189;}
.abouth-text a:nth-child(5) {color: #71c2da;}
.abouth-text a:nth-child(6) {color: #444549;}

/*  FANCY-GALLERY
------------------------------------------------- */
.fancy-gallery {padding: 64px 0;}

.fancy-gallery h1 {
	font-size: 40px;
    line-height: 47px;
	font-weight: 900;
	position: relative;
}
.fancy-gallery h1:after {
	content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#8c0071), color-stop(16.666%, #8c0071), color-stop(16.666%, #d66a00), color-stop(33.333%, #d66a00), color-stop(33.333%, #71c2da), color-stop(50%, #71c2da), color-stop(50%, #86b529), color-stop(66.666%, #86b529), color-stop(66.666%, #004189), color-stop(83.333%, #004189), color-stop(83.333%, #444549), to(#444549));
    background: linear-gradient(to right, #8c0071 0%, #8c0071 16.666%, #d66a00 16.666%, #d66a00 33.333%, #71c2da 33.333%, #71c2da 50%, #86b529 50%, #86b529 66.666%, #004189 66.666%, #004189 83.333%, #444549 83.333%, #444549 100%);
    height: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.gallery-wrap {
	column-count: 3;
	column-gap: 20px;
	margin-top: 40px;
}

.gallery-wrap .gallery-item {
	border-radius: 10px;
    margin: 10px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}
.gallery-wrap .gallery-item:nth-child(1) {transition-duration: 0.6s;}
.gallery-wrap .gallery-item:nth-child(2) {transition-duration: 0.9s;}
.gallery-wrap .gallery-item:nth-child(3) {transition-duration: 1.2s;}
.gallery-wrap .gallery-item:nth-child(4) {transition-duration: 1.5s;}
.gallery-wrap .gallery-item:nth-child(5) {transition-duration: 1.8s;}
.gallery-wrap .gallery-item:nth-child(6) {transition-duration: 1.1s;}
.gallery-wrap .gallery-item:nth-child(7) {transition-duration: 1.4s;}
.gallery-wrap .gallery-item:nth-child(8) {transition-duration: 1.7s;}
.gallery-wrap .gallery-item:nth-child(9) {transition-duration: 2.0s;}
.gallery-wrap .gallery-item:nth-child(10) {transition-duration: 2.3s;}
.gallery-wrap .gallery-item img {
	display: block;
	width: 100%;
	border-radius: 10px;
}
.gallery-wrap .gallery-item .item-overlay {
	color: #fff;
    font-size: 30px;
    line-height: 37px;
    font-weight: 400;
    text-align: right;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.3) 65%, rgba(0, 0, 0, 0.9) 100%);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    transition: opacity 0.3s ease-out;
}
.gallery-wrap .gallery-item .item-overlay:hover {
    opacity: 0;
}

/*  PRODUCT
------------------------------------------------- */
.breadcrums-wrap {
    display: flex;
    background: none;
}
.breadcrums-wrap .center ul {display: flex;}
.breadcrums-wrap li a {
    position: relative;
    font-size: 0.7rem;
    color: #717171;
    padding: 0 8px;
}
.breadcrums-wrap li a:before {
    content: '|';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #6c757d;
}
.breadcrums-wrap li a:hover {color: #000;}
.breadcrums-wrap li:first-child a {padding-left: 0;}
.breadcrums-wrap li:first-child a:before {display: none;}

.slick-arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    width: 30px;
    height: 30px;
    z-index: 9999;
    cursor: pointer;
    background: url(../img/arrow.svg);
}
.slick-next {
    right: 0 !important;
}

.slick-prev {
    transform: translateY(-50%) rotate(180deg);
    left: 0 !important;
}
.slick-next:before, .slick-prev:before {
	font-size: 25px !important;
}

.product-detail {padding: 150px 0 100px 0;}

.product-detail .slider-wrap {max-width: 540px;}
.woocommerce-product-gallery__trigger {display: none;}
.woocommerce-product-gallery__image {
    text-align: center;
}

.flex-control-nav {
    display: flex;
    justify-content: center;
}
.flex-control-nav li {
    text-align: center;
    padding: 0 10px;
}
.flex-control-nav li img {max-width: 50px;}

.product-entry {
    width: 45%;
    height: 100%;
    padding: 30px;
    border: 1px solid #0594a4;
    background-color: #e2edef;
    margin-left: 20px;
	display: flex;
    flex-direction: column;
}
.product-entry h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
	order: -1;
}
.price {
    color: #5e5e5e;
    display: inline-block;
    font-size: 2em;
    font-weight: 700;
    position: relative;
	min-width: 100%;
}
.price.price-litr {
    font-weight:  normal;
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #9ca4a5;
}
.product-info span {
    display: block;
    margin: 5px;
}
.variations_form {order: -1;}
.woocommerce-product-details__short-description {
	margin-bottom: 20px;
	order: -1;
}

.cart-calc {
    display: flex;
    max-width: 185px;
}
.cart-calc label {display: none;}
.cart-calc input[type=number]::-webkit-inner-spin-button,
.cart-calc input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart-calc input[type=number] {
    width: 100%;
    -moz-appearance: textfield;
    font-size: 20px;
    height: 100%;
    text-align: center;
    padding: 0 10px;
}
.cart-calc button {
    cursor: pointer;
    min-width: 40px;
    height: 40px;
    font-size: 25px;
    background: #0594a4;
    color: #fff;
    transition: all 0.3s ease;
}
.cart-calc button:hover {background: #088694;}

.product_meta {margin-top: 20px;}

.single_add_to_cart_button {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.single_add_to_cart_button.preloader:after {
    content: '';
    display: block;
    background: #002e60 url(../img/preloader.svg) no-repeat center;
    background-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.add_to_cart_button,
.single_add_to_cart_button,
.btn,
.checkout-button {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #0594a4;
    padding: 12px 20px 12px 20px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
}
.add_to_cart_button:hover,
.single_add_to_cart_button:hover,
.btn:hover,
.checkout-button:hover {background: #088694;}

.btn-opacity {
    background: none;
    border: 2px solid #002e60;
    color: #002e60;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 20px 12px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn-opacity:hover {
    background: #002e60;
    color: #fff;
}

.variations {
    width: 100%;
    padding: 20px 0;
    position: relative;
}
.variations .label {display: none !important;}
.reset_variations {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 13px;
    font-weight: bold;
    background: #5e5e5e91;
    padding: 10px;
    color: #ffffff;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.reset_variations:hover {color: #000;}
.woocommerce-variation-price {margin-bottom: 20px;}

/*  TABS
------------------------------------------------- */
.tabs {margin-top: 100px;}
.control-tab {display: flex;}
.control-tab li {
    padding: 10px 20px;
    cursor: pointer;
    background: #0594a4;
    color: #ffffff;
    font-weight: bold;
    border: #0594a4 1px solid;
    text-transform: uppercase;
    min-width: 100px;
    text-align: center;
    margin: 0 1px;
    cursor: pointer;
}
.control-tab li.active {background: #dddddd;color: #424542;border: #dddddd 1px solid;}
.content-tab {display: none;}
.content-tab.active {display: block !important;}

.wc-tab ul {margin: 20px 0;}
.wc-tab ul li {
    list-style: disc;
    margin-left: 50px;
}
.woocommerce-product-attributes tr:nth-child(even) {background: #ddd;}
.woocommerce-product-attributes tr td,
.woocommerce-product-attributes tr th {padding: 10px;}
.wc-tab .woocommerce-product-attributes-item__label {text-align: left;}
.wc-tab .woocommerce-product-attributes-item__value {
    padding-left: 20px;
}

/*  PRODUCT-SLIDER
------------------------------------------------- */
.slide-products {margin-top: 100px;}
.slide-products h2 {
    text-align: center;
    padding: 0 0;
}
.slide-products .products {margin-top: 50px;}
.slide-products .products .slick-arrow {margin-top: -5%;}
.slide-products li {
    padding: 0 20px;
}
.slide-products li h2 {    
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.slide-products li:hover h2 {color: #023f82;}
.slide-products .thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.slide-products .thumbnail img {max-width: 150px;}
.slide-products .price {
    display: block;
    text-align: center;
    font-size:16px;
	margin-top: 0;
}
.slide-products .add_to_cart_button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 185px;
	text-align: center;
}

/*  CART 
------------------------------------------------- */
.cart-link {
    position: relative;
    display: none;    
}
.cart-link.active {
    display: block;
    animation: scale 2s linear;
}
@keyframes scale {
    0% {transform: scale(0.3);}
    25% {transform: scale(0.6);}
    50% {transform: scale(0.7);}
    75% {transform: scale(0.5);}
    100% {transform: scale(1);}
}
.cart-link svg {
    width: 35px;
    height: 35px;
    fill: #df2129;
    transition: all 0.3s ease;
}
.cart-link:hover svg {fill: #000;}
.cart-link span.count {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.woocommerce-cart-form {margin-bottom: 20px;}

.shop_table {width: 100%;}
.shop_table th {
    background: #efefef;
    padding: 5px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-right: 2px solid #fff;
}
.shop_table tr.cart_item td {
    padding: 20px;
    border-bottom: 2px solid #efefef;
    border-right: 2px solid #fff;
}
.shop_table .product-remove a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #efefef;
    text-align: center;
    border-radius: 50%;
    color: #000;
    line-height: 25px;
    transition: all 0.3s;
}
.shop_table .product-remove a:hover {
    background: #002e60;
    color: #fff;
}
.shop_table .product-thumbnail a {
    display: flex;
    max-width: 80px;
    min-width: 80px;
}
.shop_table .product-name a,
.shop_table .product-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #002e60;
    transition: all 0.3s;
}
.shop_table .product-name a:hover {color: #000;}
.shop_table .product-price,
.shop_table .product-subtotal,
.shop_table .product-quantity {
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}
.shop_table .product-quantity label {display: none;}

.shop_table .product-total {
    min-width: 200px;
    font-weight: bold;
    text-align: right;
    font-size: 13px;
}

#order_review .shop_table .cart-subtotal th,
#order_review .shop_table .order-total th {
    background: none;
    text-align: left;
}
#order_review .shop_table .cart-subtotal td,
#order_review .shop_table .order-total td {
    text-align: right;
    padding: 5px 20px;
}

.shop_table td.actions {
    padding: 20px;
    background: #efefef;
}
.coupon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.coupon label {display: none;}
.coupon input {
    min-height: 44px;
    padding: 0 15px;
    color: #888;
    font-size: 13px;
    display: block;
    font-weight: 500;
    min-width: 200px;
}
.shop_table td.actions > button {display: none;}

.cart-collaterals h2 {
    padding-top: 0;
    font-size: 15px;
    font-weight: bold;
}
.cart-collaterals table {max-width: 407px;}
.cart-collaterals table th {
    border-bottom: 2px solid #fff;
    text-align: left;
    padding: 10px 20px;
}
.cart-collaterals table td {padding: 10px 30px;}
.cart-collaterals .wc-proceed-to-checkout {margin-top: 20px;}

/*  PAGE-ORDERING
------------------------------------------------- */
.woocommerce-NoticeGroup {
    min-width: 100%;
    color: #ff6565;
    padding-bottom: 50px;
}

form.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.woocommerce-info,
.woocommerce-message {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.woocommerce-info a,
.woocommerce-message a {color: #002e60;}
.woocommerce-info a:hover,
.woocommerce-message a:hover {text-decoration: underline;}

#customer_details {
    width: 50%;
    padding-right: 50px;
}

#order_review {
    width: 50%;
    padding-left: 50px;
}
#order_review_heading {display: none;}

form.woocommerce-checkout h3 {
    font-size: 17px;
    margin-bottom: 30px;
}
form.woocommerce-checkout p + p {margin-top: 0;}
form.woocommerce-checkout label {display: none;}
form.woocommerce-checkout input,
form.woocommerce-checkout textarea {
    display: block;
    width: 100%;
    min-height: 50px;
    font-weight: bold;
    font-size: 15px;
    color: #000;
    border-bottom: 2px solid #002e60;
}
form.woocommerce-checkout textarea {
    resize: none;
}
form.woocommerce-checkout input::placeholder {color: #002e60;}
form.woocommerce-checkout textarea::placeholder {color: #002e60;}

.woocommerce-additional-fields {margin-top: 50px;}

.woocommerce-privacy-policy-text {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.woocommerce-checkout-payment {
    margin-top: 50px;
    border-top: 2px solid #efefef;
    padding-top: 20px;
}
.payment_methods input {
    width: 30px !important;
    height: 30px;
    background: #888;
    display: inline-block !important;
    vertical-align: middle;
}
.payment_methods label {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
    display: inline-block !important;
    vertical-align: middle;
}

/*  THANK YOU
------------------------------------------------- */
.shop_table.order_details {width: 100%;}
.shop_table.order_details tr td {padding: 10px;}
.shop_table.order_details tfoot tr td {
    text-align: right;
    font-weight: bold;
    text-align: right;
    font-size: 13px;
}

/*  PAGE-CONTENT
------------------------------------------------- */
.page-content,
.main-page {
    padding-top: 93px;
    padding-bottom: 50px;
}
.page-content h1.title {
    padding-top: 50px;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
}
.page-content .woocommerce {padding: 0;}

/*  FOOTER
------------------------------------------------- */
.footer {
    position: relative;
    border-top: 1px solid #f2f2f2;
    background: #fafafa;
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow: hidden;
}
.footer .center {
    display: flex;
    justify-content: space-between;
}

.copyrights {
    font-size: 0.8rem;
    font-weight: 700;
    color: #717171;
}

.bottom-nav ul {display: flex;}
.bottom-nav ul a {
    font-size: 0.7rem;
    color: #717171;
    padding: 0 8px;
    text-transform: uppercase;
    position: relative;
}
.bottom-nav ul a:hover {text-decoration: underline;}
.bottom-nav ul li:first-child a {padding-left: 0;}
.bottom-nav ul li a:before {
    content: '|';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #6c757d;
}
.bottom-nav ul li:first-child a:before {display: none;}

.anim-scale {
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s ease;
}
.anim-right {
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s ease;
}
.anim-left {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.5s ease;
}
.anim-top {
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.5s ease;
}
.anim-opacity {
    opacity: 0;
    transition: all 0.5s ease;
}
.animation-no {
    opacity: 1;
    transform: none;
}

/* ---------------------------------------------- */
/*               MEDIA QUERI                      */
/* ---------------------------------------------- */
@media screen and (max-width: 1000px) {
    .page-content, .main-page {padding-top: 67px;}
    .product-detail {padding: 67px 0 100px 0;}

    .main-page {
        padding-top: 64px;
        min-height: 300px;
        display: flex;
    }
    .main-page img {object-fit: cover;}

    .header .center {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .logo {max-width: 100px;}

    .cart-link {margin-right: 20px;} 
    
    .header .nav {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        z-index: -9999;
        opacity: 0;
        transition: opacity .3s;
        padding-bottom: 15px;
        padding-top: 15px;
        border-top: 2px solid #002e60;
        border-bottom: 2px solid #002e60;
    }
    .nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .header.active .nav {
        z-index: 99999;
        opacity: 1;
    }
    .header .btn-link {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .header .btn-burger {
        display: flex;
        position: relative;
    }
    .header.active .btn-burger span {
        position: absolute;
        top: 50%;
        margin-top: -2px;
        transition: transform .3s;
    }
    .header.active .btn-burger span:nth-child(1) {transform: rotate(-45deg);}
    .header.active .btn-burger span:nth-child(2) {display: none;}
    .header.active .btn-burger span:nth-child(3) {transform: rotate(45deg);}

    .product-nav .product-item {width: 33.3%;}
    .abouth-product {padding: 0 0 0 0;}

    .abouth-product .center {
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    .abouth-image {width: 100%;}
    .abouth-content {
        width: 100%;
        text-align: center;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .abouth-content br {display: none;}
    .abouth-content h2 {
        margin-bottom: 0;
        padding-right: 0;
        padding-bottom: 50px;
    }
    
    .fancy-gallery {padding-top: 0;}

    /* card product */
    .gallery-wrap {
        column-count: 3;
        column-gap: 10px;
        margin-top: 40px;
    }
    .gallery-wrap .gallery-item .item-overlay {
        font-size: 22px;
    }
    .product-detail .center {
        flex-direction: column;
        align-items: center;
    }
    .product-detail .slider-wrap {
        width: 100%;
    }
    .product-entry {
        position: relative;
        margin-left: 0;
        margin-top: 50px;
        width: 100%;
    }
    
    .cart-calc {margin-top: 0;}

    .tabs {margin-top: 50px;} 
    .control-tab {justify-content: center;}
    .tabs h2 {
        padding-top: 20px;
        text-align: center;
    }
    .tabs table {margin: 0 auto;}

    .slide-products {margin-top: 50px;}
    .slide-products .products {margin-top: 20px;}

    /* checkout */
    form.woocommerce-checkout {display: block;}
    .woocommerce-NoticeGroup {
        min-width: inherit;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    #customer_details {
        padding-right: 0;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    #order_review {
        padding-left: 0;
        width: 100%;
        max-width: 500px;
        margin: 50px auto 0 auto;
    }
}

@media screen and (max-width: 700px) {
    .slick-prev {left: 15px;}
    .slick-next {right: 15px;}
    .slider .item .inner {
        min-height: 300px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .slider .item .inner img {
        display: block;
        max-width: 260px;
    }
    .slider-line .item img {max-width: 75px;}

    .product-entry {padding: 15px;}
    .product-entry h1 {font-size: 17px;}
    .product-entry form {flex-direction: column;}
    .product-entry .single_add_to_cart_button {margin-top: 20px;}

    .tabs table {width: 100%;}

    .flex-control-nav {flex-wrap: wrap;}

    /* cart */
    .shop_table.cart thead {display: none;}
    .shop_table.cart tr {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .shop_table.cart tr.cart_item td {padding: 10px;}
    .shop_table.cart .product-remove {
        position: absolute;
        top: 10px;
        left: 0;
        border: none !important;
        padding: 0 !important;
    }
    .shop_table.cart .product-thumbnail {
        min-width: 33.33%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .shop_table.cart .product-name {
        max-width: 66%;
        min-width: 66.6%;
        display: flex;
        align-items: center;
    }
    .shop_table.cart .product-price, 
    .shop_table.cart .product-quantity, 
    .shop_table.cart .product-subtotal {width: 33.33%;}
    .shop_table.cart tr .inner-label {display: block;}

    .shop_table td.actions {min-width: 100%;}
}

@media screen and (max-width: 500px) {
    .abouth-content h2 {
        padding-bottom: 30px;
        padding-top: 20px;
        font-size: 20px;
    }

    .control-tab {flex-direction: column;}
    .gallery-wrap {
        column-count: 1;
        column-gap: 10px;
        margin-top: 40px;
    }
    .price {
        font-size: 25px;
    }

    .footer .center {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer .breadcrumb {
        display: flex;
        flex-direction: column;
    }
    .copyrights {margin-bottom: 5px;}

    /* cart */
    .shop_table.cart .product-thumbnail {min-width: 100%;}
    .shop_table.cart .product-name {
        max-width: 100%;
        min-width: 100%;
        text-align: center;
    }

    .coupon {display: block;}
    .coupon input {
        width: 100%;
        margin-bottom: 20px;
    }
    .btn-opacity {width: 100%;}

    .shop_table .product-total {min-width: inherit;}

}