/*-----------------------------------------------------------------------------------
    
    Template Name:  Moixo. - Minimal Ecommerce HTML Template
    Version: 1.0
    
-----------------------------------------------------------------------------------
    [Table of contents] 
    1. Utilities
    2. Base
    2. Layout
    4. Page 
    5. Widget
    6. Widget product
    7. Menu
    8. Slider
    9. Post single
    10. Post product
-----------------------------------------------------------------------------------*/
/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com)
 */



 /* 1. Utilities */
@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap";
.alignleft {
    float: left;
    margin-right: 15px
}

.alignright {
    float: right;
    margin-left: 15px
}

.aligncenter {
    display: block;
    margin: 0 auto 15px
}

a {
    color: unset;
    text-decoration: none
}

a:focus {
    outline: 0 solid
}

a:hover {
    text-decoration: none;
    color: unset
}

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

/* 2. Base */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-family: poppins, sans-serif;
    color: #303030
}

h1,
h2,
h3 {
    font-weight: 400
}

h4,
h5,
h6 {
    font-weight: 500
}

html,
body {
    font-family: poppins, sans-serif;
    color: #919191;
    font-weight: 400;
    line-height: 1.6
}

input:focus,
textarea:focus,
button:focus {
    outline: none
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

i.bx {
    vertical-align: middle
}

.shape {
    position: absolute
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fafafa inset !important
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fafafa inset !important
}

.mt-100 {
    margin-top: 100px
}

.mt-50 {
    margin-top: 50px
}

.mt-24 {
    margin-top: 24px
}

.mb-76 {
    margin-bottom: 76px
}

.pt-100 {
    padding-top: 100px
}

.pb-76 {
    padding-bottom: 76px
}

.pb-100 {
    padding-bottom: 100px
}

.common-btn {
    display: inline-block;
    color: #000;
    font-size: 14px;
    padding: 11px 39px;
    border: 1px solid #000;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: .6s;
    transition: .6s;
    text-transform: uppercase
}

.common-btn:hover {
    color: #fff;
    border: 1px solid transparent
}

.section-title h3 {
    font-size: 30px;
    margin-bottom: 0
}

.section-title p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 12px
}
.breadcrumb-area {
    background: #f8f8f8;
    padding: 80px 0;
    padding-top: 133px;
}

.breadcrumb-area .breadcrumb-content h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 3px
}

.breadcrumb-area .breadcrumb-link p {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
    color: #303030
}

.breadcrumb-area .breadcrumb-link span {
    background: #303030;
    height: 2px;
    width: 8px;
    border-radius: 50px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 3px;
    display: inline-block
}

.hamburger {
    position: relative;
    width: 40px;
    height: 30px;
    cursor: pointer;
    border: 5px solid transparent;
    display: none;
    z-index: 1
}

.hamburger span {
    width: 100%;
    height: 2px;
    background: #2b2024;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.hamburger span.h-top {
    top: 0
}

.hamburger span.h-bottom {
    bottom: 0;
    width: 27px
}

.hamburger span.h-middle {
    top: 50%;
    margin-top: -1px;
    width: 25px
}

.hamburger.h-active span {
    width: 100%
}

.hamburger.h-active span.h-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px
}

.hamburger.h-active span.h-middle {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0
}

.hamburger.h-active span.h-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px
}

.bottombar {
    background-color: #08509e
}
/* 7. Menu */
.logo,
.main-nav,
.menu-right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-right-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.menu-right-item li {
    display: inline-block;
    color: #303030;
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
    position: relative
}

.menu-right-item li span {
    width: 2px;
    height: 13px;
    background: #000;
    display: inline-block
}

.menu-right-item i {
    color: #000;
    font-size: 20px
}

.menu-right-item i span {
    position: absolute;
    right: -12px;
    top: -8px;
    background: #000;
    color: #fff;
    height: 22px;
    width: 22px;
    font-size: 11px;
    text-align: center;
    font-weight: 700;
    border-radius: 50%;
    line-height: 21px;
    font-family: poppins, sans-serif
}

.header-menu-area {
    width: 100%;
    z-index: 9;
    padding: 7px 0;
    padding-right: 24px
}

.menu-category-icon i {
    font-size: 27px;
    padding: 28px 24px;
    color: #000
}

.has-child-menu span {
    position: absolute;
    right: 23px;
    top: 12px;
    background: #000;
    color: #fff;
    height: 22px;
    width: 22px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    border-radius: 50%;
    line-height: 23px
}

.home-two-header-menu .has-child-menu:after {
    position: absolute;
    right: 4px;
    top: 24px;
    font-family: boxicons;
    content: "";
    font-size: 20px;
    color: #2b202442;
    -webkit-transition: all .4s;
    transition: all .4s
}

.home-two-header-menu .main-nav>ul>li:hover.has-child-menu:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-nav>ul>li {
    display: inline-block;
    position: relative;
    padding-right: 16px;
    padding: 28px 24px
}

.main-nav>ul>li:last-child {
    padding-right: 0
}

.main-nav>ul>li:hover>a {
    color: #f2504b
}

.main-nav>ul>li:hover>a:after {
    opacity: 1
}

.main-nav>ul>li>a {
    display: block;
    text-decoration: none;
    color: #303030;
    font-size: 15px;
    font-family: poppins, sans-serif;
    font-weight: 500;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main-nav>ul>li>a.active {
    color: #f2504b
}

.main-nav ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 81px;
    right: 0;
    min-width: 170px;
    list-style: none;
    margin: 0;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #000;
    -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, .1);
    box-shadow: 7px 10px 40px rgba(13, 52, 79, .1)
}

.main-nav ul li .sub-menu:before {
    position: absolute;
    content: "";
    background: #000;
    height: 13px;
    width: 36px;
    bottom: 99.5%;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%)
}

.main-nav ul li .sub-menu li .sub-menu {
    right: -200px;
    left: inherit;
    top: 0
}

.main-nav ul li .sub-menu>li {
    display: block;
    margin: 0 0 16px;
    position: relative
}

.main-nav ul li .sub-menu>li:last-child {
    margin-bottom: 0
}

.main-nav ul li .sub-menu>li a {
    color: #c5c5c5;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main-nav ul li .sub-menu>li a:hover {
    border-bottom: 1px solid #f2504b
}

.main-nav .fl {
    width: 30px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 999;
    display: none;
    cursor: pointer
}

.main-nav .fl:before {
    font-size: 14px;
    text-align: center;
    line-height: 35px
}

.main-nav>ul>li+li>.sub-menu {
    left: 15px
}

.main-nav>ul>li:hover>.sub-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.main-nav ul li .sub-menu li:hover>.sub-menu,
.main-nav ul li .sub-menu li .sub-menu li:hover>.sub-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.slideInUp {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.is-active .slideInUp {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slideInUp2 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.sticky {
    position: fixed !important;
    top: 0;
    background: #fcfcfc;
    z-index: 99;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .01);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .01);
    padding-top: unset
}

.home-three-hero-area {
    background: #fcfcfc
}

.single-home-three-hero-img {
    position: relative;
    z-index: 1
}

.single-home-three-hero-img .home-three-hero-slide-shape {
    right: 20px;
    top: 80px;
    z-index: -1;
    width: 66%
}

.home-three-hero-slide-content-wrap .slick-dots {
    position: absolute;
    left: 99%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -166px;
    z-index: 1
}

.home-three-hero-slide-content-wrap .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.home-three-hero-slide-content-wrap .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: #000;
    border: 0;
    outline: none;
    background: #000;
    padding: 0;
    border-radius: 50%
}

.home-three-hero-slide-content-wrap .slick-dots li.slick-active button {
    background: #f2504b;
    color: #f2504b
}

.single-home-three-hero-content h1 {
    font-size: 60px;
    margin-bottom: 0
}

.single-home-three-hero-content p {
    font-size: 14px;
    margin-bottom: 32px;
    margin-top: 18px
}

.single-home-three-hero-content .home-three-hero-btn-wrap {
    margin-left: 1px
}

.category-title {
    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
}

.category-title a {
    font-size: 18px;
    font-weight: 500;
    color: #303030
}

.category-title h3 {
    font-size: 30px;
    margin-bottom: 0
}

.home-three-category-box-wrap {
    background: #f5f5f5;
    position: relative;
    padding: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 24px
}

.home-three-category-box-wrap:hover {
    background: #faf1f1
}

.home-three-category-box-wrap:hover .home-three-category-hover-content a {
    display: inline-block
}

.home-three-category-box-wrap .home-three-category-hover-content {
    position: absolute;
    bottom: 30px
}

.home-three-category-box-wrap .home-three-category-hover-content h4 {
    font-size: 18px;
    margin-bottom: 7px
}

.home-three-category-box-wrap .home-three-category-hover-content a {
    color: #292929;
    font-size: 15px;
    font-weight: 500;
    display: none;
    border-bottom: 1px solid #f2504b;
    padding-bottom: 1px;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: uppercase
}

.home-three-category-margin {
    margin-top: 19px
}

.home-three-cta-wrap {
    position: relative;
    overflow: hidden
}

.home-three-cta-wrap:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    width: auto
}

.home-three-cta-wrap:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    width: auto
}

.home-three-cta-wrap:after {
    background: rgba(255, 255, 255, .6);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    width: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear
}

.home-three-cta-wrap:before {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    opacity: 1;
    width: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear
}

.home-three-cta-wrap .home-three-cta-content {
    position: absolute;
    left: 30px;
    top: 30px
}

.home-three-cta-wrap .home-three-cta-content h3 {
    font-size: 30px
}

.home-three-cta-wrap .home-three-cta-content h5 {
    font-size: 18px;
    color: #f2504b;
    margin-bottom: 0
}

.home-three-new-arrival-tab-wrap {
    margin-top: 20px
}

