@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&amp;display=swap";

:root {
    --white-color: #FFFFFF;
    --dark-color: #000000;
    --text-color: #3C3C3C;
    --bg-new: #4B8B3B;
    --secondary-color: #A1CDA0;
    --background-color: #F9F7E7;
    --highlight-color: #FFABAB;
    --highlight-color: #D2A44D;
    --accent-color: #D2A44D;
    --background-color-rgb: 0, 128, 0;
    --bg-new:#439322;
    --yellow:#ffbd3c;
}


html{
    scroll-behavior:smooth
}
body{
    font-family:manrope,sans-serif;
    font-weight:500;
    font-style:normal;
    color: var(--text-color);
    overflow-x:hidden;
    font-size:14px
}
p{
    margin:0;
    padding:0;
    font-size:14px;
    line-height:24px
}
*{
    margin:0;
    padding:0
}
.navbar-toggler:focus,a:focus,input:focus,textarea:focus,button:focus,.btn:focus,.btn.focus,.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{
    text-decoration:none;
    outline:none;
    outline:none!important;
    border-color:none!important;
    -webkit-box-shadow:none!important;
    box-shadow:none!important
}
.form-check-input:checked{
    background-color:var(--bg-new);
    border-color:var(--bg-new);
}
select{
    -webkit-writing-mode:horizontal-tb!important;
    text-rendering:auto;
    color: var(--bg-new);
    letter-spacing:normal;
    word-spacing:normal;
    text-transform:none;
    text-indent:0;
    text-shadow:none;
    display:inline-block;
    text-align:start;
    -webkit-appearance:menulist;
    -moz-appearance:menulist;
    appearance:menulist;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    white-space:pre;
    -webkit-rtl-ordering:logical;
    background-color:-internal-light-dark(white,#3b3b3b);
    cursor:default;
    margin:0;
    font:400 14px;
    border-radius:0;
    border-width:1px;
    border-style:solid;
    border-color:-internal-light-dark(#767676,#858585);
    -o-border-image:initial;
    border-image:initial
}
span,a{
    display:inline-block;
    text-decoration:none;
    transition:all .4s ease;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease
}
audio,canvas,iframe,img,svg,video{
    vertical-align:middle
}
img{
    max-width:100%
}
h1,h2,h3,h4,h5,h6{
    font-weight:600;
    margin:0;
    color:#081828
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    color:inherit
}
h1{
    font-size:50px
}
h2{
    font-size:40px
}
h3{
    font-size:30px
}
h4{
    font-size:25px
}
h5{
    font-size:20px
}
h6{
    font-size:16px
}
ul,ol{
    margin:0;
    padding:0;
    list-style-type:none
}

.img-bg{
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    width:100%;
    height:100%
}

.breadcrumbs{
    position:relative;
    padding:30px 0;
    z-index:2;
    text-align:left;
    background-color:var(--white-color);
    -webkit-box-shadow:0 7px 30px rgba(0,0,0,.075);
    box-shadow:0 7px 30px rgba(0,0,0,.075)
}


.breadcrumbs .breadcrumbs-content{
    position:relative;
    text-align:left
}
.breadcrumbs .breadcrumbs-content .page-title{
    font-size:18px;
    color: var(--bg-new);
    font-weight:600;
    position:relative;
    line-height:28px;
    text-transform:capitalize
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav{
    background:0 0;
    border-radius:0;
    margin-bottom:0;
    padding:0;
    display:inline-block
}
.breadcrumbs .breadcrumb-nav{
    text-align:right
}
.breadcrumbs .breadcrumb-nav li{
    display:inline-block;
    position:relative;
    padding-right:14px;
    margin-right:14px;
    text-transform:capitalize
}
.breadcrumbs .breadcrumb-nav li:after{
    content:"\ea62";
    font-family:lineIcons;
    font-size:12px;
    position:absolute;
    top:3px;
    right:-7px
}
.breadcrumbs .breadcrumb-nav li:last-child{
    margin:0;
    padding:0
}
.breadcrumbs .breadcrumb-nav li:last-child::after{
    display:none
}
.breadcrumbs .breadcrumb-nav li,.breadcrumbs .breadcrumb-nav li a{
    color:#888;
    font-size:14px;
    font-weight:500
}
.breadcrumbs .breadcrumb-nav li i,.breadcrumbs .breadcrumb-nav li a i{
    font-size:13px;
    display:inline-block;
    margin-right:3px;
    position:relative;
    top:-1px
}
.breadcrumbs .breadcrumb-nav li a{
    position:relative
}
.breadcrumbs .breadcrumb-nav li a:hover{
    color:var(--bg-new);
}
.section{
    padding-top:90px;
    padding-bottom:90px;
    position:relative
}

.section-title{
    text-align:center;
    margin-bottom:40px;
    padding:0 300px;
    position:relative;
    z-index:5;
    position:relative
}
.section-title h2{
    font-size:30px;
    line-height:35px;
    text-transform:capitalize;
    position:relative;
    font-weight:800;
    padding-bottom:20px;
    margin-bottom:20px;
    position:relative
}
.section-title h2::before{
    position:absolute;
    left:50%;
    bottom:0;
    content:"";
    background-color:var(--bg-new);
    height:2px;
    width:50px;
    margin-left:-25px;
    border-radius:2px
}
.section-title p{
    font-size:14px
}


.section-title.align-right{
    padding:0;
    padding-left:600px
}
.section-title.align-right h2:before{
    display:none
}
.section-title.align-right h2:after{
    position:absolute;
    right:0;
    bottom:-1px;
    height:2px;
    width:50px;
    background:var(--bg-new);
    content:""
}
.section-title.align-left{
    padding:0;
    padding-right:600px
}
.section-title.align-left h2:before{
    left:0;
    margin-left:0
}
.scroll-top{
    width:40px;
    height:40px;
    line-height:40px;
    background:var(--bg-new);
    border: 2px solid var(--bg-new);
    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;
    font-size:16px;
    color:var(--white-color);
    position:fixed;
    bottom:30px;
    right:30px;
    z-index:9;
    cursor:pointer;
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    border-radius:4px
}
.scroll-top:hover{
    -webkit-box-shadow:0 1rem 3rem rgba(35,38,45,.15)!important;
    box-shadow:0 1rem 3rem rgba(35,38,45,.15)!important;
    -webkit-transform:translate3d(0,-5px,0);
    transform:translate3d(0,-5px,0);
    background-color: var(--white-color);
    color: var(--bg-new);
}
.overlay{
    position:relative;
    z-index:1
}
.overlay::before{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:.4;
    background:#081828;
    content:"";
    -webkit-transition:all .4s ease;
    transition:all .4s ease;
    z-index:-1
}
.pagination{
    text-align:left;
    margin:40px 0 0;
    display:block
}
.pagination.center{
    text-align:center
}
.pagination.right{
    text-align:right
}
.pagination.left{
    text-align:left
}
.pagination .pagination-list{
    display:inline-block;
    overflow:hidden
}
.pagination .pagination-list li{
    margin-right:5px;
    display:inline-block;
    margin-top:10px
}
.pagination .pagination-list li:last-child{
    margin-right:0
}
.pagination .pagination-list li a{
    background:var(--white-color);
    color: var(--bg-new);
    font-weight:500;
    font-size:14px;
    border-radius:4px;
    padding:6px 18px;
    text-align:center;
    border:1px solid #eee
}
.pagination .pagination-list li.active a,.pagination .pagination-list li:hover a{
    background:var(--bg-new);
    color:var(--white-color);
    border-color:transparent
}
.pagination .pagination-list li a i{
    font-size:14px
}
.blog-grids.pagination{
    margin-top:50px;
    text-align:center
}
.button .btn{
    display:inline-block;
    text-transform:capitalize;
    font-size:14px;
    font-weight:600;
    padding:13px 30px;
    background-color: var(--bg-new);
    color: var(--white-color);
    border:2px solid var(--bg-new);
    -webkit-transition:.2s;
    transition:.2s;
    border-radius:3px;
    position:relative;
    z-index:1;
    margin-right:7px;
    overflow:hidden
}

.button .btn i{
    display:inline-block;
    margin-right:5px
}
.button .btn:last-child{
    margin:0
}
.button .btn:hover{
    color:var(--bg-new);
    background-color: var(--white-color);
    -webkit-box-shadow:0 4px 4px #0000000f;
    box-shadow:0 4px 4px #0000000f
}
.button .btn-alt{
    background-color:#081828!important;
    color:var(--white-color)!important
}

.button .btn-alt:hover{
    background-color:var(--bg-new)!important;
    color:var(--white-color)!important
}
.align-left{
    text-align:left
}
.align-right{
    text-align:right
}
.align-center{
    text-align:center
}
.preloader{
    position:fixed;
    top:0;
    left:0;
    z-index:999999999;
    width:100%;
    height:100%;
    background-color:var(--white-color);
    overflow:hidden
}
.preloader-inner{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.preloader-icon{
    width:100px;
    height:100px;
    display:inline-block;
    padding:0
}
.preloader-icon span{
    position:absolute;
    display:inline-block;
    width:100px;
    height:100px;
    border-radius:100%;
    background:var(--bg-new);
    -webkit-animation:preloader-fx 1.6s linear infinite;
    animation:preloader-fx 1.6s linear infinite
}
.preloader-icon span:last-child{
    animation-delay:-.8s;
    -webkit-animation-delay:-.8s
}
@keyframes preloader-fx{
    0%{
        -webkit-transform:scale(0,0);
        transform:scale(0,0);
        opacity:.5
    }
    100%{
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
        opacity:0
    }
}
@-webkit-keyframes preloader-fx{
    0%{
        -webkit-transform:scale(0,0);
        opacity:.5
    }
    100%{
        -webkit-transform:scale(1,1);
        opacity:0
    }
}
.header{
    width:100%;
    background:var(--white-color);
    position:relative;
    width:100%
}
.header .topbar{
    background-color: var(--bg-new);
    padding:18px 0
}

.header .topbar .top-left .menu-top-link .select-position{
    position:relative
}
.header .topbar .top-left .menu-top-link .select-position select{
    border:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    position:relative;
    border:none;
    padding:0 10px 0 0;
    color:var(--white-color)!important;
    font-weight:500;
    font-size:14px;
    background-color:#081828!important
}
.header .topbar .top-left .menu-top-link .select-position select:focus{
    text-decoration:none;
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none
}
.header .topbar .top-left .menu-top-link .select-position::after{
    border-bottom:2px solid var(--white-color);
    border-right:2px solid var(--white-color);
    content:'';
    display:block;
    height:6px;
    margin-top:-3px;
    pointer-events:none;
    position:absolute;
    right:0;
    top:50%;
    -webkit-transform-origin:66% 66%;
    transform-origin:66% 66%;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:all .15s ease-in-out;
    transition:all .15s ease-in-out;
    width:6px
}
.header .topbar .top-left .menu-top-link li{
    display:inline-block;
    margin-right:20px
}
.header .topbar .top-left .menu-top-link li:last-child{
    margin:0
}
.header .topbar .top-middle{
    text-align:center
}

.header .topbar .top-middle .useful-links li{
    display:inline-block;
    margin-right:10px;
    padding-right:10px
}
.header .topbar .top-middle .useful-links li:last-child{
    margin:0;
    border:none
}
.header .topbar .top-middle .useful-links li a{
    color:var(--white-color);
    font-size:14px;
    font-weight:500
}
.header .topbar .top-middle .useful-links li a:hover{
    color:var(--bg-new);
}
.header .topbar .top-end{
    float:right;
    display:inline-block
}

.header .topbar .top-end .user{
    color:var(--white-color);
    display:inline-block;
    margin-right:5px;
    font-weight:500;
    font-size:14px
}
.header .topbar .top-end .user i{
    color:var(--white-color);
    display:inline-block;
    margin-right:5px;
    font-size:16px
}
.header .topbar .top-end .user-login{
    display:inline-block;
    white-space:nowrap
}
.header .topbar .top-end .user-login li{
    display:inline-block;
    border-right:1px solid rgba(255,255,255,.459);
    padding:0 10px;
    white-space:nowrap
}
.header .topbar .top-end .user-login li:first-child{
    padding-right:12px
}
.header .topbar .top-end .user-login li:last-child{
    margin-right:0;
    padding-right:0;
    border-right:none
}
.header .topbar .top-end .user-login li a{
    color:var(--white-color);
    font-weight:500;
    font-size:14px;
    white-space:nowrap
}
.header .topbar .top-end .user-login li a:hover{
    color:var(--bg-new);
}
.header .header-middle{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:0px 0;
    border-bottom:1px solid #519d32;
    background-color: var(--bg-new);
}

.header .middle-right-area{
    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
}

.header .nav-hotline{
    position:relative;
    padding-left:50px;
    margin-right:35px
}

.header .nav-hotline i{
    color: var(--white-color);
    font-size:18px;
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    height:40px;
    width:40px;
    line-height:40px;
    text-align:center;
    display:block;
    border:1px solid #eee;
    border-radius:50%
}
.header .nav-hotline h3{
    font-size:15px;
    font-weight:600;
    color:var(--white-color);
}
.header .nav-hotline h3 span{
    color:var(--white-color);
    font-weight:500;
    font-size:14px;
    display:block;
    margin-top:2px
}

.header .navbar-cart{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:end;
    align-items:center;
}
.account-info .user{
    color: #fff;
}
.header .navbar-cart .account-info ul{
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.header .navbar-cart .account-info ul li{
    margin-left: 10px;
}
.header .navbar-cart .account-info ul li a{
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
}
.header .navbar-cart .account-info ul li a:hover{
   color: var(--yellow);
}
.header .navbar-cart .cart-items{
    position:relative
}
.header .navbar-cart .cart-items:hover .main-btn{
    color:var(--white-color);
    background-color:var(--yellow);
    border-color:transparent
}
.header .navbar-cart .cart-items .main-btn{
    height:40px;
    width:40px;
    line-height:40px;
    display:inline-block;
    border-radius:50%;
    border:1px solid var(--white-color);
    color:var(--white-color);
    font-size:18px;
    text-align:center;
    position:relative
}
.header .navbar-cart .cart-items .main-btn .total-items{
    position:absolute;
    right:-6px;
    top:-5px;
    height:19px;
    width:19px;
    line-height:19px;
    background-color: var(--bg-new);
    color:var(--white-color);
    font-size:12px;
    font-weight:500;
    text-align:center;
    border-radius:50%;
    border: 1px solid var(--white-color);
}
.header .navbar-cart .cart-items:hover .shopping-item{
    opacity:1;
    visibility:visible
}
.header .navbar-cart .cart-items .shopping-item{
    position:absolute;
    top:72px;
    right:0;
    width:300px;
    background:var(--white-color);
    padding:20px 25px;
    -webkit-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
    z-index:99;
    border-radius:4px;
    -webkit-box-shadow:0 0 5px rgba(0,0,0,.137);
    box-shadow:0 0 5px rgba(0,0,0,.137);
    opacity:0;
    visibility:hidden
}

.header .navbar-cart .cart-items .shopping-item .dropdown-cart-header{
    padding-bottom:10px;
    margin-bottom:15px;
    border-bottom:1px solid #e6e6e6
}
.header .navbar-cart .cart-items .shopping-item .dropdown-cart-header span{
    text-transform:capitalize;
    color:#222;
    font-size:14px;
    font-weight:600
}
.header .navbar-cart .cart-items .shopping-item .dropdown-cart-header a{
    float:right;
    text-transform:capitalize;
    color:#222;
    font-size:14px;
    font-weight:600
}
.header .navbar-cart .cart-items .shopping-item .dropdown-cart-header a:hover{
    color:var(--bg-new);
}
.header .navbar-cart .cart-items .shopping-item .shopping-list li{
    overflow:hidden;
    border-bottom:1px solid #e6e6e6;
    padding-bottom:15px;
    margin-bottom:15px;
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.header .navbar-cart .cart-items .shopping-item .shopping-list li .remove{
    position:absolute;
    right:0;
    top:0;
    height:20px;
    width:20px;
    line-height:18px;
    text-align:center;
    background:var(--white-color);
    color:#222;
    border-radius:50%;
    font-size:9px;
    border:1px solid #ededed;
    padding-left:1px
}
.header .navbar-cart .cart-items .shopping-item .shopping-list li .remove:hover{
    border-color:transparent;
    color:var(--white-color);
    background-color:var(--bg-new);
}
.header .navbar-cart .cart-items .shopping-item .shopping-list li .cart-img-head{
    width:40%
}

.header .navbar-cart .cart-items .shopping-item .shopping-list li .cart-img{
    border:1px solid #ededed;
    overflow:hidden;
    height:80px;
    width:80px;
    border-radius:4px;
    float:left;
    margin-right:20px
}

.header .navbar-cart .cart-items .shopping-item .shopping-list li .content{
    padding-right:25px;
    width:60%
}

.header .navbar-cart .cart-items .shopping-item .shopping-list li .content h4{
    margin-bottom:5px;
    line-height:22px
}
.header .navbar-cart .cart-items .shopping-item .shopping-list li .content h4 a{
    font-size:14px;
    font-weight:600;
    color:#081828
}

.header .navbar-cart .cart-items .shopping-item .shopping-list li .content h4 a:hover{
    color:var(--bg-new);
}
.header .navbar-cart .cart-items .shopping-item .shopping-list li .content .quantity{
    line-height:22px;
    font-size:14px
}
.header .navbar-cart .cart-items .shopping-item .bottom{
    text-align:center
}
.header .navbar-cart .cart-items .shopping-item .bottom .total{
    overflow:hidden;
    display:block;
    padding-bottom:10px
}
.header .navbar-cart .cart-items .shopping-item .bottom .total span{
    text-transform:capitalize;
    color:#222;
    font-size:14px;
    font-weight:600;
    float:left
}
.header .navbar-cart .cart-items .shopping-item .bottom .total .total-amount{
    float:right;
    font-size:14px
}
.header .navbar-cart .cart-items .shopping-item .bottom .button{
    margin-top:10px;
    width:100%
}
.header .navbar-cart .cart-items .shopping-item .bottom .button .btn{
    width:100%
}

.header .main-menu-search .navbar-search{
    position:relative;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.header .main-menu-search .select-position{
    position:relative
}
.header .main-menu-search .select-position:after{
    border-bottom:1.5px solid #081828;
    border-right:1.5px solid #081828;
    content:'';
    display:block;
    height:8px;
    margin-top:-4px;
    pointer-events:none;
    position:absolute;
    right:15px;
    top:50%;
    -webkit-transform-origin:66% 66%;
    transform-origin:66% 66%;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:all .15s ease-in-out;
    transition:all .15s ease-in-out;
    width:8px
}
.header .main-menu-search .select-position select{
    height:45px;
    border:1px solid #e2e2e2;
    border-right:0;
    padding:0 20px;
    background:0 0;
    border-radius:4px 0 0 4px;
    position:relative;
    padding-right:30px;
    -moz-appearance:none;
    appearance:none;
    -webkit-appearance:none;
    font-size:14px
}
.header .main-menu-search .select-position select:focus{
    text-decoration:none;
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none
}
.header .main-menu-search .search-input{
    width:100%
}
.header .main-menu-search .search-input input{
    width:100%;
    height:45px;
    border:1px solid #e2e2e2;
    background-color:var(--white-color);
    color:#000;
    border-radius:0;
    padding:0 15px;
    -webkit-transition:all .3s linear;
    transition:all .3s linear;
    font-size:14px
}
.header .main-menu-search .search-btn button{
    background-color:var(--bg-new);
    color:var(--white-color);
    width:45px;
    height:45px;
    padding:0;
    border:0;
    border-radius:0 4px 4px 0;
    margin-left:-2px;
    -webkit-transition:all .4s ease;
    transition:all .4s ease;
    font-size:18px
}
.header .main-menu-search .search-btn button:hover{
    color:var(--white-color);
    background-color:#081828
}

.header .nav-inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.header .mega-category-menu {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #eee;
    margin-right: 40px;
    cursor: pointer;
    padding-right: 100px;
    padding-left: 14px;
    background-color: var(--bg-new);
}



.header .mega-category-menu .cat-button{
    display:inline-block;
    color: var(--white-color);
    font-size:15px;
    font-weight:600
}
.header .mega-category-menu .cat-button i{
    display:inline-block;
    margin-right:12px;
    font-size:20px;
    position:relative;
    top:2px
}
.header .mega-category-menu:hover .sub-category{
    opacity:1;
    visibility:visible;
    top:61px
}
.header .mega-category-menu .sub-category{
    position:absolute;
    left:0;
    top:68px;
    width:241px;
    height:auto;
    border:1px solid #eee;
    background-color:var(--white-color);
    opacity:0;
    visibility:hidden;
    border-radius:0;
    -webkit-transition:all .4s ease;
    transition:all .4s ease;
    padding:15px 0
}
.header .mega-category-menu .sub-category li{
    display:block;
    position:relative
}
.header .mega-category-menu .sub-category li:hover .inner-sub-category{
    opacity:1;
    visibility:visible;
    top:0
}
.header .mega-category-menu .sub-category li .inner-sub-category{
    padding:15px 0;
    position:absolute;
    top:8px;
    width:240px;
    height:auto;
    border:1px solid #eee;
    background-color:var(--white-color);
    border-radius:0;
    left:239px;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all .4s ease;
    transition:all .4s ease
}
.header .mega-category-menu .sub-category li .inner-sub-category li{
    display:block;
    position:relative
}
.header .mega-category-menu .sub-category li .inner-sub-category li:last-child{
    margin:0
}
.header .mega-category-menu .sub-category li .inner-sub-category li a{
    color: var(--text-color);
    text-transform:capitalize;
    font-size:14px;
    position:relative;
    width:100%;
    padding:8px 30px
}
.header .mega-category-menu .sub-category li .inner-sub-category li a:hover{
    color:var(--bg-new);
}
.header .mega-category-menu .sub-category li:last-child{
    margin:0
}
.header .mega-category-menu .sub-category li a{
    color: var(--text-color);
    text-transform:capitalize;
    font-size:14px;
    position:relative;
    width:100%;
    padding:8px 30px
}
.header .mega-category-menu .sub-category li a i{
    font-size:12px;
    float:right;
    position:relative;
    top:5px
}
.header .mega-category-menu .sub-category li a:hover{
    color:var(--bg-new);
}
.header .nav-social{
    float:right;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}

.header .nav-social .title{
    font-size:14px;
    font-weight:600;
    color: var(--bg-new);
    display:inline-block;
    margin-right:15px
}

.header .nav-social ul li{
    display:inline-block;
    margin-right:5px
}
.header .nav-social ul li:last-child{
    margin:0
}
.header .nav-social ul li a{
    height:35px;
    width:35px;
    line-height:35px;
    text-align:center;
    display:block;
    border:1px solid #eee;
    border-radius:50%;
    font-size:14px;
    color:var(--white-color);
    background-color: var(--bg-new);
}
.header .nav-social ul li a:hover{
    color:var(--white-color);
    background-color:var(--yellow);
    border-color:transparent
}
.header .navbar-brand{
    margin:0
}

.header .navbar-brand img{
    max-width:100%;
    width: 100px;
    height: 100%;
    filter: brightness(0) invert(1);
}


.header.sticky .navbar-brand .white-logo{
    opacity:0;
    visibility:hidden
}
.header.sticky .navbar-brand .dark-logo{
    opacity:1;
    visibility:visible
}
.header.sticky .button .btn{
    background-color:var(--bg-new);
    color:var(--white-color);
    border-color:transparent
}
.header.sticky .button .btn:hover{
    background-color: var(--bg-new);
    color:var(--white-color)
}
.sticky{
    position:fixed;
    z-index:99;
    background-color:var(--white-color);
    -webkit-box-shadow:0 20px 50px 0 rgba(0,0,0,.05);
    box-shadow:0 20px 50px 0 rgba(0,0,0,.05);
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    top:0;
    width:100%
}
.navbar-expand-lg .navbar-nav{
    margin:0;
    margin-left:0!important;
    margin-right:auto!important
}
.header .navbar .navbar-nav .nav-item a.active{
    color:var(--bg-new);
}
.sticky .navbar .navbar-nav .nav-item a.active{
    color:var(--bg-new);
}
.sticky .navbar .mobile-menu-btn .toggler-icon{
    background:#333
}
.navbar-area{
    width:100%;
    z-index:99;
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    padding:0;
    box-shadow:0 8px 20px 0 rgba(0, 0, 0, .1);
}
.navbar-area.sticky{
    position:fixed;
    z-index:99;
    background:var(--bg-new);
    -webkit-box-shadow:0 20px 50px 0 rgba(0,0,0,.05);
    box-shadow:0 20px 50px 0 rgba(0,0,0,.05);
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    background:var(--white-color);
    padding:0 0
}
.navbar{
    padding:0;
    position:relative;
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s
}
.navbar-brand{
    padding-left:0;
    border-radius:0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobile-menu-btn{
    padding:0
}
.mobile-menu-btn:focus{
    text-decoration:none;
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none
}
.mobile-menu-btn .toggler-icon{
    width:30px;
    height:2px;
    background-color:#222;
    display:block;
    margin:5px 0;
    position:relative;
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s
}
.mobile-menu-btn.active .toggler-icon:nth-of-type(1){
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    top:7px
}
.mobile-menu-btn.active .toggler-icon:nth-of-type(2){
    opacity:0
}
.mobile-menu-btn.active .toggler-icon:nth-of-type(3){
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    top:-7px
}
.navbar-nav .nav-item{
    z-index:1;
    position:relative;
    margin-right:15px
}
.navbar-nav .nav-item:last-child{
    margin-right:0!important
}
.navbar-nav .nav-item:hover a{
    color:var(--bg-new);
}
.sticky .navbar-nav .nav-item:hover a{
    color:var(--bg-new);
}
.navbar-nav .nav-item a{
    font-size:14px;
    color: var(--text-color);
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    position:relative;
    padding:20px 0;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-weight:600;
    transition:all .3s ease-out 0s;
    position:relative;
    text-transform:capitalize;
    padding-right:17px;
}
.navbar-nav .nav-item:hover .dd-menu::before{
    border-bottom-color:var(--bg-new);
    border-right-color:var(--bg-new);
}
.navbar-nav .nav-item a.active{
    color:var(--bg-new);
}
.navbar-nav .nav-item a.dd-menu::after{
    content:"\ea5e";
    font:normal normal normal 1em/1 "LineIcons";
    position:absolute;
    right:-20px;
    font-size:12px;
    top:50%;
    margin-left:5px;
    margin-top:-4px;
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    height:10px
}


.navbar-nav .nav-item:hover>.sub-menu{
    top:100%;
    opacity:1;
    visibility:visible
}
.navbar-nav .nav-item:hover>.sub-menu .sub-menu{
    left:100%;
    top:0
}
.navbar-nav .nav-item .sub-menu{
    padding:30px;
    min-width:240px;
    background:var(--white-color);
    border:1px solid #eee;
    position:absolute;
    top:110%!important;
    left:0;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    border-radius:0 0 4px 4px
}
.navbar-nav .nav-item:hover .sub-menu{
    top:100%!important
}
.navbar-nav .nav-item .sub-menu .nav-item{
    width:100%;
    margin-bottom:15px
}
.navbar-nav .nav-item .sub-menu .nav-item:last-child{
    margin:0
}
.navbar-nav .nav-item .sub-menu .nav-item a{
    padding:0;
    color:#888;
    display:block;
    width:100%;
    font-size:14px;
    font-weight:500;
    text-transform:capitalize;
    position:relative;
    z-index:1;
    border-radius:4px;
    overflow:hidden;
    -webkit-transition:all .1s ease;
    transition:all .1s ease
}
.navbar-nav .nav-item .sub-menu .nav-item a:hover{
    color:var(--bg-new);
}
.navbar-nav .nav-item .sub-menu.left-menu{
    left:-100%
}
.navbar-nav .nav-item .sub-menu.collapse:not(.show){
    display:block
}

.navbar-nav .nav-item .sub-menu>li{
    display:block;
    margin-left:0
}
.navbar-nav .nav-item .sub-menu>li:last-child{
    border:none
}
.navbar-nav .nav-item .sub-menu>li.active>a{
    color:var(--bg-new)!important;
}
.navbar-nav .nav-item .sub-menu>li>a{
    font-weight:400;
    display:block;
    padding:12px 15px;
    font-size:14px;
    color:#222;
    font-weight:400
}
.navbar-nav .nav-item .sub-menu>li:first-child a{
    border:none
}
.add-list-button{
    display:inline-block;
    margin-left:10px
}
.add-list-button .btn i{
    font-size:14px;
    display:inline-block;
    margin-right:5px
}
.hero-area{
    position:relative;
    background-color:var(--white-color);
    margin-top:17px
}

.hero-area .custom-padding-right{
    padding-right:0
}

.hero-area .slider-head{
    position:relative;
    overflow:hidden
}
.hero-area .slider-head:hover .tns-controls button:first-child{
    left:0
}
.hero-area .slider-head:hover .tns-controls button:last-child{
    right:0
}
.hero-area .tns-controls button{
    width:35px;
    height:60px;
    cursor:pointer;
    z-index:2;
    color:var(--white-color);
    font-size:17px;
    background:var(--bg-new);
    border: none;
    padding:2px 5px;
    border-radius:4px;
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    position:absolute;
    z-index:99;
    top:50%;
    margin-top:-30px;
    border-radius:0
}
/* .hero-area .tns-controls button:hover{
    background-color: var(--white-color);
    color:var(--bg-new)
} */
.hero-area .tns-controls button:first-child{
    left:-40px;
    border-radius:0 4px 4px 0
}
.hero-area .tns-controls button:last-child{
    right:-40px;
    border-radius:4px 0 0 4px
}
.hero-area .hero-slider .single-slider{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height:500px;
    position:relative
}



.hero-area .hero-slider .single-slider .content{
    padding:20px 365px 20px 50px;
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}

.hero-area .hero-slider .single-slider .content h2{
    font-size:30px;
    font-weight:800;
    color:#081828
}
.hero-area .hero-slider .single-slider .content h2 span{
    font-size:17px;
    font-weight:600;
    display:block;
    color:#8a8a8a;
    margin-bottom:10px
}


.hero-area .hero-slider .single-slider .content p{
    margin-top:20px
}


.hero-area .hero-slider .single-slider .content h3{
    margin-top:20px;
    font-size:25px;
    font-weight:800;
    color:#081828
}
.hero-area .hero-slider .single-slider .content h3 span{
    display:inline-block;
    margin-right:12px;
    font-size:16px;
    font-weight:600;
    color:#8a8a8a
}


.hero-area .hero-slider .single-slider .content .button{
    margin-top:30px
}
.hero-area .hero-small-banner{
    height:244px;
    position:relative;
    background-repeat:no-repeat;
    background-size:contain;
    background-size:cover;
    background-position:bottom center;
}


.hero-area .hero-small-banner .content{
    padding:30px;
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.hero-area .hero-small-banner .content h2{
    font-size:20px;
    font-weight:700
}
.hero-area .hero-small-banner .content h2 span{
    font-size:15px;
    font-weight:500;
    color:#888;
    display:block;
    margin-bottom:4px
}
.hero-area .hero-small-banner .content h3{
    color:var(--bg-new);
    font-size:20px;
    font-weight:800;
    display:block;
    margin-top:7px
}
.hero-area .hero-small-banner.style2{
    margin-top:12px;
    background-image:url(../images/hero/small-banner-bg.png);
    background-color: #4c934b;
}

.hero-area .hero-small-banner.style2 .content h2{
    color:var(--white-color)
}
.hero-area .hero-small-banner.style2 .content h2 span{
    color:var(--white-color)
}
.hero-area .hero-small-banner.style2 .content p{
    font-size:15px;
    color:var(--white-color);
    font-weight:600;
    margin-top:15px
}
.hero-area .hero-small-banner.style2 .content .button{
    margin-top:20px
}
.hero-area .hero-small-banner.style2 .content .button .btn{
    background-color:var(--white-color);
    color:var(--bg-new);
    padding:10px 25px;
    border-radius: 24px;
}
.hero-area .hero-small-banner.style2 .content .button .btn:hover{
    background-color:var(--bg-new);
    color:var(--white-color)
}
.shipping-info{
    background-color:#fff;
    padding:50px 0
}
.shipping-info ul{
    display:inline-block;
    width:100%;
    margin-bottom:0
}
.shipping-info li{
    list-style:none;
    float:left;
    width:25%;
    padding:30px 40px;
    border:1px solid #eee;
    text-align:center;
    -webkit-transition:all .4s ease;
    transition:all .4s ease;
}


.shipping-info li:hover{
    background-color:#f9f6f1;
}
.shipping-info .media-icon{
    position: relative;
    margin: 0 auto;
    height: 65px;
    width: 65px;
    color: #fff;
    z-index: 1;
    text-align: center;
    line-height: 80px;
    border: 2px dashed var(--bg-new);
}
.shipping-info .media-icon::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 67px;
    height: 67px;
    border-radius: 15px;
    background-color: var(--bg-new);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.shipping-info li:hover .media-icon::before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	background-color: var(--bg-new);
}

.shipping-info li:hover .media-icon {
	border-color: transparent;
}
.shipping-info .media-icon i{
    color: #fff;
    font-size:28px
}
.shipping-info .media-body{
    padding-bottom:0;
    margin-top: 20px;
}
.shipping-info .media-body h5{
    font-size:18px;
    margin:0;
    font-weight:600;
    color:#081828
}
.shipping-info .media-body span{
    font-size:13px;
    margin-top:2px;
    color:#777
}
.featured-categories .section-title{
    margin-bottom:20px
}
.featured-categories .single-category {
    padding: 30px;
    border: 1px solid var(--bg-new);
    position: relative;
    background: var(--white-color);
    height: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 0.6s ease-in;
}
.single-category::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -15px;
    right: -15px;
    background: var(--bg-new);
    height:220px;
    width: 25px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
  }
  
  .single-category:hover::before{
      transition-delay:0.2s ;
     transform: scale(40);
  }
  
  .single-category:hover .heading {
      color: #ffffff;
  
  }
 .single-category .heading{
    font-size:17px;
    font-weight:700;
    color:#081828
}
.featured-categories .single-category ul{
    margin-top:20px
}
.featured-categories .single-category ul li{
    display:block;
    margin-bottom:4px
}
.featured-categories .single-category ul li:last-child{
    margin:0
}
.single-category ul li a{
    color:#666
}
.single-category:hover ul li a{
    color: #fff;
}
.featured-categories .single-category img {
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    max-height: 100%;
    max-width: 100%;
    height: 112px;
}
  .single-product::before, .single-product::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
  }
  .single-product::before {
    border-top-width: 4px;
    border-right-width: 4px;
  }
  .single-product::after {
    border-bottom-width: 4px;
    border-left-width: 4px;
  }
  .single-product:hover {
    color: var(--yellow);
  }
  .single-product:hover::before, .single-product:hover::after {
    border-color: var(--bg-new);
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
  }
  .single-product:hover::before {
    transition-delay: 0s, 0s, 0.25s;
  }
  .single-product:hover::after {
    transition-delay: 0s, 0.25s, 0s;
  }
.single-product{
    border:1px solid #eee;
    border-radius:4px;
    -webkit-transition:all .4s ease;
    transition:all .4s ease;
    margin-top:30px;
    -webkit-box-shadow:0 0 20px #00000012;
    box-shadow:0 0 20px #00000012;
    padding:8px;
    background:var(--white-color);
    /* height: 100%; */
    transition: color 0.25s 0.0833333333s;
    position: relative;
}
.single-product .product-image{
    overflow:hidden;
    position:relative
}
.single-product .product-image .sale-tag{
    background:var(--yellow);
    border-radius:2px;
    font-size:12px;
    color:var(--white-color);
    font-weight:700;
    position:absolute;
    top:0;
    padding:5px 10px;
    left:0;
    z-index:22
}
.single-product .product-image .new-tag{
    background:var(--bg-new);
    border-radius:2px;
    font-size:12px;
    color:var(--white-color);
    font-weight:700;
    position:absolute;
    top:0;
    padding:5px 10px;
    left:0;
    z-index:22
}
.single-product .product-image .button{
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    bottom:-60px;
    -webkit-transition:all .4s ease;
    transition:all .4s ease;
    opacity:0;
    visibility:hidden
}
.single-product .product-image .button .btn{
    padding:12px 18px;
    font-size:13px;
    font-weight:600;
    width:140px
}
.single-product .product-image .button .btn i{
    font-size:18px;
    position:relative;
    top:2px
}
.single-product .product-image img{
    width:100%;
    height: 285px;
    object-fit: cover;
    -webkit-transition:all .4s ease;
    transition:all .4s ease
}
.single-product:hover .product-image .button{
    bottom:30px;
    opacity:1;
    visibility:visible
}
.single-product:hover .product-image img{
    -webkit-transform:scale(1.1);
    transform:scale(1.1)
}
.xzoom-container {
    width: 100%;
}
img#xzoom-default {
    margin-bottom: 30px;
    max-height: 550px;
    width: 100%;
}
img.xzoom-gallery {
    height: 100px;
    width: 100%;
}
.single-product .product-info{
    padding:20px;
    background-color:var(--white-color)
}
.single-product .product-info .category{
    color:#888;
    font-size:13px;
    display:block;
    margin-bottom:2px
}
.single-product .product-info .title a{
    font-size:16px;
    font-weight:700;
    color:#081828
}

.single-product .product-info .title a:hover{
    color:var(--bg-new);
}
.single-product .product-info .review{
    margin-top:5px
}
.single-product .product-info .review li{
    display:inline-block
}
.single-product .product-info .review li i{
    color:#fecb00;
    font-size:13px
}
.single-product .product-info .review li span{
    display:inline-block;
    margin-left:4px;
    color:#888;
    font-size:13px
}
.single-product .product-info .price{
    margin-top:15px
}
.single-product .product-info .price span{
    font-size:17px;
    font-weight:700;
    color:var(--bg-new);
    display:inline-block
}
.single-product .product-info .price .discount-price{
    margin:0;
    color:#aaa;
    text-decoration:line-through;
    font-weight:400;
    margin-left:10px;
    font-size:14px;
    display:inline-block
}
.trending-product{
    background-color:#f9f6f1;
}
.trending-product .section-title{
    margin-bottom:20px
}
.single-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    overflow: hidden;
    height: 320px;
    width: 100%;
}

.single-banner.right{
    text-align:right;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.single-banner.right .content{
    padding:50px 40px
}
.single-banner .content{
    padding:70px 40px
}


.single-banner .content h2{
    font-size:22px;
    font-weight:700
}


.single-banner .content .price span{
    color: var(--bg-new);
    display:block;
    margin-top:10px;
    font-size:22px;
    font-weight:700
}
.single-banner .content p{
    font-size:14px;
    margin-top:15px
}


.single-banner .content .button{
    margin-top:25px
}


.special-offer{
    background-color:#f9f6f1
}

.special-offer .offer-content{
    text-align:left;
    background-color:var(--white-color);
    border-radius:4px;
    overflow:hidden;
    -webkit-box-shadow:0 0 20px #00000012;
    box-shadow:0 0 20px #00000012;
    padding:12px;
    margin-top:30px
}
.special-offer .offer-content:hover .image img{
    -webkit-transform:scale(1.1);
    transform:scale(1.1)
}
.special-offer .offer-content .image{
    position:relative;
    overflow:hidden
}
.special-offer .offer-content .image img{
    width:100%;
    border-radius:4px;
    -webkit-transition:all .4s ease;
    transition:all .4s ease
}
.special-offer .offer-content .image .sale-tag{
    background:#f73232;
    border-radius:2px;
    font-size:13px;
    color:var(--white-color);
    font-weight:700;
    position:absolute;
    top:10px;
    padding:5px 10px;
    right:10px;
    z-index:22;
    height:50px;
    width:50px;
    line-height:50px;
    border-radius:50%;
    padding:0;
    text-align:center
}
.special-offer .offer-content .text{
    margin-top:20px;
    margin-bottom:30px;
    padding:0 20px
}
.special-offer .offer-content .text h2{
    text-align:left;
    margin-bottom:10px
}
.special-offer .offer-content .text h2 a{
    font-size:20px;
    font-weight:700;
    color:#081828
}
.special-offer .offer-content .text h2 a:hover{
    color:var(--bg-new);
}
.special-offer .offer-content .text .review{
    margin-top:5px
}
.special-offer .offer-content .text .review li{
    display:inline-block
}
.special-offer .offer-content .text .review li i{
    color:#fecb00;
    font-size:13px
}
.special-offer .offer-content .text .review li span{
    display:inline-block;
    margin-left:4px;
    color:#888;
    font-size:13px
}
.special-offer .offer-content .text .price{
    margin-top:10px;
    margin-bottom:10px
}
.special-offer .offer-content .text .price span{
    font-size:20px;
    font-weight:800;
    color:var(--bg-new);
    display:inline-block
}
.special-offer .offer-content .text .price .discount-price{
    margin:0;
    color:#aaa;
    text-decoration:line-through;
    font-weight:400;
    margin-left:10px;
    font-size:18px;
    display:inline-block
}
.special-offer .offer-content .text p{
    color:#888
}
.special-offer .offer-content .box-head{
    border:1px solid #eee;
    padding:15px 10px;
    border-radius:4px
}
.special-offer .offer-content .box{
    background:var(--white-color)fff0d;
    width:24%;
    height:auto;
    margin:0;
    display:inline-block
}
.special-offer .offer-content h2{
    text-align:center;
    padding-top:2px;
    color:#666;
    font-size:13px;
    font-weight:600
}
.special-offer .offer-content .box h1{
    font-size:20px;
    text-align:center;
    font-weight:800;
    margin-bottom:5px;
    color:#081828
}
.special-offer .offer-content .alert{
    display:none
}

.home-product-list .list-title{
    position:relative;
    margin-bottom:24px;
    padding-bottom:12px;
    border-bottom:1px solid #e5e5e5;
    color:#232323;
    font-size:15px;
    font-weight:500
}
.home-product-list .list-title::before{
    display:block;
    position:absolute;
    bottom:-1px;
    left:0;
    width:90px;
    height:1px;
    background-color:var(--bg-new);
    content:''
}
.home-product-list .single-list{
    margin-bottom:20px
}
.home-product-list .single-list:last-child{
    margin:0
}
.home-product-list .single-list .list-image{
    width:60px;
    padding-right:12px;
    float:left;
    position:relative;
    top:10px
}
.home-product-list .single-list .list-image a{
    display:block;
    border-radius:5px;
    overflow:hidden
}
.home-product-list .single-list .list-image a img{
    width:100%
}
.home-product-list .single-list .list-info{
    display:table-cell;
    vertical-align:top
}
.home-product-list .single-list .list-info h3 a{
    font-size:14px;
    font-weight:500;
    color:#081828
}
.home-product-list .single-list .list-info h3 a:hover{
    color:var(--bg-new);
}
.home-product-list .single-list .list-info span{
    display:block;
    margin-top:2px;
    font-size:13px
}
.about-us{
    background-color:#f9f6f1
}
.about-us .content-left{
    position:relative;
    padding-bottom: 30px;
    padding-right: 30px;
    z-index: 1;
}
.about-us .content-left::before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    box-shadow: 1px 5px 40px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background-color: var(--bg-new);
    z-index: -1;
}
.about-us .content-left img{
    width:100%;
    border-radius:4px
}
.about-us .content-left .video{
    position:absolute;
    height:80px;
    width:80px;
    line-height:80px;
    text-align:center;
    color:var(--bg-new);
    background-color:var(--white-color);
    border-radius:50%;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    font-size:25px;
    padding-left:3px;
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
.about-us .content-left .video:hover{
    color:var(--white-color);
    background-color:var(--bg-new);
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
}
.about-us .content-left .video:before{
    position:absolute;
    content:'';
    left:0;
    top:0;
    height:100%;
    width:100%;
    border:1px solid var(--white-color);
    border-radius:50%;
    -webkit-animation:pulse-border-2 2s linear infinite;
    animation:pulse-border-2 2s linear infinite
}
@-webkit-keyframes pulse-border{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:scale(1.3);
        transform:scale(1.3);
        opacity:0
    }
}
@keyframes pulse-border{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:scale(1.3);
        transform:scale(1.3);
        opacity:0
    }
}
@-webkit-keyframes pulse-border-2{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:scale(1.5);
        transform:scale(1.5);
        opacity:0
    }
}
@keyframes pulse-border-2{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:scale(1.5);
        transform:scale(1.5);
        opacity:0
    }
}
.about-us .content-right{
    padding-left:40px
}

.about-us .content-right h2{
    display:block;
    font-size:32px;
    margin-bottom:25px;
    line-height:45px;
    text-transform:capitalize;
    position:relative;
    font-weight:700
}


.about-us .content-right h3{
    font-size:22px;
    margin-top:40px;
    margin-bottom:8px;
    line-height:45px;
    text-transform:capitalize;
    position:relative;
    font-weight:600
}
.about-us .content-right p{
    font-size:14px;
    line-height:26px;
    margin-bottom:25px
}
.about-us .content-right p:last-child{
    margin:0
}
.faq{
    padding-bottom:80px;
    background-color:#f9f6f1
}
.faq .section-title{
    margin-bottom:60px
}


.accordion-item:first-of-type .accordion-button{
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    padding-right:40px
}
.accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px
}
.accordion-item .accordion-button{
    border-radius:4px;
    font-size:17px;
    font-weight:500;
    width:100%;
    display:block;
    overflow:hidden;
    border:none;
    padding:15px 25px;
    padding-right:40px;
    background-color:var(--white-color)
}


