/*-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Template default css (assets/css/bundle.css)
    2. Home page one
    3. Home page two
    4. Home page three
    5. Breadcrumb style
    6. Login page
    7. Shop sidebar page
    8. Shopping cart
    9. Contact page
    10. About us
    11. Single product page
    12. Blog page
    13. Blog details
    14. Checkout page
    15. 404 page
    
-----------------------------------------------------------------------------------*/


/*--- 2. Home page one ----*/

.header-to-info ul li {
    color: #b1b8c1;
    display: inline-block;
    margin-right: 10px;
}

    .header-to-info ul li span a {
        color: #ffe6e6;
        display: inline-block;
        line-height: 38px;
    }

        .header-to-info ul li span a:hover {
            color: #ffffff;
        }

    .header-to-info ul li:last-child {
        margin-right: 0px;
    }

    .header-to-info ul li i {
        border-radius: 50px;
        font-size: 19px;
        text-align: center;
        vertical-align: top;
        width: 24px;
        line-height: 38px;
    }

.user > a {
}

.currence {
    display: block;
    margin-bottom: 9px;
    overflow: hidden;
}

    .currence > h4 {
        color: #333;
        display: inline-block;
        float: left;
        font-size: 13px;
        text-transform: capitalize;
    }

    .currence > ul {
        display: inline-block;
        float: right;
    }

        .currence > ul > li {
            display: inline-block;
            margin-left: 10px;
        }

.mega-menu ul li.menu-img a img {
    width: 100%;
}

.mega-menu ul li.menu-img a {
    padding: 0;
}

    .mega-menu ul li.menu-img a:hover {
        padding-left: 0px;
    }

.currence > ul > li a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
}

.user-page > ul > li {
    margin-bottom: 17px;
}

    .user-page > ul > li:last-child {
        margin-bottom: 0px;
    }

    .user-page > ul > li > a {
        color: #333;
        font-size: 13px;
    }

        .user-page > ul > li > a:hover,
        .currence > ul > li a:hover {
            color: #666;
        }

        .user-page > ul > li > a > i {
            color: #333;
            font-size: 14px;
            font-weight: bold;
            margin-right: 5px;
        }

.currence-user-page {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-size: 12px;
    opacity: 0;
    padding: 20px 15px;
    position: absolute;
    right: 0px;
    text-align: left;
    top: 38px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 180px;
    z-index: 999999;
}

.user:hover .currence-user-page {
    opacity: 1;
    visibility: visible;
    top: 38px;
}

.user {
    padding-left: 10px;
    text-align: center;
    position: relative;
}

.search-input-button {
    position: relative;
    margin-top: 4px;
    margin-right: 20px;
}

    .search-input-button input {
        box-shadow: none;
        position: relative;
        border: 1px solid #ffffff;
        border-radius: 4px;
        height: 26px;
        line-height: 27px;
        width: 140px;
        background-color: #fff;
        color: #878e97;
        font-size: 12px;
        margin-top: 2px;
        padding: 0px 5px;
    }

    .search-input-button button {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: transparent;
        border-color: transparent;
        border-image: none;
        border-style: none none none solid;
        border-width: medium medium medium 1px;
        color: #878e97;
        height: 25px;
        padding: 2px 12px;
        position: absolute;
        right: 0;
        top: 2px;
        font-size: 18px;
        transition: all .2s ease 0s;
    }

        .search-input-button button:hover {
            color: #fff;
        }

.header-search {
}

.header-to-info {
}
/* header bottom */

.logo {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.3s ease-out 0s;
    max-width: 150px;
}

a.top-cart {
}

.shopping-cart > span {
    position: absolute;
    top: 4px;
    background-color: #ffe6e6;
    color: #878e97;
    font-size: 9px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50px;
    text-align: center;
    left: 12px;
    font-weight: 600;
    transition: all 0.3s ease-out 0s;
}

.stick .shopping-cart > span {
    top: 4px;
}

.shopping-cart ul li {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.cart-img {
    float: left;
    width: 45px;
}

.cart-content {
    float: left;
    padding-left: 15px;
    text-align: left;
    width: 160px;
}

    .cart-content h3 a {
        color: #333;
        display: inline-block;
        font-size: 13px;
        line-height: 18px;
        text-transform: capitalize;
    }

.cart-img-price {
    display: block;
    overflow: hidden;
}

.cart-del {
    color: #333;
    cursor: pointer;
    float: right;
    font-size: 18px;
    margin-top: 12px;
}

    .cart-del:hover {
        color: #000;
    }

.total {
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    color: #757575;
    margin: 0;
    padding: 11px 0 10px;
}

.shopping-cart ul li p.buttons {
    margin: 10px 0 0;
}

    .shopping-cart ul li p.buttons a {
        color: #333;
        font-weight: 500;
    }

        .shopping-cart ul li p.buttons a:hover {
            color: #666;
        }

        .shopping-cart ul li p.buttons a.checkout {
            float: right;
        }

.total span {
    color: #666;
    float: right;
}

.cart-price {
    color: #757575;
    font-size: 11px;
}

.shopping-cart {
    padding-left: 10px;
    position: relative;
}

    .shopping-cart > ul {
        background: #fff none repeat scroll 0 0;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
        opacity: 0;
        padding: 20px;
        position: absolute;
        right: 0;
        top: 120%;
        transition: all 0.3s ease 0s;
		width:290px;
        z-index: 9999;
        visibility: hidden;
		max-height: 294px;
   		overflow-y: scroll;
    }
	.shopping-cart > ul::-webkit-scrollbar {
    	width: 10px;
	}
 
	.shopping-cart > ul::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	}

	.shopping-cart > ul::-webkit-scrollbar-thumb {
	  background-color: darkgrey;
	  outline: 1px solid slategrey;
	}

    .shopping-cart:hover ul {
        opacity: 1;
        top: 38px;
        visibility: visible;
    }

.cart-menu {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
}
/* main-menu start */
.main-menu nav > ul > li {
    display: inline-block;
    position: relative;
}

    .main-menu nav > ul > li > a {
        color: #333;
        display: block;
        line-height: 35px;
        padding: 29px 16px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
    }

    .main-menu nav > ul > li:hover > a {
        color: #666;
    }

.dropdown {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    padding: 20px 20px;
    position: absolute;
    text-align: left;
    top: 120%;
    transform-origin: 0 0 0;
    transition: 200ms top;
    min-width: 170px;
    z-index: 999;
    opacity: 0.9;
    visibility: hidden;
    left: 0;
}

.main-menu nav > ul > li:hover .dropdown {
    visibility: visible;
    top: 100%;
}

.main-menu nav > ul > li > ul > li {
    display: block;
}

    .main-menu nav > ul > li > ul > li > a {
        color: #333;
        display: block;
        font-weight: normal;
        padding: 7px 0;
        text-transform: capitalize;
        transition: 200ms padding;
    }

        .main-menu nav > ul > li > ul > li > a:hover {
            color: #666;
            padding-left: 5px;
        }
/* main-menu (mega manu) start */

.main-menu nav > ul > li.mega-position {
    position: inherit;
}