.home-three-new-arrival-tab-wrap .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-three-new-arrival-tab-wrap .nav-link {
    background: 0 0;
    border: none;
    font-size: 14px;
    margin: 0 22px;
    color: #919191;
    padding: 0
}

.home-three-new-arrival-tab-wrap .nav-link.active,
.home-three-new-arrival-tab-wrap .nav-pills .show>.nav-link {
    color: #f2504b;
    background-color: unset
}

.home-three-new-arrival-tab-wrap .tab-content {
    margin-top: 50px
}

.arrival-box {
    margin-bottom: 24px
}



.arrival-box:hover .home-three-product-option ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    bottom: 20px
}

.arrival-box .arrival-box-content {
    padding-top: 14px
}

.arrival-box .arrival-box-content h5 {
    font-size: 18px;
    margin-bottom: 10px
}

.arrival-box .arrival-box-content p {
    margin-bottom: 0;
    color: #f2504b;
    font-size: 14px
}

.arrival-box .arrival-box-img {
    position: relative
}

.arrival-box .arrival-box-img img {
    width: 100%
}

.arrival-box .arrival-box-img .arrival-box-img-cta {
    position: absolute;
    top: 10px;
    left: 10px
}

.arrival-box .arrival-box-img .arrival-box-img-cta span {
    font-size: 14px;
    background: #292929;
    color: #fff;
    padding: 5px 12px
}
/* 5. Widget */
.home-three-product-option ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.home-three-product-option ul li {
    background: #fff;
    margin-right: 1px;
    color: #000;
    padding: 2px 10px;
    font-size: 23px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.home-three-product-option ul li:hover {
    background: #f2504b;
    color: #fff
}

.home-three-product-option ul li i {
    font-size: 23px
}

.home-three-arrival-box {
    margin-bottom: 44px
}

.mb-56 {
    margin-bottom: 56px
}

.customer-benefit-area {
    background: #f3efe4;
    padding: 80px 0 54px
}

.customer-benefit-box {
    margin-bottom: 24px
}

.customer-benefit-box .customer-benefit-content h4 {
    font-size: 18px;
    margin-bottom: 6px
}

.customer-benefit-box .customer-benefit-content p {
    font-size: 14px;
    margin-bottom: 0
}

.customer-benefit-box .customer-benefit-icon {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    padding: 14px;
    margin-bottom: 18px
}

.bolo-wrap-slide .owl-dots,
.single-home-two-arrival-slide .owl-dots {
    text-align: center
}

.bolo-wrap-slide .owl-dots .owl-dot,
.single-home-two-arrival-slide .owl-dots .owl-dot {
    border: none;
    height: 12px;
    width: 12px;
    background: #000;
    border-radius: 50%;
    margin: 0 5px
}

.bolo-wrap-slide .owl-dots .owl-dot.active,
.single-home-two-arrival-slide .owl-dots .owl-dot.active {
    background: #f2504b
}

/* 9. Post single */

.single-blog-box {
    margin-bottom: 24px
}

.single-blog-box .blog-img img {
    width: 100%
}

.single-blog-box .blog-content {
    padding: 15px 15px 0
}

.single-blog-box .blog-content h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0
}

.footer-design-two-area {
    background: #efede1;
    padding: 80px 0 56px
}

.footer-wrap-design-two {
    padding-bottom: 40px
}

.single-widget {
    margin-bottom: 24px
}

.single-widget .footer-title h4 {
    font-size: 18px;
    position: relative;
    margin-bottom: 40px
}

/* 2. Layout */

.single-widget .footer-left-content p {
    font-size: 14px;
    color: #303030;
    margin-bottom: 0
}

.single-widget .footer-left-content h3 {
    font-size: 14px;
    color: #f2504b;
    margin-bottom: 5px;
    margin-top: 20px;
    text-transform: uppercase
}

.single-widget .footer-link li {
    color: #303030;
    font-size: 14px;
    margin-bottom: 10px
}

.single-widget .footer-link li:last-child {
    margin-bottom: 0
}

.single-widget .footer-app-download h4 {
    font-size: 15px;
    margin-bottom: 23px;
    line-height: 24px
}

.single-widget .footer-app-download li {
    display: inline-block;
    margin: 0 5px 5px 0
}

.copy-right-social li {
    display: inline-block;
    color: #292929;
    margin: 0 10px 0 0
}

.copy-right-contend p {
    font-size: 14px;
    text-align: right
}

.copyright-area-design-one {
    background: #f8f6ed;
    padding: 20px 0
}

.copyright-area-design-one .copy-right-contend p {
    color: #f2504b
}

.price-range .range-slider {
    position: relative;
    text-align: center;
    margin-bottom: 47px
}

.price-range .range-slider:before,
.price-range .range-slider:after {
    content: " ";
    display: table
}

.price-range .range-slider:after {
    clear: both
}

.price-range .range-slider .track {
    bottom: 15px;
    height: 2px;
    left: 0;
    margin-bottom: -1.5px;
    position: absolute;
    width: 0;
    z-index: 50
}

@media(min-width:640px) {
    .price-range .range-slider .track {
        bottom: 15px
    }
}

@media(min-width:1024px) {
    .price-range .range-slider .track {
        bottom: 15px
    }
}

.price-range .range-slider .track--full {
    background: #aaa;
    width: 100%
}

.price-range .range-slider .track--included {
    background: #000;
    border-radius: 3px
}

.price-range .range-slider .slider-thumb {
    background: #f2504b;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    display: block\9;
    height: 30px;
    left: 0;
    position: absolute;
    width: 30px;
    z-index: 101
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .price-range .range-slider .slider-thumb {
        display: block
    }
}

@media(min-width:640px) {
    .price-range .range-slider .slider-thumb {
        height: 30px;
        width: 30px
    }
}

@media(min-width:1024px) {
    .price-range .range-slider .slider-thumb {
        height: 30px;
        width: 30px
    }
}

.price-range .range-slider [type=range] {
    -webkit-appearance: none;
    background: 0 0;
    height: 30px;
    margin: 0;
    outline: none;
    padding: 0;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 75
}

@media(min-width:640px) {
    .price-range .range-slider [type=range] {
        height: 30px
    }
}

@media(min-width:1024px) {
    .price-range .range-slider [type=range] {
        height: 30px
    }
}

.price-range .range-slider [type=range]:focus {
    outline: none
}

.price-range .range-slider [type=range]::-moz-focus-outer {
    border: 0
}

.price-range .range-slider [type=range]:first-of-type {
    float: left;
    margin-bottom: -30px
}

@media(min-width:640px) {
    .price-range .range-slider [type=range]:first-of-type {
        margin-bottom: -30px
    }
}

@media(min-width:1024px) {
    .price-range .range-slider [type=range]:first-of-type {
        margin-bottom: -30px
    }
}

.price-range .range-slider [type=range]:last-of-type {
    float: right;
    margin-bottom: 0
}

.price-range .range-slider [type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    height: 6px;
    z-index: -1
}

.price-range .range-slider [type=range]::-ms-fill-lower {
    background: 0 0;
    border: 0
}

.price-range .range-slider [type=range]::-ms-fill-upper {
    background: 0 0;
    border: 0
}

.price-range .range-slider [type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-color: transparent;
    color: transparent;
    height: 6px;
    z-index: -1
}

.price-range .range-slider [type=range]:focus::-ms-fill-lower {
    background: 0 0;
    border: 0
}

.price-range .range-slider [type=range]:focus::-ms-fill-upper {
    background: 0 0;
    border: 0
}

.price-range .range-slider [type=range]::-moz-range-track {
    -moz-appearance: none;
    background: 0 0;
    border: 0;
    height: 6px;
    z-index: -1
}

.price-range .range-slider [type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #f2504b;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    margin-top: -12px;
    outline: 0;
    pointer-events: all;
    position: relative;
    width: 30px;
    z-index: 100
}

@media(min-width:640px) {
    .price-range .range-slider [type=range]::-webkit-slider-thumb {
        height: 30px;
        margin-top: -12px;
        width: 30px
    }
}

@media(min-width:1024px) {
    .price-range .range-slider [type=range]::-webkit-slider-thumb {
        height: 30px;
        margin-top: -12px;
        width: 30px
    }
}

.price-range .range-slider [type=range]::-ms-thumb {
    background: #f2504b;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    margin-top: 0;
    pointer-events: all;
    position: relative;
    width: 30px;
    z-index: 100
}

@media(min-width:640px) {
    .price-range .range-slider [type=range]::-ms-thumb {
        height: 30px;
        width: 30px
    }
}

@media(min-width:1024px) {
    .price-range .range-slider [type=range]::-ms-thumb {
        height: 30px;
        width: 30px
    }
}

.price-range .range-slider [type=range]::-moz-range-thumb {
    -moz-appearance: none;
    background: #f2504b;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    margin-top: -12px;
    pointer-events: all;
    position: relative;
    width: 30px;
    z-index: 100
}

@media(min-width:640px) {
    .price-range .range-slider [type=range]::-moz-range-thumb {
        height: 30px;
        margin-top: -12px;
        width: 30px
    }
}

@media(min-width:1024px) {
    .price-range .range-slider [type=range]::-moz-range-thumb {
        height: 30px;
        margin-top: -12px;
        width: 30px
    }
}

.price-range .range-slider .output,
.price-range .range-slider output {
    color: #000;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 14px;
    font-weight: 400
}

.shope-sidebar-wrap {
    margin-bottom: 30px
}

.shope-sidebar-wrap:last-child {
    margin-bottom: 0
}

.shop-sidebar-title {
    position: relative;
    padding-bottom: 38px
}

.shop-sidebar-title:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
    background: #f5f5f5;
    top: 60%
}

.shop-sidebar-title h4 {
    font-size: 18px;
    margin-bottom: 0
}

.shop-sidebar-category-list li {
    font-size: 14px;
    margin-bottom: 12px
}

.shop-sidebar-category-list li:last-child {
    margin-bottom: 0
}