.accordion-item .accordion-button .title{
    font-size:14px;
    position:relative;
    font-weight:600;
    float:left;
    line-height:25px
}


.accordion-item .accordion-button i{
    font-size:15px;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
    position:relative;
    top:0;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    right:20px
}
.accordion-button:not(.collapsed){
    color:var(--white-color);
    background-color:var(--bg-new);
    border-radius:4px 4px 0 0
}
.accordion-button:not(.collapsed) i::before{
    content:"\eb2e";
    font-family:lineIcons
}
.accordion-button::after{
    display:none
}
.accordion-collapse{
    border:none
}
.accordion-body{
    border-radius:0 0 4px 4px;
    padding:25px;
    background-color:var(--white-color)
}


.accordion-body p{
    margin:0;
    margin-bottom:20px;
    color:#777
}
.accordion-body p:last-child{
    margin:0
}
.accordion-item{
    margin-bottom:20px;
    -webkit-box-shadow:0 0 20px #00000007;
    box-shadow:0 0 20px #00000007;
    border-radius:4px
}
.accordion-item:last-child{
    margin:0
}
.blog-section{
    background-color:#f9f6f1;
}
.blog-section .section-title{
    margin-bottom:40px
}
.single-blog::before, .single-blog::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
  }
  .single-blog::before {
    border-top-width: 4px;
    border-right-width: 4px;
  }
  .single-blog::after {
    border-bottom-width: 4px;
    border-left-width: 4px;
  }
  .single-blog:hover {
    color: var(--yellow);
  }
  .single-blog:hover::before, .single-blog:hover::after {
    border-color: var(--bg-new);
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
  }
  .single-blog:hover::before {
    transition-delay: 0s, 0s, 0.25s;
  }
  .single-blog:hover::after {
    transition-delay: 0s, 0.25s, 0s;
  }