.mega-menu {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ececec;
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    left: 0;
    padding: 20px 30px;
    position: absolute;
    text-align: left;
    top: 120%;
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.main-menu nav > ul > li:hover .mega-menu {
    opacity: 0.9;
    visibility: visible;
    top: 100%;
}

.mega-menu.mega-4-colm ul {
    float: left;
    width: 20% !important;
    /*margin-right: 3%;*/
}

.mega-menu.mega-3-colm ul {
    float: left;
    width: 33.33%;
}

.mega-menu.mega-2-colm {
    width: 350px;
}

    .mega-menu.mega-2-colm ul {
        float: left;
        width: 50%;
    }

.mega-menu ul li.menu-title {
    font-weight: bolder;
    margin: 0 0 10px;
    padding: 5px 0;
    position: relative;
    color: #333;
    font-size: 12px;
}

    .mega-menu ul li.menu-title::after {
        background: #333 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 30px;
    }

.mega-menu ul li {
    display: block;
}

    .mega-menu ul li a {
        color: #333;
        display: block;
        font-weight: normal;
        padding: 5px 0;
        font-size: 11px;
        text-transform: capitalize;
    }

        .mega-menu ul li a:hover {
            color: #666;
            padding-left: 5px;
        }

.menu-img > img {
    width: 100%;
}
/* main-menu end */
/* slider area start */

.slider-area {
    position: relative;
}

.title-container {
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* width: 50%; */
    /* padding: 0px 20px; */
}

.title1,
.title4 {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    margin-top: 40px;
    text-transform: capitalize;
}

.title2,
.title3 {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 300;
    margin: 20px 0 30px;
    text-transform: capitalize;
    line-height: 1.3;
}

.s-title {
    display: inline-block;
}

.title-container > a {
    background-color: #b82125;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
    z-index: 999;
}

a.button-hover {
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.5s;
    transition-property: color;
}

    a.button-hover::before {
        background: #666 none repeat scroll 0 0;
        bottom: 0;
        color: #fff;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scaleX(0);
        transform-origin: 0 50% 0;
        transition-duration: 0.5s;
        transition-property: transform;
        transition-timing-function: ease-out;
        z-index: -1;
        padding: 10px 20px;
    }

.title-container > a:hover::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* service area */

.service-icon {
    display: inline-block;
    float: left;
}

.service-text {
    display: inline-block;
    float: left;
    margin-top: 14px;
}

.service-icon i {
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
    font-size: 34px;
    height: 80px;
    line-height: 80px;
    margin-right: 30px;
    position: relative;
    text-align: center;
    transition: all 0.3s linear 0s;
    width: 80px;
}

.single-service:hover i {
    background-color: #333;
    color: #fff;
}

.service-text h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 6px;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
}

.service-text > p {
    color: #333;
}

.single-service {
    display: block;
    overflow: hidden;
}

.service-text h3 {
    font-size: 18px;
}

.banner-style-2-dec > h4 {
    font-size: 16px;
    margin: 8px 0 10px;
}
/* special offer area */

.special-offer .ratting {
    float: left;
    font-size: 12px;
    margin-left: 20px;
}

.special-offer .shop-list-rating {
    margin-top: 14px;
    overflow: hidden;
}

.special-offer .pro-color {
    display: inline-block;
    float: left;
    margin-top: 2px;
}

.shop-list-cart .shop-group a:last-child {
    margin-right: 0px;
}

.special-offer .shop-list-cart .shop-group a {
    margin-right: 5px;
    padding: 8px 14px;
}

.special-pera {
    margin-bottom: 16px;
}

.timer span {
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    font-size: 20px;
    margin-right: 15px;
    text-align: center;
    text-transform: uppercase;
}

    .timer span:last-child {
        margin-right: 0px;
    }

.timer {
    display: block;
    margin-top: 20px;
}

    .timer span > p {
        color: #333;
        line-height: 1;
        margin: 0;
        padding: 5px 10px;
    }
/* shop area */

.shop-img img {
    width: 100%;
}

.shop-img {
    position: relative;
    overflow: hidden;
}

.shop-quick-view {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.shop-img .button-group {
    background-color: #333;
    bottom: -20px;
    left: 0;
    opacity: 0;
    padding: 10px 10px 13px;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 99;
}

.single-shop:hover .button-group {
    opacity: 1;
    bottom: 0px;
}

.shop-img .button-group a {
    border-left: 1px solid #777;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    height: 17px;
    line-height: 17px;
    text-transform: uppercase;
    width: 50%;
}

    .shop-img .button-group a:hover {
        color: #ddd;
    }

    .shop-img .button-group a:first-child {
        border-left: 0 solid #555;
    }

    .shop-img .button-group a i {
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        margin-right: 10px;
        position: relative;
        top: 2px;
    }

.shop-quick-view > a {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 50%;
    color: #676767;
    font-size: 18px;
    height: 45px;
    line-height: 47px;
    opacity: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%) translateY(-50%) scale(0.6);
    transition: all 0.3s ease 0s;
    width: 45px;
}

.single-shop:hover .shop-quick-view > a {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.shop-img::after {
    background-color: rgba(0, 0, 0, 0.48);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 0;
    z-index: 1;
    opacity: 0;
}

.single-shop:hover .shop-img::after {
    height: 100%;
    width: 100%;
    opacity: 1;
}

.shop-title > h3 {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
    height: 38px;
    overflow: hidden;
}

    .shop-title > h3 a {
        color: #333;
    }

        .shop-title > h3 a:hover {
            color: #666;
        }

.shop-text-all {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: navy #eeeeee #eeeeee;
    background: #fff;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 26px 15px 24px;
}

.sale-new {
    width: 153px;
    background: #ae1718 none repeat scroll 0 0;
    color: #fff;
    opacity: 0.9;
    font-size: 11px;
    font-weight: 500;
    left: -39px;
    margin: 0;
    padding: 5px 30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 26px;
    transform: rotate(-45deg);
    z-index: 99;
}

.price span {
    font-size: 15px;
}

    .price span.old {
        color: #777;
        padding-left: 10px;
        text-decoration: line-through;
    }

.ratting {
    color: #ffc741;
    font-size: 12px;
}

    .ratting i {
        margin-left: 2px;
    }

.pro-color > ul li {
    cursor: pointer;
    display: block;
    float: left;
    height: 12px;
    margin-right: 7px;
    text-indent: -9999px;
    transition: all 0.4s ease 0s;
    width: 12px;
}

    .pro-color > ul li.blue {
        background: #74ccff none repeat scroll 0 0;
    }

    .pro-color > ul li.orange {
        background: #ff7373 none repeat scroll 0 0;
    }

    .pro-color > ul li.purple {
        background: #20156e none repeat scroll 0 0;
    }

    .pro-color > ul li.pink {
        background: #ec376c none repeat scroll 0 0;
    }

.shop-menu button::before {
    background: #333 none repeat scroll 0 0;
    border-radius: 50px;
    bottom: -8px;
    content: "";
    height: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transition: all 0.3s ease 0s;
    width: 5px;
}

.shop-menu button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 15px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}

    .shop-menu button:hover::before,
    .shop-menu button.active::before {
        transform: scaleX(1);
    }

.view-more > a {
    background-color: #ae1718;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-transform: capitalize;
}

    .view-more > a:hover::before {
        transform: scaleX(1);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }
/* subscribe area */

.subscribe-from.text-center > h3 {
    color: #333;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.subscribe-from form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    height: 45px;
    padding: 1px 30px 1px 20px;
}

.subscribe-from form {
    position: relative;
}

.subscribe-from button {
    background-color: #ae1717;
    border: medium none;
    color: #fff;
    font-size: 14px;
    height: 45px;
    letter-spacing: 1px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    transition: all .3s ease 0s;
}

    .subscribe-from button:hover {
        background-color: #ddd;
        color: #333;
    }

.subscribe-from form input::-webkit-input-placeholder {
    /* Chrome */
    color: #333;
    opacity: 1;
}

.subscribe-from form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
    opacity: 1;
}

/* footer area */

.widget-info p i {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
    vertical-align: middle;
}

.widget-info p span.location {
    padding-left: 40px;
}

.footer-logo {
    margin-bottom: 25px;
    max-width: 200px;
}

.widget-info > p {
    margin-bottom: 15px;
}

    .widget-info > p:last-child {
        margin-bottom: 0px;
    }

.footer-social li {
    display: inline-block;
    margin-right: 15px;
}

    .footer-social li a {
        font-size: 16px;
        color: #888;
    }

        .footer-social li a:hover {
            color: #333;
        }

.footer-social {
    margin-top: 5px;
}

.footer-title > h3 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}

.footer-title {
    margin-bottom: 30px;
}

.widget-text a {
    color: #666;
    text-transform: capitalize;
}

    .widget-text a:hover {
        color: #333;
        padding-left: 5px;
    }

.widget-text li {
    margin-bottom: 12px;
}

    .widget-text li:last-child {
        margin-bottom: 0px;
    }

.footer-top {
    border-bottom: 1px solid #ddd;
}

.copyright > p {
    padding-top: 5px;
}

.payment ul > li {
    display: inline-block;
    margin-left: 5px;
}

.payment > ul > li > a {
    color: #666;
    font-size: 25px;
}
/* banner area */

.single-banner {
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease 0s;
    background: #ffffff none repeat scroll 0 0;
}

    .single-banner img {
        opacity: 0.999;
        transition: opacity 0.35s ease 0s;
        width: 100%;
    }

    .single-banner:hover img {
        opacity: 0.2;
    }