.sidebar-color li {
    display: inline-block
}

.sidebar-color li a {
    font-size: 0;
    height: 20px;
    width: 20px;
    margin-right: 16px;
    border-radius: 50%;
    display: block
}

.shop-sidebar-arrival-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

.shop-sidebar-arrival-wrap:last-child {
    margin-bottom: 0
}

.shop-sidebar-arrival-wrap .shop-sidebar-arrival-img {
    width: 100%;
    max-width: 60px
}

.shop-sidebar-arrival-wrap .shop-sidebar-arrival-content {
    padding-left: 10px
}

.shop-sidebar-arrival-wrap .shop-sidebar-arrival-content h4 {
    font-size: 15px;
    margin-bottom: 6px
}

.shop-sidebar-arrival-wrap .shop-sidebar-arrival-content p {
    margin-bottom: 0;
    font-size: 14px;
    color: #f2504b
}

.shop-two-showing-wrap {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    margin-bottom: 50px
}

.grid-list-icon li {
    display: inline-block
}

.grid-list-icon li i {
    font-size: 27px;
    color: #e1e1e1
}

.shop-two-showing {
    text-align: right
}

.shop-two-showing li {
    display: inline-block;
    color: #000;
    font-size: 14px;
    position: relative;
    margin-left: 20px
}

.shop-two-showing li:first-child {
    margin-left: 0
}

.shop-two-showing li .shop-category-select {
    display: inline-block;
    padding: 3px 1px;
    border: 1px solid #c5c5c5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    margin-left: 5px
}

.shop-two-showing li .shop-category-select:focus {
    outline: 0 #fff !important
}

.short-list {
    position: absolute;
    right: 0;
    top: 108%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 2
}

.short-list ul {
    background: #f5f5f5;
    border: 1px solid #dddddd69
}

.short-list li {
    display: block;
    margin-left: 0;
    padding: 5px 0;
    border-bottom: 1px solid #dddddd69
}

.short-list li:last-child {
    border-bottom: none
}

.short-list li span {
    border: none;
    margin-left: 0
}

.short-list-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.home-one-product-box {
    margin-bottom: 40px
}

.home-one-product-box:hover .home-one-product-img .home-one-product-option ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    bottom: 20px
}

.home-one-product-box .home-one-product-img {
    position: relative
}

.home-one-product-box .home-one-product-img img {
    width: 100%
}

.home-one-product-box .home-one-product-img .home-one-product-option ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.home-one-product-box .home-one-product-img .home-one-product-option ul li {
    background: #fff;
    margin-right: 1px;
    color: #000;
    padding: 2px 10px;
    font-size: 23px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.home-one-product-box .home-one-product-img .home-one-product-option ul li:hover {
    background: #f2504b;
    color: #fff
}

.home-one-product-box .home-one-product-img .home-one-product-option ul li i {
    font-size: 23px
}

.home-one-product-img-cta {
    position: absolute;
    top: 0;
    font-size: 14px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(270deg) translateX(-100%);
    transform: rotate(270deg) translateX(-100%);
    left: 0;
    padding: 2px 10px;
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.home-one-product-img-cta-design-two {
    background: 0 0;
    color: #303030;
    border: 1px solid #707070
}

.home-one-product-content {
    padding-top: 7px
}

.home-one-product-content h4 {
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 6px
}

.home-one-product-content .product-review li {
    display: inline-block
}

.home-one-product-content .product-review li i {
    font-size: 14px;
    color: #f2504b;
    margin-right: 2px
}

.home-one-product-content .product-review li span {
    font-size: 14px
}

.home-one-product-content .home-one-product-price-list li {
    display: inline-block;
    color: #292929;
    font-size: 15px;
    font-weight: 500
}

.home-one-product-content .home-one-product-price-list del {
    color: #919191;
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px
}

.home-one-product-content .home-one-product-color-list {
    margin-top: 8px
}

.home-one-product-content .home-one-product-color-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home-one-product-content .home-one-product-color-list ul li {
    height: 14px;
    width: 18px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px
}

.home-one-product-content .home-one-product-color-list ul li:last-child {
    margin-right: 0
}

.pagination-wrap {
    margin-top: 10px
}

.pagination-wrap li {
    display: inline-block;
    margin-right: 15px
}

.pagination-wrap li:last-child {
    margin-right: 0
}

.pagination-wrap li a {
    display: block;
    height: 40px;
    width: 40px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    border-radius: 50%;
    line-height: 39px;
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s;
}

.pagination-wrap li a:hover {
    background: #000;
    color: #fff
}

.pagination-wrap li span {
    font-size: 35px;
    color: #000;
    line-height: 0
}

.shop-grid-none {
    display: none
}

li.shop-grid-active-color i {
    color: #292929
}

/* 6. Widget product */

.shop-img-deails {
    position: relative
}

.shop-img-deails .shop-details-img-cta {
    left: 40px
}

.shop-img-deails .img-expand {
    position: absolute;
    right: 40px;
    bottom: 40px
}

.shop-img-deails .img-expand i {
    color: #707070
}

.shop-img-deails-wrap .nav-link {
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0 10px 0 0
}

.shop-img-deails-wrap .nav-link.active,
.shop-img-deails-wrap .nav-pills .show>.nav-link {
    color: none;
    background-color: unset
}

.shop-img-deails-wrap .nav {
    margin-top: 10px
}

.shop-details-content-wrap .shop-details-reoduct-content {
    padding-top: 0
}

.shop-details-content-wrap .shop-details-reoduct-content h3 {
    font-size: 30px;
    margin-bottom: 3px
}

.shop-details-add-cart-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.shop-details-add-cart-wrap .cart-button-wrap .cart-btn {
    background: #000;
    color: #fff;
    font-size: 14px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 32px;
    margin: 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.shop-details-add-cart-wrap .cart-heart i {
    height: 44px;
    width: 60px;
    border: 1px solid #c5c5c5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.add-cart-content p {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 25px
}

.shop-details-brand {
    padding: 25px 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 27px
}

.shop-details-brand li {
    color: #303030;
    margin-bottom: 10px
}

.shop-details-brand li:last-child {
    margin-bottom: 0
}

.shop-details-brand li span {
    color: #919191;
    margin-left: 5px
}

.shop-details-share li {
    display: inline-block;
    color: #000;
    margin: 0 5px 0 0
}

.shop-details-share li span {
    color: #303030;
    margin-right: 8px
}

.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quantity .input-text.qty {
    width: 68px;
    height: 44px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #c5c5c5
}

.quantity input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    -webkit-box-shadow: none;
    box-shadow: none
}

.quantity .minus,
.quantity .plus {
    padding: 7px 10px 8px;
    width: 68px;
    height: 44px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    cursor: pointer
}

.quantity .minus {
    border-right: 0
}

.quantity .plus {
    border-left: 0
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0
}

.quantity .minus:focus,
.quantity .plus:focus {
    outline: none
}

.single-details-content-wrap {
    margin-bottom: 40px
}

.single-details-content-wrap:last-child {
    margin-bottom: 0
}

.shop-details-content-title h4 {
    display: inline-block;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 10px;
    margin-bottom: 22px;
    font-size: 18px
}

.shop-details-content-description {
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5
}

.shop-details-content-description p {
    font-size: 14px;
    margin-bottom: 10px
}

.shop-details-content-description p:last-child {
    margin-bottom: 0
}

.shop-details-review li i {
    font-size: 14px;
    color: #f2504b;
    margin-right: 2px
}

.review-box-wrap {
    background: #fafafa;
    padding: 40px
}

.review-box-wrap .single-review-box {
    vertical-align: middle
}

.review-box-wrap .single-review-box h3 {
    font-size: 14px;
    margin-bottom: 0
}

.review-box-wrap .single-review-box h3:first-child {
    color: #f2504b;
    display: inline-block;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 3px;
    margin-bottom: 15px
}

.review-box-wrap .single-review-box p {
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px
}

.shop-details-contat-input {
    margin-top: 5px
}

.contat-input {
    position: relative
}

.contat-input input,
.contat-input textarea {
    width: 100%;
    background: #fafafa;
    border: none;
    padding: 13px 20px;
    margin-bottom: 9px
}

.contat-input .form-check-label {
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 10px
}

.contat-input .form-check-label-first {
    margin-top: 0
}

.contat-input .form-message {
    position: absolute;
    top: 100%;
    left: 0
}

.shop-details-review-btn {
    background: #000;
    color: #fff;
    border: none;
    text-transform: unset
}

.shop-details-review-btn:hover {
    color: #fff;
    background: #f2504b;
    border: none;
}

.shop-check {
    display: block;
    position: relative;
    margin-bottom: 22px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 23px
}

.shop-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.shop-check .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 13px;
    width: 15px;
    border-radius: 2px;
    background-color: #c8c8c8
}

.shop-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.shop-check input:checked~.checkmark {
    background-color: #f2504b
}

.shop-check input:checked~.checkmark:after {
    display: block
}

.login-content-title h4 {
    font-size: 18px
}

.shop-check a {
    color: #f2504b
}

.error-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.error-content {
    margin-bottom: 40px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 32px
}

.error-content p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500
}

.error-content h4 {
    font-size: 100px;
    margin-bottom: 10px
}

.error-search {
    margin-bottom: 40px;
    position: relative
}

.error-search input {
    overflow: hidden;
    width: 100%;
    padding: 13px 42px 13px 26px;
    border: none;
    background: #fafafa;
    position: relative
}

.error-search button {
    border: none;
    background: #000;
    position: absolute;
    right: 0;
    font-size: 24px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    padding: 0 23px
}

.location-map iframe {
    width: 100%;
    display: table-cell;
    height: 100%
}

.contact-form-wrap .shop-details-contat-input {
    margin-top: 0
}

.single-cart-product-box {
    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
}

.single-cart-product-box .single-cart-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-cart-product-box .single-cart-img p {
    margin-bottom: 0;
    color: #919191;
    font-size: 14px;
    padding-left: 12px
}

