/**
	Theme Name: Eurotas
	Theme URI: http://engotheme.com/
	Author: Engo Team
	Author URI: http://engotheme.com/
	Description: Engo ABC HTML Template
	Version: 1.0
	Last change:	2019/09/26 [Initial Release]
	License: GNU General Public License v2 or later
	Tags: two-columns, left-sidebar, fixed-layout, responsive-layout
	Text Domain: Engotheme
 **/
/*------------------------------------------------------------------
[Table of contents]

	1. Import vendor
		1.1 Import
			1.1.1. Google fonts
			1.1.2. Icon Fonts
		1.2. Vendors
			1.2.1 Bootstrap 4
			1.2.2 Jquery
			1.2.3 Slick 1.8.1
			1.2.4 wow.js
			1.2.5 countdown.js
			1.2.6 barrating
	2. Config
		2.1. Reset
		2.2. Layout Grid
	3.Homepage
		3.1 Homepage v1
		3.2 Homepage v2
		3.3 Homepage v3
		3.4 Homepage v4
		3.5 Homepage v5
	4. Product Details
		4.1 Product Detail V1
		4.2 Product Detail V2
		4.3 Product Detail V3
	5. Slidebar Left
		5.1 Grid Slibar Left
		5.2 List Slibar Left
	6. Our Blog
		6.1 Our Blog V1
		6.2 Our Blog V2
		6.3 Blog Post
		6.4 Shop Page
	7. Page
		7.1 About Us
		7.2 Contact Us
	8. Ecommerce
		8.1 Popup Modal
		8.2 Popup Quickview
		8.3 Menu Mobile
		8.4 Box Add To Cart
		8.5 Animation Hedaer
		8.6 Popup Search
		8.7 Popup Login/Logout

-------------------------------------------------------------------*/
* {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "Barlow", sans-serif;
}
#password-modal, #cancel-modal-locked {
    top: 25%!important;
}
#password-modal .modal-dialog, #cancel-modal-locked .modal-dialog {
    height: 400px;
}
@media only screen and (max-width: 992px) {
    body {
        padding-top: 60px;
    }
}

@font-face {
    font-family: 'themify';
    src: url("/storage/2800849b-12f3-4f55-b18b-94f10e7e4419/themify.woff") format("woff"), url("/storage/c262bde4-41ca-4eb7-b3ae-611079ce07e0/themify.ttf") format("truetype");
}

@font-face {
    font-family: "linea";
    src: url("/storage/204ded7e-6111-49e6-b639-2a755d240daa/linea.eot");
    src: url("/storage/204ded7e-6111-49e6-b639-2a755d240daa/linea.eot") format("embedded-opentype"), url("/storage/a546dbac-de84-45f5-8493-76ec2a8912eb/linea.woff") format("woff"), url("/storage/cee368f8-9f9c-4239-81b7-3ac3c595c791/linea.ttf") format("truetype"), url("/storage/e58f1587-a4d9-4903-987c-b50f73935184/linea.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
}

.form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

button, button:focus {
    outline: none;
}

.btn-shop-now {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 200px;
    color: #fff;
    background: #222;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    border-radius: 50px;
    border: none;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.btn-shop-now:hover {
    color: #fff;
    background: var(--main);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.btn-shop-now:hover:before {
    opacity: 1;
    height: 450%;
}
@media only screen and (max-width: 1200px) {
    .btn-shop-now, .btn-shop-now::before {
        height: 40px;
        font-size: 15px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 768px) {
    .btn-shop-now {
        height: 40px;
        font-size: 15px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 480px) {
    .btn-shop-now {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
}

.image-effect {
    overflow: hidden;
}
.image-effect img {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.image-effect img:hover {
    -webkit-transform: scale(1.115, 1.115);
    -ms-transform: scale(1.115, 1.115);
    transform: scale(1.115, 1.115);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}
.back-to-top a {
    font-size: 40px;
    color: var(--main);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.back-to-top a:hover {
    color: #c90215;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

@media only screen and (max-width: 1200px) {
    .slick-destop {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (min-width: 1200px) {
    .slick-destop {
        display: block;
    }
}

.nav-up {
    top: -60px;
}

.menu-mobile {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    -webkit-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}
.menu-mobile .header-mobile {
    background: #222;
    position: relative;
}
.menu-mobile .header-mobile .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.menu-mobile .header-mobile .header-menu .logo img {
    width: 90px;
    height: 100%;
}
.menu-mobile .header-mobile .header-menu .logo {
    padding-left: 17.5px;
    width: 100%;
}
.menu-mobile .header-mobile .header-menu .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.menu-mobile .header-mobile .header-menu .logo .logo-mobile {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-mobile .header-mobile .header-menu .menu, .menu-mobile .header-mobile .header-menu .add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.menu-mobile .header-mobile .header-menu .menu {
    border-right: 1px solid #545454;
}
.menu-mobile .header-mobile .header-menu .menu i {
    padding: 17.5px;
}
.menu-mobile .header-mobile .header-menu .add-to-cart .search,
.menu-mobile .header-mobile .header-menu .add-to-cart .account,
.menu-mobile .header-mobile .header-menu .add-to-cart .cart {
    border-left: 1px solid #545454;
}
.menu-mobile .header-mobile .header-menu .menu,
.menu-mobile .header-mobile .header-menu .add-to-cart .search,
.menu-mobile .header-mobile .header-menu .add-to-cart .cart,
.menu-mobile .header-mobile .header-menu .add-to-cart .account {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.menu-mobile .header-mobile .header-menu .number {
    top: 10px;
    left: 30px;
    color: #222;
}
.menu-mobile .header-mobile .header-menu i {
    color: #fff;
    font-size: 20px;
    display: inline-block;
}
.menu-mobile .header-mobile .add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.menu-mobile .header-mobile .add-to-cart .search a {
    color: #fff;
    font-size: 20px;
}

@media only screen and (max-width: 576px) {
    .my-container {
        width: auto;
        margin: 0 auto;
        padding: 0 15px;
    }
    .menu-mobile .header-mobile .add-to-cart .search a,
    .menu-mobile .header-mobile .add-to-cart .account a i,
    .menu-mobile .header-mobile .add-to-cart .cart a div i {
        color: #fff;
        font-size: 14px;
    }
    .menu-mobile .header-mobile .header-menu .menu,
    .menu-mobile .header-mobile .header-menu .add-to-cart .search,
    .menu-mobile .header-mobile .header-menu .add-to-cart .cart,
    .menu-mobile .header-mobile .header-menu .add-to-cart .account {
        width: 40px;
        height: 40px;
    }
    body {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 576px) {
    .my-container {
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .my-container {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 1600px) {
    .my-container {
        max-width: 1570px;
        padding: 0px;
    }
}

.col-banner-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.38541666666667%;
    flex: 0 0 28.38541666666667%;
    max-width: 28.38541666666667%;
    padding: 0;
}

.col-banner-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 71.6145833333333%;
    flex: 0 0 71.6145833333333%;
    max-width: 71.6145833333333%;
    padding: 0;
}

.col-banner-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56.369426751592%;
    flex: 0 0 56.369426751592%;
    max-width: 56.369426751592%;
    padding: 0 15px;
}

.col-banner-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.630573248418%;
    flex: 0 0 43.630573248418%;
    max-width: 43.630573248418%;
    padding: 0 15px;
}

.col-header-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.78343949044586%;
    flex: 0 0 11.78343949044586%;
    max-width: 11.78343949044586%;
    padding: 0 15px;
}

.col-header-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 76.43312101910828%;
    flex: 0 0 76.43312101910828%;
    max-width: 76.43312101910828%;
    padding: 0 15px;
}

.col-tab-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.73885350318471%;
    flex: 0 0 62.73885350318471%;
    max-width: 62.73885350318471%;
    padding: 0 15px;
}

.col-tab-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.26114649681529%;
    flex: 0 0 37.26114649681529%;
    max-width: 37.26114649681529%;
    padding: 0 15px;
}

.col-product-54 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.61538461538462%;
    flex: 0 0 54.61538461538462%;
    max-width: 54.61538461538462%;
    padding: 0 15px;
}

.col-product-45 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.38461538461538%;
    flex: 0 0 45.38461538461538%;
    max-width: 45.38461538461538%;
    padding: 0 15px 0 19px;
}

.col-banner-home5-62 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.73885350318471%;
    flex: 0 0 62.73885350318471%;
    max-width: 62.73885350318471%;
    padding: 0 15px;
}

.col-banner-home5-38 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.26114649681529%;
    flex: 0 0 37.26114649681529%;
    max-width: 37.26114649681529%;
    padding: 0 15px;
}

.col-4__header-home2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26.71040299906279%;
    flex: 0 0 26.71040299906279%;
    max-width: 26.71040299906279%;
    padding: 0 15px;
}

.col-8__header-home2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73.28959700093721%;
    flex: 0 0 73.28959700093721%;
    max-width: 73.28959700093721%;
    padding: 0 15px;
}

.col-5__product-list-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.88034188034188%;
    flex: 0 0 41.88034188034188%;
    max-width: 41.88034188034188%;
    padding: 0 15px;
}
@media only screen and (max-width: 768px) {
    .col-5__product-list-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
}
.col-5__product-list-sidebar .row {
    margin: 0;
}

.col-2__product-list-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.34042553191489%;
    flex: 0 0 22.34042553191489%;
    max-width: 22.34042553191489%;
    padding-left: 10px;
    -ms-flex: 0 0 10.48376068376068%;
    flex: 0 0 10.48376068376068%;
    max-width: 10.48376068376068%;
    padding-left: 10px;
    padding-right: 0px;
}
@media only screen and (max-width: 768px) {
    .col-2__product-list-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0%;
        flex: 0 0 0%;
        max-width: 0%;
        display: none;
    }
}

.col-10__product-list-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77.65857446808511%;
    flex: 0 0 77.65857446808511%;
    max-width: 77.65857446808511%;
}
@media only screen and (max-width: 768px) {
    .col-10__product-list-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.col-4__product-list-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.42393162393162%;
    flex: 0 0 31.42393162393162%;
    max-width: 31.42393162393162%;
}
@media only screen and (max-width: 576px) {
    .col-4__product-list-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.col-1__product-list-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.97435897435897%;
    flex: 0 0 8.97435897435897%;
    max-width: 8.97435897435897%;
    padding-left: 10px;
    padding-right: 0px;
}
@media only screen and (max-width: 768px) {
    .col-1__product-list-sidebar {
        display: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0%;
        flex: 0 0 0%;
        max-width: 0%;
        padding-left: 0;
    }
}

.col-7__product-list-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59.6017094017%;
    flex: 0 0 59.6017094017%;
    max-width: 59.6017094017%;
    padding: 0 15px 0 30px;
    -webkit-transform: translateX(-15.05722%);
    -ms-transform: translateX(-15.05722%);
    transform: translateX(-15.05722%);
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
@media only screen and (max-width: 768px) {
    .col-7__product-list-sidebar {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 67.6017094017%;
        flex: 0 0 67.6017094017%;
        max-width: 67.6017094017%;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 576px) {
    .col-7__product-list-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.col-1__shop-page {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.07435897435897%;
    flex: 0 0 8.07435897435897%;
    max-width: 8.07435897435897%;
    padding-left: 10px;
    padding-right: 10px;
}
@media only screen and (max-width: 1600px) {
    .col-1__shop-page {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.97435897435897%;
        flex: 0 0 8.97435897435897%;
        max-width: 8.97435897435897%;
        padding-left: 10px;
        padding-right: 0px;
    }
}
@media only screen and (min-width: 2000px) {
    .col-1__shop-page {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.97435897435897%;
        flex: 0 0 8.97435897435897%;
        max-width: 8.97435897435897%;
        padding-left: 10px;
        padding-right: 0px;
    }
}

.col-4__shop-page {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.42393162393162%;
    flex: 0 0 31.42393162393162%;
    max-width: 31.42393162393162%;
}
@media only screen and (max-width: 576px) {
    .col-4__shop-page {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.col-7__shop-page {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59.60170940170941%;
    flex: 0 0 59.60170940170941%;
    max-width: 59.60170940170941%;
    padding: 0 15px 0 30px;
}
@media only screen and (max-width: 1600px) {
    .col-7__shop-page {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 59.6017094017%;
        flex: 0 0 59.6017094017%;
        max-width: 59.6017094017%;
        padding: 0 15px 0 30px;
    }
}
@media only screen and (max-width: 768px) {
    .col-7__shop-page {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 67.6017094017%;
        flex: 0 0 67.6017094017%;
        max-width: 67.6017094017%;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 576px) {
    .col-7__shop-page {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (min-width: 2000px) {
    .col-7__shop-page {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 59.6017094017%;
        flex: 0 0 59.6017094017%;
        max-width: 59.6017094017%;
    }
}

.col-4__product-list-sidebar,
.col-1__product-list-sidebar,
.col-7__product-list-sidebar,
.col-banner__50,
.col-tab-8,
.col-tab-4,
.col-header-2,
.col-header-10,
.col-banner-7,
.col-banner-5,
.col-banner-3,
.col-banner-9 {
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 576px) {
    .col-tab-4,
    .col-tab-8,
    .col-banner-7,
    .col-banner-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-tab-8 {
        margin-bottom: 30px;
    }
    .col-banner__50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 480px) {
    .col-banner-3,
    .col-banner-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) {
    .col-tab-4,
    .col-tab-8,
    .col-banner-7,
    .col-banner-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .col-banner-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28.38541666666667%;
        flex: 0 0 28.38541666666667%;
        max-width: 28.38541666666667%;
    }
    .col-banner-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 71.6145833333333%;
        flex: 0 0 71.6145833333333%;
        max-width: 71.6145833333333%;
        padding: 0;
    }
    .col-banner-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56.369426751592%;
        flex: 0 0 56.369426751592%;
        max-width: 56.369426751592%;
    }
    .col-banner-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 43.630573248418%;
        flex: 0 0 43.630573248418%;
        max-width: 43.630573248418%;
    }
    .col-header-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 11.78343949044586%;
        flex: 0 0 11.78343949044586%;
        max-width: 11.78343949044586%;
    }
    .col-header-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 76.43312101910828%;
        flex: 0 0 76.43312101910828%;
        max-width: 76.43312101910828%;
    }
    .col-tab-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.73885350318471%;
        flex: 0 0 62.73885350318471%;
        max-width: 62.73885350318471%;
    }
    .col-tab-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.26114649681529%;
        flex: 0 0 37.26114649681529%;
        max-width: 37.26114649681529%;
    }
}

