﻿/*=========================================================
Author       : Reoweb Team.
Template Name: sindokht Shop - Online Shopping Store HTML Template
Version      : 1.0.0
==============================================================*/

/*
	01. Common Css
	02. Header Css
	03. Slider Css
	04. Same Hover Css
	05. Common-cart, Same Nav Css
	06. Popular Products Css
	07. Banner Section Css
	08. Saller Section Css
	09. Review Section Css
	10. News Section Css
	11. Subscribe Section Css
	12. Facility Section Css
	13. Footer Section Css
	14. Home Popup Section Css
	15. Login & Registration Popup Section Css
	16. Quickview Popup Section Css
	17. Breadcrumbs Banner Css
	18. Shop InnerPage Css 
	19. Product Detail InnerPage Css
	20. Blog InnerPage Css
	21. Checkout InnerPage Css
	22. Blog With Sidebar 1 InnerPage Css
	23. Blog With Sidebar 2 InnerPage Css
	24. Contact InnerPage Css
	25. Aboutus InnerPage Css
	26. Compare InnerPage Css
	27. Cart InnerPage Css
	28. Error InnerPage Css
	29. Index-2 Page Css
		29.01. Common Css
		29.02. Header Css
		29.03. Slider Css
		29.04. Popular Products Css
		29.05. Banner Section Css
		29.06. Testimonial Section Css
		29.07. Tab Section Css
		29.08. Couperncod Section Css
		29.09. News Section Css
		29.10. Service Section Css
		29.11. Instagram Section Css
		29.12. Footer Section Css
*/





/*02. Header Css*/
.header-top {
    background-color: #fff;
    padding: 12px 0;
    box-shadow: 0 0 8px 0 rgb(0 0 0/12%);
    -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0/12%);
    border-bottom: 1px solid #ccc;
}