.single-cart-product-box .single-cart-product-x-icon i {
    color: #b0b0b0
}

.cart-product-details-wrap {
    padding-top: 35px;
    border-top: 1px solid #f5f5f5
}

.cart-product-details-wrap .minus,
.cart-product-details-wrap .plus {
    width: 40px
}

.cart-product-details-wrap .input-text.qty {
    width: 40px
}

.cart-product-details-wrap tbody,
.cart-product-details-wrap td,
.cart-product-details-wrap tfoot,
.cart-product-details-wrap th,
.cart-product-details-wrap thead,
.cart-product-details-wrap tr {
    vertical-align: middle;
    text-align: center;
    color: #303030
}

.cart-product-details-wrap th {
    font-weight: 500;
    font-size: 18px;
    background: #f5f5f5;
    position: relative
}

.cart-product-details-wrap th:first-child {
    text-align: left
}

.cart-product-details-wrap th:last-child:before {
    display: none
}

.cart-product-details-wrap th:before {
    position: absolute;
    content: "";
    height: 85%;
    width: 1px;
    background: #fff;
    right: 0;
    top: 0
}

.cart-product-details-wrap td {
    border-right: 1px solid #f4f4f4
}

.cart-product-details-wrap td:last-child {
    border-right: 0
}

.cart-product-details-wrap .table:last-child {
    margin-bottom: 0
}

.cart-product-details-wrap tbody {
    border: 1px solid #f4f4f4;
    border-top: none
}

.cart-product-details-wrap thead {
    border: 1px solid #f5f5f5
}

.cart-product-details-wrap .table>:not(caption)>*>* {
    padding: 16px 10px
}

.cart-product-details-wrap .table>:not(:last-child)>:last-child>* {
    border: none
}

.cart-product-details-wrap .cart-quantity {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart-product-details-wrap .cart-quantity .minus {
    border: none
}

.cart-product-details-wrap .cart-quantity .plus {
    border: none
}

.cart-product-details-wrap .cart-quantity .input-text.qty {
    border: 1px solid #f5f5f5;
    border-top: none;
    border-bottom: none
}

.apply-copon {
    margin-bottom: 0
}

.apply-copon button {
    background: #000;
    font-size: 14px;
    transition: .6s;
}
.apply-copon button:hover {
    background: #f2504b;
}
.apply-copon input {
    padding: 13px 150px 13px 26px
}

.cart-total-title {
    background: #f4f4f4;
    padding: 25px 20px
}

.cart-total-title h4 {
    margin-bottom: 0;
    font-size: 18px
}

.cart-total-body {
    border: 1px solid #f5f5f5;
    border-top: none;
    padding: 5px 20px
}

.cart-total-body li {
    font-size: 14px;
    color: #303030;
    padding: 19px 0;
    border-bottom: 1px solid #f4f4f4
}

.cart-total-body li:last-child {
    border-bottom: none
}

.cart-total-body li:nth-child(2) {
    border-bottom: none;
    padding: 0;
    margin-top: 19px;
    margin-bottom: -7px
}

.cart-total-body li:nth-child(4) {
    margin-top: -37px
}

.cart-total-body li:nth-child(3) {
    border-bottom: none
}

.cart-total-body li span {
    float: right
}

.cart-total-body li span i {
    color: #e1e1e1;
    cursor: pointer
}

.cart-total-body .cart-total-body-title {
    font-size: 18px;
    display: inline-block;
    font-weight: 500
}

.update-cart-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.update-cart-content-wrap p {
    margin-bottom: 0;
    font-size: 14px;
    padding-right: 16px;
    color: #919191
}

.update-cart-content-btn {
    border-radius: unset;
    padding: 15px 39px
}

.click-address {
    position: relative
}

.cart-address-change-wrap {
    position: absolute;
    z-index: 2;
    background: #303030;
    width: 100%;
    padding: 15px 20px;
    top: 94%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s;
    transition: .4s
}

.cart-address-change-wrap p {
    margin-bottom: 11px;
    color: #f2504b;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
}

.cart-address-change-wrap p:hover {
    color: #fff
}

.cart-address-change-wrap p:last-child {
    margin-bottom: 0
}

.short-cart-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.checkout-form-wrap .shop-check {
    margin-bottom: 0;
    padding-left: 0
}

.checkout-bill-title h4 {
    margin-bottom: 20px;
    font-size: 18px
}

.checkout-product-details-wrap {
    padding-top: 30px;
    border-top: 0
}

.checkout-product-details-wrap th {
    text-align: right
}

.checkout-product-details-wrap th:before {
    display: none
}

.checkout-product-details-wrap .table>:not(caption)>*>* {
    padding: 16px 25px
}

.checkout-product-details-wrap tr:nth-child(3) td {
    color: #303030
}

.checkout-product-details-wrap tr td {
    text-align: left;
    font-size: 14px;
    color: #919191
}

.checkout-product-details-wrap tr td:last-child {
    text-align: right
}

.checkout-product-details-wrap .table {
    margin-bottom: 0
}

.payment-option-wrap {
    padding: 46px 25px;
    border: 1px solid #f4f4f4;
    border-top: 0
}

.payment-option-wrap label {
    font-size: 14px;
    color: #303030
}

.payment-option-wrap .form-check-input {
    border: 3px solid #000
}

.payment-option-wrap .form-check-input:checked {
    background-color: #f2504b;
    border-color: #f2504b
}

.payment-option-wrap .form-check-input:focus {
    display: none
}

.payment-option-wrap .form-check p {
    padding: 10px 18px;
    background: #fafafa;
    margin-top: 8px;
    margin-bottom: 16px
}

.payment-option-wrap ul {
    text-align: right
}

.payment-option-wrap ul li {
    color: #303030;
    margin-bottom: 25px
}

.payment-option-wrap ul li:last-child {
    margin-bottom: 0
}

.home-two-menu-top-cta {
    background: #f2504b;
    padding: 10px 50px
}

.home-two-menu-top-cta .menu-shipping p {
    margin-bottom: 0;
    font-size: 14px;
    color: #303030
}

.home-two-menu-top-cta .menu-top-login-wrap {
    text-align: right
}

.home-two-menu-top-cta .menu-top-login-wrap h4 {
    margin-bottom: 0;
    font-size: 15px
}

.home-two-header-menu {
    padding: 0 50px
}

.home-two-header-menu .main-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-two-header-menu .main-nav>ul>li:last-child {
    padding-right: unset
}

.home-two-header-menu .logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.home-two-header-menu .menu-right-item li {
    padding: 0 8px
}

.home-two-header-menu .menu-right-item li:last-child {
    padding-right: 0
}

.home-two-header-menu .menu-right-item li span {
    width: 1px;
    height: 16px;
    background: #e1e1e1;
    margin-bottom: -4px
}

.home-two-mobile-menu-area li {
    padding: 0 8px
}

.home-two-mobile-menu-area li:last-child {
    padding-right: 0
}

.home-two-mobile-menu-area li span {
    width: 1px;
    height: 16px;
    background: #e1e1e1;
    margin-bottom: -4px
}

.home-two-customer-benefit-area {
    background: #d5cda5
}

.home-two-hero-img-slide img {
    width: 100%
}

.home-two-hero-area {
    background: #000
}

.home-two-hero-slide-wrap {
    padding-bottom: 183px;
    position: relative
}

.home-two-hero-slide-wrap .owl-nav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-two-hero-slide-wrap .owl-nav button {
    color: #fff;
    background: 0 0;
    border: 2px solid #f2504b;
    height: 50px;
    width: 50px;
    display: inline-block;
    font-size: 26px
}

.home-two-hero-slide-wrap .owl-nav button i {
    font-size: 21px
}

.home-two-hero-slide-wrap .owl-nav button.owl-next {
    background: #f2504b;
    margin-left: .5px
}

.home-two-hero-slide-wrap .owl-item .home-two-hero-content-wrap {
    -webkit-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px)
}

.home-two-hero-slide-wrap .owl-item.active .home-two-hero-content-wrap {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.home-two-hero-content-wrap p {
    color: #f2504b;
    font-size: 13px;
    margin-bottom: 23px
}

.home-two-hero-content-wrap h3 {
    color: #c5c5c5;
    font-size: 30px;
    line-height: 42px;
    margin-top: 22px;
    margin-bottom: 15px
}

.home-two-hero-content-wrap .home-two-hero-title-focus {
    background: #f2504b;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 2px
}

.home-two-hero-content-wrap .home-two-hero-title-focus p {
    font-size: 14px;
    color: #303030;
    margin-bottom: 0
}

.home-two-hero-content-wrap .home-two-hero-btn {
    font-size: 14px;
    color: #c5c5c5;
    border: 1px solid #f2504b;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 2px;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.home-two-hero-content-wrap .home-two-hero-btn:hover {
    background: #fff;
    color: #303030;
    border: 1px solid #fff
}

.home-two-category-box {
    margin-bottom: 24px;
    position: relative;
    overflow: hidden
}

.home-two-category-box:hover:before {
    opacity: 1;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0)
}

.home-two-category-box:before {
    background: rgba(255, 255, 255, .3);
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    width: 100%;
    z-index: 1
}

.home-two-category-box .home-two-category-img img {
    width: 100%
}

/* 10. Post product */

.home-two-category-box .home-two-category-img-name {
    position: absolute;
    top: 15px;
    left: 20px
}

.home-two-category-box .home-two-category-img-name h4 {
    font-size: 18px;
    margin-bottom: 0
}

.home-two-arrival-area {
    background: #efede1
}

.single-home-two-arrival-box {
    position: relative;
    margin-bottom: 24px
}

