.site-wrap {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}
@media (min-width: 1500px){
    .container {
        max-width: 1400px;
    }
}

.top-navbar {
    background: #2f2d2a;
    border-bottom: 0;
}
.logo-bar-area {
    background: #ffdd59;
    padding: 0;
    z-index: 102;
}
/*.logo-bar-area .logo-bar-wrap > *{*/
/*    padding: 12px 0;*/
/*}*/
.body-wrap{
    background: #eee;
}
.header{
    box-shadow:0px 5px 15px rgba(0, 0, 0, 0.02);
}
section.home-banner-area,
.product-details-area{
    background: none;
}
.category-menu{
    position: relative;
    z-index: 101;
    background: #fff;
    /* box-shadow: 0 5px 10px rgba(0,0,0,0.08); */
}
.category-menu .list-unstyled a{
    padding: 15px 0;
    display: inline-block;
    color: #565656;
    font-size: 13px;
    font-weight: 600;
}
.product-us h2:before {
    content: "";
    position: absolute;
    width: 10%;
    height: 2px;
    top: 30px;
    left: 45%;
    border-bottom: 2px solid #000;
}
.product-uss h2:before {
    content: "";
    position: absolute;
    width: 10%;
    height: 2px;
    top: 30px;
    left: 0;
    border-bottom: 2px solid #000;
}
.hover-category-menu .category-sidebar{
    padding-top: 0;
}
.hover-category-menu .category-sidebar .all-category::before{
    content: none;
}
.hover-category-menu .category-sidebar .all-category{
    padding: 0;
    text-align: center;
}
.hover-category-menu .category-sidebar .all-category a{
    font-size: 14px;
    font-weight: 600;
}
.hover-category-menu .category-sidebar .sub-cat-menu {
    height: 100%;
    top: 0;
}
.all-category-menu {
    border-right: 1px solid rgba(255,255,255,.3);
    border-left: 1px solid rgba(255,255,255,.3);
    margin-right: 20px;
    position: relative;
    z-index: 899;
    background: rgba(255,255,255,.3);
}
.all-category-menu a{
    display: block;
    padding: 11px 20px;
}
.all-category-menu .hamburger-icon{
    top: 0;
}
.hover-category-menu .container {
    position: relative;
    z-index: 898;
}
.hover-category-menu.open .caterogy-menu-overlay {
    position: fixed;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 897;
}

.search-box button {
    background: #fff;
    color: #949494;
}

.search-box input[type="text"] {
    border: 0;
}
.typed-search-box{
    width: 100%;
}
.logo-bar-icons {
    margin-left: 0px;
}

/* .home-banner-area{
    padding: 15px 0;
}
.home-banner-area .home-slide{
    padding: 0 60px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    background: #fff;
} */
/* .home-banner-area .home-slide .slick-prev,.home-banner-area .home-slide .slick-next, */
.carousel-arrow .slick-prev,.carousel-arrow .slick-next{
    opacity: 0.8;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: calc(50% - 0px);
}
/* .home-banner-area .home-slide .slick-prev, */
.carousel-arrow .slick-prev{
    left: -50px;
}
/* .home-banner-area .home-slide .slick-next, */
.carousel-arrow .slick-next{
    right: -50px;
}

.carousel-arrow .slick-prev,
.carousel-arrow .slick-next{
    background: #eee;
}
.carousel-arrow .slick-prev span{
    left: 16px;
}
.carousel-arrow .slick-next span{
    left: 9px;
}