.top-banner {
/*    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    width: 100%;
    margin: 0;
}
    .top-banner .top-banner-link {
        margin: 0;
        height: 50px;
        border-radius: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        width: 100%;
        display: block;
    }

    .header_list > li a {
        color: #555;
        font-size: 13px;
    }

    .header_list > li a.support-number {
        font-size: 15px;
        font-weight: bold;
        position: relative;
        top: 2px;
        letter-spacing: 1px;
        margin-left: 1rem;
    }

.header_list.header_list_left li {
    float: left;
}

.header_list li a:hover {
    color: #ff7a59;
}

.header_list li {
    padding: 0 5px;
    display: inline-block;
}

    .header_list li a .social-header {
        height: 20px;
    }

.mm_icon {
    float: right;
    margin-left: 10px;
}

.header_list li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: #fff;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.header_list li {
    position: relative;
}

    .header_list li:last-child::before {
        content: none;
    }

    .header_list li:last-child {
        padding: 0;
        margin: 0;
    }

.header_list > li a i {
    padding-right: 8px;
    font-size: 18px;
}
.nav-fixed .header-mdl {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    padding:10px 0;
    background-color:#fff;
    z-index:9999;
}
    .nav-fixed .header-mdl .header-form .search-box {
        background-color:#f1f1f1;
    }
.nav-fixed .header-btm {
    position: fixed;
    right: 0;
    left: 0;
    top: 70px;
    z-index: 9998;
}
/*.nav-fixed .header-btm {
    background-color: #fff;
    -webkit-box-shadow: rgb(0 0 0 / 4%) 0 7px 8px 0;
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 4%);
    padding-bottom: 0.5rem;
}
    .nav-fixed .header-btm .navbar .navbar-collapse > ul > li > .menu-link > span {
        color: #000;
    }
    .nav-fixed .header-btm .navbar .navbar-collapse ul li .menu-link svg polyline {
        stroke: #000!important;
        color:#000!important;
    }*/
.nav-fixed.no-sticky .header-btm {
    position: relative;
}

.cart-box {
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    transition: all 0.3s ease-in-out;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 0px 4px rgba(0,0,0,0.12);
    padding: 20px;
    width: 325px;
}

.header-cart {
    position: relative;
    display: inline-block;
    padding-right: 0.5rem;
    border-right: 1px solid #ccc;
}

.cart-icon {
    display: inline-block;
    position: relative;
    padding-right: 10px;
}

    .cart-icon img {
        height: 30px;
    }

    .cart-icon span {
        position: absolute;
        top: -8px;
        width: 20px;
        height: 20px;
        font-size: 10px;
        background-color: #ff7a59;
        text-align: center;
        line-height: 20px;
        color: #fff;
        font-weight: 500;
        border-radius: 100%;
        right: -3px;
    }

.header-cart > a {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    padding: 5px 0;
}

.header-cart a i {
    padding-right: 25px;
}

.header-form {
    max-width: 504px;
    position: relative;
    width: 100%;
}

    .header-form .close-search {
        display: none;
    }

    .header-form .search-box {
        max-width: 100%;
        height: 50px;
        width: 100%;
        border: 1px solid #f1f1f1;
        color: #7a7a7a;
        padding: 15px 15px 15px 135px;
        border-radius: 15px;
    }

    .header-form svg {
        position: absolute;
        left: 11px;
        top: 12px;
        bottom: 0;
        fill: #ff7a59;
        border: 0;
        font-weight: bold;
        z-index: 8;
        font-size: 30px;
    }

    .header-form button i {
        font-size: 25px;
    }

.header-mdl {
    padding: 20px 0;
    background-color: #f8f8f8;
}

.header-login {
    margin-left: 0rem;
    display: inline-block;
    padding-left: 0.5rem;
}

    .header-login a {
        border: 1px solid #ccc;
        border-radius: 15px;
        padding: 7px 15px;
        background: #fff;
    }

    .header-login img {
        height: 20px;
        margin-left: 5px;
    }

    .header-login span {
        color: #555;
        font-size: 14px;
    }

.cart-product a {
    display: block;
    font-size: 14px;
    color: #000;
    margin: 0px 0 5px 0;
    font-weight: 500;
}

    .cart-product a:hover {
        color: #ff7a59;
    }

.cart-product p {
    color: #000;
    font-weight: 700;
    line-height: 20px;
    font-size: 14px;
}

.cart-product .filter-cart {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

    .cart-product .filter-cart span {
        font-size: 12px;
    }

        .cart-product .filter-cart span b {
            display: inline-block;
            margin: 0 3px;
            height: 20px;
            width: 20px;
            border-radius: 100%;
            position: relative;
            top: 7px;
            border: 2px solid #ccc;
        }

.cart-product {
    padding: 0 10px;
    text-align: right;
}

.cart-prodect {
    padding-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px;
    justify-content: space-between;
}

    .cart-prodect:last-child {
        margin-bottom: 0;
    }

.cart-img {
    max-width: 86px;
    width: 100%;
    background-color: #f8f8f8;
    text-align: center;
}

.price-prodect {
    text-transform: uppercase;
    padding: 15px 0 10px 0;
}

.total {
    font-size: 14px;
}

.total-price {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.cart-box .btn-primary {
    margin: 0 auto;
    display: inline-block;
}

.cart-btn {
    text-align: center;
    margin-top: 1rem;
}

.close-icon {
    text-align: center;
    color: #000;
}

.header-cart:hover .cart-box {
    opacity: 1;
    visibility: visible;
}

.empty__backet {
    text-align: center;
    padding: 1rem 0;
    opacity: 0.7;
}

.header-btm {
    background-color: #ff7a59;
    position: relative;
}

    .header-btm .navbar {
        padding: 0;
    }

        .header-btm .navbar .navbar-collapse > ul > li > .menu-link > span {
            padding: 12px 0;
            color: #fff;
            margin-left: 35px;
            font-weight: bold;
        }

        .header-btm .navbar .navbar-collapse ul li a.home {
            padding: 12px 0;
            color: #fff;
            margin-left: 25px;
            font-weight: bold;
        }

#icon-close-menu {
    display: none;
}


.submenu-link .ion-ios-arrow-down {
    display: none;
}

.header-btm .navbar .navbar-collapse ul li span.link-level1:hover {
    color: #000;
}

.header-btm .navbar .navbar-collapse ul li span.link-level1 {
    cursor: default;
}

.header-btm .navbar .navbar-collapse ul li.active > .menu-link > a {
    color: #ff7a59;
}

.header-btm .navbar .navbar-collapse ul.all-menu li a:hover, .header-btm .navbar .navbar-collapse ul.all-menu li a {
    padding-left: 5px;
}

.sub-menu > ul {
    display: inline-block;
    width: 100%;
}

.header-btm .navbar .navbar-nav li .sub-menu a i {
    float: right;
}


    .header-btm .navbar .navbar-nav li .sub-menu a i.fa.fa-angle-down {
        display: none;
    }

    .header-btm .navbar .navbar-nav li .sub-menu a i.fa.fa-angle-right {
        display: block;
    }
    .logo-menu-mobile
    {
        display:none;
    }
.sub-menu {
    border-radius: 0;
    position: absolute;
    left: 0;
    border: 1px solid #cacaca;
    background-color: #fff;
    padding: 10px 0;
    z-index: 2;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
}

    .sub-menu.open {
        opacity: 1;
        visibility: visible;
    }

.navbar .navbar-nav .sub-menu li {
    position: relative;
    text-align: right;
}

.header-btm .navbar .navbar-collapse ul li span i {
    padding-right: 6px;
    position: relative;
    top: 5px;
}

.header-btm .navbar .navbar-collapse ul li .menu-link i.ion-ios-arrow-left {
    display: none;
}

.header-btm .navbar .navbar-collapse ul li .menu-link {
    position: relative;
}


    .header-btm .navbar .navbar-collapse ul li .menu-link svg {
        top: 18px;
        left: 15px;
        float: left;
        position: absolute;
        color: #fff;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;

    }
.header-btm .navbar .navbar-collapse ul li.tracking-code .menu-link span {
    color: #ff7a59;
    background: #fff;
    margin: 5px 35px 5px 0;
    padding: 6px 25px 6px 45px;
    border-radius: 10px;
    cursor: pointer;
}
.header-btm .navbar .navbar-collapse ul li.tracking-code .menu-link svg {
    left: 20px;
    top: 6px;
    height: 22px;
    width: 22px;
}
    .header-btm .navbar .navbar-collapse ul li.tracking-code .menu-link svg polyline, .header-btm .navbar .navbar-collapse ul li.tracking-code .menu-link svg path {
        stroke: #ff7a59!important;
    }

    .navbar-expand-lg .navbar-nav .mega-menu > ul > li {
        float: right;
    }
    .navbar-expand-lg .navbar-nav .mega-menu > ul > li.view-all
    {
        float:none;
        text-align:center;
        margin:1.5rem 0;
    }
        .navbar-expand-lg .navbar-nav .mega-menu > ul > li.view-all a
        {
            padding:5px 15px;
            border:1px dashed #ff7a59;
            color:#ff7a59;
            font-weight:bold;
            font-size:14px;
            border-radius:10px;
        }
        .mega-menu .dropdown {
        }

    .mega-menu .dropdown:last-child {
        border-right: 0;
    }

.sub-menu.mega-menu.dropdown-menu {
    width: 100%;
}
.sub-menu > ul.d-lg-flex
{
    flex-wrap:wrap;
}

.column5 .submenu-links {
    width: 20%;
    padding: 0 15px;
}

.submenu-img {
    width: 34%;
}

    .submenu-img a {
        display: block;
    }

    .submenu-img img {
        width: 100%;
    }

.all-menu > li > a {
    color: #363f4d;
    padding: 4px 15px;
    font-weight: normal;
    display: inline-block;
    font-size: 12px;
}

.menu-title {
    font-size: 14px;
    /*pointer-events: none;*/
    text-transform: uppercase;
    font-weight: 600;
    color: #363f4d;
    padding: 5px 15px;
    display: inline-block;
}

header {
    position: relative;
    z-index: 999;
}

.navbar .header-logo {
    display: none;
}

.navbar-toggler {
    border: none;
    color: #ff7a59;
    padding: 0;
}

    .navbar-toggler i {
        border: 1px solid #ff7a59;
        padding: 5px 8px;
    }

.submit-btn-2 {
    border: none;
    width: 36px;
    height: 32px;
    cursor: pointer;
    background-color: #ff7a59;
    color: #fff;
    padding: 0;
}

.form-captions {
    display: inline-block;
    vertical-align: top;
}

.header-form.search-open {
    display: block;
    position: absolute;
    right: 15px;
    top: 100%;
    margin-top: 20px;
}

.menu_style1 .navbar .navbar-collapse > ul > li > a {
    position: relative;
}

    .menu_style1 .navbar .navbar-collapse > ul > li > a::before {
        content: '';
        position: absolute;
        right: 100%;
        left: 0;
        bottom: 20px;
        border-bottom: 2px solid #ff7a59;
        margin: 0 15px;
        transition: all 0.5s ease-in-out;
    }

    .menu_style1 .navbar .navbar-collapse > ul > li > a:hover:before,
    .menu_style1 .navbar .navbar-collapse > ul > li.active > a:before {
        right: 0;
    }

.hashtag-slider-container {
    width: 410px;
    overflow: hidden;
}

    .hashtag-slider-container b {
        float: right;
        font-size: 14px;
        padding-top: 8px;
        display: inline-block;
    }

.hashtag-slider {
    display: inline-block;
    background: #fff;
    margin: 0 10px;
    border-radius: 15px;
    padding: 5px;
    float: left;
    width: 70%;
    height: 34px;
    overflow-y: hidden;
    direction: ltr;
    position: relative;
    overflow-x: hidden;
    padding-left: 2rem;
}

    .hashtag-slider:after {
        content: '';
        display: block;
        height: 34px;
        width: 6rem;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        background-image: linear-gradient(to right, #fff, rgba(0,0,0,0));
    }

    .hashtag-slider .item {
        padding: 0 10px;
        text-align: center;
    }

        .hashtag-slider .item a {
            color: #000;
            font-size: 14px;
            font-weight: bold;
            direction: rtl;
        }

            .hashtag-slider .item a:hover {
                color: #ff7a59;
            }

/**************************************/
/*03. Slider Css*/
.carousel-inner {
    border-radius: 8px;
}

.slider-area {
    
 display:block;
 cursor:pointer;
}
    .slider-area img {
        height: 432px;
        border-radius: 8px;
        width:100%;
    }

.slider-caption h1 {
    font-weight: bold;
}

.slider-caption p {
    color: #000;
    text-shadow: 2px 0px 4px rgba(0,0,0,0.40);
    padding: 10px 0 15px 0;
    line-height: 26px;
}

.banner-left-item {
}

    .banner-left-item a {
        display: block;
        margin-bottom: 1rem;
    }

    .banner-left-item img {
        height: 207px;
        border-radius: 8px;
        object-fit: cover;
    }

.banner_slide_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .banner_slide_content.right-align .row {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .banner_slide_content.center-align {
        left: 150px;
    }

.main-slider.owl-theme .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 16px;
    right: 0;
    left: 0;
    line-height: 0;
}

    .main-slider.owl-theme .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        margin: 0 3px;
        border: 1px solid #cacaca;
        background-color: #fff;
    }

    .main-slider.owl-theme .owl-dots .owl-dot.active span {
        background-color: #ff7a59;
        border: none;
    }

.carousel-indicators .active {
    background-color: #ff7a59;
    border-color: #ff7a59;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #cacaca;
}

.carousel-control-next, .carousel-control-prev {
    background-color: rgba(0,0,0,0.5);
    font-size: 18px;
    height: 60px;
    opacity: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        opacity: 0;
    }

.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev {
    opacity: 1;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev {
    left: 20px;
}

.slider_caption {
    padding: 30px;
    background-color: #fff;
    position: relative;
    margin: 15px;
}

    .slider_caption h1 {
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .slider_caption p,
    .slide_content p {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 20px;
    }

    .slider_caption::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        border: 2px solid #fff;
        margin: -15px;
    }

.banner_img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

    .banner_img img {
        max-width: 700px;
    }

.slider_heading1 {
    font-size: 200px;
    text-transform: uppercase;
    font-weight: bold;
}

.slider_heading2 {
    font-size: 100px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    position: relative;
    z-index: 9;
}

.slider_content {
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transform: none;
    height: 100%;
}

.slider_strip {
    background-color: #fff;
    padding: 5px 15px;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.slider_heading3 {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
/**************************************/
/*04. Same Hover Css*/
.same-hover img {
    width: 100%;
}

.same-hover {
    display: block;
    position: relative;
    overflow: hidden;
}

    .same-hover:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: -100%;
        background-color: rgba(255, 255, 255, 0.4);
        transition: all 0.6s ease-in-out;
    }

    .same-hover::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 100%;
        background-color: rgba(255, 255, 255, 0.4);
        transition: all 0.6s ease-in-out;
    }

    .same-hover:hover:after {
        left: 100%;
    }

    .same-hover:hover::before {
        left: -100%;
    }
/**************************************/
/*05. Common-cart, Same Nav Css*/
.owl-theme .owl-nav {
    margin-top: 0px;
}

.common-cart-info .cart-name {
    color: #000;
    margin: 15px 0px 10px 0;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.common-cart-box:hover .common-cart-info .cart-name {
    color: #ff7a59;
}

.cart-price {
    color: #ff7a59;
    font-weight: normal;
}

    .cart-price del {
        color: #7a7a7a;
        margin-left: 10px;
    }

.nav-none .owl-nav {
    display: none;
}

.same-nav.owl-theme .owl-nav button {
    position: absolute;
    top: -65px;
    right: 0;
    margin: 0;
}

    .same-nav.owl-theme .owl-nav button i {
        margin: 0;
        width: 34px;
        height: 34px;
        font-size: 30px;
        background-color: #363f4d;
        line-height: 30px;
        color: #fff;
        border-radius: 0;
    }

    .same-nav.owl-theme .owl-nav button.owl-prev {
        right: 40px;
    }

    .same-nav.owl-theme .owl-nav button:hover i {
        background-color: #ff7a59;
    }

.common-cart-img img {
    width: 100%;
}

.common-cart-img {
    position: relative;
    padding-top:1rem;
}

.popular-products {
}

.sepcial-offer {
    background: #ff7a59;
    background-image: linear-gradient( 65deg,hsla(0,0%,100%,0) 65%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.1)),linear-gradient( 135deg,#ff7a59,#ff7a59);
}
.sepcial-offer .banner-container
{
    text-align:center;
    position:relative;
    top:-20px;
}
.sepcial-offer .banner
{
    height: 300px;
    border-radius: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    background-position:center;
}
.sepcial-offer a.link-banner
{
    display:inline-block;
    margin-top:10px;
    color:#fff;
    text-align:center;
    border:1px solid #fff;
    border-radius:15px;
    padding:3px 10px;
    font-size:14px;
    font-weight:bold; 
}
.sepcial-offer a.link-banner:hover
{
    color:#fff;
}


.product-box {
    background: #fff;
    text-align: center;
    padding: 10px 5px;
    border-radius: 10px;
    position: relative;
    position: relative;
    -webkit-box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
    box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
    border: 1px solid #dedede !important;
    margin-bottom:10px;
}

    .product-box.product-has-offer {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        flex-direction: row-reverse;
        padding: 15px 15px 15px 30px;
    }

.product-img img {
    height: 240px;
    object-fit: contain;
    padding:10px;
}

.product-info .cart-name {
    font-size: 13px;
    color: #333;
    min-height: 40px;
    text-align: center;
    font-weight: 100;
    padding:0 10px;
    direction:rtl;
    
}
.product-box.product-has-offer .common-cart-img
{
    width:40%;
}
.product-box.product-has-offer .product-info {
    margin-right: 20px;
    text-align: right !important;
    width: 60%;
}

    .product-box.product-has-offer .product-info .cart-name {
        font-size: 15px;
        padding-left: 25px;
        line-height: 22px;
        text-align: right;
        font-weight: bold;
        color: #555;
    }

    .product-box.product-has-offer .product-info .discount {
        background: #ff7a59;
        color: #fff;
        font-weight: bold;
        border-radius: 15px;
        padding: 3px 8px;
        font-size: 11px;
        display: inline-block;
        margin-right:5px;
        direction:rtl;
    }
        .product-box.product-has-offer .product-info .discount span
        {
            font-size:16px;
        }

        .product-info .cart-price {
            font-size: 18.5px;
            color: #0da73b;
            direction: rtl;
            font-weight: 600;
        }

    .product-info .cart-price del {
        color: #777;
        font-size: 15px;
    }
    .product-info .cart-price span b
    {
        font-weight:100;
        font-size:15px;
    }

.product-box.product-has-offer .product-info .cart-price {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    min-height: 50px;
}

    .product-box.product-has-offer .product-info .cart-price del {
        display: block;
        float: none;
        font-size: 16px;
    }

        .product-box.product-has-offer .product-info .cart-price del span {
            float: right;
            margin-left: 10px;
            background: #ff7a59;
            color: #fff;
            padding: 1px 7px;
            font-size: 12px;
            border-radius: 8px;
            letter-spacing: 1px;
        }

.detail-counter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

    .detail-counter b {
        font-size: 15px;
        margin-left: 1rem;
    }

.counter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 15px;
    text-align: center;
}

.detail-counter .counter {
    width: unset;
    direction: ltr;
}
.sepcial-offer .counter
{
    margin-bottom:5px;
     width: unset;
    direction: ltr;
    justify-content:center;
}
.counter .single-countdown {
    display: block;
    background: #f1f1f1;
    width: 65px;
    height: 50px;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}

.detail-counter .counter .single-countdown {
    background: #fff;
    padding: 0;
    width: 35px;
    height: unset;
    margin: 0;
}
.sepcial-offer .counter .single-countdown
{
    background-color: transparent;
    border-radius:100%;
    width: 50px;
    height: 50px;
    border:2px solid #fff;
    line-height:12px;
    padding:12px;
}

.counter .single-countdown span {
    color: #000;
}
.sepcial-offer .counter .single-countdown span
{
    color:#fff;
}
.detail-counter .counter .single-countdown span {
    color: #ff7a59;
}

.counter .single-countdown span:first-of-type {
    font-weight: bold;
    font-size: 19px;
    display: block;
    line-height: 12px;
}
.sepcial-offer .counter .single-countdown span:first-of-type 
{
      font-size: 16px;
      line-height: 10px;
}
.sepcial-offer .counter .single-countdown span:last-of-type 
{
     font-size: 9px;
     line-height: 10px;
     margin-top:0;
}

.counter .single-countdown span:last-of-type {
    font-size: 11px;
}

.product-info .product-score {
    padding: 5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction:row-reverse;
    justify-content:center;
    align-items:center;
}


    .product-info .product-score .item {
        display: inline-block;
        padding: 0 7px;
    }

        .product-info .product-score .item:first-of-type {
            border-left: 1px solid #ccc;
        }

        .product-info .product-score .item i {
            color: #777;
            float: left;
            margin-right: 4px;
            font-size: 15px;
            position: relative;
            top: 3px;
        }

        .product-info .product-score .item:last-of-type svg path {
            fill: #ffc300;
            font-size: 19px;
            top: -1px;
        }
   
        .product-info .product-score .item svg
        {
            display:inline-block;
        }

        .product-info .product-score .item b {
            font-weight: normal;
            font-size: 12px;
        }

.hover-option {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(255,255,255,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.product-box:hover .hover-option {
    opacity: 1;
    visibility: visible;
}

.hover-icon {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    text-align: center;
    font-size: 0;
}

    .hover-icon li {
        display: inline-block;
    }

.add-cart-btn {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hover-icon li a {
    background-color: #363f4d;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    border-radius: 100%;
    color: #fff;
    margin: 0 3px;
    padding: 1px;
}

.saller-box:hover .hover-option {
    opacity: 1;
    visibility: visible;
}

.hover-icon li a:hover {
    background-color: #ff7a59;
}
/**************************************/
/*07. Banner Section Css*/
.banner-box a img {
    width: 100%;
}

.banner-box.left-radius a img {
    border-bottom-left-radius: 25px;
}

.banner-box.left-right-radius a img {
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
}
img.lazy
{
        background-image: url('../image/no-pic.svg');
        background-repeat: no-repeat;
        background-position: center;
       
}

.banner-section {
    line-height: 0;
}
/**************************************/
/*09. Review Section Css*/
.review-slider {
    padding: 40px 100px;
}

.client-img img {
    border-radius: 100%;
}

.client-img {
    float: left;
    max-width: 164px;
    width: 100%;
}

.quote-icon img {
    max-width: 27px;
}

.quote-icon {
    display: inline-block;
}

.client-text p {
    color: #fff;
    line-height: 26px;
    padding: 10px 0 20px 0px;
    font-weight: normal;
}

.client-text a {
    color: #000000;
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
}

    .client-text a:hover {
        color: #303030;
    }

.client-text {
    padding-left: 30px;
    font-weight: normal;
    overflow: hidden;
}

.review-slider.owl-theme .owl-dots .owl-dot span,
.testimonial-slider .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: none;
    border: 2px solid #fff;
    margin: 0 5px;
}

.review-slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
}

.review-slider.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

/**************************************/
/*11. Subscribe Section Css*/

.newsletter-container
{
    background-color:#ff7a59;
}

.social-container
{

}
    .social-container p {
        color: #fff;
        font-weight: bold;
        padding-bottom: 10px;
        font-size: 15px;
    }
    .social-container .social-list
    {

    }
    .social-container .social-list a {
        display:inline-block;
        padding:0 0.5rem;
    }
    .social-container .social-list a svg {
        padding:5px;
        border:1px solid #fff;
        border-radius:100%;
    }

        .social-container .social-list a:not(:first-of-type) svg path {
            fill: #fff !important;
            color: #fff !important;
            stroke: #fff !important;
        }   

        .subscribe-section {
            background-color: #ff7a59;
        }

.title.white-title * {
    color: #fff;
}

.title.white-title::before {
    background-color: #fff;
}

.subscribe-inner > p {
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 15px;
}

.subscribe-form {
    text-align: center;
    position: relative;
}

.subscribe-input {
    max-width: 475px;
    width: 100%;
    display: inline-block;
}

    .subscribe-input input {
        width: 100%;
        height: 48px;
        border-radius: 50px;
        border: none;
        font-weight: 500;
        color: #7a7a7a;
        padding: 10px 20px 10px 18px;
        border: 1px solid #ccc;
        font-size: 12px;
        background: #fafafa;
    }

/*.footer-top .order-md-last {
    padding: 0 !important;
}*/

.send-btn {
    position: absolute;
    left: 90px;
    top: 4px;
}

    .send-btn .btn {
        padding: 10.5px 23px;
        background: #00bea5 !important;
        border: none !important;      
        font-weight: bold !important;
    }

.social-bottom {
}

    .social-bottom p {
        color: #fff;
        margin-bottom: 1rem;
    }

    .social-bottom ul {
    }

        .social-bottom ul li {
            display: inline-block;
            margin: 0 5px;
        }

            .social-bottom ul li img {
                height: 32px;
            }
/**************************************/

/*12. Facility Section Css*/
.facility-section {
    background: #fff;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}

.facility-box {
    position: relative;
}

.fb-icon {
    font-size: 40px;
    color: #363f4d;
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

    .fb-icon img {
        height: 40px;
        object-fit: contain;
    }

.facility-inner {
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: space-around;
    align-items: center;
}
.products-detail-section .facility-inner
{
    flex-direction:column;
    justify-content: space-around;
}
.quickview-product-detail .box-service .row
{
    width:100%;
}

    .facility-inner :last-of-type {
        border: none;
    }

.fb-text {
    display: inline-block;
    vertical-align: middle;
}

    .fb-text h5 {
        font-size: 14px;
        margin-top: 0;
        line-height: 20px;
        text-align: center;
    }

    .fb-text * {
        font-weight: 500;
    }

    .fb-text span {
        color: #666666;
        font-size: 12px;
        text-transform: uppercase;
    }


        #pr_item_gallery
    {
     display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    }
     #pr_item_gallery .item
     {
         margin:0 5px;
     }
    #pr_item_gallery img
    {
        width:50px;
        height:50px;
        object-fit:contain;
        padding:5px;
        border:2px solid #ccc;
    }


.facility-box:last-child::before {
    content: none;
}

.facility_box {
    padding: 30px;
    position: relative;
    z-index: 0;
}

    .facility_box::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        border: 2px dashed rgba(0,0,0,0.5);
        margin: 10px;
        z-index: -1;
    }

    .facility_box .fb-text span {
        color: #444;
        font-style: italic;
        text-transform: capitalize;
    }
/**************************************/
/*13. Footer Section Css*/
.footer-top {
    background-color:#424242;
    padding: 4rem 0 30px 0;
    text-align: right;
}

.fb-iner p {
    font-size: 15px;
    color: #ccc;
    text-align: justify;
    padding-left: 1rem;
}

    .fb-iner p a.more-link {
        color: #ff7a59;
        display: block;
        padding-top: 0;

    }

.namad {
    margin: 15px 0 1rem 0;
}

a.namad img, img.namad {
    height: 90px !important;
}

img.namad {
    margin-top: 0 !important;
}

.footer-box .footer-links li,
.footer_widget li {
    margin-bottom: 5px;
}

.footer-box li {
    clear: both;
    margin-bottom: 8px;
}

.footer-box > li {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}

.footer-box li:last-child {
    margin-bottom: 0;
}

.footer-links li a, .footer-box.box-4 ul li p, .footer-box.box-4 ul li a {
    font-size: 15px;
    color: #ccc;
}

.fb-title {
    margin-bottom: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    position:relative;
}
    .fb-title:before
    {
        content:'';
        height:2px;
        width:80px;
        background-color:#ff7a59;
        display:block;
        position:absolute;
        bottom:-1px;
           
    }
    .footer-links li a:hover, .footer-box.box-4 ul li a:hover {
        color: #ff7a59;
    }

.footer-btm {
    background-color: #424242;
    padding: 15px 0;
    border-top: 1px solid #777;
}

.copyright {
    text-align: center;
}

    .copyright p {
        font-size: 11px;
        color: #fff;
        font-weight: bold;
    }
    .copyright p a {
        font-size: 15px;
        color: #ff7a59;
        letter-spacing: 2px;
    }

    .footer-social ul li {
        display: inline-block;
        margin: 0;
    }

    .footer-social ul li a {
        font-size: 18px;
        color: #fff;
        margin-left: 15px;
    }

    .footer-social ul li:first-child a {
        margin-left: 0;
    }

.footer-social.social_dark ul li a {
    color: #7a7a7a;
}

    .footer-social ul li a:hover,
    .footer-social.social_dark ul li a:hover {
        color: #ff7a59;
    }

.footer-box.box-4 ul li i {
    color: #ff7a59;
    font-size: 26px;
    padding-right: 15px;
    float: left;
    line-height: 30px;
    vertical-align: middle;
}
/**************************************/
/*14. Home Popup Section Css*/
.modal-lg {
    max-width: 700px;
}

.popup-form .close {
    width: 31px;
    height: 31px;
    background-color: #353f4d;
    font-size: 16px;
    opacity: 1;
    border: none;
    text-shadow: none;
    color: #fff;
    position: absolute;
    right: 17px;
    top: 12px;
}

    .popup-form .close:hover,
    .white-popup .mfp-close:hover,
    .popup-form .close:not(:disabled):not(.disabled):focus,
    .popup-form .close:not(:disabled):not(.disabled):hover {
        background-color: #ff7a59;
        color: #fff;
        opacity: 1;
    }

.modal-content {
    border-radius: 0;
}

.popup-logo {
    padding-top: 50px;
}

.popup-text p {
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    padding: 20px 0 15px 0;
}

.popup-text h6 {
    font-size: 14px;
}

.subscribe-popup-form input {
    width: 100%;
    border: 1px solid #cacaca;
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 14px;
    color: #7a7a7a;
    margin: 25px 0 10px 0;
}

.subscribe-popup-form button {
    cursor: pointer;
    width: 100%;
}



/*16. Quickview Popup Section Css*/
.quickview-popup {
    max-width: 946px;
    width: 100%;
    padding: 20px;
    display: table;
}

.product-image, .zoomWindow {
    background-color: #f7f7f7 !important;
}

.zoomContainer {
    z-index: 9999;
}

.main-popup {
    z-index: 99999;
}

.product_gallery_item .item a {
    background-color: #f7f7f7;
    display: block;
    opacity: 0.4;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 5px;
}

    .product_gallery_item .item a.active {
        opacity: 1;
    }

.box-social-like .hover-icon {
    position: relative;
    bottom: 0;
}

.owl-thumbs-slider {
    margin-top: 20px;
}

.quickview-product-detail .product-title {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 4px;
    position: relative;
    padding-bottom: 5px;
}

.quickview-product-detail .box-title {
    text-transform: inherit;
    font-size: 17px;
    color: #555;
    letter-spacing: 0;
    padding-bottom: 5px;
}

.quickview-product-detail .box-subtitle {
    color: #999;
    font-family: sans-serif !important;
}

.quickview-product-detail .icon-product {
    position: absolute;
    left: 0;
    top: 0;
}

.icon-product ion-icon {
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}

    .icon-product ion-icon:hover {
        color: #999;
    }

.quickview-product-detail .icon-product .item.wishlist {
    display: inline-block;
    margin-left: 5px;
   
}
.quickview-product-detail .icon-product .item.wishlist svg
{
     transition: opacity .3s,transform .4s cubic-bezier(0,-.41,.19,2.5);
     transform: scale(.95);
     cursor:pointer;
}
.quickview-product-detail .icon-product .item.wishlist.active
{
    color:#f3103c !important;
    font-weight:bold;
}
.quickview-product-detail .icon-product .item.wishlist.active svg
{
    transform: scale(1.1); 
}
.quickview-product-detail .icon-product .item.wishlist.active svg path
{
    stroke:red!important;
}
.quickview-product-detail .icon-product .item.share {
    display: inline-block;
    cursor:pointer;
}
button.wishlist svg path
{
    stroke:#fff!important;
}
button.wishlist.active, button.wishlist.active svg path {
    color: #ff7a59 !important;
    stroke: #ff7a59 !important;
}
    

    .share-menu {
        text-align: center;
        padding: 10px 15px;
        background: #fafafa;
    }

    .share-menu a {
        padding: 0 5px;
        display: inline-block;
    }

        .share-menu a.whatsapp ion-icon {
            color: #33c80f;
        }

        .share-menu a.telegram ion-icon {
            color: #11d1eb;
        }

        .share-menu a.mail ion-icon {
            color: #fa0909;
        }

.product-rate {
    margin-bottom: 1rem;
}

    .product-rate i {
        font-size: 16px;
        position: relative;
        top: 1.5px;
    }

    .product-rate span {
        font-size: 11px;
        color: #777;
    }

    .product-rate b {
        font-size: 11px;
    }

.quickview-product-detail .title {
    font-size: 16px;
    color: #777;
}

    .quickview-product-detail .title:before {
        display: none;
    }

.quickview-product-detail .product-info {
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 7px;
}

    .quickview-product-detail .product-info .list {
        border-right: 3px solid #ff7a59;
        font-size: 12px;
        margin: 10px 0;
        padding-right: 10px;
    }

        .quickview-product-detail .product-info .list li {
            padding: 3px 0;           
            position: relative;
            overflow: hidden;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
        }
            .quickview-product-detail .product-info .list li.show
            {
                height:unset
            }
            .quickview-product-detail .product-info .list span, .quickview-product-detail .product-info .list p, .quickview-product-detail .product-info .list div {
                font-family: Font-Light !important;
                color: #555 !important;
                font-weight: 100 !important;
                font-size: 11px !important
            }
#image__gallery img, #image__gallery, #image__gallery .product-image {
    width: 100%;
}

.product-info .product-brand {
    margin: 10px 0;
    text-align: right;
}

    .product-info .product-brand img {
        height: 60px;
        object-fit: contain;
        display: block;
        margin-bottom: 1rem;
    }

.insert-review-content {
}


.product-info .product-brand a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    position: relative;
}

    .product-info .product-brand a:after {
        content: '>';
        display: inline-block;
        font-weight: bold;
        padding-right: 5px;
        position: relative;
        top: 0.5px;
    }

.product-filter {
}

    .product-filter .filter-color {
        margin-bottom: 15px;
    }

        .product-filter .filter-color .title {
            font-size: 14px;
            display: inline-block;
            margin-left: 5px;
            margin-bottom: 0;
        }

        .product-filter .filter-color .color-list {
            display: inline-block;
        }


            .product-filter .filter-color .color-list div {
                display: inline-block;
                margin: 0 3px;
                height: 40px;
                width: 40px;
                border-radius: 100%;
                cursor: pointer;
                position: relative;
                top: 7px;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                border: 2px solid #ccc;
            }
            .product-filter .filter-color .color-list img {
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                border: 2px solid #ccc;
                margin-bottom: 5px;
                padding: 5px;
                border-radius: 8px;
            }
                .product-filter .filter-color .color-list div:hover, .product-filter .filter-color .color-list div.active {
                    border: 3px solid #000;
                    transform:scale(1.05)
                }
                .product-filter .filter-color .color-list img:hover, .product-filter .filter-color .color-list img.active {
                    border: 3px solid #000;
                    transform: scale(1.05)
                }
                    .product-filter .filter-color .color-list img.active:before, .product-filter .filter-color .color-list div.active:before {
                        content: '✓';
                        position: absolute;
                        top: 20%;
                        right: 20%;
                        font-size: 15px;
                        display: block;
                        text-align: center;
                        color: #1edd4a;
                        background: #fff;
                        border-radius: 100%;
                        height: 20px;
                        line-height: 20px;
                        width: 20px;
                        padding: 3px;
                    }

                    .selected-color{
                        margin-top:5px;
                        display:none;
                    }
                        .selected-color label, .selected-color b
                        {
                            font-size:11px;
                        }

                        .product-price {
                        }

    .product-price .discount {
        font-size: 13px;
        color: #999;
    }

        .product-price .discount span {
            margin-left: 6px;
            background: #ff7a59;
            color: #fff;
            font-weight: bold;
            border-radius: 15px;
            padding: 2px 4px;
        }

.discount-label {
    background: #ff7a59;
    color: #fff;
    border-radius: 15px;
    padding: 2px 8px;
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9;
    direction:rtl;
}

.quickview-product-detail .box-price {
    color: #00bea5;
    padding: 6px 0 15px 0;
    font-size: 24px;
    font-weight: bold;
}

    .quickview-product-detail .box-price del {
        color: #ccc;
        font-size: 16px;
        line-height: 100%;
        padding-left: 15px;
    }


.quantity-box {
    border-bottom: 1px solid #f1f1f1;
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .quantity-box .input-group {
        float: right;
        width: auto;
        margin-top: 8px;
    }

.quickview-cart-btn {
    float: right;
}

    .quickview-cart-btn .btn {
    }

        .quickview-cart-btn .btn:focus, .quickview-cart-btn .btn:hover {
            background: #ff7a59;
        }

        .quickview-cart-btn .btn img {
            height: 24px;
            margin-right: unset;
            margin-left: 5px;
        }

.quantity-number {
    height: 32px;
    width: 52px;
    color: #333;
    border: 1px solid #cdcdcd;
    padding: 0;
    text-align: center;
    float: right;
    border-radius: 5px;
    margin: 0 3px;
}

.quickview-cart-btn {
    float: left;
}

    .quickview-cart-btn .btn {
        padding: 8px 20px;
    }

.box-service img {
    height: 45px;
    object-fit: contain;
}

.box-service h5 {
    font-size: 11px;
    font-weight: bold;
    margin-top: 0;
}

.zoom_image .zoomContainer {
    z-index: 9999;
}

.zoomContainer {
    z-index: 99;
}

.minus, .plus {
    border: 0;
    cursor: pointer;
    width: 40px;
    height: 32px;
    border-radius: 5px;
    background-color: #f1f1f1;
    color: #333;
    font-size: 22px;
    line-height: 32px;
    padding: 0;
    float: left;
    border: 1px solid #ccc;
    font-weight: bold;
}

.box-social-like .hover-icon li {
    float: left;
}

.box-social-like .hover-icon.box-social li a {
    border-radius: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}

.quantity-box p {
    float: right;
    padding: 12px 0 12px 15px;
    color: #7a7a7a;
}

/**************************************/

/*17. Breadcrumbs Banner Css*/
.breadcrumbs-section {
    padding: 140px 0;
    position: relative;
}

    .breadcrumbs-section:before {
        background-color: rgba(0,0,0,0.5);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

.page_title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

    .page_title h1 {
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

.breadcrumbnav {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

    .breadcrumbnav li {
        display: inline-block;
        color: #fff;
        text-transform: capitalize;
    }

    .breadcrumbnav li {
        color: #333;
        text-transform: capitalize;
        font-size: 13px;
        padding-bottom: 5px;
    }

    .breadcrumbnav .spangray {
        color: #333;
        font-size: 13px;
        padding-bottom: 5px;
    }
.breadcrumbnav  span {
    color: #ff7a59;
    font-size: 13px;
    padding-bottom: 5px;
}


    .breadcrumbnav a:hover {
        color: #ff7a59;
    }

        .breadcrumb a:first-child::before {
            content: normal;
        }

.breadcrumbnav a::before {
    color: #000;
    margin: 5px;
}
.breadcrumbnav em {
    color: #ff7a59;
    font-size: 13px;
    padding-bottom: 5px;
    color: #000;
    margin: 1px;
}
/**************************************/

/*18. Shop InnerPage Css*/
.shop-inner-section .product-box {
    border: 1px solid #f1f1f1;
}

.shop-inner-section .product-info .product-score .item:first-of-type {
    border-right: unset;
    border-left: 1px solid #ccc;
}

.side-box-title h6 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
}
.side-box-title h1 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600 !important;
    font-size: 16px !important;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
}

.quantity-box-detail ul li a {
    font-weight: bold;
    color: #7a7a7a;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    margin: 5px 0;
}

    .quantity-box-detail ul li a span {
        float: right;
    }

.quantity-box-detail ul li {
}

    .quantity-box-detail ul li a:hover {
        color: #ff7a59;
    }

.filter-box-detail .ui-slider-range {
    height: 5px;
    background-color: #000;
    border-radius: 0;
}

.filter-box-detail #slider-range {
    position: relative;
    border: 0;
    background-color: #DBDBDB;
    height: 5px;
    margin: 30px 5px 0 10px;
}

    .filter-box-detail #slider-range .ui-state-default {
        background: #fff;
        width: 16px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 16px;
        border: 2px solid #000;
        border-radius: 100%;
        cursor: pointer;
    }

.slider-values input {
    border: none;
    font-size: 16px;
    font-weight: 500;
}

.slider-values p {
    text-transform: uppercase;
    padding-right: 10px;
    font-weight: 500;
}

.price_slider_amount {
    padding-top: 15px;
}

.side-recent-product .cart-product {
    padding-right: 0;
}

.side-recent-product .cart-prodect {
    border-bottom: 1px dashed #cdcdcd;
}

.side-quantity-box .side-box-title {
    padding-bottom: 15px;
}

.shop-inner-section .product-box {
    padding-bottom: 20px;
    margin-bottom: 1rem;
}

    .shop-inner-section .product-box .product-img img {
        padding: 10px;
    }

    .shop-inner-section .product-box a.cart-name {
        font-weight: 100;
        height: 65px;
        font-size: 14px;
        padding: 0 10px;
        text-align: center;
        color:#333;
        direction:rtl;
    }
        .shop-inner-section .product-box a.cart-name  h2{
        font-weight: 100;
        height: 50px;
        font-size: 14px;
        padding: 0 10px;
        text-align: center;
        color:#333;
    }

    .shop-inner-section .product-box .cart-price {
        color: #00bea5;
        font-weight: bold;
        font-size: 18px;
    }

        .shop-inner-section .product-box .cart-price del {
            float: none;
        }
        .shop-inner-section .product-box .cart-price b
        {
            font-weight:100;
            font-size:15px;
        }

.showing-items {
    margin-left: auto;
}

    .showing-items p {
        color: #7a7a7a;
        padding-right: 20px;
    }

.sort-by {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin: 0 0 15px 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.sort-by-select ul {
    text-align: right;
}

    .sort-by-select ul li {
        display: inline-block;
        cursor: pointer;
        padding: 2px 4px;
        font-size: 13px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        border: 1px solid #fff;
        border-radius: 10px;
        margin: 0 3px;
    }

        .sort-by-select ul li:hover, .sort-by-select ul li.active {
            background: #fafafa;
            border: 1px solid #ccc;
            border-radius: 10px;
            color: #ff7a59;
        }

        .sort-by-select ul li:first-of-type {
            cursor: default;
            padding-left: 10px;
            font-weight: bold;
            color: #555;
        }

            .sort-by-select ul li:first-of-type:hover, .sort-by-select ul li:first-of-type.active {
                background: #fff;
                border: 1px solid #fff;
                border-radius: 10px;
                color: #555;
            }

.filter-mobile, #serach_mobile {
    display: none;
}


.noresult_item {
    text-align: center;
    display: block;
    width: 100%;
    padding: 3rem;
}

.category-description {
    margin: 40px 0;
    text-align: right;
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #f1f1f1;
    transition: all 0.3s ease-in-out;
}

    .category-description .item {
        margin-bottom: 1rem;
    }

        .category-description .item h1 {
            font-size: 18px;
            font-weight: bold;
            color: #555;
            margin-bottom: 7px;
        }

        .category-description .item p {
            text-align: justify !important;
            font-family: Font-Light !important;
            color: #333 !important;
            font-size: 14px !important;
            line-height: 22px !important;
        }

    .category-description .view-more {
        height: 40px;
        width: 40px;
        border-radius: 100%;
        background: #ff7a59;
        text-align: center;
        line-height: 50px;
        font-size: 25px;
        color: #fff;
        position: absolute;
        right: 50%;
        cursor: pointer;
    }

.view-more:after {
    display: block;
    height: 150px;
    content: '';
    background-image: linear-gradient(to bottom, #fff, #fff);
}


.shop-inner-section .list > div {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.shop-inner-section .list .common-cart-img {
    float: left;
}

.shop-inner-section .list .common-cart-box .common-cart-info {
    text-align: left !important;
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    margin-top: -16px;
    transition: none;
}

.shop-inner-section .list .common-cart-box {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 30px;
}

.shop-inner-section .list .product-img .hover-option,
.shop-inner-section .grid .product-info .hover-option {
    display: none;
}

.shop-inner-section .list .common-cart-box .common-cart-info .hover-option {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.shop-inner-section .grid .product-info .product-list-text {
    display: none;
}

.shop-inner-section .list .common-cart-box .common-cart-info .hover-option .add-cart-btn {
    position: relative;
    top: 0;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    margin-right: 30px;
    display: inline-block;
}

.shop-inner-section .list .common-cart-box .common-cart-info .hover-option .hover-icon {
    position: relative;
    bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.product-list-text {
    color: #7a7a7a;
    padding: 18px 0 24px 0;
}

.shop-inner-section .list .common-cart-box.box-7, .shop-inner-section .list .common-cart-box.box-8, .shop-inner-section .list .common-cart-box.box-9 {
    display: none;
}

.pagination {
    margin-top: 2rem;
}

    .pagination li a {
        width: 40px;
        height: 40px;
        background-color: #fff;
        font-weight: 600;
        color: #333;
        text-align: center;
        line-height: 40px;
        margin: 0 3px;
        border-radius: 5px;
        border: 1px solid #f1f1f1;
        padding: 0;
    }

        .pagination li a i {
            font-size: 24px;
            line-height: 40px;
        }

        .pagination li a:hover, .pagination li a.active {
            background-color: #ff7a59;
            color: #fff;
        }

.shop-sidebar {
    background: rgb(255, 255, 255);
    text-align: right;
    padding: 10px 8px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid #dedede !important;
}

.pro_item_filter {
    padding: 15px 0;
}

    .pro_item_filter .quantity-box-detail ul li a span {
        float: none;
        font-size: 14px;
    }

    .pro_item_filter .item {
        padding: 15px 0;
    }
        .pro_item_filter .item .ui.form {
            max-height: 280px;
            overflow-y: scroll;
            padding-right:1rem;
        }
        .pro_item_filter .title:before {
            display: none;
        }

  
    .pro_item_filter .title {
        display: block;
    }

        .pro_item_filter .title i {
            float: left;
        }

        .pro_item_filter .title h4 {
            font-size: 13.5px;
            padding: 0;
            margin-bottom: 0;
            font-family: Font-Light !important;
        }

    .pro_item_filter .content label {
        padding-right: 1.4rem;
        font-size: 12px;
        font-weight: 100;
        position: relative;
        top: -2px;
        color: #333 !important;
        margin-bottom:0;
    }

.ui.accordion .title:not(.ui) {
    border-bottom: 1px solid #f1f1f1;
}
.ui.checkbox .box:before, .ui.checkbox label:before
{
    left:unset;
    right:0!important;
}

.search-in-brands-container {
}
.search-in-brands
{
  position:relative;
}
.search-in-brands input
{
    width:100%;
    height:45px;
    border:1px solid #000;
    padding:5px 25px;
    border-radius:10px;
}

.search-in-brands svg
{
    position:absolute;
    left:10px;
    top:10px;
}

.search-in-filter-container {
    margin-bottom:10px;
}

.search-in-filter {
    position: relative;
}

    .search-in-filter input {
        width: 100%;
        height: 30px;
        border: 1px solid #000;
        padding: 5px 10px;
        border-radius: 10px;
        font-size:11px;  
    }

    .search-in-filter svg {
        position: absolute;
        left: 5px;
        top: 7px;
    }

.brands-name-container
{
    width:100%;
    padding:1.5rem 0;
}
    .brands-name-container .brands-slider
    {
        direction:ltr;
    }
        .brands-name-container .brands-slider .items-brands {
            width: 45px;
            height: 45px;
            -webkit-box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
            box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
            border: 1px solid #dedede !important;
            background: #fff;
            border-radius: 2px;
            text-align:center;
            cursor:pointer;
            line-height:45px;
            font-weight:bold;
            font-size:18px;
            font-family:sans-serif!important;
            color:#777;

        }


        .brands-list-items {
         
        }
.brands-list-items > .row {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
    .brands-list-items > .row:last-of-type {
        border-bottom: none;
    }

.brands-list-header
{
    text-align:center;
}
.brands-list-header span
{
    font-weight:bold;
    font-family:sans-serif!important;
    font-size:25px;
}
.brands-list-name {  
    padding: 5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content:space-around;
}
    .brands-list-name span
    {

    }
    .brands-list-name .left
    {

    }
    .brands-list-name .right
    {

    }


    /**************************************/
    /*19. Product Detail InnerPage Css*/
    .products-detail-section .quickview-popup {
        max-width: 100%;
        padding: 0;
    }
.price-detail-product.product-price
{
    display:none;
}

.products-tabs .table-responsive tr td:nth-child(1) {
    width: 14%;
    padding: 15px 20px;
    border-left: 2px solid #fff;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.products-tabs .table-responsive table {
    background-color: #f7f7f7;
    margin: 0;
}

.products-tabs .table-responsive tr td {
    border-color: #fff;
}

    .products-tabs .table-responsive tr td:nth-child(2) {
        width: 86%;
        padding: 15px 20px;
    }

.products-tabs .nav {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
}

.tab-content > .tab-pane {
    width: 100%;
}

.products-tabs .nav .nav-item a {
    color: #555;
    border-radius: 0;
    padding: 12px 10px 5px 10px;
    margin-left: 1px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 3px solid #f8f8f8;
}

    .products-tabs .nav .nav-item a.active {
        border-bottom: 3px solid #ff7a59;
        background-color: transparent;
    }

.products-tabs .tab-content {
    padding: 25px 35px 30px;
}

.tab-title h6 {
    text-transform: uppercase;
    color: #000;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 1.1rem;
}

.tab-caption, .tab-caption p {
    color: #7a7a7a;
}
  
    .tab-caption p, .tab-caption p span, .tab-caption p div, .tab-caption p span p{
        font-family: Font-Light !important;
        font-weight: 100 !important;
        line-height: 26px !important;
        font-size: 15px !important;
        text-align: justify !important;
        color: #555 !important;
    }

.pages-content p, .pages-content p span, .pages-content span, .pages-content div span {
            font-family: Font-Light !important;
            font-weight: 100 !important;
            line-height: 30px !important;
            font-size: 16px !important;
            text-align: justify !important;
            color: 000 !important;
        }
.pages-content h4 {
    font-weight: bold !important;
    margin-bottom:1rem;
}

#discription
{
       padding-bottom:1rem;
}
.tab-description
{
    height:150px;
    position:relative;
    overflow:hidden;
    transition:all 0.2s ease-in-out;
 
}
.tab-description:before
{
    content:'';
    background-image: linear-gradient(to top, #fff , rgba(255,255,255,0));
    height:100px;
    display:block;
    position:absolute;
    bottom:0;
    width:100%;
}
.tab-description.show
{
    height:unset;
}
.tab-description.show:before
{
    display:none;
}
#discription button
{
    border:2px solid #ff7a59;
    font-size:13px;
    font-weight:bold;
    color:#ff7a59;
    background:#fff;
    padding:3px 5px;
    border-radius:5px;
    position:absolute;
    cursor:pointer;
    right:45%;
    bottom:0%;
}

.add-review-form > div {
    padding: 0 15px;
}

.add-review-form {
    margin: 0 -15px;
}

.reviews-img {
    float: left;
}

    .reviews-img img {
        width: 100%;
        border-radius: 100%;
        border: 5px solid #e2dede;
    }

.reviews-text {
    overflow: hidden;
    padding-left: 25px;
}

.costomer-reviews {
    background-color: #fff;
    background-clip: border-box;
    text-align: right;
    direction: rtl;
    padding: 15px;
    border-radius: 8px;
}

.review-overview {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

    .review-overview .item:first-of-type {
    }

    .review-overview .item span {
        font-weight: bold;
        font-size: 16px;
        color: #555;
    }

    .review-overview .item label {
        background-color: #ff7a59;
        color: #fff;
        font-weight: bold;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        font-size: 18px;
        padding: 10px 12px;
    }

    .review-overview .item button {
        background-color: #ff7a59;
        color: #fff;
        font-weight: bold;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        font-size: 18px;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
    }

.insert-review {
    background-color: #f1f1f1;
    display: none;
}

.insert-rate {
}

    .insert-rate .item {
        margin: 5px 0;
        display: flex;
        justify-content: flex-start;
    }

        .insert-rate .item .set__rate {
            float: left !important;
            margin-right: 1rem;
        }

            .insert-rate .item .set__rate div {
                float: left;
            }

        .insert-rate .item span {
            display: inline-block;
        }

        .insert-rate .item div {
            display: inline-block;
        }

        .insert-rate .item:last-of-type {
            margin-top: 15px;
        }

.insert-review-content {
    padding: 15px;
}

.insert-rate input {
    height: 18px;
    width: 18px;
    margin-left: 7px;
    cursor: pointer;
    position: relative;
    top: 4px;
}

.form-review {
}

    .form-review fieldset {
        margin-bottom: 10px;
        position: relative;
    }

        .form-review fieldset .item-add, .form-review fieldset .item-minus {
            position: absolute;
            left: 6px;
            top: 32px;
            background: #f1f1f1;
            width: 30px;
            text-align: center;
            height: 30px;
            line-height: 38px;
            cursor: pointer;
            display: none;
        }

            .form-review fieldset .item-add.active, .form-review fieldset .item-minus.active {
                display: block;
            }

            .form-review fieldset .item-add ion-icon, .form-review fieldset .item-minus ion-icon {
                font-size: 20px;
                font-weight: bold;
                color: #000;
            }


        .form-review fieldset label {
            display: block;
            margin-bottom: 5px;
            color: #777;
        }

        .form-review fieldset .item-view p {
            color: #555;
            padding: 2px 10px;
            font-size: 12PX;
            margin: 5px 0;
            position: relative;
        }

            .form-review fieldset .item-view p b {
                position: absolute;
                left: 7px;
                top: 2px;
                text-align: center;
                color: #000;
                border-radius: 100%;
                line-height: 20px;
                text-transform: uppercase;
                font-family: sans-serif !important;
                cursor: pointer;
            }

        .form-review fieldset .item-view.positive p {
            background: #b5f8c7;
        }

        .form-review fieldset .item-view.negetive p {
            background: #ffb38c;
        }

        .form-review fieldset input[type=text] {
            height: 45px;
            border: 1px solid #f1f1f1;
            border-radius: 5px;
            width: 100%;
            font-size: 16px;
            color: #555;
            padding: 5px 10px 5px 5px;
        }

        .form-review fieldset textarea {
            width: 100%;
            border: 1px solid #f1f1f1;
            border-radius: 5px;
            font-size: 16px;
            color: #555;
            padding: 5px 10px 5px 5px;
        }

.insert-review-footer {
    text-align: left;
    background: #ccc;
    padding: 15px;
}

    .insert-review-footer button {
        padding: 7px 25px;
        background: #00bea5;
        display: inline-block;
        border-radius: 15px;
        border: none;
        color: #fff;
        cursor: pointer;
        border: 2px solid #00bea5;
    }

    .insert-review-footer span {
        margin-left: 2rem;
        background: #f1f1f1;
        display: inline-block;
        padding: 7px 25px;
        border-radius: 15px;
        cursor: pointer;
    }

.costomer-reviews-box {
    display: table;
    width: 100%;
}

.reviews-date {
    font-size: 12px;
    padding: 10px 0 10px 0;
}

.costomer-reviews-box {
    border: 1px solid #f1f1f1;
    background: #fafafa;
    padding: 20px 30px;
    margin: 6px 0;
}

.reviews-info {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
}

    .reviews-info .item {
        flex-basis: 50%;
        width: 50%;
        text-align: right;
    }

        .reviews-info .item:last-of-type {
            text-align: left;
        }

        .reviews-info .item .rate {
            background-color: #fff;
            color: #999;
            font-weight: bold;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
            font-size: 18px;
            padding: 12px 10px;
            display: inline-block;
            margin-left: 5px;
            position: relative;
            top: -9px;
        }

        .reviews-info .item .name {
            display: inline-block;
        }

            .reviews-info .item .name b {
                display: block;
                color: #555;
            }

                .reviews-info .item .name b span {
                    color: #00bea5;
                }

            .reviews-info .item .name label {
                color: #999;
            }

    .reviews-info .item-star {
        margin-bottom: 5px;
    }

        .reviews-info .item-star span {
            display: inline-block;
            font-weight: bold;
            padding-left: 10px;
        }

        .reviews-info .item-star div {
            display: inline-block;
            float: left;
        }

.reviews-text .point {
    font-size: 17px;
    font-weight: bold;
}

.reviews-text ul {
    padding-right: 20px;
}

    .reviews-text ul li {
        list-style-type: disc;
        font-size: 15px;
        padding: 2px 0;
    }

.reviews-text .point.positive {
    color: #00bea5;
}

.reviews-text .point.negetive {
    color: red;
}

.reviews-text .reviewer-text {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
    color: #777;
}

.costomer-reviews .costomer-reviews-box:first-child {
    padding-top: 0;
}

.add-review {
    padding-top: 25px;
}

.add-review-form .input-1, .add-review-form .input-2 {
    width: 50%;
    float: left;
}

.form-control {
    border-radius: 0;
    border: 1px solid #cdcdcd;
    text-transform: capitalize;
    padding: 10px 15px;
    color: #000;
    margin-bottom: 20px;
    height: auto;
    font-size: 14px;
}
.wrap-btn-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content:space-around;
    padding:3rem 2rem;
}
#addedtobacket .modal-title {
    color: #00bf6f;
}
.wrap-btn-action a {
    width: 170px;
    height: 50px;
    border: 1px solid #ff7a59 !important;
    background-color: #ff7a59 !important;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff !important;
}
    .wrap-btn-action a:hover {
        color: #f1f1f1 !important;
    }
    .wrap-btn-action button {
        width: 170px;
        height: 50px;
        border: 1px solid #c5c7cb;
        border-radius: 10px;
        text-align: center;
        line-height: 50px;
        background-color: #fff;
        font-size: 16px;
    }
    /**************************************/
    /*21. Checkout InnerPage Css*/
    .tab-form-1 .new-cous, .tab-form-1 .checkout-form {
        width: 50%;
        float: left;
        padding: 0 15px;
    }

.col-padding {
    padding: 40px 37px;
}

.form-check {
    margin-bottom: 2rem;
}

    .form-check .form-check-label:before {
        content: "";
        border: 1px solid #7a7a7a;
        height: 20px;
        width: 20px;
        float: right;
        border-radius: 100%;
        vertical-align: middle;
        margin: 4px 0 0 8px;
    }

    .form-check .form-check-label {
        position: relative;
        cursor: pointer;
        color: #555;
        padding: 0;
        font-weight: bold;
        font-size: 17px;
    }

    .form-check input[type="radio"] + .form-check-label::after {
        content: "";
        background-color: #ff7a59;
        height: 8px;
        width: 8px;
        border-radius: 100%;
        position: absolute;
        top: 10px;
        right: 6px;
        opacity: 0;
    }

    .form-check input[type="radio"]:checked + .form-check-label::after {
        opacity: 1;
    }

    .form-check .form-check-input {
        display: none;
    }

.tab-form-1 .form-check, .tab-form-4 .form-check {
    padding: 0 0 7px 0;
}

.form-title p {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.form-title {
    padding-bottom: 20px;
}

.checkout-form .form-group:last-child {
    margin-bottom: 0;
}

.checkout-process .square-input {
    margin-bottom: 15px;
}

.new-cous > p {
    color: #7a7a7a;
    font-size: 14px;
    padding-bottom: 20px;
}

.payment-text {
    color: #7a7a7a;
    font-size: 14px;
    margin-top: 5px;
}

.payment-text {
    display: none;
}

.chek-form .form-check:first-child .payment-text {
    display: block;
}

.checkout-process .card-body {
    border-top: 1px solid #cdcdcd;
    padding: 40px;
}

.checkout-process .ord_tab .card-body {
    padding: 0px;
    border: 0;
}

.accordion .card-header a::after {
    content: "\f209";
    font-family: "Ionicons";
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    left: 15px;
    top: 10px;
}

.accordion .card-header a.collapsed::after {
    content: "\f218";
}

.order-table thead th {
    color: #7a7a7a;
    font-weight: 500;
    border-bottom: 0;
    border-top: 0;
}

.checkout-process .card.ord_tab .card-header {
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.checkout-process .accordion .card.ord_tab {
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.tab-form-4 .btn-primary {
    float: right;
    margin-top: 8px;
}

.checkout-parts {
    overflow: hidden;
}

.place-oreder-btn {
    text-align: center;
    margin-top: 50px;
    line-height: 0;
}

    .place-oreder-btn a {
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 18px 40px;
        line-height: normal;
    }

.checkout-form .form-control {
    margin-bottom: 0;
}

.checkout-form .forgot-password {
    font-weight: 600;
    text-transform: uppercase;
}

.forgot-password a {
    color: #ff7a59;
}

.checkout-form button.btn-primary {
    cursor: pointer;
}

.checkout-process .card-header {
    padding: 0;
    border: none;
    background: none;
}

    .checkout-process .card-header .btn.btn-link {
        width: 100%;
        text-align: left;
        padding: 0px 40px 0px 0px;
        border: none;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        position: relative;
        border-radius: 0;
    }

        .checkout-process .card-header .btn.btn-link span {
            background-color: #ff7a59;
            font-weight: 600;
            color: #fff;
            margin-right: 20px;
            width: 43px;
            height: 43px;
            line-height: 43px;
            text-align: center;
        }

        .checkout-process .card-header .btn.btn-link i {
            position: absolute;
            right: 20px;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 16px;
        }

.checkout-process .accordion .card {
    border: 1px solid #cdcdcd !important;
    margin-bottom: 10px;
    border-radius: 0;
}

.checkout-process .card-header .btn.btn-link:hover, .checkout-process .card-header .btn.btn-link:focus {
    text-decoration: none;
}

.checkout-process .card .collapse {
    overflow: hidden;
}

.checkout-process .card-body {
    border-top: 1px solid #cdcdcd;
    padding: 40px;
}

.checkout-process .form-check:first-child {
    margin-top: 0;
}

.checkout-process .form-check {
    padding: 0;
    margin-top: 15px;
}

.checkout-process .chek-form {
    margin-bottom: 20px;
}

.required_sign {
    color: #ff7a59;
}

.tab-form-2 .checkout-form > div.form-check {
    width: 100%;
    float: none;
}

.tab-form-2 .checkout-form .form-check label {
    margin: 0;
    position: relative;
    color: #7a7a7a;
    font-weight: 400;
    padding-left: 23px;
    cursor: pointer;
}

.checkout-form .select2-selection {
    border: 1px solid #cdcdcd;
    height: auto;
    padding: 11px 15px;
    text-transform: capitalize;
    border-radius: 0;
    position: relative;
}

.checkout-form .select2 {
    width: 100% !important;
}

.checkout-form .selection {
    width: 100%;
}

.checkout-form .select2-selection .select2-selection__placeholder {
    color: #7a7a7a;
    font-weight: 300;
}

.checkout-form .select2-selection .select2-selection__rendered {
    padding: 0;
    line-height: 20px;
    color: #000;
    font-weight: 300;
}

.checkout-form .select2-selection__arrow b {
    display: none;
}

.checkout-form .select2-selection__arrow:before {
    content: "\f107";
    font-family: 'FontAwesome';
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 15px;
}

.checkout-form .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    width: auto !important;
}

.tab-form-3 .checkout-form > div.input-11 {
    width: 100%;
    float: none;
}

.tab-form-3 .checkout-form > button {
    margin-left: 15px;
}

.checkout-form .select2-selection .select2-selection__rendered .select2-selection__clear {
    display: none;
}

.card.active button i.fa.fa-plus {
    display: none;
}

.checkout-inner-page .ci-btn {
    text-align: left;
    font-weight: 600;
}

    .checkout-inner-page .ci-btn span {
        float: right;
        color: #ff7a59;
    }

.order-review-table table {
    margin: 0;
}

.checkout-process .row-1 .row-title:first-child {
    width: 42%;
}

.checkout-process .row-1 .row-title:nth-child(2) {
    width: 21%;
}

.checkout-process .row-1 .row-title:nth-child(3) {
    width: 22%;
}

.checkout-process .row-1 .row-title:nth-child(4) {
    width: 15%;
}

/**************************************/
/*24. Contact InnerPage Css*/
.contact-form .input-1, .contact-form .input-2, .contact-form .input-3, .contact-form .input-4 {
    width: 50%;
    float: left;
}

.contact-form > div {
    padding: 0 15px;
}

.contact-form {
    margin: 0 -15px;
}

    .contact-form label span {
        color: #ff7a59;
        padding-left: 3px;
    }

.form-with-label label {
    text-transform: uppercase;
    font-weight: 600;
}

.contact-locations li span {
    width: 49px;
    height: 49px;
    background-color: #363f4d;
    border-radius: 100%;
    text-align: center;
    line-height: 49px;
    margin-right: 15px;
    color: #fff;
    font-size: 24px;
}

.submit-btn .btn-primary {
    cursor: pointer;
}

.contact-locations li {
    display: table;
    margin-top: 10px;
}

    .contact-locations li a, .contact-locations li p {
        display: table-cell;
        vertical-align: middle;
        color: #7a7a7a;
        transition: all 0.3s ease-in-out;
    }

        .contact-locations li a:hover {
            color: #ff7a59;
        }

.contact-locations {
    padding-top: 12px;
}

.map {
    height: 420px;
}
/**************************************/

/*25. Aboutus InnerPage Css*/
.about-info p {
    text-align: right !important;
}

.about-info p {
    font-family: Font-Light !important;
    color: #555 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    text-align: justify !important;
}

.about-info p {
    font-family: iran;
}

.about-points li {
    color: #000;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

    .about-points li span {
        width: 35px;
        height: 35px;
        text-align: center;
        background-color: #ff7a59;
        color: #fff;
        line-height: 35px;
        font-size: 20px;
        border-radius: 100%;
        margin-right: 10px;
    }

.about-points {
    padding-top: 10px;
}

.about-info-img img {
    width: 100%;
}

.counters-section {
    padding: 65px 0 85px 0;
    position: relative;
}

.counter-inner {
    text-align: center;
}

    .counter-inner .counter {
        font-size: 46px;
        color: #fff;
        position: relative;
        font-weight: 500;
    }

    .counter-inner p {
        font-size: 20px;
        color: #fff;
        position: relative;
        text-transform: capitalize;
        padding-top: 15px;
    }

        .counter-inner p:before {
            content: "";
            position: absolute;
            background-color: #fff;
            width: 57px;
            top: 0;
            height: 2px;
            right: 0;
            left: 0;
            margin: 0 auto;
            text-align: center;
        }

.counters-section::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.counter-inner {
    width: 33.33%;
    float: left;
}

.event-box {
    text-align: center;
    padding: 0 10px;
}

.event-icon {
    width: 57px;
    height: 57px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    background-color: #363f4d;
    line-height: 58px;
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
    position: relative;
}

    .event-icon:before {
        content: "";
        position: absolute;
        border: 2px solid #fff;
        border-radius: 100%;
        left: 2px;
        right: 2px;
        top: 2px;
        bottom: 2px;
        transition: all 0.3s ease-in-out;
        z-index: 0;
    }

.event-box:hover .event-icon:before {
    border: 26px solid #ffffff;
}

.event-box:hover .event-icon {
    color: #363f4d;
}

.event-icon span {
    z-index: 99;
    position: relative;
}

.event-title {
    font-weight: 600;
    color: #121111;
    padding: 18px 0 10px 0;
}

.event-text {
    color: #7a7a7a;
    font-weight: 400;
}

/**************************************/

/*27. Cart InnerPage Css*/
.cart-table .product-quantity .input-group {
    -ms-flex-pack: center;
    justify-content: center;
}

    .cart-table .product-quantity .input-group .quantity-number {
        width: 52px;
        padding: 0;
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: #cdcdcd;
    }

.cart-table tbody tr td {
    vertical-align: middle;
}

.cart-table .row-title p {
    color: #7a7a7a;
    text-transform: capitalize;
}

.product-name {
    font-weight: 500;
}

.cart-table .product-price p,
.cart-table .product-total p,
.order-table .product-price,
.order-table .product-subtotal {
    color: #ff7a59;
    font-weight: 500;
}

.order-table tbody td {
    padding: 30px 12px;
}

.order-table .product-quantity {
    color: #7a7a7a;
}

.order-table tfoot td {
    text-transform: uppercase;
    font-weight: 500;
}

.cart-table .row-close a {
    color: #ff7a59;
    font-size: 24px;
}

.cart-table .table-btn li {
    display: inline-block;
}

    .cart-table .table-btn li a {
        text-transform: uppercase;
        margin: 5px;
    }

        .cart-table .table-btn li a i {
            padding-right: 10px;
            font-size: 20px;
            vertical-align: middle;
        }

.quantity_filter {
    margin: 0 auto;
    display: table;
}

.cart-table .table-bordered td,
.cart-table .table-bordered th {
    border: 1px solid #cacaca;
}

.cart-table .table {
    margin: 0;
}

.cart-inner-box {
    border: 1px solid #cacaca;
}

.ci-title h6 {
    border-bottom: 1px solid #cacaca;
    text-transform: uppercase;
    color: #000;
    padding: 16px 20px;
}

.ci-caption {
    padding: 20px 15px 20px 15px;
}

    .ci-caption > p {
        color: #7a7a7a;
        padding-bottom: 15px;
    }

    .ci-caption button, .ci-btn button {
        border-radius: 0;
        display: block;
        width: 100%;
        padding: 10px 35px;
        cursor: pointer;
    }

    .ci-caption form .square-input {
        margin-bottom: 10px;
    }

    .ci-caption ul li {
        text-align: left;
        color: #7a7a7a;
    }

        .ci-caption ul li span {
            float: right;
        }

    .ci-caption ul li {
        border-bottom: 1px dashed #7a7a7a;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .ci-caption ul li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

.cart-inner-box.box-2 .ci-caption {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 25px;
}

.ci-btn {
    padding: 20px;
}

.cart-inner-box.box-1 {
    margin-bottom: 30px;
}

.row-close.close-1 {
    display: none;
}
/**************************************/
/*28. Error InnerPage Css*/
.error-banner {
    min-height: 100vh;
    position: relative;
}

.error_info {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.error-text {
    font-weight: 400;
    color: #fff;
    margin-top: 44px;
}

.form-wizard .input-error {
    box-shadow: 0 0 1.5px 1px red;
}

.form-wizard .card fieldset {
    display: none;
}

.form-wizard .card.active fieldset {
    display: block;
}

/**************************************/









/*color name*/
.blue-dot {
    background-color: #223480;
}

.pink-dot {
    background-color: #F8BFC5;
}

.yellow-dot {
    background-color: #EF9B0F;
}

.red-dot {
    background-color: #FE3939;
}

.white-dot {
    background-color: #ffffff;
}

.black-dot {
    background-color: #000000;
}

.orange-dot {
    background-color: #FF6600;
}

.black-dot {
    background-color: #000000;
}

.navy-dot {
    background-color: #000080;
}

.dark-blue-dot {
    background-color: #00008B;
}

.medium-blue-dot {
    background-color: #0000CD;
}

.blue-dot {
    background-color: #0000FF;
}

.dark-green-dot {
    background-color: #006400;
}

.green-dot {
    background-color: #008000;
}

.teal-dot {
    background-color: #008080;
}

.dark-cyan-dot {
    background-color: #008B8B;
}

.deep-sky-blue-dot {
    background-color: #00BFFF;
}

.dark-turquoise-dot {
    background-color: #00CED1;
}

.medium-spring-green-dot {
    background-color: #00FA9A;
}

.lime-dot {
    background-color: #00FF00;
}

.spring-green-dot {
    background-color: #00FF7F;
}

.aqua-dot {
    background-color: #00FFFF;
}

.cyan-dot {
    background-color: #00FFFF;
}

.midnight-blue-dot {
    background-color: #191970;
}

.dodger-blue-dot {
    background-color: #1E90FF;
}

.light-sea-green-dot {
    background-color: #20B2AA;
}

.forest-green-dot {
    background-color: #228B22;
}

.sea-green-dot {
    background-color: #2E8B57;
}

.dark-slate-gray-dot {
    background-color: #2F4F4F;
}

.lime-green-dot {
    background-color: #32CD32;
}

.medium-sea-green-dot {
    background-color: #3CB371;
}

.turquoise-dot {
    background-color: #40E0D0;
}

.royal-blue-dot {
    background-color: #4169E1;
}

.steel-blue-dot {
    background-color: #4682B4;
}

.dark-slate-blue-dot {
    background-color: #483D8B;
}

.medium-turquoise-dot {
    background-color: #48D1CC;
}

.indigo-dot {
    background-color: #4B0082;
}

.dark-olive-green-dot {
    background-color: #556B2F;
}

.cadet-blue-dot {
    background-color: #5F9EA0;
}

.cornflower-blue-dot {
    background-color: #6495ED;
}

.rebecca-purple-dot {
    background-color: #663399;
}

.medium-aqua-marine-dot {
    background-color: #66CDAA;
}

.dim-gray-dot {
    background-color: #696969;
}

.slate-blue-dot {
    background-color: #6A5ACD;
}

.olive-drab-dot {
    background-color: #6B8E23;
}

.slate-gray-dot {
    background-color: #708090;
}

.light-slate-gray-dot {
    background-color: #778899;
}

.medium-slate-blue-dot {
    background-color: #7B68EE;
}

.lawn-green-dot {
    background-color: #7CFC00;
}

.chartreuse-dot {
    background-color: #7FFF00;
}

.aquamarine-dot {
    background-color: #7FFFD4;
}

.maroon-dot {
    background-color: #800000;
}

.purple-dot {
    background-color: #800080;
}

.olive-dot {
    background-color: #808000;
}

.gray-dot {
    background-color: #808080;
}

.gray-dot {
    background-color: #808080;
}

.sky-blue-dot {
    background-color: #87CEEB;
}

.light-sky-blue-dot {
    background-color: #87CEFA;
}

.blue-violet-dot {
    background-color: #8A2BE2;
}

.dark-red-dot {
    background-color: #8B0000;
}

.dark-magenta-dot {
    background-color: #8B008B;
}

.saddle-brown-dot {
    background-color: #8B4513;
}

.dark-sea-green-dot {
    background-color: #8FBC8F;
}

.light-green-dot {
    background-color: #90EE90;
}

.medium-purple-dot {
    background-color: #9370DB;
}

.dark-violet-dot {
    background-color: #9400D3;
}

.pale-green-dot {
    background-color: #98FB98;
}

.dark-orchid-dot {
    background-color: #9932CC;
}

.yellow-green-dot {
    background-color: #9ACD32;
}

.sienna-dot {
    background-color: #A0522D;
}

.brown-dot {
    background-color: #A52A2A;
}

.dark-gray-dot {
    background-color: #A9A9A9;
}

.light-blue-dot {
    background-color: #ADD8E6;
}

.green-yellow-dot {
    background-color: #ADFF2F;
}

.pale-turquoise-dot {
    background-color: #AFEEEE;
}

.light-steel-blue-dot {
    background-color: #B0C4DE;
}

.powder-blue-dot {
    background-color: #B0E0E6;
}

.fire-brick-dot {
    background-color: #B22222;
}

.dark-golden-rod-dot {
    background-color: #B8860B;
}

.medium-orchid-dot {
    background-color: #BA55D3;
}

.rosy-brown-dot {
    background-color: #BC8F8F;
}

.dark-khaki-dot {
    background-color: #BDB76B;
}

.silver-dot {
    background-color: #C0C0C0;
}

.medium-Violet-red-dot {
    background-color: #C71585;
}

.indian-red-dot {
    background-color: #CD5C5C;
}

.peru-dot {
    background-color: #CD853F;
}

.chocolate-dot {
    background-color: #D2691E;
}

.tan-dot {
    background-color: #D2B48C;
}

.light-gray-dot {
    background-color: #D2B48C;
}

.light-thistle-dot {
    background-color: #D8BFD8;
}

.light-orchid-dot {
    background-color: #DA70D6;
}

.golden-rod-dot {
    background-color: #DAA520;
}

.pale-violet-red-dot {
    background-color: #DB7093;
}

.crimson-dot {
    background-color: #DC143C;
}

.gainsboro-dot {
    background-color: #DCDCDC;
}

.plum-dot {
    background-color: #DDA0DD;
}

.burly-wood-dot {
    background-color: #DEB887;
}

.light-cyan-dot {
    background-color: #E0FFFF;
}

.lavender-dot {
    background-color: #E6E6FA;
}

.dark-salmon-dot {
    background-color: #E9967A;
}

.violet-dot {
    background-color: #EE82EE;
}

.pale-golden-rod-dot {
    background-color: #EEE8AA;
}

.light-coral-dot {
    background-color: #F08080;
}

.khaki-dot {
    background-color: #F0E68C;
}

.alice-blue-dot {
    background-color: #F0F8FF;
}

.honey-dew-dot {
    background-color: #F0FFF0;
}

.azure-dot {
    background-color: #F0FFFF;
}

.sandy-brown-dot {
    background-color: #F4A460;
}

.wheat-dot {
    background-color: #F5DEB3;
}

.beige-dot {
    background-color: #F5F5DC;
}

.white-smoke-dot {
    background-color: #F5F5F5;
}

.mint-cream-dot {
    background-color: #F5FFFA;
}

.ghost-white-dot {
    background-color: #F8F8FF;
}

.salmon-dot {
    background-color: #FA8072;
}

.antique-white-dot {
    background-color: #FAEBD7;
}

.linen-dot {
    background-color: #FAF0E6;
}

.light-golden-rod-yellow-dot {
    background-color: #FAFAD2;
}

.old-lace-dot {
    background-color: #FDF5E6;
}

.red-dot {
    background-color: #FF0000;
}

.fuchsia-dot {
    background-color: #FF00FF;
}

.magenta-dot {
    background-color: #FF00FF;
}

.deep-pink-dot {
    background-color: #FF1493;
}

.orange-red-dot {
    background-color: #FF4500;
}

.tomato-dot {
    background-color: #FF6347;
}

.host-pink-dot {
    background-color: #FF69B4;
}

.coral-dot {
    background-color: #FF7F50;
}

.dark-orange-dot {
    background-color: #FF8C00;
}

.light-salmon-dot {
    background-color: #FFA07A;
}

.orange-dot {
    background-color: #FFA500;
}

.light-pink-dot {
    background-color: #FFB6C1;
}

.pink-dot {
    background-color: #FFC0CB;
}

.gold-dot {
    background-color: #FFD700;
}

.peach-puff-dot {
    background-color: #FFDAB9;
}

.navajo-white-dot {
    background-color: #FFDEAD;
}

.moccasin-dot {
    background-color: #FFE4B5;
}

.bisque-dot {
    background-color: #FFE4C4;
}

.mistyrose-dot {
    background-color: #FFE4E1;
}

.blanched-almond-dot {
    background-color: #FFEBCD;
}

.papaya-whip-dot {
    background-color: #FFEFD5;
}

.lavender-blush-dot {
    background-color: #FFF0F5;
}

.sea-shell-dot {
    background-color: #FFF5EE;
}

.cornsilk-dot {
    background-color: #FFF8DC;
}

.lemon-chiffon-dot {
    background-color: #FFFACD;
}

.floral-white-dot {
    background-color: #FFFAF0;
}

.snow-dot {
    background-color: #FFFAFA;
}

.yellow-dot {
    background-color: #FFFF00;
}

.light-yellow-dot {
    background-color: #FFFFE0;
}

.ivory-dot {
    background-color: #FFFFF0;
}

.white-dot {
    background-color: #FFFFFF;
}

.apricot-dot {
    background-color: #f8b878;
}

.dark-blue-dot {
    background-color: #202040;
}

.lake-blue-dot {
    background-color: #b0e7fb;
}

.camel-dot {
    background-color: #a47e63;
}





/**************************************/

/*29.05. Banner Section Css*/
.sale-banner a {
    overflow: hidden;
}

.sale-banner img {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.sale-banner a:hover img {
    transform: scale(1.05);
}
/**************************************/


/**************************************/


/*29.07. Tab Section Css*/
.tab-section .nav-tabs {
    height: 100%;
    align-items: center;
    border: 0;
}

    .tab-section .nav-tabs .nav-item .nav-link {
        width: 100%;
        background: #fff;
        border-radius: 0;
        border: 1px solid #cdcdcd;
        position: relative;
        padding: 30px 20px;
    }

    .tab-section .nav-tabs .nav-item {
        width: 100%;
        display: block;
        padding: 10px 0;
    }

        .tab-section .nav-tabs .nav-item .nav-link.active, .tab-section .nav-tabs .nav-item .nav-link:hover {
            background-color: #ff7a59;
            color: #fff;
            border-color: transparent;
        }

        .tab-section .nav-tabs .nav-item .nav-link:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 20px 0 20px 25px;
            border-color: transparent transparent transparent #ff7a59;
            left: 100%;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease-in-out;
            top: 50%;
            transform: translateY(-50%);
        }

        .tab-section .nav-tabs .nav-item .nav-link.active::before, .tab-section .nav-tabs .nav-item .nav-link:hover::before {
            opacity: 1;
            visibility: visible;
        }

.tab-section .tab-content > .tab-pane.active {
    height: auto;
    display: block;
}

.tab-section .tab-content > .tab-pane {
    display: block;
    height: 0;
}

.accordion-style1 .card-header, .accordion-style1 .card {
    border: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.accordion-style1 .card {
    margin-bottom: 10px;
}

    .accordion-style1 .card:last-child {
        margin-bottom: 0px;
    }

.accordion-style1 .card-header a[aria-expanded="true"] {
    margin-bottom: 10px;
}

.accordion-style1 .card-header a {
    padding: 10px;
    display: block;
    background-color: #ff7a59;
    color: #fff;
}

/**************************************/

/*29.10. Service Section Css*/
.servicebox {
    padding: 15px 0px 15px 65px;
    position: relative;
}

    .servicebox .service-icon {
        width: 50px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
        color: #ff7a59;
        text-align: center;
        border: 2px solid #ff7a59;
        position: absolute;
        top: 50%;
        left: 0px;
        transition: all 0.3s ease 0s;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .servicebox .service-icon:before, .servicebox .service-icon:after {
            content: "";
            height: 2px;
            background: #ff7a59;
            position: absolute;
            top: -15px;
            left: 10px;
            right: 10px;
            transition: all 0.3s ease 0s;
        }

        .servicebox .service-icon:after {
            top: auto;
            bottom: -15px;
            left: 10px;
            right: 10px;
        }

    .servicebox:hover .service-icon:before {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .servicebox:hover .service-icon:after {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }




/* 30.01. Common Css */
.navy-dark-bg {
    background-color: #363F4D;
}

body.theme-3 {
    background-color: #F1F3F6;
}

.theme-3 section, .theme-3 footer {
    padding: 30px 15px;
    margin: 30px 15px;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.my-15 {
    margin: 0 15px 0 15px !important;
}

.mx-15 {
    margin: 15px 0 15px 0 !important;
}

.section-shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}

.theme-3 p {
    font-weight: normal;
    line-height: 22px;
    font-size: 14px;
}



/**************************************/

/* 32.01. Common Css */
@keyframes BackToTop {
    50% {
        transform: translatey(-5px) translateX(-50%);
    }

    100% {
        transform: translatey(0px) translateX(-50%);
    }
}

@-webkit-keyframes BackToTop {
    50% {
        transform: translatey(-5px) translateX(-50%);
    }

    100% {
        transform: translatey(0px) translateX(-50%);
    }
}

@-moz-keyframes BackToTop {
    50% {
        transform: translatey(-5px) translateX(-50%);
    }

    100% {
        transform: translatey(0px) translateX(-50%);
    }
}

@-o-keyframes BackToTop {
    50% {
        transform: translatey(-5px) translateX(-50%);
    }

    100% {
        transform: translatey(0px) translateX(-50%);
    }
}

@keyframes LeftToRight {
    0% {
        left: 0px;
    }

    50% {
        left: -10px;
    }

    100% {
        left: 0px;
    }
}

@-webkit-keyframes LeftToRight {
    0% {
        left: 0px;
    }

    50% {
        left: -10px;
    }

    100% {
        left: 0px;
    }
}


@-moz-keyframes LeftToRight {
    0% {
        left: 0px;
    }

    50% {
        left: -10px;
    }

    100% {
        left: 0px;
    }
}


@-o-keyframes LeftToRight {
    0% {
        left: 0px;
    }

    50% {
        left: -10px;
    }

    100% {
        left: 0px;
    }
}



@keyframes RightToLeft {
    0% {
        right: 0px;
    }

    50% {
        right: -10px;
    }

    100% {
        right: 0px;
    }
}

@-webkit-keyframes RightToLeft {
    0% {
        right: 0px;
    }

    50% {
        right: -10px;
    }

    100% {
        right: 0px;
    }
}


@-moz-keyframes RightToLeft {
    0% {
        right: 0px;
    }

    50% {
        right: -10px;
    }

    100% {
        right: 0px;
    }
}


@-o-keyframes RightToLeft {
    0% {
        right: 0px;
    }

    50% {
        right: -10px;
    }

    100% {
        right: 0px;
    }
}

.white-overlay {
    position: relative;
}

    .white-overlay:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
    }

.theme-5 .btn {
    font-weight: normal;
}

.theme-5 .btn-primary {
    text-transform: uppercase;
    border-radius: 0;
    padding: 8px 20px;
}

    .theme-5 .btn-primary i {
        font-size: 30px;
        vertical-align: middle;
        line-height: 0;
        position: absolute;
        right: 20px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

        .theme-5 .btn-primary i:before {
            line-height: 0;
        }

    .theme-5 .btn-primary:hover {
        padding: 8px 50px 8px 20px;
    }

        .theme-5 .btn-primary:hover i {
            opacity: 1;
            visibility: visible;
        }

.title-style-2 h4 {
    font-size: 60px;
    padding: 0;
    margin: 0;
}

.title-style-2:before {
    bottom: auto;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.5;
}

.title-style-2 {
    display: inline-block;
    margin-bottom: 50px;
}

.gray-bg {
    background-color: #fbfafa;
}
/**************************************/
/* 32.02. Header Css */

header.header-5 {
    position: absolute;
    right: 25px;
    left: 25px;
    top: 40px;
}

.header-menu a {
    font-size: 35px;
    color: #fff;
}

.header-option > li {
    display: inline-block;
    margin-left: 20px;
}

    .header-option > li > a {
        font-size: 25px;
        color: #fff;
    }

.header-logo img {
    max-width: 170px;
}

.search-section {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.closs-toggle {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 40px;
    line-height: 0;
}

.search-wrap {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 80px;
    right: 80px;
}

    .search-wrap .search-box {
        border-width: 0 0 1px 0px;
        border-style: solid;
        border-color: #000;
        padding: 10px 70px 10px 15px;
        font-size: 50px;
        width: 100%;
    }

    .search-wrap button {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        background: none;
        border: none;
        font-size: 50px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

        .search-wrap button:hover {
            color: #ff7a59;
        }

.search-section.open {
    opacity: 1;
    visibility: visible;
}

.cart-btn .btn-primary:hover, .cart-btn .btn-primary:hover i {
    color: #fff;
}

.esc-text {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 50px;
    text-transform: capitalize;
    color: #000;
}

#sidebar.sidebar-style-1 {
    background-color: #fff;
    width: 400px;
    left: -400px;
}
/**************************************/

/* 32.03. Slider Section Css */
.slider-type-4 .item {
    height: 100vh;
}

.slider-wrap {
    position: relative;
}

.slider.slider-type-4 {
    position: relative;
}

.slider-type-4 .item::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border: 1px solid rgba(255,255,255,0.2);
    z-index: 2;
}

.slider-type-4 .banner_slide_content {
    z-index: 9;
}

.slider-type-4 .owl-dots {
    position: absolute;
    right: 30px;
    bottom: 40px;
}

    .slider-type-4 .owl-dots .owl-dot {
        counter-increment: step-counter;
        position: relative;
        padding: 0 15px !important;
    }

        .slider-type-4 .owl-dots .owl-dot span {
            width: auto;
            height: auto;
            background: none;
            margin: 0;
            text-align: center;
            transition: all 0.3s ease-in-out;
            opacity: .5;
        }

            .slider-type-4 .owl-dots .owl-dot span:before {
                content: "0" counter(step-counter);
                color: #fff;
            }

        .slider-type-4 .owl-dots .owl-dot.active span, .slider-type-4 .owl-theme .owl-dots .owl-dot:hover span {
            background: none;
            opacity: 1;
        }

        .slider-type-4 .owl-dots .owl-dot:before {
            content: "/";
            position: absolute;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #fff;
            right: -3px;
        }

        .slider-type-4 .owl-dots .owl-dot:last-child::before {
            content: none;
        }

.header-menu a:hover, .header-option li a:hover {
    color: #ff7a59;
}

.mouse-down {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    z-index: 9;
    font-size: 40px;
    line-height: 0;
    animation: BackToTop 1s ease 0s infinite;
}

.inm-bounce {
    animation: BackToTop 1s ease 0s infinite;
}

.slider-type-4 .owl-theme .owl-nav {
    line-height: 0;
}

    .slider-type-4 .owl-theme .owl-nav button {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 40px;
        color: #fff;
        margin: 0;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        width: 50px;
        height: 30px;
    }

        .slider-type-4 .owl-theme .owl-nav button.owl-prev {
            left: 40px;
        }

        .slider-type-4 .owl-theme .owl-nav button.owl-next {
            right: 40px;
        }

        .slider-type-4 .owl-theme .owl-nav button.owl-prev i {
            left: 0;
        }

        .slider-type-4 .owl-theme .owl-nav button i {
            position: absolute;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .slider-type-4 .owl-theme .owl-nav button.owl-next i {
            right: 0;
        }

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
}

.slider-type-4 .owl-theme .owl-nav button.owl-prev:hover i {
    animation: LeftToRight 1s ease 0s infinite;
}

.slider-type-4 .owl-theme .owl-nav button.owl-next:hover i {
    animation: RightToLeft 1s ease 0s infinite;
}
/**************************************/
/* 32.04. Categories Section Css */

.categories-hover {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    top: -50px;
    opacity: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.categories-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-transform: capitalize;
    padding: 5px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    display: table;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

.categories-box img {
    width: 100%;
}

.categories-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.ctg_box_small {
    height: 250px;
}

.ctg_box_large {
    height: 530px;
}

.categories-header {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid;
    padding: 5px 15px;
}

.categories-hover ul li a {
    text-transform: capitalize;
    font-size: 14px;
}

.categories-box:hover .categories-hover {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.categories-box:hover .categories-title {
    opacity: 0;
    visibility: hidden;
}
/**************************************/

/* 32.05. Deals Section Css */

.countdown-time {
    text-align: center;
    border: 1px solid #ddd;
}

.product-info .countdown-time {
    margin-top: -30px;
    position: relative;
}

.products-style-4 .common-cart-box {
    border: 1px solid #cdcdcd;
}

.products-style-4 .product-info {
    padding: 0 10px 15px 10px;
}

.products-style-4 .hover-icon {
    bottom: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 0;
    transition: all 0.3s ease-in-out;
}

    .products-style-4 .hover-icon li {
        display: inherit;
        margin: 5px 0;
    }

        .products-style-4 .hover-icon li a {
            width: 35px;
            height: 35px;
            line-height: 35px;
            font-size: 16px;
        }

.products-style-4 .product-box:hover .hover-option .hover-icon {
    right: 20px;
}

.products-style-4 .product-rate {
    display: none;
}

.countdown, .cd-text {
    display: block;
}

.countdown-box {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    width: 25%;
    padding: 8px 0;
}

.cd-text {
    font-size: 12px;
}
/**************************************/

/* 32.06. Offer Banner Section Css */
.shop-hover-style-3 .shop-hover-wrap {
    top: auto;
    position: relative;
    -moz-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}

.shop-hover-style-4 .shop-hover-wrap {
    padding: 10px 50px;
}

.bs-2 .shop-hover-style-4 .shop-hover-text {
    left: 15px;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    right: 15px;
}

.sale-banner.shop-hover-style-4:hover > img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.sale-banner.shop-hover-style-4 {
    overflow: hidden;
}

    .sale-banner.shop-hover-style-4 > img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        width: 100%;
        height: 100%;
    }
/**************************************/


/* 32.07. Products Section Css */
.nav-tabs.tab-style-1,
.nav-tabs.tab-style-2 {
    margin-bottom: 40px;
    border: 0;
}

    .nav-tabs.tab-style-1 .nav-link {
        background-color: #ff7a59;
        border-radius: 0;
        color: #fff;
        margin: 0 14px;
        padding: 10px 12px;
    }

        .nav-tabs.tab-style-1 .nav-item.show .nav-link, .nav-tabs.tab-style-1 .nav-link.active, .nav-tabs.tab-style-1 .nav-item .nav-link:hover {
            background-color: transparent;
            border-color: #ff7a59;
            color: #ff7a59;
        }

    .nav-tabs.tab-style-1 .nav-item {
        position: relative;
    }

        .nav-tabs.tab-style-1 .nav-item:before {
            content: "-";
            position: absolute;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: -4px;
            color: #ff7a59;
        }

        .nav-tabs.tab-style-1 .nav-item:last-child:before {
            content: none;
        }

.show-all-wrap {
    margin-top: 20px;
}

.nav-tabs.tab-style-2 li {
    margin-right: 10px;
}

.nav-tabs.tab-style-2 .nav-link {
    background-color: #F5F6FB;
    border-radius: 0;
    padding: 10px 15px;
    border: 0;
}

    .nav-tabs.tab-style-2 .nav-link.active, .nav-tabs.tab-style-2 .nav-item .nav-link:hover {
        background-color: #ff7a59;
        color: #fff;
    }

/**************************************/

/* 33. FAQ Css */
.accordion_style1 > .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
    text-align: right;
}

    .accordion_style1 > .card .card-header {
        padding: 0;
        background-color: transparent;
        border: 0;
        margin-bottom: 0;
    }

.accordion_style1 .card-header a {
    display: block;
    padding: 15px 15px 15px 40px;
    text-transform: capitalize;
    background-color: #f6f6f6;
    line-height: normal;
}

.accordion_style1 .card-body {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

    .accordion_style1 .card-body p {
        font-weight: normal;
    }

.accordion_style1 .card-header a::after {
    top: 20px;
}
/**************************************/

/* 34. Coming Soon Css */
.cs_content_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 9;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.logo_wrap {
    margin-bottom: 40px;
}

.coming_soon {
    position: relative;
}

    .coming_soon::before {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.8);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.countdown_time {
    display: table;
    width: 100%;
}

    .countdown_time .countdown_box {
        float: left;
        width: 25%;
        text-align: center;
        position: relative;
        padding: 0 5px;
    }

    .countdown_time .cd_text {
        display: block;
        color: #636363;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        margin-top: -5px;
    }

.countdown_box .countdown {
    color: #333;
    font-size: 50px;
    line-height: 70px;
    font-weight: 300;
}

.countdown_content::before {
    content: ":";
    font-size: 38px;
    font-weight: 600;
    color: #333;
    position: absolute;
    right: -6px;
    top: 5px;
}

.countdown_box:last-child .countdown_content:before {
    content: normal;
}

.countdown_white .countdown_box .countdown, .countdown_white .countdown_box .cd_text, .countdown_white .countdown_content::before {
    color: #fff;
}

.countdown_white .countdown_box::before {
    color: #fff;
}

.cs_content_box .countdown_time {
    margin: 30px 0;
    background-color: rgba(0,0,0,0.7);
    padding: 20px 10px;
}
/**************************************/

/* 35. Deal Of The Day Css */
.deal_section {
    background-color: #fff;
    padding: 50px;
    position: relative;
    z-index: 1;
}

.deal_title {
    margin-bottom: 20px;
}

.deal_section .countdown_time {
    margin: 30px 0;
}

.deal_section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90%;
    height: 130px;
    width: 70px;
    border: 8px solid #fff;
    border-radius: 100px 100px 0;
    margin: 0 auto;
    z-index: -1;
}

.deal_section::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-radius: 100%;
    box-shadow: 0 30px 30px rgba(0,0,0,0.3);
    height: 15px;
    z-index: -1;
}



.green {
    background-color: #00C382;
}

.orange {
    background-color: #FD5A38;
}

.blue-light {
    background-color: #00C3CB;
}

.red {
    background-color: #f0222c;
}

.demo_list li a span {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 9;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: 0 0 4px rgba(0,0,0,0.8);
    opacity: 0;
    padding: 0 10px;
    transition: all 0.5s ease-in-out;
}

.demo_list li a:hover span {
    opacity: 1;
}

@media only screen and (max-width: 480px) {
    .demo_list {
        right: -270px;
        max-width: 270px;
    }

    .demo > ul > li > a.icon.switch-active {
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        transform: translateX(-270px);
    }
}