.single-home-two-arrival-box .home-two-arrival-img img {
    width: 100%
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-content {
    position: absolute;
    bottom: 22px;
    width: 100%
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-content p {
    margin-bottom: 0;
    font-size: 14px;
    color: #f2504b
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-content h5 {
    font-size: 14px;
    margin-bottom: 10px
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-cta {
    position: absolute;
    top: 10px;
    left: 10px
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-cta span {
    font-size: 14px;
    color: #303030;
    padding: 4px 8px;
    border: 1px solid #000
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-cta-1 span {
    color: #f2504b;
    border: 1px solid #f2504b
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-cta-3 {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 14px;
    top: 53px
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-cta-3 span {
    background: #292929;
    border: 1px solid #292929;
    color: #fff
}

.today-deal-count ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.today-deal-count li {
    display: inline-block;
    margin-right: 20px
}

.today-deal-count li:last-child {
    margin-right: 0
}

.today-deal-count li:first-child {
    margin-left: 15px
}

.today-deal-count li h2,
.today-deal-count li p {
    font-size: 14px;
    margin-bottom: 0;
    color: #303030
}

.today-deal-count li span {
    font-size: 18px;
    color: #303030;
    font-weight: 500
}

.today-deal-count li .deal-coming-soon {
    border: 1px solid #f2504b;
    border-radius: 5px;
    height: 44px;
    width: 60px;
    padding: 4px
}

.home-two-deal-bg {
    background: #fafafa
}

.home-two-deal-bg-1 {
    padding: 16px 0;
    border-bottom: 1px solid #f5f5f5
}

.home-two-deal-bg-2 {
    padding: 30px 18px 6px
}

.deal-tab-list-wrap .nav-link {
    background: 0 0;
    border: none;
    font-size: 14px;
    margin: 0 15px;
    color: #303030;
    padding: 0;
    text-transform: uppercase
}

.deal-tab-list-wrap .nav-link.active,
.deal-tab-list-wrap .nav-pills .show>.nav-link {
    background-color: unset;
    color: #f2504b
}

.deal-tab-list-wrap .nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.home-two-deal-item {
    position: relative;
    margin-bottom: 24px
}

.home-two-deal-item .home-two-deal-item-img img {
    width: 100%
}

.home-two-deal-item-content {
    position: absolute
}

.home-two-deal-item-content-type-1 {
    top: 30px;
    left: 30px
}

.home-two-deal-item-content-type-2 {
    left: 18px;
    bottom: 22px
}

.home-two-deal-type-one-content p {
    font-size: 14px;
    margin-bottom: 0;
    color: #f2504b;
    text-transform: uppercase
}

.home-two-deal-type-one-content h3 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 42px
}

.home-two-deal-type-two-content h4 {
    font-size: 18px;
    margin-bottom: 0
}

.home-two-deal-type-two-content p {
    font-size: 14px;
    color: #303030;
    margin-bottom: 0
}

.home-two-deal-type-two-content .product-review {
    margin-top: 5px;
    margin-bottom: 10px
}

.home-two-deal-type-two-content .product-review li {
    display: inline-block
}

.home-two-deal-type-two-content .product-review li i {
    font-size: 14px;
    color: #f2504b;
    margin-right: 2px
}

.home-two-deal-type-two-content .product-review li span {
    font-size: 14px;
    color: #303030
}

.home-two-blog-box {
    margin-bottom: 24px
}

.home-two-blog-box:hover .home-two-blog-img img {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
    -webkit-transform: scale(1.007);
    transform: scale(1.007)
}

.home-two-blog-box .home-two-blog-img {
    overflow: hidden
}

.home-two-blog-box .home-two-blog-img img {
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.home-two-blog-content {
    padding-top: 14px
}

.home-two-blog-content p {
    font-size: 14px;
    margin-bottom: 0;
    color: #f2504b
}

.home-two-blog-content h4 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px
}

.flash-light-box-wrap {
    position: relative
}

.flash-light-box-wrap.light-active::before {
    position: absolute;
    content: "";
    background-image: url(../images/home-two/flash-light-overlay.png);
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 4s;
    transition: all 4s
}

.flash-light-box-wrap .flash-light-content-wrap {
    position: absolute;
    right: 16%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flash-light-box-wrap .flash-light-content-wrap h3 {
    font-size: 30px;
    margin-bottom: 0;
    display: inline-block;
    background: #f2504b;
    border-radius: 34px;
    padding: 12px 32px
}

.flash-light-box-wrap .flash-light-content-wrap span {
    height: 20px;
    width: 20px;
    margin-left: 10px;
    background: #fd9391;
    border-radius: 50%;
    display: inline-block;
    border: 4px solid #fff;
    cursor: pointer
}

.home-one-offer-product-area-padding {
    padding: 0 78px
}

.home-one-offer-item {
    z-index: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #f5f5f5
}

.home-one-offer-item:before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: #eae5c9;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.home-one-offer-item:hover:before {
    height: 100%
}

.home-one-offer-item:hover .home-two-deal-type-one-content p:first-child {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg)
}

.home-one-offer-item .home-two-deal-type-one-content p {
    -webkit-transition: .5s;
    transition: .5s
}

.home-one-offer-item .home-two-deal-type-one-content p a {
    color: #303030;
    display: inline-block;
    border-bottom: 1px solid #f2504b;
    padding-bottom: 2px
}

.home-one-cta-shop-area {
    background: #f5f5f5;
    padding: 34px 0
}

.home-one-cta-shop-wrap p {
    margin-bottom: 0;
    font-size: 14px
}

.home-one-cta-shop-wrap p a {
    color: #f2504b;
    display: inline-block;
    border-bottom: 1px solid #f2504b;
    line-height: 11px
}

.home-one-best-product-area-top {
    padding: 0 0 15px;
    position: relative;
    border-bottom: 1px solid #f5f5f5
}

.home-two-best-btn-wrap {
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-two-best-btn-wrap .home-two-best-btn {
    border-radius: unset;
    padding: 11px 30px
}

.home-one-best-product-list-wrap .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-one-best-product-list-wrap .nav-link {
    background: 0 0;
    border: none;
    font-size: 14px;
    margin: 0 15px;
    color: #919191;
    padding: 0;
    text-transform: uppercase;
    display: inline-block
}

.home-one-best-product-list-wrap .nav-link.active,
.home-one-best-product-list-wrap .nav-pills .show>.nav-link {
    background-color: unset;
    color: #f2504b;
    position: relative
}

.home-one-best-product-list-wrap .nav-link.active:before,
.home-one-best-product-list-wrap .nav-pills .show>.nav-link:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #f2504b;
    bottom: -23px;
    left: 0
}

.home-one-best-product-see-all {
    text-align: right
}

.home-one-best-product-see-all a {
    font-size: 15px
}

.home-one-best-product-see-all a i {
    font-size: 14px;
    margin-left: 2px
}

.how-we-work-area {
    background: #f5f5f5;
    padding: 80px 0 56px
}

.how-we-work-box {
    margin-bottom: 24px
}

.how-we-work-box .home-two-deal-type-one-content span {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block
}

.how-we-work-box .home-two-deal-type-one-content p a {
    color: #303030;
    display: inline-block;
    border-bottom: 1px solid #f2504b;
    padding-bottom: 2px
}

.how-we-work-box .how-we-work-icon i {
    font-size: 34px;
    color: #000
}

.how-we-work-box .how-we-work-content h4 {
    font-size: 18px;
    margin-top: 13px
}

.how-we-work-box .how-we-work-content p {
    margin-bottom: 0;
    font-size: 14px
}

.home-one-favorite-product-area {
    background: #efede1
}

.single-home-one-favorite-slide {
    position: relative
}

.single-home-one-favorite-slide .owl-nav .owl-prev,
.single-home-one-favorite-slide .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #f2504b;
    background: 0 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #f2504b;
    left: -47px;
    -webkit-transition: .4s;
    transition: .4s
}

.single-home-one-favorite-slide .owl-nav .owl-prev:hover,
.single-home-one-favorite-slide .owl-nav .owl-next:hover {
    background: #f2504b;
    color: #fff
}

.single-home-one-favorite-slide .owl-nav .owl-next {
    left: auto;
    right: -47px
}

.single-home-one-blog-box {
    position: relative
}
.home-one-bolo-wrap-slide .owl-dots .owl-dot {
    background: #faf1f1;
    height: 15px;
    width: 15px
}

.blog-meta-date {
    position: absolute;
    top: 15px;
    left: 20px
}

.blog-meta-date span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #292929;
    padding: 4px 12px
}

.home-one-blog-content {
    background: #fff;
    padding: 25px 30px;
    margin-top: -1px;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.home-one-blog-content p {
    color: #303030;
    -webkit-transition: .4s;
    transition: .4s
}

.home-one-blog-content h4 {
    margin-top: 5px;
    margin-bottom: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.testimonial-area {
    background: #f5f5f5;
    padding: 80px 0
}

.testimonial-wrap .owl-item img {
    display: inline-block;
    width: unset
}

.testimonial-wrap .owl-nav .owl-prev,
.testimonial-wrap .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #f2504b;
    background: 0 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #f2504b;
    left: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.testimonial-wrap .owl-nav .owl-next {
    left: auto;
    right: 0
}

.testimonial-wrap .owl-dots {
    text-align: center;
    margin-top: 15px
}

.testimonial-wrap .owl-dots .owl-dot {
    border: none;
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px
}

.testimonial-wrap .owl-dots .owl-dot.active {
    background: #f2504b
}

.single-testimonial .testimonial-img {
    margin-bottom: 17px
}

.single-testimonial .testimonial-content h4 {
    font-size: 18px;
    margin-bottom: 0
}

.single-testimonial .testimonial-content h5 {
    font-size: 15px;
    margin-bottom: 0
}

.single-testimonial .testimonial-content p {
    font-size: 14px;
    color: #f2504b;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 16px;
    padding: 0 175px
}

.subscribe-area {
    background: #fafafa;
    padding: 80px 0
}

.subscribe-content h3 {
    font-size: 30px
}

.subscribe-content p {
    font-size: 14px;
    margin-bottom: 0
}

.subscribe-search input {
    border: 1px solid #8e8e8e;
    padding: 10px 150px 10px 26px
}

.subscribe-search button {
    background: #f2504b;
    padding: 0 32px;
    border-left: 1px solid #8e8e8e
}

.home-one-featured-box:hover .home-one-featured-img .home-one-featured-cta span {
    background: #f2504b;
    border: 1px solid #f2504b
}

.home-one-featured-box:hover .home-one-featured-img .home-one-featured-content p {
    position: relative;
    opacity: 1;
    bottom: 0
}

.home-one-featured-box .home-one-featured-img .home-one-featured-content {
    bottom: 15px;
    left: 20px
}

.home-one-featured-box .home-one-featured-img .home-one-featured-content h3 {
    font-size: 14px;
    color: #f2504b;
    margin-bottom: 8px
}

.home-one-featured-box .home-one-featured-img .home-one-featured-content h5 {
    font-weight: 500;
    font-size: 18px
}

.home-one-featured-box .home-one-featured-img .home-one-featured-content p {
    font-size: 15px;
    font-weight: 500;
    color: #303030;
    position: absolute;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: .7s;
    transition: .7s
}

.home-one-featured-box .home-one-featured-img .home-one-featured-content p del {
    color: #919191;
    font-size: 14px
}

.home-one-featured-box .home-one-featured-img .home-one-featured-cta span {
    background: #292929;
    color: #fff;
    border: 1px solid #292929;
    -webkit-transition: .5s;
    transition: .5s
}

.hone-one-header-menu-area {
    position: absolute
}

.home-one-hero-area {
    background-image: url(..//images/home-one/home-one-hero-bg-img.png);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.single-home-one-hero-img {
    position: relative
}

.single-home-one-hero-img .home-one-hero-slide-shape {
    top: 18px;
    right: 0;
    z-index: -1
}

.home-one-hero-slide-img-wrap {
    position: relative
}

.home-one-hero-slide-img-wrap .slick-dots {
    position: absolute;
    right: 68px;
    top: 50%
}

.home-one-hero-slide-img-wrap .slick-dots:before {
    position: absolute;
    background: #fff;
    content: "";
    height: 172%;
    width: .3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-one-hero-slide-img-wrap .slick-dots button {
    border: 1px solid #000;
    background: #f5f5f5;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    margin-bottom: 5px;
    color: #303030
}

.home-one-hero-slide-img-wrap .slick-dots button:before {
    position: absolute;
    content: "";
    height: 10px;
    width: .1px;
    background: #000;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-one-hero-slide-img-wrap .slick-dots button:after {
    position: absolute;
    content: "";
    height: 10px;
    width: .1px;
    background: #000;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.single-home-one-hero-content h1 {
    font-size: 40px
}

.single-home-one-hero-content span {
    font-size: 14px;
    color: #f2504b;
    margin-bottom: 10px;
    display: inline-block
}

.home-one-hero-btn {
    background: #000;
    color: #fff;
    padding: 11px 28px
}

.home-one-hero-padding {
    padding-left: 170px
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    top: 0;
    left: 0;
    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
}

.sk-cube-grid {
    width: 70px;
    height: 70px
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #f2504b;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

.back-to-top-btn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    background: #fff;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 33px;
    display: none;
    z-index: 9999;
    border: 1px solid #f2504b;
    -webkit-transition: .3s;
    transition: .3s
}

.back-to-top-btn i {
    color: #f2504b;
    font-size: 22px
}

.back-to-top-btn i::before {
    vertical-align: middle
}

.nlmbgOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    opacity: .85;
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    z-index: 9;
    display: none
}

.nlmPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 800px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

a#btnClose {
    display: block;
    position: absolute;
    left: 31px;
    top: 20px;
    z-index: 2
}

a#btnClose i {
    font-size: 18px;
    border: 1px solid #303030;
    height: 30px;
    width: 30px;
    line-height: 28px;
    color: #000;
    text-align: center
}

.newsletter-content-wrap {
    background: #fafafa;
    padding: 30px;
    position: relative
}

.newsletter-content-wrap .newsletter-content {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.newsletter-content-wrap .newsletter-content h2 {
    font-size: 26px;
    margin-bottom: 10px
}

.newsletter-content-wrap .newsletter-content p {
    font-size: 14px;
    margin-bottom: 0
}

.newsletter-content-wrap .newsletter-condition-form h3 {
    font-size: 14px;
    margin-bottom: 27px
}

.newsletter-content-wrap .newsletter-condition-form h3 a {
    color: #f2504b
}

.newsletter-content-wrap .newsletter-search button {
    border-left: none
}

.newsletter-img-wrap {
    background: #fefefe;
    height: 100%;
    width: 100%
}

.search-bar-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(33, 37, 41, .9);
    color: #fff;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.search-bar-wrap .search-bar-content {
    position: fixed;
    width: 60%;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search-bar-wrap .search-close {
    position: absolute;
    right: 50px;
    top: 40px;
    font-size: 62px;
    cursor: pointer;
    -webkit-transition: .1s;
    transition: .1s;
    display: inline-block;
    line-height: 0
}

.search-bar-wrap .search-close:hover {
    color: #f2504b;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.search-bar-wrap .search-bar-inner h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 30px
}

.search-bar-wrap .search-wrap-search input {
    padding: 15px 150px 15px 26px;
    border: none
}

.search-bar-wrap .search-wrap-search button {
    padding: 0 60px;
    border: none
}

.search-bar-wrap.show-search {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}


.logo a {
    font-size: 30px;
    color: #000;
    font-weight: 900;
}
.has-child-menu span {
    position: absolute;
    right: 12px;
    top: 13px;
    color: #fff;
    height: auto;
    width: auto;
    text-transform: lowercase;
    font-size: 10px;
    text-align: center;
    background: #f2504b;
    font-weight: 200;
    letter-spacing: 1px;
    border-radius: 4px;
    line-height: inherit;
    padding: 1px 6px;
}
.home-one-hero-area {
    padding-top: 70px;
}
.single-home-two-arrival-box {
    margin-bottom: 35px;
}
.section-title p {
    font-size: 14px;
    width: 600px;
    margin-bottom: 0;
    margin-top: 12px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.footer-design-two-area {
    background: #f8f8f8;
    padding: 80px 0 56px;
}
.home-one-favorite-product-area {
    background: #f8f8f8;
}


/* 8. Slider */

.hero-slider-item {
    height: 750px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .hero-slider-item {
      height: 550px;
    }
  }
  
  @media only screen and (max-width: 767.98px) {
    .hero-slider-item {
      height: 450px;
    }
  }
  
  @media only screen and (max-width: 575.98px) {
    .hero-slider-item {
      height: 350px;
    }
  }
  
  .hero-slider-item.hero-1 .slide-title {
    font-weight: 300;
    color: #f2504b;
  }
  .hero-slider--style-3 .hero-slider-item {
    height: 530px;
  }
  
  @media only screen and (max-width: 767.98px) {
    .hero-slider--style-3 .hero-slider-item {
      height: 350px;
    }
  }
  
  .hero-slider--style-3 .slide-title {
    font-size: 60px;
    font-weight: 500;
  }
  
  .hero-slider--style-3 .slide-title span {
    display: block;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .hero-slider--style-3 .slide-title {
      font-size: 46px;
    }
  }
  
  @media only screen and (max-width: 767.98px) {
    .hero-slider--style-3 .slide-title {
      font-size: 32px;
    }
  }
  
  @media only screen and (max-width: 575.98px) {
    .hero-slider--style-3 .slide-title {
      font-size: 26px;
    }
  }
  
  .hero-slider--style-3 .slide-subtitle {
    font-size: 20px;
    font-weight: 400;
    padding-top: 30px;
  }
  
  @media only screen and (max-width: 767.98px) {
    .hero-slider--style-3 .slide-subtitle {
      padding-top: 20px;
      padding-bottom: 30px;
    }
  }
  
  .hero-slider--style-4 {
    margin-top: 30px;
  }
  
  .hero-slider--style-4 .hero-slider-item {
    height: 550px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .hero-slider--style-4 .hero-slider-item {
      height: 455px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .hero-slider--style-4 .hero-slider-item {
      height: 348px;
    }
  }
  
  .hero-slider--style-4 .slide-title {
    font-size: 46px;
    font-weight: 500;
  }
  
  .hero-slider--style-4 .slide-title span {
    display: block;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .hero-slider--style-4 .slide-title {
      font-size: 32px;
    }
  }
  
  @media only screen and (max-width: 575.98px) {
    .hero-slider--style-4 .slide-title {
      font-size: 26px;
    }
  }
  
  .hero-slider-content .btn-large {
    margin-top: 40px;
  }
  
  @media only screen and (max-width: 767.98px) {
    .hero-slider-content .btn-large {
      margin-top: 20px;
    }
  }
  
  .hero-slider-content.content-top {
    margin-top: 100px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .hero-slider-content.content-top {
      margin-top: 50px;
    }
  }
  
  .slide-title {
    font-size: 160px;
    font-weight: 900;
    line-height: 1;
    color: #faec07;
    font-family: "Poppins", sans-serif;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .slide-title {
      font-size: 100px;
    }
  }
  
  @media only screen and (max-width: 767.98px) {
    .slide-title {
      font-size: 70px;
    }
  }
  
  @media only screen and (max-width: 575.98px) {
    .slide-title {
      font-size: 35px;
    }
  }
  
  @media only screen and (max-width: 479.98px) {
    .slide-title {
      font-size: 30px;
    }
  }
  
  .slide-subtitle {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    font-family: "Poppins", sans-serif;
  }
  
  .slide-subtitle span {
    display: block;
  }
  
  @media only screen and (max-width: 767.98px) {
    .slide-subtitle {
      font-size: 32px;
    }
  }
  
  @media only screen and (max-width: 575.98px) {
    .slide-subtitle {
      font-size: 24px;
      padding-top: 8px;
    }
  }
  
  .btn-hero {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 50px;
    background-color: #f2504b;
    margin-top: 38px;
  }
  
  @media only screen and (max-width: 575.98px) {
    .btn-hero {
      margin-top: 25px;
    }
  }
  
  .btn-hero:hover {
    color: #fff;
    background-color: #222222;
  }
  

  .slick-active .hero-slider-content.slide-1 h1 {
    -webkit-animation: fadeInRight 0.5s linear alternate;
            animation: fadeInRight 0.5s linear alternate;
  }
  
  .slick-active .hero-slider-content.slide-1 h2 {
    -webkit-animation: fadeInRight 0.8s linear alternate;
            animation: fadeInRight 0.8s linear alternate;
  }
  
  .slick-active .hero-slider-content.slide-1 h3,
  .slick-active .hero-slider-content.slide-1 h4 {
    -webkit-animation: fadeInRight 1s linear alternate;
            animation: fadeInRight 1s linear alternate;
  }
  
  .slick-active .hero-slider-content.slide-1 a {
    -webkit-animation: slideInUp 1.2s linear alternate;
            animation: slideInUp 1.2s linear alternate;
  }
  
  .slick-active .hero-slider-content.slide-2 h1 {
    -webkit-animation: fadeInRight 0.5s linear alternate;
            animation: fadeInRight 0.5s linear alternate;
  }
  
  .slick-active .hero-slider-content.slide-2 h2 {
    -webkit-animation: fadeInRight 0.8s linear alternate;
            animation: fadeInRight 0.8s linear alternate;
  }
  
  .slick-active .hero-slider-content.slide-2 h3,
  .slick-active .hero-slider-content.slide-2 h4 {
    -webkit-animation: fadeInRight 1s linear alternate;
            animation: fadeInRight 1s linear alternate;
  }
  
  .slick-active .hero-slider-content.slide-2 a {
    -webkit-animation: slideInUp 1.2s linear alternate;
            animation: slideInUp 1.2s linear alternate;
  }
  
  .fixed-banner {
    background-position: top center;
    background-size: auto;
  }
/* ---- Sick Slider arrow style start ----*/
.slick-slider .slick-slide > div > div {
    vertical-align: middle;
  }
  
  .slick-arrow-style button.slick-arrow {
    top: 50%;
    left: 30px;
    width: 40px;
    height: 40px;
    font-size: 25px;
    border-radius: 50%;
    color: #222222;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  
  .slick-arrow-style button.slick-arrow i {
    display: block;
    padding-left: 2px;
  }
  
  .slick-arrow-style button.slick-arrow.slick-next {
    left: auto;
    right: 30px;
  }
  
  .slick-arrow-style button.slick-arrow:hover {
    color: #fff;
    border-color: #f2504b;
    background-color: #f2504b;
  }
  
  .slick-arrow-style:hover button.slick-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
  
  .slick-arrow-style:hover button.slick-arrow.slick-prev {
    left: 10px;
  }
  
  .slick-arrow-style:hover button.slick-arrow.slick-next {
    right: 10px;
  }
  
  .slick-arrow-style_hero button.slick-arrow {
    font-size: 24px;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #f6f6f6;
    border-radius: 50%;
    line-height: 50px;
    z-index: 1;
  }
  
  .slick-arrow-style_hero button.slick-arrow.slick-next {
    right: 0;
  }
  
  .slick-arrow-style_hero button.slick-arrow:hover {
    color: #fff;
    background-color: #f2504b;
  }
  
  .slick-arrow-style_hero:hover button.slick-arrow.slick-next {
    right: 15px;
  }
  
  .slick-arrow-style_hero:hover button.slick-arrow.slick-prev {
    left: 15px;
  }
  
  .slick-append {
    background-color: #fff;
    z-index: 2;
    margin-top: -2px;
  }
  
  .slick-append button {
    font-size: 30px;
    line-height: 1;
    position: inherit;
    display: inline-block;
    background-color: transparent;
    color: #555555;
  }
  
  .slick-append button:hover {
    color: #f2504b;
  }
  
  /*--------- slick slider dot style start -------*/
  .slick-dot-style ul.slick-dots {
    bottom: 15px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .slick-dot-style ul.slick-dots li {
    display: inline-block;
    margin-right: 10px;
  }
  
  .slick-dot-style ul.slick-dots li:last-child {
    margin-right: 0;
  }
  
  .slick-dot-style ul.slick-dots li button {
    width: 14px;
    height: 14px;
    padding: 0;
    border: none;
    display: block;
    text-indent: -5000px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 2px solid #777777;
    background-color: transparent;
  }
  
  .slick-dot-style ul.slick-dots li.slick-active button {
    border-color: #f2504b;
    background-color: #f2504b;
  }
  
  .slick-row-3 .slick-list {
    margin: 0 -3px;
  }
  
  .slick-row-3 .slick-list .slick-slide {
    margin: 0 3px;
  }
  
  @media only screen and (max-width: 767.98px) {
    .slick-sm-row-3 .slick-list {
      margin: 0 -3px !important;
    }
    .slick-sm-row-3 .slick-list .slick-slide {
      margin: 0 3px !important;
    }
  }
  
  .slick-row-4 .slick-list {
    margin: 0 -4px;
  }
  
  .slick-row-4 .slick-list .slick-slide {
    margin: 0 4px;
  }
  
  @media only screen and (max-width: 767.98px) {
    .slick-sm-row-4 .slick-list {
      margin: 0 -4px !important;
    }
    .slick-sm-row-4 .slick-list .slick-slide {
      margin: 0 4px !important;
    }
  }
  
  .slick-row-5 .slick-list {
    margin: 0 -5px;
  }
  
  .slick-row-5 .slick-list .slick-slide {
    margin: 0 5px;
  }
  
  @media only screen and (max-width: 767.98px) {
    .slick-sm-row-5 .slick-list {
      margin: 0 -5px !important;
    }
    .slick-sm-row-5 .slick-list .slick-slide {
      margin: 0 5px !important;
    }
  }
  
  .slick-row-6 .slick-list {
    margin: 0 -6px;
  }
  
  .slick-row-6 .slick-list .slick-slide {
    margin: 0 6px;
  }
  
  @media only screen and (max-width: 767.98px) {
    .slick-sm-row-6 .slick-list {
      margin: 0 -6px !important;
    }
    .slick-sm-row-6 .slick-list .slick-slide {
      margin: 0 6px !important;
    }
  }
  
  .slick-row-7 .slick-list {
    margin: 0 -7px;
  }
  
  .slick-row-7 .slick-list .slick-slide {
    margin: 0 7px;
  }
  
  @media only screen and (max-width: 767.98px) {
    .slick-sm-row-7 .slick-list {
      margin: 0 -7px !important;
    }
    .slick-sm-row-7 .slick-list .slick-slide {
      margin: 0 7px !important;
    }
  }
  
  .slick-row-8 .slick-list {
    margin: 0 -8px;
  }
  
  .slick-row-8 .slick-list .slick-slide {
    margin: 0 8px;
  }
  
  @media only screen and (max-width: 767.98px) {
    .slick-sm-row-8 .slick-list {
      margin: 0 -8px !important;
    }
    .slick-sm-row-8 .slick-list .slick-slide {
      margin: 0 8px !important;
    }
  }
  
  .slick-row-9 .slick-list {
    margin: 0 -9px;
  }
  
  .slick-row-9 .slick-list .slick-slide {
    margin: 0 9px;
  }
  
  @media only screen and (max-width: 767.98px) {
    .slick-sm-row-9 .slick-list {
      margin: 0 -9px !important;
    }
    .slick-sm-row-9 .slick-list .slick-slide {
      margin: 0 9px !important;
    }
  }
  
  .slick-row-10 .slick-list {
    margin: 0 -10px;
  }
  
  .slick-row-10 .slick-list .slick-slide {
    margin: 0 10px;
  }
  
  @media only screen and (max-width: 767.98px) {
    .slick-sm-row-10 .slick-list {
      margin: 0 -10px !important;
    }
    .slick-sm-row-10 .slick-list .slick-slide {
      margin: 0 10px !important;
    }
  }
  
  .slick-row-11 .slick-list {
    margin: 0 -11px;
  }
  
  .slick-row-11 .slick-list .slick-slide {
    margin: 0 11px;
  }
  
  @media only screen and (max-width: 767.98px) {
    .slick-sm-row-11 .slick-list {
      margin: 0 -11px !important;
    }
    .slick-sm-row-11 .slick-list .slick-slide {
      margin: 0 11px !important;
    }
  }
  
  .slick-row-12 .slick-list {
    margin: 0 -12px;
  }
  
  .slick-row-12 .slick-list .slick-slide {
    margin: 0 12px;
  }
  
  @media only screen and (max-width: 767.98px) {
    .slick-sm-row-12 .slick-list {
      margin: 0 -12px !important;
    }
    .slick-sm-row-12 .slick-list .slick-slide {
      margin: 0 12px !important;
    }
  }
  
  .slick-row-13 .slick-list {
    margin: 0 -13px;
  }
  
  .slick-row-13 .slick-list .slick-slide {
    margin: 0 13px;
  }
  
  @media only screen and (max-width: 767.98px) {
    .slick-sm-row-13 .slick-list {
      margin: 0 -13px !important;
    }
    .slick-sm-row-13 .slick-list .slick-slide {
      margin: 0 13px !important;
    }
  }
  
  .slick-row-14 .slick-list {
    margin: 0 -14px;
  }
  
  .slick-row-14 .slick-list .slick-slide {
    margin: 0 14px;
  }
  
  @media only screen and (max-width: 767.98px) {
    .slick-sm-row-14 .slick-list {
      margin: 0 -14px !important;
    }
    .slick-sm-row-14 .slick-list .slick-slide {
      margin: 0 14px !important;
    }
  }
  
  .slick-row-15 .slick-list {
    margin: 0 -15px;
  }
  
  .slick-row-15 .slick-list .slick-slide {
    margin: 0 15px;
  }
  
  @media only screen and (max-width: 767.98px) {
    .slick-sm-row-15 .slick-list {
      margin: 0 -15px !important;
    }
    .slick-sm-row-15 .slick-list .slick-slide {
      margin: 0 15px !important;
    }
  }

  
  .slick-slider .slick-slide > div {
    margin-bottom: 30px;
  }
  
  .slick-slider .slick-slide > div:last-child {
    margin-bottom: 0;
  }
  

.hero-slider-content a.btn  {
    background: #fff;
    padding: 14px 35px;
    border-radius: 0;
}
.hero-slider-content a.btn:hover {
    background: #000;
    color: #fff;
}
.slick-arrow-style_hero button.slick-arrow:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.home-one-featured-area.mt-100.mb-76 {
    margin-bottom: 0;
}
.home-one-best-product-area.mt-100 {
    margin-top: 60px;
    margin-bottom: 54px;
}
.home-one-product-img-cta {
    position: absolute;
    top: 11px;
    font-size: 12px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: inherit;
    transform: inherit;
    right: 12px;
    padding: 4px 15px;
    background: transparent;
    border: 1px solid #f2504b;
    color: #f2504b;
    left: auto;
}
/*------- modal fix start -------*/
.modal-dialog {
    max-width: 1000px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .modal-dialog {
      max-width: 800px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .modal-dialog {
      max-width: 700px;
    }
  }
  
  .modal {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -99;
  }
  
  .modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    z-index: 99999999;
    -webkit-animation: slideInDown 0.4s forwards;
    animation: slideInDown 0.4s forwards;
  }
  
  .modal .modal-header {
    padding: 0 10px;
    border-bottom: none;
  }
  
  .modal .modal-header .close {
    color: #222222;
    font-size: 34px;
    opacity: 1;
    display: block;
    position: absolute;
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    right: 10px;
    top: 10px;
    font-weight: 500;
    z-index: 999;
    line-height: 30px;
    border-radius: 50%;
  }
  
  .modal .modal-body {
    padding: 20px 20px 20px 20px;
  }
  
  @media only screen and (max-width: 479.98px) {
    .modal .modal-body {
      padding: 10px;
    }
  }
  
  /*------- modal fix end -------*/

  .home-one-product-box .home-one-product-img .home-one-product-option ul li {
    background: #fff;
    margin-right: 1px;
    color: #000;
    padding: inherit;
    width: 45px;
    font-size: 23px;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 45px;
    text-align: center;
    display: inline-block;
    line-height: 42px;
    box-shadow: 0px 3px 6.58px 0.42px rgb(0 0 0 / 8%);
    border-radius: 45px;
    margin: 0 3px;
}
.home-one-product-box .home-one-product-img .home-one-product-option ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: .3s;
    opacity: 0;
    transition: .3s;
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.home-one-product-box:hover .home-one-product-img .home-one-product-option ul {
    -webkit-transform: inherit;
    transform: inherit;
    bottom: 20px;
    opacity: 1;
}
.home-one-favorite-product-area {
    padding: 95px 0;
    padding-bottom: 62px;
}
.home-one-blog-content p {
    color: #888;
}
.home-One-blog-area.mt-100 {
    margin-bottom: 75px;
}
.single-home-one-favorite-slide .owl-nav {
    opacity: 0;
    transition: .5s;
}
.single-home-one-favorite-slide:hover .owl-nav {
    opacity: 1;
}
.single-home-one-favorite-slide .owl-nav .owl-prev, .single-home-one-favorite-slide .owl-nav .owl-next {
    border: 1px solid #000;
    color: #000;
    line-height: 38px;
    font-size: 13px;
}
.single-home-one-favorite-slide .owl-nav .owl-prev:hover, .single-home-one-favorite-slide .owl-nav .owl-next:hover {
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
}
.customer-benefit-box {
    margin-bottom: 24px;
    background: #f8f8f8;
    padding: 50px 0;
}
.home-two-customer-benefit-area {
    background: #fff;
    padding-top: 3px;
}
.single-widget .footer-title h4 {
    text-transform: uppercase;
}
.copy-right-contend ul.footer-menu {
    display: flex;
    justify-content: end;
}
.copy-right-contend {
    display: flex;
    justify-content: start;
}
.copy-right-contend ul.footer-menu li {
    margin-left: 14px;
    font-size: 14px;
    text-decoration: underline;
}
.copy-right-social {
    justify-content: end;
    display: flex;
}
.copy-right-section {
    border-top: 1px solid #f1efef;
    padding-top: 40px;
}
.footer-design-two-area {
    padding: 80px 0 41px;
}
.footer-wrap-design-two {
    padding-bottom: 24px;
}
.footer-left-content ul li span {
    color: #000;
    font-size: 15px;
    margin-right: 2px;
}
.footer-left-content ul li {
    margin-bottom: 5px;
    font-size: 14px;
}
.ft-about p {
    font-size: 14px;
}
.payment--imgg span.widget-about-title {
    font-size: 14px;
    color: #000;
}
.back-to-top-btn i {
    color: #fff;
    font-size: 20px;
}
.back-to-top-btn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    background: #000;
    border-radius: 5px;
    height: 38px;
    width: 38px;
    text-align: center;
    color: #fff;
    line-height: 31px;
    display: none;
    z-index: 9999;
    border: 1px solid #000;
    -webkit-transition: .3s;
    transition: .3s;
}
.product-details-inner .product-details-des {
    margin-top: 40px;
}
.product-details-inner .product-details-des .ratings {
    font-size: 14px;
    margin-bottom: 15px;
}
.product-details-inner .product-details-des .ratings span {
    margin-right: 2px;
    color: #000;
}
.product-details-inner .product-details-des .ratings  .pro-review {
    margin-left: 4px;
    color: #000;
}
.product-details-des .price-box span.price-regular {
    color: #f2504b;
    font-weight: bold;
    font-size: 17px;
}
.product-details-des .price-box  span.price-old {
    color: #666;
    font-size: 13px;
}
.product-details-des p.pro-desc {
    font-size: 14px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 35px;
}
.product-details-des h6.option-title {
    margin-bottom: 0;
    margin-right: 10px;
    text-transform: uppercase;
}
.product-details-des input[type="text"] {
    border: 1px solid #aaa;
    width: 100px;
    height: 43px;
    text-align: center;
}
.product-details-des .action_link a.btn.btn-cart2 {
    background: #000;
    color: #fff;
    border-radius: 0;
    border: 1px solid #000;
    padding: 9px 42px;
    margin-left: 20px;
}
.modal .modal-header .close {
    font-size: 15px;
}
.product_meta > span {
    display: block;
    margin-bottom: 9px;
    font-size: 14px;
    color: #000;
}
.product-details-des .product_meta {
    margin-top: 45px;
}
.product-details-inner .product-details-des {
    margin-top: 60px;
}
.product-details-des .action_link a.btn.btn-cart2:hover {
    background: #f2504b;
    border-color: #f2504b;
}
.product-details-inner .product-details-des h3.product-name {
    font-size: 22px;
}
.breadcrumb-area .breadcrumb-link span {
    background: transparent;
    height: auto;
    width: auto;
    border-radius: inherit;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 3px;
    color: #303030;
    display: inline-block;
}
.error-search button {
    transition: .6s;
}
.error-search button:hover {
    background: #f2504b;
}
.error-btn-wrap a.common-btn.error-btn {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
    color: #000;
    transition: .6s;
    margin-top: 35px;
}
.error-btn-wrap a.common-btn.error-btn:hover {
    border-bottom: 1px solid #f2504b;;
    color: #f2504b;;
}
a:hover {
    text-decoration: none;
    color: #f2504b;
}
.shop-img-deails .shop-details-img-cta {
    left: auto;
    right: 12px;
}
.home-one-product-box .home-one-product-img .home-one-product-option ul li a:hover {
    color: inherit;
}
.home-one-product-content .home-one-product-color-list ul li {
    height: 14px;
    width: 14px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 50%;
}
.shop-details-add-cart-wrap .cart-button-wrap .cart-btn {
    transition: .3s;
    border-radius: 3px;
}
.shop-details-add-cart-wrap .cart-button-wrap .cart-btn:hover {
    background: #f2504b;
}
.quantity .input-text.qty {
    width: 50px;;
}
.quantity .minus, .quantity .plus {
    width: 33px;
}
.shop-details-add-cart-wrap .cart-heart i {
    height: 44px;
    width: 44px;
    border-radius: 50%;
}
.home-One-blog-area.mt-100 {
    margin-bottom: 50px;
}
.home-two-blog-content h4 {
    font-size: 16px;
}
.copy-right-social {
    justify-content: center;
    display: flex;
    margin-top: 10px;
}
.copy-right-contend {
    display: flex;
    justify-content: center;
}
.pagination-wrap {
    margin-bottom: 85px;
}
.login-area-wrap.mt-100 {
    margin-bottom: 100px;
}
.cart-total-wrap,.checkout-product-details-wrap,.contsct-area.mt-100 {
    margin-bottom: 100px;
}
.error-area.mt-100 {
    margin-bottom: 100px;
    margin-top: 90px;
}
.newsletter-content-wrap {
    background: #f8f8fa;
}
a#btnClose i {
    font-size: 30px;
    border: 0;
}
.back-to-top-btn:hover {
    background: #f2504b;
    border-color: #f2504b;
}
.menu-right-item li:hover  i{
    color: #f2504b;
}
.cart-product-details-wrap .cart-quantity .input-text.qty {
    border: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.contat-input .form-message {
    position: absolute;
    top: 100%;
    left: -12px;
    margin-top: 7px;
}
.contat-input p.form-message.success {
    color: green !important;
}