
* {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
a:hover {
    color: inherit;
    transition: var(--transition);
    text-decoration: none;
}

button,
button:focus,
button:hover {
    border: none !important;
    /* background: none; */
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

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

img {
    max-width: 100%;
    object-fit: cover;
}

input {
    outline: none;
}

select,
input,
textarea,
button {
    box-shadow: none;
    outline: 0 !important;
}

.text-error {
    color: #f70000
}
.mrl-15{margin-right: 15px;margin-left: 15px}
/* ##################################################
######################custmise style ################
##################################################### */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: 1.3;
}

[class*="title"] {
    font-weight: bold;
    text-align: inherit;
}

p {
    line-height: 1.7;
    text-align: justify;
    padding: 15px 0;
}

.item {
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    color: #fff;
    font-size: 0.85rem;
    padding: 10px 20px;
    line-height: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: none;
    box-sizing: border-box;
    outline: none;

    text-decoration: none;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    background-color: #0b0053;
    border-color: #0b0053;
    box-shadow: none;
    outline: none;
}

.bg-gray {
    background-color: #f4f4f4
}

.ltr {
    direction: ltr
}

.error-text {
    color: #f00
}


/*
Header
*/
/*top-header*/
.top-header {
    padding: 5px 0;
    border-bottom: 1px solid #d9d9d8;
    border-top: 4px solid var(--main-color);
}

.top-header .txt-left {
    margin-right: 25px
}

.top-header .txt-right {
    margin-left: 25px
}

/*middle-header*/
.middle-header {
    padding-top: 15px
}

.header-search {
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
}

.header-search input {
    border: 1px solid #949494;
    border-radius: 30px;
    color: #363636;
    display: flex;
    font-weight: 500;
    line-height: 30px;
    padding: 7px 15px;
    width: 100%;
}

.header-search:after {
    background-image: url('data:image/svg+xml;utf-8,<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M9.2,2 C13.1764502,2 16.4,5.2235498 16.4,9.2 C16.4,10.9000004 15.8108291,12.4623925 14.825538,13.6941256 L17.7656854,16.6343146 C18.0781049,16.946734 18.0781049,17.453266 17.7656854,17.7656854 C17.4793009,18.0520699 17.029808,18.0759353 16.7162388,17.8372815 L16.6343146,17.7656854 L13.6941256,14.825538 C12.4623925,15.8108291 10.9000004,16.4 9.2,16.4 C5.2235498,16.4 2,13.1764502 2,9.2 C2,5.2235498 5.2235498,2 9.2,2 Z M9.2,3.6 C6.1072054,3.6 3.6,6.1072054 3.6,9.2 C3.6,12.2927946 6.1072054,14.8 9.2,14.8 C10.7114131,14.8 12.082978,14.2012381 13.0904287,13.2279801 C13.1094924,13.2019489 13.1310363,13.1775929 13.1543146,13.1543146 L13.2232511,13.0953179 C14.1992982,12.0874178 14.8,10.7138596 14.8,9.2 C14.8,6.1072054 12.2927946,3.6 9.2,3.6 Z" fill="%23949494" fill-rule="nonzero"></path></g></svg>');
    content: "";
    display: block;
    height: 2rem;
    position: absolute;
    right: 0.8rem;
    width: 2rem;
}

.user-menu-wrap {margin-right: 30px;}
/*main-header*/
.main-header {
    border-bottom: 1px solid #e7e7e7;
}

.main-header .main-nav {
    width: 100%
}

.main-header .nav {
    position: relative;
    width: 100%;
}
.header-right-area.main-nav > ul > li.account-menu-wrap{
    position: relative;
    margin-right: 30px;
}
.header-right-area.main-nav > ul > li.account-menu-wrap .dropdown-submenu{
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear 0.2s;
    -o-transition: all .3s linear 0.2s;
    transition: all .3s linear 0.2s;
    z-index: 999;
}
.header-right-area.main-nav > ul > li.account-menu-wrap:hover .dropdown-submenu{
    opacity: 1;
    visibility: visible;
}
.breadcrumb-box{padding:15px 0 }
.breadcrumb-box .breadcrumb{margin-bottom: 0}
.categories-nav{border-bottom: 1px solid #a8aaa7}
.categories-nav .nav .nav-link{position: relative;color: #363636;}
.categories-nav .nav .nav-link:hover{
    background: #f2f2f2;
    font-weight: 600;
}
.categories-nav .nav .nav-link.active{font-weight: bold;}
.categories-nav .nav .nav-link.active:after,
.categories-nav .nav .nav-link:hover:after
{
    background: var(--main-color);
    bottom: -2px;
    content: "";
    display: block;
    height: 0.2rem;
    left: 0;
    position: absolute;
    right: 0;
    transition: opacity .3s;
    width: 100%;
}
/**************************************************************
***************************************************************
*****************************Home section**********************
***************************************************************
*************************************************************** */
section {
    padding-top: 50px;
    padding-bottom: 50px
}

.section-home {
    margin-bottom: unset;
}

.image-xs {
    display: none;
}

.section-home .slider-content {
    position: absolute;
    left: 8%;
    top: 160px;
    width: 40%;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.first-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 5px;
    color: var(--main-color);
    position: relative;
    font-family: 'vag-rounded-std-bold', sans-serif;
}

.secound-title {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.section-home .short_description {
    font-size: 16px;
}

.shop {
    margin-top: 35px;
}

.section-home .owl-item.active .first-title,
.section-home .owl-item.active .secound-title,
.section-home .owl-item.active .shop {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.35s;
}

.section-home .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: unset;
}

.section-home .owl-theme .owl-dots {
    position: absolute;
    bottom: 35px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.section-home .owl-theme .owl-dots .owl-dot span {
    width: 50px;
    height: 3px;
    border: 1px solid var(--second-color);
    background: var(--second-color);
    border-radius: 0;
    margin: 0px 3px;
    display: block;
}

.section-home .owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.section-home .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.section-home .owl-theme .owl-nav {
    margin-top: unset;
}

.section-home .owl-theme .owl-nav .owl-prev span,
.section-home .owl-theme .owl-nav .owl-next span {
    border: none;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    position: absolute;
    top: 45%;
    left: 10px;
    right: auto;
    box-shadow: none;
    border: 1px solid var(--main-color) !important;
    background-color: var(--main-color) !important;
    color: #fff;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.section-home .owl-theme .owl-nav .owl-prev span {
    left: 10px;
    right: auto;
}

.section-home .owl-theme .owl-nav .owl-next span {
    right: 10px;
    left: auto;
}

.section-home:hover .owl-theme .owl-nav span {
    margin: 0 13px;
}

.section-home .owl-theme .owl-nav span:hover {
    background-color: var(--second-color) !important;
    border-color: var(--second-color) !important;
}

.section-home .owl-theme .owl-dots .owl-dot.active span,
.section-home .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

/* ===================================================
=======================media query====================
====================================================== */
@media (min-width: 992px) and (max-width: 1180px) {
    .slider-content {
        top: 95px;
    }
}

@media (min-width: 992px) {
    .home-item {
        align-items: center;
    }
}

@media (max-width: 991px) {
    .section-home {
        margin-bottom: 20px;
    }

    .section-home .owl-carousel .owl-nav.disabled {
        display: none !important;
    }

    .section-home .owl-theme .owl-dots {
        bottom: 5px;
    }

    .slider-content {
        top: 65px !important;
    }

    .first-title {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .secound-title {
        font-size: 15px;
        line-height: 22px;

    }
}

@media (max-width: 767px) {
    .first-title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .first-title:after {
        width: 60px;
    }

    .secound-title {
        font-size: 14px;
        line-height: 20px;

    }

    .shop {
        margin-top: 15px;
    }

    .btn {
        padding: 7px 14px;
        font-size: 13px;
    }

    .section-home .owl-theme .owl-dots {
        bottom: 5px;
    }
}

@media (max-width: 546px) {
    .image-lg {
        display: none;
    }

    .image-xs {
        display: block;
    }

    .slider-content {
        top: 20px !important;
        left: 10px !important;
    }

    .background-two .slider-content {
        right: 33px !important;
        left: unset !important;
    }
}

@media (max-width: 415px) {
    .first-title {
        font-size: 1.1rem;
        line-height: 22px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .secound-title {
        font-size: 11px;
        line-height: 14px;

    }

    .shop {
        margin-top: 10px;
    }

    .shop .btn {
        padding: 3px 8px;
        font-size: 10px;
    }
}

.section-title .section-title-3 {
    color: var(--main-color);
    font-family: 'vag-rounded-std-bold', sans-serif
}

/* single-product */
.product-area .single-product .product-content .onoffer {
    background: #53555c;
    color: #fff;
    padding: 2px 10px;
    border-radius: 13px;
    margin-bottom: 5px;
    display: inline-block;
}

.product-rating-reviews {
    display: flex
}

.product-rating-reviews .product-reviews {
    margin-left: 10px;
    color: var(--main-color);
    text-decoration: underline;
    font-weight: bold;
}

.price-box {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.price-box .old-price .recommended-txt {
    font-size: 10px;
}

.seller-box {
    display: flex
}

.seller-box .by {
    font-size: 12px
}

.seller-box .seller {
    margin-left: 5px;
    color: var(--main-color);
    font-weight: bold;
    text-decoration: underline;
}


/* banner */
.banner {
    margin-top: 30px
}

.banner-wrapper {
    display: flex;
    border-radius: 10px;
    color: #fff;
    overflow: hidden;
}

.banner-wrapper .banner-img {
    width: 70%
}

.banner-wrapper .banner-img img {
    object-fit: contain;
}

.banner-wrapper .banner-img:hover img {
    transform: scale(1.05);
}

.banner-wrapper .banner-content {
    width: 30%;
    background: var(--main-color);
    padding: 25px;
}

.banner-wrapper .title {
    font-size: 26px;
    font-family: 'vag-rounded-std-bold', sans-serif;
    text-align: left
}

.banner-wrapper .desc {
    max-height: 180px;
    overflow: hidden;
}

.banner-wrapper .banner-content .btn-more {
    background: #fff;
    color: var(--main-color);
}

.inspirations {
}

.inspirations .item {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d9d9d8;
}

.inspirations .item .image img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.inspirations .item .image:hover img {
    transform: scale(1.05);
}

.inspirations .item .content {
    padding: 15px;
}

.inspirations .item .content .title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 5px;
    color: var(--main-color);
    position: relative;
    font-family: 'vag-rounded-std-bold', sans-serif;
}

/* newsletter */
.newsletter {
    background-image: url("../images/newsletter.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    position: relative;
}

.newsletter:before {
    background: #000000b3;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.newsletter .content {
    z-index: 2;
    position: relative;
    color: #fff;
}
.newsletter .title {
    font-size: 30px;
}
.newsletter .widget-social {
    position: relative;
    z-index: 2;
    text-align: center;
}

.newsletter .widget-social a {
    color: #fff;
    font-size: 30px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.newsletter .widget-social a:hover {color: var(--main-color);}

.newsletter-form{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.newsletter-form .form-label{
    font-size: 12px;
}
.newsletter-form .form-control{
    border-radius: 19px;
    border: 0;

}
.newsletter-form button{width: 100%}
.newsletter-form a{color: var(--main-color);text-decoration: underline}


.footer-area .single-footer-widget .widget-list li a{
    font-family: 'vag-rounded-std-bold', sans-serif;
    font-weight: bold;
}
.footer-copyright-area ul li a {margin-left: 10px;color: var(--main-color);font-weight: bold}