.blog-section .single-blog{
    margin-top:30px;
    overflow:hidden!important;
    -webkit-box-shadow:0 0 20px #00000012;
    box-shadow:0 0 20px #00000012;
    padding:8px;
    background:var(--white-color);
    border-radius:4px;
    transition: color 0.25s 0.0833333333s;
    position: relative;
}
.blog-section .single-blog .blog-img{
    overflow:hidden
}
.blog-section .single-blog .blog-img a{
    width:100%
}
.blog-section .single-blog .blog-img img{
    width:100%;
    max-height: 230px;
    height: 230px;
    object-fit: cover;
    -webkit-transition:all .3s ease;
    transition:all .3s ease
}
.blog-section .single-blog:hover .blog-img img{
    -webkit-transform:scale(1.1);
    transform:scale(1.1)
}
.blog-section .single-blog .blog-content{
    padding:20px
}
.blog-section .single-blog .blog-content .category{
    font-size:14px;
    color:#888;
    display:inline-block;
    font-weight:500
}
.blog-section .single-blog .blog-content h4{
    display:block;
    margin-top:10px;
    line-height:28px
}
.blog-section .single-blog .blog-content h4 a{
    font-size:19px;
    color: var(--bg-new);
    display:inline-block;
    font-weight:700
}
.blog-section .single-blog .blog-content h4 a:hover{
    color:var(--bg-new)
}
.blog-section .single-blog .blog-content p{
    display:block;
    margin-top:20px
}
.blog-section .single-blog .blog-content .button{
    margin-top:25px
}
.blog-section .single-blog .blog-content .button .btn{
    background-color:transparent;
    border:2px solid var(--bg-new);;
    color:#081828
}
.blog-section .single-blog .blog-content .button .btn:hover{
    background-color:var(--bg-new);
    color:var(--white-color);
    border-color:transparent
}
.blog-list{
    background:#f9f6f1
}