.category-menu.loc-open {
    z-index: 103;
}
.header-location {
    margin-right: 50px;
    position: relative;
}
.header-location .loca-btn {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    padding: 9px 15px;
    background: rgba(0,0,0,0.05);
    position: relative;
    z-index: 998;
    border: 0;
}
.header-location .loca-btn * {
    display: inline-block;
}
.header-location.open .loca-btn {
    background: rgba(255, 255, 255,1);
}
.header-location .loca-dropdown {
    position: absolute;
    top: calc(100% + 5px);
    background: #fff;
    z-index: 999;
    display: none;
    left: 0;
    width: 400px;
    padding: 30px 20px;
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.header-location .loca-dropdown:before {
    position: absolute;
    height: 14px;
    width: 14px;
    content: "";
    background: #fff;
    left: 80px;
    top: -3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.header-location .loca-overlay {
    position: fixed;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 997;
    display: none;
}
.header-location.open .loca-dropdown,
.header-location.open .loca-overlay{
    display: block;
}
.loca-dropdown .loca-selected {
    padding: 12px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    text-align: left;
    background: #f7f7f7;
}

.loca-dropdown .loca-selected i {
    float: right;
    font-size: 18px;
    color: #dfaa4d;
}
.loca-dropdown .or-select{
    margin: 20px 10px;
}
.logo-bar-area .select2-container .select2-selection--single{
    border: 1px solid #e6e6e6;
    height: auto;
}




.section-title-2 {
    margin-bottom: 15px;
}

.section-title-2 a {
    color: #333!important;
    font-weight: 700;
}

.custom-product-box .product-image img {
    max-height: 200px;
    min-height: 200px;
    margin: auto;
    width: auto;
}

.custom-product-box .product-title {
    margin: 25px 0;
}
.section-title-2 {
    margin-bottom: 15px;
}

.section-title-2 a {
    color: #333!important;
    font-weight: 700;
}

.custom-product-box .product-point {
    background: rgba(255, 221, 88, 0.2);
    padding: 3px 10px;
    border-radius: 2px;
    border: 1px solid #ffdd58;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
}

.section-title-2 {
    margin-bottom: 15px;
}

.section-title-2 a {
    color: #333!important;
    font-weight: 700;
}

.custom-product-box {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.custom-product-box:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.custom-product-box .product-point {
    background: rgba(255, 221, 88, 0.15);
    padding: 3px 10px;
    border-radius: 2px;
    border: 1px solid #ffdd59;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
}

.custom-product-box .add-to-cart {
    /* background: #ffdd59;
    color: #333; */
    font-weight: 700;
    padding: 6px 15px;
    font-size: 12px;
}

.custom-product-box .price-box {
    min-height: 33px;
}
.custom-product-box .price-box del {
    font-size: 12px;
    opacity: 0.7;
    margin: 0;
    line-height: 1;
}

.custom-product-box .price-box span {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.top-navbar{
    z-index: 103;
}
.top-navbar .top-bar-item {
    padding: 10px 0;
}

.logo-bar-icons>div:not(:first-of-type) {
    margin-left: 15px;
}

.nav-my-account .dropdown-menu {
    margin-top: 12px;
}

.nav-my-account .nav-box-link {
    /* color: #333; */
    padding: 3px 0;
}
.nav-my-account .profile-box .name {
    font-size: 14px;
    font-weight: 600;
    max-width: 70px;
}
.nav-my-account .profile-box .image {
    height: 34px;
    width: 34px;
    background-size: contain;
    background-position: center;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 5px;
}
.nav-my-account .nav-box-link .my-acc {
    font-size: 14px;
    font-weight: 600;
}

.nav-my-account .nav-box-link .login {
    font-size: 11px;
    line-height: 1.3;
    opacity: 0.7;
}

.nav-my-account .nav-box-link i {
    margin-left: 10px;
}
.nav-barcode button {
    border: 0;
    background: no-repeat;
    margin-left: 10px;
    padding: 5px;
}
.nav-barcode button img {
    height: 29px;
}
.nav-cart-box .nav-box-link {
    /* color: #333 !important; */
    font-weight: 600;
    cursor: pointer;
}
.nav-cart-box .nav-box-number {
    background: #fff !important;
    color: #333 !important;
}

.cart-right {
    position: fixed;
    background: #fff;
    height: 100%;
    top: 0;
    z-index: 999;
    width: 400px;
    right: -400px;
    max-width: 80vw;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.nav-cart-box.open .cart-right {
    right: 0;
}
.nav-cart-box.open .cart-right-overlay{
    opacity: 1;
    visibility: visible;
}
.cart-right-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: 998;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    visibility: hidden;
}

.category-box {
    color: #333 !important;
}
.category-box .la-angle-right{
    color: #ffdd59;
    font-size: 20px;
}

.brand-box img {
    height: 40px;
    margin: auto;
}

.brand-box .name {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.5;
    margin-top: 10px;
}
/* .flash-deal-box {
    background: #ffdd59;
    border-radius: 3px;
    padding:15px 0;
} */


.alt-arrow:hover .slick-prev,
.alt-arrow:hover .slick-next {
    opacity: 1;
    visibility: visible;
}
.alt-arrow .slick-prev {
    left: 10px;
    background: #ddd;
    opacity: 0;
    visibility: hidden;
}

.alt-arrow .slick-next {
    right: 10px;
    background: #ddd;
    opacity: 0;
    visibility: hidden;
}

.cart-plus {
    background: #ffdd59;
    color: #333;
}

.cart-plus .btn {
    opacity: 1 !important;
    color: #333 !important;
    padding: 9px 10px !important;
    font-size: 13px !important;
    border: 0;
    height: auto;
    border-radius: 0 !important;
    line-height: 1;
}

.cart-plus input {
    background: rgba(255,255,255,0.2);
    border: 0;
    padding: 3px 10px;
    width: 50px !important;
    height: auto;
    line-height: 1;
}






.stepwizard-single.active{
    display: block;
}
.stepwizard-single{
    display: none
}

.stepwizard-step {
    text-align: center;
    position: relative;
    margin: 15px 0;
    opacity: 0.5;
    z-index: 1;
}

.stepwizard-step p {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
}

.stepwizard-step span {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: #fff;
    line-height: 36px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
}

.stepwizard-step.done {
    color: #18d240;
    opacity: 1;
}

.stepwizard-step.active {
    opacity: 1;
    color: #333;
}

.stepwizard-step.done span {
    background: #18d240;
    color: #fff;
}

.stepwizard-step:not(:first-of-type):before {
    position: absolute;
    content: "";
    height: 2px;
    width: calc(100% - 36px);
    background: #ddd;
    right: calc(50% + 18px);
    top: 17px;
    z-index: -1;
}

.stepwizard-step.done:before {
    background: #18d240;
}