.banner-title::before {
    border: 2px solid #555;
    bottom: 30px;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: "";
    left: 30px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    transform: scale3d(1.4, 1.4, 1);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.banner-title {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

    .banner-title h2 {
        color: #333;
        font-size: 30px;
        font-weight: normal;
        margin: 20% 0 14px;
        opacity: 0;
        text-transform: uppercase;
        transform: scale(1.5);
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }

        .banner-title h2 span {
            font-weight: bold;
        }

    .banner-title p {
        color: #666;
        font-size: 16px;
        opacity: 0;
        padding: 10px 55px 0;
        text-transform: capitalize;
        transform: scale(1.5);
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }

.single-banner:hover .banner-title::before,
.single-banner:hover p,
.single-banner:hover h2 {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.single-banner:hover {
    box-shadow: 0 0 3px rgba(9, 9, 9, 0.09);
}
/* banner style 2 area */

.banner-style-2-img {
    position: relative;
}

.banner-style-2-dec {
    left: 41px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

    .banner-style-2-dec > h3 {
        color: #666;
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .banner-style-2-dec > h3 span {
            font-weight: bold;
            color: #333;
        }

    .banner-style-2-dec > h4 {
        font-size: 20px;
        margin: 15px 0 18px;
        text-transform: uppercase;
    }

    .banner-style-2-dec > a {
        border: 1px solid #333;
        color: #333;
        display: inline-block;
        padding: 5px 15px;
        text-transform: uppercase;
    }

        .banner-style-2-dec > a:hover {
            border: 1px solid #fff;
            color: #fff;
            background-color: #333;
        }

.banner-style-2-img::after {
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.6s ease-in 0s;
    width: 0;
    z-index: 1;
}

.banner-style-2-img:hover::after {
    height: 100%;
    width: 100%;
}

.banner-style-2-img > img {
    width: 100%;
}
/* blog area */

.blog-img a img {
    width: 100%;
}

.blog-meta h4 a {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 500;
    height: 52px;
    overflow: hidden;
    line-height: 27px;
}

    .blog-meta h4 a:hover {
        color: #666;
    }

.meta > li {
    color: #666;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    text-transform: capitalize;
}

.blog-meta .meta li::before {
    content: "|";
    position: absolute;
    right: 4px;
}

.blog-meta .meta li:last-child::before {
    display: none;
}

.blog-meta {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: navy #ddd #ddd;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 30px 27px;
    background: #fff;
}

    .blog-meta > p {
        margin: 10px 0 15px;
    }

    .blog-meta > a {
        color: #333;
        font-weight: 500;
        text-transform: capitalize;
    }

        .blog-meta > a i {
            margin-left: 3px;
        }

        .blog-meta > a:hover {
            color: #666;
            padding-left: 5px;
        }

.blog-img {
    position: relative;
}

    .blog-img::after {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: "";
        height: 0;
        left: 0;
        margin: auto;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.3s ease-in 0s;
        width: 0;
        z-index: 1;
    }

.blog-details:hover .blog-img::after {
    height: 100%;
    width: 100%;
}

.blog-quick-view {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

    .blog-quick-view > a {
        background: rgb(255, 255, 255) none repeat scroll 0 0;
        border-radius: 50%;
        color: #696969;
        font-size: 18px;
        height: 45px;
        line-height: 47px;
        opacity: 0;
        position: absolute;
        text-align: center;
        transform: translateX(-50%) translateY(-50%) scale(0.6);
        transition: all 0.3s ease 0s;
        width: 45px;
    }

.blog-details:hover .blog-quick-view > a {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.section-title h2 {
    color: #333;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

    .section-title h2 i {
        background: #333 none repeat scroll 0 0;
        border: medium none;
        border-radius: 100%;
        color: #fff;
        font-size: 11px;
        height: 20px;
        left: 50%;
        line-height: 20px;
        margin-left: -10px;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 82%;
        width: 20px;
    }

.section-title > p {
    margin: 0 auto;
    width: 53%;
}

.section-title h2::before {
    background: #333 none repeat scroll 0 0;
    border-radius: 100%;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -35%;
    position: absolute;
    width: 70%;
}

.mobile-menu-area {
    display: none;
}
/*-------------- 16. Quick view modal ------------------*/

.quick-view.modal.fade.in {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.main-view {
    background: #fff none repeat scroll 0 0;
    padding: 60px;
    border-radius: 0;
}

.quick-view .modal-dialog {
    width: 100%;
}

.quick-view .modal-footer {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 50%;
    cursor: pointer;
    font-family: fontawesome;
    height: 25px;
    padding: 0;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 25px;
}

.main-view .tab-pane {
    margin-bottom: 20px;
}

.quick-thumb img {
    padding: 5.5px;
}

.quick-view .nav.nav-tabs img {
    width: 93px;
}

.quick-thumb .nav.nav-tabs {
    border: 0;
}

.quick-thumb li {
    display: inline-block;
    margin-left: 4px;
}

.rating i {
    color: #ffc741;
}

.quick-thumb {
    margin-left: -10px;
}
/* quick view right text */

.quick-right-text h3 {
    color: #333;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.rating > a {
    color: #666;
    margin-left: 30px;
}

.quick-view .amount,
.quick-view p,
.quick-view .m-p-b {
    border-bottom: 1px solid #ccc;
    margin-bottom: 35px;
    padding: 25px 0;
}

.quick-view p,
.quick-view .m-p-b {
    padding-top: 0;
}

.quick-view .amount > h4 {
    color: #333;
    font-size: 24px;
    line-height: 1;
}

.quick-view .amount > h4,
.por-dse.color li a:last-child,
.por-dse li.share-btn.qty {
    margin: 0;
}

.por-dse .share-btn span {
    padding: 6px 0;
}

.quick-right-text > p {
    line-height: 21px;
}

.por-dse span,
.por-dse.add-to > a,
.product-dsc p a {
    font-weight: 500;
}

.por-dse li:last-child {
    margin-bottom: 0;
}

.por-dse li a {
    color: #666;
    font-weight: 400;
    margin-right: 15px;
}

    .por-dse li a:hover {
        color: #000;
    }

.por-dse .plus-minus a:first-child {
    line-height: 25px;
}

a.dec.qtybutton {
    padding-top: 3px;
}

.por-dse li span {
    display: inline-block;
    width: 90px;
    text-transform: capitalize;
}

.por-dse.color li span {
    width: 60px;
    text-transform: capitalize;
}

.por-dse li.share-btn {
    float: none;
}

.share-btn a,
.other-btn a,
.dse-btn .share-btn .plus-minus input {
    border: 1px solid #999;
    color: #999;
    float: left;
    font-size: 13px;
    height: 30px;
    margin-right: 5px !important;
    text-align: center;
    width: 30px;
}

    .share-btn a i,
    .other-btn a i {
        line-height: 30px;
    }

.dse-btn .share-btn .plus-minus a {
    font-size: 20px;
    cursor: pointer;
}

.por-dse li.share-btn a:hover i,
.por-dse .other-btn li a:hover i {
    -webkit-animation: toBottomFromTop 0.4s forwards;
    -moz-animation: toBottomFromTop 0.4s forwards;
    animation: toBottomFromTop 0.4s forwards;
}

.por-dse li.share-btn a:hover i,
.por-dse .other-btn li a:hover i,
.por-dse.add-to > a:hover,
.owl-theme .owl-controls .owl-buttons div:hover,
.dse-btn .share-btn .plus-minus a:hover {
    color: #fff;
}

.modal-dialog {
    margin: 105px auto;
}

.share-btn > span,
.dse-btn .share-btn > input.qty {
    float: left;
}

.share-btn.clearfix {
    margin-bottom: 20px;
}

.por-dse.add-to > a {
    border: 1px solid #999;
    color: #666;
    display: inline-block;
    /* margin-top: 20px; */
    padding: 6px 20px 5px;
    text-transform: capitalize;
    float: right;
}

    .por-dse li.share-btn a:hover,
    .por-dse .other-btn li a:hover,
    .por-dse.add-to > a:hover {
        background: #333 none repeat scroll 0 0;
        border-color: #333;
    }

.tab-pane > img {
    width: 100%;
}

.por-dse.color li {
    margin-bottom: 10px;
}

.por-dse.responsive-strok li {
    margin-bottom: 10px;
}

    .por-dse.color li:last-child,
    .por-dse.responsive-strok li:last-child {
        margin-bottom: 0px;
    }

.share-btn input.qty {
    background-color: transparent;
    border: 1px solid #ddd;
    height: 32px;
    padding: 0;
    text-align: center;
    width: 38px;
}

/*--- 3. Home page two ---*/

.user.user-style-3 > a {
    color: #333;
    display: inline-block;
    padding: 20px 0;
}

.search-style-2 {
    position: relative
}

.search-input-button2 input {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 40px;
    padding: 1px 46px 1px 10px;
    width: 100%;
}

.search2-content form {
    position: relative;
}

.search-input-button2 button.search-button2 {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    font-size: 18px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    transition: all .3s ease 0s;
}

    .search-input-button2 button.search-button2:hover {
        background-color: #ddd;
        border: 1px solid #ddd;
        color: #333;
    }

.search2-content {
    min-width: 300px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 110%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 999999;
}

.search-style-2:hover .search2-content {
    opacity: 1;
    overflow: hidden;
    position: absolute;
    visibility: visible;
    top: 100%;
}

.icon-search-2 {
    display: inline-block;
    font-size: 22px;
    padding: 29px 0 24px 39px;
}

.home-2-tab li {
    display: inline-block;
    margin-right: 20px;
}

.home-2-tab {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 50px;
}

    .home-2-tab li a {
        background-color: transparent;
        color: #333;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        padding: 10px 20px;
        text-transform: uppercase;
    }

        .home-2-tab li.active a,
        .home-2-tab li a:hover {
            background-color: #333;
            color: #fff;
        }

.product-curosel .col-md-3 {
    width: 100%;
}

.product-curosel-style.owl-carousel .owl-nav div {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
    position: absolute;
    right: 39px;
    text-align: center;
    top: -91px;
    transition: all 0.3s ease 0s;
}

    .product-curosel-style.owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: 15px;
    }

.banner-home {
    position: relative;
}

    .banner-home img {
        width: 100%;
    }
/* home 2 banner style */

.counter2-all {
    position: relative;
}

    .counter2-all > img {
        width: 100%;
    }

.counter-content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

    .counter-content .timer span {
        font-size: 22px;
        padding: 10px 15px;
    }

        .counter-content .timer span p {
            font-size: 16px;
        }

    .counter-content > h2 {
        font-size: 50px;
        font-weight: 600;
        margin: 0;
    }

    .counter-content > h4 {
        font-size: 25px;
        margin: 17px 0 30px;
    }

.counter2-btn > a {
    background-color: #333;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin-top: 30px;
    padding: 12px 25px;
    text-transform: uppercase;
}

    .counter2-btn > a:hover {
        background-color: #666;
    }


/*---  4. Home page three ---*/

.slider-area::before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.slider-3-content {
    z-index: 99;
    position: relative;
}

    .slider-3-content h2 {
        color: #fff;
        font-size: 63px;
        font-weight: 700;
        line-height: 1;
        margin: 0;
        text-transform: capitalize;
    }

    .slider-3-content h3 {
        color: #fff;
        display: block;
        font-size: 35px;
        font-weight: normal;
        letter-spacing: 4px;
        margin: 20px 0 33px;
        text-transform: capitalize;
    }

    .slider-3-content > a {
        background-color: #fff;
        color: #333;
        display: inline-block;
        font-size: 14px;
        padding: 10px 20px;
        text-transform: uppercase;
        z-index: 999;
        transition: all .3s ease 0s;
    }

        .slider-3-content > a:hover {
            background-color: #ddd;
            color: #000;
        }

.header-style-3 {
    transition: all 0.3s ease 0s;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

    .header-style-3 .main-menu nav > ul > li > a,
    .header-style-3 a.top-cart,
    .header-style-3 .user.user-style-3 > a,
    .header-style-3 .icon-search-2 {
        color: #fff;
    }

.header-area.stick.header-style-3 .main-menu nav > ul > li > a,
.header-area.stick.header-style-3 a.top-cart,
.header-area.stick.header-style-3 .user.user-style-3 > a,
.header-area.stick.header-style-3 .icon-search-2 {
    color: #333;
}

.header-area.stick {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 10000;
}

    .header-area.stick .main-menu nav > ul > li > a {
        padding: 22px 17px;
    }

    .header-area.stick .logo {
        max-width: 120px;
    }

    .header-area.stick .shopping-cart {
        padding: 7px 0 6px 20px;
    }

    .header-area.stick .user.user-style-3 > a {
        padding: 8px 0 4px;
    }

    .header-area.stick .icon-search-2 {
        padding: 14px 0 7px 39px;
    }

.logo a img.logo-block {
    display: block;
}

.stick .logo a img.logo-block {
    display: none;
}

.logo a img.logo-none {
    display: none;
}

.stick .logo a img.logo-none {
    display: block;
}
/* home 3 banner */

.banner-style-3-img {
    position: relative;
    overflow: hidden;
}

    .banner-style-3-img > img {
        width: 100%;
        transition: all .3s ease 0s;
    }

.banner-style-3-dec {
}

    .banner-style-3-dec > a {
        background-color: rgba(0, 0, 0, 0.8);
        display: inline-block;
        padding: 10px 20px;
        text-transform: uppercase;
        font-weight: 500;
        color: #fff;
        border: none;
        font-size: 14px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        opacity: 0;
    }

        .banner-style-3-dec > a:hover {
        }

.banner-style-3-img:hover img {
    transform: scale(1.2);
}

.cd-headline.clip .cd-words-wrapper::after {
    content: none;
}


/* 5. Breadcrumb style */


.breadcrumb-bg {
    background: rgb(0, 0, 0) url(../img/bg/bg.jpg) center center;
    color: #555;
    position: relative;
    padding: 90px 0 90px 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
    text-shadow: 1px 1px rgba(255,255,255,0.5);
}

    .breadcrumb-bg:before {
        position: absolute;
        content: "";
        /* background-color: #000; */
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: .5;
    }

.breadcrumbs {
    position: relative;
    z-index: 99;
}

h2.breadcrumb-title {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.breadcrumbs > ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
}

    .breadcrumbs > ul li a {
        color: #555;
        padding-right: 12px;
        position: relative;
    }

        .breadcrumbs > ul li a:hover {
            color: #ccc;
        }

        .breadcrumbs > ul li a.active {
            font-weight: normal;
        }

.breadcrumbs ul li a::after {
    background-color: #555;
    content: "";
    font-size: 8px;
    height: 14px;
    margin-left: 11px;
    position: absolute;
    right: 6px;
    top: 1px;
    transform: rotate(13deg);
    width: 0.5px;
}


/*-- 6. Login page ---*/

.login-content {
    background-color: #fff;
    box-shadow: 0 0 40px rgba(7, 7, 7, 0.08);
    padding: 50px 30px;
}

.login-title > h4 {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.login-title {
    margin-bottom: 30px;
    text-align: center;
}

.login-form form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    height: 40px;
}

.login-form form .checkbox-remember > input {
    display: inline-block;
    float: left;
    height: 15px;
    margin-bottom: 0;
    width: 15px;
}

.login-form form .checkbox-remember > label {
    padding-left: 10px;
}

.login-form form .checkbox-remember > a {
    float: right;
}

.login-btn {
    background-color: #333;
    border: medium none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
    transition: all .3s ease 0s;
}

    .login-btn:hover {
        background-color: #000;
    }

.new-account {
    margin-top: 20px;
    text-align: center;
    text-transform: capitalize;
}

    .new-account p {
    }

        .new-account p a {
            color: #333;
        }

    .new-account a:hover {
        color: #666;
    }
/* 7. Shop sidebar page */

.single-sidebar {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    padding: 30px 20px;
}

    .single-sidebar:last-child {
        margin-bottom: 0px;
    }

h3.sidebar-title {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}

    h3.sidebar-title::before {
        background-color: #000;
        bottom: 7px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 50px;
    }

.price-filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #eeeeee none repeat scroll 0 0;
    border: medium none;
    height: 5px;
    margin-left: 10px;
    margin-top: 7px;
    width: 94%;
}

.price-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 0;
    color: #555555;
    cursor: pointer;
    font-weight: normal;
    height: 20px;
    margin-top: -4px;
    width: 13px;
}

.price-filter .ui-slider-range {
    background: #333 none repeat scroll 0 0;
}

.price-slider-amount input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #333;
    font-size: 15px;
    height: 35px;
    margin-top: 10px;
    padding-left: 0;
}

.sidebar-list ul li {
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
}

    .sidebar-list ul li input {
        display: inline-block;
        float: left;
        height: inherit;
        width: inherit;
    }

    .sidebar-list ul li:last-child {
        padding-bottom: 0px;
    }

    .sidebar-list ul li a {
        letter-spacing: 1px;
        padding-left: 10px;
        text-transform: capitalize;
    }

        .sidebar-list ul li a:hover {
            padding-left: 15px;
        }

.tag ul li {
    display: inline-block;
    margin: 0 8px 10px 0;
}

    .tag ul li a {
        border: 1px solid #ddd;
        display: inline-block;
        letter-spacing: 1px;
        padding: 5px 10px;
        text-transform: capitalize;
    }

        .tag ul li a:hover {
            background-color: #333;
            color: #fff;
        }

.sidebar-img img {
    width: 100%;
}

.sidebar-img-text {
    position: relative;
}

.sidebar-img-text {
    position: relative;
}

.sidebar-text {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 24px;
    width: 100%;
    z-index: 999;
}

    .sidebar-text > h3 {
        font-size: 25px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .sidebar-text > h2 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .sidebar-text > a {
        border: 1px solid #333;
        color: #333;
        display: inline-block;
        margin-top: 15px;
        padding: 5px 24px;
        text-transform: uppercase;
    }

        .sidebar-text > a:hover {
            color: #fff;
            background-color: #333;
        }

.sidebar-img {
    position: relative;
}

    .sidebar-img::after {
        background-color: rgba(255, 255, 255, 0.4);
        bottom: 0;
        content: "";
        height: 0;
        left: 0;
        margin: auto;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.6s ease-in 0s;
        width: 0;
        z-index: 1;
    }

.sidebar-img-text:hover .sidebar-img::after {
    height: 100%;
    width: 100%;
}

.blog-wrapper {
    background-color: #fff;
    overflow: hidden;
}

.tab-sort select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("../img/icon-img/1.png") no-repeat scroll right 6px center;
    border: 1px solid #ddd;
    color: #666;
    height: 33px;
    padding-left: 3px;
    padding-right: 10px;
    width: inherit;
}

.tab-sort label {
    color: #666;
    font-size: 14px;
    margin: 0 10px;
}

.tab-menu {
    display: inline-block;
    float: left;
}

.tab-sort {
    display: inline-block;
    float: right;
}

.tab-menu-sort {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
    padding-bottom: 30px;
}

.tab-menu li {
    display: inline-block;
    margin-right: 5px;
}

    .tab-menu li a {
        border: 1px solid #666;
        color: #666;
        display: inline-block;
        padding: 5px 15px;
        text-transform: capitalize;
        transition: all .3s ease 0s;
    }

        .tab-menu li.active a,
        .tab-menu li a:hover {
            color: #fff;
            background-color: #333;
        }

        .tab-menu li a i {
            padding-right: 5px;
        }

.shop-list-left {
    display: inline-block;
    float: left;
}

.single-shop {
    display: block;
    overflow: hidden;
}

.shop-list-name > h3 a {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: capitalize;
}

.shop-list-rating {
    margin-bottom: 9px;
}

.list-price span {
    font-size: 20px;
}

    .list-price span.new {
        margin-right: 20px;
        font-size: 14px;
        color: #999;
    }

    .list-price span.old {
        color: #777;
        text-decoration: line-through;
    }

.shop-list-all > p {
    margin: 0;
}

.shop-list-price {
    margin: 12px 0;
}

.shop-list-cart .shop-group a {
    background-color: #333;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    padding: 8px 20px;
    text-transform: uppercase;
}

    .shop-list-cart .shop-group a:hover {
        background-color: #000;
    }

    .shop-list-cart .shop-group a i {
        color: #fff;
        font-size: 16px;
        margin-right: 5px;
    }

.shop-list-color {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
}

.page-pagination li {
    display: inline-block;
    margin: 0 5px;
}

    .page-pagination li a {
        border: 1px solid #333;
        display: inline-block;
        height: 30px;
        line-height: 27px;
        width: 30px;
        color: #333;
    }

        .page-pagination li a.active,
        .page-pagination li a:hover {
            background-color: #333;
            color: #fff;
        }

/*--- 8. Shopping cart ---*/

.table-content.table-responsive {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0;
}

.shopping-cart-area {
    border-bottom: 1px solid #ddd;
}

    .shopping-cart-area .breadcrumb {
        padding: 30px 0;
    }

        .shopping-cart-area .breadcrumb li a {
            color: #bdbdbd;
            transition: all 0.3s ease 0s;
        }

h1.cart-heading {
    color: #252525;
    font-size: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.cart-title-area {
    padding-top: 30px;
}

.car-header-title h2 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

.table-content table {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    text-align: center;
    width: 100%;
}

.wishlist .table-content table {
    margin: 0 0 0px;
}

.table-content.wish table {
    margin: 0 0 0px;
}

.cart-wishlist-checkout.text-center {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(7, 7, 7, 0.1);
    margin-bottom: 50px;
    padding: 20px;
}

    .cart-wishlist-checkout.text-center li {
        display: inline-block;
        margin: 0 20px;
    }

.table-content table th {
    border-top: medium none;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    padding: 15px 10px 12px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    min-width: initial;
}

.table-content table td {
    border-top: medium none;
    font-size: 13px;
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

    .table-content table td input {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #ddd;
        color: #6f6f6f;
        font-size: 15px;
        font-weight: normal;
        height: 35px;
        padding: 0 5px 0 10px;
        width: 60px;
    }

    .table-content table td.product-subtotal {
        color: #000;
        font-size: 15px;
        width: 120px;
    }

    .table-content table td.product-name a {
        color: #000;
        font-size: 15px;
        margin-left: 10px;
    }

        .table-content table td.product-name a:hover {
            color: #555;
        }

    .table-content table td.product-name {
        width: 270px;
    }

    .table-content table td.product-thumbnail {
        /* width: 130px; */
    }

    .table-content table td.product-remove i {
        color: #000;
        display: inline-block;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 40px;
    }

.table-content table .product-price .amount {
    color: #000;
    font-size: 15px;
}

.table-content table td.product-remove i:hover {
    color: #999;
}

.table-content table td.product-quantity {
    width: 180px;
}

.table-content table td.product-remove {
    width: 150px;
}

.table-content table td.product-price {
    width: 130px;
}

thead {
    background-color: #f1f1f1;
}

.tax-coupon-all {
    background-color: #fff;
    display: block;
    overflow: hidden;
    width: 100%;
    border: 1px solid #ddd;
}

.tax-coupon {
    display: inline-block;
    float: left;
    padding-top: 40px;
    width: 35%;
}

.tax-coupon-details {
    display: inline-block;
    float: left;
    width: 65%;
}

.shipping-dec {
    border-left: 1px solid #ddd;
    padding: 40px 20px;
}

.tax-coupon ul li {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #c5c5c5;
    display: inline-block;
    width: 100%;
}

    .tax-coupon ul li:last-child {
        border-bottom: 1px solid #ddd;
    }

    .tax-coupon ul li a {
        color: #6f6f6f;
        display: inline-block;
        font-size: 14px;
        outline: medium none;
        padding: 15px 20px;
        text-transform: uppercase;
        width: 100%;
    }

        .tax-coupon ul li.active a,
        .tax-coupon ul li a:hover {
            background: #333 none repeat scroll 0 0;
            color: #fff;
        }

.coupon-dec {
    border-left: 1px solid #ddd;
    padding: 40px 20px;
}

.single-shipping-form select {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
}

.single-shipping-form label,
.coupon-dec label {
    color: #333;
    text-transform: capitalize;
}

    .single-shipping-form label em,
    .coupon-dec label em {
        color: #eb340a;
    }

.single-shipping-form {
    margin-bottom: 20px;
}

    .single-shipping-form input,
    .coupon-dec input {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #ddd;
        color: #333;
    }

.single-shipping-botton > button,
button.coupon-btn {
    background-color: #333;
    border: 1px solid #ddd;
    color: #fff;
    display: inline-block;
    padding: 14px 10px;
    text-transform: uppercase;
    width: 100%;
    transition: all .3s ease 0s;
}

    .single-shipping-botton > button:hover,
    button.coupon-btn:hover {
        background-color: #666;
        color: #fff;
    }

button.coupon-btn {
    margin-top: 20px;
}

.cart-total > ul {
    border: 1px solid #ddd;
}

.cart-total li {
    border-bottom: 1px solid #ddd;
    padding: 20px 20px;
}

    .cart-total li:last-child {
        border-bottom: 0px solid #ddd;
    }

.cart-total ul li span {
    float: right;
}

.cart-total-btn {
    margin-top: 30px;
}

.cart-total-btn1 a,
.cart-total-btn2 a {
    background-color: #333;
    border: 1px solid #ddd;
    color: #fff;
    display: inline-block;
    padding: 10px 18px;
    text-transform: uppercase;
}

    .cart-total-btn1 a:hover,
    .cart-total-btn2 a:hover {
        background-color: #666;
        color: #fff;
    }

.cart-total li {
    border-bottom: 1px solid #ddd;
    color: #666;
    font-size: 20px;
    padding: 20px;
    text-transform: capitalize;
}

    .cart-total li.cart-black {
        color: #333;
        font-weight: 600;
    }


/* 9. Contact page */

.contact_form input.error {
    background-image: url("../img/icons/invalid.png");
    background-repeat: no-repeat;
    background-position: right;
}

.contact_form input.valid {
    background-image: url("../img/icons/valid.png");
    background-repeat: no-repeat;
    background-position: right;
}

.main-input input {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    color: #333;
    font-size: 14px;
    height: 45px;
    padding-left: 20px;
}

.text-leave2 textarea {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    color: #666;
    height: 100px;
    padding: 14px 20px;
}

button.submit {
    background-color: #333;
    border: 1px solid #f1f1f1;
    color: #fff;
    font-size: 13px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

    button.submit:hover {
        background-color: #666;
    }

.contact-title {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

    .contact-title::before {
        background-color: #5b5b5b;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 50%;
    }

.main-input input::-webkit-input-placeholder,
.text-leave2 textarea::-webkit-input-placeholder {
    /* Chrome */
    color: #353535;
    opacity: 1;
}

.main-input input::-moz-placeholder,
.text-leave2 textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #353535;
    opacity: 1;
}

.contact-icon {
    border: 1px solid #333;
    border-radius: 50px;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.contact-address {
    padding-left: 60px;
}

    .contact-address h5 {
        color: #333;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
        text-transform: capitalize;
    }

.contact-info-area li {
    margin-bottom: 25px;
}

.contact-address > span {
    font-size: 15px;
}

    .contact-address > span a {
        font-size: 15px;
        color: #333;
    }

#ian {
    height: 402px;
    width: 100%;
}


/* 10. About us */


.showroom-single-img > img {
    width: 100%;
}

.about-img > img {
    width: 100%;
}

.about-all > h2 {
    font-size: 35px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

    .about-all > h2 span {
        border-bottom: 2px solid #333;
        font-weight: 600;
    }

.about-all > ul {
    margin-top: 35px;
    margin-bottom: 35px;
}

.about-all ul li {
    border-bottom: 1px solid #f1f1f1;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.about-all > a {
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    line-height: 1;
    padding: 10px 20px;
    text-transform: uppercase;
}

    .about-all > a:hover {
        color: #fff;
        background-color: #333;
    }

.about-all ul li::before {
    color: #333;
    content: "ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â";
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 12px;
    margin-left: 0;
    margin-right: 15px;
    position: relative;
    top: 1px;
}

.about-img {
    position: relative;
}

    .about-img::before {
        background-color: #000;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0.5;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

.video-popup {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #333;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    left: 50%;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 50px;
}

    .video-popup:hover {
        background-color: #ddd;
        border: 1px solid #ddd;
    }
/* counter */

.single-counter h3 {
    color: #333;
    display: block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-counter p {
    color: #333;
    font-size: 19px;
    text-transform: capitalize;
}

.meet-img-four img {
    filter: grayscale(100%);
    width: 100%;
}

.meet-all-four {
    position: relative;
    overflow: hidden;
}

.meet-img-four {
    position: relative;
}

.meet-all-four:hover .meet-img-four img {
    filter: grayscale(0%);
}

.meet-icon-all-four {
    background-color: #333;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: -35px;
    top: 0;
    transition: all 0.3s ease 0s;
    z-index: 999;
}

.meet-all-four:hover .meet-icon-all-four {
    opacity: 1;
    right: 0;
}

.meet-icon-four > ul {
    padding-top: 44px;
}

.meet-icon-four a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
}

    .meet-icon-four a:hover {
        background-color: #fff;
        color: #333;
    }

.product-content-four {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor #ddd #ddd;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-sizing: border-box;
    padding: 20px 0;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

.meet-all-four:hover h3 {
    color: #555;
}

.product-content-four > h3 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 3px;
}

.product-content-four > p {
    color: #464646;
    font-size: 14px;
    text-transform: capitalize;
}
/* choose area */

.choose-icon {
    display: inline-block;
    float: left;
}

    .choose-icon i {
        border: 1px solid #333;
        display: inline-block;
        font-size: 30px;
        height: 70px;
        line-height: 66px;
        text-align: center;
        width: 70px;
        transition: all .3s ease 0s;
    }

.choose-text {
    padding-left: 100px;
}

    .choose-text > h3 {
        font-size: 22px;
        font-weight: normal;
        line-height: 1;
        text-transform: capitalize;
    }

.single-choose {
    margin-bottom: 38px;
}

    .single-choose:hover .choose-icon i {
        background-color: #333;
        color: #fff;
    }

.choose-couses {
    padding-right: 50px;
}

.single-choose:last-child {
    margin-bottom: 0px;
}

.choose-us-area > h2,
.skill-area > h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 50px;
}
/* skill */

.skill-all {
    margin-top: 77px;
}

.progress > span {
    color: #333;
    float: right;
    font-size: 16px;
    margin-top: -27px;
    position: absolute;
}

.progress {
    background-color: #eee;
    border-radius: 0;
    box-shadow: none;
    height: 6px;
    margin-bottom: 65px;
    overflow: visible;
    position: relative;
}

    .progress .lead {
        color: #333;
        font-family: montserrat;
        font-size: 16px;
        font-weight: normal;
        left: 0;
        position: absolute;
        text-transform: capitalize;
        top: -30px;
        z-index: 99;
    }

.progress-bar {
    background-color: #555;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    transition: width 0.6s ease 0s;
    width: 0;
}

.progress:last-child {
    margin-bottom: 0;
}
/* testimonials area*/

.single-testimonial {
    position: relative;
}

.testimonial-img {
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: -57px;
}

    .testimonial-img > img {
        border: 2px solid #ddd;
        border-radius: 100%;
    }

.testimonial-content > p {
    margin: 0 auto;
    width: 78%;
}

.testimonial-content > ul {
    margin-top: 5px;
}

.testimonial-content li {
    display: inline-block;
    margin: 2px;
}

    .testimonial-content li a {
        color: #ffc741;
    }

.single-testimonial {
    border-radius: 10px;
    margin-top: 57px;
    padding: 103px 0 50px;
}

.testimonial-content {
    padding-bottom: 20px;
}

.testimonial-info > h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.testimonial-info > span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.testi-all .owl-carousel .owl-item img {
    display: inline-block;
    text-align: center;
    width: 110px;
}

.showroom-single-img {
    position: relative;
}

    .showroom-single-img::before {
        background-color: #000;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0.3;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }


/* 11. Single product page */

.large-img > img {
    width: 100%;
}

.product-details-tab .owl-item.active img {
    border: 1px solid #ddd;
}

.details-tab {
    margin-top: 20px;
}

    .details-tab.owl-carousel .owl-nav div {
        background: #fff none repeat scroll 0 0;
        border-radius: 100%;
        color: #333;
        font-size: 20px;
        height: 35px;
        left: 0px;
        line-height: 35px;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s ease 0s;
        width: 35px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

        .details-tab.owl-carousel .owl-nav div:hover {
            background: #333 none repeat scroll 0 0;
            color: #fff;
        }

        .details-tab.owl-carousel .owl-nav div.owl-next {
            left: auto;
            right: 0px;
        }

    .details-tab:hover .owl-nav div {
        opacity: 1;
    }

.single-product-dec > h2 {
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.single-product-dec > h3 {
    font-size: 25px;
    margin: 10px 0 8px;
}

.for-pro-border {
    border-bottom: 1px solid #ddd;
}

.single-cart-color > p,
.pro-color.pro-color-style-2 > p,
.pro-color-size > p,
.model > p,
.pro-quality > p {
    color: #333;
    font-size: 15px;
    margin: 0;
    text-transform: capitalize;
}

.pro-color.pro-color-style-2,
.model {
    margin: 15px 0 18px;
}

.single-pro-cart {
    margin-top: 18px;
}

.single-cart-color > p span,
.model > p span {
    color: #666;
    font-size: 14px;
}

.pro-color.pro-color-style-2 {
    display: block;
    overflow: hidden;
}

    .pro-color.pro-color-style-2 > p,
    .pro-color-size > p,
    .pro-quality > p {
        display: inline-block;
        float: left;
        line-height: 26px;
        margin-right: 10px;
    }

    .pro-color.pro-color-style-2 > ul li {
        cursor: pointer;
        display: block;
        float: left;
        height: 18px;
        margin-right: 8px;
        text-indent: -9999px;
        transition: all 0.4s ease 0s;
        width: 18px;
    }

.pro-color-size > ul li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

.pro-color-size ul li a {
    border: 1px solid #ddd;
    display: inline-block;
    line-height: 1;
    padding: 5px 10px;
    text-transform: uppercase;
}

.pro-color-size ul li.active a {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.pro-color-size {
    display: block;
    overflow: hidden;
    padding: 10px 0;
}

.pro-quality input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #626262;
    height: 32px;
    padding-left: 0;
    text-align: center;
    width: 58px;
}

.single-pro-cart > a {
    background-color: #333;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin-right: 15px;
    padding: 10px 26px;
    text-transform: capitalize;
}

    .single-pro-cart > a:hover {
        color: #ddd;
    }

    .single-pro-cart > a i {
        padding-right: 5px;
    }

.pro-category {
    overflow: hidden;
    margin-bottom: 10px;
}

    .pro-category > p,
    .pro-tag > p,
    .pro-shared > p {
        color: #333;
        display: inline-block;
        float: left;
        font-size: 15px;
        margin: 0 10px 0 0;
        text-transform: capitalize;
    }

    .pro-category ul li,
    .pro-tag ul li,
    .pro-shared ul li {
        display: inline-block;
        margin-right: 7px;
        text-transform: capitalize;
    }

.pro-shared {
    margin-top: 31px;
}

.single-cart-color {
    padding: 28px 0 33px;
}

.single-product-dec-tab ul li {
    display: inline-block;
    margin-right: 20px;
}

    .single-product-dec-tab ul li a {
        background-color: transparent;
        color: #333;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        padding: 10px 20px;
        text-transform: uppercase;
    }

    .single-product-dec-tab ul li.active a {
        background-color: #333;
        color: #fff;
    }

.single-product-dec-tab {
}

.single-product-dec .tab-pane {
    border: 1px solid #f1f1f1;
    padding: 50px 20px 50px 20px;
}

.single-reviews-left {
    display: inline-block;
    float: left;
}

.single-reviews-right {
    display: inline-block;
    padding-left: 15px;
}

    .single-reviews-right ul li {
        display: inline-block;
        margin-right: 3px;
    }

        .single-reviews-right ul li i {
            color: #ffc741;
            font-size: 13px;
        }

.single-reviews {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.single-reviews-left > p {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.customer-reviews-all .col-md-6 > p {
    margin-bottom: 11px;
    text-transform: capitalize;
}

.add-text > h3 {
    font-size: 15px;
    margin-bottom: 13px;
    text-transform: capitalize;
}

    .add-text > h3 span {
        font-weight: 500;
    }

.add-text > p {
    color: #666;
    font-size: 14px;
    text-transform: capitalize;
}

.data-table {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    margin-top: 15px;
    width: 100%;
}

    .data-table th {
        border-right: 1px solid #f2f2f2;
        color: #000;
        font-size: 14px;
        padding: 10px;
        text-align: center;
        text-transform: capitalize;
        vertical-align: middle;
        white-space: nowrap;
    }

    .data-table .one {
        font-size: 14px;
        font-weight: 500;
    }

    .data-table th,
    .data-table td {
        border-bottom: 1px solid #f2f2f2;
        border-right: 1px solid #f2f2f2;
    }

    .data-table td {
        padding: 6px 10px;
    }

.reviews-form {
    margin-top: 30px;
}

    .reviews-form input,
    .reviews-form textarea {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #ddd;
        color: #333;
        margin-bottom: 20px;
    }

.reviews-btn {
    background-color: #333;
    border: medium none;
    color: #fff;
    line-height: 1;
    padding: 15px 30px;
    text-transform: uppercase;
}

.reviews-btn {
    background-color: #333;
    border: medium none;
    color: #fff;
    line-height: 1;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: all .3s ease 0s;
}

    .reviews-btn:hover {
        background-color: #000;
    }

/*--- 12. Blog page --*/

.pages ul li {
    display: inline-block;
    margin: 5px;
}

    .pages ul li a {
        background-color: transparent;
        border-radius: 5px;
        color: #333;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        width: 35px;
        border: 1px solid #333;
        font-size: 15px;
        transition: all .3s ease 0s;
    }

        .pages ul li.active a,
        .pages ul li a:hover {
            background-color: #333;
            color: #fff;
        }

.single-sidebar > form {
    position: relative;
}

.single-sidebar.blog-search-deff input[type="text"] {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #333;
    height: 40px;
    line-height: 28.8px;
    margin: 0;
    outline: medium none;
    padding: 5px 47px 5px 15px;
    position: relative;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.single-sidebar button.blog-submit {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    font-size: 14px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    transition: all .3s ease 0s;
}

    .single-sidebar button.blog-submit:hover {
        background-color: #666;
    }

.recent-img-text {
    display: block;
    overflow: hidden;
}

.recent-img {
    display: inline-block;
    float: left;
    width: 78px;
}

.recent-text {
    padding-left: 90px;
}

    .recent-text h4 {
        font-size: 15px;
        margin-bottom: 10px;
        text-transform: capitalize;
        color: #333;
    }

        .recent-text h4 a {
            color: #333;
        }

            .recent-text h4 a:hover {
                color: #666;
            }

.blog-right-sidebar-top ul li {
    display: block;
}

.post-info li i {
    margin-right: 5px;
}



/*--- 13. Blog details ---*/

.news-allreply {
    display: inline-block;
    float: left;
}

.blog-title-1 {
    display: inline-block;
    float: left;
}

.nes-icon {
    float: right;
}

.blog-title {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.blog-img-details {
    padding-left: 100px;
}

.blog-title-1 > h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.blog-title-1 > span {
    text-transform: capitalize;
}

.blog-top.margin-middle {
    margin-left: 100px;
}

.leave-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    font-size: 14px;
    height: 35px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.text-leave textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #333;
    font-size: 14px;
    height: 165px;
    margin-bottom: 30px;
    padding: 20px;
}

.blog-middel {
    display: none;
}

.text-leave button.submit {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

    .text-leave button.submit:hover {
        background-color: transparent;
        color: #333;
    }

.details-pera {
    margin-top: 20px;
}

blockquote {
    border-left: 10px solid #333;
    font-size: 17px;
    margin: 25px 0;
    padding: 10px 20px;
}

    blockquote p {
        font-size: inherit;
    }

        blockquote p i {
            color: #333;
        }

.post-info li {
    display: inline-block;
    margin-right: 15px;
}

    .post-info li i {
        margin-right: 5px;
    }

.single-blog img {
    width: 100%;
}

h3.leave-comment-text {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}

    h3.leave-comment-text::before {
        background-color: #000;
        bottom: 7px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 50px;
    }

.blog-details-text > h3 {
    font-size: 27px;
    text-transform: capitalize;
}

.nes-icon > a {
    font-weight: 500;
    text-transform: capitalize;
    color: #333;
}

    .nes-icon > a:hover {
        color: #999;
    }

/* 14. Checkout page */

.returning-customer h3,
.customer-coupon h3 {
    background-color: #f6f6f6;
    border-top: 3px solid #333;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none;
    margin: 0 0 2em;
    padding: 15px 20px;
    position: relative;
    width: auto;
}

    .returning-customer h3 span,
    .customer-coupon h3 span {
        color: #333;
        cursor: pointer;
        font-weight: 500;
    }

.coupon-content,
.coupon-checkout-content {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 35px 20px;
    display: none;
}

.coupon-info form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
    height: 35px;
}

.coupon-info p.form-row input {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

    .coupon-info p.form-row input:hover,
    .coupon-info form input.coupon-submit:hover,
    .order-button-payment input:hover {
        background: #666 none repeat scroll 0 0;
    }

    .coupon-info p.form-row input[type="checkbox"] {
        height: inherit;
        position: relative;
        top: 2px;
        width: inherit;
        margin-right: 10px;
    }

.form-row > label {
    margin-bottom: 0;
    margin-top: 14px;
}

.form-row {
    display: block;
    margin: 20px 0 7px;
    overflow: hidden;
}

.coupon-info form input.coupon-submit,
.order-button-payment input {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
    margin-top: 20px;
}

.billing-input input,
.billing-input select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
    height: 40px;
    margin-bottom: 20px;
}

.billing-input textarea {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    height: 120px;
}

.billing-input input[type="checkbox"] {
    height: inherit;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: inherit;
}

.billing-details-area > h2,
.your-order > h2,
.your-payment h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.your-order ul {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
}

    .your-order ul li {
        border-bottom: 1px solid #ddd;
        font-size: 15px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        text-transform: capitalize;
    }

        .your-order ul li.order-total {
            font-weight: 500;
        }

        .your-order ul li:last-child {
            border-bottom: 0px solid #ddd;
        }

        .your-order ul li span {
            float: right;
        }

.billing-details-area {
    background-color: #f6f6f6;
    padding: 40px 20px;
}

.your-order-payment {
    background-color: #f6f6f6;
    overflow: hidden;
    padding: 40px 20px;
}

.your-order {
    margin-bottom: 26px;
}

.product-curosel .single-shop {
    margin-bottom: 2px;
}

a#scrollUp {
    background: #333 none repeat scroll 0 0;
    bottom: 54px;
    color: #fff;
    font-size: 23px;
    height: 40px;
    line-height: 34px;
    position: absolute;
    right: 32px;
    text-align: center;
    width: 40px;
}

    a#scrollUp:hover {
        background: #000 none repeat scroll 0 0;
    }


/* 15. 404 page */

.error-content h1 {
    font-size: 130px;
    font-weight: bold;
    letter-spacing: 12px;
    line-height: 1;
    margin: 0;
}

.error-content > h3 {
    font-size: 30px;
    font-weight: normal;
    margin: 11px 0 30px;
}

.error-content > p {
    font-size: 16px;
    margin-bottom: 30px;
}

.error-content > a {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 14px 30px 12px;
    transition: all 0.3s ease 0s;
}

    .error-content > a:hover {
        background-color: transparent;
        border: 1px solid #333;
        color: #333;
    }

.logo img {
    max-width: 100%;
}

.cart-menu .sponsor img {
    max-width: 65px;
    transition: 200ms;
}

.sc-title {
    text-align: center;
}

    .sc-title h2 {
        margin: 0;
        margin-bottom: 10px;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 100;
        display: inline-block;
        position: relative;
    }

        .sc-title h2:before {
            content: "";
            display: block;
            width: 42px;
            height: 2px;
            background: #000;
            position: absolute;
            bottom: -4px;
            left: 0;
        }

    .sc-title p {
        color: #999;
        font-weight: 200;
        font-size: 16px;
        margin-bottom: 40px;
    }

.footer-logo img {
    width: 100%;
}

.footer-widget p {
    text-align: justify;
    max-width: 480px;
}

.banner-style-3-dec:hover > a {
    opacity: 1;
}

.banner-style-3-dec > a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.facebook-page iframe {
    margin: auto;
    width: 500px;
    display: block;
}

.cart-content h3 {
    line-height: 0;
    margin-bottom: 0px;
}

.shopping-cart ul li:last-child {
    border: none;
}


span.list-category a {
    color: #999;
    font-size: 14px;
    display: inline-block;
    padding: 15px 0;
}

ul.other-btn li:nth-child(2) {
    display: none;
}

.header-top {
    padding: 0;
    background: #822427;
    font-size: 12px;
    position: relative;
    z-index: 1;
}

.nivo-caption {
    bottom: 0px;
    top: auto;
    box-shadow: 0px -280px 200px -50px rgba(0, 0, 0, 0.8) inset;
    text-align: center;
    opacity: 1;
    padding-bottom: 120px;
    height: auto;
    padding-top: 120px;
}



.header-area {
    position: relative;
    z-index: 1111111;
    width: 100%;
}


.facebook-badge {
    background: url('../img/bg/facebook.png');
    background-position: center center;
    background-size: 820px auto;
    background-repeat: no-repeat;
    padding: 64px 0 70px 0;
    margin-bottom: -20px;
    margin-top: -46px;
    position: relative;
}

    .facebook-badge iframe {
        display: block;
        margin: auto;
        /* box-shadow: 0px 0px 10px 0px #00000082; */
    }

    .facebook-badge:after {
        content: "";
        display: block;
        width: 300px;
        height: 2px;
        box-shadow: 0px -20px 28px 1px rgba(0, 0, 0, 0.52);
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -150px;
        border-radius: 50%;
    }

.profile-content input[type='submit'], .profile-content button {
    width: auto !important;
    padding: 10px 30px;
}

legend {
    padding: 10px 0;
    font-weight: bold;
}


.header-area.stick .header-top {
    display: none;
}

.header-area.stick .cart-menu .sponsor img {
    max-width: 55px;
    margin-left: 10px;
}

body.is-stuck {
    padding-top: 119px;
}

.header-to-info ul li i.fa.fa-envelope {
    font-size: 15px;
}

.user-search > div > a {
    color: #ffe6e6;
    padding: 0 10px;
    line-height: 38px;
    display: inline-block;
}

    .user-search > div > a:hover {
        color: #ffffff;
    }

    .user-search > div > a > i {
        font-size: 17px;
        vertical-align: top;
        line-height: 38px;
        margin-right: 4px;
    }

.main-menu nav > ul > li > a:hover {
    color: #b92327;
}

select {
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 0;
}

textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    min-height: 130px;
    resize: none;
}

input[type="file"] {
    padding: 8px 10px;
}

.row-section {
    width: 100%;
    padding-top: 30px;
}

    .row-section h2 {
        float: left;
        width: 100%;
        color: #fff;
        margin-bottom: 30px;
        font-size: 14px;
    }

        .row-section h2 span {
            font-family: 'Libre Baskerville', serif;
            display: block;
            font-size: 45px;
            text-transform: none;
            margin-bottom: 20px;
            margin-top: 30px;
            font-weight: 700;
        }

        .row-section h2 a {
            color: #d2abce;
        }

    .row-section .row-block {
        background: #fff;
        padding: 20px;
        margin-bottom: 50px;
    }

        .row-section .row-block ul {
            margin: 0;
            padding: 0;
        }

            .row-section .row-block ul li {
                list-style: none;
                margin-bottom: 20px;
            }

                .row-section .row-block ul li:last-child {
                    margin-bottom: 0;
                }

                .row-section .row-block ul li:hover {
                    cursor: grabbing;
                }

        .row-section .row-block .media {
            border: 1px solid #d5dbdd;
            padding: 20px 20px;
            border-radius: 5px;
            box-shadow: 0px 2px 1px rgba(0,0,0,0.04);
            background: #fff;
        }

    .row-section .media .media-left img {
        width: 75px;
    }

    .row-section .media .media-body p {
        padding: 0 15px;
        font-size: 14px;
    }

    .row-section .media .media-body h4 {
        color: #0d0d0d;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
        padding-left: 14px;
        margin-top: 12px;
    }

    .row-section .btn-default {
        background: #b82125;
        color: #fff;
        border-radius: 30px;
        border: none;
        font-size: 16px;
    }

#html5-watermark {
    display: none !important;
}

.banner-style-3-img.wrapped.mb-30 {
    height: 270px;
}

ul.MainCat ul {
    margin-left: 20px;
    margin-top: 5px;
}

    ul.MainCat ul li {
        margin: 0;
        padding: 0;
    }

    ul.MainCat ul a {
        margin: 0;
        color: #999;
        font-size: 13px;
    }


.header-bottom {
    box-shadow: 0px -17px 15px 10px #000;
}

.category-ratting .category {
    max-width: 60%;
    overflow: hidden;
    height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.about-all li:before {
    display: none;
}

.about-all ol li , .about-all ul li {list-style: decimal;}

.about-all ol ul , .about-all ol ul {
    padding-left: 30px;
}

.about-all li ul li , .about-all li ol li {
    list-style: lower-alpha;
    margin-top: 18px;
    border: none;
}

.about-all li li ul li, .about-all li li ol li {
    list-style: lower-roman;
}
.float-btn{
    float: right;
}