header {
    position: absolute;
    z-index: 1;
    width: 100%;
    font-family: "Barlow", sans-serif;
}
header .header-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #fff;
}
header .header-option .header-menu {
    padding: 5px 19px 4px 0;
    border-right: 1px solid #fff;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
header .header-option .header-menu i {
    margin-right: 6px;
    color: #fff;
    font-size: 20px;
}
header .header-option .header-menu span {
    color: #fff;
}
header .header-option .header-dropdown {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .header-option .header-dropdown .dropdown-select {
    position: relative;
}
header .header-option .header-dropdown .dropdown-select::after {
    position: absolute;
    top: 5px;
    right: 17px;
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #fff;
}
header .header-option .header-dropdown .dropdown-select:last-child select {
    padding-left: 0;
}
header .header-option .header-dropdown .dropdown-select:last-child::after {
    right: 38px;
}
header .header-option .header-dropdown select {
    width: 76px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    color: #fff;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    cursor: pointer;
}
header .header-option .header-dropdown select option {
    background: #fff;
    color: #222;
    width: 200px;
}
header .header-option .header-dropdown select:first-child {
    padding-left: 17px;
}
header .header-option .header-dropdown-home1 .dropdown-select::after {
    color: transparent;
}
header .header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
header .header-search .search {
    padding: 0px 19px 0px 20px;
    border-right: 1px solid #fbf2f3;
}
header .header-search .search a {
    color: #fff;
}
header .cart {
    padding-top: 2px;
    margin-left: 18px;
    position: relative;
    padding-right: 9px;
    cursor: pointer;
}
header .cart .shopping-cart i {
    font-size: 20px;
    color: #fff;
}
header .cart .number {
    font-size: 10px;
    width: 15px;
    height: 15px;
    color: #222;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
header .cart .number-home3 {
    color: #222;
}

.header-top {
    padding: 30px 0;
}

.section-slide-v1 {
    position: relative;
}
.section-slide-v1 .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.section-slide-v1 .img-slider img {
    -webkit-transition: 5s linear;
    -o-transition: 5s linear;
    transition: 5s linear;
}
.section-slide-v1 .img-slider img.active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.section-slide-v1 .slider-child {
    position: relative;
}
.section-slide-v1 .slider-child .social {
    position: absolute;
    bottom: 76px;
    left: 10.06%;
    padding: 0;
    z-index: 3;
}
.section-slide-v1 .slider-child .social a {
    color: #fff;
    text-transform: capitalize;
    margin-right: 21px;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
}
.section-slide-v1 .slider-child .social a:hover {
    color: #222;
}
.section-slide-v1 .title .caption {
    position: absolute;
    top: 22.9%;
    right: 10.06%;
    font-family: "Barlow", sans-serif;
    z-index: 10;
    color: #fff;
}
.section-slide-v1 .title .caption h1 {
    font-size: 100px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    word-spacing: 5px;
    max-width: 590px;
    -webkit-transform: translateX(800px);
    -ms-transform: translateX(800px);
    transform: translateX(800px);
    -webkit-transition: .6s linear 1s;
    -o-transition: .6s linear 1s;
    transition: .6s linear 1s;
    color: #fff;
}
.section-slide-v1 .title .caption p {
    font-size: 30px;
    margin: 0;
    -webkit-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    transform: translateY(-300px);
    -webkit-transition: .6s linear .6s;
    -o-transition: .6s linear .6s;
    transition: .6s linear .6s;
    color: #fff;
}
.section-slide-v1 .title .shop-now {
    position: absolute;
    bottom: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
}
.section-slide-v1 .title .shop-now .btn-shop-now {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .5s linear 1s, visibility .5s linear 1s, background .3s, -webkit-transform .5s linear 1s;
    transition: opacity .5s linear 1s, visibility .5s linear 1s, background .3s, -webkit-transform .5s linear 1s;
    -o-transition: opacity .5s linear 1s, transform .5s linear 1s, visibility .5s linear 1s, background .3s;
    transition: opacity .5s linear 1s, transform .5s linear 1s, visibility .5s linear 1s, background .3s;
    transition: opacity .5s linear 1s, transform .5s linear 1s, visibility .5s linear 1s, background .3s, -webkit-transform .5s linear 1s;
}
.section-slide-v1 .title.active {
    /* .shop-now {
				transform: translateX(-50%);
			} */
}
.section-slide-v1 .title.active .caption h1, .section-slide-v1 .title.active .caption p, .section-slide-v1 .title.active .shop-now .btn-shop-now {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
}
.section-slide-v1 .slick-button {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-slide-v1 .slick-button:hover, .section-slide-v1 .slick-button:focus {
    background: #fff;
}
.section-slide-v1 .slick-button:hover .arrow, .section-slide-v1 .slick-button:focus .arrow {
    color: #222;
}
.section-slide-v1 .slick-button .arrow {
    font-size: 14px;
    color: #fff;
}
.section-slide-v1 .prev,
.section-slide-v1 .next {
    position: absolute;
    top: 53%;
    z-index: 1;
    color: #fee9e3;
    background: none;
}
.section-slide-v1 .slick-dots {
    position: absolute;
    bottom: 101px;
    right: 10.06%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.section-slide-v1 .slick-dots li {
    margin: 0;
    width: 45px;
    height: 3px;
}
.section-slide-v1 .slick-dots li::before {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}
.section-slide-v1 .slick-dots li:first-child::before {
    content: "01";
    color: rgba(255, 255, 255, 0.5);
}
.section-slide-v1 .slick-dots li:nth-child(2)::before {
    content: "02";
    color: rgba(255, 255, 255, 0.5);
}
.section-slide-v1 .slick-dots li:nth-child(3)::before {
    content: "03";
    color: rgba(255, 255, 255, 0.5);
}
.section-slide-v1 .slick-dots li.slick-active::before {
    color: #fff !important;
}
.section-slide-v1 .slick-dots button {
    display: block;
    width: 45px;
    height: 3px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
.section-slide-v1 .slick-dots button::before {
    display: none;
}
.section-slide-v1 .slick-dots li.slick-active button {
    background: #fff;
}
@media only screen and (max-width: 576px) {
    .section-slide-v1 .slick-dots li, .section-slide-v1 .slick-dots button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-left: 5px;
    }
    .section-slide-v1 .slick-dots li::before {
        display: none;
    }
}

.section-banner-v1 {
    overflow: hidden;
}
.section-banner-v1 .banner01,
.section-banner-v1 .banner02,
.section-banner-v1 .banner03,
.section-banner-v1 .banner04,
.section-banner-v1 .banner01-5 {
    overflow: hidden;
    position: relative;
}
.section-banner-v1 .banner02 h3,
.section-banner-v1 .banner03 h3 {
    max-width: 309px;
}
.section-banner-v1 .title {
    position: absolute;
}
.section-banner-v1 .banner01 .title, .section-banner-v1 .banner01-5 .title {
    bottom: 14.78%;
}
.section-banner-v1 .banner01 a, .section-banner-v1 .banner04 a, .section-banner-v1 .banner01-5 a {
    color: #222;
}
.section-banner-v1 .banner02 {
    color: #fff;
}
.section-banner-v1 .banner02 img {
    position: relative;
}
.section-banner-v1 .banner02 .title {
    top: 26.11%;
    left: 7.92%;
    text-align: left;
}
.section-banner-v1 .banner02 .title p {
    margin-bottom: 45px;
}
.section-banner-v1 .banner03 img {
    position: relative;
}
.section-banner-v1 .banner03 .title {
    top: 26.79%;
    right: 7.92%;
    text-align: left;
}
.section-banner-v1 .banner03 .title h3 {
    margin-bottom: 50px;
    color: #fff;
}
.section-banner-v1 .banner03 .title p {
    color: #fff;
}
.section-banner-v1 .banner04 {
    background: #f5f5f5;
}
.section-banner-v1 .banner04 .title {
    bottom: 16.78%;
    text-align: center;
}

.section-product-v1, .section-best-seller-h3 {
    padding-top: 50px;
    font-family: "Barlow", sans-serif;
    color: #222;
}
@media only screen and (max-width: 576px) {
    .section-product-v1, .section-best-seller-h3 {
        padding-top: 30px;
    }
}
.section-product-v1 h3, .section-best-seller-h3 h3 {
    color: #222;
    margin-bottom: 37px;
}
@media only screen and (max-width: 576px) {
    .section-product-v1 h3, .section-best-seller-h3 h3 {
        margin-bottom: 25px;
    }
}
.section-product-v1 .slick-destop, .section-best-seller-h3 .slick-destop {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    height: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
@media only screen and (max-width: 1200px) {
    .section-product-v1 .slick-destop, .section-best-seller-h3 .slick-destop {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        height: inherit;
    }
}
.section-product-v1 .product, .section-product-v1 .product1, .section-best-seller-h3 .product, .section-best-seller-h3 .product1 {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.section-product-v1 .product .img-show, .section-product-v1 .product1 .img-show, .section-best-seller-h3 .product .img-show, .section-best-seller-h3 .product1 .img-show {
    position: relative;
}
.section-product-v1 .product .slick-scoll, .section-product-v1 .product1 .slick-scoll, .section-best-seller-h3 .product .slick-scoll, .section-best-seller-h3 .product1 .slick-scoll {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 10px 30px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section-product-v1 .product .slick-scoll .product-image, .section-product-v1 .product1 .slick-scoll .product-image, .section-best-seller-h3 .product .slick-scoll .product-image, .section-best-seller-h3 .product1 .slick-scoll .product-image {
    margin: 0 5px 3px;
    border-bottom: 3px solid #fff;
}
.section-product-v1 .product .slick-scoll .product-image:hover, .section-product-v1 .product .slick-scoll .product-image:active, .section-product-v1 .product .slick-scoll .product-image:focus, .section-product-v1 .product1 .slick-scoll .product-image:hover, .section-product-v1 .product1 .slick-scoll .product-image:active, .section-product-v1 .product1 .slick-scoll .product-image:focus, .section-best-seller-h3 .product .slick-scoll .product-image:hover, .section-best-seller-h3 .product .slick-scoll .product-image:active, .section-best-seller-h3 .product .slick-scoll .product-image:focus, .section-best-seller-h3 .product1 .slick-scoll .product-image:hover, .section-best-seller-h3 .product1 .slick-scoll .product-image:active, .section-best-seller-h3 .product1 .slick-scoll .product-image:focus {
    border-bottom: 3px solid #c90215;
}
.section-product-v1 .product .slick-scoll button.slick-prev, .section-product-v1 .product1 .slick-scoll button.slick-prev, .section-best-seller-h3 .product .slick-scoll button.slick-prev, .section-best-seller-h3 .product1 .slick-scoll button.slick-prev {
    left: 2px;
    z-index: 1;
}
.section-product-v1 .product .slick-scoll button.slick-next, .section-product-v1 .product1 .slick-scoll button.slick-next, .section-best-seller-h3 .product .slick-scoll button.slick-next, .section-best-seller-h3 .product1 .slick-scoll button.slick-next {
    right: 2px;
    z-index: 1;
    color: #6c6c6c;
}
.section-product-v1 .product .slick-scoll .arrow-left-slider-v2, .section-product-v1 .product .slick-scoll .arrow-right-slider-v2, .section-product-v1 .product1 .slick-scoll .arrow-left-slider-v2, .section-product-v1 .product1 .slick-scoll .arrow-right-slider-v2, .section-best-seller-h3 .product .slick-scoll .arrow-left-slider-v2, .section-best-seller-h3 .product .slick-scoll .arrow-right-slider-v2, .section-best-seller-h3 .product1 .slick-scoll .arrow-left-slider-v2, .section-best-seller-h3 .product1 .slick-scoll .arrow-right-slider-v2 {
    position: absolute;
    top: 45%;
    font-size: 14px;
}
.section-product-v1 .product .slick-scoll .arrow-left-slider-v2:active, .section-product-v1 .product .slick-scoll .arrow-right-slider-v2:active, .section-product-v1 .product1 .slick-scoll .arrow-left-slider-v2:active, .section-product-v1 .product1 .slick-scoll .arrow-right-slider-v2:active, .section-best-seller-h3 .product .slick-scoll .arrow-left-slider-v2:active, .section-best-seller-h3 .product .slick-scoll .arrow-right-slider-v2:active, .section-best-seller-h3 .product1 .slick-scoll .arrow-left-slider-v2:active, .section-best-seller-h3 .product1 .slick-scoll .arrow-right-slider-v2:active {
    color: #d13544;
}
.section-product-v1 .product .slick-scoll .arrow-left-slider-v2, .section-product-v1 .product1 .slick-scoll .arrow-left-slider-v2, .section-best-seller-h3 .product .slick-scoll .arrow-left-slider-v2, .section-best-seller-h3 .product1 .slick-scoll .arrow-left-slider-v2 {
    left: 5px;
}
.section-product-v1 .product .slick-scoll .arrow-right-slider-v2, .section-product-v1 .product1 .slick-scoll .arrow-right-slider-v2, .section-best-seller-h3 .product .slick-scoll .arrow-right-slider-v2, .section-best-seller-h3 .product1 .slick-scoll .arrow-right-slider-v2 {
    right: 5px;
}
@media screen and (max-width: 1200px) {
    .section-product-v1 .product .slick-scoll, .section-product-v1 .product1 .slick-scoll, .section-best-seller-h3 .product .slick-scoll, .section-best-seller-h3 .product1 .slick-scoll {
        padding: 10px 5px 0px 5px;
    }
    .section-product-v1 .product .slick-scoll .arrow-left-slider-v2,
    .section-product-v1 .product .slick-scoll .arrow-right-slider-v2, .section-product-v1 .product1 .slick-scoll .arrow-left-slider-v2,
    .section-product-v1 .product1 .slick-scoll .arrow-right-slider-v2, .section-best-seller-h3 .product .slick-scoll .arrow-left-slider-v2,
    .section-best-seller-h3 .product .slick-scoll .arrow-right-slider-v2, .section-best-seller-h3 .product1 .slick-scoll .arrow-left-slider-v2,
    .section-best-seller-h3 .product1 .slick-scoll .arrow-right-slider-v2 {
        display: none !important;
    }
}
.section-product-v1 .product .title, .section-product-v1 .product1 .title, .section-best-seller-h3 .product .title, .section-best-seller-h3 .product1 .title {
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 100%;
    top: 100%;
    border: 3px solid #fff;
    border-top: none;
}
@media only screen and (max-width: 1200px) {
    .section-product-v1 .product .title, .section-product-v1 .product1 .title, .section-best-seller-h3 .product .title, .section-best-seller-h3 .product1 .title {
        border-top: none;
        border: 3px solid #f4f4f4;
    }
}
.section-product-v1 .product .title .information, .section-product-v1 .product1 .title .information, .section-best-seller-h3 .product .title .information, .section-best-seller-h3 .product1 .title .information {
    padding-left: 5px;
    padding-right: 5px;
}
.section-product-v1 .product .title .information .type-shoes, .section-product-v1 .product1 .title .information .type-shoes, .section-best-seller-h3 .product .title .information .type-shoes, .section-best-seller-h3 .product1 .title .information .type-shoes {
    font-size: 14px;
    color: #888;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 28px;
}
.section-product-v1 .product .title .information .type-shoes span, .section-product-v1 .product1 .title .information .type-shoes span, .section-best-seller-h3 .product .title .information .type-shoes span, .section-best-seller-h3 .product1 .title .information .type-shoes span {
    font-size: 10px;
}
.section-product-v1 .product .title .information .type-shoes i, .section-product-v1 .product1 .title .information .type-shoes i, .section-best-seller-h3 .product .title .information .type-shoes i, .section-best-seller-h3 .product1 .title .information .type-shoes i {
    color: #222;
}
.section-product-v1 .product .title .information h6, .section-product-v1 .product1 .title .information h6, .section-best-seller-h3 .product .title .information h6, .section-best-seller-h3 .product1 .title .information h6 {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-product-v1 .product .title .information h6:hover, .section-product-v1 .product1 .title .information h6:hover, .section-best-seller-h3 .product .title .information h6:hover, .section-best-seller-h3 .product1 .title .information h6:hover {
    color: var(--main);
}
@media only screen and (max-width: 576px) {
    .section-product-v1 .product .title .information h6, .section-product-v1 .product1 .title .information h6, .section-best-seller-h3 .product .title .information h6, .section-best-seller-h3 .product1 .title .information h6 {
        margin-bottom: 0;
    }
}
.dollar {
    color: var(--main);
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
    .dollar {
        margin-bottom: 15px;
    }
}
.dollar span {
    color: #292929;
    text-decoration: line-through;
    margin-left: 7px;
}
.section-product-v1 .product .sale, .section-product-v1 .product .hot, .section-product-v1 .product .hot-sale, .section-product-v1 .product1 .sale, .section-product-v1 .product1 .hot, .section-product-v1 .product1 .hot-sale, .section-best-seller-h3 .product .sale, .section-best-seller-h3 .product .hot, .section-best-seller-h3 .product .hot-sale, .section-best-seller-h3 .product1 .sale, .section-best-seller-h3 .product1 .hot, .section-best-seller-h3 .product1 .hot-sale {
    position: absolute;
    top: 20px;
    right: -2px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 14px;
    color: #fff;
    font-family: "Roboto", sans-serif;
}
.section-product-v1 .product .sale, .section-product-v1 .product1 .sale, .section-best-seller-h3 .product .sale, .section-best-seller-h3 .product1 .sale {
    background: #f36523;
    padding: 5px 10px 4px 10px;
}
.section-product-v1 .product .hot, .section-product-v1 .product .hot-sale, .section-product-v1 .product1 .hot, .section-product-v1 .product1 .hot-sale, .section-best-seller-h3 .product .hot, .section-best-seller-h3 .product .hot-sale, .section-best-seller-h3 .product1 .hot, .section-best-seller-h3 .product1 .hot-sale {
    background: #c90215;
    padding: 5px 13.5px 4px;
}
.section-product-v1 .product .hot-sale, .section-product-v1 .product1 .hot-sale, .section-best-seller-h3 .product .hot-sale, .section-best-seller-h3 .product1 .hot-sale {
    top: 77px;
}
.section-product-v1 .product .option, .section-product-v1 .product1 .option, .section-best-seller-h3 .product .option, .section-best-seller-h3 .product1 .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    width: 100%;
    font-size: 18px;
}
@media only screen and (max-width: 1200px) {
    .section-product-v1 .product .option, .section-product-v1 .product1 .option, .section-best-seller-h3 .product .option, .section-best-seller-h3 .product1 .option {
        display: none;
    }
}
.section-product-v1 .product .option span, .section-product-v1 .product1 .option span, .section-best-seller-h3 .product .option span, .section-best-seller-h3 .product1 .option span {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #fff;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    cursor: pointer;
}
.section-product-v1 .product .option span:first-child, .section-product-v1 .product1 .option span:first-child, .section-best-seller-h3 .product .option span:first-child, .section-best-seller-h3 .product1 .option span:first-child {
    -webkit-transition: opacity .3s ease, visibility .3s ease, color .3s linear, background .3s linear, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, color .3s linear, background .3s linear, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, opacity .3s ease, visibility .3s ease, color .3s linear, background .3s linear;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease, color .3s linear, background .3s linear;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease, color .3s linear, background .3s linear, -webkit-transform .3s ease;
}
.section-product-v1 .product .option span:nth-child(2), .section-product-v1 .product1 .option span:nth-child(2), .section-best-seller-h3 .product .option span:nth-child(2), .section-best-seller-h3 .product1 .option span:nth-child(2) {
    -webkit-transition: opacity .3s ease .1s, visibility .3s ease .1s, color .3s linear, background .3s linear, -webkit-transform .3s ease .1s;
    transition: opacity .3s ease .1s, visibility .3s ease .1s, color .3s linear, background .3s linear, -webkit-transform .3s ease .1s;
    -o-transition: transform .3s ease .1s, opacity .3s ease .1s, visibility .3s ease .1s, color .3s linear, background .3s linear;
    transition: transform .3s ease .1s, opacity .3s ease .1s, visibility .3s ease .1s, color .3s linear, background .3s linear;
    transition: transform .3s ease .1s, opacity .3s ease .1s, visibility .3s ease .1s, color .3s linear, background .3s linear, -webkit-transform .3s ease .1s;
}
.section-product-v1 .product .option span:nth-child(3), .section-product-v1 .product1 .option span:nth-child(3), .section-best-seller-h3 .product .option span:nth-child(3), .section-best-seller-h3 .product1 .option span:nth-child(3) {
    -webkit-transition: opacity .3s ease .2s, visibility .3s ease .2s, color .3s linear, background .3s linear, -webkit-transform .3s ease .2s;
    transition: opacity .3s ease .2s, visibility .3s ease .2s, color .3s linear, background .3s linear, -webkit-transform .3s ease .2s;
    -o-transition: transform .3s ease .2s, opacity .3s ease .2s, visibility .3s ease .2s, color .3s linear, background .3s linear;
    transition: transform .3s ease .2s, opacity .3s ease .2s, visibility .3s ease .2s, color .3s linear, background .3s linear;
    transition: transform .3s ease .2s, opacity .3s ease .2s, visibility .3s ease .2s, color .3s linear, background .3s linear, -webkit-transform .3s ease .2s;
}
.section-product-v1 .product .option span:hover, .section-product-v1 .product1 .option span:hover, .section-best-seller-h3 .product .option span:hover, .section-best-seller-h3 .product1 .option span:hover {
    color: #fff;
    background: var(--main);
    padding: 8px 42px 7px 42px;
    border-radius: 32px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-product-v1 .product .option span:hover i, .section-product-v1 .product1 .option span:hover i, .section-best-seller-h3 .product .option span:hover i, .section-best-seller-h3 .product1 .option span:hover i {
    color: #fff;
}
.section-product-v1 .product:hover .title, .section-product-v1 .product1:hover .title, .section-best-seller-h3 .product:hover .title, .section-best-seller-h3 .product1:hover .title {
    border: 3px solid #f4f4f4;
    border-top: none;
}
.section-product-v1 .product:hover .option, .section-product-v1 .product1:hover .option, .section-best-seller-h3 .product:hover .option, .section-best-seller-h3 .product1:hover .option {
    visibility: visible;
}
.section-product-v1 .product:hover .option span, .section-product-v1 .product1:hover .option span, .section-best-seller-h3 .product:hover .option span, .section-best-seller-h3 .product1:hover .option span {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.section-product-v1 .product:hover .slick-scoll, .section-product-v1 .product1:hover .slick-scoll, .section-best-seller-h3 .product:hover .slick-scoll, .section-best-seller-h3 .product1:hover .slick-scoll {
    display: block !important;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.section-product-v1 .product:hover .slick-destop, .section-product-v1 .product1:hover .slick-destop, .section-best-seller-h3 .product:hover .slick-destop, .section-best-seller-h3 .product1:hover .slick-destop {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: inherit;
}
.section-product-v1 .product:hover .information, .section-product-v1 .product1:hover .information, .section-best-seller-h3 .product:hover .information, .section-best-seller-h3 .product1:hover .information {
    padding-left: 30px;
    padding-right: 30px;
}
.section-product-v1 .product-home2, .section-best-seller-h3 .product-home2 {
    margin-bottom: 185px;
}


.section-brand-v1 {
    padding-bottom: 43px;
}

.section-brand-v1, .section-brand-home2 {
    position: relative;
}
.section-brand-v1 .brand, .section-brand-home2 .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-brand-v1 .brand .item, .section-brand-home2 .brand .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.section-brand-v1 .brand .item:focus, .section-brand-home2 .brand .item:focus {
    outline: none;
}
.section-brand-v1 .brand .item img, .section-brand-home2 .brand .item img {
    width: 100%;
    opacity: .25;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-brand-v1 .brand .item img:hover, .section-brand-home2 .brand .item img:hover {
    opacity: 1;
}

.section-banner-v2 {
    position: relative;
}
.section-banner-v2 .banner {
    position: relative;
    overflow: hidden;
}
.section-banner-v2 .banner .title {
    position: absolute;
    top: 19.05%;
    right: 7.66%;
    color: #222;
    font-family: "Barlow", sans-serif;
    text-transform: capitalize;
}

.section-countdown-v1 {
    padding-top: 60px;
    padding-bottom: 118px;
}
.section-countdown-v1 h3 {
    margin-bottom: 38px;
}
.section-countdown-v1 .title p:first-child {
    font-size: 30px;
}
.section-countdown-v1 .title p:nth-child(3) {
    font-size: 48px;
}
.section-countdown-v1 .title p:nth-child(3) span {
    font-weight: bold;
    color: #c90215;
    margin-right: 10px;
}
.section-countdown-v1 .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #9f9f9f;
    padding-bottom: 10px;
    padding-top: 6px;
    width: 90%;
}
.section-countdown-v1 .skill-bar {
    width: 90%;
    background: #f5f5f5;
    border-radius: 6px;
    margin-bottom: 39px;
}
.section-countdown-v1 .skill-bar .bar {
    height: 15px;
    width: 35%;
    background: #c90215;
    border-radius: 6px;
}
.section-countdown-v1 .countdown {
    margin-bottom: 22px;
}
.section-countdown-v1 .countdown .item {
    display: inline-block;
    text-align: center;
    border: 2px solid #f4f4f4;
    margin-right: 20px;
    margin-bottom: 15px;
}
.section-countdown-v1 .countdown .number {
    display: inline-block;
    font-size: 100px;
    font-weight: bold;
    text-align: center;
    background: #f4f4f4;
    color: #222;
    text-align: center;
    width: 100%;
}
.section-countdown-v1 .countdown .times {
    font-size: 18px;
    font-weight: lighter;
    font-family: "Roboto", sans-serif;
    background: #fff;
    color: #888;
    display: block;
}
.section-countdown-v1 .image {
    position: relative;
}
.section-countdown-v1 .image .point-1 {
    top: 28.52%;
    right: 30.22%;
}
.section-countdown-v1 .image .point-1 .content-popup .box {
    -webkit-transform: translate(-83%, -153%);
    -ms-transform: translate(-83%, -153%);
    transform: translate(-83%, -153%);
}
.section-countdown-v1 .image .point-1 .content-popup .box::before {
    left: 90%;
}
@media screen and (max-width: 576px) {
    .section-countdown-v1 .image .point-1 .content-popup .box {
        -webkit-transform: translate(-58%, -153%);
        -ms-transform: translate(-58%, -153%);
        transform: translate(-58%, -153%);
    }
    .section-countdown-v1 .image .point-1 .content-popup .box::before {
        left: 75%;
    }
}
.section-countdown-v1 .image .point-2 {
    bottom: 14.87%;
    right: 44.36%;
}
@media only screen and (max-width: 576px) {
    .section-countdown-v1 .image .point-2 .content-popup .box {
        -webkit-transform: translate(-44%, -149%);
        -ms-transform: translate(-44%, -149%);
        transform: translate(-44%, -149%);
    }
    .section-countdown-v1 .image .point-2 .content-popup .box::before {
        left: 72%;
    }
}
.section-countdown-v1 .image .point-3 {
    bottom: 1.83%;
    left: 40.17%;
}
@media only screen and (max-width: 576px) {
    .section-countdown-v1 .image .point-3 .content-popup .box {
        -webkit-transform: translate(-35%, -149%);
        -ms-transform: translate(-35%, -149%);
        transform: translate(-35%, -149%);
    }
    .section-countdown-v1 .image .point-3 .content-popup .box::before {
        left: 50%;
    }
}
.section-countdown-v1 .image .point-4 {
    top: 44.38%;
    left: 31.09%;
}
@media only screen and (max-width: 480px) {
    .section-countdown-v1 .image .point-4 .content-popup .box {
        -webkit-transform: translate(-20%, -153%);
        -ms-transform: translate(-20%, -153%);
        transform: translate(-20%, -153%);
    }
}
.section-countdown-v1 .image .point-1,
.section-countdown-v1 .image .point-2,
.section-countdown-v1 .image .point-3,
.section-countdown-v1 .image .point-4 {
    position: absolute;
}
.section-countdown-v1 .image .point-1:hover .content-popup,
.section-countdown-v1 .image .point-2:hover .content-popup,
.section-countdown-v1 .image .point-3:hover .content-popup,
.section-countdown-v1 .image .point-4:hover .content-popup {
    visibility: visible;
}
.section-countdown-v1 .image .content-popup {
    position: relative;
    visibility: hidden;
}
.section-countdown-v1 .image .content-popup .box {
    position: absolute;
    z-index: 10;
    min-width: 276px;
    padding: 10px 15px;
    -webkit-transform: translateY(-153%);
    -ms-transform: translateY(-153%);
    transform: translateY(-153%);
    background: #c90215;
    border-radius: 10px;
    color: #fff;
}
.section-countdown-v1 .image .content-popup .box::before {
    left: 24px;
    top: calc(115% - 20px);
    content: '';
    position: absolute;
    z-index: 5;
    border: 7px solid transparent;
    border-top: 13px solid #c90215;
}
.section-countdown-v1 .image .content-popup .box h6 {
    font-size: 20px;
    font-weight: bold;
}
.section-countdown-v1 .image .content-popup .box p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 480px) {
    .section-countdown-v1 .image .content-popup .box {
        min-width: 237px;
    }
    .section-countdown-v1 .image .content-popup .box h6 {
        font-size: 18px;
    }
    .section-countdown-v1 .image .content-popup .box p {
        font-size: 14px;
    }
}

.section-banner-v3 {
    overflow: hidden;
    font-family: "Barlow", sans-serif;
}
.section-banner-v3 img {
    position: relative;
}
.section-banner-v3 .title {
    position: absolute;
    top: 28.92%;
    left: 9.89%;
    color: #fff;
}
.section-banner-v3 .title h3 {
    max-width: 309px;
    margin-bottom: 50px;
}
.section-banner-v3 .title h3 span {
    color: #ffc900;
}

.section-newsletter-v1 {
    /*background-image: url(../img/13.jpg);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-newsletter-v1 .caption {
    font-family: "Barlow", sans-serif;
    padding-top: 111px;
}
.section-newsletter-v1 .caption h3 {
    margin-bottom: 15px;
}
.section-newsletter-v1 .caption p {
    font-size: 18px;
    color: #575757;
    margin-bottom: 44px;
    font-family: "Roboto", sans-serif;
}
.section-newsletter-v1 .caption form {
    margin: 0 auto;
    width: 50%;
    padding-bottom: 120px;
}
.section-newsletter-v1 .caption form input {
    padding: 25px 28px;
    color: #ddd;
    border-radius: 50px 0 0 50px;
    border-right: none;
    background: #f4f4f4;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    border: none;
}
.section-newsletter-v1 .caption form ::-webkit-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #ddd;
}
.section-newsletter-v1 .caption form :-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #ddd;
}
.section-newsletter-v1 .caption form ::-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #ddd;
}
.section-newsletter-v1 .caption form ::placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #ddd;
}
.section-newsletter-v1 .caption form span {
    border-radius: 0 50px 50px 0;
    background: #f4f4f4;
    padding-right: 17px;
    border: none;
    cursor: pointer;
}

.section-footer {
    padding-top: 115px;
    padding-bottom: 69px;
    background: #222;
    font-family: "Roboto", sans-serif;
}
.section-footer .navbar li a {
    text-transform: unset;
}
.section-footer h3 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
}
.section-footer .navbar-nav li a {
    text-transform: lowercase !important;
}
.section-footer ul {
    list-style: none;
    margin: 0;
}
.section-footer ul:first-child li a {
    text-transform: lowercase;
}
.section-footer ul li {
    color: #aaa;
    text-transform: capitalize;
    margin-bottom: 18px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
.section-footer ul li i {
    margin-right: 19px;
    color: #aaa;
}
.section-footer ul li a {
    text-transform: capitalize;
    color: #aaa;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-footer ul li a:hover {
    color: var(--main);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-footer ul .list-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.section-footer ul .list-child li {
    margin-right: 18px;
    margin-bottom: 0;
}

.section-copyright {
    background: #111;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
}
.section-copyright div {
    color: #aaa;
    font-family: "Roboto", sans-serif;
}
.section-copyright div div a {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #aaa;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-copyright div div a:hover {
    color: #c90215;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-copyright .copyright2019 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-copyright .copyright2019 ul {
    margin-bottom: 0;
}
.section-copyright .copyright2019 ul li {
    color: #aaa;
    display: inline-block;
    margin-left: 27px;
    font-family: "Roboto", sans-serif;
}
.section-copyright .copyright2019 ul li a {
    font-size: 18px;
    color: #aaa;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-copyright .copyright2019 ul li a:hover {
    color: #c90215;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

@media only screen and (max-width: 576px) {
    .product-slick-child {
        display: none;
    }
    .header-destop {
        display: none;
    }
    .section-slide-v1 .slider-child .social {
        display: none;
    }
    .section-slide-v1 .img-slider img {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 59%;
        object-position: 59%;
    }
    .section-slide-v1 .title .caption {
        position: absolute;
        top: 13%;
        right: 15px;
        color: #fff;
        max-width: 228px;
    }
    .section-slide-v1 .title .caption h1 {
        font-size: 35px;
        margin: auto;
        width: 100%;
    }
    .section-slide-v1 .title .caption p {
        font-size: 20px;
    }
    .section-slide-v1 .title .shop-now {
        bottom: 20px;
    }
    .section-slide-v1 .slick-dots {
        bottom: 33px;
        right: unset;
        padding-left: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .section-slide-v1 .slick-button {
        display: none !important;
    }
    .section-banner-v1 .banner02 h3,
    .section-banner-v1 .banner03 h3 {
        max-width: 265px;
        font-size: 23px;
    }
    .section-banner-v1 .banner02 p,
    .section-banner-v1 .banner03 p {
        font-size: 16px;
    }
    .section-banner-v1 .banner01,
    .section-banner-v1 .banner01-5,
    .section-banner-v1 .banner04 {
        padding: 0;
    }
    .section-banner-v1 .banner01 .title,
    .section-banner-v1 .banner01-5 .title,
    .section-banner-v1 .banner04 .title {
        bottom: 16.78%;
    }
    .section-banner-v1 .banner01 .title h3,
    .section-banner-v1 .banner01-5 .title h3,
    .section-banner-v1 .banner04 .title h3 {
        font-size: 23px;
    }
    .section-banner-v1 .banner01 .title p,
    .section-banner-v1 .banner01-5 .title p,
    .section-banner-v1 .banner04 .title p {
        font-size: 16px;
    }
    .section-banner-v1 .banner02 .title {
        left: 3.92%;
        top: 17.11%;
    }
    .section-banner-v1 .banner02 .title p {
        margin-bottom: 9px;
    }
    .section-banner-v1 .banner03 .title {
        top: 20.79%;
        right: 3.92%;
    }
    .section-banner-v1 .banner03 .title h3 {
        margin-bottom: 10px;
    }
    .section-banner-v1 .banner03 .title p {
        margin-bottom: 0px;
    }
    .section-product-v1 h3, .section-best-seller-h3 h3 {
        font-size: 35px;
    }
    .section-product-v1 .product .title .information .type-shoes, .section-best-seller-h3 .product .title .information .type-shoes {
        padding-top: 0px;
    }
    .section-brand-v1 {
        padding-bottom: 30px;
    }
    .section-banner-v2 .title {
        top: 15.05%;
    }
    .section-banner-v2 .title h3 {
        max-width: 239px;
        font-size: 25px;
    }
    .section-countdown-v1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-countdown-v1 h3 {
        margin-bottom: 15px;
        font-size: 30px;
    }
    .section-countdown-v1 h6 {
        font-size: 30px;
        margin-bottom: 0;
    }
    .section-countdown-v1 .title p:first-child, .section-countdown-v1 .title p:nth-child(3) {
        font-size: 18px;
        line-height: 1.3;
    }
    .section-countdown-v1 .title p:first-child del, .section-countdown-v1 .title p:nth-child(3) del {
        font-size: 20px;
    }
    .section-countdown-v1 .title p:first-child span, .section-countdown-v1 .title p:nth-child(3) span {
        font-size: 25px;
    }
    .section-countdown-v1 .title p:nth-child(2) {
        font-size: 18px;
    }
    .section-countdown-v1 .text {
        font-size: 14px;
    }
    .section-countdown-v1 .skill-bar {
        width: 90%;
        margin-bottom: 25px;
    }
    .section-countdown-v1 .skill-bar .bar {
        height: 10px;
    }
    .section-countdown-v1 .countdown {
        margin-bottom: 22px;
    }
    .section-countdown-v1 .countdown .item {
        margin-right: 7px;
        width: 60px;
    }
    .section-countdown-v1 .countdown .number {
        font-size: 25px;
    }
    .section-countdown-v1 .countdown .times {
        font-size: 16px;
    }
    .section-countdown-v1 button {
        margin-bottom: 20px;
    }
    .section-banner-v3 .title {
        top: 16.92%;
    }
    .section-banner-v3 .title h3 {
        font-size: 35px;
        max-width: 250px;
        margin-bottom: 20px;
    }
    .section-banner-v3 .title p {
        font-size: 18px;
    }
    .section-newsletter-v1 .caption {
        padding-top: 60px;
    }
    .section-newsletter-v1 .caption h3 {
        font-size: 30px;
    }
    .section-newsletter-v1 .caption p {
        font-size: 16px;
    }
    .section-newsletter-v1 .caption form {
        width: 100%;
        padding: 0 15px 60px;
    }
    .section-newsletter-v1 .caption form input {
        padding: 20px 28px;
    }
    .section-footer {
        padding-top: 45px;
        padding-bottom: 0px;
    }
    .section-footer h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .section-footer ul li, .section-footer ul a {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .section-footer ul .list-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .section-copyright {
        font-size: 14px;
    }
    .section-copyright div div a {
        font-size: 14px;
    }
    .section-copyright .copyright2019 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section-copyright .copyright2019 ul {
        margin-top: 10px;
    }
    .section-copyright .copyright2019 ul li {
        margin-right: 27px;
        margin-left: 0;
    }
    .section-copyright .copyright2019 ul li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .section-slide-v1 .title .caption {
        top: 35%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0px;
        max-width: 196px;
    }
    .section-slide-v1 .title .caption h1 {
        font-size: 30px;
    }
    .section-slide-v1 .title .caption p {
        font-size: 18px;
    }
    .section-slide-v1 .title .shop-now {
        bottom: 80px;
        padding-right: 77px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .section-slide-v1 .slick-dots {
        bottom: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .section-slide-v1 .slick-dots li, .section-slide-v1 .slick-dots button {
        width: 8px;
        height: 8px;
    }
    .section-slide-v1 .slick-button {
        display: none !important;
    }
    .section-banner-v1 .banner02 img,
    .section-banner-v1 .banner03 img {
        height: 220px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .section-banner-v1 .banner02 .title h3,
    .section-banner-v1 .banner03 .title h3 {
        font-size: 25px;
    }
    .section-banner-v1 .banner02 .title p,
    .section-banner-v1 .banner03 .title p {
        font-size: 16px;
    }
    .section-banner-v1 .banner01,
    .section-banner-v1 .banner01-5,
    .section-banner-v1 .banner04 {
        padding: 0;
    }
    .section-banner-v1 .banner01 .title,
    .section-banner-v1 .banner01-5 .title,
    .section-banner-v1 .banner04 .title {
        bottom: 11.4228%;
    }
    .section-banner-v1 .banner01 .title h3,
    .section-banner-v1 .banner01-5 .title h3,
    .section-banner-v1 .banner04 .title h3 {
        font-size: 28px;
    }
    .section-banner-v1 .banner01 .title p,
    .section-banner-v1 .banner01-5 .title p,
    .section-banner-v1 .banner04 .title p {
        font-size: 18px;
    }
    .section-banner-v1 .banner02 .title {
        left: 3.92%;
        top: 17.11%;
    }
    .section-banner-v1 .banner02 .title p {
        margin-bottom: 10px;
    }
    .section-banner-v1 .banner02 .title h3 {
        margin-bottom: 2px;
        max-width: 220px;
    }
    .section-banner-v1 .banner03 .title {
        top: 17.79%;
        right: 3.92%;
    }
    .section-banner-v1 .banner03 .title h3 {
        margin-bottom: 10px;
        max-width: 160px;
    }
    .section-banner-v1 .banner03 .title p {
        margin-bottom: 0px;
    }
    .section-banner-v3 .title {
        top: 16.92%;
        left: 4.89%;
    }
    .section-banner-v3 .title h3 {
        font-size: 25px;
        max-width: 250px;
        margin-bottom: 10px;
    }
    .section-banner-v3 .title p {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .section-banner-v2 img {
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .section-banner-v2 .banner .title {
        right: 10px;
    }
    .section-banner-v2 .title {
        position: absolute;
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
    }
    .section-banner-v2 .title h3 {
        max-width: 239px;
        font-size: 25px;
    }
    .section-banner-v2 .title p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .section-countdown-v1 h6 {
        font-size: 25px;
        margin-bottom: 0;
    }
    .section-countdown-v1 .countdown .times {
        font-size: 15px;
    }
    .section-brand-v1 {
        margin-bottom: -20px;
    }
    .section-brand-v1 a {
        width: 125px;
    }
    .section-footer {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .section-product-v1 h3, .section-best-seller-h3 h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) {
    .header-destop {
        display: none;
    }
    .section-slide-v1 .slider-child .social {
        bottom: 30px;
        left: 15px;
    }
    .section-slide-v1 .slider-child .social a {
        font-size: 12px;
        margin-right: 10px;
    }
    .section-slide-v1 .slick-dots {
        right: 0;
    }
    .section-slide-v1 .title .caption {
        right: 15px;
        top: 13%;
    }
    .section-slide-v1 .title .caption h1 {
        font-size: 35px;
        max-width: 210px;
    }
    .section-slide-v1 .title .caption p {
        font-size: 20px;
    }
    .section-slide-v1 .title .shop-now {
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-slide-v1 .slick-dots {
        bottom: 55px;
        right: 1.06%;
    }
    .section-slide-v1 .slick-dots li, .section-slide-v1 .slick-dots button {
        width: 45px;
        height: 3px;
    }
    .section-slide-v1 .slick-button {
        width: 35px;
        height: 35px;
        top: 43%;
    }
    .section-slide-v1 .next {
        right: 15px;
    }
    .section-slide-v1 .prev {
        left: 15px;
    }
    .section-banner-v1 .banner02 h3,
    .section-banner-v1 .banner03 h3 {
        font-size: 23px;
        max-width: 321px;
    }
    .section-banner-v1 .banner02 p,
    .section-banner-v1 .banner03 p {
        font-size: 15px;
    }
    .section-banner-v1 .banner01,
    .section-banner-v1 .banner04 {
        padding: 0;
    }
    .section-banner-v1 .banner01 .title,
    .section-banner-v1 .banner04 .title {
        bottom: 16.78%;
    }
    .section-banner-v1 .banner01 .title h3,
    .section-banner-v1 .banner04 .title h3 {
        font-size: 23px;
    }
    .section-banner-v1 .banner01 .title p,
    .section-banner-v1 .banner04 .title p {
        font-size: 14px;
    }
    .section-banner-v1 .banner01-5 .title {
        bottom: 11.78%;
    }
    .section-banner-v1 .banner01-5 .title h3 {
        font-size: 23px;
    }
    .section-banner-v1 .banner01-5 .title p {
        font-size: 14px;
    }
    .section-banner-v1 .banner02 .title {
        top: 17.11%;
    }
    .section-banner-v1 .banner02 .title p {
        margin-bottom: 15px;
    }
    .section-banner-v1 .banner03 .title {
        top: 20.79%;
    }
    .section-banner-v1 .banner03 .title h3 {
        margin-bottom: 15px;
    }
    .section-banner-v1 .banner03 .title p {
        margin-bottom: 0px;
    }
    .section-product-v1 h3,
    .section-best-seller-h3 h3 {
        font-size: 40px;
    }
    .section-product-v1 .product .title .information .type-shoes,
    .section-best-seller-h3 .product .title .information .type-shoes {
        padding-top: 15px;
    }
    .section-brand-v1 {
        padding-bottom: 30px;
    }
    .section-banner-v2 .title {
        top: 15.05%;
    }
    .section-banner-v2 .title h3 {
        max-width: 223px;
        font-size: 25px;
    }
    .section-countdown-v1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-countdown-v1 h3 {
        margin-bottom: 15px;
        font-size: 35px;
    }
    .section-countdown-v1 h6 {
        font-size: 35px;
    }
    .section-countdown-v1 .title p:first-child {
        font-size: 23px;
    }
    .section-countdown-v1 .title p:nth-child(3) span {
        font-size: 35px;
    }
    .section-countdown-v1 .title p:nth-child(3) del {
        font-size: 25px;
    }
    .section-countdown-v1 .title p:nth-child(2) {
        font-size: 18px;
    }
    .section-countdown-v1 .text {
        font-size: 16px;
    }
    .section-countdown-v1 .skill-bar .bar {
        height: 15px;
    }
    .section-countdown-v1 .countdown {
        margin-bottom: 22px;
    }
    .section-countdown-v1 .countdown .item {
        margin-right: 13px;
        width: 70px;
    }
    .section-countdown-v1 .countdown .number {
        font-size: 30px;
    }
    .section-countdown-v1 .countdown .times {
        font-size: 16px;
    }
    .section-countdown-v1 button {
        margin-bottom: 20px;
    }
    .section-banner-v3 .title p {
        font-size: 18px;
    }
    .section-banner-v3 .title h3 {
        font-size: 40px;
        max-width: 300px;
        margin-bottom: 20px;
    }
    .section-newsletter-v1 .caption h3 {
        font-size: 40px;
    }
    .section-newsletter-v1 .caption p {
        font-size: 16px;
    }
    .section-newsletter-v1 .caption form {
        width: 70%;
    }
    .section-newsletter-v1 .caption form input {
        padding: 20px 28px;
    }
    .section-footer {
        padding-top: 113px;
        padding-bottom: 50px;
    }
    .section-footer h3 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .section-footer ul {
        margin-bottom: 20px;
    }
    .section-footer ul li {
        font-size: 16px;
    }
    .section-footer ul li a {
        font-size: 16px;
    }
    .section-footer ul .list-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .section-copyright {
        font-size: 16px;
    }
    .section-copyright .copyright2019 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section-copyright .copyright2019 ul {
        margin-top: 10px;
    }
    .section-copyright .copyright2019 ul li {
        margin-right: 27px;
        margin-left: 0;
    }
    .section-copyright .copyright2019 ul li a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .section-slide-v1 .slick-dots {
        right: 30px;
    }
    .section-slide-v1 .title .caption {
        right: 40px;
    }
    .section-slide-v1 .title .caption h1 {
        font-size: 50px;
        max-width: 300px;
    }
    .section-banner-v1 .banner02 .title h3,
    .section-banner-v1 .banner03 .title h3 {
        max-width: 298px;
        font-size: 30px;
    }
    .section-banner-v1 .banner02 .title p,
    .section-banner-v1 .banner03 .title p {
        font-size: 20px;
    }
    .section-banner-v1 .banner01 .title h3,
    .section-banner-v1 .banner04 .title h3 {
        font-size: 27px;
    }
    .section-banner-v1 .banner01 .title p,
    .section-banner-v1 .banner04 .title p {
        font-size: 20px;
        margin: 0;
    }
    .section-banner-v1 .banner03 .title {
        top: 17.79%;
    }
    .section-banner-v1 .banner03 .title p {
        margin-bottom: 0px;
    }
    .section-product-v1 h3,
    .section-best-seller-h3 h3 {
        font-size: 44px;
    }
    .section-banner-v2 .title h3 {
        font-size: 30px;
        max-width: 257px;
    }
    .section-banner-v2 .title p {
        font-size: 18px;
    }
    .section-banner-v3 .title {
        top: 23.92%;
        left: 4.89%;
    }
    .section-banner-v3 .title p {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .section-banner-v3 .title h3 {
        max-width: 277px;
        margin-bottom: 20px;
        font-size: 30px;
    }
    .section-footer {
        display: inherit;
        text-align: left;
    }
    .section-footer h3 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .section-footer ul .list-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .section-copyright .copyright2019 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .section-copyright .copyright2019 ul {
        margin-top: 0px;
    }
    .section-copyright .copyright2019 ul li {
        margin-left: 27px;
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    header .header-option .header-menu {
        border-right: 1px solid #fff;
    }
    header .header-option .header-dropdown {
        display: block;
    }
    header .header-search .search {
        padding: 0px 19px 0px 20px;
        border-right: 1px solid #fff;
    }
    .header-destop {
        display: block;
    }
    .menu-mobile {
        display: none;
    }
    .section-slide-v1 .slider-child .social {
        bottom: 40px;
    }
    .section-slide-v1 .title .caption {
        top: 22.9%;
    }
    .section-slide-v1 .title .caption h1 {
        font-size: 55px;
        max-width: 350px;
    }
    .section-slide-v1 .title .caption p {
        font-size: 20px;
    }
    .section-slide-v1 .title .shop-now {
        bottom: 40px;
    }
    .section-slide-v1 .title .slick-dots {
        bottom: 65px;
        right: 1.06%;
    }
    .section-slide-v1 .slick-button {
        width: 50px;
        height: 50px;
        top: 50%;
    }
    .section-banner-v2 .title {
        top: 15.05%;
    }
    .section-banner-v2 .title h3 {
        max-width: 300px;
        font-size: 35px;
    }
    .section-banner-v2 .title p {
        font-size: 22px;
    }
    .section-product-v1 .product .title .information h6, .section-product-v1 .product1 .title .information h6, .section-best-seller-h3 .product .title .information h6, .section-best-seller-h3 .product1 .title .information h6 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .dollar {
        font-size: 18px;
    }
    .section-countdown-v1 .countdown .item {
        width: 70px;
    }
    .section-countdown-v1 .countdown .number {
        font-size: 40px;
    }
    .section-footer h3 {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .product-slick-child {
        display: block;
    }
    .section-slide-v1 .slider-child .social {
        bottom: 30px;
        left: 30px;
    }
    .section-slide-v1 .slider-child .social a {
        font-size: 14px;
        margin-right: 21px;
    }
    .section-slide-v1 .title .caption {
        right: 10px;
    }
    .section-slide-v1 .title .caption h1 {
        font-size: 69px;
        max-width: 405px;
    }
    .section-slide-v1 .title .caption p {
        font-size: 23px;
    }
    .section-slide-v1 .prev {
        left: 30px;
        padding: 0;
    }
    .section-slide-v1 .next {
        right: 30px;
        padding: 0;
    }
    .section-banner-v1 .banner02 .title h3,
    .section-banner-v1 .banner03 .title h3 {
        max-width: 402px;
        font-size: 45px;
    }
    .section-banner-v1 .banner02 .title p,
    .section-banner-v1 .banner03 .title p {
        font-size: 23px;
    }
    .section-banner-v1 .banner01 .title h3,
    .section-banner-v1 .banner04 .title h3,
    .section-banner-v1 .banner01-5 .title h3 {
        font-size: 40px;
    }
    .section-banner-v1 .banner01 .title p,
    .section-banner-v1 .banner04 .title p,
    .section-banner-v1 .banner01-5 .title p {
        font-size: 23px;
    }
    .section-product-v1 h3,
    .section-best-seller-h3 h3 {
        font-size: 45px;
    }
    .section-banner-v2 .title h3 {
        max-width: 430px;
        font-size: 50px;
    }
    .section-banner-v2 .title p {
        font-size: 25px;
    }
    .section-countdown-v1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-countdown-v1 h3 {
        margin-bottom: 38px;
        font-size: 50px;
    }
    .section-countdown-v1 h6 {
        font-size: 50px;
    }
    .section-countdown-v1 .title p:first-child {
        font-size: 25px;
    }
    .section-countdown-v1 .title p:nth-child(3) {
        font-size: 48px;
    }
    .section-countdown-v1 .text {
        font-size: 18px;
    }
    .section-countdown-v1 .countdown {
        margin-bottom: 22px;
    }
    .section-countdown-v1 .countdown .number {
        font-size: 50px;
    }
    .section-countdown-v1 .countdown .times {
        font-size: 18px;
    }
    .section-countdown-v1 .countdown .item {
        margin-bottom: 20px;
        width: 90px;
    }
    .section-banner-v3 .title p {
        font-size: 25px;
    }
    .section-banner-v3 .title h3 {
        max-width: 390px;
        font-size: 50px;
    }
    .section-newsletter-v1 .caption form {
        width: 50%;
    }
    .section-newsletter-v1 .caption form input {
        padding: 20px 28px;
    }
    .section-newsletter-v1 .caption h3 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1600px) {
    .header-top {
        padding-top: 51px;
    }
    .section-slide-v1 .slider-child .social {
        bottom: 76px;
        left: 10.06%;
    }
    .section-slide-v1 .title .caption {
        top: 23.9%;
        right: 175px;
    }
    .section-slide-v1 .title .caption h1 {
        font-size: 100px;
        max-width: 584px;
    }
    .section-slide-v1 .title .caption p {
        font-size: 30px;
    }
    .section-slide-v1 .title .shop-now {
        bottom: 80px;
        left: 50%;
    }
    .section-slide-v1 .prev {
        left: 175px;
    }
    .section-slide-v1 .next {
        right: 175px;
    }
    .section-slide-v1 .slick-dots {
        bottom: 108px;
        right: 9.06%;
    }
    .section-banner-v1 .banner02 .title h3,
    .section-banner-v1 .banner03 .title h3 {
        max-width: 493px;
        font-size: 60px;
    }
    .section-banner-v1 .banner02 .title p,
    .section-banner-v1 .banner03 .title p {
        font-size: 30px;
    }
    .section-banner-v1 .banner01 .title h3,
    .section-banner-v1 .banner04 .title h3,
    .section-banner-v1 .banner01-5 .title h3 {
        font-size: 60px;
    }
    .section-banner-v1 .banner01 .title p,
    .section-banner-v1 .banner04 .title p,
    .section-banner-v1 .banner01-5 .title p {
        font-size: 30px;
    }
    .section-banner-v1 .banner01 .title {
        bottom: 14.78%;
    }
    .section-banner-v1 .banner02 .title {
        top: 25.11%;
        left: 7.92%;
    }
    .section-banner-v1 .banner02 .title h3 {
        margin-bottom: 3px;
    }
    .section-banner-v1 .banner02 .title p {
        margin-bottom: 38px;
    }
    .section-banner-v1 .banner03 .title {
        top: 25.79%;
        right: 14.3%;
    }
    .section-banner-v1 .banner03 .title h3 {
        margin-bottom: 36px;
    }
    .section-banner-v1 .banner04 .title {
        bottom: 13.78%;
    }
    .product-home1 {
        padding-top: 103px !important;
    }
    .section-product-v1,
    .section-best-seller-h3 {
        padding-top: 50px;
    }
    .section-product-v1 h3,
    .section-best-seller-h3 h3 {
        font-size: 60px;
        margin-bottom: 37px;
    }
    .section-product-v1 .product .title .information .type-shoes,
    .section-best-seller-h3 .product .title .information .type-shoes {
        padding-top: 25px;
    }
    .section-product-v1 .product .title .information h6, .section-product-v1 .product1 .title .information h6,
    .section-best-seller-h3 .product .title .information h6,
    .section-best-seller-h3 .product1 .title .information h6 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .section-product-v1 .product .title .information .dollar, .section-product-v1 .product1 .title .information .dollar,
    .section-best-seller-h3 .product .title .information .dollar,
    .section-best-seller-h3 .product1 .title .information .dollar {
        font-size: 20px;
    }
    .section-newsletter-v1 .caption form {
        width: 38%;
    }
    .section-newsletter-v1 .caption form input {
        padding: 25px 28px;
    }
    .section-brand-v1 {
        padding-bottom: 80px;
    }
    .section-brand-home1 {
        padding-top: 43px;
    }
    .section-banner-v2 .banner .title {
        top: 16.05%;
        right: 9.255%;
    }
    .section-banner-v2 .banner .title h3 {
        font-size: 60px;
        max-width: 530px;
    }
    .section-banner-v2 .banner .title p {
        font-size: 30px;
    }
    .section-countdown-v1 {
        padding-bottom: 124px;
        padding-top: 102px;
    }
    .section-countdown-v1 h3 {
        margin-bottom: 38px;
        font-size: 60px;
    }
    .section-countdown-v1 h6 {
        font-size: 60px;
        margin-bottom: -1px;
    }
    .section-countdown-v1 .title {
        margin-top: 85px;
    }
    .section-countdown-v1 .title p:first-child {
        font-size: 30px;
    }
    .section-countdown-v1 .title p:nth-child(3) {
        font-size: 60px;
    }
    .section-countdown-v1 .title p:nth-child(3) span {
        margin-right: 20px;
        font-size: 60px;
    }
    .section-countdown-v1 .title p:nth-child(3) del {
        font-size: 50px;
    }
    .section-countdown-v1 .countdown .item {
        width: 100px;
    }
    .section-countdown-v1 .countdown .number {
        font-size: 60px;
    }
    .section-banner-v3 .title {
        top: 27.92%;
        left: 9.89%;
    }
    .section-banner-v3 .title p {
        font-size: 30px;
        margin-bottom: -2px;
    }
    .section-banner-v3 .title h3 {
        max-width: 401px;
        font-size: 60px;
        margin-bottom: 36px;
    }
    .section-newsletter-v1 .caption {
        padding-top: 103px;
    }
    .section-newsletter-v1 .caption h3 {
        font-size: 60px;
        margin-bottom: 13px;
    }
    .section-newsletter-v1 .caption p {
        font-size: 18px;
        word-spacing: 1px;
    }
    .section-footer {
        padding-top: 113px;
    }
}

.header-v2 ul li a.top-nav-link {
    font-size: 20px;
    color: #fff;
    margin-right: 62px;
    padding: 60px 0;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.header-v2 ul li a.top-nav-link:hover, .header-v2 ul li a.top-nav-link:active, .header-v2 ul li a.top-nav-link:focus {
    color: #c90215;
    font-weight: bold;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.header-v2 ul li a.top-nav-link::after {
    content: '';
    height: 2px;
    width: 0;
    margin: 4px auto 0 auto;
    background: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: block;
}
.header-v2 ul li a.top-nav-link:hover::after {
    width: 100%;
    background: #c90215;
}

.header-v2 li {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.header-v2 li:hover .submenu-header {
    display: block;
    visibility: visible;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    top: 108px;
}
.header-v2 li:hover .submenu-header a.top-nav-link {
    color: #c90215;
    font-weight: bold;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

@media only screen and (max-width: 1200px) {
    .header-v2 ul li a.top-nav-link {
        font-size: 17px;
        padding: 30px 0;
        margin-right: 35px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-v2 ul li a.top-nav-link {
        font-size: 20px;
        padding: 35px 0;
        margin-right: 35px;
    }
}

.header-v2 .submenu-header {
    position: fixed;
    top: 125px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    padding-top: 44px;
    padding-bottom: 46px;
    display: none;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
@media only screen and (max-width: 1200px) {
    .header-v2 .submenu-header {
        top: 91px;
    }
}
@media only screen and (min-width: 1200px) {
    .header-v2 .submenu-header {
        top: 103px;
    }
}
@media only screen and (min-width: 1600px) {
    .header-v2 .submenu-header {
        top: 108px;
    }
}
.header-v2 .submenu-header ul.tabs li {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
}
.header-v2 .submenu-header ul.tabs .current {
    color: #c50215;
}
.header-v2 .submenu-header .tab-content {
    display: none;
    width: 100%;
}
.header-v2 .submenu-header .tab-content.current {
    display: inherit;
}
.header-v2 .submenu-header .img-banner {
    margin-top: 30px;
}
.header-v2 .submenu-header h4 {
    color: #222;
    font-weight: bold;
    margin-bottom: 18px;
}
.header-v2 .submenu-header ul {
    list-style: none;
}
.header-v2 .submenu-header ul a {
    font-size: 18px;
    color: #222;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.header-v2 .submenu-header ul a:hover, .header-v2 .submenu-header ul a:active {
    color: #c90215;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.header-v2 .submenu-header ul:first-child li {
    margin-bottom: 14px;
}
.header-v2 .submenu-header ul:first-child li a {
    font-size: 18px;
    font-weight: bold;
}
@media only screen and (min-width: 1200px) {
    .header-v2 .submenu-header {
        top: 108px;
    }
    .header-v2 .submenu-header h4 {
        font-size: 18px;
        font-weight: bold;
    }
    .header-v2 .submenu-header ul a {
        font-size: 15px;
    }
    .header-v2 .submenu-header ul:first-child li {
        margin-bottom: 5px;
        font-size: 18px;
    }
}
@media only screen and (min-width: 1600px) {
    .header-v2 .submenu-header {
        top: 136px;
    }
    .header-v2 .submenu-header h4 {
        font-size: 20px;
    }
    .header-v2 .submenu-header ul a {
        font-size: 18px;
        display: inline-block;
        padding-bottom: 15px;
    }
    .header-v2 .submenu-header ul:first-child li {
        margin-bottom: 14px;
    }
    .header-v2 .submenu-header ul:first-child li a {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 0;
    }
    .header-v2 .submenu-header .img-banne {
        margin-top: 40px;
    }
}

.header-v2 .nav .nav-item .nav-link:hover .submenu-header {
    display: block;
    visibility: visible;
}

.header-v2 .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}
.header-v2 .header-right form {
    max-width: 300px;
    width: 300px;
}
.header-v2 .header-right form .input-group {
    background: #d3b68c94;
    border-radius: 222px;
    max-width: 300px;
    width: 100%;
}
.header-v2 .header-right form .input-group input {
    padding: 25px 23px;
    border: none;
    border-radius: 100px 0 0 100px;
    background: none;
}
.header-v2 .header-right form .input-group input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-v2 .header-right form .input-group input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: .4;
}
.header-v2 .header-right form .input-group span {
    border: none;
    border-radius: 0 100px 100px 0;
    background: none;
    font-size: 20px;
    padding-right: 17px;
}
.header-v2 .header-right .search a {
    color: #fff;
    cursor: pointer;
}
.header-v2 .header-right .input-group-text i {
    color: #fff;
    cursor: pointer;
}
.header-v2 .header-right .cart {
    position: relative;
    padding-right: 9px;
    margin: 0 26px;
}
.header-v2 .header-right .cart .shopping-cart .lnr-cart {
    font-size: 20px;
}
.header-v2 .header-right .cart .number {
    font-size: 10px;
    width: 15px;
    height: 15px;
    background: #c90215;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.header-v2 .header-right .cart .number span {
    color: #fff;
}
.header-v2 .header-right .header-menu {
    cursor: pointer;
}

.section-slide-v2 {
    position: relative;
}
.section-slide-v2 .img-slider img {
    -webkit-transition: 5s linear;
    -o-transition: 5s linear;
    transition: 5s linear;
}
.section-slide-v2 .img-slider img.active {
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
}
.section-slide-v2 .title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-slide-v2 .title p {
    font-size: 30px;
}
.section-slide-v2 .title .sub-title {
    color: #fff;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s linear .6s;
    -o-transition: .5s linear .6s;
    transition: .5s linear .6s;
}
.section-slide-v2 .title h1 {
    font-size: 100px;
    font-weight: bold;
    margin-top: 9px;
    line-height: 1;
    color: #fff;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s linear 1s;
    -o-transition: .5s linear 1s;
    transition: .5s linear 1s;
}
.section-slide-v2 .title .content {
    color: #fff;
    margin-top: 3px;
    margin-bottom: 58px;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s linear 1s;
    -o-transition: .5s linear 1s;
    transition: .5s linear 1s;
}
.section-slide-v2 .title .btn-shop-now {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .5s linear 1s, visibility .5s linear 1s, background .3s, -webkit-transform .5s linear 1s;
    transition: opacity .5s linear 1s, visibility .5s linear 1s, background .3s, -webkit-transform .5s linear 1s;
    -o-transition: opacity .5s linear 1s, transform .5s linear 1s, visibility .5s linear 1s, background .3s;
    transition: opacity .5s linear 1s, transform .5s linear 1s, visibility .5s linear 1s, background .3s;
    transition: opacity .5s linear 1s, transform .5s linear 1s, visibility .5s linear 1s, background .3s, -webkit-transform .5s linear 1s;
}
.section-slide-v2 .title.active .sub-title, .section-slide-v2 .title.active h1, .section-slide-v2 .title.active .content, .section-slide-v2 .title.active .btn-shop-now {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
}
.section-slide-v2 .slick-button2 {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-slide-v2 .slick-button2 .arrow {
    font-size: 14px;
    color: #fff;
}
.section-slide-v2 .slick-button2:hover, .section-slide-v2 .slick-button2:focus {
    background: #fff;
}
.section-slide-v2 .slick-button2:hover .arrow, .section-slide-v2 .slick-button2:focus .arrow {
    color: #c53341;
}
.section-slide-v2 .prev2, .section-slide-v2 .next2 {
    position: absolute;
    bottom: 19.9593%;
    z-index: 1;
    background: none;
    left: 10.06%;
}
.section-slide-v2 .slick-dots {
    position: absolute;
    bottom: 7.7012%;
    right: 10.06%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.section-slide-v2 .slick-dots li {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.section-slide-v2 .slick-dots button {
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    border-radius: 50%;
    background-color: #d3b68c94;
    margin: 0 10px;
}
.section-slide-v2 .slick-dots button::before {
    display: none;
}
.section-slide-v2 .slick-dots li.slick-active button {
    background-color: #fff;
}
.section-slide-v2 .slick-dots li.slick-active button::before {
    display: none;
}
.section-slide-v2 .slick-dots li.slick-active li::before {
    color: #fff;
}
.section-slide-v2 .slick-dots li::before {
    display: none;
}
.section-slide-v2 .slick-dots li.slick-active li::before {
    color: #fff;
}
.section-slide-v2 .slick-child-header-h2 {
    position: absolute;
    bottom: 130px;
    right: 10.06%;
    max-width: 387px;
    padding-right: 69px;
    background: #222;
}
.section-slide-v2 .slick-child-header-h2 .arrow-right-slider-v2 {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #eaeaea;
    font-size: 18px;
    cursor: pointer;
}
.section-slide-v2 .slick-child-header-h2 .slick-prev:before {
    display: none;
}

.footer-home2 {
    background: #111;
    border-bottom: 1px solid #222;
}

.image-show {
    position: relative;
}

.image-title {
    padding: 10px 30px 0;
    display: none;
}
.image-title .product-title {
    margin: 0 5px;
    border-bottom: 3px solid #fff;
    position: relative;
}
.image-title .product-title:focus {
    border-bottom: 3px solid #d13544;
}
.image-title button.slick-prev {
    left: 2px;
    z-index: 1;
    color: #6c6c6c;
}
.image-title button.slick-next {
    right: 2px;
    z-index: 1;
}
.image-title .arrow-left-slider-v2 {
    position: absolute;
    top: 45%;
    left: 5px;
    font-size: 20px;
}
.image-title .arrow-left-slider-v2:active {
    color: #d13544;
}
.image-title .arrow-right-slider-v2 {
    position: absolute;
    top: 45%;
    right: 5px;
    font-size: 20px;
    cursor: pointer;
}
.image-title .arrow-right-slider-v2:focus {
    color: #d13544;
}

.section-brand-home2 {
    margin-top: 95px;
}

.section-banner-v1-page2 {
    padding-bottom: 120px;
}
.section-banner-v1-page2 .banner01 {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.section-banner-v1-page2 .banner01 .title {
    position: absolute;
    bottom: 4.4012%;
}
.section-banner-v1-page2 .banner01 .title h3, .section-banner-v1-page2 .banner01 .title p {
    color: #fff;
}
.section-banner-v1-page2 .banner02 {
    position: relative;
    overflow: hidden;
}
.section-banner-v1-page2 .banner02 .title {
    position: absolute;
    top: 24.0816%;
    right: 6%;
}
.section-banner-v1-page2 .banner02 .title h3 {
    color: #fff;
}
.section-banner-v1-page2 .banner02 .title h6 {
    margin-bottom: 57px;
    color: #fff;
}
.section-banner-v1-page2 .banner02 .title p {
    color: #fff;
}
.section-banner-v1-page2 .banner03 {
    background: #f4f4f4;
    overflow: hidden;
}
.section-banner-v1-page2 .banner03 .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.section-banner-v1-page2 .banner03 .title p {
    margin-bottom: 30px;
}
.section-banner-v1-page2 .banner04 .title {
    position: absolute;
    top: 15.306%;
    overflow: hidden;
}
.section-banner-v1-page2 .banner04 .title h3 {
    margin-top: 15px;
    color: #fff;
}
.section-banner-v1-page2 .banner04 .title p {
    color: #fff;
}
.section-banner-v1-page2 .col-50 {
    width: 50%;
    position: relative;
}

.section-countdown-v2 {
    background-position: center center;
    background-size: cover;
    padding-top: 120px;
    background: #f7f6f4;
}
.section-countdown-v2 .countdown-img {
    margin-top: -50px;
}
.section-countdown-v2 .image img {
    position: relative;
}
.section-countdown-v2 .slick-dotted .slick-slider {
    margin-bottom: 0;
}
.section-countdown-v2 .countdown-home2 .slick-dots li button:before {
    font-size: 18px;
    color: #222;
}
.section-countdown-v2 .countdown-home2 .slick-dots {
    bottom: -25px;
}
.section-countdown-v2 .point-v21, .section-countdown-v2 .point-v22, .section-countdown-v2 .point-v23, .section-countdown-v2 .point-v24 {
    position: absolute;
}
.section-countdown-v2 .point-v21 .content-popup, .section-countdown-v2 .point-v22 .content-popup, .section-countdown-v2 .point-v23 .content-popup, .section-countdown-v2 .point-v24 .content-popup {
    position: absolute;
    visibility: hidden;
    z-index: 1;
    min-width: 276px;
    padding: 10px 15px;
    -webkit-transform: translateY(-153%);
    -ms-transform: translateY(-153%);
    transform: translateY(-153%);
    background: #cdedff;
    border-radius: 10px;
    color: 222;
}
.section-countdown-v2 .point-v21 .content-popup::before, .section-countdown-v2 .point-v22 .content-popup::before, .section-countdown-v2 .point-v23 .content-popup::before, .section-countdown-v2 .point-v24 .content-popup::before {
    left: 24px;
    top: calc(115% - 20px);
    content: '';
    position: absolute;
    z-index: 5;
    border: 7px solid transparent;
    border-top: 13px solid #cdedff;
}
.section-countdown-v2 .point-v21 .content-popup h6, .section-countdown-v2 .point-v22 .content-popup h6, .section-countdown-v2 .point-v23 .content-popup h6, .section-countdown-v2 .point-v24 .content-popup h6 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
}
.section-countdown-v2 .point-v21 .content-popup p, .section-countdown-v2 .point-v22 .content-popup p, .section-countdown-v2 .point-v23 .content-popup p, .section-countdown-v2 .point-v24 .content-popup p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 576px) {
    .section-countdown-v2 .point-v21 .content-popup, .section-countdown-v2 .point-v22 .content-popup, .section-countdown-v2 .point-v23 .content-popup, .section-countdown-v2 .point-v24 .content-popup {
        min-width: 237px;
    }
    .section-countdown-v2 .point-v21 .content-popup h6, .section-countdown-v2 .point-v22 .content-popup h6, .section-countdown-v2 .point-v23 .content-popup h6, .section-countdown-v2 .point-v24 .content-popup h6 {
        font-size: 18px;
    }
    .section-countdown-v2 .point-v21 .content-popup p, .section-countdown-v2 .point-v22 .content-popup p, .section-countdown-v2 .point-v23 .content-popup p, .section-countdown-v2 .point-v24 .content-popup p {
        font-size: 15px;
    }
}
.section-countdown-v2 .point-v21 .content-popup .box, .section-countdown-v2 .point-v22 .content-popup .box, .section-countdown-v2 .point-v23 .content-popup .box, .section-countdown-v2 .point-v24 .content-popup .box {
    position: absolute;
    min-width: 276px;
    padding: 10px 15px;
    -webkit-transform: translateY(-153%);
    -ms-transform: translateY(-153%);
    transform: translateY(-153%);
    background: #cdedff;
    border-radius: 10px;
    color: 222;
}
.section-countdown-v2 .point-v21 .content-popup .box::before, .section-countdown-v2 .point-v22 .content-popup .box::before, .section-countdown-v2 .point-v23 .content-popup .box::before, .section-countdown-v2 .point-v24 .content-popup .box::before {
    left: 24px;
    top: calc(115% - 20px);
    content: '';
    position: absolute;
    z-index: 5;
    border: 7px solid transparent;
    border-top: 13px solid #cdedff;
}
.section-countdown-v2 .point-v21 .content-popup .box h6, .section-countdown-v2 .point-v22 .content-popup .box h6, .section-countdown-v2 .point-v23 .content-popup .box h6, .section-countdown-v2 .point-v24 .content-popup .box h6 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
}
.section-countdown-v2 .point-v21 .content-popup .box p, .section-countdown-v2 .point-v22 .content-popup .box p, .section-countdown-v2 .point-v23 .content-popup .box p, .section-countdown-v2 .point-v24 .content-popup .box p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 576px) {
    .section-countdown-v2 .point-v21 .content-popup .box, .section-countdown-v2 .point-v22 .content-popup .box, .section-countdown-v2 .point-v23 .content-popup .box, .section-countdown-v2 .point-v24 .content-popup .box {
        min-width: 237px;
    }
    .section-countdown-v2 .point-v21 .content-popup .box h6, .section-countdown-v2 .point-v22 .content-popup .box h6, .section-countdown-v2 .point-v23 .content-popup .box h6, .section-countdown-v2 .point-v24 .content-popup .box h6 {
        font-size: 18px;
    }
    .section-countdown-v2 .point-v21 .content-popup .box p, .section-countdown-v2 .point-v22 .content-popup .box p, .section-countdown-v2 .point-v23 .content-popup .box p, .section-countdown-v2 .point-v24 .content-popup .box p {
        font-size: 15px;
    }
}
.section-countdown-v2 .point-v21:hover .content-popup, .section-countdown-v2 .point-v22:hover .content-popup, .section-countdown-v2 .point-v23:hover .content-popup, .section-countdown-v2 .point-v24:hover .content-popup {
    visibility: visible;
}
.section-countdown-v2 .point-v21 {
    top: -2%;
    left: 29%;
}
@media screen and (max-width: 576px) {
    .section-countdown-v2 .point-v21 .content-popup .box {
        -webkit-transform: translate(-22%, -154%);
        -ms-transform: translate(-22%, -154%);
        transform: translate(-22%, -154%);
    }
    .section-countdown-v2 .point-v21 .content-popup .box::before {
        left: 24%;
        top: 45px;
    }
}
.section-countdown-v2 .point-v21 .content-popup, .section-countdown-v2 .point-v22 .content-popup {
    position: absolute;
    visibility: hidden;
    z-index: 1;
    min-width: 276px;
    padding: 10px 15px;
    -webkit-transform: translateY(-153%);
    -ms-transform: translateY(-153%);
    transform: translateY(-153%);
    background: #cdedff;
    border-radius: 10px;
    color: 222;
}
.section-countdown-v2 .point-v21 .content-popup::before, .section-countdown-v2 .point-v22 .content-popup::before {
    left: 24px;
    top: calc(115% - 20px);
    content: '';
    position: absolute;
    z-index: 5;
    border: 7px solid transparent;
    border-top: 13px solid #cdedff;
}
.section-countdown-v2 .point-v21 .content-popup h6, .section-countdown-v2 .point-v22 .content-popup h6 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
}
.section-countdown-v2 .point-v21 .content-popup p, .section-countdown-v2 .point-v22 .content-popup p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 576px) {
    .section-countdown-v2 .point-v21 .content-popup, .section-countdown-v2 .point-v22 .content-popup {
        min-width: 237px;
    }
    .section-countdown-v2 .point-v21 .content-popup h6, .section-countdown-v2 .point-v22 .content-popup h6 {
        font-size: 18px;
    }
    .section-countdown-v2 .point-v21 .content-popup p, .section-countdown-v2 .point-v22 .content-popup p {
        font-size: 15px;
    }
}
.section-countdown-v2 .point-v21 .box, .section-countdown-v2 .point-v22 .box {
    position: absolute;
    min-width: 276px;
    padding: 10px 15px;
    -webkit-transform: translateY(-153%);
    -ms-transform: translateY(-153%);
    transform: translateY(-153%);
    background: #cdedff;
    border-radius: 10px;
    color: 222;
}
.section-countdown-v2 .point-v21 .box::before, .section-countdown-v2 .point-v22 .box::before {
    left: 24px;
    top: calc(115% - 20px);
    content: '';
    position: absolute;
    z-index: 5;
    border: 7px solid transparent;
    border-top: 13px solid #cdedff;
}
.section-countdown-v2 .point-v21 .box h6, .section-countdown-v2 .point-v22 .box h6 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
}
.section-countdown-v2 .point-v21 .box p, .section-countdown-v2 .point-v22 .box p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 576px) {
    .section-countdown-v2 .point-v21 .box, .section-countdown-v2 .point-v22 .box {
        min-width: 237px;
    }
    .section-countdown-v2 .point-v21 .box h6, .section-countdown-v2 .point-v22 .box h6 {
        font-size: 18px;
    }
    .section-countdown-v2 .point-v21 .box p, .section-countdown-v2 .point-v22 .box p {
        font-size: 15px;
    }
}
.section-countdown-v2 .point-v22 {
    left: 2%;
    top: 18%;
}
.section-countdown-v2 .point-v24 .content-popup, .section-countdown-v2 .point-v23 .content-popup {
    right: 0;
}
.section-countdown-v2 .point-v24 .content-popup:after, .section-countdown-v2 .point-v23 .content-popup:after {
    left: 80% !important;
}
.section-countdown-v2 .point-v24 .box, .section-countdown-v2 .point-v23 .box {
    -webkit-transform: translate(-100%, -150%);
    -ms-transform: translate(-100%, -150%);
    transform: translate(-100%, -150%);
}
.section-countdown-v2 .point-v24 .content-popup, .section-countdown-v2 .point-v23 .content-popup {
    position: absolute;
    visibility: hidden;
    z-index: 1;
    min-width: 276px;
    padding: 10px 15px;
    -webkit-transform: translateY(-153%);
    -ms-transform: translateY(-153%);
    transform: translateY(-153%);
    background: #cdedff;
    border-radius: 10px;
    color: 222;
}
.section-countdown-v2 .point-v24 .content-popup::before, .section-countdown-v2 .point-v23 .content-popup::before {
    left: 80%;
    top: calc(115% - 20px);
    content: '';
    position: absolute;
    z-index: 5;
    border: 7px solid transparent;
    border-top: 13px solid #cdedff;
}
.section-countdown-v2 .point-v24 .content-popup h6, .section-countdown-v2 .point-v23 .content-popup h6 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
}
.section-countdown-v2 .point-v24 .content-popup p, .section-countdown-v2 .point-v23 .content-popup p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 576px) {
    .section-countdown-v2 .point-v24 .content-popup, .section-countdown-v2 .point-v23 .content-popup {
        min-width: 237px;
    }
    .section-countdown-v2 .point-v24 .content-popup h6, .section-countdown-v2 .point-v23 .content-popup h6 {
        font-size: 18px;
    }
    .section-countdown-v2 .point-v24 .content-popup p, .section-countdown-v2 .point-v23 .content-popup p {
        font-size: 15px;
    }
}
.section-countdown-v2 .point-v24 .box, .section-countdown-v2 .point-v23 .box {
    position: absolute;
    min-width: 276px;
    padding: 10px 15px;
    -webkit-transform: translateY(-153%);
    -ms-transform: translateY(-153%);
    transform: translateY(-153%);
    background: #cdedff;
    border-radius: 10px;
    color: 222;
}
.section-countdown-v2 .point-v24 .box::before, .section-countdown-v2 .point-v23 .box::before {
    top: calc(115% - 20px);
    content: '';
    position: absolute;
    z-index: 5;
    border: 7px solid transparent;
    border-top: 13px solid #cdedff;
}
.section-countdown-v2 .point-v24 .box h6, .section-countdown-v2 .point-v23 .box h6 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
}
.section-countdown-v2 .point-v24 .box p, .section-countdown-v2 .point-v23 .box p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 576px) {
    .section-countdown-v2 .point-v24 .box, .section-countdown-v2 .point-v23 .box {
        min-width: 237px;
    }
    .section-countdown-v2 .point-v24 .box h6, .section-countdown-v2 .point-v23 .box h6 {
        font-size: 18px;
    }
    .section-countdown-v2 .point-v24 .box p, .section-countdown-v2 .point-v23 .box p {
        font-size: 15px;
    }
}
.section-countdown-v2 .point-v23 {
    top: 28%;
    right: 30%;
}
@media only screen and (max-width: 576px) {
    .section-countdown-v2 .point-v23 .content-popup, .section-countdown-v2 .point-v23 .box {
        left: 10px !important;
        -webkit-transform: translate(-77%, -150%);
        -ms-transform: translate(-77%, -150%);
        transform: translate(-77%, -150%);
    }
    .section-countdown-v2 .point-v23 .content-popup::before, .section-countdown-v2 .point-v23 .box::before {
        right: 25%;
    }
}
.section-countdown-v2 .point-v24 {
    bottom: 38%;
    right: 3%;
}
@media only screen and (max-width: 576px) {
    .section-countdown-v2 .point-v24 .content-popup {
        left: -100px;
    }
}
.section-countdown-v2 .hot-deal {
    font-family: "Barlow", sans-serif;
    padding-bottom: 182px;
}
.section-countdown-v2 .hot-deal h3 {
    color: #222;
}
.section-countdown-v2 .hot-deal h3:first-child {
    margin-bottom: 40px;
}
.section-countdown-v2 .hot-deal .countdown .item {
    display: inline-block;
    margin-right: 34px;
}
.section-countdown-v2 .hot-deal .countdown .item:last-child {
    margin-right: 0;
}
.section-countdown-v2 .hot-deal .countdown .item span {
    font-size: 100px;
    font-weight: bold;
    color: #222;
    display: inline-block;
    text-align: center;
}
.section-countdown-v2 .hot-deal .countdown .item b {
    color: #222;
}
.section-countdown-v2 .hot-deal .countdown .item .text {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #222;
    margin-top: 10px;
    text-transform: capitalize;
    padding-left: 15%;
}
.section-countdown-v2 .hot-deal del {
    font-size: 48px;
    color: #222;
    margin-top: 15px;
    margin-left: 26px;
}
.section-countdown-v2 .hot-deal a {
    margin-top: 35px;
}
.section-countdown-v2 .countdown-slick-title {
    padding: 0 30px;
}
.section-countdown-v2 .countdown-slick-title button.slick-prev, .section-countdown-v2 .countdown-slick-title button.slick-next {
    z-index: 1;
    color: #6c6c6c;
}
.section-countdown-v2 .countdown-slick-title button.slick-prev {
    left: 2px;
}
.section-countdown-v2 .countdown-slick-title button.slick-next {
    right: 2px;
}
.section-countdown-v2 .countdown-slick-title .arrow-left-slider-v2, .section-countdown-v2 .countdown-slick-title .arrow-right-slider-v2 {
    position: absolute;
    top: 45%;
    font-size: 20px;
    color: #6c6c6c;
}
.section-countdown-v2 .countdown-slick-title .arrow-left-slider-v2:focus, .section-countdown-v2 .countdown-slick-title .arrow-right-slider-v2:focus {
    color: #c0172e;
}
.section-countdown-v2 .countdown-slick-title .arrow-left-slider-v2 {
    left: 5px;
}
.section-countdown-v2 .countdown-slick-title .arrow-right-slider-v2 {
    right: 5px;
}
.section-countdown-v2 .countdown-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-support-v1 {
    padding-top: 121px;
}
.section-support-v1 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #f4f4f4;
    padding-top: 51px;
    padding-bottom: 50px;
    margin-bottom: 15px;
    padding-left: 10px;
}
.section-support-v1 .box .icon {
    font-size: 30px;
    line-height: 30px;
    margin-right: 19px;
}
.section-support-v1 .box .content p {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    color: #222;
    font-weight: bold;
}
.section-support-v1 .box .content span {
    font-family: "Roboto", sans-serif;
    color: #c90215;
    font-size: 18px;
}
@media only screen and (max-width: 1600px) {
    .section-support-v1 .box .content span {
        font-size: 15px;
    }
}

.section-instagram-v1 {
    padding-top: 105px;
    padding-bottom: 120px;
    position: relative;
}
.section-instagram-v1 .title {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    font-family: "Barlow", sans-serif;
    padding-bottom: 30px;
}
.section-instagram-v1 .title h3 {
    color: #222;
    padding-bottom: 30px;
}
.section-instagram-v1 .title a {
    font-size: 20px;
    color: #888;
}
.section-instagram-v1 .title a:hover {
    color: #c90215;
}
.section-instagram-v1 .img-insta {
    position: relative;
    overflow: hidden;
}
.section-instagram-v1 .img-insta img {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-instagram-v1 .img-insta .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.7;
    top: 0;
    left: 0;
    display: none;
}
.section-instagram-v1 .img-insta .icon-insta {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 48px;
}
.section-instagram-v1 .img-insta .icon-insta i {
    color: #fff;
}
.section-instagram-v1 .img-insta .icon-insta i:hover {
    color: var(--main-light);
}
.section-instagram-v1 .img-insta:hover .overlay {
    display: block;
}
.section-instagram-v1 .img-insta:hover .icon-insta {
    display: block;
}
.section-instagram-v1 .img-insta:hover .img-hover {
    -webkit-transform: scale(1.225, 1.225);
    -ms-transform: scale(1.225, 1.225);
    transform: scale(1.225, 1.225);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

@media only screen and (max-width: 576px) {
    .section-slide-v2 .title {
        padding-top: 50px;
    }
    .section-slide-v2 .title p {
        font-size: 18px;
    }
    .section-slide-v2 .title p:nth-child(3) {
        margin-bottom: 25px;
        margin-top: 10px;
    }
    .section-slide-v2 .title h1 {
        font-size: 30px;
    }
    .section-slide-v2 .slick-button2 {
        display: none !important;
    }
    .section-slide-v2 .slick-dots {
        right: 3.06%;
    }
    .section-slide-v2 .slick-dots button {
        width: 10px;
        height: 10px;
    }
    .section-slide-v2 .slick-child-header-h2 {
        display: none;
    }
    .section-brand-home2 {
        margin-top: 0;
    }
    .section-banner-v1-page2 {
        padding-bottom: 30px;
    }
    .section-banner-v1-page2 .banner01 .title {
        bottom: 8.4012%;
    }
    .section-banner-v1-page2 .banner01 .title h3 {
        font-size: 40px;
    }
    .section-banner-v1-page2 .banner01 .title p {
        font-size: 22px;
    }
    .section-banner-v1-page2 .banner02 .title h3 {
        font-size: 30px;
    }
    .section-banner-v1-page2 .banner02 .title h6 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .section-banner-v1-page2 .banner02 .title p {
        font-size: 18px;
    }
    .section-banner-v1-page2 .banner03 .title {
        padding: 50px;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
    }
    .section-banner-v1-page2 .banner03 .title p {
        font-size: 14px;
    }
    .section-banner-v1-page2 .banner03 .title h3 {
        font-size: 35px;
    }
    .section-banner-v1-page2 .banner03 .title h6 {
        font-size: 22px;
    }
    .section-banner-v1-page2 .banner03 .title a {
        margin: 0 auto;
    }
    .section-banner-v1-page2 .banner04 .title {
        top: 15.306%;
    }
    .section-banner-v1-page2 .banner04 .title h3 {
        margin-top: 0px;
        font-size: 35px;
    }
    .section-banner-v1-page2 .banner04 .title p {
        font-size: 22px;
    }
    .section-banner-v1-page2 .col-50 {
        width: 100%;
        position: relative;
    }
    .section-countdown-v2 {
        padding-top: 100px;
    }
    .section-countdown-v2 .point-v24 {
        bottom: 17%;
    }
    .section-countdown-v2 .hot-deal {
        padding-bottom: 100px;
    }
    .section-countdown-v2 .hot-deal h3 {
        font-size: 40px;
    }
    .section-countdown-v2 .hot-deal h3:first-child {
        margin-bottom: 40px;
    }
    .section-countdown-v2 .hot-deal .countdown .item {
        margin-right: 34px;
    }
    .section-countdown-v2 .hot-deal .countdown .item span {
        font-size: 40px;
    }
    .section-countdown-v2 .hot-deal .countdown .item b {
        font-size: 40px;
    }
    .section-countdown-v2 .hot-deal .dollar span {
        font-size: 40px;
    }
    .section-countdown-v2 .hot-deal del {
        font-size: 30px;
    }
    .section-countdown-v2 .hot-deal a {
        margin-top: 35px;
    }
    .section-support-v1 {
        padding-top: 30px;
    }
    .section-support-v1 h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .section-slide-v2 .title {
        padding-top: 0px;
    }
    .section-slide-v2 .title p {
        font-size: 18px;
    }
    .section-slide-v2 .title p:nth-child(3) {
        display: none;
        margin-bottom: 25px;
        margin-top: 10px;
    }
    .section-slide-v2 .title h1 {
        font-size: 28px;
        max-width: 218px;
        padding-bottom: 30px;
        margin-top: 0;
    }
    .section-slide-v2 .slick-dots {
        right: 5.06%;
    }
    .section-slide-v2 .slick-dots li, .section-slide-v2 .slick-dots button {
        width: 10px;
        height: 10px;
        margin: 4px;
    }
    .section-slide-v2 .slick-child-header-h2 {
        display: none;
    }
    .section-product-v1 {
        padding-top: 20px;
    }
    .section-banner-v1-page2 .banner02 .title {
        top: 17.0816%;
    }
    .section-banner-v1-page2 .banner02 .title h3 {
        font-size: 25px;
    }
    .section-banner-v1-page2 .banner02 .title h6 {
        font-size: 16px;
    }
    .section-banner-v1-page2 .banner01 .title {
        bottom: 3.4012%;
    }
    .section-banner-v1-page2 .banner01 .title h3 {
        font-size: 30px;
    }
    .section-banner-v1-page2 .banner01 .title p {
        font-size: 20px;
    }
    .section-banner-v1-page2 .banner02 .title {
        right: 4%;
    }
    .section-banner-v1-page2 .banner02 .title h3 {
        font-size: 23px;
        margin-bottom: 0;
    }
    .section-banner-v1-page2 .banner02 .title h6 {
        margin-bottom: 11px;
        font-size: 16px;
    }
    .section-banner-v1-page2 .banner02 .title p {
        font-size: 16px;
    }
    .section-banner-v1-page2 .banner02 img {
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 36%;
        object-position: 36%;
    }
    .section-banner-v1-page2 .banner03 .title {
        padding: 30px 20px;
    }
    .section-banner-v1-page2 .banner03 .title p {
        font-size: 14px;
    }
    .section-banner-v1-page2 .banner03 .title h3 {
        font-size: 30px;
    }
    .section-banner-v1-page2 .banner03 .title h6 {
        font-size: 20px;
    }
    .section-banner-v1-page2 .banner03 .title a {
        margin: 0 auto;
    }
    .section-banner-v1-page2 .banner04 .title {
        top: 20px;
    }
    .section-banner-v1-page2 .banner04 .title h3 {
        margin-top: 0px;
        font-size: 30px;
    }
    .section-banner-v1-page2 .banner04 .title p {
        font-size: 22px;
    }
    .section-countdown-v2 {
        padding-top: 0;
    }
    .section-countdown-v2 .point-v21 {
        top: 8%;
    }
    .section-countdown-v2 .point-v22 {
        top: 33%;
        left: 21%;
    }
    .section-countdown-v2 .point-v23 {
        top: 37%;
        right: 23%;
    }
    .section-countdown-v2 .point-v24 {
        bottom: 20%;
        right: 40%;
    }
    .section-countdown-v2 .point-v24 .content-popup {
        bottom: -100px !important;
    }
    .section-countdown-v2 .hot-deal {
        padding-bottom: 30px;
    }
    .section-countdown-v2 .hot-deal h3 {
        font-size: 26px;
    }
    .section-countdown-v2 .hot-deal h3:first-child {
        margin-bottom: 10px;
    }
    .section-countdown-v2 .hot-deal h3:nth-child(3) {
        margin-bottom: 0;
    }
    .section-countdown-v2 .hot-deal .countdown .item {
        margin-right: 5px;
    }
    .section-countdown-v2 .hot-deal .countdown .item:last-child {
        margin-right: 0;
    }
    .section-countdown-v2 .hot-deal .countdown .item span {
        font-size: 35px;
        width: 50px;
    }
    .section-countdown-v2 .hot-deal .countdown .item b {
        font-size: 35px;
        margin-left: 5px;
    }
    .section-countdown-v2 .hot-deal .countdown .item .text {
        font-size: 15px;
        padding-top: 0px;
        margin-top: -4px;
        margin-bottom: 0;
    }
    .section-countdown-v2 .hot-deal del {
        font-size: 25px;
    }
    .section-countdown-v2 .hot-deal .dollar span {
        font-size: 30px;
    }
    .section-countdown-v2 .countdown-home2 .slick-dots li {
        width: 10px;
    }
    .section-countdown-v2 .countdown-home2 .slick-dots li button:before {
        font-size: 12px;
    }
    .section-countdown-v2 .countdown-slick-title .arrow-left-slider-v2,
    .section-countdown-v2 .countdown-slick-title .arrow-right-slider-v2 {
        font-size: 14px;
    }
    .section-countdown-v2 .countdown-img {
        margin-top: 35px;
    }
    .section-support-v1 .box {
        padding-top: 26px;
        padding-bottom: 28px;
    }
    .section-instagram-v1 {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) {
    .section-slide-v2 .title {
        padding-top: 50px;
    }
    .section-slide-v2 .title p {
        font-size: 18px;
    }
    .section-slide-v2 .title p:nth-child(3) {
        margin-bottom: 25px;
        margin-top: 10px;
    }
    .section-slide-v2 .title h1 {
        font-size: 35px;
        max-width: 305px;
    }
    .section-slide-v2 .slick-button2 {
        display: none;
    }
    .section-slide-v2 .prev2, .section-slide-v2 .next2 {
        display: none !important;
    }
    .section-slide-v2 .slick-dots {
        right: 20px;
    }
    .section-slide-v2 .slick-dots button {
        width: 10px;
        height: 10px;
    }
    .section-slide-v2 .slick-dots li {
        margin: 0;
    }
    .section-slide-v2 .slick-child-header-h2 {
        display: none;
    }
    .section-brand-home2 {
        margin-top: 60px;
        padding: 0;
    }
    .section-banner-v1-page2 {
        padding-bottom: 30px;
    }
    .section-banner-v1-page2 .banner01 .title {
        bottom: 8.4012%;
    }
    .section-banner-v1-page2 .banner01 .title h3 {
        font-size: 40px;
    }
    .section-banner-v1-page2 .banner01 .title p {
        font-size: 22px;
    }
    .section-banner-v1-page2 .banner02 .title h3 {
        font-size: 30px;
    }
    .section-banner-v1-page2 .banner02 .title h6 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .section-banner-v1-page2 .banner02 .title p {
        font-size: 18px;
    }
    .section-banner-v1-page2 .banner03 .title {
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .section-banner-v1-page2 .banner03 .title p {
        font-size: 14px;
    }
    .section-banner-v1-page2 .banner03 .title h3 {
        font-size: 35px;
    }
    .section-banner-v1-page2 .banner03 .title h6 {
        font-size: 22px;
    }
    .section-banner-v1-page2 .banner03 .title a {
        margin: 0 auto;
    }
    .section-banner-v1-page2 .banner04 .title {
        top: 15.306%;
    }
    .section-banner-v1-page2 .banner04 .title h3 {
        margin-top: 0px;
        font-size: 40px;
    }
    .section-banner-v1-page2 .banner04 .title p {
        font-size: 22px;
    }
    .section-banner-v1-page2 .col-50 {
        width: 50%;
        position: relative;
    }
    .section-countdown-v2 {
        padding-top: 0px;
    }
    .section-countdown-v2 .countdown-home2 .slick-dots li button:before {
        font-size: 14px;
    }
    .section-countdown-v2 .countdown-home2 .slick-dots {
        bottom: -25px;
    }
    .section-countdown-v2 .point-v24 {
        bottom: 17%;
    }
    .section-countdown-v2 .hot-deal {
        padding-bottom: 50px;
    }
    .section-countdown-v2 .hot-deal h3 {
        font-size: 40px;
    }
    .section-countdown-v2 .hot-deal h3:first-child {
        margin-bottom: 20px;
    }
    .section-countdown-v2 .hot-deal .countdown .item span {
        font-size: 40px;
        width: 65px;
    }
    .section-countdown-v2 .hot-deal .countdown .item b {
        font-size: 40px;
    }
    .section-countdown-v2 .hot-deal .countdown .item .text {
        font-size: 18px;
    }
    .section-countdown-v2 .hot-deal del {
        font-size: 30px;
    }
    .section-countdown-v2 .hot-deal a {
        margin-top: 35px;
    }
    .section-support-v1 {
        padding-top: 30px;
    }
    .box .content p {
        font-size: 20px;
    }
    .box .content span {
        font-size: 18px;
    }
    .section-instagram-v1 .title h3 {
        font-size: 42px;
    }
    .section-instagram-v1 .title a {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    .section-slide-v2 .title {
        left: 45px;
        padding-top: 0px;
    }
    .section-slide-v2 .title p {
        font-size: 20px;
    }
    .section-slide-v2 .title p:nth-child(3) {
        margin-bottom: 25px;
        margin-top: 10px;
    }
    .section-slide-v2 .title h1 {
        font-size: 45px;
        max-width: 392px;
    }
    .section-slide-v2 .slick-button2 {
        display: block;
        bottom: 6%;
    }
    .section-slide-v2 .prev2, .section-slide-v2 .next2 {
        width: 35px;
        height: 35px;
        left: 65px;
        display: block;
    }
    .section-slide-v2 .next2 {
        left: 120px;
    }
    .section-slide-v2 .slick-dots {
        right: 3.06%;
    }
    .section-slide-v2 .slick-dots button {
        width: 10px;
        height: 10px;
    }
    .section-slide-v2 .slick-child-header-h2 {
        display: none;
    }
    .section-banner-v1-page2 {
        padding-bottom: 30px;
    }
    .section-banner-v1-page2 .banner01 .title {
        bottom: 8.4012%;
    }
    .section-banner-v1-page2 .banner01 .title h3 {
        font-size: 30px;
    }
    .section-banner-v1-page2 .banner01 .title p {
        font-size: 20px;
    }
    .section-banner-v1-page2 .banner02 .title h3 {
        font-size: 30px;
    }
    .section-banner-v1-page2 .banner02 .title h6 {
        font-size: 20px;
    }
    .section-banner-v1-page2 .banner02 .title p {
        font-size: 20px;
    }
    .section-banner-v1-page2 .banner03 .title p {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .section-banner-v1-page2 .banner03 .title h3 {
        font-size: 27px;
    }
    .section-banner-v1-page2 .banner03 .title h6 {
        font-size: 20px;
    }
    .section-banner-v1-page2 .banner04 .title h3 {
        font-size: 27px;
    }
    .section-banner-v1-page2 .banner04 .title p {
        font-size: 20px;
    }
    .section-countdown-v2 {
        padding-top: 60px;
    }
    .section-countdown-v2 .point-v21 {
        top: 6%;
        left: 29%;
    }
    .section-countdown-v2 .point-v22 {
        left: 35%;
        top: 24%;
    }
    .section-countdown-v2 .point-v23 {
        top: 29%;
        right: 30%;
    }
    .section-countdown-v2 .point-v24 {
        bottom: 41%;
        right: 30%;
    }
    .section-countdown-v2 .hot-deal {
        padding-bottom: 60px;
    }
    .section-countdown-v2 .hot-deal h3 {
        font-size: 35px;
    }
    .section-countdown-v2 .hot-deal .dollar {
        font-size: 35px;
    }
    .section-countdown-v2 .hot-deal .countdown .item {
        margin-right: 5px;
    }
    .section-countdown-v2 .hot-deal .dollar {
        font-size: 40px;
    }
    .section-instagram-v1 .title h3 {
        font-size: 30px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .section-instagram-v1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .header-v2 .header-right form .input-group input {
        padding: 20px;
    }
    .header-v2 .navbar-home2 {
        display: none;
    }
    .section-slide-v2 .title {
        padding-top: 20px;
    }
    .section-slide-v2 .title p {
        font-size: 18px;
    }
    .section-slide-v2 .title p:nth-child(3) {
        margin-bottom: 30px;
    }
    .section-slide-v2 .title h1 {
        font-size: 56px;
        max-width: 494px;
    }
    .section-slide-v2 .slick-button2 {
        display: block !important;
    }
    .section-slide-v2 .slick-dots {
        right: 3.06%;
    }
    .section-slide-v2 .prev2, .section-slide-v2 .next2 {
        bottom: 6.9593%;
        width: 40px;
        height: 40px;
        left: 65px;
    }
    .section-slide-v2 .next2 {
        left: 125px;
    }
    .section-slide-v2 .slick-child-header-h2 {
        display: block !important;
        bottom: 77px;
        right: 2.06%;
        max-width: 330px;
        padding-right: 50px;
    }
    .section-slide-v2 .slick-child-header-h2 .arrow-right-slider-v2 {
        right: 17px;
        font-size: 18px;
    }
    .section-banner-v1-page2 {
        padding-bottom: 30px;
    }
    .section-banner-v1-page2 .banner01 .title {
        bottom: 3.4012%;
    }
    .section-banner-v1-page2 .banner01 .title h3 {
        font-size: 35px;
    }
    .section-banner-v1-page2 .banner01 .title p {
        font-size: 22px;
    }
    .section-banner-v1-page2 .banner02 .title h3 {
        font-size: 35px;
    }
    .section-banner-v1-page2 .banner02 .title h6, .section-banner-v1-page2 .banner02 .title p {
        font-size: 22px;
    }
    .section-banner-v1-page2 .banner03 .title p {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .section-banner-v1-page2 .banner03 .title h3 {
        font-size: 30px;
    }
    .section-banner-v1-page2 .banner03 .title h6 {
        font-size: 21px;
    }
    .section-banner-v1-page2 .banner04 .title {
        top: 8.306%;
    }
    .section-banner-v1-page2 .banner04 .title h3 {
        font-size: 35px;
    }
    .section-banner-v1-page2 .banner04 .title p {
        font-size: 22px;
    }
    .section-countdown-v2 .point-v24 {
        bottom: 37%;
    }
    .section-countdown-v2 .point-v23 {
        top: 22%;
    }
    .section-countdown-v2 .point-v22 {
        left: 38%;
        top: 34%;
    }
    .section-countdown-v2 .point-v21 {
        top: 9%;
        left: 35%;
    }
}

@media only screen and (min-width: 1200px) {
    .header-v2 ul li a.top-nav-link {
        font-size: 15px;
        margin-right: 40px;
        padding: 40px 0;
    }
    .header-v2 .navbar-home2 {
        display: block;
    }
    .header-v2 ul li a {
        font-size: 18px;
        margin-right: 25px;
    }
    .section-slide-v2 .prev2, .section-slide-v2 .next2 {
        left: 100px;
        bottom: 15%;
    }
    .section-slide-v2 .next2 {
        left: 170px;
    }
    .section-slide-v2 .title {
        left: 70px;
    }
    .section-slide-v2 .title p {
        font-size: 22px;
    }
    .section-slide-v2 .title h1 {
        font-size: 59px;
        max-width: 507px;
    }
    .section-slide-v2 .slick-child-header-h2 {
        bottom: 130px;
        right: 120px;
        max-width: 330px;
        padding-right: 50px;
    }
    .section-slide-v2 .slick-child-header-h2 .arrow-right-slider-v2 {
        right: 17px;
        font-size: 18px;
    }
    .section-slide-v2 .slick-dots {
        right: 120px;
    }
    .section-banner-v1-page2 {
        padding-top: 20px;
    }
    .section-countdown-v2 .point-v21 {
        top: 12%;
        left: 34%;
    }
    .section-countdown-v2 .point-v22 {
        left: 37%;
        top: 37%;
    }
    .section-countdown-v2 .point-v23 {
        top: 46%;
        right: 30%;
    }
    .section-countdown-v2 .point-v24 {
        bottom: 18%;
        right: 34%;
    }
    .section-countdown-v2 .hot-deal h3 {
        font-size: 50px;
    }
    .section-countdown-v2 .hot-deal .countdown .item {
        margin-right: 20px;
    }
    .section-countdown-v2 .hot-deal .countdown .item span {
        font-size: 60px;
    }
    .section-countdown-v2 .hot-deal .countdown .item b {
        font-size: 60px;
    }
    .section-countdown-v2 .hot-deal .dollar {
        font-size: 42px;
    }
}

@media only screen and (min-width: 1600px) {
    .header-v2 ul li a.top-nav-link {
        font-size: 20px;
        margin-right: 30px;
        padding: 50px 0;
    }
    .header-v2 ul li.top-nav-items:last-child a.top-nav-link {
        margin-right: 0;
    }
    .header-v2 .header-right form .input-group input {
        padding: 25px;
    }
    .section-slide-v2 {
        position: relative;
    }
    .section-slide-v2 .title {
        position: absolute;
        top: 49%;
        left: 70px;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .section-slide-v2 .title p {
        font-size: 30px;
        color: #fff;
    }
    .section-slide-v2 .title p:nth-child(3) {
        margin-top: 8px;
        margin-bottom: 41px;
    }
    .section-slide-v2 .title h1 {
        font-size: 100px;
        margin-top: 0px;
        max-width: 725px;
        margin-left: -5px;
    }
    .section-slide-v2 .slick-button2 {
        width: 50px;
        height: 50px;
    }
    .section-slide-v2 .slick-button2 .arrow {
        font-size: 14px;
    }
    .section-slide-v2 .slick-button2:focus .arrow {
        color: #c53341;
    }
    .section-slide-v2 .prev2, .section-slide-v2 .next2 {
        bottom: 19.9593%;
        left: 245px;
    }
    .section-slide-v2 .next2 {
        left: 315px;
    }
    .section-slide-v2 .slick-dots {
        position: absolute;
        bottom: 7.06%;
        right: 9.06%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .section-slide-v2 .slick-dots li {
        margin: 0 5px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
    }
    .section-slide-v2 .slick-dots button {
        width: 15px;
        height: 15px;
        padding: 0;
        border-radius: 50%;
        margin: 0 10px;
    }
    .section-slide-v2 .slick-dots button::before {
        display: none;
    }
    .section-slide-v2 .slick-dots li.slick-active button {
        background-color: #fff;
    }
    .section-slide-v2 .slick-dots li.slick-active button::before {
        display: none;
    }
    .section-slide-v2 .slick-dots li.slick-active li::before {
        color: #fff;
    }
    .section-slide-v2 .slick-dots li::before {
        display: none;
    }
    .section-slide-v2 .slick-dots li.slick-active li::before {
        color: #fff;
    }
    .section-slide-v2 .slick-child-header-h2 {
        bottom: 130px;
        right: 9.06%;
        max-width: 387px;
        padding-right: 69px;
    }
    .section-slide-v2 .slick-child-header-h2 .arrow-right-slider-v2 {
        right: 30px;
        font-size: 18px;
    }
    .section-brand-home2 {
        margin-top: 80px;
        margin-bottom: 20px;
    }
    .section-banner-v1-page2 {
        padding-top: 63px;
    }
    .section-banner-v1-page2 {
        padding-bottom: 120px;
    }
    .section-banner-v1-page2 .banner01 .title {
        bottom: 4.4012%;
    }
    .section-banner-v1-page2 .banner01 .title h3 {
        font-size: 60px;
    }
    .section-banner-v1-page2 .banner01 .title p {
        font-size: 30px;
    }
    .section-banner-v1-page2 .banner02 .title {
        top: 23.0816%;
        right: 6%;
    }
    .section-banner-v1-page2 .banner02 .title h3 {
        font-size: 60px;
    }
    .section-banner-v1-page2 .banner02 .title h6 {
        margin-bottom: 44px;
    }
    .section-banner-v1-page2 .banner02 .title p, .section-banner-v1-page2 .banner02 .title h6 {
        font-size: 30px;
    }
    .section-banner-v1-page2 .banner03 .title h6 {
        font-size: 30px;
    }
    .section-banner-v1-page2 .banner03 .title h3 {
        font-size: 60px;
    }
    .section-banner-v1-page2 .banner03 .title p {
        font-size: 18px;
        max-width: 360px;
        margin: 0 auto 30px;
    }
    .section-banner-v1-page2 .banner04 .title {
        top: 15.306%;
    }
    .section-banner-v1-page2 .banner04 .title h3 {
        margin-top: -3px;
        color: #fff;
        font-size: 60px;
    }
    .section-banner-v1-page2 .banner04 .title p {
        font-size: 30px;
    }
    .section-countdown-v2 {
        padding-top: 121px;
    }
    .section-countdown-v2 .point-v21 {
        top: 12%;
        left: 37%;
    }
    .section-countdown-v2 .point-v22 {
        left: 40%;
        top: 38%;
    }
    .section-countdown-v2 .point-v23 {
        top: 46%;
        right: 30%;
    }
    .section-countdown-v2 .point-v24 {
        bottom: 18%;
    }
    .section-countdown-v2 .hot-deal {
        padding-top: 48px;
        padding-bottom: 182px;
    }
    .section-countdown-v2 .hot-deal h3 {
        font-size: 60px;
    }
    .section-countdown-v2 .hot-deal h3:first-child {
        margin-bottom: -4px;
    }
    .section-countdown-v2 .hot-deal h3:nth-child(3) {
        margin-bottom: -7px;
    }
    .section-countdown-v2 .hot-deal .dollar {
        font-size: 60px;
    }
    .section-countdown-v2 .hot-deal .countdown {
        margin-bottom: -28px;
    }
    .section-countdown-v2 .hot-deal .countdown .item {
        margin-right: 29px;
    }
    .section-countdown-v2 .hot-deal .countdown .item span {
        font-size: 100px;
        width: 110px;
        letter-spacing: 8px;
    }
    .section-countdown-v2 .hot-deal .countdown .item b {
        font-size: 100px;
        margin-left: 29px;
    }
    .section-countdown-v2 .hot-deal .countdown .item .text {
        font-size: 18px;
        font-family: "Roboto", sans-serif;
        color: #222;
        margin-top: -25px;
        padding-left: 25%;
    }
    .section-countdown-v2 .hot-deal del {
        font-size: 48px;
        color: #222;
        margin-top: 15px;
        margin-left: 26px;
    }
    .section-countdown-v2 .hot-deal a {
        margin-top: 35px;
    }
    .section-support-v1 {
        padding-top: 113px;
    }
    .section-instagram-v1 {
        padding-top: 105px;
        padding-bottom: 120px;
    }
    .section-instagram-v1 .title h3 {
        font-size: 60px;
    }
}

.image-effect-home2 {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.image-effect-home2 .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    display: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    height: 100%;
    z-index: 1;
}
.image-effect-home2 a {
    display: block;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.image-effect-home2 a:hover .overlay {
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.box-bottom-right {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, right top, left bottom, from(#626cc1), to(#9c23ea));
    background-image: -webkit-linear-gradient(top right, #626cc1, #9c23ea);
    background-image: -o-linear-gradient(top right, #626cc1, #9c23ea);
    background-image: linear-gradient(to bottom left, #626cc1, #9c23ea);
    font-size: 100px;
    font-weight: bold;
    max-height: 175px;
    width: 9.1145833333333%;
    text-align: center;
}
@media only screen and (max-width: 480px) {
    .box-bottom-right {
        width: 12.1145833333333%;
    }
}
.box-bottom-right .pagingInfo {
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .section-slide-v3 .slick-dots {
        padding-left: 0px;
        bottom: 13px;
    }
}

.section-slide-v3 {
    position: relative;
}
.section-slide-v3 .slider-child .social {
    position: absolute;
    left: 10.06%;
}
.section-slide-v3 .slider-child .social a {
    color: #fff;
}
.section-slide-v3 .slider-child .social a:hover {
    color: #fde7e7;
}
.section-slide-v3 .img-slider img {
    -webkit-transition: 5s linear;
    -o-transition: 5s linear;
    transition: 5s linear;
}
.section-slide-v3 .img-slider img.active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.section-slide-v3 .title .caption {
    left: 10.06%;
    color: #222;
    font-family: "Barlow", sans-serif;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-slide-v3 .title .caption .sub-title {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s linear .6s;
    -o-transition: .5s linear .6s;
    transition: .5s linear .6s;
}
.section-slide-v3 .title .caption .content {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s linear 1s;
    -o-transition: .5s linear 1s;
    transition: .5s linear 1s;
}
.section-slide-v3 .title .caption p {
    font-size: 30px;
    color: #222;
}
.section-slide-v3 .title .caption p:nth-child(3) {
    font-size: 18px;
    margin-top: 3px;
    margin-bottom: 58px;
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
}
.section-slide-v3 .title .caption h1 {
    font-size: 100px;
    font-weight: bold;
    margin-top: 9px;
    line-height: 1;
    color: #222;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s linear 1s;
    -o-transition: .5s linear 1s;
    transition: .5s linear 1s;
}
.section-slide-v3 .title .caption .btn-shop-now {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .5s linear 1s, visibility .5s linear 1s, background .3s, -webkit-transform .5s linear 1s;
    transition: opacity .5s linear 1s, visibility .5s linear 1s, background .3s, -webkit-transform .5s linear 1s;
    -o-transition: opacity .5s linear 1s, transform .5s linear 1s, visibility .5s linear 1s, background .3s;
    transition: opacity .5s linear 1s, transform .5s linear 1s, visibility .5s linear 1s, background .3s;
    transition: opacity .5s linear 1s, transform .5s linear 1s, visibility .5s linear 1s, background .3s, -webkit-transform .5s linear 1s;
}
.section-slide-v3 .title .caption.active .sub-title, .section-slide-v3 .title .caption.active h1, .section-slide-v3 .title .caption.active .content, .section-slide-v3 .title .caption.active .btn-shop-now {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
}
.section-slide-v3 .slick-dots li::before {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}
.section-slide-v3 .slick-dots button {
    background: rgba(255, 255, 255, 0.5);
}
.section-slide-v3 .slick-dots li:first-child::before {
    color: rgba(255, 255, 255, 0.5);
}
.section-slide-v3 .slick-dots li:nth-child(2)::before {
    color: rgba(255, 255, 255, 0.5);
}
.section-slide-v3 .slick-dots li:nth-child(3)::before {
    color: rgba(255, 255, 255, 0.5);
}

.section-bannerpage3-v1 {
    margin-top: 120px;
}
.section-bannerpage3-v1 .banner {
    position: relative;
}
.section-bannerpage3-v1 .banner .title {
    position: absolute;
    right: 12%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-bannerpage3-v1 .banner .title h3 {
    color: #fff;
    font-size: 60px;
}
.section-bannerpage3-v1 .banner .title p {
    color: #fff;
    font-size: 30px;
}
.section-bannerpage3-v1 .banner .title p:nth-child(3) {
    font-weight: bold;
    color: #fe7300;
}

.section-bannerpage3-v2 {
    padding-top: 120px;
}
.section-bannerpage3-v2 p {
    font-size: 30px;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
    color: #222;
    margin-top: 15px;
}
.section-bannerpage3-v2 .view-more {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #888;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.section-bannerpage3-v2 .view-more i {
    font-size: 14px;
    margin-left: 10px;
}
.section-bannerpage3-v2 .view-more:hover {
    color: var(--main-dark);
}
.section-bannerpage3-v2 .banner-category {
    padding-top: 24px;
    color: #222;
}
.section-bannerpage3-v2 .banner-category div {
    text-align: right;
}
.section-bannerpage3-v2 .banner-category div:first-child {
    font-family: "Barlow", sans-serif;
    margin-bottom: 12px;
}
.section-bannerpage3-v2 .banner-category div:nth-child(2) {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin-bottom: 45px;
}

.section-video, .video-home4 {
    position: relative;
}
.section-video a > img:first-child:hover, .video-home4 a > img:first-child:hover {
    background: rgba(0, 0, 0, 0.7);
}
.section-video span img, .video-home4 span img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.section-video span img:hover, .video-home4 span img:hover {
    opacity: .5;
}
.section-video i, .video-home4 i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: center;
}
.section-video i:hover, .video-home4 i:hover {
    color: #c90215;
    border-color: #c90215;
}
@media only screen and (max-width: 576px) {
    .section-video i, .video-home4 i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
}


.section-footer-page-3 {
    border-top: 1px solid #f4f4f4;
    background: #fff;
}
.section-footer-page-3 h3 {
    color: #222;
}
.section-footer-page-3 ul li, .section-footer-page-3 ul li a {
    color: #444;
}

.section-best-seller-h3 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
    .box-bottom-right {
        font-size: 30px;
    }
    .section-slide-v3 .social {
        left: 0;
    }
    .section-slide-v3 .title .caption p {
        font-size: 18px;
    }
    .section-slide-v3 .title .caption p:nth-child(3) {
        font-size: 14px;
        margin-bottom: 15px;
        max-width: 370px;
    }
    .section-slide-v3 .title .caption h1 {
        font-size: 30px;
        margin: 0;
    }
    .section-slide-v3 .slick-dots li::before {
        font-size: 14px;
    }
    .section-bannerpage3-v1 {
        margin-top: 30px;
    }
    .section-bannerpage3-v1 .banner .title {
        max-width: 222px;
    }
    .section-bannerpage3-v1 .banner .title h3 {
        font-size: 27px;
    }
    .section-bannerpage3-v1 .banner .title p {
        margin-bottom: 0;
        font-size: 16px;
    }
    .section-bannerpage3-v2 {
        padding-top: 30px;
    }
    .section-bannerpage3-v2 p {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0px;
    }
    .section-bannerpage3-v2 .view-more {
        font-size: 14px;
    }
    .section-bannerpage3-v2 .banner-category div {
        text-align: left;
    }
    .section-bannerpage3-v2 .banner-category div:first-child {
        font-size: 30px;
    }
    .section-bannerpage3-v2 .banner-category div:nth-child(2) {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .section-blog-page3 {
        padding-top: 30px;
    }
    .section-blog-page3 h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .section-blog-page3 .box {
        padding-bottom: 30px;
    }
    .section-blog-page3 .box .title > div:nth-child(2) {
        font-size: 22px;
        margin: 5px 0;
    }
    .section-blog-page3 .box .title > div:last-child {
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        color: #313131;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 480px) {
    .box-bottom-right {
        font-size: 27px;
    }
    .section-slide-v3 .title .caption p {
        font-size: 16px;
    }
    .section-slide-v3 .title .caption p:nth-child(3) {
        display: none;
    }
    .section-slide-v3 .title .caption h1 {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .section-slide-v3 .title .caption .section-slide-v3 .slick-dots li::before {
        font-size: 12px;
    }
    .section-bannerpage3-v1 {
        margin-top: 30px;
    }
    .section-bannerpage3-v1 .banner img {
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .section-bannerpage3-v1 .banner .title {
        max-width: 165px;
        right: 5%;
    }
    .section-bannerpage3-v1 .banner .title h3 {
        font-size: 22px;
    }
    .section-bannerpage3-v1 .banner .title p {
        margin-bottom: 0;
        font-size: 16px;
    }
    .comment-date {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (min-width: 576px) {
    .box-bottom-right {
        font-size: 40px;
    }
    .section-slide-v3 .social {
        bottom: 20px !important;
    }
    .section-slide-v3 .title .caption p {
        font-size: 18px;
        margin: 0;
    }
    .section-slide-v3 .title .caption p:nth-child(3) {
        font-size: 14px;
        margin-bottom: 15px;
        max-width: 380px;
    }
    .section-slide-v3 .title .caption h1 {
        font-size: 35px;
        max-width: 100%;
        margin: 0;
    }
    .section-bannerpage3-v1 {
        margin-top: 30px;
    }
    .section-bannerpage3-v1 .banner .title {
        max-width: 205px;
    }
    .section-bannerpage3-v1 .banner .title h3 {
        font-size: 28px;
    }
    .section-bannerpage3-v1 .banner .title p {
        font-size: 16px;
        margin: 0;
    }
    .section-bannerpage3-v2 {
        padding-top: 30px;
    }
    .section-bannerpage3-v2 p {
        font-size: 25px;
        margin-top: 3px;
        margin-bottom: 0px;
    }
    .section-bannerpage3-v2 .view-more {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .section-bannerpage3-v2 .banner-category div:first-child {
        font-size: 40px;
    }
    .section-bannerpage3-v2 .banner-category div:nth-child(2) {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .section-blog-page3 {
        padding-top: 70px;
    }
    .section-blog-page3 h3 {
        font-size: 40px;
    }
    .section-blog-page3 .box {
        padding-bottom: 50px;
    }
    .section-blog-page3 .box .title > div:nth-child(2) a {
        font-size: 25px;
    }
    .section-blog-page3 .box .title > div:last-child {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .box-bottom-right {
        font-size: 50px;
    }
    .section-slide-v3 .social {
        bottom: 30px !important;
    }
    .section-slide-v3 .title .caption p {
        font-size: 18px;
    }
    .section-slide-v3 .title .caption p:nth-child(3) {
        font-size: 16px;
    }
    .section-slide-v3 .title .caption h1 {
        font-size: 50px;
        margin-bottom: 7px;
    }
    .section-bannerpage3-v1 {
        margin-top: 30px;
    }
    .section-bannerpage3-v1 .banner .title {
        max-width: 205px;
    }
    .section-bannerpage3-v1 .banner .title h3 {
        font-size: 28px;
    }
    .section-bannerpage3-v1 .banner .title p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .box-bottom-right {
        font-size: 58px;
    }
    .section-bannerpage3-v1 .banner .title {
        max-width: 281px;
    }
    .section-bannerpage3-v1 .banner .title h3 {
        font-size: 35px;
    }
    .section-bannerpage3-v1 .banner .title p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .box-bottom-right {
        font-size: 77px;
    }
    .section-slide-v3 .title .caption p:nth-child(3) {
        max-width: 435px;
        margin-bottom: 30px;
    }
    .section-slide-v3 .title .caption h1 {
        font-size: 60px;
        margin-bottom: 10px;
    }
    .section-bannerpage3-v1 .banner .title {
        max-width: 354px;
    }
    .section-bannerpage3-v1 .banner .title h3 {
        font-size: 45px;
    }
    .section-bannerpage3-v1 .banner .title p {
        font-size: 22px;
    }
    .section-blog-page3 h3 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1600px) {
    .box-bottom-right {
        font-size: 100px;
        height: 175px;
    }
    .section-slide-v3 .social {
        bottom: 76px !important;
        left: 14.21875% !important;
    }
    .section-slide-v3 .title .caption {
        left: 14.21875%;
    }
    .section-slide-v3 .title .caption p {
        font-size: 30px;
    }
    .section-slide-v3 .title .caption p:nth-child(3) {
        font-size: 18px;
        max-width: 549px;
        margin-bottom: 45px;
        margin-top: 1px;
    }
    .section-slide-v3 .title .caption h1 {
        font-size: 100px;
        margin-bottom: 12px;
    }
    .section-slide-v3 .slick-dots {
        right: 9.06%;
        bottom: 108px;
    }
    .section-bannerpage3-v1 {
        margin-top: 120px;
    }
    .section-bannerpage3-v1 .banner .title {
        max-width: 464px;
        right: 13.2%;
    }
    .section-bannerpage3-v1 .banner .title h3 {
        font-size: 60px;
    }
    .section-bannerpage3-v1 .banner .title p {
        font-size: 30px;
    }
    .section-bannerpage3-v1 .banner .title p:nth-child(3) {
        font-weight: bold;
        color: #fe7300;
    }
    .section-bannerpage3-v2 {
        padding-top: 120px;
    }
    .section-bannerpage3-v2 p {
        font-size: 30px;
        margin-top: 15px;
        margin-bottom: 13px;
    }
    .section-bannerpage3-v2 .view-more {
        font-size: 18px;
        margin-bottom: 42px;
    }
    .section-bannerpage3-v2 .banner-category {
        padding-top: 7px;
    }
    .section-bannerpage3-v2 .banner-category div:first-child {
        margin-bottom: 2px;
        font-size: 60px;
    }
    .section-bannerpage3-v2 .banner-category div:nth-child(2) {
        font-size: 18px;
        margin-bottom: 45px;
    }
    .section-best-seller-h3 {
        margin-bottom: 70px;
    }
    .section-blog-page3 {
        padding-top: 100px;
    }
    .section-blog-page3 h3 {
        font-size: 60px;
    }
    .section-blog-page3 .box {
        padding-bottom: 74px;
    }
    .section-blog-page3 .box .title > div:nth-child(2) a {
        font-size: 30px;
    }
    .section-blog-page3 .box .title > div:last-child {
        font-size: 18px;
    }
}

.col-40 {
    width: 40%;
}

.col-60 {
    width: 60%;
}

.col-49 {
    width: 49.0446%;
}

.col-51 {
    width: 50.9554%;
}

.header__homepage-v4 .col-5__header-home4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.630573248418%;
    flex: 0 0 43.630573248418%;
    max-width: 43.630573248418%;
    padding: 0 15px;
}

.header-home4 > div:nth-child(2) > div {
    margin-left: 27px;
    cursor: pointer;
}

.header-home4 i {
    font-size: 20px;
    color: #222;
}

.header-home4 .cart-home4 {
    padding-top: 5px;
    margin-left: 0;
    cursor: pointer;
}
.header-home4 .cart-home4 .shopping-cart i {
    color: #222;
}
.header-home4 .cart-home4 .number {
    background: #222;
    top: 0;
    left: 10px;
}
.header-home4 .cart-home4 .number span {
    color: #fff;
}

.section-slide-home4 .slider-info {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s linear .6s;
    -o-transition: .5s linear .6s;
    transition: .5s linear .6s;
}

.section-slide-home4 .slider-content {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s linear 1s;
    -o-transition: .5s linear 1s;
    transition: .5s linear 1s;
}

.section-slide-home4 .slider-info.active, .section-slide-home4 .slider-content.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}

.section-slide-home4 .slideshow-thumb img {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s linear 1s;
    -o-transition: .5s linear 1s;
    transition: .5s linear 1s;
}
.section-slide-home4 .slideshow-thumb img.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}

.section-slide-home4 .slide-header .img-slick {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s linear 1s;
    -o-transition: .5s linear 1s;
    transition: .5s linear 1s;
}
.section-slide-home4 .slide-header .img-slick.active {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.section-slide-home4 h1 {
    font-size: 100px;
    margin-top: 199px;
    line-height: 1;
    margin-bottom: 12px;
}

.section-slide-home4 p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    margin-right: 104px;
    margin-bottom: 45px;
}

.section-slide-home4 .slide-header {
    width: 100%;
}

.section-slide-home4 .slick-button3 {
    border: 1px solid #222;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
}
.section-slide-home4 .slick-button3 .arrow3 {
    font-size: 14px;
}
.section-slide-home4 .slick-button3:hover, .section-slide-home4 .slick-button3:focus {
    background: #222;
}
.section-slide-home4 .slick-button3:hover .arrow3, .section-slide-home4 .slick-button3:focus .arrow3 {
    color: #fff;
}

.section-slide-home4 .prev3, .section-slide-home4 .next3 {
    position: absolute;
    bottom: -55px;
    z-index: 1;
    color: #222;
    background: none;
}

.section-slide-home4 .prev3, .section-slide-home4 .next3 {
    left: 42%;
    margin-right: 10px;
}

.section-slide-home4 .next3 {
    margin-right: 70px;
}

.section-product-home4 {
    margin-top: 111px;
}

.section-banner-home4-v1 .banner {
    position: relative;
    overflow: hidden;
}

.section-banner-home4-v1 .title {
    position: absolute;
    top: 50%;
    left: 12.82%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
}
.section-banner-home4-v1 .title p {
    color: #fff;
    font-size: 30px;
}
.section-banner-home4-v1 .title p:first-child {
    margin-bottom: 0;
}
.section-banner-home4-v1 .title p:nth-child(3) {
    margin-bottom: 56px;
}
.section-banner-home4-v1 .title h3 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 12px;
}

.section-newsletter-home4 {
    /*background-image: url("../img/page4_bg1.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.section-newsletter-home4 .newsletter {
    padding-top: 93px;
}
.section-newsletter-home4 .newsletter h3 {
    color: #222;
    margin-bottom: 15px;
}
.section-newsletter-home4 .newsletter p {
    font-size: 18px;
    color: #484d4b;
    font-family: "Roboto", sans-serif;
    margin-bottom: 45px;
}
.section-newsletter-home4 .newsletter form {
    padding-bottom: 120px;
    width: 70%;
    margin: 0 auto;
}
.section-newsletter-home4 .newsletter form input {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #ddd;
    padding: 25px 28px;
    margin-right: 10px;
    border-radius: 28px;
    border: none;
}
.section-newsletter-home4 .newsletter form ::-webkit-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #ddd;
}
.section-newsletter-home4 .newsletter form :-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #ddd;
}
.section-newsletter-home4 .newsletter form ::-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #ddd;
}
.section-newsletter-home4 .newsletter form ::placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #ddd;
}
.section-newsletter-home4 .newsletter form button {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    background: #222;
    border-radius: 60px;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-newsletter-home4 .newsletter form button:hover {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: #c90215;
}

.section-brand-home4 {
    padding-top: 85px;
    padding-bottom: 68px;
}

.section-instagram-home4 {
    padding-top: 61px;
    background: #f4f4f4;
    padding-bottom: 0;
}
.section-instagram-home4 .icon {
    font-size: 36px;
    margin-bottom: 12px;
}
.section-instagram-home4 .icon h3 {
    color: #222;
    margin-bottom: 38px;
}
.section-instagram-home4 .icon a {
    color: #222;
}
.section-instagram-home4 .icon a:hover {
    color: #c50215;
}

@media only screen and (max-width: 576px) {
    .col-51 {
        display: none;
    }
    .col-40, .col-60, .col-49 {
        width: 100%;
    }
    .section-slide-home4 h1 {
        font-size: 40px;
        margin-top: 50px;
        margin-bottom: 12px;
    }
    .section-slide-home4 p {
        font-size: 14px;
        margin: 25px 0 45px;
        margin-right: 0;
    }
    .section-slide-home4 .slide-header {
        width: 100%;
    }
    .section-slide-home4 .slick-button3 {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .section-slide-home4 .prev3, .section-slide-home4 .next3 {
        bottom: -55px;
        left: 42%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-slide-home4 .next3 {
        margin-left: 60px;
    }
    .section-product-home4 {
        margin-top: 50px;
    }
    .section-banner-home4-v1 {
        margin-top: 90px;
    }
    .section-banner-home4-v1 .title {
        left: 5.82%;
    }
    .section-banner-home4-v1 .title h3 {
        margin-bottom: 0;
        font-size: 30px;
    }
    .section-banner-home4-v1 .title p {
        font-size: 18px;
    }
    .section-banner-home4-v1 .title p:nth-child(3) {
        margin-bottom: 15px;
    }
    .section-newsletter-home4 .newsletter {
        padding-top: 60px;
    }
    .section-newsletter-home4 .newsletter h3 {
        font-size: 35px;
    }
    .section-newsletter-home4 .newsletter p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .section-newsletter-home4 .newsletter form {
        padding-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-newsletter-home4 .newsletter form input {
        padding: 20px 25px;
    }
    .section-newsletter-home4 .newsletter form ::-webkit-input-placeholder {
        font-size: 14px;
    }
    .section-newsletter-home4 .newsletter form button {
        width: 100px;
        font-size: 14px;
        width: 40%;
        height: 41px;
        margin: 15px auto 0;
    }
    .section-brand-home4 {
        padding-top: 0;
        padding-bottom: 27px;
    }
    .section-instagram-home4 .icon {
        font-size: 36px;
        margin-bottom: 0px;
    }
    .section-instagram-home4 h3 {
        margin-bottom: 20px;
        font-size: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .section-banner-home4-v1 {
        margin-top: 20px;
    }
    .section-banner-home4-v1 img {
        height: 140px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .section-banner-home4-v1 .title h3 {
        font-size: 23px;
    }
    .section-banner-home4-v1 .title p {
        font-size: 16px;
    }
    .section-banner-home4-v1 .title p:nth-child(3) {
        margin-bottom: 10px;
    }
    .section-newsletter-home4 .newsletter form {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) {
    .col-51 {
        display: none;
    }
    .col-49, .col-40, .col-60 {
        width: 100%;
    }
    .section-slide-home4 h1 {
        font-size: 45px;
        margin-top: 50px;
    }
    .section-slide-home4 p {
        font-size: 16px;
        margin: 25px 0 45px;
        max-width: 476px;
    }
    .section-slide-home4 .slide-header {
        width: 100%;
    }
    .section-slide-home4 .slick-button3 {
        width: 30px;
        height: 30px;
        margin: 0 15px;
        font-size: 12px;
    }
    .section-slide-home4 .prev3, .section-slide-home4 .next3 {
        bottom: -55px;
        left: 42%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-slide-home4 .next3 {
        margin-left: 60px;
    }
    .section-product-home4 {
        margin-top: 50px;
    }
    .section-banner-home4-v1 .title {
        left: 5.82%;
    }
    .section-banner-home4-v1 .title h3 {
        margin-bottom: 0;
        font-size: 35px;
    }
    .section-banner-home4-v1 .title p {
        font-size: 20px;
    }
    .section-banner-home4-v1 .title p:nth-child(3) {
        margin-bottom: 15px;
    }
    .section-newsletter-home4 .newsletter {
        margin-top: 30px;
        padding-top: 60px;
    }
    .section-newsletter-home4 .newsletter h3 {
        font-size: 44px;
    }
    .section-newsletter-home4 .newsletter p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .section-newsletter-home4 .newsletter form {
        padding-bottom: 30px;
    }
    .section-newsletter-home4 .newsletter form input {
        padding: 20px 25px;
    }
    .section-newsletter-home4 .newsletter form ::-webkit-input-placeholder {
        font-size: 14px;
    }
    .section-newsletter-home4 .newsletter form button {
        width: 150px;
        font-size: 14px;
    }
    .section-brand-home4 {
        padding: 0;
    }
    .section-instagram-home4 .icon {
        font-size: 36px;
        margin-bottom: 0;
    }
    .section-instagram-home4 h3 {
        margin-bottom: 20px;
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) {
    .col-49 {
        width: 49.0446%;
    }
    .col-51 {
        display: block;
    }
    .col-40 {
        width: 40%;
    }
    .col-60 {
        width: 60%;
    }
    .section-slide-home4 h1 {
        font-size: 40px;
        margin-top: 40px;
    }
    .section-slide-home4 p {
        margin: 20px 0;
    }
    .section-slide-home4 .slide-header .img-slick {
        width: 100%;
    }
    .section-slide-home4 .prev3, .section-slide-home4 .next3 {
        left: 30%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-slide-home4 .next3 {
        margin-left: 70px;
    }
    .section-slide-home4 .slick-button3 {
        width: 40px;
        height: 40px;
        bottom: -50px;
    }
    .section-banner-home4-v1 .title h3 {
        font-size: 44px;
    }
    .section-banner-home4-v1 .title p {
        font-size: 22px;
    }
    .section-instagram-home4 h3 {
        font-size: 44px;
    }
}

@media only screen and (min-width: 992px) {
    .col-49 {
        width: 49.0446%;
    }
    .col-51 {
        display: block;
    }
    .section-slide-home4 h1 {
        font-size: 56px;
        margin-top: 150px;
    }
    .section-slide-home4 .slide-header .img-slick {
        width: 75%;
    }
    .section-slide-home4 .prev3, .section-slide-home4 .next3 {
        left: 30%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-slide-home4 .next3 {
        margin-left: 70px;
    }
    .section-slide-home4 .slick-button3 {
        width: 40px;
        height: 40px;
    }
    .section-banner-home4-v1 {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .section-slide-home4 h1 {
        font-size: 69px;
        max-width: 373px;
        margin-top: 180px;
    }
    .section-slide-home4 p {
        margin-top: 0;
        margin-bottom: 27px;
    }
    .section-slide-home4 .slick-button3 {
        bottom: -55px;
    }
    .section-banner-home4-v1 .title {
        left: 10.82%;
        top: 52%;
    }
    .section-banner-home4-v1 .title p {
        font-size: 25px;
    }
    .section-banner-home4-v1 .title p:nth-child(3) {
        margin-bottom: 37px;
    }
    .section-banner-home4-v1 .title h3 {
        font-size: 50px;
    }
    .section-brand-home4 {
        padding-top: 85px;
        padding-bottom: 68px;
    }
    .section-newsletter-home4 .newsletter {
        padding-top: 93px;
    }
    .section-newsletter-home4 .newsletter h3 {
        font-size: 50px;
    }
    .section-newsletter-home4 .newsletter form button {
        width: 180px;
    }
    .section-instagram-home4 h3 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1600px) {
    .section-slide-home4 h1 {
        font-size: 100px;
        margin-top: 193px;
        margin-bottom: 12px;
        max-width: 100%;
    }
    .section-slide-home4 p {
        font-size: 18px;
        margin-right: 80px;
        margin-bottom: 45px;
        max-width: 588px;
    }
    .section-slide-home4 .slick-button3 {
        width: 50px;
        height: 50px;
    }
    .section-slide-home4 .prev3, .section-slide-home4 .next3 {
        bottom: -87px;
    }
    .section-slide-home4 .prev3, .section-slide-home4 .next3 {
        left: 30.555555555%;
    }
    .section-slide-home4 .next3 {
        margin-left: 85px;
    }
    .section-product-home4 {
        padding-top: 53px;
    }
    .section-banner-home4-v1 .title h3 {
        font-size: 60px;
        margin-bottom: 12px;
    }
    .section-banner-home4-v1 {
        margin-bottom: 53px;
        margin-top: 78px;
    }
    .section-newsletter-home4 .newsletter {
        margin-top: 65px;
    }
    .section-newsletter-home4 .newsletter h3 {
        font-size: 60px;
    }
    .section-newsletter-home4 .newsletter p {
        font-size: 18px;
        margin-bottom: 39px;
    }
    .section-newsletter-home4 .newsletter form {
        padding-bottom: 120px;
        width: 60%;
    }
    .section-newsletter-home4 .newsletter form ::-webkit-input-placeholder {
        font-size: 18px;
    }
    .section-newsletter-home4 .newsletter form input {
        font-size: 18px;
        padding: 25px 28px;
    }
    .section-newsletter-home4 .newsletter form button {
        width: 200px;
        font-size: 18px;
    }
    .section-instagram-home4 h3 {
        font-size: 60px;
        margin-bottom: 37px;
    }
}

.col-62 {
    width: 62.5%;
}

.col-38 {
    width: 37.5%;
}

.col-31 {
    width: 31.3%;
}

.col-69 {
    width: 68.7%;
}

.col-62, .col-38, .col-63, .col-37, .col-31, .col-69, .col-54, .col-46 {
    padding: 0 15px;
}

.padding-bot-30 {
    padding-bottom: 30px;
}

.margin-bot-30 {
    margin-bottom: 30px;
}

.header-home5 ul li a {
    color: #fff;
    font-size: 20px;
    font-family: "Barlow", sans-serif;
    text-transform: capitalize;
    margin-left: 42px;
}
.header-home5 ul li a:first-child {
    padding-left: 0;
}
.header-home5 ul li a:hover {
    color: #c90215;
    font-weight: bold;
}

.header-home5 .cart {
    padding-top: 5px;
    position: relative;
    padding-right: 9px;
    margin: 0 30px;
}
.header-home5 .cart .shopping-cart .lnr-cart {
    font-size: 20px;
}
.header-home5 .cart .number {
    font-size: 10px;
    width: 15px;
    height: 15px;
    color: #fff;
    background: #e25849;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.header-home5 i {
    font-size: 20px;
    color: #fff;
}

.section-slider-home5 {
    margin-bottom: 145px;
    position: relative;
}
.section-slider-home5 .img-slider img {
    -webkit-transition: 5s linear;
    -o-transition: 5s linear;
    transition: 5s linear;
}
.section-slider-home5 .img-slider img.active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media only screen and (max-width: 480px) {
    .section-slider-home5 .img-slider img {
        height: 260px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.section-slider-home5 .slick-dots li button:before {
    font-size: 18px;
    color: #fff;
}
.section-slider-home5 .slick-dots {
    bottom: 20px;
    text-align: right;
    right: 9.11%;
}
.section-slider-home5 .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.section-slider-home5 .caption {
    padding-top: 54px;
    padding-bottom: 56px;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 45%;
}
.section-slider-home5 .caption h1 {
    font-size: 100px;
    padding: 0 175px;
    line-height: 1;
}
.section-slider-home5 .caption p {
    padding: 0 175px;
    font-family: "Roboto", sans-serif;
}
.section-slider-home5 .social {
    position: absolute;
    right: 4%;
    top: 50%;
    -webkit-transform: translateY(-200%) rotate(-90deg);
    -ms-transform: translateY(-200%) rotate(-90deg);
    transform: translateY(-200%) rotate(-90deg);
}
.section-slider-home5 .social a {
    color: #fff;
    margin-right: 22px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-slider-home5 .social a:hover {
    color: #222;
}
.section-slider-home5 .slick-button5 {
    width: 80px;
    height: 80px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-slider-home5 .slick-button5 .arrow5 {
    font-size: 14px;
    color: #fee9e3;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-slider-home5 .slick-button5:hover .arrow5, .section-slider-home5 .slick-button5:focus .arrow5 {
    font-size: 16px;
    color: #222;
    font-weight: bold;
}
.section-slider-home5 .prev5, .section-slider-home5 .next5 {
    position: absolute;
    bottom: 237px;
    z-index: 1;
    color: #fee9e3;
    background: #222;
    right: 55%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-slider-home5 .prev5:hover, .section-slider-home5 .prev5:focus, .section-slider-home5 .next5:hover, .section-slider-home5 .next5:focus {
    background: #f4f4f4;
}
.section-slider-home5 .prev5 {
    margin-right: 50px;
}

.section-banner-home5 {
    padding: 0;
}
.section-banner-home5 .relative {
    position: relative;
}
.section-banner-home5 .text {
    position: absolute;
    bottom: -1px;
    left: -1px;
    font-size: 18px;
    padding: 18px 75px 0 74px;
    background: #fff;
    font-family: "Roboto", sans-serif;
    color: #383838;
}
.section-banner-home5 .text span {
    display: block;
    font-size: 30px;
    font-family: "Barlow", sans-serif;
}
.section-banner-home5 .banner05-5 {
    position: relative;
}
.section-banner-home5 .banner05-5 .title {
    color: #222;
    position: absolute;
    bottom: 11.4228%;
}
.section-banner-home5 .banner02-5 {
    background: #f4f4f4;
    height: 100%;
    overflow: hidden;
}
.section-banner-home5 .banner02-5 a {
    margin: 0 auto;
}
.section-banner-home5 .banner02-5 .title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-banner-home5 .banner02-5 .title h6 {
    margin-top: 2rem;
}
.section-banner-home5 .banner02-5 .title p {
    margin-bottom: 45px;
    padding: 0 4px;
}

.section-blog-home5 {
    padding-bottom: 51px;
}
.section-blog-home5 .box {
    padding-bottom: 50px;
}

.section-newsletter-home5 {
    padding: 72px 0 79px;
    background: #f4f4f4;
}
.section-newsletter-home5 h3 {
    margin-bottom: 15px;
    color: #222;
}
.section-newsletter-home5 p {
    font-family: "Roboto", sans-serif;
    color: #444;
    font-size: 18px;
}
.section-newsletter-home5 form {
    margin-top: 10px;
}
.section-newsletter-home5 form input {
    background: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    border-radius: 28px;
    border: none;
    padding: 25px 28px;
}
.section-newsletter-home5 form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.section-newsletter-home5 form span {
    background: #fff;
    border-radius: 28px;
    border: none;
}
.section-newsletter-home5 form span i {
    font-size: 18px;
    margin-right: 18px;
}

@media only screen and (max-width: 576px) {
    .col-38, .col-62, .col-31, .col-69 {
        width: 100%;
    }
    .header-home5 .navbar-home2 {
        display: none;
    }
    .section-slider-home5 {
        margin-bottom: 0;
    }
    .section-slider-home5 .caption {
        padding-left: 15px;
        padding-bottom: 0;
        padding-top: 30px;
        width: 45%;
    }
    .section-slider-home5 .caption h1 {
        font-size: 25px;
        padding: 0 70px 0 0;
        margin-bottom: 0;
    }
    .section-slider-home5 .caption p {
        font-size: 14px;
        padding: 0;
    }
    .section-slider-home5 .slick-button5 {
        width: 30px;
        height: 30px;
    }
    .section-slider-home5 .prev5, .section-slider-home5 .next5 {
        bottom: 86px;
    }
    .section-slider-home5 .prev5 {
        margin-right: 31px;
    }
    .section-slider-home5 .social {
        display: none;
    }
    .section-slider-home5 .slick-dots li button:before {
        font-size: 8px;
    }
    .section-slider-home5 .slick-dots {
        right: 15px;
    }
    .section-slider-home5 .slick-dots li {
        margin: 0px;
        width: 10px;
        height: 10px;
    }
    .section-banner-home5 .text {
        font-size: 16px;
        padding: 20px 30px 0;
    }
    .section-banner-home5 .text span {
        font-size: 20px;
    }
    .section-banner-home5 .banner01-5 .title h3 {
        font-size: 35px;
    }
    .section-banner-home5 .banner01-5 .title p {
        font-size: 22px;
    }
    .section-banner-home5 .banner05-5 .title {
        bottom: 11.4228%;
    }
    .section-banner-home5 .banner05-5 .title h3 {
        font-size: 35px;
    }
    .section-banner-home5 .banner05-5 .title p {
        font-size: 22px;
    }
    .section-banner-home5 .banner02-5 .title {
        position: relative;
        padding: 35px 0;
        top: 50%;
    }
    .section-banner-home5 .banner02-5 .title h3 {
        font-size: 35px;
    }
    .section-banner-home5 .banner02-5 .title h6 {
        font-size: 22px;
        margin-top: 1rem;
    }
    .section-banner-home5 .banner02-5 .title p {
        margin-bottom: 30px;
        padding: 0 25px;
    }
    .section-blog-home5 {
        padding-bottom: 0;
        padding-top: 10px;
    }
    .section-blog-home5 .box {
        cursor: pointer;
        padding-bottom: 25px;
    }
    .section-blog-home5 .box .title > div:nth-child(2) {
        margin: 0;
    }
    .section-newsletter-home5 {
        padding: 30px 0 30px;
    }
    .section-newsletter-home5 h3 {
        font-size: 35px;
    }
    .section-newsletter-home5 p {
        font-size: 16px;
        padding: 0 25px 20px 0px;
    }
    .section-newsletter-home5 form {
        padding-right: 40px;
    }
    .section-newsletter-home5 form span {
        padding-right: 0;
    }
    .section-newsletter-home5 form input {
        font-size: 16px;
        padding: 20px 25px;
    }
}

@media only screen and (max-width: 480px) {
    .section-slider-home5 .caption h1 {
        padding-bottom: 10px;
    }
    .section-slider-home5 .caption p {
        display: none;
    }
    .section-slider-home5 .prev5, .section-slider-home5 .next5 {
        bottom: 60px;
    }
    .section-banner-home5 .text {
        font-size: 12px;
        padding: 2px 12px 0;
    }
    .section-banner-home5 .text span {
        font-size: 16px;
    }
    .section-banner-home5 .banner01-5 .title h3,
    .section-banner-home5 .banner05-5 .title h3,
    .section-banner-home5 .banner02-5 .title h3 {
        font-size: 30px;
    }
    .section-banner-home5 .banner01-5 .title p,
    .section-banner-home5 .banner05-5 .title p,
    .section-banner-home5 .banner02-5 .title p {
        font-size: 20px;
    }
    .section-banner-home5 .banner05-5 .title p {
        margin-bottom: 0;
    }
    .section-banner-home5 .banner02-5 .title p {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) {
    .col-38, .col-62, .col-31, .col-69 {
        width: 100%;
    }
    .header-home5 .navbar-home2 {
        display: none;
    }
    .section-slider-home5 {
        padding-bottom: 0;
    }
    .section-slider-home5 .slick-dots li button:before {
        font-size: 8px;
    }
    .section-slider-home5 .slick-dots {
        right: 1.11%;
    }
    .section-slider-home5 .caption {
        padding-top: 15px;
        padding-bottom: 0;
        bottom: -3px;
        width: 45%;
        max-width: 45%;
        overflow: hidden;
    }
    .section-slider-home5 .caption h1 {
        font-size: 25px;
        padding: 0 51px 0 15px;
    }
    .section-slider-home5 .caption p {
        padding: 0 15px 0 15px;
        font-size: 14px;
    }
    .section-slider-home5 .social {
        display: none;
    }
    .section-slider-home5 .slick-button5 {
        width: 30px;
        height: 30px;
    }
    .section-slider-home5 .prev5, .section-slider-home5 .next5 {
        bottom: 30%;
        right: 55%;
    }
    .section-slider-home5 .prev5 {
        margin-right: 31px;
    }
    .section-banner-home5 .text {
        font-size: 16px;
        padding: 20px 30px 0;
    }
    .section-banner-home5 .text span {
        font-size: 20px;
    }
    .section-banner-home5 .banner01-5 .title h3 {
        font-size: 35px;
    }
    .section-banner-home5 .banner01-5 .title p {
        font-size: 22px;
    }
    .section-banner-home5 .banner05-5 .title {
        bottom: 11.4228%;
    }
    .section-banner-home5 .banner05-5 .title h3 {
        font-size: 35px;
    }
    .section-banner-home5 .banner05-5 .title p {
        font-size: 22px;
    }
    .section-banner-home5 .banner02-5 .title {
        position: relative;
        padding: 50px 0;
        top: 50%;
    }
    .section-banner-home5 .banner02-5 .title h3 {
        font-size: 35px;
    }
    .section-banner-home5 .banner02-5 .title h6 {
        font-size: 23px;
        margin-top: 2rem;
    }
    .section-banner-home5 .banner02-5 .title p {
        margin-bottom: 45px;
        padding: 0 25px;
    }
    .section-newsletter-home5 {
        padding: 30px 0 30px;
    }
    .section-newsletter-home5 h3 {
        font-size: 35px;
    }
    .section-newsletter-home5 p {
        font-size: 16px;
    }
    .section-newsletter-home5 form input {
        font-size: 16px;
        padding: 20px 25px;
    }
}

@media only screen and (min-width: 768px) {
    .col-31 {
        width: 31.3%;
    }
    .col-69 {
        width: 68.7%;
    }
    .section-slider-home5 {
        margin-bottom: 0;
    }
    .section-slider-home5 .caption {
        padding-bottom: 10px;
        padding-top: 30px;
        width: 45%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .section-slider-home5 .caption h1 {
        font-size: 44px;
        margin-bottom: 10px;
        max-width: 190px;
        padding: 0;
    }
    .section-slider-home5 .caption p {
        font-size: 14px;
        padding: 0;
    }
    .section-slider-home5 .slick-button5 {
        width: 30px;
        height: 30px;
    }
    .section-slider-home5 .prev5, .section-slider-home5 .next5 {
        bottom: 86px;
    }
    .section-slider-home5 .social {
        display: none;
    }
    .section-slider-home5 .slick-dots li button:before {
        font-size: 12px;
    }
    .section-slider-home5 .slick-dots {
        right: 1.11%;
    }
    .section-banner-home5 .banner05-5 .title h3 {
        font-size: 30px;
    }
    .section-banner-home5 .banner05-5 .title p {
        font-size: 20px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) {
    .col-62 {
        width: 62%;
    }
    .col-38 {
        width: 38%;
    }
    .section-slider-home5 .caption {
        padding-bottom: 10px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .section-slider-home5 .caption h1 {
        font-size: 44px;
        margin-bottom: 10px;
        max-width: 190px;
    }
    .section-slider-home5 .caption p {
        font-size: 16px;
    }
    .section-slider-home5 .slick-button5 {
        width: 30px;
        height: 30px;
    }
    .section-slider-home5 .prev5, .section-slider-home5 .next5 {
        bottom: 120px;
    }
    .section-slider-home5 .social {
        display: block;
        right: -90px;
    }
    .section-slider-home5 .slick-dots li button:before {
        font-size: 16px;
    }
    .section-slider-home5 .slick-dots {
        right: 1.11%;
    }
    .section-slider-home5 .slick-dots li {
        margin: 0 5px;
    }
    .section-banner-home5 .banner02-5 .title {
        padding: 0;
    }
    .section-banner-home5 .banner02-5 .title h6 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .section-banner-home5 .banner02-5 .title p {
        margin-bottom: 20px;
        padding: 0 2px;
    }
    .section-newsletter-home5 h3 {
        font-size: 45px;
    }
}

@media only screen and (min-width: 1200px) {
    .section-slider-home5 {
        margin-bottom: 70px;
    }
    .section-slider-home5 .caption {
        padding: 30px 0 30px 0;
        bottom: -1px;
        width: 45%;
    }
    .section-slider-home5 .caption h1 {
        font-size: 68px;
        padding: 0 95px;
        max-width: 100%;
    }
    .section-slider-home5 .caption p {
        padding: 0 95px 0 95px;
        font-size: 18px;
    }
    .section-slider-home5 .slick-button5 {
        width: 50px;
        height: 50px;
    }
    .section-slider-home5 .prev5, .section-slider-home5 .next5 {
        bottom: 165px;
        right: 55%;
    }
    .section-slider-home5 .prev5 {
        margin-right: 51px;
    }
    .section-slider-home5 .social {
        right: -6px;
    }
    .section-banner-home5 .banner01-5 .title h3, .section-banner-home5 .banner05-5 .title h3 {
        font-size: 40px;
    }
    .section-banner-home5 .banner01-5 .title p, .section-banner-home5 .banner05-5 .title p {
        font-size: 22px;
    }
    .section-newsletter-home5 {
        padding: 60px 0 60px;
    }
    .section-newsletter-home5 h3 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1600px) {
    .col-62 {
        width: 62.5%;
    }
    .col-38 {
        width: 37.5%;
    }
    .section-slider-home5 {
        margin-bottom: 145px;
    }
    .section-slider-home5 .caption {
        padding: 51px 0 56px 0;
        bottom: -1px;
        width: 44%;
    }
    .section-slider-home5 .caption h1 {
        font-size: 100px;
        padding: 0 171px;
        max-width: 100%;
    }
    .section-slider-home5 .caption p {
        padding: 0 155px 0 171px;
        font-size: 18px;
    }
    .section-slider-home5 .slick-button5 {
        width: 90px;
        height: 80px;
    }
    .section-slider-home5 .prev5, .section-slider-home5 .next5 {
        bottom: 240px;
        z-index: 1;
        right: 56%;
    }
    .section-slider-home5 .prev5 {
        margin-right: 91px;
    }
    .section-slider-home5 .social {
        right: 60px;
    }
    .section-slider-home5 .slick-dots li button:before {
        font-size: 18px;
    }
    .section-slider-home5 .slick-dots {
        right: 175px;
    }
    .section-slider-home5 .slick-dots li {
        margin: 0 5px;
    }
    .section-slider-home5 .slick-dots li button {
        width: 20px;
        height: 20px;
    }
    .section-banner-home5 .text {
        bottom: -1px;
        left: -1px;
        font-size: 18px;
        width: 250px;
        height: 100px;
    }
    .section-banner-home5 .text span {
        font-size: 30px;
        margin-bottom: 8px;
    }
    .section-banner-home5 .text-225 {
        width: 226px;
    }
    .section-banner-home5 .banner01-5 .title h3 {
        font-size: 60px;
    }
    .section-banner-home5 .banner01-5 .title p {
        font-size: 30px;
    }
    .section-banner-home5 .banner02-5 .title h6 {
        font-size: 30px;
    }
    .section-banner-home5 .banner02-5 .title h3 {
        font-size: 60px;
    }
    .section-banner-home5 .banner02-5 .title p {
        font-size: 18px;
        margin-bottom: 45px;
    }
    .section-banner-home5 .banner05-5 .title h3 {
        font-size: 60px;
    }
    .section-banner-home5 .banner05-5 .title p {
        font-size: 30px;
    }
    .section-blog-home5 {
        padding-top: 72px;
    }
    .section-brand-home5 {
        padding-bottom: 70px;
    }
    .section-newsletter-home5 {
        padding: 72px 0 73px;
    }
    .section-newsletter-home5 h3 {
        margin-bottom: 15px;
        font-size: 60px;
    }
    .section-newsletter-home5 p {
        font-size: 18px;
    }
    .section-newsletter-home5 form {
        margin-top: 10px;
    }
    .section-newsletter-home5 form input {
        font-size: 18px;
        padding: 25px 28px;
    }
    .section-newsletter-home5 form span i {
        font-size: 18px;
        margin-right: 18px;
    }
}

.col-63 {
    width: 62.74%;
}

.col-37 {
    width: 37.26%;
}

.product-toolbar {
    padding-top: 63px;
    padding-bottom: 64px;
}
.product-toolbar a {
    font-size: 18px;
    color: #222;
}
.product-toolbar a:hover {
    color: #c50215;
}
.product-toolbar span {
    font-size: 18px;
    color: #c50215;
}

.section-product-detail-v3 .product-slick .slick-button {
    border-radius: 50%;
    border: none;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f4f4f4;
}
.section-product-detail-v3 .product-slick .slick-button .arrow {
    font-size: 15px;
    color: #222;
}
.section-product-detail-v3 .product-slick .slick-button:hover, .section-product-detail-v3 .product-slick .slick-button:active, .section-product-detail-v3 .product-slick .slick-button:focus {
    background: #222;
}
.section-product-detail-v3 .product-slick .slick-button:hover i, .section-product-detail-v3 .product-slick .slick-button:active i, .section-product-detail-v3 .product-slick .slick-button:focus i {
    color: #e2e2e2;
}

.section-product-detail-v3 .product-slick .prev, .section-product-detail-v3 .product-slick .next {
    position: absolute;
    top: 50%;
    z-index: 1;
    color: #3e3e3e;
}

.section-product-detail-v3 .product-slick .prev {
    left: 2.274%;
}

.section-product-detail-v3 .product-slick .next {
    right: 2.274%;
}

.section-product-detail-v3 .text {
    padding-top: 22px;
    padding-bottom: 46px;
}
.section-product-detail-v3 .text .name-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-product-detail-v3 .text .name-rating .names {
    color: #888;
    margin-right: 26px;
}
.section-product-detail-v3 .text .name-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: 7px;
}
.section-product-detail-v3 .text .name-price .price {
    color: #c50215;
    margin-left: 49px;
}
.section-product-detail-v3 .text .details {
    width: 56%;
    max-width: 56%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #222;
}

.section-product-detail-v3 .customer-option {
    width: 62%;
    margin: 0 auto;
    text-align: left;
}
.section-product-detail-v3 .customer-option label {
    font-size: 36px;
    font-weight: bold;
    color: #222;
}
.section-product-detail-v3 .customer-option .select-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
}
.section-product-detail-v3 .customer-option .select-color label {
    color: #222;
    margin-right: 49px;
}
.section-product-detail-v3 .customer-option .select-color a {
    margin-right: 9px;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 9px;
    display: inline-block;
    width: 98px;
}
.section-product-detail-v3 .customer-option .select-color a:hover span {
    display: block;
}
.section-product-detail-v3 .customer-option .select-color a span {
    position: absolute;
    background: #e4bec3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    display: none;
}
.section-product-detail-v3 .customer-option .size-quanlity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.section-product-detail-v3 .customer-option .size-quanlity .select-size,
.section-product-detail-v3 .customer-option .size-quanlity .select-quanlity {
    position: relative;
    border: 2px solid #f4f4f4;
}
.section-product-detail-v3 .customer-option .size-quanlity .select-size label,
.section-product-detail-v3 .customer-option .size-quanlity .select-quanlity label {
    margin-bottom: 17px;
}
.section-product-detail-v3 .customer-option .size-quanlity .select-size::after,
.section-product-detail-v3 .customer-option .size-quanlity .select-quanlity::after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    color: #3e3e3e;
    font-size: 14px;
    top: 0;
    right: 0;
    width: 50px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #f4f4f4;
    pointer-events: none;
}
.section-product-detail-v3 .customer-option .size-quanlity .select-size select,
.section-product-detail-v3 .customer-option .size-quanlity .select-quanlity select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 20px;
    border: none;
}
.section-product-detail-v3 .customer-option .size-quanlity .select-size select {
    width: 300px;
    height: 46px;
}
.section-product-detail-v3 .customer-option .size-quanlity .select-quanlity select {
    width: 150px;
    height: 46px;
}
.section-product-detail-v3 .customer-option .size-quanlity .select-buy a {
    font-size: 18px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-product-detail-v3 .customer-option .size-quanlity .select-buy a:first-child {
    width: 200px;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    background: #222;
    margin-right: 20px;
    text-transform: uppercase;
}
.section-product-detail-v3 .customer-option .size-quanlity .select-buy a:last-child {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #3b3b3b;
    background: #f4f4f4;
}
.section-product-detail-v3 .customer-option .size-quanlity .select-buy a:hover {
    background: #c90215;
    color: #fff;
}

.section-product-detail-v3 .tag-link {
    margin-top: 45px;
    text-align: center;
    width: 100%;
}
.section-product-detail-v3 .tag-link div:first-child {
    margin-bottom: 6px;
}
.section-product-detail-v3 .tag-link label {
    font-weight: bold;
}
.section-product-detail-v3 .tag-link label, .section-product-detail-v3 .tag-link a {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
}
.section-product-detail-v3 .tag-link .share {
    margin-top: 44px;
}
.section-product-detail-v3 .tag-link .share label {
    margin-right: 16px;
}
.section-product-detail-v3 .tag-link .share a {
    margin-right: 27px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-product-detail-v3 .tag-link .share a:hover {
    color: #c50215;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.description-product-v3 {
    color: #222;
}
.description-product-v3 .tab-content h4 {
    font-size: 20px;
    font-weight: bold;
}
.description-product-v3 .tab-content p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}
.description-product-v3 .tab-content p:nth-child(2) {
    margin-bottom: 24px;
}

.section-description {
    padding-top: 115px;
}
.section-description h4 {
    font-size: 20px;
    margin-bottom: 23px;
}
.section-description .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style: none;
    margin: 0 auto 36px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-description .tabs li {
    cursor: pointer;
    font-size: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-description .tabs li:hover {
    color: var(--main);
}
.section-description .tabs li:after {
    border-bottom: 2px solid #222;
}
.section-description .tabs .current {
    color: var(--main);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-description .tab-content {
    display: none;
    color: #222;
}
.section-description .tab-content p {
    font-family: "Roboto", sans-serif;
}
.section-description .tab-content .content-child h4 {
    font-size: 20px;
    font-weight: bold;
}
.section-description .tab-content .content-child h4:first-child {
    margin-top: 28px;
}
.section-description .tab-content .content-child h4:nth-child(3) {
    margin-top: 43px;
}
.section-description .tab-content .content-child p {
    font-size: 18px;
    color: #222;
    font-family: "Roboto", sans-serif;
}
.section-description .tab-content.current {
    display: inherit;
}
.section-description .review {
    padding-top: 30px;
}
.section-description .review h3 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 25px;
    color: #222;
    margin-bottom: 50px;
}
.section-description .review .comment .feedback .comment-content {
    margin-left: 20px;
    font-size: 14px;
}
.section-description .review .comment .feedback .comment-content .br-widget a:after {
    content: '\f005';
    font-family: 'FontAwesome';
    color: #EDB867;
    font-size: 14px;
}
.section-description .review .comment .feedback .comment-content .br-widget a.br-selected:after {
    color: #EDB867;
}
.section-description .review .comment .feedback .comment-content .br-current-rating {
    display: none;
}
.section-description .review .add-review {
    margin-top: 35px;
    color: #222;
}
.section-description .review .add-review h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.section-description .review .add-review .review-note {
    font-size: 16px;
    margin-bottom: 20px;
}
.section-description .review .add-review .review-form input:focus {
    border-color: #ced4da;
}
.section-description .review .add-review .review-form input, .section-description .review .add-review .review-form textarea {
    border: none;
    background: #f4f4f4;
    padding-left: 28px;
    color: #888;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}
.section-description .review .add-review .review-form input::-webkit-input-placeholder, .section-description .review .add-review .review-form textarea::-webkit-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #ddd;
}
.section-description .review .add-review .review-form input:-ms-input-placeholder, .section-description .review .add-review .review-form textarea:-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #ddd;
}
.section-description .review .add-review .review-form input::-ms-input-placeholder, .section-description .review .add-review .review-form textarea::-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #ddd;
}
.section-description .review .add-review .review-form input::placeholder, .section-description .review .add-review .review-form textarea::placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #ddd;
}
.section-description .review .add-review .review-form input {
    border-radius: 45px;
    height: 45px;
}
.section-description .review .add-review .review-form textarea {
    border-radius: 20px;
    padding-top: 25px;
}
.section-description .review .add-review .review-form .rating-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.section-description .review .add-review .review-form .rating-user label {
    margin-right: 20px;
    font-size: 20px;
    margin-bottom: 0;
}
.section-description .review .add-review .review-form .rating-user .br-widget a:after {
    content: '\f005';
    font-family: 'FontAwesome';
    color: #d2d2d2;
    font-size: 13px;
}
.section-description .review .add-review .review-form .rating-user .br-widget a.br-selected:after {
    color: #EDB867;
}
.section-description .review .add-review .review-form .rating-user .br-current-rating {
    display: none;
}
.section-description table {
    margin-top: 60px;
}
.section-description table table, .section-description table tr, .section-description table td {
    border: 1px solid #dee2e6;
}

.col-75 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
}

.col-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.section-product-detail-v2 .info-product .rating {
    padding-top: 17px;
    padding-bottom: 6px;
    font-size: 18px;
}
.section-product-detail-v2 .info-product .rating div:first-child {
    margin-right: 26px;
}
.section-product-detail-v2 .info-product .rating span {
    font-size: 12px;
}

.section-product-detail-v2 .info-product .name-product {
    font-size: 36px;
    color: #222;
}

.section-product-detail-v2 .info-product .price-product {
    font-size: 36px;
    font-weight: bold;
    color: #c90215;
    margin-bottom: 10px;
    margin-top: 6px;
}

.section-product-detail-v2 .info-product p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
}

.section-product-detail-v2 .customer-option .select-color {
    padding-bottom: 32px;
}
.section-product-detail-v2 .customer-option .select-color h4 {
    margin-bottom: 19px;
}
.section-product-detail-v2 .customer-option .select-color a {
    width: 97px;
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 9px;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-product-detail-v2 .customer-option .select-color a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e4bec3;
    opacity: 0.7;
    display: none;
}
.section-product-detail-v2 .customer-option .select-color a:hover .overlay {
    display: block;
}

.section-product-detail-v2 h4 {
    font-weight: bold;
    font-size: 36px;
    color: #222;
}

.section-product-detail-v2 .size h4, .section-product-detail-v2 .quanlity h4 {
    margin-bottom: 20px;
}

.section-product-detail-v2 .size {
    margin-right: 30px;
}

.section-product-detail-v2 .select-size, .section-product-detail-v2 .select-quanlity {
    border: 2px solid #f4f4f4;
    margin-bottom: 50px;
    position: relative;
    font-size: 18px;
}
.section-product-detail-v2 .select-size::after, .section-product-detail-v2 .select-quanlity::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #222;
    right: 0;
    top: 0;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    background: #f4f4f4;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.section-product-detail-v2 .select-size select, .section-product-detail-v2 .select-quanlity select {
    padding-left: 20px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    font-size: 20px;
}
@media only screen and (max-width: 992px) {
    .section-product-detail-v2 .select-size select, .section-product-detail-v2 .select-quanlity select {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .section-product-detail-v2 .select-size select, .section-product-detail-v2 .select-quanlity select {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .section-product-detail-v2 .select-size select, .section-product-detail-v2 .select-quanlity select {
        font-size: 20px;
    }
}
.section-product-detail-v2 .select-size select option, .section-product-detail-v2 .select-quanlity select option {
    width: 100%;
}

.section-product-detail-v2 .select-size select {
    height: 50px;
    width: 300px;
}

.section-product-detail-v2 .select-quanlity select {
    height: 50px;
    width: 150px;
}

.section-product-detail-v2 .select-buy {
    margin-bottom: 48px;
}
.section-product-detail-v2 .select-buy a {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-product-detail-v2 .select-buy a:first-child {
    height: 50px;
    width: 200px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #222;
    border-radius: 56px;
    margin-right: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
    .section-product-detail-v2 .select-buy a:first-child {
        font-size: 16px;
    }
}
.section-product-detail-v2 .select-buy a:last-child {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f4f4f4;
    color: #3b3b3b;
    border-radius: 50%;
}
.section-product-detail-v2 .select-buy a:hover {
    background: #c90215;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.section-product-detail-v2 .select-buy a:hover i {
    color: #fff;
}

.section-product-detail-v2 .link-page {
    color: #222;
    font-size: 18px;
}
.section-product-detail-v2 .link-page div:first-child {
    margin-bottom: 6px;
}
.section-product-detail-v2 .link-page a {
    color: #222;
}
.section-product-detail-v2 .link-page a:hover {
    color: #c90215;
}
.section-product-detail-v2 .link-page .share {
    margin-top: 35px;
}
.section-product-detail-v2 .link-page .share a {
    margin: 0 14px;
}
.section-product-detail-v2 .link-page .share a i {
    color: #aaa;
}
.section-product-detail-v2 .link-page .share a i:hover {
    color: #c90215;
}

.section-product-detail-v2 .slick-scoll {
    padding: 0;
    margin: 0;
    height: 100%;
}
.section-product-detail-v2 .slick-scoll .slick-list {
    height: 100%;
}
.section-product-detail-v2 .slick-scoll .product-image {
    margin: 0 0 7px 0;
    border-bottom: 3px solid #fff;
}
.section-product-detail-v2 .slick-scoll .product-image:focus, .section-product-detail-v2 .slick-scoll .product-image:active {
    border-bottom: 3px solid #c50215;
}

.col-prod-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.88%;
    flex: 0 0 13.88%;
    max-width: 13.88%;
    float: left;
}

.col-prod-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86.12%;
    flex: 0 0 86.12%;
    max-width: 86.12%;
    float: right;
}

.col-prod-2, .col-prod-10 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-54 {
    width: 54.62%;
}

.col-46 {
    width: 45.38%;
}

.product-right-v1 {
    color: #222;
}
.product-right-v1 .slick-scoll {
    padding-top: 10px;
}
.product-right-v1 .slick-scoll .product-image {
    margin: 0 5px 3px;
    border-bottom: 3px solid #fff;
}
.product-right-v1 .slick-scoll .product-image:hover, .product-right-v1 .slick-scoll .product-image:focus {
    border-bottom: 3px solid #d13544;
}
.product-right-v1 .slick-scoll .slick-button {
    border-radius: 50%;
    border: none;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f4f4f4;
}
.product-right-v1 .slick-scoll .slick-button .arrow {
    font-size: 14px;
}
.product-right-v1 .slick-scoll .slick-button:focus {
    background: #222;
}
.product-right-v1 .slick-scoll .slick-button:focus .next, .product-right-v1 .slick-scoll .slick-button:focus .prev {
    color: #d3d3d3;
}
.product-right-v1 .slick-scoll .prev {
    position: absolute;
    top: 50%;
    left: 2.274%;
    z-index: 1;
    color: #3e3e3e;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-right-v1 .slick-scoll .next {
    position: absolute;
    top: 50%;
    right: 2.274%;
    z-index: 1;
    color: #3e3e3e;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-right-v1 .info-product .rating {
    padding-top: 17px;
    padding-bottom: 6px;
    font-size: 18px;
}
.product-right-v1 .info-product .rating div:first-child {
    margin-right: 26px;
}
.product-right-v1 .info-product .rating span {
    font-size: 12px;
}
.product-right-v1 .info-product .name-product {
    font-size: 36px;
}
.product-right-v1 .info-product .price-product {
    font-size: 36px;
    font-weight: bold;
    color: #c90215;
    margin-bottom: 10px;
    margin-top: 6px;
}
.product-right-v1 .color {
    padding-bottom: 32px;
}
.product-right-v1 .color h4 {
    margin-bottom: 19px;
}
.product-right-v1 .color a {
    width: 98px;
    display: inline-block;
    position: relative;
    margin-right: 9px;
    margin-bottom: 9px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.product-right-v1 .color a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e4bec3;
    opacity: 0.7;
    display: none;
}
.product-right-v1 .color a:hover .overlay {
    display: block;
}
.product-right-v1 p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
}
.product-right-v1 h4 {
    font-weight: bold;
    font-size: 36px;
}
.product-right-v1 .size-quanlity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}
.product-right-v1 .size-quanlity div:first-child {
    margin-right: 30px;
}
.product-right-v1 .size-quanlity .select-size select {
    height: 50px;
    width: 300px;
}
.product-right-v1 .size-quanlity .select-quanlity select {
    height: 50px;
    width: 150px;
}
.product-right-v1 .size-quanlity .select-size, .product-right-v1 .size-quanlity .select-quanlity {
    border: 2px solid #f4f4f4;
    position: relative;
}
.product-right-v1 .size-quanlity .select-size::after, .product-right-v1 .size-quanlity .select-quanlity::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #3e3e3e;
    right: 0;
    top: 0;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    background: #f4f4f4;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.product-right-v1 .size-quanlity .select-size select, .product-right-v1 .size-quanlity .select-quanlity select {
    padding-left: 20px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
}
.product-right-v1 .size-quanlity .select-size select option, .product-right-v1 .size-quanlity .select-quanlity select option {
    width: 100%;
}
.product-right-v1 .select-buy {
    margin-bottom: 48px;
}
.product-right-v1 .select-buy a {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.product-right-v1 .select-buy a:first-child {
    width: 200px;
    text-align: center;
    color: #fff;
    background: #222;
    border-radius: 56px;
    margin-right: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
    .product-right-v1 .select-buy a:first-child {
        font-size: 16px;
    }
}
.product-right-v1 .select-buy a:last-child {
    font-size: 18px;
    width: 50px;
    text-align: center;
    background: #f4f4f4;
    color: #3b3b3b;
    border-radius: 50%;
}
.product-right-v1 .select-buy a:hover {
    background: #c90215;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.product-right-v1 .select-buy a:hover i {
    color: #fff;
}
.product-right-v1 .link-page {
    font-size: 18px;
}
.product-right-v1 .link-page div:first-child {
    margin-bottom: 6px;
}
.product-right-v1 .link-page a {
    color: #222;
}
.product-right-v1 .link-page a:hover {
    color: #c90215;
}
.product-right-v1 .link-page .share {
    margin-top: 35px;
}
.product-right-v1 .link-page .share a {
    margin: 0 14px;
}
.product-right-v1 .link-page .share a i {
    color: #aaa;
}
.product-right-v1 .link-page .share a i:hover {
    color: #c90215;
}

.margin-product {
    margin-bottom: 86px;
    margin-top: 27px;
}

/* PRODUCT DETAIL V1 END */
@media only screen and (max-width: 576px) {
    .col-63 {
        width: 100%;
        margin-bottom: 30px;
    }
    .col-37 {
        width: 100%;
    }
    .col-75 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-25 {
        display: none;
    }
    .col-54, .col-46 {
        width: 100%;
    }
    .product-toolbar {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product-toolbar a, .product-toolbar span {
        font-size: 16px;
    }
    .section-product-detail-v2 .info-product .name-product,
    .section-product-detail-v2 .info-product .price-product {
        font-size: 25px;
    }
    .section-product-detail-v2 .info-product p {
        font-size: 16px;
    }
    .section-product-detail-v2 h4 {
        font-size: 25px;
    }
    .section-product-detail-v2 .customer-option .select-color a {
        width: 65px;
        margin-right: 4px;
        margin-bottom: 4px;
    }
    .section-product-detail-v2 .select-size, .section-product-detail-v2 .select-quanlity {
        margin-bottom: 30px;
    }
    .section-product-detail-v2 .select-size::after, .section-product-detail-v2 .select-quanlity::after {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .section-product-detail-v2 .select-size select {
        height: 40px;
        width: 175px;
    }
    .section-product-detail-v2 .select-quanlity select {
        height: 40px;
        width: 125px;
    }
    .section-product-detail-v2 .select-buy {
        margin-bottom: 30px;
    }
    .section-product-detail-v2 .select-buy a:first-child {
        height: 40px;
        width: 150px;
        line-height: 40px;
    }
    .section-product-detail-v2 .select-buy a:last-child {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .section-product-detail-v2 .link-page {
        font-size: 16px;
    }
    .section-product-detail-v2 .link-page div:first-child {
        margin-bottom: 6px;
    }
    .section-product-detail-v2 .link-page .share {
        margin-top: 15px;
    }
    .section-description {
        padding-top: 40px;
    }
    .section-description h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .section-description .tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto 18px;
    }
    .section-description .tabs li {
        font-size: 25px;
    }
    .section-description .tab-content p {
        font-size: 16px;
    }
    .section-description .tab-content h4 {
        font-size: 20px;
    }
    .section-description .tab-content .content-child h4:first-child {
        margin-top: 15px;
    }
    .section-description .tab-content .content-child h4:nth-child(3) {
        margin-top: 20px;
    }
    .section-description .tab-content .content-child p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .product-right-v1 h4 {
        font-size: 28px;
    }
    .product-right-v1 .info-product .rating {
        padding-top: 8px;
        padding-bottom: 0px;
        font-size: 16px;
    }
    .product-right-v1 .info-product .name-product {
        font-size: 25px;
        margin-bottom: 0;
    }
    .product-right-v1 .info-product .price-product {
        font-size: 25px;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .product-right-v1 p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .product-right-v1 .color {
        padding-bottom: 15px;
    }
    .product-right-v1 .color h4 {
        margin-bottom: 19px;
    }
    .product-right-v1 .color a {
        width: 65px;
        margin-right: 2px;
        margin-bottom: 5px;
    }
    .product-right-v1 .size h4, .product-right-v1 .quanlity h4 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .product-right-v1 .size-quanlity {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 25px;
    }
    .product-right-v1 .size-quanlity div:first-child {
        margin-bottom: 15px;
    }
    .product-right-v1 .size-quanlity .select-size::after, .product-right-v1 .size-quanlity .select-quanlity::after {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .product-right-v1 .size-quanlity .select-size select {
        height: 40px;
        width: 175px;
    }
    .product-right-v1 .size-quanlity .select-quanlity select {
        height: 40px;
        width: 125px;
    }
    .product-right-v1 .select-buy {
        margin-bottom: 25px;
    }
    .product-right-v1 .select-buy a {
        line-height: 40px;
    }
    .product-right-v1 .select-buy a:first-child {
        height: 40px;
        width: 150px;
    }
    .product-right-v1 .select-buy a:last-child {
        font-size: 16px;
        width: 40px;
        height: 40px;
    }
    .product-right-v1 .link-page {
        font-size: 16px;
    }
    .product-right-v1 .link-page .share {
        margin-top: 2px;
    }
    .section-product-detail-v3 .text {
        padding-top: 15px;
        padding-bottom: 46px;
    }
    .section-product-detail-v3 .text .name-price {
        font-size: 28px;
    }
    .section-product-detail-v3 .text .details {
        width: 100%;
        max-width: 100%;
        font-size: 16px;
        text-align: left;
    }
    .section-product-detail-v3 .customer-option {
        width: 100%;
    }
    .section-product-detail-v3 .customer-option label {
        font-size: 30px;
    }
    .section-product-detail-v3 .customer-option .select-color {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .section-product-detail-v3 .customer-option .select-color label {
        padding-bottom: 15px;
    }
    .section-product-detail-v3 .customer-option .select-color a {
        margin-right: 5px;
        margin-bottom: 5px;
        width: 53px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-size label,
    .section-product-detail-v3 .customer-option .size-quanlity .select-quanlity label {
        margin-bottom: 14px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-size::after,
    .section-product-detail-v3 .customer-option .size-quanlity .select-quanlity::after {
        height: 41px;
        line-height: 41px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-size select {
        width: 175px;
        height: 41px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-quanlity {
        margin-bottom: 15px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-quanlity select {
        width: 125px;
        height: 41px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-buy a {
        font-size: 16px;
        line-height: 40px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-buy a:first-child {
        width: 160px;
        height: 40px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-buy a:last-child {
        width: 40px;
        height: 40px;
    }
    .section-product-detail-v3 .tag-link {
        margin-top: 15px;
        text-align: left;
    }
    .section-product-detail-v3 .tag-link label, .section-product-detail-v3 .tag-link a {
        font-size: 16px;
    }
    .section-product-detail-v3 .tag-link .share {
        margin-top: 14px;
    }
}

@media only screen and (min-width: 576px) {
    .col-75 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-25 {
        display: none;
    }
    .col-54 {
        width: 100%;
    }
    .col-46 {
        width: 100%;
        margin: 0 auto;
    }
    .product-toolbar {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product-toolbar a, .product-toolbar span {
        font-size: 16px;
    }
    .product-right-v1 .info-product .rating-product {
        padding-top: 8px;
        padding-bottom: 0px;
        font-size: 16px;
    }
    .product-right-v1 .info-product .name-product {
        font-size: 25px;
    }
    .product-right-v1 .info-product .price-product {
        font-size: 25px;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .product-right-v1 p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .product-right-v1 .color {
        padding-bottom: 15px;
    }
    .product-right-v1 .color h4 {
        margin-bottom: 14px;
    }
    .product-right-v1 .color a {
        width: 65px;
        margin-right: 2px;
        margin-bottom: 5px;
    }
    .product-right-v1 .size h4, .product-right-v1 .quanlity h4 {
        margin-bottom: 20px;
    }
    .product-right-v1 .size-quanlity {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 25px;
    }
    .product-right-v1 .size-quanlity div:first-child {
        margin-bottom: 15px;
    }
    .product-right-v1 .size-quanlity .select-size::after, .product-right-v1 .size-quanlity .select-quanlity::after {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .product-right-v1 .size-quanlity .select-size select {
        height: 40px;
        width: 200px;
    }
    .product-right-v1 .size-quanlity .select-quanlity select {
        height: 40px;
    }
    .product-right-v1 .select-buy {
        margin-bottom: 25px;
    }
    .product-right-v1 .select-buy a {
        line-height: 40px;
        height: 40px;
    }
    .product-right-v1 .select-buy a:first-child {
        width: 150px;
    }
    .product-right-v1 .select-buy a:last-child {
        font-size: 16px;
        width: 40px;
    }
    .product-right-v1 .link-page {
        font-size: 16px;
    }
    .product-right-v1 .link-page .share {
        margin-top: 2px;
    }
    .section-product-detail-v2 .info-product .name-product,
    .section-product-detail-v2 .info-product .price-product {
        font-size: 25px;
    }
    .section-product-detail-v2 .info-product p {
        font-size: 16px;
    }
    .section-product-detail-v2 h4 {
        font-size: 25px;
    }
    .section-product-detail-v2 .customer-option .select-color a {
        width: 65px;
        margin-right: 4px;
        margin-bottom: 4px;
    }
    .section-product-detail-v2 .select-size, .section-product-detail-v2 .select-quanlity {
        margin-bottom: 30px;
    }
    .section-product-detail-v2 .select-size::after, .section-product-detail-v2 .select-quanlity::after {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .section-product-detail-v2 .select-size select {
        height: 40px;
        width: 200px;
    }
    .section-product-detail-v2 .select-quanlity select {
        height: 40px;
        width: 150px;
    }
    .section-product-detail-v2 .select-buy {
        margin-bottom: 30px;
    }
    .section-product-detail-v2 .select-buy a:first-child {
        height: 40px;
        width: 150px;
        line-height: 40px;
    }
    .section-product-detail-v2 .select-buy a:last-child {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .section-product-detail-v2 .link-page {
        font-size: 16px;
    }
    .section-product-detail-v2 .link-page .share {
        margin-top: 15px;
    }
    .section-description {
        padding-top: 40px;
    }
    .section-description h4 {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: bolder;
    }
    .section-description .tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto 18px;
    }
    .section-description .tab-content p {
        font-size: 16px;
    }
    .section-description .tab-content .content-child h4:first-child {
        margin-top: 15px;
    }
    .section-description .tab-content .content-child h4:nth-child(3) {
        margin-top: 20px;
    }
    .section-description .tab-content .content-child p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .section-product-detail-v3 .text {
        padding-top: 15px;
        padding-bottom: 46px;
    }
    .section-product-detail-v3 .text .name-price {
        font-size: 28px;
    }
    .section-product-detail-v3 .text .details {
        width: 100%;
        max-width: 100%;
        font-size: 16px;
    }
    .section-product-detail-v3 .customer-option {
        width: 100%;
    }
    .section-product-detail-v3 .customer-option label {
        font-size: 30px;
    }
    .section-product-detail-v3 .customer-option .select-color {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .section-product-detail-v3 .customer-option .select-color label {
        padding-bottom: 15px;
    }
    .section-product-detail-v3 .customer-option .select-color a {
        margin-right: 5px;
        margin-bottom: 5px;
        width: 69px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-size label,
    .section-product-detail-v3 .customer-option .size-quanlity .select-quanlity label {
        margin-bottom: 17px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-size::after,
    .section-product-detail-v3 .customer-option .size-quanlity .select-quanlity::after {
        height: 41px;
        line-height: 41px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-size select {
        width: 300px;
        height: 41px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-quanlity {
        margin-bottom: 15px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-quanlity select {
        width: 150px;
        height: 41px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-buy a {
        font-size: 16px;
        line-height: 40px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-buy a:first-child {
        width: 150px;
        height: 40px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-buy a:last-child {
        width: 40px;
        height: 40px;
    }
    .section-product-detail-v3 .tag-link {
        margin-top: 15px;
        text-align: left;
    }
    .section-product-detail-v3 .tag-link label, .section-product-detail-v3 .tag-link a {
        font-size: 16px;
    }
    .section-product-detail-v3 .tag-link .share {
        margin-top: 14px;
    }
    .prodv3-margin-bot-95 {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .section-product-detail-v3 .customer-option .select-color {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 27px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-quanlity {
        margin-bottom: 0;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-size select {
        width: 200px;
    }
    .section-product-detail-v3 .tag-link {
        text-align: center;
        margin-top: 30px;
    }
    .section-description {
        padding-top: 50px;
    }
    .section-description .tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .section-description .tabs h4 {
        font-size: 20px;
    }
    .section-description .tabs li {
        font-size: 24px;
    }
    .col-54 {
        width: 40%;
    }
    .col-46 {
        width: 60%;
    }
    .product-right-v1 h4 {
        font-size: 23px;
    }
    .product-right-v1 p {
        font-size: 14px;
    }
    .product-right-v1 .info-product .name-product, .product-right-v1 .info-product .price-product {
        font-size: 23px;
    }
    .product-right-v1 .color a {
        width: 55px;
    }
    .product-right-v1 .size-quanlity {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 15px;
    }
    .product-right-v1 .link-page .share {
        margin-top: 10px;
    }
    .section-product-detail-v2 .info-product .rating {
        font-size: 14px;
        padding-top: 3px;
        padding-bottom: 5px;
    }
    .section-product-detail-v2 .info-product .name-product,
    .section-product-detail-v2 .info-product .price-product {
        font-size: 20px;
        margin: 0;
    }
    .section-product-detail-v2 .info-product p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .section-product-detail-v2 h4 {
        font-size: 20px;
        margin: 0;
    }
    .section-product-detail-v2 .customer-option .select-color {
        padding-bottom: 10px;
    }
    .section-product-detail-v2 .customer-option .select-color a {
        width: 53px;
        margin-right: 2px;
    }
    .section-product-detail-v2 .customer-option .select-color h4 {
        margin-bottom: 10px;
    }
    .section-product-detail-v2 .select-size, .section-product-detail-v2 .select-quanlity {
        margin-bottom: 10px;
    }
    .section-product-detail-v2 .select-size select {
        width: 175px;
    }
    .section-product-detail-v2 .select-quanlity select {
        width: 100px;
    }
    .section-product-detail-v2 .size h4, .section-product-detail-v2 .quanlity h4 {
        margin-bottom: 10px;
    }
    .section-product-detail-v2 .select-buy {
        margin-bottom: 15px;
    }
    .section-product-detail-v2 .link-page {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {
    .product-right-v1 .name, .product-right-v1 .dollar, .product-right-v1 h4 {
        font-size: 25px;
    }
    .product-right-v1 .color a {
        width: 54px;
    }
    .product-right-v1 .cart {
        margin-bottom: 30px;
    }
    .product-right-v1 .cart a:first-child {
        height: 40px;
        width: 150px;
        line-height: 40px;
    }
    .product-right-v1 .cart a:last-child {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .product-right-v1 .link-page {
        font-size: 16px;
    }
    .product-right-v1 .link-page .share {
        margin-top: 15px;
    }
    .section-product-detail-v3 .text .details {
        width: 76%;
        max-width: 76%;
        text-align: center;
    }
    .section-product-detail-v3 .customer-option {
        width: 70%;
    }
    .section-description .tabs li {
        font-size: 25px;
    }
    .section-description .tab-content p {
        text-align: left;
    }
    .section-description .tab-content .content-child p {
        text-align: left;
    }
    .section-product-detail-v2 .info-product .name-product,
    .section-product-detail-v2 .info-product .price-product {
        font-size: 25px;
    }
    .section-product-detail-v2 .info-product p {
        font-size: 16px;
    }
    .section-product-detail-v2 h4 {
        font-size: 25px;
    }
    .section-product-detail-v2 .customer-option .select-color a {
        width: 64px;
    }
    .section-product-detail-v2 .select-size, .section-product-detail-v2 .select-quanlity {
        margin-bottom: 30px;
    }
    .section-product-detail-v2 .select-size select {
        width: 200px;
    }
    .section-product-detail-v2 .select-quanlity select {
        width: 150px;
    }
    .section-product-detail-v2 .select-buy {
        margin-bottom: 30px;
    }
    .section-product-detail-v2 .link-page {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .section-product-detail-v3 .text .details {
        width: 68%;
        max-width: 68%;
        font-size: 16px;
    }
    .section-description {
        padding-top: 80px;
    }
    .section-description .tabs li {
        font-size: 28px;
    }
    .section-product-detail-v2 .info-product .rating {
        font-size: 18px;
        padding-top: 3px;
        padding-bottom: 0px;
    }
    .section-product-detail-v2 .info-product .price-product {
        margin-bottom: 7px;
        margin-top: 1px;
    }
    .section-product-detail-v2 .info-product p {
        margin-bottom: 10px;
    }
    .section-product-detail-v2 h4 {
        margin: 0;
    }
    .section-product-detail-v2 .customer-option .select-color {
        padding-bottom: 15px;
    }
    .section-product-detail-v2 .customer-option .select-color a {
        width: 65px;
        margin-right: 2px;
    }
    .section-product-detail-v2 .customer-option .select-color h4 {
        margin-bottom: 15px;
    }
    .section-product-detail-v2 .select-size, .section-product-detail-v2 .select-quanlity {
        margin-bottom: 25px;
    }
    .section-product-detail-v2 .select-size select {
        width: 175px;
    }
    .section-product-detail-v2 .select-quanlity select {
        width: 100px;
    }
    .section-product-detail-v2 .size h4, .section-product-detail-v2 .quanlity h4 {
        margin-bottom: 15px;
    }
    .section-product-detail-v2 .select-buy {
        margin-bottom: 25px;
    }
    .section-product-detail-v2 .link-page {
        font-size: 16px;
    }
    .product-right-v1 .name, .product-right-v1 .dollar, .product-right-v1 h4 {
        font-size: 25px;
    }
    .product-right-v1 .color a {
        width: 54px;
    }
    .product-right-v1 .cart {
        margin-bottom: 30px;
    }
    .product-right-v1 .cart a:first-child {
        height: 40px;
        width: 150px;
        line-height: 40px;
    }
    .product-right-v1 .cart a:last-child {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .product-right-v1 .link-page {
        font-size: 16px;
    }
    .product-right-v1 .link-page .share {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 1600px) {
    .col-75 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-54 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.61538461538462%;
        flex: 0 0 54.61538461538462%;
        max-width: 54.61538461538462%;
        padding: 0 15px;
    }
    .col-46 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.38461538461538%;
        flex: 0 0 45.38461538461538%;
        max-width: 45.38461538461538%;
        padding: 0 15px 0 19px;
    }
    .section-description {
        padding-top: 101px;
    }
    .section-description .tab-content p {
        font-size: 18px;
    }
    .section-description .tab-content .content-child p {
        font-size: 18px;
    }
    .section-description .tab-content .content-child h4:first-child {
        margin-top: 39px;
    }
    .section-description .tabs {
        margin: 0 auto 36px;
    }
    .section-description .tabs li {
        font-size: 30px;
    }
    .product-right-v1 .info-product .rating {
        padding-top: 17px;
        padding-bottom: 6px;
        font-size: 18px;
    }
    .product-right-v1 .info-product .rating div:first-child {
        margin-right: 26px;
    }
    .product-right-v1 .info-product .rating span {
        font-size: 12px;
    }
    .product-right-v1 .info-product .name-product {
        font-size: 36px;
    }
    .product-right-v1 .info-product .price-product {
        font-size: 36px;
        margin-bottom: 10px;
        margin-top: 6px;
    }
    .product-right-v1 .color {
        padding-bottom: 32px;
    }
    .product-right-v1 .color h4 {
        margin-bottom: 19px;
    }
    .product-right-v1 .color a {
        width: 98px;
        margin-right: 9px;
        margin-bottom: 9px;
    }
    .product-right-v1 p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .product-right-v1 h4 {
        font-size: 36px;
    }
    .product-right-v1 .size-quanlity {
        margin-bottom: 50px;
    }
    .product-right-v1 .size-quanlity div:first-child {
        margin-right: 30px;
    }
    .product-right-v1 .size-quanlity .select-size select {
        height: 50px;
        width: 300px;
    }
    .product-right-v1 .size-quanlity .select-quanlity select {
        height: 50px;
        width: 150px;
    }
    .product-right-v1 .size-quanlity .select-size:after, .product-right-v1 .size-quanlity .select-quanlity:after {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .product-right-v1 .select-buy {
        margin-bottom: 48px;
    }
    .product-right-v1 .select-buy a {
        line-height: 50px;
        height: 50px;
    }
    .product-right-v1 .select-buy a:first-child {
        width: 200px;
        margin-right: 20px;
        font-size: 20px;
    }
    .product-right-v1 .select-buy a:last-child {
        font-size: 18px;
        width: 50px;
        border-radius: 50%;
    }
    .product-right-v1 .link-page {
        font-size: 18px;
    }
    .product-right-v1 .link-page .share {
        margin-top: 35px;
    }
    .product-right-v1 .link-page .share a {
        margin: 0 14px;
    }
    .section-product-detail-v3 .text {
        padding-top: 22px;
    }
    .section-product-detail-v3 .text .details {
        width: 53%;
        max-width: 53%;
        font-size: 18px;
    }
    .section-product-detail-v3 .text .name-rating {
        font-size: 18px;
    }
    .section-product-detail-v3 .text .name-rating .rating {
        font-size: 12px;
    }
    .section-product-detail-v3 .text .name-price {
        font-size: 36px;
        margin-bottom: 11px;
    }
    .section-product-detail-v3 .customer-option {
        width: 62%;
    }
    .section-product-detail-v3 .customer-option label {
        font-size: 36px;
        margin-bottom: 17px;
    }
    .section-product-detail-v3 .customer-option .select-color a {
        width: 98px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity {
        padding-right: 30px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-size::after,
    .section-product-detail-v3 .customer-option .size-quanlity .select-quanlity::after {
        height: 46px;
        line-height: 46px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-size select {
        width: 300px;
        height: 46px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-quanlity select {
        width: 150px;
        height: 46px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-buy a {
        font-size: 18px;
        line-height: 50px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-buy a:first-child {
        width: 200px;
        height: 50px;
    }
    .section-product-detail-v3 .customer-option .size-quanlity .select-buy a:last-child {
        width: 50px;
        height: 50px;
    }
    .section-product-detail-v3 .tag-link {
        margin-top: 45px;
    }
    .section-product-detail-v3 .tag-link label, .section-product-detail-v3 .tag-link a {
        font-size: 18px;
    }
    .section-product-detail-v3 .tag-link .share {
        margin-top: 39px;
    }
    .section-product-detail-v2 .info-product .rating {
        padding-top: 9px;
        padding-bottom: 12px;
        font-size: 18px;
    }
    .section-product-detail-v2 .info-product .name-product {
        font-size: 36px;
    }
    .section-product-detail-v2 .info-product .price-product {
        font-size: 36px;
        margin-bottom: 17px;
        margin-top: 16px;
    }
    .section-product-detail-v2 .info-product p {
        font-size: 18px;
        margin-bottom: 32px;
    }
    .section-product-detail-v2 .customer-option .select-color {
        padding-bottom: 32px;
    }
    .section-product-detail-v2 .customer-option .select-color h4 {
        margin-bottom: 19px;
    }
    .section-product-detail-v2 .customer-option .select-color a {
        width: 98px;
        margin-bottom: 9px;
        margin-right: 9px;
    }
    .section-product-detail-v2 h4 {
        font-size: 36px;
    }
    .section-product-detail-v2 .size h4, .section-product-detail-v2 .quanlity h4 {
        margin-bottom: 19px;
    }
    .section-product-detail-v2 .size {
        margin-right: 28px;
    }
    .section-product-detail-v2 .select-size, .section-product-detail-v2 .select-quanlity {
        margin-bottom: 50px;
    }
    .section-product-detail-v2 .select-size::after, .section-product-detail-v2 .select-quanlity::after {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .section-product-detail-v2 .select-size select {
        height: 50px;
        width: 300px;
    }
    .section-product-detail-v2 .select-quanlity select {
        height: 50px;
        width: 150px;
    }
    .section-product-detail-v2 .select-buy {
        margin-bottom: 43px;
    }
    .section-product-detail-v2 .select-buy a:first-child {
        height: 50px;
        width: 200px;
        line-height: 50px;
    }
    .section-product-detail-v2 .select-buy a:last-child {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .section-product-detail-v2 .link-page {
        font-size: 18px;
    }
    .section-product-detail-v2 .link-page .share {
        margin-top: 34px;
    }
    .section-product-detail-v2 .link-page .share a {
        margin: 0 12px;
    }
    .product-toolbar {
        padding-top: 59px;
        padding-bottom: 62px;
    }
    .product-toolbar a, .product-toolbar span {
        font-size: 18px;
    }
    .prodv3-margin-bot-95 {
        margin-bottom: 95px;
    }
}

@media only screen and (max-width: 576px) {
    .select-option-p2 {
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 576px) {
    .select-option-p2 {
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 768px) {
    .select-option-p2 {
        font-size: 23px !important;
    }
}

@media only screen and (min-width: 1600px) {
    .select-option-p2 {
        font-size: 26px !important;
    }
}

.fliter-product {
    padding-top: 51px;
}
.fliter-product ul {
    list-style: none;
}
.fliter-product .heading-4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
    color: #222;
}
.fliter-product .filter-product__first,
.fliter-product .filter-color,
.fliter-product .filter-size,
.fliter-product .filter-tag,
.fliter-product .filter-color,
.fliter-product .filter-brand,
.fliter-product .filter-price {
    margin-bottom: 86px;
}
.fliter-product .main-menu .nav-link {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
}
.fliter-product .main-menu .item-menu {
    margin-bottom: 15px;
}
.fliter-product .main-menu .item-menu > a {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.fliter-product .main-menu .item-menu > a .down {
    font-size: 14px;
    color: #656565;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.fliter-product .main-menu .item-menu > a span {
    font-size: 20px;
    color: #222;
}
.fliter-product .main-menu .item-menu > a .rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fliter-product .main-menu .item-menu > a:hover {
    color: #c90215;
}
.fliter-product .main-menu .item-menu > a:hover > span {
    color: #c90215;
}
.fliter-product .main-menu .item-menu .submenu {
    padding-top: 13px;
    display: none;
}
.fliter-product .main-menu .item-menu .submenu a {
    font-size: 18px;
    color: #222;
    padding-left: 30px;
    padding-bottom: 0;
}
.fliter-product .main-menu .item-menu .submenu a:hover {
    color: #c50215;
}
.fliter-product .filter-color ul li {
    margin-right: 8px;
    margin-bottom: 10px;
    position: relative;
}
.fliter-product .filter-color ul li a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-block;
    border: 4px solid #f4f4f4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.fliter-product .filter-color ul li a:hover, .fliter-product .filter-color ul li a:focus {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 4px solid #c50215;
}
.fliter-product .filter-color ul li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.fliter-product .filter-color ul li input {
    visibility: hidden;
}
.fliter-product .filter-size ul li {
    position: relative;
}
.fliter-product .filter-size ul li a {
    width: 76px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    display: inline-block;
    color: #222;
    font-size: 18px;
    border: 2px solid #f4f4f4;
    padding: 0;
    margin-bottom: -2px;
    margin-right: -2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.fliter-product .filter-size ul li a:hover, .fliter-product .filter-size ul li a:focus {
    background: #c50215;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.fliter-product .filter-size ul li input {
    visibility: hidden;
}
.fliter-product .filter-size ul li input[type="radio"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
@media only screen and (max-width: 992px) {
    .fliter-product .heading-4 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .fliter-product .main-menu .item-menu {
        margin-bottom: 7px;
    }
    .fliter-product .main-menu .item-menu > a {
        font-size: 18px;
    }
    .fliter-product .main-menu .item-menu > a span {
        font-size: 18px;
    }
    .fliter-product .main-menu .item-menu > a .lnr-chevron-right:before {
        font-size: 10px;
    }
    .fliter-product .filter-product__first,
    .fliter-product .filter-color,
    .fliter-product .filter-size,
    .fliter-product .filter-tag,
    .fliter-product .filter-color,
    .fliter-product .filter-brand,
    .fliter-product .filter-price {
        margin-bottom: 50px;
    }
}

.filter-tag ul {
    margin-right: -5px;
    margin-left: -5px;
    list-style: none;
}
.filter-tag ul li {
    margin: 0 5px 10px;
}
.filter-tag ul li:first-child a {
    padding: 11px 37px 12px 38px;
}
.filter-tag ul li:nth-child(2) a {
    padding: 12px 29px 11px;
}
.filter-tag ul li:nth-child(3) a {
    padding: 12px 18px 11px 18px;
}
.filter-tag ul li:nth-child(4) a {
    padding: 11px 18px 12px 19px;
}
.filter-tag ul li:nth-child(5) a {
    padding: 12px 17px 11px 22px;
}
.filter-tag ul li:nth-child(6) a {
    padding: 12px 19px 11px 20px;
}
.filter-tag ul li a {
    background: #f4f4f4;
    display: inline-block;
    font-size: 18px;
    color: #222;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.filter-tag ul li a:hover, .filter-tag ul li a:focus {
    background: #c50215;
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.select-option {
    padding: 50px 0;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.select-option .text {
    font-size: 18px;
}
.select-option select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font-size: 18px;
    color: #222;
    border-radius: 52px;
    border: none;
    background: #f4f4f4;
}
.select-option option {
    width: 100%;
}
.select-option .select-show {
    position: relative;
}
.select-option .select-show::after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
    color: #d4d4d4;
    content: "\f0dd";
    font-family: 'Fontawesome';
}
.select-option .select-show select {
    word-spacing: 20px;
    padding: 11px 46px 12px 34px;
}
.select-option .select-show span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    background: #f4f4f4;
}
.select-option .select-show span:hover, .select-option .select-show span.active {
    background-color: #c90215;
    color: #fff;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.select-option .select-sorting {
    position: relative;
    margin-left: 20px;
}
.select-option .select-sorting::after {
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 20px;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
    color: #d4d4d4;
    content: "\f0dd";
    font-family: 'Fontawesome';
}
.select-option .select-sorting select {
    padding: 11px 51px 12px 39px;
}
.select-option .select-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 50px;
}
@media only screen and (max-width: 992px) {
    .select-option .select-type {
        display: none;
    }
}
.select-option .select-type a {
    background: #f4f4f4;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 52px;
}
.select-option .select-type a:last-child {
    margin-left: 10px;
}
.select-option .select-type a i {
    font-size: 18px;
    color: #222;
}
.select-option .select-type a.active {
    background: #c90215;
}
.select-option .select-type a.active i {
    color: #fff;
}
.select-option .select-type a:hover, .select-option .select-type a:active, .select-option .select-type a:focus {
    background: #c90215;
}
.select-option .select-type a:hover i, .select-option .select-type a:active i, .select-option .select-type a:focus i {
    color: #fff;
}

.product-v2 {
    border: 3px solid #f4f4f4;
    border-top: none;
}

.product-list-sidebar {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.product-list-sidebar .slick-destop {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: inherit;
}
.product-list-sidebar .row {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-list-sidebar .col-1__product-list-sidebar {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .product-list-sidebar .col-1__product-list-sidebar {
        display: none;
    }
}
.product-list-sidebar:hover .col-1__product-list-sidebar {
    position: unset;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-list-sidebar:hover .col-7__product-list-sidebar {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.product-list-sidebar:hover .product-info {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.col-4__product-list-sidebar .product1 {
    position: relative;
}
.col-4__product-list-sidebar .product1 .sale, .col-4__product-list-sidebar .product1 .hot {
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 15px;
    right: -2px;
    font-size: 14px;
    color: #fce5de;
}
.col-4__product-list-sidebar .product1 .sale {
    background: #f36523;
    padding: 5px 10px 4px 10px;
}
.col-4__product-list-sidebar .product1 .hot {
    background: #c90215;
    padding: 5px 13.5px 4px;
}

.slick-horizontal {
    padding: 10px 20px 10px;
}
.slick-horizontal .product-image {
    margin: 0px 5px;
    border-bottom: 3px solid #fff;
    width: 100%;
}
.slick-horizontal .product-image:hover, .slick-horizontal .product-image:active, .slick-horizontal .product-image:focus {
    border-bottom: 3px solid #c90215;
}
.slick-horizontal .prev2, .slick-horizontal .next2 {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.slick-horizontal .prev2 {
    left: 5px;
}
.slick-horizontal .next2 {
    right: 5px;
}
.slick-horizontal .slick-button2 {
    position: absolute;
    border: none;
    background: none;
    padding: 0;
}
.slick-horizontal .slick-button2 i {
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    .slick-horizontal {
        display: none;
    }
}

.slick-scoll2 {
    width: 100%;
}
.slick-scoll2 .product-image {
    margin: 5px 0;
    width: 100%;
}
.slick-scoll2 .product-image:hover, .slick-scoll2 .product-image:active, .slick-scoll2 .product-image:focus {
    border-bottom: 3px solid #c90215;
}
.slick-scoll2 .slick-button2 {
    position: absolute;
    left: 45%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: none;
    background: none;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 0;
}
.slick-scoll2 .slick-button2 i {
    font-size: 14px;
}
.slick-scoll2 .prev2 {
    top: -23px;
}
@media only screen and (max-width: 1600px) {
    .slick-scoll2 .prev2 {
        top: -15px;
    }
}
.slick-scoll2 .next2 {
    bottom: -23px;
}
@media only screen and (max-width: 1600px) {
    .slick-scoll2 .next2 {
        bottom: -15px;
    }
}
.slick-scoll2 .arrow2 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 14px;
}

.product-info {
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.product-info .rating-product {
    padding-top: 22px;
    padding-bottom: 7px;
}
.product-info .rating-product div:first-child {
    margin-right: 129px;
    font-size: 14px;
    color: #888;
}
.product-info .rating-product div:last-child {
    font-size: 10px;
}
.product-info .name-product {
    font-size: 20px;
    color: #222;
    margin-bottom: 7px;
}
.product-info .price-product {
    font-size: 20px;
    margin-bottom: 0;
}
.product-info .price-product span {
    color: #c90215;
    margin-right: 7px;
}
.product-info .info {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #222;
    margin-bottom: 21px;
    margin-top: 19px;
}
@media only screen and (max-width: 992px) {
    .product-info .info {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        width: 340px;
    }
}
@media only screen and (max-width: 576px) {
    .product-info .info {
        width: 250px;
    }
}
.product-info .icon {
    margin-bottom: 25px;
}
.product-info .icon a {
    font-size: 18px;
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.product-info .icon a:nth-child(2) {
    color: #fff;
    padding: 11px 57px 12px;
    border-radius: 50px;
    background: #222;
    margin: 0 20px;
}
.product-info .icon a:nth-child(2):hover {
    background: #c50215;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.product-info .icon a:first-child:hover, .product-info .icon a:last-child:hover {
    background: #c50215;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.product-info .icon a:first-child:hover span, .product-info .icon a:last-child:hover span {
    color: #fff;
}
.product-info .link-share {
    margin-bottom: 15px;
}
.product-info .link-share label {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #222;
    margin-right: 17px;
    margin-bottom: 0;
}
.product-info .link-share a {
    font-size: 18px;
    color: #aaa;
    margin-right: 24px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.product-info .link-share a i {
    color: #aaa;
}
.product-info .link-share a i:hover {
    color: #c50215;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

@media only screen and (max-width: 576px) {
    .select-option {
        padding: 30px 0;
    }
    .select-option .select-show {
        display: none;
    }
    .select-option .select-sorting {
        display: none;
    }
    .select-option .select-sorting select {
        padding: 8px 41px 8px 28px;
        font-size: 16px;
    }
    .select-option .select-type a {
        width: 40px;
        height: 40px;
        line-height: 43px;
    }
    .product-info .rating-product {
        padding-top: 12px;
    }
    .product-info .rating-product div:first-child {
        margin-right: 25px;
    }
    .product-info .info {
        font-size: 16px;
        margin: 10px 0;
    }
    .product-info .icon {
        margin-bottom: 15px;
    }
    .product-info .icon a {
        font-size: 16px;
    }
    .product-info .icon a:nth-child(2) {
        color: #fff;
        padding: 6px 25px 7px;
    }

    .product-info .link-share label, .product-info .link-share a {
        font-size: 16px;
    }
    .section-next-page__blog1 {
        padding-top: 0 !important;
    }
}

@media only screen and (min-width: 576px) {
    .select-option {
        padding: 30px 0;
    }
    .select-option .select-show {
        display: none;
    }
    .select-option .select-sorting select {
        padding: 8px 41px 8px 28px;
        font-size: 16px;
    }
    .select-option .select-type a {
        width: 40px;
        height: 40px;
        line-height: 43px;
    }
    .product-info .rating-product {
        padding-top: 12px;
    }
    .product-info .rating-product div:first-child {
        margin-right: 25px;
    }
    .product-info .info {
        font-size: 16px;
        margin: 15px 0;
    }
    .product-info .icon {
        margin-bottom: 15px;
    }
    .product-info .icon a {
        font-size: 16px;
    }
    .product-info .icon a:nth-child(2) {
        color: #fff;
        padding: 6px 30px 7px;
    }

    .product-info .link-share label, .product-info .link-share a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .product-info .info {
        font-size: 14px;
    }
    .product-info .link-share label, .product-info .link-share a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .select-option {
        padding: 50px 0;
    }
    .fliter-product .heading-4 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .fliter-product .filter-size ul li a {
        width: 56px;
        height: 58px;
        line-height: 58px;
    }
    .fliter-product .filter-product__first,
    .fliter-product .filter-color,
    .fliter-product .filter-size,
    .fliter-product .filter-tag,
    .fliter-product .filter-color,
    .fliter-product .filter-brand,
    .fliter-product .filter-price {
        margin-bottom: 45px;
    }
    .fliter-product .filter-tag ul li a {
        padding: 5px 16px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .select-option .select-show {
        display: block;
    }
    .select-option .select-show select {
        padding: 6px 41px 7px 28px;
        font-size: 16px;
    }
    .select-option .select-show span {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .fliter-product .heading-4 {
        margin-bottom: 34px;
        font-size: 28px;
    }
    .fliter-product .filter-size ul li a {
        width: 67px;
        height: 66px;
        line-height: 66px;
    }
    .fliter-product .filter-product__first,
    .fliter-product .filter-color,
    .fliter-product .filter-size,
    .fliter-product .filter-tag,
    .fliter-product .filter-color,
    .fliter-product .filter-brand,
    .fliter-product .filter-price {
        margin-bottom: 65px;
    }
    .fliter-product .filter-tag ul li:first-child a {
        padding: 11px 37px 12px 38px;
    }
    .fliter-product .filter-tag ul li:nth-child(2) a {
        padding: 12px 29px 11px;
    }
    .fliter-product .filter-tag ul li:nth-child(3) a {
        padding: 12px 18px 11px 18px;
    }
    .fliter-product .filter-tag ul li:nth-child(4) a {
        padding: 11px 18px 12px 19px;
    }
    .fliter-product .filter-tag ul li:nth-child(5) a {
        padding: 12px 17px 11px 22px;
    }
    .fliter-product .filter-tag ul li:nth-child(6) a {
        padding: 12px 19px 11px 20px;
    }
    .product-info .info {
        font-size: 16px;
        margin: 9px 0;
    }
    .product-info .link-share {
        margin-bottom: 7px;
    }
}

@media only screen and (min-width: 1600px) {
    .select-option {
        padding: 50px 0;
    }
    .select-option .select-show select {
        padding: 11px 46px 12px 34px;
        font-size: 18px;
    }
    .select-option .select-show span {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .select-option .select-sorting {
        margin-left: 20px;
    }
    .select-option .select-sorting select {
        padding: 11px 51px 12px 39px;
        font-size: 18px;
    }
    .select-option .select-type a {
        width: 50px;
        height: 50px;
        line-height: 52px;
    }
    .fliter-product {
        padding-top: 51px;
    }
    .fliter-product .heading-4 {
        margin-bottom: 41px;
        font-size: 30px;
    }
    .fliter-product .filter-size ul li a {
        width: 76px;
        height: 78px;
        line-height: 78px;
    }
    .fliter-product .filter-product__first,
    .fliter-product .filter-color,
    .fliter-product .filter-size,
    .fliter-product .filter-tag,
    .fliter-product .filter-color,
    .fliter-product .filter-brand,
    .fliter-product .filter-price {
        margin-bottom: 92px;
    }
    .fliter-product .filter-tag ul li a {
        padding: 8px 25px;
    }
    .product-info .rating-product {
        padding-top: 22px;
    }
    .product-info .rating-product div:first-child {
        margin-right: 129px;
    }
    .product-info .info {
        font-size: 18px;
        margin-bottom: 21px;
        margin-top: 25px;
    }
    .product-info .icon {
        margin-bottom: 25px;
    }
    .product-info .icon a {
        font-size: 18px;
    }
    ine-height: 50px;
}
.product-info .icon a:nth-child(2) {
    padding: 11px 57px 12px;
}
.product-info .link-share {
    margin-bottom: 15px;
}
.product-info .link-share label, .product-info .link-share a {
    font-size: 18px;
}
}

.column-right {
padding-bottom: 120px;
}
.column-right .bread-crumb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 50px 0;
}
.column-right .bread-crumb .tag {
font-size: 18px;
}
.column-right .bread-crumb .tag span {
color: #c90215;
}
.column-right .bread-crumb .tag a {
color: #222;
}
.column-right .bread-crumb .tag a:hover {
color: #c90215;
}
.column-right .bread-crumb .form-search {
width: 41.88%;
}
@media only screen and (max-width: 576px) {
.column-right .bread-crumb .form-search {
width: 100%;
}
}
.column-right .bread-crumb .form-top {
max-width: 490px;
}
.column-right .bread-crumb .form-top .input-search {
border-radius: 50px;
}
.column-right .bread-crumb .form-top input {
height: 50px;
font-size: 18px;
border-radius: 50px 0 0 50px;
border: none;
background: #f4f4f4;
}
.column-right .bread-crumb .form-top input:focus {
border-color: white;
-webkit-box-shadow: none;
box-shadow: none;
}
.column-right .bread-crumb .form-top span {
font-size: 20px;
color: #222;
border-radius: 0 50px 50px 0;
border: none;
padding-right: 25px;
background: #f4f4f4;
}
.column-right .bread-crumb .form-top span i {
color: #222;
}
.column-right .post div:first-child a {
overflow: hidden;
display: inline-block;
position: relative;
}
.column-right .post div:first-child a img {
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.column-right .post div:first-child a .overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.column-right .post div:first-child a:hover img {
-webkit-transform: scale(1.075, 1.075);
-ms-transform: scale(1.075, 1.075);
transform: scale(1.075, 1.075);
}
.column-right .post .time {
padding-top: 19px;
font-size: 14px;
color: #888;
}
.column-right .post .time i {
margin-right: 9px;
}
.column-right .post .time .comment {
margin-right: 30px;
}
.column-right .post .time .comment a {
font-size: 14px;
color: #9b9b9b;
}
.column-right .post .author {
padding-top: 7px;
}
.column-right .post .author a {
color: #222;
font-size: 18px;
}
.column-right .post .author .img {
margin-right: 9px;
}
.column-right .post .author .img img {
width: 40px;
height: 40px;
border-radius: 50%;
}
.column-right .post .caption {
margin-bottom: 17px;
margin-top: 26px;
}
.column-right .post .caption a {
font-size: 30px;
color: #222;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.column-right .post .caption a:hover {
color: #c90215;
}
.column-right .post .details {
font-size: 18px;
font-family: "Roboto", sans-serif;
color: #222;
}
.column-right .section-next-page {
padding-top: 45px;
}
.column-right .section-next-page .content {
padding-bottom: 0;
}

.column-left h4 {
font-size: 30px;
margin-bottom: 36px;
font-weight: bold;
color: #222;
}

.column-left .our-blog, .column-left .post, .column-left .caption, .column-left .comment {
margin-bottom: 104px;
}

.column-left .our-blog {
padding-top: 49px;
}
.column-left .our-blog h4 {
margin-bottom: 37px;
}
.column-left .our-blog ul {
list-style: none;
}
.column-left .our-blog ul li {
margin-bottom: 15px;
}
.column-left .our-blog .item-menu > a {
font-weight: bold;
font-size: 20px;
color: #222;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.column-left .our-blog .item-menu > a span {
font-size: 14px;
color: #656565;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.column-left .our-blog .item-menu > a .rotate {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.column-left .our-blog .item-menu .submenu {
padding-top: 15px;
display: none;
}
.column-left .our-blog .item-menu .submenu li {
margin-bottom: 0px;
}
.column-left .our-blog .item-menu .submenu a {
font-size: 18px;
color: #222;
padding-left: 30px;
}
.column-left .our-blog .item-menu .submenu a:hover {
color: #c90215;
}

.column-left .post .date {
font-size: 14px;
color: #888;
padding-top: 5px;
}

.column-left .post .caption {
font-size: 20px;
}

.column-left .caption {
font-size: 20px;
font-weight: bold;
color: #222;
}
.column-left .caption:hover {
color: #c90215;
}

.column-left .tags ul {
margin-right: -5px;
margin-left: -5px;
list-style: none;
}
.column-left .tags ul li {
margin: 0 5px 10px;
}
.column-left .tags ul li:first-child a {
padding: 11px 37px 12px 38px;
}
.column-left .tags ul li:nth-child(2) a {
padding: 12px 29px 11px;
}
.column-left .tags ul li:nth-child(3) a {
padding: 12px 18px 11px 18px;
}
.column-left .tags ul li:nth-child(4) a {
padding: 11px 18px 12px 19px;
}
.column-left .tags ul li:nth-child(5) a {
padding: 12px 17px 11px 22px;
}
.column-left .tags ul li:nth-child(6) a {
padding: 12px 19px 11px 20px;
}
.column-left .tags ul li a {
background: #f4f4f4;
display: inline-block;
font-size: 18px;
color: #222;
}
.column-left .tags ul li a:hover {
background: #c50215;
color: #fff;
}

.column-left .wrap {
border: 3px solid #f4f4f4;
}
.column-left .wrap .shoes-type {
font-size: 14px;
color: #888;
padding-top: 23px;
padding-bottom: 7px;
}
.column-left .wrap .rating {
font-size: 10px;
padding-bottom: 5px;
}
.column-left .wrap .dollar {
font-size: 18px;
padding-top: 1px;
}
.column-left .wrap .dollar span {
font-size: 20px;
color: #c50215;
margin-right: 7px;
}

.column-left .comment ul {
list-style: none;
}
.column-left .comment ul li {
margin-bottom: 15px;
}
.column-left .comment ul li i {
color: #222;
font-size: 6px;
display: inline-block;
}
.column-left .comment ul li a {
font-size: 18px;
font-family: "Roboto", sans-serif;
color: #3d3d3d;
padding-left: 20px;
}
.column-left .comment ul li a span {
color: #222;
}

@media only screen and (max-width: 576px) {
.column-left h4 {
font-size: 26px;
}
.column-left .our-blog h4 {
margin-bottom: 25px;
}
.column-left .our-blog .item-menu > a {
font-size: 18px;
}
.column-left .our-blog ul li {
margin-bottom: 8px;
}
.column-left .our-blog ul li a {
font-size: 18px;
}
.column-left .tags ul li a {
padding: 5px 25px 5px 25px;
}
}

.wrap {
border: 3px solid #f4f4f4;
}
.wrap .shoes-type {
font-size: 14px;
color: #888;
padding-top: 23px;
padding-bottom: 7px;
}
.wrap .rating {
font-size: 10px;
padding-bottom: 5px;
}
.wrap .dollar {
font-size: 18px;
padding-top: 1px;
}

.tag-blog {
margin-top: 113px;
}

.product-blog-v2 .post {
padding-bottom: 23px;
}
.product-blog-v2 .post a:first-child {
margin-bottom: 7px;
display: inline-block;
position: relative;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
overflow: hidden;
}
.product-blog-v2 .post a:first-child img {
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.product-blog-v2 .post a:first-child .overlay {
position: absolute;
}
.product-blog-v2 .post a:first-child:hover img {
-webkit-transform: scale(1.125, 1.125);
-ms-transform: scale(1.125, 1.125);
transform: scale(1.125, 1.125);
}
.product-blog-v2 .post a:first-child:hover .overlay {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.product-blog-v2 .post a:nth-child(3) {
color: #222;
}
.product-blog-v2 .post .heading-4 {
margin-top: 19px;
margin-bottom: 17px;
font-weight: bold;
font-size: 30px;
}
.product-blog-v2 .post .heading-4:hover {
color: #c90215;
}
.product-blog-v2 .post p {
font-size: 18px;
}

@media only screen and (max-width: 480px) {
.section-slide .title {
padding-top: 30px;
padding-bottom: 30px;
}
.column-right .post .time {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-top: 5px;
}
.column-right .post .caption a {
font-size: 25px;
}
}

@media only screen and (max-width: 576px) {
.column-right {
padding-bottom: 45px;
}
.column-right .bread-crumb {
padding: 20px 0 30px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
}
.column-right .bread-crumb .tag {
margin-bottom: 20px;
}
.column-right .bread-crumb .form-top input {
height: 40px;
}
.column-right .bread-crumb .form-top span {
width: 40px;
height: 40px;
line-height: 40px;
}
.column-right .post .time {
padding-top: 10px;
}
.column-right .post .caption {
margin-bottom: 7px;
margin-top: 0;
}
.column-right .post .details {
font-size: 16px;
}
}

@media only screen and (min-width: 576px) {
.column-right {
padding-bottom: 45px;
}
.column-right .bread-crumb .form-top input {
height: 40px;
padding-left: 20px;
}
.column-right .bread-crumb .form-top span {
width: 40px;
height: 40px;
line-height: 40px;
}
.column-right .post .time {
padding-top: 10px;
}
.column-right .post .caption {
margin-bottom: 10px;
margin-top: 0;
}
}

@media only screen and (min-width: 768px) {
.product-blog-v2 .post .heading-4 {
margin-top: 4px;
margin-bottom: 8px;
font-size: 28px;
}
.product-blog-v2 .post p {
font-size: 16px;
}
}

@media only screen and (min-width: 992px) {
.column-left h4 {
font-size: 28px;
margin-bottom: 22px;
}
.column-left .our-blog, .column-left .post, .column-left .caption, .column-left .comment {
margin-bottom: 40px;
}
.column-left .our-blog .item-menu > a {
font-size: 18px;
}
.column-left .post {
/* 			.row {
			margin-right: -34px;
			.col-lg-5 {
				padding-right: 7px;
			}
			.col-lg-7 {
				padding: 0;
			}
		} */
}
.column-left .post .date {
padding-top: 0px;
}
.column-left .post .caption {
font-size: 16px;
}
.column-left .caption {
font-size: 16px;
}
.column-left .wrap {
border: none;
/* .row {
				margin-right: -34px;
				.col-lg-5 {
					padding-right: 7px;
				}
				.col-lg-7 {
					padding: 0;
				}
			} */
}
.column-left .wrap .shoes-type {
padding-top: 2px;
padding-bottom: 3px;
}
.column-left .wrap .dollar {
font-size: 16px;
}
.dollar span {
font-size: 16px;
}
.column-left .comment a {
font-size: 16px;
}
.column-right .post .details {
font-size: 16px;
}
}

@media only screen and (min-width: 1200px) {
.column-left .caption {
font-size: 17px;
}
.column-left .wrap {
border: 3px solid #f4f4f4;
}
.column-left .wrap .shoes-type {
padding-top: 2px;
padding-bottom: 3px;
}
.column-left .wrap .dollar {
font-size: 16px;
}
.column-left .wrap .dollar span {
font-size: 16px;
}
.column-left .wrap .row {
margin-right: -15px;
}
.column-left .wrap .row .col-lg-5 {
padding-right: 15px;
}
.column-left .wrap .row .col-lg-7 {
padding-left: 0px;
}
}

@media only screen and (min-width: 1600px) {
.column-right {
padding-bottom: 120px;
}
.column-right .bread-crumb .tag {
font-size: 18px;
}
.column-right .bread-crumb .form-top input {
height: 50px;
font-size: 18px;
border-radius: 50px 0 0 50px;
}
.column-right .bread-crumb .form-top span {
font-size: 20px;
border-radius: 0 50px 50px 0;
width: 50px;
height: 50px;
}
.column-right .post .details {
font-size: 18px;
}
.column-left h4 {
font-size: 30px;
margin-bottom: 37px;
}
.column-left .our-blog, .column-left .post, .column-left .caption, .column-left .comment {
margin-bottom: 92px;
}
.column-left .our-blog {
margin-bottom: 104px;
}
.column-left .our-blog h4 {
margin-bottom: 36px;
}
.column-left .comment {
margin-bottom: 104px;
}
.column-left .our-blog .item-menu > a {
font-size: 20px;
}
.column-left .post {
margin-bottom: 109px;
}
.column-left .post h4 {
margin-bottom: 45px;
}
.column-left .post .date {
padding-top: 5px;
margin-bottom: -4px;
}
.column-left .post .caption {
font-size: 20px;
}
.column-left .featured-product {
margin-bottom: 117px;
}
.column-left .tag h4 {
margin-bottom: 47px;
}
.column-left .caption {
font-size: 20px;
}
.column-left .wrap .shoes-type {
padding-top: 23px;
padding-bottom: 5px;
}
.column-left .wrap .rating {
padding-bottom: 0;
}
.column-left .wrap .dollar {
font-size: 18px;
margin-top: -7px;
}
.column-left .wrap .dollar span {
font-size: 20px;
}
.column-left .comment a {
font-size: 18px;
}
.product-blog-v2 .post .heading-4 {
margin-top: 19px;
margin-bottom: 17px;
font-size: 30px;
}
.product-blog-v2 .post p {
font-size: 18px;
}
}

.section-slide {
/*background-image: url("/storage/47a290f5-598a-4453-9ae9-e9297be62ab8/shoppage-slide.jpg");*/
background-repeat: no-repeat;
background-size: cover;
}
.section-slide .title {
padding-bottom: 175px;
padding-top: 260px;
color: #fff;
}
.section-slide .title h3 {
margin-bottom: 0;
font-weight: bold;
}
.section-slide .title a {
color: #fff;
}

.section-category-spage {
margin-top: 50px;
}
.section-category-spage h4 {
font-size: 30px;
font-weight: bold;
color: #222;
}
.section-category-spage h4 + span {
font-size: 14px;
}
.section-category-spage .text {
font-size: 18px;
padding-left: 15px;
}
.section-category-spage .select-option-spage .filter-show .select-filter,
.section-category-spage .select-option-spage .filter-show .select-show {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.section-category-spage .select-option-spage .filter-show .select-filter::after,
.section-category-spage .select-option-spage .filter-show .select-show::after {
content: '\f0d7';
font-family: 'Fontawesome';
font-size: 10px;
color: #d4d4d4;
position: absolute;
right: 35px;
}
@media only screen and (min-width: 1600px) {
.section-category-spage .select-option-spage .filter-show .select-filter::after,
.section-category-spage .select-option-spage .filter-show .select-show::after {
right: 80px;
font-size: 15px;
}
}
.section-category-spage .select-option-spage .filter-show select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
height: 50px;
background: #f4f4f4;
border-radius: 50px;
padding-left: 40px;
font-size: 18px;
margin-right: 50px;
}
.section-category-spage .select-option-spage .filter-show select option {
font-size: 14px;
}
.list-gird a {
display: inline-block;
width: 50px;
height: 50px;
line-height: 52px;
text-align: center;
display: inline-block;
background: #f4f4f4;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.list-gird a:last-child {
margin-left: 10px;
}
.list-gird a i {
font-size: 18px;
color: #222;
}
.list-gird a:hover {
background: #c90215;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.list-gird a:hover i {
color: #fff;
}

.section-next-page .content {
padding-bottom: 120px;
}

.section-next-page .arrow {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #f4f4f4;
border-radius: 50%;
}
.section-next-page .arrow a {
color: #505050;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.section-next-page .arrow:hover {
background: #c90215;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.section-next-page .arrow:hover i {
color: #fff;
}

.section-next-page .page {
padding-right: 15px;
font-size: 18px;
font-family: "Roboto", sans-serif;
}

.section-next-page .select-page {
margin: 0 10px 0 30px;
background: #f4f4f4;
color: #444;
border-radius: 35px;
position: relative;
}
.section-next-page .select-page select {
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
border: none;
font-family: "Roboto", sans-serif;
background: #f4f4f4;
padding: 13px 49px 10px 31px;
border-radius: 35px;
word-spacing: 20px;
}
.section-next-page .select-page select option {
width: 100%;
}
.section-next-page .select-page select option span {
color: #cdcdcd;
}
.section-next-page .select-page span i {
position: absolute;
top: 45%;
right: 28px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
color: #d4d4d4;
font-size: 14px;
}

@media only screen and (max-width: 576px) {
.section-slide .title {
padding-bottom: 50px;
padding-top: 50px;
}
.section-slide .title h3 {
font-size: 28px;
}
.section-slide .title p, .section-slide .title a {
font-size: 18px;
}
.section-category-spage {
margin-top: 15px;
}
.section-category-spage h4 {
font-size: 23px;
margin-bottom: 0;
}
.section-category-spage h4 + span {
font-size: 12px;
}
.section-category-spage .text {
font-size: 15px;
}
.section-category-spage .select-option-spage {
display: none !important;
}
.section-category-spage .select-option-spage .filter-show {
display: none;
}
.section-category-spage .select-option-spage .list-gird a {
width: 40px;
height: 40px;
line-height: 44px;
}
.section-next-page .content {
padding-bottom: 60px;
padding-top: 60px;
}
.section-next-page .arrow {
width: 40px;
height: 40px;
line-height: 40px;
}
.section-next-page .page {
font-size: 16px;
}
.section-next-page .select-page select {
padding: 8px 44px 8px 26px;
}
}

@media only screen and (min-width: 576px) {
.section-slide .title {
padding-bottom: 75px;
padding-top: 75px;
}
.section-slide .title h3 {
font-size: 35px;
}
.section-category-spage {
margin-top: 30px;
}
.section-category-spage h4 {
font-size: 25px;
}
.section-category-spage h4 + span {
font-size: 12px;
}
.section-category-spage .text {
font-size: 16px;
}
.section-category-spage .select-option-spage .filter-show {
display: none;
}
.list-gird a {
width: 40px;
height: 40px;
line-height: 44px;
}
.section-next-page .content {
padding-bottom: 60px;
}
.section-next-page .arrow {
width: 40px;
height: 40px;
line-height: 40px;
}
.section-next-page .page {
font-size: 16px;
}
.section-next-page .select-page select {
padding: 8px 44px 8px 26px;
}
}

@media only screen and (min-width: 768px) {
.section-slide .title {
padding-bottom: 100px;
padding-top: 125px;
}
.section-slide .title h3 {
font-size: 40px;
}
.section-slide .title p, .section-slide .title a {
font-size: 23px;
}
}

@media only screen and (min-width: 992px) {
.section-slide .title {
padding-bottom: 150px;
padding-top: 175px;
}
.section-slide .title h3 {
font-size: 40px;
}
.section-slide .title p, .section-slide .title a {
font-size: 23px;
}
}

@media only screen and (min-width: 1200px) {
.section-slide .title {
padding-bottom: 160px;
padding-top: 230px;
}
.section-slide .title h3 {
font-size: 50px;
}
.section-slide .title p, .section-slide .title a {
font-size: 25px;
}
.section-category-spage .select-option-spage .filter-show {
display: block;
}
.section-category-spage .select-option-spage .filter-show select {
height: 40px;
padding-left: 25px;
font-size: 16px;
margin-right: 20px;
padding-right: 25px;
}
}

@media only screen and (min-width: 1600px) {
.section-slide .title {
padding-bottom: 179px;
padding-top: 253px;
}
.section-slide .title h3 {
font-size: 60px;
}
.section-slide .title p, .section-slide .title a {
font-size: 30px;
}
.section-category-spage {
margin-top: 50px;
}
.section-category-spage h4 {
font-size: 30px;
}
.section-category-spage h4 + span {
font-size: 14px;
}
.section-category-spage .text {
font-size: 18px;
}
.section-category-spage .select-option-spage .filter-show select {
border-radius: 50px;
padding-left: 26px;
font-size: 18px;
margin-right: 40px;
padding-right: 60px;
height: 50px;
}
.section-category-spage .select-option-spage .filter-show select option {
font-size: 16px;
}
e .list-gird a {
width: 50px;
height: 50px;
line-height: 52px;
}
.section-next-page .content {
padding-bottom: 120px;
}
.section-next-page .arrow {
width: 50px;
height: 50px;
line-height: 52px;
}
.section-next-page .page {
font-size: 18px;
}
.section-next-page .select-page select {
padding: 13px 49px 10px 31px;
}
}

/* BLOG POST START */
.blog-post .post {
padding-bottom: 36px;
}
.blog-post .post .main-post {
padding-bottom: 42px;
}
.blog-post .post .main-post .content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media only screen and (max-width: 576px) {
.blog-post .post .main-post .content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: unset;
-ms-flex-align: unset;
align-items: unset;
}
.blog-post .post .main-post .content .comment {
margin-left: 0;
}
.blog-post .post .main-post .content .date {
margin-left: 0;
}
}
.blog-post .post .main-post h3 {
margin-bottom: 13px;
color: #222;
}
.blog-post .post .main-post .comment {
margin-left: 59px;
}
.blog-post .post .main-post .comment a {
font-size: 14px;
color: #888;
}
.blog-post .post .main-post .date {
margin-left: 31px;
font-size: 14px;
color: #888;
}
.blog-post .post .main-post i {
color: #929292;
margin-right: 9px;
}
.blog-post .post .main-post p {
font-family: "Roboto", sans-serif;
margin-top: 23px;
}
.blog-post .post .main-post p:nth-child(3) {
margin-bottom: 22px;
}
.blog-post .post .extra-post {
padding-bottom: 39px;
}
.blog-post .post .extra-post .contain h4 {
margin-bottom: 18px;
}
.blog-post .post .extra-post .contain p {
font-family: "Roboto", sans-serif;
}
.blog-post .post .extra-post .contain p:nth-child(3) {
border-left: 3px solid #222;
padding-left: 15px;
margin-bottom: 13px;
}
.blog-post .post .extra-post2 h4 {
margin-bottom: 17px;
}
.blog-post .post .extra-post2 p {
font-family: "Roboto", sans-serif;
}
.blog-post .post .extra-post2 p:nth-child(2), .blog-post .post .extra-post2 p:first-child {
margin-bottom: 20px;
}
.blog-post .post .extra-post2 p:nth-child(5) {
margin-bottom: 41px;
}
.blog-post .post .extra-post2 ul {
list-style: none;
padding-left: 50px;
margin-bottom: 20px;
}
.blog-post .post .extra-post2 ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: bold;
font-family: "Roboto", sans-serif;
font-size: 18px;
}
.blog-post .post .extra-post2 ul i {
font-size: 6px;
margin-right: 19px;
}
.blog-post .post .tag {
padding: 14px 44px 15px 30px;
background: #f4f4f4;
border-radius: 28px;
}
.blog-post .post .tag label {
font-size: 18px;
color: #222;
}
.blog-post .post .tag a {
font-size: 18px;
color: #222;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.blog-post .post .tag a:hover {
color: #c90215;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.blog-post .post .tag div:first-child a {
margin-left: 14px;
}
.blog-post .post .tag div:last-child a {
margin-left: 27px;
}

.blog-post .comments h3 {
margin-bottom: 13px;
}

.blog-post .comments .comment {
color: #222;
font-family: "Roboto", sans-serif;
}

.blog-post .comments .post:nth-child(2) {
padding-left: 50px;
}

.blog-post .comments .author {
margin-bottom: 24px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.blog-post .comments .author .img {
margin-right: 9px;
}
.blog-post .comments .author .img img {
width: 40px;
height: 40px;
border-radius: 50%;
}
.blog-post .comments .author a {
color: #222;
font-size: 18px;
}

.blog-post .comments .times {
font-size: 14px;
}
.blog-post .comments .times .date {
margin-right: 30px;
color: #888;
}
.blog-post .comments .times .date i {
margin-right: 9px;
}
.blog-post .comments .times .reply {
color: #222;
font-weight: bold;
}

.blog-post .feedback {
padding-bottom: 120px;
}
.blog-post .feedback h3 {
margin-bottom: 14px;
}
.blog-post .feedback input, .blog-post .feedback textarea {
padding: 25px 30px;
font-size: 18px;
font-family: "Roboto", sans-serif;
background: #f4f4f4;
border: none;
border-radius: 50px;
}
.blog-post .feedback input::-webkit-input-placeholder, .blog-post .feedback textarea::-webkit-input-placeholder {
font-size: 18px;
font-family: "Roboto", sans-serif;
color: #dddddd;
}
.blog-post .feedback input:-ms-input-placeholder, .blog-post .feedback textarea:-ms-input-placeholder {
font-size: 18px;
font-family: "Roboto", sans-serif;
color: #dddddd;
}
.blog-post .feedback input::-ms-input-placeholder, .blog-post .feedback textarea::-ms-input-placeholder {
font-size: 18px;
font-family: "Roboto", sans-serif;
color: #dddddd;
}
.blog-post .feedback input::placeholder, .blog-post .feedback textarea::placeholder {
font-size: 18px;
font-family: "Roboto", sans-serif;
color: #dddddd;
}
.blog-post .feedback textarea {
border-radius: 15px;
}
.blog-post .feedback button {
margin-top: 50px;
}

@media only screen and (max-width: 576px) {
.blog-post .post {
padding-bottom: 25px;
}
.blog-post .post .tag {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 16px 12px 15px 10px;
}
.blog-post .post .tag label, .blog-post .post .tag a {
font-size: 16px;
}
.blog-post .post .tag div:first-child {
-webkit-box-orient: unset;
-webkit-box-direction: unset;
-ms-flex-direction: unset;
flex-direction: unset;
}
.blog-post .post .tag div:first-child label {
margin-right: 7px;
}
.blog-post .post .tag div:first-child a {
margin-left: 0;
margin-right: 14px;
}
.blog-post .post .main-post h3 {
font-size: 24px;
}
.blog-post .post .extra-post2 ul {
padding-left: 20px;
}
.blog-post .comments h3 {
font-size: 24px;
margin-bottom: 7px;
}
.blog-post .comments .author {
margin-bottom: 8px;
}
.blog-post .comments .post:nth-child(2) {
padding-left: 20px;
}
.blog-post .feedback {
padding-bottom: 30px;
}
.blog-post .feedback h3 {
font-size: 24px;
margin-bottom: 22px;
}
.blog-post .feedback input, .blog-post .feedback textarea {
padding: 21px 20px;
}
.blog-post .feedback .margin-bot-30 {
margin-bottom: 15px;
}
.blog-post .feedback button {
margin-top: 20px;
}
}

@media only screen and (min-width: 1600px) {
.blog-post .post .main-post h3 {
font-size: 60px;
}
.blog-post .post .main-post p {
font-size: 18px;
}
.blog-post .post .extra-post h4 {
font-size: 30px;
}
.blog-post .post .extra-post p {
font-size: 18px;
}
.blog-post .post .extra-post2 h4 {
font-size: 30px;
}
.blog-post .post .extra-post2 p {
font-size: 18px;
}
.blog-post .post .tag a {
font-size: 18px;
}
.blog-post .comments h3 {
font-size: 60px;
}
.blog-post .comments .post .comment {
font-size: 18px;
}
.blog-post .feedback h3 {
font-size: 60px;
}
}

.post-comment {
width: 200px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 50px;
border: none;
color: #fff;
background: #222;
font-family: "Roboto", sans-serif;
font-size: 18px;
margin-left: -15px;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.post-comment:hover {
background: #c90215;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}

.slide-about-us {
background-image: url("/storage/72b90685-090e-444c-a2d9-9a936145c189/about-us-1.jpg");
background-position: center;
background-attachment: scroll;
background-size: cover;
height: auto;
max-width: 100%;
}
.slide-about-us .title h3 {
padding-top: 430px;
}
.slide-about-us .title p {
padding-bottom: 435px;
}

.section-history {
padding-top: 42px;
padding-bottom: 43px;
color: #222;
}
.section-history h3 {
line-height: 1.5;
margin-top: 20px;
margin-bottom: 25px;
}
.section-history .year, .section-history .detail {
font-size: 18px;
font-family: "Roboto", sans-serif;
}
.section-history .year {
color: #888;
}
.section-history .quote {
color: #222;
padding-top: 39px;
padding-left: 99px;
}
.section-history .quote q {
font-family: "Roboto", sans-serif;
}
.section-history .quote p {
font-family: "Roboto", sans-serif;
margin-top: 18px;
margin-bottom: 22px;
}
.section-history .quote div:last-child {
margin-top: 23px;
font-size: 14px;
font-family: "Roboto", sans-serif;
}
.section-history .quote div:last-child span {
color: #c90215;
}

.section-our-team {
padding-top: 73px;
padding-bottom: 78px;
}
.section-our-team h3 {
margin-bottom: 36px;
color: #222;
}
.section-our-team .member {
padding-bottom: 30px;
}
.section-our-team .member .img {
position: relative;
overflow: hidden;
/* .overlay{
				position: absolute;
				left:0;
				bottom: 0;
				width: 100%;
				height:100%;
				background: rgba(0,0,0,.7);
				opacity: .7;
			} */
}
.section-our-team .member .img img {
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.section-our-team .member .img:hover {
/* .overlay{
					display: none;
				} */
}
.section-our-team .member .img:hover img {
-webkit-transform: scale(1.225, 1.225);
-ms-transform: scale(1.225, 1.225);
transform: scale(1.225, 1.225);
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.section-our-team .member .team-member {
font-weight: bold;
font-size: 20px;
color: #222;
margin-top: 15px;
margin-bottom: -5px;
}
.section-our-team .member div:last-child {
color: #909090;
font-size: 18px;
}

@media only screen and (max-width: 576px) {
.slide-about-us .title h3 {
padding-top: 100px;
font-size: 35px;
}
.slide-about-us .title p {
padding-bottom: 100px;
font-size: 18px;
}
.section-history {
padding-top: 20px;
padding-bottom: 43px;
}
.section-history .year, .section-history .detail {
font-size: 16px;
}
.section-history h3 {
font-size: 30px;
line-height: 1;
margin-bottom: 15px;
}
.section-history .quote {
padding-top: 15px;
padding-left: 15px;
font-size: 16px;
}
.section-our-team {
padding-top: 30px;
padding-bottom: 30px;
}
.section-our-team h3 {
font-size: 30px;
}
.section-our-team .member {
padding-bottom: 15px;
}
}

@media only screen and (min-width: 576px) {
.slide-about-us .title h3 {
padding-top: 150px;
font-size: 40px;
}
.slide-about-us .title p {
padding-bottom: 150px;
font-size: 20px;
}
.section-history {
padding-top: 20px;
}
.section-history h3 {
font-size: 35px;
}
.section-history .quote {
padding-left: 15px;
padding-top: 39px;
}
.section-our-team {
padding-top: 30px;
padding-bottom: 30px;
}
.section-our-team h3 {
font-size: 35px;
}
.section-our-team .member {
padding-bottom: 15px;
}
}

@media only screen and (min-width: 768px) {
.slide-about-us .title h3 {
padding-top: 200px;
font-size: 40px;
}
.slide-about-us .title p {
padding-bottom: 200px;
font-size: 20px;
}
.section-history h3, .section-our-team h3 {
font-size: 42px;
line-height: 1.3;
}
}

@media only screen and (min-width: 992px) {
.slide-about-us .title h3 {
padding-top: 250px;
font-size: 45px;
}
.slide-about-us .title p {
padding-bottom: 250px;
font-size: 23px;
}
}

@media only screen and (min-width: 1200px) {
.slide-about-us .title h3 {
padding-top: 300px;
font-size: 50px;
}
.slide-about-us .title p {
padding-bottom: 300px;
font-size: 25px;
}
.section-history {
padding-top: 42px;
padding-bottom: 43px;
}
.section-history .quote {
padding-top: 39px;
padding-left: 99px;
font-size: 18px;
}
.section-history .quote p {
margin-top: 18px;
margin-bottom: 22px;
}
.section-history .quote h3 {
font-size: 50px;
}
.section-our-team {
padding-top: 73px;
padding-bottom: 83px;
}
.section-our-team h3 {
font-size: 50px;
}
.section-our-team .member {
padding-bottom: 30px;
}
}

@media only screen and (min-width: 1600px) {
.slide-about-us .title h3 {
padding-top: 427px;
font-size: 60px;
}
.slide-about-us .title p {
padding-bottom: 429px;
font-size: 30px;
}
.section-our-team h3, .section-history h3 {
font-size: 60px;
line-height: 1.2;
margin-bottom: 30px;
}
.section-our-team p, .section-history p {
font-size: 18px;
}
}

.section-contact-us h3 {
padding-top: 32px;
font-weight: bold;
}

.section-contact-us .detail p {
font-family: "Roboto", sans-serif;
margin-top: 10px;
font-size: 18px;
}

.section-contact-us .detail ul {
list-style: none;
}
.section-contact-us .detail ul span {
font-weight: bold;
margin-left: 20px;
margin-right: 8px;
}
.section-contact-us .detail ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 18px;
}
.section-contact-us .detail ul li, .section-contact-us .detail ul a {
font-size: 18px;
}
.section-contact-us .detail ul a {
color: #222;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
font-weight: "Roboto", sans-serif;
}
.section-contact-us .detail ul a:hover {
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
color: #c90215;
}

.section-contact-us .contact {
padding-bottom: 21px;
}
.section-contact-us .contact h3 {
margin-bottom: 14px;
}
.section-contact-us .contact input, .section-contact-us .contact textarea {
border: none;
background: #f4f4f4;
padding: 25px 30px;
border-radius: 50px;
}
.section-contact-us .contact input:focus, .section-contact-us .contact textarea:focus {
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.section-contact-us .contact textarea {
border-radius: 15px;
}
.section-contact-us .contact button {
font-family: "Roboto", sans-serif;
font-size: 18px;
padding: 13px 67px 10px;
border-radius: 50px;
border: none;
background: #222;
color: #fff;
margin-top: 30px;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.section-contact-us .contact button:hover {
background: #c90215;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}

.section-map {
padding-top: 100px;
}

.padding-bot-120 {
padding-bottom: 120px;
}

@media only screen and (max-width: 576px) {
.section-contact-us h3 {
font-size: 30px;
padding-bottom: 30px;
}
.section-contact-us .detail p {
font-size: 16px;
}
.section-contact-us .detail ul li, .section-contact-us .detail ul a {
font-size: 16px;
}
.section-contact-us .contact {
padding-bottom: 21px;
}
.section-contact-us .contact input, .section-contact-us .contact textarea {
padding: 20px 35px;
}
.section-contact-us .contact button {
margin-top: 30px;
}
.section-map {
padding-top: 30px;
}
.padding-bot-120 {
padding-bottom: 30px;
}
}

@media only screen and (min-width: 576px) {
.section-contact-us h3 {
font-size: 35px;
padding-bottom: 30px;
}
.section-contact-us .detail p {
font-size: 16px;
}
.section-contact-us .detail ul li, .section-contact-us .detail ul a {
font-size: 16px;
}
.section-map {
padding-top: 30px;
}
.padding-bot-120 {
padding-bottom: 30px;
}
}

@media only screen and (min-width: 992px) {
.section-contact-us h3 {
font-size: 42px;
padding-bottom: 0px;
}
}

@media only screen and (min-width: 1200px) {
.section-contact-us h3 {
font-size: 50px;
padding-bottom: 0px;
}
.section-map {
padding-top: 50px;
}
.padding-bot-120 {
padding-bottom: 50px;
}
}

@media only screen and (min-width: 1600px) {
.section-contact-us h3 {
font-size: 60px;
padding-bottom: 0px;
}
.section-contact-us .detail p {
font-size: 18px;
}
.section-contact-us .detail ul li, .section-contact-us .detail ul a {
font-size: 18px;
}
.section-map {
padding-top: 100px;
}
.padding-bot-120 {
padding-bottom: 60px;
}
.padding-top-60 {
padding-top: 60px;
}
}

#modal-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 99999;
height: 100%;
width: 100%;
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
}

.modal-content {
display: none;
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 99;
padding: 20px;
}
.modal-content .content {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
width: 75%;
}
.modal-content .content h2 {
font-size: 36px;
font-weight: bold;
margin-bottom: 14px;
}
.modal-content .content h2 span {
color: #c90215;
}
.modal-content .content p {
font-size: 18px;
margin-bottom: 21px;
}
.modal-content .content form input {
padding: 25px 20px;
border: none;
border-radius: 50px;
background: #f4f4f4;
}
.modal-content .content form ::-webkit-input-placeholder {
font-family: "Roboto", sans-serif;
font-size: 18px;
color: #ddd;
}
.modal-content .content form :-ms-input-placeholder {
font-family: "Roboto", sans-serif;
font-size: 18px;
color: #ddd;
}
.modal-content .content form ::-ms-input-placeholder {
font-family: "Roboto", sans-serif;
font-size: 18px;
color: #ddd;
}
.modal-content .content form ::placeholder {
font-family: "Roboto", sans-serif;
font-size: 18px;
color: #ddd;
}
.modal-content .content form button {
margin: 50px auto 0;
}
.modal-content .btn-close {
position: absolute;
top: -10px;
right: 10px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background: #f4f4f4;
border: none;
border-radius: 50%;
-webkit-transition: all .1s;
-o-transition: all .1s;
transition: all .1s;
}
.modal-content .btn-close:hover {
color: #c90215;
background: #222;
}
.modal-content .btn-close span {
font-size: 14px;
font-weight: 800;
-webkit-transition: all .1s;
-o-transition: all .1s;
transition: all .1s;
}
@media only screen and (max-width: 576px) {
.modal-content {
max-width: 90%;
}
.modal-content .col-6:first-child {
display: none;
}
.modal-content .col-6:nth-child(2) {
width: 100%;
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
position: relative;
}
.modal-content .col-6:nth-child(2) .content {
width: 100%;
padding: 20px 0px;
position: relative;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin: 0 auto;
top: 0;
left: 0;
}
.modal-content .col-6:nth-child(2) .content h2 {
font-size: 30px;
}
.modal-content .col-6:nth-child(2) .content p {
font-size: 16px;
}
.modal-content .col-6:nth-child(2) .content form input {
padding: 20px;
}
.modal-content .col-6:nth-child(2) .content form button {
margin: 30px auto 0;
}
}
@media only screen and (min-width: 576px) {
.modal-content {
width: 75%;
padding: 15px;
}
.modal-content .col-6:first-child {
display: none;
}
.modal-content .col-6:nth-child(2) {
width: 100%;
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
position: relative;
}
.modal-content .col-6:nth-child(2) .content {
padding: 40px 0px;
position: relative;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin: 0 auto;
top: 0;
left: 0;
}
}
@media only screen and (min-width: 768px) {
.modal-content {
width: 75%;
}
.modal-content .col-6:first-child {
display: block;
}
.modal-content .col-6:nth-child(2) {
width: 50%;
max-width: 50%;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.modal-content .col-6:nth-child(2) .content {
padding: 20px 20px 20px 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
}
.modal-content .col-6:nth-child(2) .content h2 {
font-size: 23px;
}
.modal-content .col-6:nth-child(2) .content p {
font-size: 14px;
}
.modal-content .col-6:nth-child(2) .content form input {
padding: 20px;
}
.modal-content .col-6:nth-child(2) .content form button {
margin-top: 25px;
width: 130px;
height: 35px;
line-height: 35px;
}
}
@media only screen and (min-width: 992px) {
.modal-content .col-6:nth-child(2) .content {
padding: 0 20px;
}
.modal-content .col-6:nth-child(2) .content h2 {
font-size: 28px;
}
.modal-content .col-6:nth-child(2) .content p {
font-size: 16px;
}
.modal-content .col-6:nth-child(2) .content form input {
padding: 18px;
}
.modal-content .col-6:nth-child(2) .content form button {
margin-top: 25px;
}
}
@media only screen and (min-width: 1200px) {
.modal-content {
width: 855px;
}
.modal-content .col-6:nth-child(2) .content h2 {
font-size: 36px;
}
.modal-content .col-6:nth-child(2) .content p {
font-size: 18px;
}
.modal-content .col-6:nth-child(2) .content form input {
padding: 25px 20px;
}
.modal-content .col-6:nth-child(2) .content form button {
margin-top: 50px;
width: 200px;
height: 50px;
line-height: 50px;
}
}
@media only screen and (min-width: 1600px) {
.modal-content {
width: 1260px;
padding: 20px;
}
.modal-content .col-6:nth-child(2) .content {
padding: 0 60px;
}
.modal-content .col-6:nth-child(2) .content p {
padding: 0 19px;
}
}

.quick-view-product {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1000;
background: #fff;
border: 20px solid #fff;
border-right: none;
visibility: visible;
opacity: 1;
}

.quick-view {
position: relative;
width: 1260px;
}
.quick-view .btn-close {
position: absolute;
top: -10px;
right: 20px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background: #f4f4f4;
border: none;
border-radius: 50%;
}
.quick-view .btn-close span {
font-size: 14px;
}
.quick-view .btn-close span:hover {
color: #c90215;
}
.quick-view .col-prod-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 17.88%;
flex: 0 0 17.88%;
max-width: 17.88%;
float: left;
padding-right: 10px;
padding-left: 5px;
}
.quick-view .col-prod-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 82.12%;
flex: 0 0 82.12%;
max-width: 82.12%;
float: right;
padding: 0;
}
.quick-view .product-info {
padding-left: 30px;
right: 0;
background: #fff;
width: 100%;
position: absolute;
height: 100%;
overflow-y: scroll;
margin-top: -20px;
padding-top: 20px;
}
.quick-view .product-info .share {
padding-bottom: 70px;
}
.quick-view .product-detail .rating {
padding-top: 16px;
font-size: 18px;
color: #888;
}
.quick-view .product-detail .rating div:last-child {
font-size: 12px;
margin-left: 26px;
}
.quick-view .product-detail .rating div:last-child span:last-child {
color: #222;
}
.quick-view .product-detail .name {
font-size: 36px;
margin-top: 9px;
}
.quick-view .product-detail .dollar {
font-size: 36px;
color: #c90215;
}
.quick-view .product-detail .color label {
margin-bottom: 19px;
}
.quick-view .product-detail .color a {
display: inline-block;
margin-bottom: 9px;
margin-right: 8px;
position: relative;
}
.quick-view .product-detail .color a .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #e4bec3;
opacity: .5;
display: none;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.quick-view .product-detail .color a:hover .overlay {
display: block;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.quick-view .product-detail .size, .quick-view .product-detail .quanlity {
margin-top: 30px;
}
.quick-view .product-detail .select-size, .quick-view .product-detail .select-quanlity {
border: 2px solid #f4f4f4;
margin-bottom: 50px;
position: relative;
}
.quick-view .product-detail .select-size::after, .quick-view .product-detail .select-quanlity::after {
content: "\f078";
font-family: "FontAwesome";
font-size: 14px;
color: #222;
right: 0;
top: 0;
padding: 0 0 2px;
position: absolute;
pointer-events: none;
background: #f4f4f4;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
}
.quick-view .product-detail .select-size select, .quick-view .product-detail .select-quanlity select {
padding-left: 20px;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
}
.quick-view .product-detail .select-size select option, .quick-view .product-detail .select-quanlity select option {
width: 100%;
}
.quick-view .product-detail .select-size select {
height: 50px;
width: 300px;
}
.quick-view .product-detail .select-quanlity select {
height: 50px;
width: 150px;
}
.quick-view .product-detail .cart {
margin-bottom: 48px;
}
.quick-view .product-detail .cart a {
display: inline-block;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.quick-view .product-detail .cart a:first-child {
height: 50px;
width: 200px;
line-height: 50px;
text-align: center;
color: #fff;
background: #222;
border-radius: 56px;
margin-right: 20px;
text-transform: uppercase;
font-size: 20px;
}
.quick-view .product-detail .cart a:last-child {
font-size: 18px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #f4f4f4;
color: #3b3b3b;
border-radius: 50%;
}
.quick-view .product-detail .cart a:hover {
background: #c90215;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.quick-view .product-detail .cart a:hover i {
color: #fff;
}
.quick-view .product-detail .link-page {
color: #222;
font-size: 18px;
}
.quick-view .product-detail .link-page a {
color: #222;
}
.quick-view .product-detail .link-page a:hover {
color: #c90215;
}
.quick-view .product-detail .link-page .share {
margin-top: 35px;
}
.quick-view .product-detail .link-page .share a {
margin: 0 14px;
}
.quick-view .product-detail .link-page .share a i {
color: #aaa;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.quick-view .product-detail .link-page .share a i:hover {
color: #c90215;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.quick-view .product-detail p {
font-size: 18px;
font-family: "Roboto", sans-serif;
}
.quick-view .product-detail .slick-scoll {
padding: 0;
margin: 0;
height: 100%;
}
.quick-view .product-detail .slick-scoll .slick-list {
height: 100%;
}
.quick-view .product-detail .slick-scoll .product-image {
margin: 0 0 7px 0;
border-bottom: 3px solid #fff;
}
.quick-view .product-detail .slick-scoll .product-image:hover, .quick-view .product-detail .slick-scoll .product-image:active, .quick-view .product-detail .slick-scoll .product-image:focus {
border-bottom: 3px solid #c50215;
}
@media only screen and (min-width: 1200px) {
.quick-view {
width: 855px;
}
.quick-view .product-detail .name {
font-size: 25px;
margin-top: 0px;
}
.quick-view .product-detail .dollar {
font-size: 25px;
}
.quick-view .product-detail .color {
margin-top: 15px;
}
.quick-view .product-detail .color a {
width: 65px;
}
.quick-view .product-detail .size, .quick-view .product-detail .quanlity {
margin-top: 15px;
}
.quick-view .product-detail .select-size::after, .quick-view .product-detail .select-quanlity::after {
width: 40px;
height: 40px;
line-height: 40px;
}
.quick-view .product-detail .select-size select, .quick-view .product-detail .select-quanlity select {
padding-left: 10px;
height: 40px;
}
.quick-view .product-detail .select-size {
width: 180px;
}
.quick-view .product-detail .select-size select {
width: 180px;
}
.quick-view .product-detail .cart {
margin-bottom: 30px;
}
.quick-view .product-detail .link-page {
font-size: 16px;
}
.quick-view .product-detail .link-page .share {
margin-top: 25px;
}
.quick-view .product-detail p {
font-size: 16px;
}
}
@media only screen and (min-width: 1600px) {
.quick-view {
width: 1260px;
}
.quick-view .product-detail .name {
font-size: 36px;
margin-top: 9px;
}
.quick-view .product-detail .dollar {
font-size: 36px;
}
.quick-view .product-detail .color {
margin-top: 20px;
}
.quick-view .product-detail .color a {
width: 97px;
}
.quick-view .product-detail .size, .quick-view .product-detail .quanlity {
margin-top: 30px;
}
.quick-view .product-detail .select-size,
.quick-view .product-detail .select-quanlity {
height: 50px;
}
.quick-view .product-detail .select-size::after,
.quick-view .product-detail .select-quanlity::after {
width: 50px;
height: 50px;
line-height: 50px;
}
.quick-view .product-detail .select-size select,
.quick-view .product-detail .select-quanlity select {
height: 50px;
}
.quick-view .product-detail .select-size {
width: 300px;
}
.quick-view .product-detail .select-quanlity {
width: 150px;
}
.quick-view .product-detail .select-size {
width: 300px;
}
.quick-view .product-detail .select-size select {
width: 300px;
}
.quick-view .product-detail .cart {
margin-bottom: 48px;
}
.quick-view .product-detail .link-page {
font-size: 18px;
}
.quick-view .product-detail .link-page .share {
margin-top: 35px;
}
.quick-view .product-detail p {
font-size: 18px;
}
}

.quick-view-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.7);
z-index: 9;
}

.quick-view-active {
visibility: hidden;
opacity: 0;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}

.select-account {
position: relative;
}
.select-account::after {
position: absolute;
top: 0;
right: 0;
content: '\f0d7';
font-family: 'FontAwesome';
font-size: 14px;
color: #fff;
}
.select-account select {
width: 94px;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
color: #fff;
font-size: 14px;
padding-left: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.select-account select option {
background: #fff;
color: #222;
}



.box-mobile-menu.open {
left: 0;
}

.box-mobile-menu {

background-size: cover;
background-position: center;
display: block;
position: fixed;
left: -460px;
top: 0;
bottom: 0;
z-index: 1000;
opacity: 1;
visibility: visible;
width: 460px;
max-width: -webkit-calc(100% - 20px);
max-width: -moz-calc(100% - 20px);
max-width: calc(100% - 20px);
height: 100%;
line-height: 24px;
padding: 0 75px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
font-family: "Barlow", sans-serif;
overflow-y: auto;
}
@media only screen and (max-width: 576px) {
.box-mobile-menu .social-icon {
margin: 0 32px 20px;
}
}
.box-mobile-menu .social-icon {
margin: 0 32px 60px;
border: 2px solid #f4f4f4;
}
.box-mobile-menu .social-icon a {
color: #888;
}
.box-mobile-menu .social-icon a:hover {
color: #c90215;
}
@media only screen and (max-width: 576px) {
.box-mobile-menu .social-icon {
margin: 0 32px 30px;
}
}
.box-mobile-menu .box-title {
display: inherit;
text-align: center;
margin-bottom: 49px;
padding: 58px 0 10px 5px;
}
@media only screen and (max-width: 576px) {
.box-mobile-menu .box-title {
padding: 35px 0 10px 5px;
margin-bottom: 20px;
}
}
.box-mobile-menu .menu-item .slide-dropdown {
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.box-mobile-menu .menu-item .slide-dropdown .down {
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
font-size: 12px;
color: #868686;
}
.box-mobile-menu .menu-item .slide-dropdown .rotate {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.box-mobile-menu .menu-item .submenu {
display: none;
max-height: 400px;
overflow: auto;
}
.box-mobile-menu .menu-item .submenu .menu-shop-style {
list-style: none;
padding: 0;
}
.box-mobile-menu .menu-item .submenu .menu-shop-style .style-item {
display: inline-block;
float: left;
width: 100%;
border: none;
overflow: hidden;
}
.box-mobile-menu .menu-item .submenu .menu-shop-style .style-item .menu-link {
line-height: 24px;
vertical-align: middle;
display: block;
position: relative;
color: #222;
width: calc(100% - 51px);
font-weight: 600;
font-size: 16px;
font-weight: 400;
width: 100%;
cursor: pointer;
padding-bottom: 0;
}
.box-mobile-menu .menu-item .submenu .menu-shop-style .style-item .menu-link:hover {
color: var(--main);
}
.box-mobile-menu .close-menu {
background: #333;
position: inherit;
bottom: 0;
z-index: 1;
width: 100%;
max-width: calc(100% - 20px);
width: 460px;
height: 45px;
line-height: 45px;
display: inline-block;
cursor: pointer;
font-size: 20px;
font-weight: 500;
padding-left: 10px;
margin-left: -75px;
}
.box-mobile-menu .close-menu i {
color: #fff;
}
.box-mobile-menu .close-menu i:hover {
color: #c90215;
}
.box-mobile-menu .menu-clone {
padding-bottom: 50px;
}
.box-mobile-menu .menu-clone .main-menu {
list-style: none;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
overflow: hidden;
overflow-y: auto;
}
.box-mobile-menu .menu-clone .main-menu .menu-item {
display: inline-block;
float: left;
overflow: hidden;
width: 100%;
font-family: "Barlow", sans-serif;
}
.box-mobile-menu .menu-clone .main-menu .menu-item > a {
color: #222;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 18px;
font-weight: 600;
width: calc(100% - 51px);
line-height: 12px;
padding: 18px 0px;
width: 100%;
}

.menu-overlay {
display: none;
background-color: #000;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99;
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

@media only screen and (max-width: 480px) {
.box-mobile-menu {
padding: 0 20px;
}
.box-mobile-menu .social-icon .nav-link {
padding: 0.3rem 0.5rem;
}
.box-mobile-menu .close-menu {
margin-left: -20px;
}
}

.product-checkout {
background-color: #f7f7f7;
z-index: 9999;
height: 100vh;
position: fixed;
top: 0;
right: -380px;
width: 380px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
max-width: calc(100% - 20px);
}
.product-checkout.active {
right: 0;
}

.bg-canvas-overlay.active {
background-color: rgba(45, 51, 55, 0.66);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
}

.mini-content {
position: relative;
}
.mini-content .minicart-numbers-items {
position: absolute;
top: 0px;
right: 0px;
font-weight: 600;
display: block;
min-width: 45px;
text-align: center;
line-height: 46px;
color: #000;
border-left: 1px solid #ecebeb;
}
.mini-content .mini-cart-title {
font-weight: 600;
font-size: 12px;
line-height: 46px;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;
color: #000;
border-bottom: 1px solid #ecebeb;
padding-bottom: 0;
margin-bottom: 0;
}
.mini-content .prod .product-cart {
overflow: hidden;
position: relative;
border-bottom: 1px solid #ecebeb;
text-align: left;
}
.mini-content .prod .product-cart .minicart-item {
position: relative;
list-style-type: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 0;
padding: 20px;
}
.mini-content .prod .product-cart .minicart-item .product-cart-item {
width: 102px;
}
.mini-content .prod .product-cart .minicart-item li {
list-style-type: none;
display: inline-block;
}
.mini-content .prod .product-cart .minicart-item li a img {
width: 100%;
}
.mini-content .prod .product-cart .minicart-item .product-detail {
overflow: hidden;
padding-left: 20px;
}
.mini-content .prod .product-cart .minicart-item .product-detail .product-name {
font-size: 17px;
line-height: 24px;
margin-bottom: 0;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.mini-content .prod .product-cart .minicart-item .product-detail .product-name a {
color: #000;
}
.mini-content .prod .product-cart .minicart-item .product-detail .product-name a:hover, .mini-content .prod .product-cart .minicart-item .product-detail .product-name a:focus {
color: #c90215;
}
.mini-content .prod .product-cart .minicart-item .product-detail .product-detail-info .product-quantity {
display: block;
font-weight: 600;
font-size: 12px;
line-height: 29px;
color: #000;
letter-spacing: 2px;
}
.mini-content .prod .product-cart .minicart-item .product-detail .product-detail-info .product-cost {
float: left;
line-height: 18px;
color: #5b5a5a;
font-weight: 700;
}
.mini-content .prod .product-cart .minicart-item .product-remove .remove-product {
position: absolute;
right: 27px;
top: 15px;
font-size: 25px;
margin-left: 5px;
color: #a9a9a9;
}
.mini-content .prod .product-cart .minicart-item .product-remove:hover, .mini-content .prod .product-cart .minicart-item .product-remove:focus {
cursor: pointer;
color: #f33c3c;
}
.mini-content .sub-total {
background-color: #fff;
position: fixed;
bottom: 59px;
width: 400px;
max-width: calc(100% - 20px);
height: 59px;
line-height: 59px;
color: #000;
padding: 0 40px;
overflow: hidden;
}
.mini-content .sub-total .total-title {
font-size: 16px;
}
.mini-content .sub-total .total-price {
width: auto;
font-weight: 500;
display: block;
}
.mini-content .action-checkout {
bottom: 0;
position: fixed;
width: 400px;
max-width: calc(100% - 20px);
}
.mini-content .action-checkout span {
color: #fff;
}
.mini-content .action-checkout .button-viewcart {
background-color: #2a2a2a;
width: 50%;
display: block;
float: left;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
height: 59px;
line-height: 59px;
color: #fff;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.mini-content .action-checkout .button-viewcart:hover {
background: #c90215;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.mini-content .action-checkout .button-checkout {
width: 50%;
display: block;
float: left;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
height: 59px;
line-height: 61px;
color: #ffffff;
background-color: #000;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.mini-content .action-checkout .button-checkout:hover {
background: #c90215;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}

.closebtn {
position: absolute;
top: 0px;
left: 0px;
font-size: 32px;
width: 46px;
height: 46px;
line-height: 42px;
text-align: center;
cursor: pointer;
color: #000;
border-right: 1px solid #dedede;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.closebtn:hover {
color: #c90215;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}

.filter-mobile {
position: fixed;
top: 0;
right: -380px;
z-index: 10;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
width: 380px;
height: 100vh;
max-width: calc(100% - 20px);
background: #fff;
padding: 0px 20px 50px;
overflow-y: scroll;
}
.filter-mobile .featured-product .wrap .row .col-lg-6:last-child {
padding-left: 30px;
padding-bottom: 20px;
}
.filter-mobile .our-blog, .filter-mobile .post, .filter-mobile .caption, .filter-mobile .comment {
margin-bottom: 40px;
}
.filter-mobile .our-blog {
padding-top: 25px;
}
.filter-mobile h4 {
margin-bottom: 25px;
}
.filter-mobile .tag-blog {
margin-top: 30px;
}
.filter-mobile .sidebar-left {
-webkit-box-shadow: 0px 0px 5px #00000040;
box-shadow: 0px 0px 5px #00000040;
}
.filter-mobile .filter-product__first {
padding-top: 51px;
}
.filter-mobile .filter-size ul li a {
width: 60px;
height: 60px;
line-height: 60px;
}

.filter-mobile.active {
right: 0;
}

.bg-filter-overlay.active {
background-color: rgba(45, 51, 55, 0.66);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9;
}

.button-filter {
position: fixed;
left: 2px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 10;
}
.button-filter:before {
font-size: inherit;
font-style: normal;
line-height: 1;
font-size: 18px;
width: 50px;
height: 50px;
line-height: 52px;
text-align: center;
background: #c90215;
display: inline-block;
border-radius: 50%;
left: 0;
letter-spacing: 1px;
bottom: -20%;
position: absolute;
color: #fff;
font-weight: 100;
-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

.change-button-filter {
position: fixed;
left: 2px;
top: 50%;
z-index: 100;
}
.change-button-filter:before {
font-size: inherit;
font-style: normal;
line-height: 1;
font-size: 18px;
width: 50px;
height: 50px;
line-height: 48px;
text-align: center;
background: #c90215;
display: inline-block;
border-radius: 50%;
left: 0;
letter-spacing: 1px;
bottom: -20%;
position: absolute;
color: #fff;
font-weight: 100;
-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 992px) {
.slidebar-col-3 {
display: none;
}
}

@media only screen and (min-width: 992px) {
.slidebar-col-3 {
display: block;
}
}

.header-top {
-webkit-transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
-o-transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
padding: 40px 0;
}
.header-top.menu-scroll-v1 {
-webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.1);
background-color: #222;
-webkit-animation: myAnimation3 1s ease;
animation: myAnimation3 1s ease;
-webkit-transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
-o-transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
left: 0;
margin: 0 auto;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 999;
padding: 30px 0;
}
.header-top.menu-scroll-v1 .header-option .header-dropdown-home1 .dropdown-select::after {
color: #dddddd4a;
}
.header-top.menu-scroll-v1 .select-account-home1 .dropdown-toggle::after {
color: #dddddd4a;
}

.header-v2 {
-webkit-transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
-o-transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
z-index: 2;
}
.header-v2.menu-scroll-v1 {
-webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.1);
background-color: #222;
-webkit-animation: myAnimation3 1s ease;
animation: myAnimation3 1s ease;
-webkit-transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
-o-transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
left: 0;
margin: 0 auto;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 999;
}
.header-v2.menu-scroll-v1 .header-right form .input-group {
background: #fff;
}
.header-v2.menu-scroll-v1 .header-right form .input-group input::-webkit-input-placeholder {
opacity: .3;
font-size: 16px;
color: #222;
}
.header-v2.menu-scroll-v1 .header-right form .input-group input:-ms-input-placeholder {
opacity: .3;
font-size: 16px;
color: #222;
}
.header-v2.menu-scroll-v1 .header-right form .input-group input::-ms-input-placeholder {
opacity: .3;
font-size: 16px;
color: #222;
}
.header-v2.menu-scroll-v1 .header-right form .input-group input::placeholder {
opacity: .3;
font-size: 16px;
color: #222;
}
.header-v2.menu-scroll-v1 .header-right form.search a {
color: #222;
}
.header-v2.menu-scroll-v1 .header-right .input-group-text i {
color: #222;
}
@media only screen and (max-width: 992px) {
.header-v2 {
padding: 0;
}
}
@media only screen and (min-width: 992px) {
.header-v2 {
padding: 30px 0;
}
}
@media only screen and (min-width: 1200px) {
.header-v2 {
padding: 0;
}
}

@-webkit-keyframes myAnimation3 {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}

@keyframes myAnimation3 {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}

.mobile-nav-search-form {
position: fixed;
height: 60px;
z-index: 10;
top: 0;
left: 0;
padding: 0px;
width: 100%;
background-color: #fff;
display: none;
}
.mobile-nav-search-form input[type="search"] {
margin: 0;
width: 100%;
border-radius: 0;
height: 60px;
background: none !important;
color: #222;
border: none;
font-size: 16px;
font-family: "Roboto", sans-serif;
padding: 0 70px;
}
.mobile-nav-search-form ::-webkit-input-placeholder {
font-family: "Roboto", sans-serif;
font-size: 16px;
color: #ddd;
}
.mobile-nav-search-form :-ms-input-placeholder {
font-family: "Roboto", sans-serif;
font-size: 16px;
color: #ddd;
}
.mobile-nav-search-form ::-ms-input-placeholder {
font-family: "Roboto", sans-serif;
font-size: 16px;
color: #ddd;
}
.mobile-nav-search-form ::placeholder {
font-family: "Roboto", sans-serif;
font-size: 16px;
color: #ddd;
}
.mobile-nav-search-form .search {
position: absolute;
top: 50%;
left: 0;
width: 60px;
height: 60px;
margin-top: -30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
color: #222;
border-right: 1px solid #f4f4f4;
}
.mobile-nav-search-form .search span {
width: 20px;
position: relative;
display: block;
font-size: 20px;
color: #222;
font-weight: 600;
}
.mobile-nav-search-form .mobile-nav-search-close {
position: absolute;
top: 50%;
right: 0;
width: 60px;
height: 60px;
margin-top: -30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
color: #000;
border-left: 1px solid #f4f4f4;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.mobile-nav-search-form .mobile-nav-search-close span {
position: relative;
display: block;
font-size: 20px;
color: #222;
font-weight: 600;
}
@media only screen and (min-width: 992px) {
.mobile-nav-search-form {
display: none !important;
}
}

.autocomplete-results {
position: relative;
}

@media only screen and (max-width: 992px) {
.search-destop {
display: none;
}
}

@media only screen and (min-width: 992px) {
.search-destop {
display: block;
}
}

.search-destop .search-eurotas {
position: fixed;
top: 0;
bottom: 0;
z-index: -1;
width: 100%;
opacity: 0;
overflow: hidden;
-webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
transition: opacity 0.4s ease-out, -webkit-transform 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
-o-transition: transform 0.35s cubic-bezier(0.46, 0.01, 0.32, 1), opacity 0.4s ease-out;
transition: transform 0.35s cubic-bezier(0.46, 0.01, 0.32, 1), opacity 0.4s ease-out;
transition: transform 0.35s cubic-bezier(0.46, 0.01, 0.32, 1), opacity 0.4s ease-out, -webkit-transform 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
background: #fff;
}
.search-destop .search-eurotas.active {
height: 400px;
opacity: 1;
visibility: visible;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
z-index: 999999;
}
.search-destop .search-eurotas.active .drawer-search-top {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.search-destop .search-eurotas.active .form-search {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: .3s;
-o-transition-delay: .3s;
transition-delay: .3s;
opacity: 1;
visibility: visible;
}
.search-destop .search-eurotas .drawer-search-top {
display: block;
padding: 30px 15px;
-webkit-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
.search-destop .search-eurotas .drawer-search-top .drawer-search-heading {
font-size: 40px;
color: #222;
text-align: center;
font-weight: bold;
line-height: 1.2;
margin-bottom: 1em;
}
.search-destop .search-eurotas .form-search {
width: 900px;
margin: 0 auto;
position: relative;
-webkit-transition: all .6s linear;
-o-transition: all .6s linear;
transition: all .6s linear;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0;
visibility: hidden;
}
.search-destop .search-eurotas .form-search .input-search {
height: 44px;
line-height: 42px;
background-color: #fff;
color: #222;
border: none;
border-bottom: 2px solid #e8e8e8;
width: 100%;
font-size: 20px;
padding-right: 50px;
}
.search-destop .search-eurotas .form-search .input-search::-webkit-input-placeholder {
font-family: "Roboto", sans-serif;
font-size: 20px;
color: #757575;
}
.search-destop .search-eurotas .form-search .input-search:-ms-input-placeholder {
font-family: "Roboto", sans-serif;
font-size: 20px;
color: #757575;
}
.search-destop .search-eurotas .form-search .input-search::-ms-input-placeholder {
font-family: "Roboto", sans-serif;
font-size: 20px;
color: #757575;
}
.search-destop .search-eurotas .form-search .input-search::placeholder {
font-family: "Roboto", sans-serif;
font-size: 20px;
color: #757575;
}
.search-destop .search-eurotas .form-search button {
position: absolute;
top: 0;
right: 0;
color: #808080;
font-size: 22px;
height: 43px;
width: 43px;
text-align: center;
padding: 0;
font-weight: 900;
background: transparent;
border: none;
}
.search-destop .search-eurotas .close-search {
position: fixed;
top: 10px;
right: 10px;
z-index: 2;
}
.search-destop .search-eurotas .close-search a {
font-size: 25px;
font-weight: bold;
line-height: 35px;
width: 35px;
height: 35px;
text-align: center;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1.5px;
color: #222;
}
.search-destop .search-eurotas .close-search a:hover {
color: #c90215;
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}

.search-destop .bg-search {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.7);
z-index: 5;
opacity: 0;
visibility: hidden;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.search-destop .bg-search.active {
opacity: 1;
visibility: visible;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

.select-account__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.select-account__header a {
font-size: 14px;
color: #fff;
}
.select-account__header .dropdown-toggle::after {
font-size: 10px;
}
.select-account__header .dropdown-account {
-webkit-transform: translateY(15px);
-ms-transform: translateY(15px);
transform: translateY(15px);
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
right: -1px;
padding: 25px 20px;
min-width: 150px;
opacity: 0;
visibility: hidden;
}
.select-account__header .dropdown-account a {
color: #898989;
margin-bottom: 7px;
padding-left: 0;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.select-account__header .dropdown-account a:hover {
color: var(--main);
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.select-account__header.show .dropdown-account {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.select-account-home1 .dropdown-toggle::after {
color: #FFF;
}


.btn-login {
height: 55px;
border-radius: 0;
background-color: #222;
font-size: 14px;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
margin-top: 20px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
border: none;
margin-bottom: 70px;
}
.btn-login:hover {
background: #c90215;
}

.popup-login__eurotas .popup-register__destop {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 99999;
max-width: 500px;
width: 500px;
-webkit-box-shadow: 7px 6px 40px 0px rgba(204, 204, 223, 0.16);
box-shadow: 7px 6px 40px 0px rgba(204, 204, 223, 0.16);
padding: 50px;
background: #fff;
visibility: hidden;
opacity: 0;
}
@media only screen and (max-width: 576px) {
.popup-login__eurotas .popup-register__destop {
max-width: 90%;
}
}
@media only screen and (min-width: 576px) {
.popup-login__eurotas .popup-register__destop {
max-width: 500px;
}
}
.popup-login__eurotas .popup-register__destop.active {
opacity: 1;
visibility: visible;
z-index: 999999;
}
.popup-login__eurotas .popup-register__destop .popup-register__content .logo-eurotas {
padding-bottom: 30px;
text-align: center;
}
.popup-login__eurotas .popup-register__destop .popup-register__content .popup-heading {
text-align: center;
font-size: 20px;
font-weight: 400;
color: #222;
text-transform: unset;
padding-top: 10px;
display: none;
}
.popup-login__eurotas .popup-register__destop .popup-register__content .form-login {
margin-top: 1rem;
}
.popup-login__eurotas .popup-register__destop .popup-register__content .form-login .form-control {
height: 55px;
border-radius: 0;
border-color: #ced4da;
}
.popup-login__eurotas .popup-register__destop .popup-register__content .form-login .form-check {
padding-left: 0;
text-align: left;
font-size: 14px;
}
.popup-login__eurotas .popup-register__destop .popup-register__content .form-login .form-check a {
color: #c5c4c4;
}
.popup-login__eurotas .popup-register__destop .popup-register__content .form-login .btn-login {
height: 55px;
border-radius: 0;
background-color: #222;
font-size: 14px;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
margin-top: 20px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
border: none;
margin-bottom: 20px;
}
.popup-login__eurotas .popup-register__destop .popup-register__content .form-login .btn-login:hover {
background: #c90215;
}

.popup-login__eurotas .close__popup-login {
position: absolute;
top: 10px;
right: 10px;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
}
.popup-login__eurotas .close__popup-login a {
font-size: 25px;
font-weight: bold;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1.5px;
color: #222;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.popup-login__eurotas .close__popup-login a:hover {
color: #c90215;
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}

.popup-login__eurotas .bg__popup-login {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999;
background: rgba(0, 0, 0, 0.7);
visibility: hidden;
opacity: 0;
}
.popup-login__eurotas .bg__popup-login.active {
opacity: 1;
visibility: visible;
}

.popup-register:hover, .popup-register:active,
.popup-login:hover,
.popup-login:active {
background: #fff;
}