.blog-list .single-blog{
    margin:0
}
.blog-list .single-blog{
    height: 100%;
}
.blog-single{
    background:#f9f6f1
}
.blog-single .single-inner .main-content-head{
    border:1px solid #eee;
    border-radius:4px;
    overflow:hidden
}
.blog-single .meta-information{
    background-color:var(--white-color);
    padding:20px 40px
}

.blog-single .meta-info{
    margin-top:5px
}
.blog-single .meta-info li{
    font-size:14px;
    display:inline-block;
    margin-right:15px;
    padding-right:15px;
    position:relative
}

.blog-single .meta-info li:last-child{
    margin:0;
    padding:0
}
.blog-single .meta-info li a{
    color:#888;
    font-size:14px;
    font-weight:500
}
.blog-single .meta-info li a i{
    display:inline-block;
    margin-right:5px;
    font-size:15px
}
.blog-single .meta-info li a:hover{
    color:var(--bg-new);
}
.blog-single .post-thumbnils{
    position:relative;
    overflow:hidden;
    border-radius:0
}
.blog-single .post-thumbnils img{
    width:100%;
    max-height: 500px;
    object-fit: cover;
}
.blog-single .detail-inner{
    background-color:var(--white-color);
    padding:40px;
    padding-top:10px
}

.blog-single .post-title{
    font-weight:700;
    margin-bottom:10px;
    line-height:32px;
    display:inline-block
}

.blog-single .post-title a{
    font-size:22px;
    font-weight:600;
    display:inline-block
}


.blog-single .post-title a:hover{
    color:var(--bg-new);
}
.blog-single p{
    font-size:14px;
    margin:20px 0;
    line-height:26px
}
.blog-single p:first-child{
    margin-top:0
}
.blog-single h3{
    font-size:20px;
    margin-bottom:20px;
    font-weight:600;
    line-height:28px
}
.blog-single .list{
    margin:30px 0
}
.blog-single .list li{
    display:block;
    margin-bottom:15px;
    position:relative;
    padding-left:25px
}
.blog-single .list li:last-child{
    margin-bottom:0
}
.blog-single .list li i{
    position:absolute;
    left:0;
    top:4px;
    color:var(--white-color);
    font-size:15px;
    color:var(--bg-new);
}
blockquote{
    position:relative;
    color:var(--white-color);
    font-weight:400;
    clear:both;
    z-index:1;
    margin:40px 0;
    text-align:center;
    padding:45px 40px 35px;
    background-color:var(--white-color);
    border-radius:0;
    border:1px solid #e2e2e2;
    border-radius:4px
}

blockquote .icon{
    position:absolute;
    top:-25px;
    left:50%;
    margin-left:-25px
}
blockquote .icon i{
    font-size:22px;
    color:var(--white-color);
    display:block;
    margin-bottom:20px;
    height:50px;
    width:50px;
    line-height:50px;
    background:var(--bg-new);
    border-radius:50%;
    display:inline-block
}

blockquote h4{
    font-weight:500;
    font-size:15px;
    line-height:24px;
    color:#081828
}

blockquote span{
    font-size:13px;
    display:block;
    margin-top:20px;
    color:#888
}
.post-bottom-area{
    margin-top:30px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}

.post-bottom-area .post-tag ul li{
    display:inline-block;
    margin-right:10px
}
.post-bottom-area .post-tag ul li:last-child{
    margin:0
}
.post-bottom-area .post-tag ul li a{
    color:#888
}
.post-bottom-area .post-tag ul li a:hover{
    color:var(--bg-new);
}

.post-bottom-area .post-social-media .share-title{
    font-weight:500;
    font-size:14px;
    display:inline-block;
    color:#888
}
.post-bottom-area .post-social-media ul{
    display:inline-block;
    margin-left:10px
}
.post-bottom-area .post-social-media ul li{
    display:inline-block;
    margin-right:15px
}
.post-bottom-area .post-social-media ul li a{
    font-size:16px;
    color:#999;
    position:relative
}
.post-bottom-area .post-social-media ul li a:hover{
    color:var(--bg-new);
}
.post-bottom-area .post-social-media ul li a span{
    background-color:var(--bg-new);
    color:var(--white-color);
    font-size:12px;
    font-weight:400;
    padding:4px 10px;
    border-radius:4px;
    position:absolute;
    left:50%;
    top:-30px;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    opacity:0;
    visibility:hidden;
    -webkit-transition:all .4s ease;
    transition:all .4s ease
}
.post-bottom-area .post-social-media ul li a span::before{
    position:absolute;
    content:"";
    left:50%;
    margin-left:-5px;
    bottom:-10px;
    border:5px solid var(--bg-new);
    border-bottom-color:transparent;
    border-right-color:transparent;
    border-left-color:transparent
}
.post-bottom-area .post-social-media ul li a:hover span{
    opacity:1;
    visibility:visible;
    top:-35px
}
.post-comments{
    background-color:var(--white-color);
    padding:40px;
    margin-top:30px;
    border-radius:4px;
    overflow:hidden;
    border:1px solid #eee
}
.comment-title{
    font-size:17px!important;
    font-weight:600!important;
    margin-bottom:30px!important;
    position:relative;
    z-index:1;
    text-transform:capitalize
}
.post-comments .comments-list li{
    padding:30px;
    padding-left:130px;
    position:relative;
    font-size:14px;
    border-radius:4px;
    border:1px solid #eee
}

.post-comments .comments-list li .comment-img{
    position:absolute;
    left:30px;
    width:70px;
    height:70px;
    overflow:hidden
}

.post-comments .comments-list li .comment-img img{
    max-width:70px;
    max-height:70px;
    border-radius:50%
}
.post-comments .comments-list li .comment-desc .desc-top{
    margin-bottom:20px;
    position:relative;
    display:block
}
.post-comments .comments-list li .comment-desc .desc-top h6{
    font-size:15px;
    margin-bottom:5px;
    font-weight:500
}
.post-comments .comments-list li .comment-desc .desc-top span.date{
    font-size:14px;
    font-weight:400
}
.post-comments .comments-list li .comment-desc .desc-top .reply-link{
    position:absolute;
    right:0;
    top:0;
    display:inline-block;
    font-size:13px;
    font-weight:500;
    z-index:2;
    background-color:transparent;
    border-radius:5px;
    color:#888
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link:hover{
    color:var(--bg-new);
}
.post-comments .comments-list li .comment-desc .desc-top .reply-link i{
    margin-right:5px;
    font-size:16px;
    position:relative;
    top:1px
}
.post-comments .comments-list li .comment-desc p{
    font-weight:400;
    margin-bottom:0;
    font-size:14px
}
.post-comments .comments-list li.children{
    margin-left:130px
}

.post-comments .comments-list li:not(:first-child){
    padding-top:30px;
    margin-top:30px;
    border-top:1px solid #eee
}
.comment-form{
    background-color:var(--white-color);
    padding:40px;
    margin-top:30px;
    border-radius:4px;
    overflow:hidden;
    border:1px solid #eee
}
.comment-reply-title{
    font-size:17px!important;
    font-weight:600!important;
    margin-bottom:30px!important;
    position:relative;
    z-index:1;
    text-transform:capitalize
}
.comment-form form .form-box{
    position:relative
}
.comment-form form .form-box .icon{
    position:absolute;
    top:17px;
    right:25px;
    font-size:16px
}
.comment-form form .form-box .form-control-custom{
    border:none;
    background:var(--white-color);
    font-size:14px;
    color: var(--bg-new);
    padding:0 25px;
    font-weight:500;
    height:50px;
    border:1px solid #eee;
    margin-bottom:20px;
    font-size:14px;
    font-weight:400;
    border-radius:4px
}
.comment-form form .form-box .form-control-custom:focus{
    border-color:var(--bg-new);
}
.comment-form form .form-box textarea.form-control-custom{
    height:200px;
    padding:25px
}
.comment-form form .form-box .form-control-custom::-webkit-input-placeholder{
    font-size:14px;
    color:#888;
    font-weight:400
}
.comment-form form .form-box .form-control-custom:-ms-input-placeholder{
    font-size:14px;
    color:#888;
    font-weight:400
}
.comment-form form .form-box .form-control-custom::-ms-input-placeholder{
    font-size:14px;
    color:#888;
    font-weight:400
}
.comment-form form .form-box .form-control-custom::placeholder{
    font-size:14px;
    color:#888;
    font-weight:400
}
.sidebar .widget{
    padding:35px;
    background-color:var(--white-color);
    margin-bottom:30px;
    border-radius:4px;
    border:1px solid #e7e7e7;
    overflow:hidden
}

.sidebar .widget:last-child{
    margin-bottom:0
}
.sidebar .widget .widget-title{
    font-size:16px;
    margin-bottom:25px;
    position:relative;
    font-weight:700;
    line-height:28px;
    z-index:1;
    border-bottom: 1px solid var(--bg-new);
    padding-bottom: 5px;
}
.sidebar .widget.search-widget form{
    position:relative;
}
.sidebar .widget.search-widget form input{
    width:100%;
    background-color:transparent;
    height:55px;
    border:none;
    padding:0 70px 0 30px;
    font-size:14px;
    font-weight:400;
    border-radius:4px;
    border:1px solid #eee
}
.sidebar .widget.search-widget form input::-webkit-input-placeholder{
    color:#333
}
.sidebar .widget.search-widget form input:-ms-input-placeholder{
    color:#333
}
.sidebar .widget.search-widget form input::-ms-input-placeholder{
    color:#333
}
.sidebar .widget.search-widget form input::placeholder{
    color:#333
}
.sidebar .widget.search-widget form button{
    border:none;
    position:absolute;
    right:7px;
    top:6px;
    width:42px;
    height:42px;
    z-index:1;
    color:var(--white-color)!important;
    font-size:18px;
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    color:var(--white-color);
    border-radius:4px;
    padding:0!important;
    border:none;
    background:var(--bg-new);
}
.sidebar .widget.search-widget form button:hover{
    background-color: var(--bg-new);
    color:var(--white-color)
}
.sidebar .widget.popular-feeds .single-popular-feed{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-bottom:25px;
    padding-bottom:25px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border-bottom:1px solid #eee
}
.sidebar .widget.popular-feeds .single-popular-feed:last-child{
    border:none;
    margin-bottom:0;
    padding-bottom:0
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc{
    position:relative;
    padding-left:100px;
    min-height:82px
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory{
    font-size:13px;
    border-radius:4px;
    display:inline-block;
    margin-bottom:10px;
    font-weight:500;
    color:#888
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory:hover{
    color:var(--bg-new);
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .feed-img{
    position:absolute;
    left:0;
    top:5px;
    overflow:hidden
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .feed-img img{
    width:80px;
    border-radius:4px;
    height:80px
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title{
    margin-bottom:8px;
    line-height:1.5
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a{
    font-size:14px;
    font-weight:500
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover{
    color:var(--bg-new);
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time{
    font-weight:400;
    font-size:13px;
    display:block
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i{
    margin-right:7px;
    font-size:16px
}
.sidebar .widget.categories-widget ul li:last-child{
    margin-bottom:0
}
.sidebar .widget.categories-widget ul li{
    margin-bottom:12px
}
.sidebar .widget.categories-widget ul li:last-child{
    margin:0
}
.sidebar .widget.categories-widget ul li span{
    display:inline-block
}
.sidebar .widget.categories-widget ul li a{
    font-size:14px;
    font-weight:500;
    display:inline-block;
    margin-right:5px;
    color:#888
}
.sidebar .widget.categories-widget ul li a:hover{
    color:var(--bg-new);
}
.sidebar .widget.popular-tag-widget{
    padding-bottom:35px
}
.popular-tag-widget .tags>a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding:7px 15px;
    text-transform:capitalize;
    font-size:13px;
    font-weight:400;
    background:var(--bg-new);
    margin-right:5px;
    margin-bottom:10px;
    color:var(--white-color);
    background:0 0;
    color:#888;
    border:1px solid #eee;
    border-radius:4px
}
.popular-tag-widget .tags>a:hover{
    background-color:var(--bg-new);
    color:var(--white-color);
    border-color:transparent
}
.brands{
    padding:90px 0;
    background-image: url(../images/quran.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -1;
    background-attachment: fixed;
}
.brands::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: -1;
}
.brands #tns2>.tns-item{
    padding-right:28px
}
.brands .title{
    text-align:center;
    font-size:30px;
    font-weight:700;
    color: var(--white-color);
    margin-bottom:34px;
}

.brands .brands-logo-wrapper{
    border:1px solid #eee
}
.brands .brands-logo-wrapper .brands-logo-carousel .brand-logo{
    padding:20px;
    text-align:center;
    margin:0;
    border-right:1px solid #eee
}
.brands .brands-logo-wrapper .brands-logo-carousel .brand-logo img{
    width:100px;
    opacity:.8;
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s
}
.brands .brands-logo-wrapper .brands-logo-carousel .brand-logo img:hover{
    opacity:1
}
.team{
    background-color:var(--white-color)
}
.single-team {
    box-shadow: inset 0 0 0 4px var(--bg-new);
    color: var(--bg-new);
    transition: color 0.25s 0.0833333333s;
    position: relative;
  }
  .single-team::before, .single-team::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
  }
  .single-team::before {
    border-bottom-width: 4px;
    border-left-width: 4px;
  }
  .single-team::after {
    border-top-width: 4px;
    border-right-width: 4px;
  }
  .single-team:hover {
    color: var(--yellow);
  }
  .single-team:hover::before, .single-team:hover::after {
    border-color: var(--yellow);
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
  }
  .single-team:hover::before {
    transition-delay: 0s, 0s, 0.25s;
  }
  .single-team:hover::after {
    transition-delay: 0s, 0.25s, 0s;
  }
.team .single-team{
    text-align:center;
    margin-top:30px;
    border:1px solid #eee;
    border-radius:4px;
    padding:35px;
    -webkit-transition:all .4s ease;
    transition:all .4s ease
}
.team .single-team:hover{
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,.123);
    box-shadow:0 5px 10px rgba(0,0,0,.123)
}
.team .single-team:hover .image img{
    border-color: var(--yellow);
}
.team .single-team .image img{
    height:150px;
    width:150px;
    border-radius:50%;
    border:1px solid var(--bg-new);
    display:inline-block;
    padding:5px;
    transition: 0.3s;
}
.team .single-team .content{
    margin-top:20px
}
.team .single-team .content h3{
    color:#777;
    font-size:20px;
}
.team .single-team .content h5{
    font-size:13px;
    margin-top:5px;
    color:#888
}
.team .single-team .content .social{
    margin-top:20px
}
.team .single-team .content .social li{
    display:inline-block;
    margin-right:4px
}
.team .single-team .content .social li:last-child{
    margin:0
}
.team .single-team:hover .content .social li a{
    border-color: var(--yellow);
}
.team .single-team .content .social li a{
    height:35px;
    width:35px;
    line-height:32px;
    text-align:center;
    border:1px solid var(--bg-new);
    color:#444;
    border-radius:50%;
    font-size:14px
}
.team .single-team .content .social li a:hover{
    border-color:transparent;
    color:var(--white-color);
    background-color:var(--yellow);
}
.item-details{
    background-color:#f9f6f1
}
.item-details .top-area{
    background-color:var(--white-color);
    padding:30px;
    border:1px solid #eee;
    border-radius:4px
}
.item-details .product-images img{
    width:100%;
    cursor:pointer;
    border:1px solid #eee;
    border-radius:4px;
    overflow:hidden;
    padding:5px
}
.item-details .product-images .images{
    display:-ms-grid;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    grid-gap:1em 1em;
    margin-top:1em
}

@-webkit-keyframes fadeIn{
    to{
        opacity:1
    }
}
@keyframes fadeIn{
    to{
        opacity:1
    }
}
.item-details .product-images .fade-in{
    -webkit-animation:fadeIn .5s ease-in 1 forwards;
    animation:fadeIn .5s ease-in 1 forwards
}
.item-details .product-info{
    padding-left:30px
}

.item-details .product-info .title{
    font-size:22px;
    font-weight:600;
    margin-bottom:10px
}

.item-details .product-info .category{
    display:block;
    margin-bottom:15px
}
.item-details .product-info .category i{
    display:inline-block;
    margin-right:5px;
    color:#888
}
.item-details .product-info .category a{
    color:#888;
    font-weight:400;
    display:inline-block;
    margin-left:5px
}
.item-details .product-info .category a:hover{
    color:var(--bg-new);
}
.item-details .product-info .price{
    color: var(--bg-new);
    display:block;
    font-size:24px;
    font-weight:600;
}

.item-details .product-info .price span{
    display:inline-block;
    margin-left:15px;
    color:#888;
    text-decoration:line-through;
    font-size:23px;
    font-weight:500
}

.item-details .product-info .info-text{
    margin-bottom:20px;
    margin-top: 20px;
    border-bottom:1px solid #eee
}
.item-details .product-info .form-group{
    margin-top:20px
}
.item-details .product-info .form-group.color-option .title-label{
    display:block!important
}
.item-details .product-info .form-group.color-option .single-checkbox{
    margin-top:8px;
    display:inline-block;
    margin-right:5px
}
.item-details .product-info .form-group.color-option .single-checkbox:last-child{
    margin-right:0
}
.item-details .product-info .form-group.color-option .single-checkbox label{
    font-size:16px;
    margin-bottom:0;
    position:relative;
    bottom:-2px
}
.item-details .product-info .form-group.color-option .single-checkbox input[type=checkbox]{
    display:none
}
.item-details .product-info .form-group.color-option .single-checkbox input[type=checkbox]+label span{
    border-color:var(--bg-new);
    width:18px;
    height:18px;
    border-radius:50%;
    cursor:pointer;
    position:relative;
    display:inline-block;
    margin:0 5px -3px 0;
    border:1px solid #d5d5d5
}
.item-details .product-info .form-group.color-option .single-checkbox input[type=checkbox]+label span::before{
    position:absolute;
    content:'';
    top:50%;
    left:50%;
    width:18px;
    height:18px;
    -webkit-transition:all .4s ease;
    transition:all .4s ease;
    -webkit-transform:scale(0);
    transform:scale(0);
    font-size:10px;
    line-height:1.2;
    background-color:var(--bg-new);
    font-family:lineicons;
    content:"\ea5b";
    padding-left:0;
    padding-top:3px;
    border-radius:50%;
    margin-top:-9px;
    margin-left:-9px;
    text-align:center
}
.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-1 input[type=checkbox]+label span{
    border:2px solid #081828
}
.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-1 input[type=checkbox]+label span::before{
    background-color:#081828
}
.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-2 input[type=checkbox]+label span{
    border:2px solid var(--bg-new);
}
.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-2 input[type=checkbox]+label span::before{
    background-color:var(--bg-new);
}
.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-3 input[type=checkbox]+label span{
    border:2px solid #ca0f05
}
.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-3 input[type=checkbox]+label span::before{
    background-color:#ca0f05
}
.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-4 input[type=checkbox]+label span{
    border:2px solid #029c07
}
.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-4 input[type=checkbox]+label span::before{
    background-color:#029c07
}
.item-details .product-info .form-group.color-option .single-checkbox input[type=checkbox]:checked+label span{
    border-color:transparent
}
.item-details .product-info .form-group.color-option .single-checkbox input[type=checkbox]:checked+label span::before{
    -webkit-transform:scale(1);
    transform:scale(1);
    border-radius:50%;
    color:var(--white-color)
}
.item-details .product-info .form-group input:focus{
    outline:0
}
.item-details .product-info .form-group select:focus{
    text-decoration:none;
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none
}
.item-details .product-info .form-group label{
    margin-bottom:8px;
    font-size:13px;
    font-weight:500
}
.item-details .product-info .form-group select.form-control{
    padding-right:38px;
    padding-left:15px;
    background-position:center right 17px;
    background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat:no-repeat;
    background-size:10px 10px
}
.item-details .product-info .form-group select.form-control:not([size]):not([multiple]){
    height:46px;
    font-size:14px;
    font-weight:500;
    border:1px solid var(--bg-new)
}

.item-details .product-info .cart-button{
    width:100%
}
.item-details .product-info .cart-button .btn{
    width:100%;
    height:46px;
    padding:0
}
.quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
}

.quantity-input {
    width: 60px;
    height: 40px;
    text-align: center;
    border: 2px solid var(--bg-new);
    margin: 0 5px;
    border-radius: 5px;
    font-size: 16px;
}

.quantity-wrapper .btn {
    font-size: 16px;
    height: 40px;
    width: 40px;
    border: 2px solid var(--bg-new);
}
.quantity-wrapper .btn:hover {
    background-color: var(--bg-new);
    color: var(--white-color);
}

@media (max-width: 768px) {
    .quantity-wrapper {
        width: 120px;
    }
    
    .quantity-input {
        width: 50px;
        height: 36px;
    }

    .btn {
        font-size: 14px;
        padding: 0.2rem 0.6rem;
    }
}

@media (max-width: 576px) {
    .quantity-wrapper {
        width: 100px;
    }
    
    .quantity-input {
        width: 45px;
        height: 34px;
    }

    .btn {
        font-size: 12px;
        padding: 0.15rem 0.5rem;
    }
}

.item-details .product-info .list-info{
    border-top:1px solid #eee;
    margin-top:30px;
    padding-top:30px
}
.item-details .product-info .list-info h4{
    font-size:20px;
    font-weight:500;
    display:block;
    margin-bottom:15px
}
.item-details .product-info .list-info ul li{
    display:block;
    margin-bottom:6px
}
.item-details .product-info .list-info ul li:last-child{
    margin:0
}
.item-details .product-info .list-info ul li span{
    display:inline-block;
    font-weight:500;
    min-width:100px
}
.item-details .product-info .bottom-content{
    margin-top:20px
}
.item-details .product-info .social-share{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    position:relative;
    margin-top:-5px
}

.item-details .product-info .social-share h4{
    font-size:13px;
    font-weight:500;
    color:#666;
    display:inline-block;
    margin-right:13px;
    position:relative;
    top:11px
}
.item-details .product-info .social-share ul{
    display:inline-block;
    float:right
}

.item-details .product-info .social-share ul li{
    display:inline-block;
    margin-right:2px;
    margin-top:5px
}
.item-details .product-info .social-share ul li:last-child{
    margin-right:0
}
.item-details .product-info .social-share ul li a{
    height:30px;
    width:30px;
    text-align:center;
    display:block;
    border-radius:4px;
    border:1px solid #eee;
    background-color:var(--white-color);
    color:var(--bg-new);
    line-height:30px;
    font-size:12px
}
.item-details .product-info .social-share ul li a.facebook{
    color:#3b5999
}
.item-details .product-info .social-share ul li a.facebook:hover{
    border-color:transparent;
    background-color:#3b5999;
    color:var(--white-color)
}
.item-details .product-info .social-share ul li a.twitter{
    color:#55acee
}
.item-details .product-info .social-share ul li a.twitter:hover{
    border-color:transparent;
    background-color:#55acee;
    color:var(--white-color)
}
.item-details .product-info .social-share ul li a.google{
    color:#dd4b39
}
.item-details .product-info .social-share ul li a.google:hover{
    border-color:transparent;
    background-color:#dd4b39;
    color:var(--white-color)
}
.item-details .product-info .social-share ul li a.linkedin{
    color:#0077b5
}
.item-details .product-info .social-share ul li a.linkedin:hover{
    border-color:transparent;
    background-color:#0077b5;
    color:var(--white-color)
}
.item-details .product-info .social-share ul li a.pinterest{
    color:#bd081c
}
.item-details .product-info .social-share ul li a.pinterest:hover{
    border-color:transparent;
    background-color:#bd081c;
    color:var(--white-color)
}
.product-details-info {
    margin-top: 40px;
}
.product-details-info .nav.nav-pills,
.checkout-steps-form-style-1 .nav.nav-pills {
    background-color: #fff;
    padding: 20px;
    justify-content: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #fff;
    background-color: var(--bg-new);
    border-radius: 4px;
}
.nav-pills .nav-link{
    color: var(--bg-new);
}
.product-details-info .single-block{
    background-color:var(--white-color);
    padding:30px;
    border:1px solid #eee;
    border-radius:4px;
    margin:30px 0 60px 0;
}
.product-details-info .info-body h4{
    font-size:18px;
    font-weight:500;
    margin-bottom:20px
}
.product-details-info .info-body p{
    margin:20px 0
}
.product-details-info .info-body .features li{
    display:block;
    margin-bottom:12px;
    position:relative;
    padding-left:15px
}
.product-details-info .info-body .features li::before{
    position:absolute;
    content:"";
    left:0;
    top:8px;
    height:6px;
    width:6px;
    background-color:var(--bg-new);
    border-radius:6px
}
.product-details-info .info-body .features li:last-child{
    margin:0
}
.product-details-info .info-body .normal-list{
    margin-bottom:30px
}
.product-details-info .info-body .normal-list:last-child{
    margin-bottom:0
}
.product-details-info .info-body .normal-list li{
    display:block;
    margin-bottom:12px;
    position:relative
}
.product-details-info .info-body .normal-list li span{
    font-weight:500;
    color:#555
}
.product-details-info .info-body .normal-list li:last-child{
    margin:0
}
.product-details-info .give-review h4{
    font-size:20px;
    font-weight:500;
    margin-bottom:30px
}
.product-details-info .give-review ul li{
    display:block;
    margin-bottom:12px
}
.product-details-info .give-review ul li span{
    color:#666;
    display:inline-block;
    margin-right:8px;
    min-width:80px
}
.product-details-info .give-review ul li i{
    display:inline-block;
    color:#ffa000;
    font-size:14px
}
.product-details-info .give-review .review-btn{
    margin-top:30px;
    padding:12px 30px;
    width:100%;
    background-color:#ffa000;
    color:var(--white-color);
    font-size:14px;
    font-weight:500;
    border-radius:4px;
    -webkit-transition:all .4s ease;
    transition:all .4s ease
}
.product-details-info .give-review .review-btn:hover{
    color:var(--white-color);
    background-color:#081828
}
.product-details-info .reviews .title{
    font-size:20px;
    font-weight:500;
    margin-bottom:30px
}
.product-details-info .reviews .single-review{
    position:relative;
    padding-left:80px;
    margin-bottom:30px
}

.product-details-info .reviews .single-review:last-child{
    margin-bottom:0
}
.product-details-info .reviews .single-review img{
    height:60px;
    width:60px;
    border-radius:50%;
    position:absolute;
    left:0;
    top:0
}

.product-details-info .reviews .single-review .review-info{
    position:relative;
    border:1px solid #eee;
    border-radius:4px;
    padding:25px
}

.product-details-info .reviews .single-review .review-info::before{
    position:absolute;
    top:12px;
    right:100%;
    width:0;
    height:0;
    border:solid transparent;
    content:'';
    pointer-events:none;
    margin-top:9px;
    border-width:10px;
    border-color:transparent;
    border-right-color:#e5e5e5
}

.product-details-info .reviews .single-review .review-info::after{
    position:absolute;
    top:12px;
    right:100%;
    width:0;
    height:0;
    border:solid transparent;
    content:'';
    pointer-events:none;
    margin-top:10px;
    border-width:9px;
    border-color:transparent;
    border-right-color:var(--white-color)
}

.product-details-info .reviews .single-review .review-info h4{
    font-size:16px;
    font-weight:500
}

.product-details-info .reviews .single-review .review-info h4 span{
    font-size:14px;
    display:block;
    color:#888;
    margin-top:7px
}
.product-details-info .reviews .single-review .review-info .stars{
    margin-top:8px
}
.product-details-info .reviews .single-review .review-info .stars li{
    display:inline-block;
    color:#ffa000;
    font-size:14px
}
.product-details-info .reviews .single-review .review-info p{
    margin-top:15px
}
.review-modal .modal-dialog{
    max-width:600px
}
.review-modal .modal-header{
    padding:25px
}
.review-modal .modal-header h5{
    font-size:20px;
    font-weight:500
}
.review-modal .modal-body{
    padding:25px
}
.review-modal .modal-body .form-group{
    margin-bottom:15px
}
.review-modal .modal-body .form-group label{
    color:#888;
    font-size:13px;
    margin-bottom:5px;
    display:block
}
.review-modal .modal-body .form-group input{
    height:45px;
    width:100%;
    border:1px solid #eee;
    border-radius:4px;
    padding:0 18px;
    font-size:14px
}
.review-modal .modal-body .form-group select{
    padding-right:38px;
    padding-left:15px;
    background-position:center right 17px;
    background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat:no-repeat;
    background-size:10px 10px;
    font-size:14px;
    font-weight:500
}
.review-modal .modal-body .form-group select:focus{
    text-decoration:none;
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none
}
.review-modal .modal-body .form-group select{
    height:45px;
    font-size:14px;
    font-weight:500;
    border:1px solid #e1e1e1
}
.review-modal .modal-body .form-group select:focus{
    text-decoration:none;
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none
}
.review-modal .modal-body .form-group textarea{
    padding:18px;
    font-size:14px
}
.review-modal .modal-footer{
    padding:25px
}
.product-grids{
    background-color:#f9f6f1
}
.product-grids .product-grid-topbar{
    padding:15px 20px;
    background-color:var(--bg-new);
    border-radius:4px;
    border:1px solid #eee;
    padding-right:15px
}
.product-sorting {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-sorting .sort-by {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-grids .product-grid-topbar .product-sorting .sort-by label{
    display:inline-block;
    margin:0;
    padding:8px 5px 8px 0;
    color:#fff;
    font-size:14px;
    font-weight:400;
    width: 100%;
}
.product-grids .product-grid-topbar .product-sorting .sort-by .form-control{
    width:100%;
    max-width:186px;
    margin-right:10px;
    display:inline-block
}
.product-grids .product-grid-topbar .product-sorting .sort-by select.form-control:not([size]):not([multiple]){
    height:42px;
    font-size:14px;
    font-weight:400;
    border:1px solid #eee;
    padding-right:48px;
    background-position:center right 17px;
    background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat:no-repeat;
    background-size:10px 10px
}
.product-grids .product-grid-topbar .product-sorting select.form-control:not([size]):not([multiple]):focus{
    text-decoration:none;
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none
}
.product-grids .product-grid-topbar .product-sorting .total-show-product{
    display:inline-block;
    color:#fff;
    font-weight:400;
    font-size:14px
}

.product-grids .product-grid-topbar .nav{
    border:none;
    float:right
}

.product-grids .product-grid-topbar .nav button{
    border:none;
    padding:5px 10px;
    border:1px solid #eee;
    border-radius:4px;
    margin-right:6px;
    font-size:16px
}
.product-grids .product-grid-topbar .nav button.active{
    background-color:var(--bg-new);
    border-color:transparent;
    color:var(--white-color)
}
.product-grids .product-grid-topbar .nav button:last-child{
    margin:0
}
.product-sidebar .single-widget{
    background-color:var(--white-color);
    padding:30px;
    border:1px solid #eee;
    border-radius:4px;
    margin-bottom:30px
}
.product-sidebar .single-widget:last-child{
    margin-bottom:0
}
.product-sidebar .single-widget h3{
    position:relative;
    margin-bottom:24px;
    padding-bottom:12px;
    border-bottom:1px solid var(--bg-new);
    color:#232323;
    font-size:16px;
    font-weight:700
}
.product-sidebar .single-widget.search form{
    position:relative
}
.product-sidebar .single-widget.search form input{
    height:50px;
    width:100%;
    border:1px solid #eee;
    border-radius:6px;
    color: var(--bg-new);
    padding:0 15px;
    padding-right:50px
}
.product-sidebar .single-widget.search form button{
    height:40px;
    width:40px;
    text-align:center;
    display:block;
    border-radius:6px;
    border:none;
    background-color:transparent;
    color: var(--bg-new);
    position:absolute;
    right:5px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transition:all .4s ease;
    transition:all .4s ease;
    font-size:16px
}
.product-sidebar .single-widget.search form button:hover{
    color:var(--bg-new);
}
.product-sidebar .single-widget.range input{
    color: var(--bg-new);
    cursor:pointer
}
.product-sidebar .single-widget.range ::-webkit-input-placeholder{
    color: var(--bg-new);
    opacity:1
}
.product-sidebar .single-widget.range :-ms-input-placeholder{
    color: var(--bg-new);
    opacity:1
}
.product-sidebar .single-widget.range ::-ms-input-placeholder{
    color: var(--bg-new);
    opacity:1
}
.product-sidebar .single-widget.range ::placeholder{
    color: var(--bg-new);
    opacity:1
}
.product-sidebar .single-widget.range :-ms-input-placeholder{
    color:#081828
}
.product-sidebar .single-widget.range ::-ms-input-placeholder{
    color:#081828
}
.product-sidebar .single-widget.range .range-inner{
    position:relative;
    padding-left:15px
}
.product-sidebar .single-widget.range label{
    color: var(--bg-new);
    display:inline-block;
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    font-size:15px
}
.product-sidebar .single-widget.range #rangePrimary{
    display:inline-block;
    border:none
}
.product-sidebar .single-widget.range input[type=range]::-webkit-slider-thumb{
    background:var(--bg-new)!important;
}
.product-sidebar .single-widget.range input[type=range]::-moz-range-thumb{
    background:var(--bg-new)!important;
}
.product-sidebar .single-widget.range input[type=range]::-ms-thumb{
    background:var(--bg-new)!important;
}
.product-sidebar .single-widget.condition .form-check{
    display:block;
    margin-bottom:10px
}
.product-sidebar .single-widget.condition .form-check:last-child{
    margin:0
}
.product-sidebar .single-widget.condition .form-check-label{
    cursor:pointer
}
.product-sidebar .single-widget.condition .form-check-input{
    cursor:pointer;
    margin-top:4px
}
.product-sidebar .single-widget.condition .form-check-input:checked{
    background-color:var(--bg-new);
    border-color:var(--bg-new);
}
.product-sidebar .single-widget .list>li{
    margin-bottom:12px
}
.product-sidebar .single-widget .list>li .sub-category-list{
    margin-left:20px;
}
.product-sidebar .single-widget .list>li .sub-category-list i{
    font-size: 10px;
}

.product-sidebar .single-widget .list li:last-child{
    margin:0
}
.product-sidebar .single-widget .list li a{
    color:#666;
    position:relative;
    font-weight:400;
    font-size:14px;
    display:inline-block;
    margin-right:3px
}
.product-sidebar .single-widget .list li a:hover{
    color:var(--bg-new)
}
.product-sidebar .single-widget .list li span{
    display:inline-block;
    font-weight:400;
    font-size:14px
}
.product-sidebar .single-widget.banner a img{
    width:100%
}
.cart-list-head{
    border-radius:4px;
    overflow:hidden;
    border:1px solid #eee
}
.cart-list-title{
    background-color:var(--white-color);
    padding:18px 20px;
    border-bottom:1px solid #eee
}

.cart-list-title p{
    color: var(--bg-new);
    font-weight:500;
    font-size:14px
}

.cart-single-list .remove-item{
    color:var(--white-color);
    background-color:#f44336;
    font-size:8px;
    height:20px;
    width:20px;
    line-height:20px;
    border-radius:50%;
    text-align:center
}

.cart-single-list .remove-item:hover{
    color:var(--white-color);
    background-color:#081828
}
.cart-single-list .product-name{
    line-height:22px
}
.cart-single-list .product-name a{
    font-size:14px;
    color:#333;
    font-weight:500
}
.cart-single-list .product-des{
    display:block
}
.cart-single-list .product-des span{
    font-size:13px;
    font-weight:500;
    display:block
}
.cart-single-list .product-des span em{
    font-style:normal;
    color:#555
}
.cart-single-list{
    padding:30px 20px;
    background-color:var(--white-color);
    border-bottom:1px solid #eee
}
.cart-single-list:last-child{
    border:none!important;
    border-radius:0 0 4px 4px
}
.cart-single-list a:hover{
    color:var(--bg-new)
}
.shopping-cart{
    background-color:#f9f6f1
}
.shopping-cart .total-amount .right ul li{
    font-size:14px;
    font-weight:500;
    color: var(--bg-new);
    margin-bottom:12px
}
.shopping-cart .total-amount .right ul li span{
    display:inline-block;
    float:right
}
.shopping-cart .total-amount .coupon{
    padding:40px;
    border:1px solid #eee;
    background-color:var(--white-color);
    border-radius:4px;
    margin-top:40px;
    display:inline-block
}

.shopping-cart .total-amount .coupon input{
    width:300px;
    height:46px;
    border:1px solid #ddd;
    overflow:hidden;
    border-radius:4px;
    color:#333;
    padding:0 20px;
    display:inline-block
}

.shopping-cart .total-amount .coupon .button{
    display:inline-block
}

.shopping-cart .total-amount .coupon button{
    border:none;
    height:46px;
    display:inline-block;
    margin-left:8px;
    position:relative;
    top:-2px
}

.shopping-cart .total-amount .right{
    padding:40px;
    border:1px solid #eee;
    background-color:var(--white-color);
    border-radius:4px;
    margin-top:40px
}

.shopping-cart .total-amount .right .button{
    margin-top:30px
}
.shopping-cart .total-amount .right .btn{
    width:100%;
    margin-bottom:8px;
    text-align:center;
    padding:12px 20px
}
.shopping-cart .total-amount .right .btn:last-child{
    margin:0
}

.shopping-cart select.form-control:not([size]):not([multiple]){
    height:46px;
    border:1px solid #dbdbdb;
    border-radius:4px;
    width:120px
}

.shopping-cart select.form-control:not([size]):not([multiple]):focus{
    text-decoration:none;
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none
}
.shopping-cart select.form-control{
    padding-right:38px;
    background-position:center right 17px;
    background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat:no-repeat;
    background-size:10px 10px
}
.shopping-cart .form-control{
    padding:0 18px;
    -webkit-transition:color .25s,background-color .25s,border-color .25s;
    transition:color .25s,background-color .25s,border-color .25s;
    border:1px solid #e0e0e0;
    border-radius:4px;
    background-color:var(--white-color);
    color:#505050;
    font-size:14px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.shopping-cart .form-control:focus{
    text-decoration:none;
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none
}
.checkout-wrapper{
    background-color:#f9f6f1
}
.checkout-steps-form-style-1 #accordionExample li{
    margin-bottom:20px
}
.checkout-steps-form-style-1 #accordionExample li:last-child{
    margin:0
}
.checkout-steps-form-style-1 .title{
    font-size:15px;
    font-weight:600;
    line-height:40px;
    position:relative;
    cursor:pointer;
    border:1px solid #e6e6e6;
    border-radius:4px 4px 0 0;
    padding:8px 25px;
    color:var(--bg-new);
    background-color:var(--white-color)
}
.checkout-steps-form-style-1 .title.collapsed{
    border-radius:4px;
    color:#081828
}
.checkout-steps-form-style-1 .title:before{
    position:absolute;
    top:50%;
    right:16px;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    font-family:lineicons;
    content:"\ea5e";
    font-size:13px;
    color:#7d7d7d;
    -webkit-transition:all .3s linear;
    transition:all .3s linear
}
.checkout-steps-form-style-1 .checkout-steps-form-content{
    padding:25px;
    padding-top:0;
    border:1px solid #e6e6e6;
    border-top-color:transparent;
    background-color:var(--white-color);
    border-radius:0 0 4px 4px
}
.checkout-steps-form-style-1 .single-form{
    margin-top:16px;
    position:relative
}
.checkout-steps-form-style-1 .single-form .form-input{
    position:relative
}

.checkout-steps-form-style-1 .single-form .form-input textarea,.checkout-steps-form-style-1 .single-form .form-input input{
    width:100%;
    height:46px;
    padding:0 20px;
    border-radius:4px;
    -webkit-transition:all .3s linear;
    transition:all .3s linear;
    border:1px solid #e6e6e6
}
.checkout-steps-form-style-1 .single-form .form-input textarea:focus,.checkout-steps-form-style-1 .single-form .form-input input:focus{
    border-color:var(--bg-new);
}
.checkout-steps-form-style-1 .form-default label{
    color:#888;
    margin-bottom:8px
}
.checkout-steps-form-style-1 .select-items select.form-control:not([size]):not([multiple]){
    height:46px;
    border:1px solid #dbdbdb;
    border-radius:4px;
    width:100%
}
.checkout-steps-form-style-1 .select-items select.form-control:not([size]):not([multiple]):focus{
    text-decoration:none;
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none
}
.checkout-steps-form-style-1 .select-items select.form-control{
    padding-right:38px;
    padding-left:20px;
    background-position:center right 17px;
    background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat:no-repeat;
    background-size:10px 10px
}
.checkout-steps-form-style-1 .single-checkbox{
    margin-top:15px
}
.checkout-steps-form-style-1 .single-checkbox label{
    font-size:16px;
    margin-bottom:0;
    position:relative;
    bottom:-2px
}
.checkout-steps-form-style-1 .single-checkbox input[type=checkbox]{
    display:none
}
.checkout-steps-form-style-1 .single-checkbox input[type=checkbox]+label span{
    border-color:var(--bg-new);
    width:20px;
    height:20px;
    border-radius:4px;
    cursor:pointer;
    position:relative;
    display:inline-block;
    margin:0 5px -3px 0;
    border:1px solid #d5d5d5
}
.checkout-steps-form-style-1 .single-checkbox input[type=checkbox]+label span::before{
    position:absolute;
    content:'';
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transition:all .4s ease;
    transition:all .4s ease;
    -webkit-transform:scale(0);
    transform:scale(0);
    font-size:10px;
    line-height:1.2;
    background-color:var(--bg-new);
    font-family:lineicons;
    content:"\ea5b";
    padding-left:4px;
    padding-top:3px;
    border-radius:4px
}
.checkout-steps-form-style-1 .single-checkbox .single-checkbox input[type=checkbox]+label span{
    width:20px;
    height:20px;
    border:1px solid #e4e4e4;
    border-radius:4px;
    cursor:pointer;
    position:relative;
    display:inline-block;
    margin:0 5px -3px 0
}
.checkout-steps-form-style-1 .single-checkbox input[type=checkbox]:checked+label span{
    border-color:transparent
}
.checkout-steps-form-style-1 .single-checkbox input[type=checkbox]:checked+label span::before{
    -webkit-transform:scale(1);
    transform:scale(1);
    border-radius:4px;
    color:var(--white-color)
}
.checkout-steps-form-style-1 .single-checkbox p{
    display:inline;
    color:#777;
    padding-left:5px
}
.checkout-steps-form-style-1 .checkout-payment-option{
    margin-top:16px
}
.checkout-steps-form-style-1 .heading-6{
    font-size:14px;
    line-height:18px;
    color:#666
}
.checkout-steps-form-style-1 .payment-option-wrapper{
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-4px;
    margin-right:-4px
}
.checkout-steps-form-style-1 .single-payment-option{
    width:25%;
    margin-top:16px;
    padding:0 4px
}

.checkout-steps-form-style-1 .single-payment-option label{
    text-align:center;
    padding:12px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    margin-bottom:0;
    width:100%;
    -webkit-transition:all .3s linear;
    transition:all .3s linear;
    cursor:pointer;
    border:1px solid #eee
}
input[type=radio]{
    accent-color: var(--bg-new);
}
.checkout-steps-form-style-1 .single-payment-option input[type=radio]{
    display:none
}
.checkout-steps-form-style-1 .single-payment-option input[type=radio]:checked+label{
    border-color:var(--bg-new);
    background-color:var(--white-color)
}
.checkout-steps-form-style-1 .single-payment-option p{
    font-size:14px;
    font-weight:400;
    color:#444
}
.checkout-steps-form-style-1 .single-payment-option span{
    display:block
}
.checkout-steps-form-style-1 .single-payment-option .price{
    font-weight:500;
    font-size:15px;
    line-height:22px;
    color:#444;
    margin-top:4px
}
.checkout-steps-form-style-1 .steps-form-btn{
    margin-top:30px
}

.checkout-steps-form-style-1 .checkout-payment-form .single-form .form-input img{
    position:absolute;
    top:50%;
    right:10px;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.checkout-steps-form-style-1 .checkout-payment-form .payment-card-info .single-form{
    display:inline-block
}
.checkout-steps-form-style-1 .checkout-payment-form .payment-card-info .single-form .form-input{
    width:145px
}
.checkout-steps-form-style-1 .checkout-payment-form .payment-card-info .single-form.mm-yy .form-input{
    margin-right:15px
}
.checkout-sidebar-coupon{
    background-color:var(--white-color);
    padding:25px;
    border:1px solid #e6e6e6;
    border-radius:4px
}

.checkout-sidebar-coupon .single-form{
    position:relative
}
.checkout-sidebar-coupon .single-form .button{
    position:absolute;
    right:0;
    top:0
}
.checkout-sidebar-coupon .single-form .button .btn{
    height:46px
}
.checkout-sidebar-coupon p{
    font-size:14px;
    line-height:20px;
    color:#888;
    margin-bottom:12px
}
.checkout-sidebar-coupon input{
    width:100%;
    height:46px;
    padding:0 20px;
    border-radius:4px;
    -webkit-transition:all .3s linear;
    transition:all .3s linear;
    border:1px solid #e6e6e6;
    border-radius:4px;
    padding-right:120px
}
.checkout-sidebar-price-table{
    background-color:var(--white-color);
    padding:25px;
    border-radius:4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.checkout-sidebar-price-table .sub-total-price .total-price{
    display:-moz-flex; 
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:4px 0
}
.checkout-sidebar-price-table .price-table-btn{
    margin-top:20px
}
.checkout-sidebar-price-table .title{
    font-weight:700;
    font-size:17px;
    line-height:22px;
    color: var(--bg-new);
    padding-bottom:12px;
    margin-bottom:10px;
    border-bottom:1px solid #e6e6e6
}
.checkout-sidebar-price-table .total-payable{
    padding:8px 0;
    padding:10px 0;
    border-top:1px solid #e6e6e6;
    margin-top:10px
}
.checkout-sidebar-price-table .total-payable .payable-price{
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.checkout-sidebar-banner{
    border:1px solid #e6e6e6;
    border-radius:4px;
    overflow:hidden
}
.checkout-sidebar-banner a{
    width:100%
}
.checkout-sidebar-banner a img{
    width:100%
}
.account-login{
    background-color:#f9f6f1
}
.account-login .login-form{
    padding:42px;
    border:1px solid #e6e6e6;
    border-radius:4px;
    background-color:var(--white-color);
    -webkit-box-shadow:0 5px 40px #00000008;
    box-shadow:0 5px 40px #00000008
}
.account-login .login-form .card-body{
    padding:0
}
.account-login .login-form .title{
    margin-bottom:30px
}
.account-login .login-form .title h3{
    font-size:22px;
    font-weight:700;
    color: var(--bg-new);
    margin-bottom:10px
}
.account-login .login-form .social-login .btn{
    padding:10px 12px;
    font-size:12px;
    border-radius:4px;
    border:1px solid #eee;
    display:block;
    font-weight:600
}
.account-login .login-form .social-login .btn i{
    display:inline-block;
    margin-right:4px;
    font-size:15px
}

.account-login .login-form .social-login .facebook-btn{
    border-color:#3b5998;
    background-color:transparent;
    color:#3b5998
}
.account-login .login-form .social-login .facebook-btn:hover{
    background-color:#3b5998;
    border-color:transparent;
    color:var(--white-color)
}
.account-login .login-form .social-login .twitter-btn{
    border-color:#55acee;
    background-color:transparent;
    color:#55acee
}
.account-login .login-form .social-login .twitter-btn:hover{
    background-color:#55acee;
    border-color:transparent;
    color:var(--white-color)
}
.account-login .login-form .social-login .google-btn{
    border-color:#dd4b39;
    background-color:transparent;
    color:#dd4b39
}
.account-login .login-form .social-login .google-btn:hover{
    background-color:#dd4b39;
    border-color:transparent;
    color:var(--white-color)
}
.account-login .bottom-content{
    margin-top:25px
}
.account-login .alt-option{
    margin:30px 0;
    text-align:center;
    display:inline-block;
    position:relative;
    width:100%;
    z-index:1
}

.account-login .alt-option span{
    font-size:14px;
    background:var(--white-color);
    color:#888;
    padding:5px 15px
}
.account-login .alt-option:before{
    position:absolute;
    left:0;
    top:50%;
    height:1px;
    width:100%;
    background:#e6e6e6;
    content:"";
    z-index:-1
}
.account-login .form-group{
    margin-bottom:15px
}
.account-login .form-group label{
    display:block;
    margin-bottom:8px;
    width:100%
}
.account-login .form-group .form-control{
    padding:0 18px;
    -webkit-transition:color .25s,background-color .25s,border-color .25s;
    transition:color .25s,background-color .25s,border-color .25s;
    border:1px solid #e0e0e0;
    background-color:var(--white-color);
    color:#505050;
    font-size:14px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    height:46px;
    border-radius:4px!important;
    overflow:hidden;
    width:100%
}
.account-login .form-group .form-control:focus{
    border-color:var(--bg-new);
}
.account-login .lost-pass{
    color:#888
}
.account-login .lost-pass:hover{
    color:var(--bg-new);
}
.account-login .button{
    margin-top:30px
}
.account-login .button .btn{
    width:100%
}
.account-login .outer-link{
    display:block;
    font-size:14px;
    font-weight:500;
    color: var(--bg-new);
    margin-top:30px;
    text-align:center
}
.account-login .outer-link a{
    color:var(--bg-new);
}
.account-login .outer-link a:hover{
    text-decoration:underline
}
.register-form{
    padding:40px;
    border:1px solid #e6e6e6;
    border-radius:4px;
    background-color:var(--white-color);
    -webkit-box-shadow:0 5px 40px #00000008;
    box-shadow:0 5px 40px #00000008
}

.register-form .title{
    margin-bottom:30px
}
.register-form .title h3{
    font-size:22px;
    font-weight:700;
    color: var(--bg-new);
    margin-bottom:10px
}
.register-form .form-group label{
    display:block;
    margin-bottom:8px
}
.register-form .form-group .form-control{
    padding:0 18px;
    -webkit-transition:color .25s,background-color .25s,border-color .25s;
    transition:color .25s,background-color .25s,border-color .25s;
    border:1px solid #e0e0e0;
    background-color:var(--white-color);
    color:#505050;
    font-size:14px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    height:46px;
    border-radius:4px!important;
    overflow:hidden
}
.register-form .button{
    margin-top:10px
}

.register-form .button .btn{
    width:100%
}
.register-form .outer-link{
    display:block;
    font-size:14px;
    font-weight:500;
    color: var(--bg-new);
    margin-top:30px;
    text-align:center
}
.register-form .outer-link a{
    color:var(--bg-new);
}
.register-form .outer-link a:hover{
    text-decoration:underline
}
.contact-us{
    position:relative;
    background-color:var(--white-color)
}
.contact-us .contact-info .single-info-head{
    margin-top:30px;
    background-color:#f9f6f1;
    padding:30px;
    border:1px solid #eee;
    border-radius:4px
}

.contact-us .contact-info .single-info{
    margin-bottom:30px;
    position:relative;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
    text-align:left
}
.contact-us .contact-info .single-info:last-child{
    margin-bottom:0
}
.contact-us .contact-info .single-info i{
    font-size:30px;
    color:var(--bg-new);
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
    margin-bottom:11px
}
.contact-us .contact-info .single-info h3{
    font-size:16px;
    font-weight:600;
    color: var(--bg-new);
    margin-bottom:10px;
    -webkit-transition:all .3s ease;
    transition:all .3s ease
}
.contact-us .contact-info .single-info ul li{
    display:block;
    margin-bottom:2px;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
    font-weight:500
}
.contact-us .contact-info .single-info ul li:last-child{
    margin:0
}
.contact-us .contact-info .single-info ul li a{
    color:#888;
    font-weight:500;
    -webkit-transition:all .3s ease;
    transition:all .3s ease
}
.contact-us .contact-info .single-info ul li a:hover{
    color:var(--bg-new);
}
.contact-form-head{
    margin-top:30px
}
.contact-form-head .contact-inner-title h2{
    font-size:30px;
    font-weight:700;
    display:block;
    margin-bottom:10px;
    color:var(--white-color)
}

.contact-form-head .contact-inner-title p{
    color:var(--white-color)
}
.contact-form-head .contact-inner-title .question{
    display:block;
    min-height:70px;
    margin-top:40px
}
.contact-form-head .contact-inner-title .question img{
    height:70px;
    width:70px;
    border-radius:70px;
    float:left;
    margin-right:20px
}
.contact-form-head .contact-inner-title .question h4{
    font-size:20px;
    font-weight:600;
    padding-top:15px;
    color:var(--white-color)
}
.contact-form-head .contact-inner-title .question h4 span{
    font-size:13px;
    font-weight:500;
    display:block;
    margin-bottom:5px
}
.contact-form-head .contact-inner-title .day-list{
    display:block;
    margin-top:40px
}
.contact-form-head .contact-inner-title .day-list li{
    color:var(--white-color);
    font-weight:500;
    margin-bottom:3px;
    display:block
}
.contact-form-head .contact-inner-title .day-list li:last-child{
    margin:0
}
.contact-form-head .contact-inner-title .call-back{
    font-size:15px;
    font-weight:500;
    color:var(--white-color);
    display:inline-block;
    margin-top:30px;
    text-transform:capitalize
}
.contact-form-head .contact-inner-title .call-back i{
    font-size:15px;
    display:inline-block;
    margin-left:5px
}
.contact-form-head .form-main{
    padding:40px;
    background-color:#f9f6f1;
    border:1px solid #eee;
    border-radius:4px
}

.contact-form-head .form-main .form-title{
    margin-bottom:30px
}
.contact-form-head .form-main .form-title h2{
    margin-bottom:35px;
    font-size:22px
}
.contact-form-head .form-main .form-title p{
    font-size:16px
}
.contact-form-head .form-main .form .form-group{
    margin-bottom:15px;
    display:block
}
.contact-form-head .form-main .form .form-group input{
    height:52px;
    line-height:52px;
    width:100%;
    border:1px solid #e6e2f5;
    padding:0 20px;
    color:#333;
    font-weight:400;
    border-radius:4px;
    background-color:var(--white-color);
    -webkit-transition:all .4s ease;
    transition:all .4s ease
}
.contact-form-head .form-main .form .form-group input:focus{
    border-color:var(--bg-new);
}
.contact-form-head .form-main .form .form-group textarea{
    height:180px;
    width:100%;
    border:1px solid #e6e2f5;
    padding:15px 20px;
    color:#333;
    resize:none;
    font-weight:400;
    resize:vertical;
    border-radius:4px;
    background-color:var(--white-color);
    -webkit-transition:all .4s ease;
    transition:all .4s ease
}
.contact-form-head .form-main .form .form-group textarea:focus{
    border-color:var(--bg-new);
}
.contact-form-head .form-main .form .form-group.button{
    width:100%;
    margin-bottom:0
}
.map-section{
    background-color:#f9f6f1
}
.map-section .mapouter{
    height:500px
}
.map-section .mapouter .gmap_canvas{
    height:500px
}
.map-section .mapouter .gmap_canvas iframe{
    height:500px
}

.error-area{
    height:100vh;
    text-align:center;
    width:auto;
    margin-left:auto;
    margin-right:auto;
    background-color:var(--white-color);
    position:relative;
    background-image:url(../images/error/404-bg.png);
    background-repeat:no-repeat;
    background-position:center
}
.d-table{
    width:100%;
    height:100%
}
.d-table{
    display:table!important
}
.d-table-cell{
    vertical-align:middle
}
.d-table-cell{
    display:table-cell!important
}
.error-area .error-content h1{
    font-size:100px;
    color:var(--bg-new);
    margin-bottom:25px;
    font-weight:800;
    line-height:100px
}

.error-area .error-content h2{
    font-size:25px;
    margin-bottom:10px;
    color: var(--bg-new);
    font-weight:700
}

.error-area .error-content p{
    font-weight:400;
    margin-bottom:40px;
    color:#888
}
.maill-success{
    height:100vh;
    text-align:center;
    max-width:800px;
    margin-left:auto;
    margin-right:auto
}
.d-table{
    width:100%;
    height:100%
}
.d-table{
    display:table!important
}
.d-table-cell{
    vertical-align:middle
}
.d-table-cell{
    display:table-cell!important
}
.maill-success .success-content i{
    font-size:30px;
    margin-bottom:20px;
    color:var(--bg-new);
    height:80px;
    width:80px;
    line-height:80px;
    text-align:center;
    display:inline-block;
    border:1px solid #eee;
    border-radius:50%
}
.maill-success .success-content h2{
    font-size:25px;
    font-weight:700;
    margin-bottom:15px;
    color:#081828
}

.maill-success .success-content p{
    font-weight:400;
    margin-bottom:20px
}
.footer{
    position:relative;
    z-index: 1;
    margin-top: 50px;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.9;
    z-index: -1;
}
.footer .footer-top .inner-content{
    padding:40px 0;
    border-bottom:1px solid var(--white-color)
}

.footer .footer-top .footer-logo a img{
    width:200px
}

.footer .footer-top .footer-newsletter .title{
    color:var(--white-color);
    font-size:20px;
    font-weight:800;
    float:left
}

.footer .footer-top .footer-newsletter .title span{
    color:#c2c2c2;
    display:block;
    font-size:14px;
    margin-top:5px;
    font-weight:400
}

.footer .footer-top .footer-newsletter .newsletter-form{
    float:right
}

.footer .footer-top .footer-newsletter .newsletter-form input{
    height:50px;
    background-color:rgba(255,255,255,.308);
    border-radius:4px;
    width:300px;
    display:inline-block;
    border:none;
    padding:0 20px;
    color:var(--white-color)
}


.footer .footer-top .footer-newsletter .newsletter-form input::-webkit-input-placeholder{
    color:var(--white-color)
}
.footer .footer-top .footer-newsletter .newsletter-form input:-ms-input-placeholder{
    color:var(--white-color)
}
.footer .footer-top .footer-newsletter .newsletter-form input::-ms-input-placeholder{
    color:var(--white-color)
}
.footer .footer-top .footer-newsletter .newsletter-form input::placeholder{
    color:var(--white-color)
}
.footer .footer-top .footer-newsletter .newsletter-form .button{
    display:inline-block;
    margin-left:6px;
    position:relative;
    top:-2px
}

.footer .footer-top .footer-newsletter .newsletter-form .button .btn{
    height:50px
}

.footer .footer-top .footer-newsletter .newsletter-form .button .btn{
    color: var(--accent-color);
    background-color:var(--white-color);
    transition: .3s all ease;
}
.footer .footer-top .footer-newsletter .newsletter-form .button .btn:hover{
    background-color: var(--accent-color);
    color:var(--white-color)
}
.footer .footer-middle{
    padding-top:40px;
    padding-bottom:80px
}

.footer .footer-middle .newsletter-form input{
    width:100%;
    border-radius:4px;
    padding:0 20px;
    height:50px;
    border:1px solid #eee
}
.footer .footer-middle .newsletter-form .button{
    margin-top:12px
}
.footer .footer-middle .newsletter-form .button .btn{
    background-color: var(--bg-new);
    color:var(--white-color)
}
.footer .footer-middle .newsletter-form .button .btn:hover{
    background-color:var(--bg-new);
    color:var(--white-color)
}
.footer .footer-middle .newsletter-form p{
    color:#888;
    margin-top:20px
}
.footer .single-footer{
    margin-top:40px
}

.footer .single-footer h3{
    position:relative;
    margin-bottom:32px;
    padding-bottom:15px;
    color:var(--white-color);
    font-size:17px;
    font-weight:600;
    line-height:24px
}
.footer .single-footer h3::before{
    display:block;
    position:absolute;
    bottom:-2px;
    left:0;
    width:40px;
    height:3px;
    background-color:var(--bg-new);
    content:''
}

.footer .single-footer.f-link ul li{
    display:block;
    margin-bottom:12px;
    position:relative
}
.footer .single-footer.f-link ul li:last-child{
    margin-bottom:0
}
.footer .single-footer.f-link ul li a{
    color:#d6d6d6;
    font-size:14px;
    font-weight:500;
    position:relative
}
.footer .single-footer.f-link ul li a:hover{
    padding-left:5px;
    color:var(--bg-new)
}
.footer .single-footer.f-contact .phone{
    color:#d6d6d6
}
.footer .single-footer.f-contact ul{
    margin:10px 0
}
.footer .single-footer.f-contact ul li{
    display:block;
    margin-bottom:10px;
    color:#d6d6d6
}
.footer .single-footer.f-contact ul li span{
    display:block
}
.footer .single-footer.f-contact ul li:last-child{
    margin:0
}
.footer .single-footer.f-contact ul li span{
    color:#d6d6d6
}
.footer .single-footer.f-contact .mail a{
    color:#d6d6d6
}
.footer .single-footer.f-contact .mail a:hover{
    color:var(--bg-new)
}
.footer .single-footer.our-app .app-btn li{
    display:block;
    margin-bottom:15px
}
.footer .single-footer.our-app .app-btn li:last-child{
    margin-bottom:0
}
.footer .single-footer.our-app .app-btn li span{
    display:block!important
}
.footer .single-footer.our-app .app-btn li a{
    position:relative;
    padding-left:40px;
    border-radius:4px;
    padding:15px 30px;
    padding-left:60px;
    color:var(--white-color);
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
    background-color:var(--white-color)fff0f
}
.footer .single-footer.our-app .app-btn li a i{
    font-size:27px;
    position:absolute;
    left:20px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transition:all .3s ease;
    transition:all .3s ease
}
.footer .single-footer.our-app .app-btn li a .small-title{
    font-size:13px;
    display:block;
    color:var(--white-color);
    -webkit-transition:all .3s ease;
    transition:all .3s ease
}
.footer .single-footer.our-app .app-btn li a .big-title{
    font-size:14px;
    font-weight:500;
    display:block;
    color:var(--white-color);
    -webkit-transition:all .3s ease;
    transition:all .3s ease
}
.footer .single-footer.our-app .app-btn li a:hover{
    background-color:var(--bg-new);
    color:var(--white-color);
    border-color:transparent
}
.footer .single-footer.our-app .app-btn li a:hover .small-title{
    color:var(--white-color)
}
.footer .single-footer.our-app .app-btn li a:hover .big-title{
    color:var(--white-color)
}
.footer .footer-bottom .inner-content{
    border-top:1px solid var(--white-color);
    padding:25px 0
}
.footer .footer-bottom .payment-gateway span{
    display:inline-block;
    margin-right:12px;
    color:var(--white-color)
}

.footer .footer-bottom .payment-gateway img{
    width:200px
}

.footer .footer-bottom .copyright p{
    color:var(--white-color)
}
.footer .footer-bottom .copyright p a{
    color:#eee;
    display:inline-block;
    margin-left:4px
}
.footer .footer-bottom .copyright p a:hover{
    color:var(--bg-new)
}
.footer .footer-bottom .socila{
    display:block;
    float:right
}
.footer .footer-bottom .socila li{
    margin:0;
    margin-right:5px;
    display:inline-block
}
.footer .footer-bottom .socila li:last-child{
    margin:0
}
.footer .footer-bottom .socila li a{
    height:35px;
    width:35px;
    text-align:center;
    display:block;
    color:var(--white-color);
    background-color: var(--bg-new);
    border-radius:50%;
    line-height:35px;
    font-size:15px
}
.footer .footer-bottom .socila li a:hover{
    background-color:var(--bg-new);
    color:var(--white-color);
    border-color:transparent
}
.footer .footer-bottom .socila li span{
    display:inline-block;
    color:var(--white-color);
    margin-right:12px
}

/*----------------------------------------*/



/* default paggenation css */

/* pagination */
.wrap-pagination {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
}
.wrap-pagination .pagination {
	position: relative;
	height: 60px;
	background-color: var(--background-color);
	box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(.3rem);
	border-radius: .2rem;
}
.wrap-pagination .pagination li {
	list-style-type: none;
	display: inline-block;
}
  .wrap-pagination .pagination li a {
	position: relative;
	padding: 20px 25px;
	text-decoration: none;
	color: var(--bg-new);
	font-weight: 500;
}
.wrap-pagination .pagination li:not(:last-child) a{
    border-right: 2px solid var(--bg-new);
}
.wrap-pagination .pagination li a:hover,
.wrap-pagination .pagination li.active a {
	background: rgba(255, 255, 255, 0.2);
}
.pagination_numbering{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.all_paginate{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    column-gap: 3px;
}
.all_paginate .prev_page,
.all_paginate .next_page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0px 30px;
    opacity: 1;
    background-color: var(--bg-new);
    border: 2px solid var(--bg-new);
    cursor: not-allowed;
    color: var(--white-color);
}
/* .all_paginate .prev_page{
    border-radius: 5px 0 0 5px;
}
.all_paginate .next_page{
    border-radius: 0 7px 7px 0;
} */
.all_paginate .prev_page:hover,
.all_paginate .next_page:hover {
    opacity: .7;
}
p.pagenate_info{
    text-align: center;
    color: var(--bg-new);
    opacity: 1;
    font-size: 18px;
}
.all_paginate .page_number{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 60px;
    opacity: 1;
    border: 2px solid var(--bg-new);
    color: var(--bg-new);
    cursor: not-allowed;
}
.all_paginate .page_number:hover{
    opacity: .7;
}
.all_paginate .page_number.active{
    background-color: var(--bg-new)!important;
    color: var(--white-color);
}
.all_paginate .cursor{
    cursor: pointer;
}
