/*
Template Name: Nikado
Description: Responsive eCommerce Bootstrap Template
Version: 1.0.0
*/
/* ===================================================
    [  Table of contents  ]
======================================================

    1. Header Top Area
    2. Header Middle Area
    3. Header Bottom Area
    4. Slider Area
    5. Banner Area
    6. Product Area
    7. Service Area
    8. Product Area 2
    9. Product Deal Area
    10. Blog Area
    11. Brand
    12. Banner Call To Action Area
    13. Footer Top Area
    14. Footer Middle Area
    15. Footer Call To Action Area
    16. Footer Bottom Area
    17. Modal (Quick View Product)
    18. Header-2
    19. Service Area-2
    20. Slider Area-2
    21. Banner Item 3, 4
    22. Banner Area 3, Banner Item 5
    23. Product Style 2
    24. Service Area 3
    25. Slider Style 2 (Home - 4)
    26. Breadcrumb 
    27. Single Product
    28. Post Page
    29. Sidebar Widgets
        (i). Search Widget
        (ii). Categroies Widget, archives Widget
        (iii). Procuct Color Widget
        (iv). Recent Post Widget
        (v). Comments Widget
        (vi). Tags Widget
        (vii). Product Price Slider Widget
        (viii). Featured Product Widget
        (ix). Banner Widget
    30. Shop
    31. Portfolio
    32. Single Page
    33. FAQ Page
    34. About Us
    35. CounterUp Area
    36. Progress Bar Area
    37. Contact Area
    38. Service Area 2
    39. Service Area 3
    40. About Service Area
    41. Pricing Table Area
    42. Call to Action Area
    43. Error 404 Area
    44. Shopping Cart Area
    45. Checkout
    46. Login & Register
    47. ScrollUp
 
======================================================
[ End table content ]
=================================================== */


/* ======================================================
    Header
====================================================== */
/* ----------------------------------------------
    1. Header Top Area
---------------------------------------------- */
/*welcome*/
.welcome {
    height: 45px;
    line-height: 45px;
}
.welcome p {
    margin-bottom: 0;
    display: inline-block;
    font-size: 12px;
    color: #555555;
}
.top-bar-right {
    line-height: 1;
}
/*language-menu*/
.language-menu .nice-select-menu {
    border: 0;
    height: 45px;
    line-height: 45px;
}
.language-menu .nice-select-menu .current {
    font-size: 12px;
}
/*currency-menu*/
.currency-menu .nice-select-menu {
    border: 0;
    height: 45px;
    line-height: 45px;
}
.currency-menu .nice-select-menu .current {
    font-size: 12px;
}
/*login-register*/
.login-register {
    height: 45px;
    line-height: 45px;
    margin-bottom: 0;
}
.login-register li {
    display: inline-block;
    list-style: none;
    font-size: 12px;
    margin-left: 10px;
}
.login-register li a {
    color: #f82e56;
}
.login-register li:hover a {
    text-decoration: underline;
}
/* ----------------------------------------------
    2. Header Middle Area
---------------------------------------------- */
.header-middle-area {
    padding: 25px 0;
}
/*header-search*/
.header-search {
  background-color: #eef1fa;
  border-radius: 25px;
  margin-top: 7px;
  max-width: 100%;
  padding-left: 10px;
}
.category-select .nice-select-menu {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent; 
    border-radius: 0;
    border: 0;
    height: 45px;
    line-height: 45px;
    min-width: 180px;
}
.category-select .nice-select-menu > ul.list {
    max-height: 280px;
    overflow-y: auto;
    z-index: 9999999;
}
.header-search-form {
    position: relative;
    overflow: hidden;
}
.header-search-form:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 1px;
    height: 30px;
    background-color: #777;
}
.header-search-form input {
    margin-bottom: 0;
    border: 0;
}
.header-search-form input[type="text"] {
    padding-right: 130px;
}
.header-search-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
}

.shop-cart-menu {
    margin-top: 11px;
}
.shop-cart-menu > ul {
    margin-bottom: 0;
}
.shop-cart-menu > ul > li {
    list-style: none;
    display: inline-block;
    position: relative;
    line-height: 45px;
}
.shop-cart-menu > ul > li + li {
    margin-left: 15px;
}
.shop-cart-menu > ul > li > a {
    display: block;
}
.shop-cart-menu > ul > li:hover > a {
    color: #f82e56;
}
.shop-cart-menu > ul > li > a i {
    font-size: 28px;
}
.shop-cart-menu > ul > li > a sup {
    font-size: 12px;
    top: -22px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background-color: #f82e56;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    right: 5px;
}

.shop-cart-menu > ul li ul {
    margin-bottom: 0;
    position: absolute;
    height: auto;
    z-index: 999999999;
    background-color: #fff;
    padding: 10px 20px;
    right: 0;
    width: 300px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    top: 150%;
    transition: all 0.3s ease 0s; 
    opacity: 0;
    visibility: hidden;
    max-height: 450px;
    overflow-y: auto;
}
.shop-cart-menu > ul li:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.shop-cart-menu > ul li ul li {
    list-style: none;
    padding: 15px 0;
    line-height: 1.5;
}
.shop-cart-menu > ul li ul li + li {
    border-top: 1px solid #e5e5e5;
}
.shop-cart-img {
    width: 70px;
    float: left;
}
.shop-cart-info {
    overflow: hidden;
    padding-right: 25px;
    position: relative;
    padding-left: 10px;
}
.shop-cart-info h5 {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    margin: 0 0 5px;
}
.shop-cart-info h5 a {
    text-decoration: none;
}
.shop-cart-info h5 a:hover {
    color: #f82e56;
}
.shop-cart-info .price {
    font-size: 14px;
    font-weight: 600;
    color: #f82e56;
    display: block;
}
.shop-cart-info .quantaty {
    color: #9a9a9a;
    font-size: 12px;
    display: block;
}
.shop-cart-info .cart-remove {
    position: absolute;
    right: 0;
    top: 0;
}
.shop-cart-info .cart-remove {
    position: absolute;
    right: 0;
    top: 0;
}
.shop-cart-info .cart-remove i {
    color: #fff;
    height: 18px;
    width: 18px;
    line-height: 18px;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 12px;
    transition: all 0.3s ease 0s;
}
.shop-cart-info .cart-remove i:hover {
    color: #f82e56;
}
.shop-cart-total p {
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
}
.shop-cart-total p span {
    color: #f82e56;
}
.shop-cart-btn a {
    background-color: #444;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    line-height: 28px;
    text-decoration: none;
}
.shop-cart-btn a:hover {
    background-color: #f82e56;
}

.header-3 .shop-cart-menu {
    margin-top: 15px;
}
/* ----------------------------------------------
    3. Header Bottom Area
---------------------------------------------- */
.header-bottom-area {
    background-color: #006f08;
}
/*main-menu*/
.main-menu ul {
    margin-bottom: 0;
}
.main-menu ul li {
    display: inline-block;
    position: relative;
    list-style: none;
}
.main-menu ul li:hover a {
    text-decoration: none;
}
.main-menu nav > ul > li > a {
    font-size: 16px;
    display: block;
    font-weight: 600;
    color: #fff;
    padding: 0 20px;
    height: 65px;
    line-height: 65px;
    text-transform: uppercase;
}
.main-menu nav > ul > li.current > a {
    background-color: #F82E56;
}
.main-menu nav > ul > li:hover > a {
    background-color: #F82E56;
}
.main-menu nav > ul > li ul {
    position: absolute;
    padding: 10px 0;
    width: 255px;
    box-shadow: 0 2px 2px 2px rgba(0,0,0,0.2);
    left: 0;
    z-index: 9;
    background-color: #fff;
    margin-left: 0;
    -webkit-transform: perspective( 600px ) rotateX( -90deg );
    -moz-transform: perspective( 600px ) rotateX( -90deg );
    -ms-transform: perspective( 600px ) rotateX( -90deg );
    -o-transform: perspective( 600px ) rotateX( -90deg );
    transform: perspective( 600px ) rotateX( -90deg );
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
     -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.main-menu nav > ul > li:last-child ul {
    left: auto;
    right: 0;
}
.main-menu nav > ul > li ul li {
    display: block;
}
.main-menu nav > ul > li ul li a {
    padding: 10px 10px 10px 25px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #444444;
    text-transform: capitalize;
}
.main-menu nav > ul > li ul li.current a,
.main-menu nav > ul > li ul li a:hover {
    color: #F82E56;
}
/*megamenu-3-column*/
.main-menu nav > ul > li ul.megamenu-3-column {
    width: 600px;
    -webkit-transform: perspective( 600px ) rotateX( -90deg );
    -moz-transform: perspective( 600px ) rotateX( -90deg );
    -ms-transform: perspective( 600px ) rotateX( -90deg );
    -o-transform: perspective( 600px ) rotateX( -90deg );
    transform: perspective( 600px ) rotateX( -90deg );
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
     -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.main-menu nav > ul > li ul.megamenu-3-column > li {
    width: 33%;
    float: left;
}
.main-menu nav > ul > li ul.megamenu-3-column > li > a {
    font-size: 16px;
    font-weight: 700;
    color: #6d6d6d;
}
.main-menu nav > ul > li ul.megamenu-3-column > li ul {
    width: auto;
    box-shadow: none;
    position: inherit;
}
.main-menu nav > ul > li ul {
    opacity: .0;
    visibility: hidden;
}
.main-menu nav > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective( 600px ) rotateX( 0deg );
    -moz-transform: perspective( 600px ) rotateX( 0deg );
    -ms-transform: perspective( 600px ) rotateX( 0deg );
    -o-transform: perspective( 600px ) rotateX( 0deg );
    transform: perspective( 600px ) rotateX( 0deg );

}

/*header-3*/
.header-3 .main-menu nav > ul > li > a {
  color: #333745;
  padding: 0 15px;
}
.header-3 .main-menu nav > ul > li:hover > a {
  background-color: transparent;
  color: #f82e56;
}
.header-3 .main-menu nav > ul > li.current > a {
  background-color: transparent;
  color: #f82e56;
}
.header-3 .header-search {
  margin-top: 10px;
}

/*hotline*/
.hotline {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  height: 65px;
  padding-left: 20px;
  padding-top: 12px;
}
.hotline .hotline-icon, 
.hotline .hotline-number {
  display: inline-block;
}
.hotline-icon {
    padding-top: 3px;
    padding-right: 3px;
}
.hotline-icon i {
    color: #f82e56;
    font-size: 40px;
}
.hotline-number {
  text-align: left;
}
.hotline-number span {
    display: block;
    line-height: 1.4;
}

/* ----------------------------------------------
    4. Slider Area
---------------------------------------------- */
.single-slider-wrapper {
    height: 700px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider-1-1 {
    background-image: url( "../images/slider/slider-1.jpg" );
}
.slider-1-2 {
    background-image: url( "../images/slider/slider-2.jpg" );
}
.slider-2-1 {
    background-image: url( "../images/slider/2-1.jpg" );
}
.slider-2-2 {
    background-image: url( "../images/slider/2-2.jpg" );
}
.slider-3-1 {
    background-image: url( "../images/slider/1.jpg" );
}
.slider-3-2 {
    background-image: url( "../images/slider/2.jpg" );
}
.slider-4-1 {
    background-image: url( "../images/slider/4-1.jpg" );
}
.slider-4-2 {
    background-image: url( "../images/slider/4-2.jpg" );
}
.slider-content-1 h3 {
    background: #09f5775d;
    display: inline-block;
    font-size: 80px;
    font-weight: 300;
    color: #fff;
    padding: 0 10px;
    margin: 0 0 12px 0;
}
.slider-content-1 h2 {
    font-size: 98px;
    line-height: 1;
    background-color: rgb(248, 46, 86);
    color: #fff;
    padding: 0 10px;
    font-weight: 300;
    display: inline-block;
    margin: 0 0 12px 0;
}
.slider-content-1 h4 {
    font-size: 70px;
    line-height: 1;
    font-weight: 300;
    background-color: rgb(248, 46, 86);
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    margin: 0 0 12px 0;
}
.button-1 a {
    font-size: 24px;
    line-height: 24px;
    padding: 12px 20px 10px;
    display: inline-block;
    text-decoration: none;
}
.slider-content-2 h3 {
    font-size: 72px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    line-height: 1;
}
.slider-content.slider-content-2 h2 {
    color: #fff;
    margin: 0;
    line-height: 1;
    overflow: hidden;
    margin-left: -10px;
}
.slider-content.slider-content-2 h2 strong {
    font-size: 150px;
    float: left;
    margin-right: 5px;
}
.slider-content.slider-content-2 h2 span {
    display: block;
    font-size: 70px;
    font-weight: 300;
    font-family: "Open Sans";
    line-height: 1;
}
/*owl-dots*/
.slider-carousel-active.owl-carousel .owl-dots {
    bottom: 35px;
    position: absolute;
}
.slider-carousel-active.owl-carousel .owl-dots .owl-dot span {
    background-color: #eee;
}
.slider-carousel-active.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #ea3a3c;
}
/*owl-nav*/
.slider-carousel-active.arrow-style-2 .owl-nav button {
    left: 50px;
    background-color: #292560;
    border: 1px solid #292560;
    color: #fff;
    height: 60px;
}
.slider-carousel-active.arrow-style-2 .owl-nav button.owl-next {
    left: auto;
    right: 50px;
}
/* Normal desktop :1024px. */
@media (min-width: 1399px) {
    .slider-content-1 {
        margin-left: 0px;
    }

}

/* Normal desktop :1170px. */
@media (min-width: 1400px) {
    .slider-content-1 {
        margin-left: -175px;
    }

}

/* Default Slider Animations */
.owl-item .slider-content * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-item.active .slider-content * {}
.owl-item.active .slider-animated-1 h3 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-item.active .slider-animated-1 h2 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-item.active .slider-animated-1 h4 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-item.active .slider-animated-1 a {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* Slider Animations 2 */

.owl-item.active .slider-animated-2 h2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.owl-item.active .slider-animated-2 h3 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.owl-item.active .slider-animated-2 h4 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.owl-item.active .slider-animated-2 a {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

/* Slider Animations 3 */
.owl-item.active .slider-animated-3 h2 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.owl-item.active .slider-animated-3 a {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* Slider Animations 4 */
.owl-item.active .slider-animated-4 h2 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-4 a {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/* ----------------------------------------------
    5. Banner Area
---------------------------------------------- */
.banner-style-1 .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.banner-style-1 .container-fluid .row {
    margin-left: 0;
    margin-right: .0;
}
.banner-style-1 .container-fluid [class*="col-lg-"] {
    padding-left: 0;
    padding-right: 0;
}
.banner-item {
    overflow: hidden;
}
.banner-item img {
    width: 100%;
    transition: all 0.8s ease-in-out;
    transform: scale(1);
}
.banner-item:hover img {
    transform: scale(1.1);
}
.banner-1 {
    position: relative;
}
.banner-1 .banner-info {
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    max-width: 100%;
	padding: 10px;
}
.banner-1 .banner-info h3 {
    font-size: 40px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 10px 0;
}
.banner-1 .banner-info p {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.banner-1 a.more-info {
    font-weight: 600;
    color: #f82e56;
    text-decoration: underline;
    margin-top: 20px;
    display: inline-block;
}
/* ----------------------------------------------
    6. Product Area
---------------------------------------------- */
.single-product-wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.product-info {
    background-color: #eef1fa;
    padding: 20px 20px 18px;
}
.product-info h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-info h4 a {
    text-decoration: none;
}
.product-rattings span {
    margin: 0 -2px;
    font-size: 15px;
}
.product-rattings .fa-star,
.product-rattings .fa-star-half-o {
    color: #e9b528;
}
.product-rattings .fa-star-o {
    color: #d3ced2;
}
.product-rattings {
    margin: 0 0 8px;
    line-height: 1;
}
.product-price {
    font-size: 16px;
}
.product-price span {
    color: #f82e56;
    font-weight: 600;
}
.product-price del {
    color: #999;
    font-weight: 400;
    margin-left: 3px;
}
.product-img {
    position: relative;
}
.product-img a {
    display: block;
}
.product-img a img {
    width: 100%;
}
.product-hover {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    white-space: nowrap;
}
.product-hover .quick-view {
    margin-bottom: 8px;
    position: relative;
    top: -45px;
    transition: all 0.5s ease 0s;
    opacity: 0;
}
.quick-view a {
    font-size: 16px;
    display: inline-block;
    background-color: #292560;
    color: #fff;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 14px;
    text-decoration: none;
}
.quick-view a:hover {
    background-color: #00adef;
}
.quick-view a i {
    font-size: 24px;
    margin-right: 10px;
}

.product-hover .product-action {
    position: relative;
    top: -45px;
    transition: all 0.8s ease 0s;
    opacity: 0;
}
.product-action a {
    background-color: #292560;
    width: 31%;
    height: 50px;
    display: inline-block;
    line-height: 52px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    float: left;
    text-decoration: none;
}
.product-action a i {
    font-size: 24px;
}
.product-action a + a {
    margin-left: 5px;
}
.product-action a:hover {
    background-color: #00adef;
}
.single-product-wrapper:hover .quick-view {
    top: 0;
    transition: all 0.8s ease 0s;
    opacity: 1;
}
.single-product-wrapper:hover .product-action {
    top: 0;
    transition: all 0.5s ease 0s;
    opacity: 1;
}
.product-tab-menu {
    border-bottom: 2px solid #00adef;
    margin-bottom: 25px;
}
.product-tab-menu .nav a {
    display: inline-block;
    line-height: 51px;
    background-color: transparent;
    padding: 0 35px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.product-tab-menu .nav a:hover {
    background-color: #00ADED;
    color: #fff;
}
.product-tab-menu .nav a.active {
    background-color: #00ADED;
    color: #fff;
}
.arrow-style-1 .owl-nav {
    right: 15px;
}
.deal-carousel-active.arrow-style-1 .owl-nav,
.brand-carousel-active.arrow-style-1 .owl-nav {
    right: 0;
}
/* ----------------------------------------------
    7. Service Area
---------------------------------------------- */
.single-service-wrapper {
    margin-bottom: 25px;
}
.service-icon i {
    background: #f82e56;
    border-radius: 100%;
    font-size: 35px;
    margin-bottom: 15px;
    width: 78px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    position: relative;
}
.service-icon i:after {
    border-radius: 100%;
    content: "";
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}
.single-service-wrapper:hover i:after {
    border: 3px solid #fff;
}
.single-service-wrapper h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 5px;
}
.single-service-wrapper p {
    margin-bottom: 0;
}

/* ----------------------------------------------
    8. Product Area 2
---------------------------------------------- */
.product-area-2 {
    z-index: 9;
    position: relative;
}
.mt--145 {
    margin-top: -145px; 
}
.product-area-2 .row {
    background-color: #fff;
}
.product-area-2 .product-tab-menu {
    margin-top: 30px;
}
/* ----------------------------------------------
    9. Product Deal Area
---------------------------------------------- */
.product-deal-area {
    padding: 60px 0 30px;
}
.title-1 {
    border-bottom: 2px solid #00adef;
    margin-bottom: 25px;
}
.title-1 h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #00adef;
    line-height: 51px;
    padding: 0 20px;
    position: relative;
    margin: 0;
}
.single-deal-wrapper {
    background-color: #fff;
}
.deal-img {
    text-align: center;
    position: relative;
}
.deal-img .quick-view {
    display: inline-block;
    position: absolute;
    transition: .3s;
    max-width: 165px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
    opacity: 0;
    top: 70%;
    visibility: hidden;
    transition: all 0.8s ease 0s;
}
.single-deal-wrapper:hover .deal-img .quick-view {
    top: 85%;
    opacity: 1;
    visibility: visible;
}
.deal-info {
    padding: 55px 0;
}
.deal-info h4 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.deal-info h4 a {
    text-decoration: none;
}
.deal-price {
    font-size: 30px;
    margin-bottom: 30px;
}
.deal-price span {
    color: #333745;
    font-weight: 600;
    margin-right: 5px;
}
.deal-info .product-rattings {
    margin: 0 0 15px;
    line-height: 1;
}
.deal-info p {
  font-size: 13px;
}
.select-option a {
    display: inline-block;
    line-height: 70px;
    background-color: #f82e56;
    padding: 0 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.select-option a i {
    font-size: 32px;
    margin-right: 15px;
}
.select-option a:hover {
    background-color: #00adef;
}
/*deal-counter*/
.deal-counter {
    margin-bottom: 20px;
    overflow: hidden;
}
.deal-counter .cdown {
    background-color: #41df7c;
    display: block;
    min-height: 70px;
    min-width: 70px;
    text-align: center;
    position: relative;
    float: left;
}
.deal-counter .cdown + .cdown {
    margin-left: 5px;
}
.deal-counter .cdown .time-count {
    font-size: 24px;
    color: #fff;
    margin: 15px 0 0;
    display: block;
    line-height: 24px;
}
.deal-counter .cdown p {
    font-size: 14px;
    margin: 0;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    line-height: 20px;
}
.deal-counter .cdown:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: rgba(0,0,0,0.1) #fff #fff rgba(0,0,0,0.1);
    border-style: solid;
    border-width: 6px;
}

/* ----------------------------------------------
    10. Blog Area
---------------------------------------------- */
.single-blog-wrapper {
    margin-bottom: 55px;
}
.blog-img {
    margin-bottom: 20px;
}
.blog-date-pin {
    min-height: 70px;
    background-color: #6e6e6e;
    display: inline-block;
    padding: 10px;
    text-align: center;
    min-width: 70px;
    float: left;
    margin-right: 20px;
    position: relative;
}
.blog-date-pin:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: #f82e56 #fff #fff #f82e56;
    border-style: solid;
    border-width: 6px;
}
.blog-date-pin span {
    display: block;
    font-size: 24px;
    margin-top: 3px;
    line-height: 1;
    color: #fff;
}
.blog-date-pin span.month {
    font-size: 14px;
}
.blog-info {
    overflow: hidden;
    margin: 0;
}
.button-2 a {
    color: #f82e56;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
}
.button-2 a:hover {
    text-decoration: none;
}
.blog-carousel-active-2 .single-blog-wrapper {
    margin-bottom: 0px;
}
/* ----------------------------------------------
    11. Brand
---------------------------------------------- */
.brand-carousel-active {
  padding: 10px 0 35px;
  
}
/* ----------------------------------------------
    12. Banner Call To Action Area
---------------------------------------------- */
.banner-call-to-action-area {
    background-color: #292560;
    padding-top: 15px;
    padding-bottom: 15px;
}
.banner-call-to-action-area .row {
    display: flex;
    align-items: center;
}
/* banner-call-to-action-area-2 (Owl-Carousel) */
.banner-call-to-action-area-2 {
    background-color: #292560;
    padding-top: 15px;
    padding-bottom: 15px;
	
}
.banner-call-to-action-carousel-active.owl-carousel .owl-nav button {
    position: absolute;
    left: -200px;
    top: 50%;
    transform: translateY(-50%);
}
.banner-call-to-action-carousel-active.owl-carousel .owl-nav button.owl-next {
    right: -200px;
    left: auto;
	
}
/* ======================================================
    Footer
====================================================== */
/* ----------------------------------------------
    13. Footer Top Area
---------------------------------------------- */
.footer-top-area {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}
.footer-newsletter-form {
    background-color: #eef1fa;
    border-radius: 22px;
    margin-top: 8px;
}
.footer-newsletter-form form {
    display: flex;
    align-items: center;
}
.footer-newsletter-form label {
    min-width: 200px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    border-right: 1px solid #000;
}
.footer-newsletter-form input {
    margin-bottom: 0;
    border: 0;
}
.footer-newsletter-form form input[type="submit"] {
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
}

/* ----------------------------------------------
    14. Footer Middle Area
---------------------------------------------- */
.footer-middle-area {
    padding-top: 50px;
}
.single-footer-wrapper {
    margin-bottom: 50px;
}
.footer-title {
    font-size: 20px;
    font-weight: 700;
    color: #3f3f3f;
    margin-top: 0;
    margin-bottom: 25px;
}
.footer-menu ul {
    margin-bottom: 0;
}
.footer-menu ul li {
    list-style: none;
    display: block;
}
.footer-menu ul li a {
    display: inline-block;
    color: #555555;
    text-decoration: none;
    line-height: 30px;
}
.footer-menu ul li a:hover {
    color: #f82e56;
}

/* ----------------------------------------------
    15. Footer Call To Action Area
---------------------------------------------- */
.footer-call-to-action-area {
    padding-top: 45px;
    padding-bottom: 15px;
    background-color: #eef1fa;
}
.single-footer-call-to-wrapper {
  margin-bottom: 30px;
}
.single-footer-call-to-wrapper label {
    position: relative;
    color: #f82e56;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
    padding-left: 30px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}
.single-footer-call-to-wrapper label i {
  position: absolute;
  left: 0;
  font-size: 30px;
}
.single-footer-call-to-wrapper strong {
  color: #3f3f3f;
  font-size: 20px;
  font-weight: 400;
}
.single-footer-call-to-wrapper a {
    text-decoration: none;
}

/* ----------------------------------------------
    16. Footer Bottom Area
---------------------------------------------- */
.footer-bottom-area {
    padding-top: 35px;
    padding-bottom: 40px;
}
.payment-accept ul {
    margin-bottom: 0;
}
.payment-accept ul li {
    list-style: none;
    display: inline-block;
}
.payment-accept ul li + li {
    margin-left: 10px;
}

/* ----------------------------------------------
    17. Modal (Quick View Product)
---------------------------------------------- */
.modal-dialog {
    max-width: 880px;
    margin: 150px auto 0;
}
.modal-product-image {
    margin-bottom: 40px;
}
.modal-product-info {
    margin-bottom: 30px;
}
.modal-tab-menu .nav {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
   overflow: hidden; /* firefox vs38.0 */
}
.modal-tab-menu .nav a {
    border:  1px solid #f5f5f5;
    width: 23%; /* firefox vs38.0 */
    margin-bottom: 10px;
}
.modal-tab-menu .nav a + a {
    margin-left: 10px;
}
.modal-tab-content {
    margin-bottom: 10px;
}
.modal-tab-content img {
    border: 1px solid #f5f5f5;
}

.modal-product-color .nice-select-menu {
    width: 100%;
    border-radius: 0;
}
.modal-product-color .nice-select .list {
    width: 100%;
}
.modal-close-btn button {
    margin-right: 15px;
    margin-top: 10px;
}
.modal-close-btn .close i {
    font-size: 30px;
    color: red;
}
.modal-product-info h3 {
    margin-top: 0;
    color: #666;
    font-size: 24px;
    text-transform: uppercase;
}
.modal-product-info .product-price {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.see-all-features {
    margin: 0 0 15px;
}
.see-all-features a {
    text-decoration: underline;
    color: #00adef;
}
.modal-product-color {
    margin: 0 0 20px;
}
.product-quantity {
    margin: 0 0 15px;
}
.product-quantity > label {
    line-height: 45px;
    margin-right: 10px;
}
.cart-plus-minus {
    text-align: center;
    width: 150px;
    color: #666666;
    line-height: 45px;
    font-size: 20px;
}
.qtybutton {
    height: 45px;
    line-height: 45px;
    width: 30%;
    border: 1px solid #ccc;
}
.dec.qtybutton {
    float: left;
    border-right: 0;
}
.inc.qtybutton {
    float: right;
    border-left: 0;
}
input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
    font-family: roboto;
    height: 45px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    width: 40%;
    border: 1px solid #ccc;
    border-radius: 0;
    float: left;
}
.modal-product-action a {
    font-size: 16px;
    line-height: 52px;
    padding: 0 20px;
    background-color: #929292;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 10px;
    height: 50px;
}
.modal-product-action a.addtocart {
    background-color: #00adef;
}
.modal-product-action a.addtocart i {
    margin-right: 10px;
}
.modal-product-action a:hover {
    background-color: #f82e56;
}
/* ----------------------------------------------
    Home Page 2
---------------------------------------------- */
/* ----------------------------------------------
    18. Header-2
---------------------------------------------- */
.header-2 .shop-cart-menu {
    margin-top: 15px;
}
.header-2 .hotline {
    padding-top: 3px;
    height: 45px;
    border-color: #555;
    margin-top: 5px;
}
/* ----------------------------------------------
    19. Service Area-2
---------------------------------------------- */
.single-service-wrapper-2 .service-icon {
    float: left;
}
.single-service-wrapper-2 .service-info {
    overflow: hidden;
}
.single-service-wrapper-2 .service-icon {
    margin: 0 15px 0 0;
}
.single-service-wrapper-2 .service-icon i {
    background: transparent;
    width: inherit;
    height: inherit;
    line-height: 1;
    margin-bottom: 0;
    color: #f82e56;
}
.single-service-wrapper-2 .service-icon i:after {
    display: none;
}
.single-service-wrapper-2 h4 {
    line-height: 1;
    margin: 0;
}
.single-service-wrapper-2.text-right .service-icon {
    float: right;
    margin: 0 0 0 15px;
}
.single-service-wrapper-2.text-center .service-icon {
    float: none;
    margin: 0 0 15px 0;
}
/* ----------------------------------------------
    20. Slider Area-2
---------------------------------------------- */
.slider-area-2 {
    background-color: #ededed;
}
.single-slider-wrapper-2 {
    background-size: cover;
    height: 480px;
    padding-top: 100px;
}
.slider-content-3 h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 80px;
    color: #ababab;
    margin: 0 0 0px 30px;
    line-height: 1;
}
.slider-content-3 h3 {
    font-size: 100px;
    line-height: 1;
    font-family: Poppins;
    text-transform: uppercase;
    font-weight: 700;
    color: #343435;
    margin: 0;
    line-height: 1;
}
.slider-content-3 h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #555;
    line-height: 1;
    letter-spacing: 4px;
    font-weight: 400;
    margin: 0 0 0px 10px;
}
.slider-button-2 {
    margin-top: 40px;
    margin-left: 80px;
}
.slider-button-2 a {
    color: #f82e56;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 15px;
    border: 2px solid #f82e56;
    border-radius: 25px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.slider-button-2 a:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 50%;
    background-color: red;
    height: 2px;
    width: 30px;
    transform: translateY(-50%);
}
.slider-button-2 a:after {
    content: "";
    position: absolute;
    right: -35px;
    top: 50%;
    background-color: red;
    height: 2px;
    width: 30px;
    transform: translateY(-50%);
}


.slider-content-4 h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 80px;
    color: rgb(171, 171, 171);
    margin: 0 0 0px 30px;
    line-height: 1;
}
.slider-content-4 h4 {
    font-size: 30px;
    text-transform: uppercase;
    color: rgb(52, 52, 53);
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0 0 8px 10px;
    font-family: teko;
}
.slider-content-4 h3 {
    font-size: 60px;
    font-family: teko;
    text-transform: uppercase;
    font-weight: 700;
    color: #f82e56;
    margin: 0;
    line-height: 1;
}
.slider-content-4 .button-1 {
    margin-top: 20px;
    margin-left: 65px;
}
.slider-content-4 .button-1 a {
    font-size: 24px;
    font-weight: 700;
    padding: 15px 30px;
}

/*owl-dots*/
.slider-2-carousel-active.owl-carousel .owl-dots {
    bottom: 35px;
    position: absolute;
	
}
.slider-2-carousel-active.owl-carousel .owl-dots .owl-dot span {
    background-color: #eee;
}
.slider-2-carousel-active.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #ea3a3c;
}


/* ----------------------------------------------
    21. Banner Item 3, 4
---------------------------------------------- */
.banner-item-3,
.banner-item-4 {
    position: relative;
}
.banner-3-info {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.banner-3-info h5 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 8px;
}
.banner-3-info h4 {
    font-size: 34px;
    text-transform: uppercase;
    color: #f82e56;
    line-height: 1;
    margin: 0;
}
.banner-item-4 {
    background-color: #f82e56;
    min-height: 225px;
    position: relative;
}
.banner-3-info h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}
.banner-item-4 .banner-3-info h2 {
    color: #fff;
}
.banner-3-info p {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 0;
}
.banner-hover {
    position: relative;
}
.banner-hover:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    border: 1px solid transparent;
    pointer-events: none;
}
.banner-hover:hover:before {
    border-color: rgba(255,255,255,0.8);
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
}
/* ----------------------------------------------
    22. Banner Area 3, Banner Item 5
---------------------------------------------- */
.banner-item-5-info {
    padding-top: 60px;
}
.banner-item-5-info h3 {
    font-size: 24px;
    font-weight: 600;
    color: #555;
    line-height: 1;
    margin: 0;
}
.banner-item-5-info h3 span {
    font-size: 50px;
    font-weight: 400;
    color: #f82e56;
}
.banner-item-5-info h2 {
    font-size: 100px;
    color: #292560;
    font-weight: 700;
    line-height: 1;
}
.banner-item-5-info h2 span {
    color: #bbafa9;
}

/* ----------------------------------------------
    23. Product Style 2
---------------------------------------------- */
.product-style-2 .single-product-wrapper {
    text-align: left;
    margin-bottom: 15px;

}
.product-style-2 .product-img {
    float: right;
    width: 27%;
}
.product-style-2 .product-info {
    float: left;
    width: 72%;
    padding: 10px 20px 10px;
}

/* ----------------------------------------------
    24. Service Area 3
---------------------------------------------- */
.service-area-3 .single-service-wrapper {
    padding: 45px 10px;
    background-color: #eef1fa;
    border: 3px solid #fff;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
}
.service-area-3 .single-service-wrapper:hover {
    border-color: #f82e56;
}
.service-section-title {
    margin-bottom: 30px;
}
.service-title-icon {
    float: left;
    margin-right: 20px;
}
.service-title-info {
    overflow: hidden;
}
.service-title-info h2 {
    margin: 0 0 6px 0;
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
}
.service-title-info p {
    margin: 0;
}
.single-deal-wrapper-2 .deal-counter {
    width: 70px;
    float: left;
    padding-top: 25px;
}
.single-deal-wrapper-2 .deal-counter .cdown + .cdown {
    margin-left: 0;
    margin-top: 5px;
}
.single-deal-wrapper-2 .deal-img {
    overflow: hidden;
}
.single-deal-wrapper-2 .deal-info {
    padding: 10px 0 55px;
}
.single-deal-wrapper-2.style-3 .deal-info {
    padding: 30px 20px;
}
.single-deal-wrapper-2:hover .deal-img .quick-view {
  opacity: 1;
  top: 80%;
  visibility: visible;
}
/* ----------------------------------------------
    25. Slider Area 4 (Home - 4)
---------------------------------------------- */
/*slider-4*/
.slider-area-4 .single-slider-wrapper {
    height: 530px;
}
.slider-4 .slider-content-1 {
    margin-left: 0;
    padding-left: 45px;
}
.slider-4 .slider-content-1 h3 {
    font-size: 50px;
    line-height: 1;
    float: left;
}
.slider-4 .slider-content-1 h2 {
    font-size: 65px;
    float: left;
}
.slider-4 .slider-content-1 h4 {
    font-size: 45px;
    float: left;
}
.slider-4 .button-1 {
    display: block;
    clear: both;
    position: relative;
    left: 35%;
    margin-top: 15px;
}
.slider-4 .slider-content-2 h3 {
    font-size: 50px;
    color: #029AA8;
    margin-bottom: 5px;
}
.slider-4 .slider-content.slider-content-2 h2 strong {
    font-size: 100px;
    color: #00ADEF;
}
.slider-4 .slider-content.slider-content-2 h2 span {
    font-size: 48px;
    color: #292560;
}
.slider-4 .slider-content.slider-content-2 {
    position: relative;
    top: -80px;
    left: 45%;
}

/* ----------------------------------------------
    26. Breadcrumb 
---------------------------------------------- */
.breadcrumb-area {
    padding-top: 30px;
    padding-bottom: 30px;
}
.breadcrumb-title h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.breadcrumb-title + .breadcrumb-menu {
    margin-top: 8px;
}
.breadcrumb-menu + .breadcrumb-title {
    margin-top: 8px;
}
.breadcrumb-menu ul {
    margin: 0;
}
.breadcrumb-menu ul li {
    display: inline-block;
    list-style: none;
    position: relative;
    color: #7e7e7e;
    font-size: 13px;
    line-height: 34px;
}
.breadcrumb-menu ul li a {
    display: block;
    color: #333;
    text-decoration: none;
}
.breadcrumb-menu ul li:hover a {
    color: #f82e56;
}
.breadcrumb-menu ul li a i {
    font-size: 16px;
}
.breadcrumb-menu ul li + li {
    margin-left: 40px;
}
.breadcrumb-menu ul li + li:before {
    content: "\f105";
    left: -25px;
    position: absolute;
    font-family: 'fontawesome';
}
.breadcrumb-title {
    position: relative;
    margin-bottom: 10px;
}
.line-bottom {
    position: relative;
}
.line-bottom:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e5e5e5;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.line-bottom h2 {
    display: inline-block;
    border-bottom: 2px solid #f82e56;
}

/* ----------------------------------------------
    27. Single Product
---------------------------------------------- */
.product-details-info {
    padding: 30px;
}
.product-details-info h4 {
    font-size: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.product-details-info p {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
}
.product-details-info .product-price {
    margin-bottom: 15px;
}
.product-details-info .in-stock i {
    color: #77a464;
}
.product-details-info .product-action a {
    width: inherit;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
}
.product-details-info [data-original-title="Add to cart"] {
    background-color: #00adef;
}
.product-details-info [data-original-title="Add to cart"] i {
    margin-right: 10px;
}
.product-details-info .product-meta {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #ddd;
}
.meta-item ul {
    margin-bottom: 10px;
}
.meta-item ul li {
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    text-transform: capitalize;
}
.meta-item ul li a {
    font-weight: 400;
    text-decoration: none;
}
.product-details-tab-1 .nav a {
    margin-bottom: 10px;
    padding: 10px 10px;
    display: block;
    background-color: #f82e56;
}
.product-tab-menu .nav a {
    display: inline-block;
    line-height: 51px;
    background-color: transparent;
    padding: 0 20px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}

.easyzoom, .easyzoom a  {
    width: 100%;
    display: block;
}
.easyzoom a img {
    width: 100%;
}
.easyzoom .easyzoom-flyout img {
    max-width: none;
}

/*sidebar-product-carousel-widget*/
.sidebar-product-carousel-widget .product-tab-menu .nav a {
    padding: 0 20px;
}
.sidebar-product-carousel-widget .product-style-2 .product-img {
    float: left;
}
/*product-desctiption-review*/
.product-desctiption-review .nav a {
    padding: 10px 0;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}
.product-desctiption-review .nav a + a {
    margin-left: 30px;
}
.product-desctiption-review .nav a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    border-bottom: 2px solid #f82e56;
    -webkit-transition: all .4s ease-out;
}
.product-desctiption-review .nav a:hover:after {
    width: 100%;
}
.product-desctiption-review .nav a.active:after {
    width: 100%;
}
.product-desctiption-review .nav a:hover,
.product-desctiption-review .nav a.active {
    color: inherit;
}
.product-desctiption-review .nav a {
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}
.shop_attributes tr td, 
.shop_attributes tr th {
    border: 1px solid #e5e5e5;
    padding: 8px;
}
.shop_attributes tr td p, 
.shop_attributes tr th p {
    margin-bottom: 0;
    color: #999;
}
.product-desctiption-review .nav {
    margin-bottom: 30px;
}
.product-desctiption-review .tab-pane {
    /*padding: 25px 0;*/
    border-bottom: 1px solid #e5e5e5;
    color: #999;
    /*margin-bottom: 30px;*/
}
.media-info {
    border: 1px solid #e5e5e5;
    padding: 1em 1em 0;
    position: relative;
}
.media-info:before {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    content: '';
    display: block;
    height: 10px;
    left: -6px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}
.media h5 {
    color: #777;
    font-size: 16px;
}
.media h5 span {
    color: #777;
    font-weight: 400;
}
.media-body p {
    color: #999;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px;
}
.media-review {
    max-width: 650px;
    margin: 0 auto;
}
/* ----------------------------------------------
    28. Post Page
---------------------------------------------- */
.single-post-wrapper.text-center h1 {
    margin: 10px 0 15px;
}
.single-post-wrapper h1 a {
    text-decoration: none;
}
.single-post-wrapper h1 img {
    margin-right: 10px;
}
.post-meta ul {
}
.post-meta ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    color: #8c8c8c;
}
.post-meta ul li:last-child {
    margin-right: 0;
}
.post-meta ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    text-transform: capitalize;
}
.post-meta ul li i {
    margin-right: 5px;
}
.post-meta ul li:hover a {
    
}
.post-meta ul li.post-category a {
    margin-right: 5px;
}
.post-meta ul li.post-category a:hover {
    text-decoration: underline;
}
.post-image {
    margin: 30px 0;
}
.single-post-wrapper {
    margin: 0 0 30px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 30px;
}
.button-3 a {
    font-size: 12px;
    font-weight: 700;
    padding: 0 15px;
    text-decoration: none;
    background-color: #f82e56;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.button-3 a:hover {
    background-color: #333;
}
.button-5 a {
    border: 1px solid #333;
    font-size: 12px;
    font-weight: 700;
    padding: 0 15px;
    text-decoration: none;
    background-color: transparent;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #333;
}
.button-5 a:hover {
    background-color: #f82e56;
    border-color: #f82e56;
    color: #fff;
}
/*social-media*/
.social-media ul {
    margin-bottom: 0;
}
.social-media ul li.media-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #8c8c8c;
    margin-right: 20px;
}
.social-media ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.social-media ul li:last-child {
    margin-right: 0;
}
.social-media ul li a {
    background-color: #f1f1f1;
    height: 26px;
    width: 26px;
    display: block;
    line-height: 26px;
    text-align: center;
    border-radius: 100%;
    color: #353535;
    font-size: 12px;
}
.social-media ul li:hover a {
    background-color: #f82e56;
    color: #fff;
}
/*pagination*/
.pagination-menu li {
    display: inline-block;
    list-style: none;
}
.pagination-menu li a {
    display: inline-block;
    font-weight: 700;
    padding: 0 15px;
    line-height: 30px;
    background-color: #e5e5e5;
    color: #444;
    text-decoration: none;
    position: relative;
    transition: all 0.4s ease 0s;
}
.pagination-menu li a:hover,
.pagination-menu li.active a,
.pagination-menu li.prev a,
.pagination-menu li.next a {
    background-color: #f82e56;
    color: #fff;
}
.pagination-menu li.prev a:hover,
.pagination-menu li.next a:hover {
    background-color: #444;
}
.pagination-menu li.next a:before,
.pagination-menu li.prev a:before {
    content: "";
    display: block;
    height: 30px;
    width: 11px;
    position: absolute;
    right: -11px;
    top: 0;
    border-left-color: #f82e56;
    border-style: solid;
    border-width: 15px 0 15px 11px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.pagination-menu li.prev a:before {
    left: -11px;
    border-right-color: #f82e56;
    border-style: solid;
    border-width: 15px 11px 15px 0;
}
.pagination-menu li.next a:hover:before {
    border-left-color: #444;
}
.pagination-menu li.prev a:hover:before {
    border-right-color: #444;
}
.pagination-menu ul {
    margin-left: 11px;
    margin-bottom: 0;
}
.pagination-menu.text-right ul {
    margin-left: 0;
    margin-right: 11px;
}
.pagination-menu.text-center ul {
    margin-left: 0;
    margin-right: 0;
}
/*pagination-menu-2*/
.pagination-menu-2 ul {
    margin-bottom: 0;
}
.pagination-menu-2 li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
.pagination-menu-2 li a {
    color: #222;
    display: block;
    padding: 0 10px;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid transparent;
    margin: 0 0 -1px;
}
.pagination-menu-2 li:hover a,
.pagination-menu-2 li.active a {
    color: #f82e56;
    border-bottom: 1px solid #f82e56;
}
/* ----------------------------------------------
    29. Sidebar Widgets
---------------------------------------------- */
.widget + .widget {
    margin-top: 30px;
}
.widget-title {
    border-bottom: 2px solid #00adef;
    margin-bottom: 25px;
    margin-top: 0;
}
.widget-title span {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #00adef;
    line-height: 51px;
    padding: 0 20px;
    position: relative;
    margin: 0;
}
/* (i). Search Widget */
.search-widget form {
    border: 1px solid #e5e5e5;
    padding: 20px;
}
.search-widget input {
    height: 34px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.search-widget input[type="submit"] {
    width: 100%;
    margin-bottom: 0px;
    background-color: #444;
    border-color: #444;
}
.search-widget input[type="submit"]:hover {
    background-color: #f82e56;
    border-color: #f82e56;
}
/* (ii). Categroies Widget  archives Widget */
.procuct-color-widget ul,
.procuct-color-widget ol,
.product-categories-widget ul,
.product-categories-widget ol,
.categroies-widget ul,
.categroies-widget ol,
.archives-widget ul,
.archives-widget ol {
    margin-bottom: 0;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
}
.procuct-color-widget ul li,
.product-categories-widget ul li,
.categroies-widget ul li,
.archives-widget ul li {
    list-style: none;
}
.procuct-color-widget ul li,
.procuct-color-widget ol li,
.product-categories-widget ul li,
.product-categories-widget ol li,
.categroies-widget ul li,
.categroies-widget ol li,
.archives-widget ul li,
.archives-widget ol li {
    line-height: 30px;
}
.procuct-color-widget ul li a,
.product-categories-widget ul li a,
.categroies-widget ul li a,
.archives-widget ul li a {
    color: #666;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    text-decoration: none;
}
.procuct-color-widget ul li a:before,
.product-categories-widget ul li a:before,
.categroies-widget ul li a:before,
.archives-widget ul li a:before {
    display: inline-block;
    content: "";
    height: 10px;
    width: 10px;
    border: 1px solid #e5e5e5;
    margin-right: 8px;
}
.procuct-color-widget ul li a:hover:after,
.product-categories-widget ul li a:hover:after,
.categroies-widget ul li a:hover:after,
.archives-widget ul li a:hover:after {
    color: #41fd07;
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    display: block;
    left: 0;
    top: 0;
}
.categroies-widget ul li a:hover,
.product-categories-widget ul li a:hover,
.archives-widget ul li a:hover {
    color: #f82e56;
}
/*product-categories-widget  procuct-color-widget*/
.procuct-color-widget ul,
.product-categories-widget ul {
    border: 0;
    padding: 0;
}
/* (iii). Procuct Color Widget */
.procuct-color-widget ul li a {
    display: block;
}
.procuct-color-widget ul li span {
    float: right;
}
.procuct-color-widget ul li a:hover:after {
    color: #292560;
}
.procuct-color-widget ul li a:hover {
    color: #292560;
}
/* (iv). Recent Post Widget */
.recent-post-item + .recent-post-item {
    margin-top: 30px;
}
.recent-post-widget-inner {
    border: 1px solid #efefef;
    padding: 15px 15px;
}
.recent-post-image {
    float: left;
    max-width: 70px;
    margin-right: 15px;
    max-width: 50px;
}
.recent-post-image a {
    display: inline-block;
    border: 2px solid transparent;
}
.recent-post-image img {
  width: 100%;
}
.recent-post-image a:hover {
    border-color: #f82e56;
}
.recent-post-info {
    overflow: hidden;
    margin-left: 65px;
}
.recent-post-info h6 {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    text-transform: capitalize;
    margin: 0 0 2px;
}
.recent-post-info h6 a {
    text-decoration: none;
}
.recent-post-meta span {
    color: #a2a2a2;
    font-size: 11px;
    text-transform: uppercase;
}
/* (v). Comments Widget */
.comments-item + .comments-item {
    margin-top: 30px;
}
.comments-widget-inner {
    border: 1px solid #efefef;
    padding: 15px 15px;
}
.commenter-image {
    float: left;
    max-width: 70px;
    margin-right: 15px;
    max-width: 50px;
}
.comments-image a:hover {
    border-color: #f82e56;
}
.comments-info {
    overflow: hidden;
    margin-left: 65px;
}
.comments-info h6 {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    text-transform: capitalize;
    margin: 0 0 2px;
}
.comments-info h6 a {
    text-decoration: none;
}
.comments-info label {
    font-size: 11px;
    color: #a2a2a2;
}
.comments-info label a {
    text-decoration: none;
}
/* (vi). Tags Widget */
.tags-widget ul {
    margin-bottom: 0;
}
.tags-widget ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
.tags-widget ul li a {
    text-decoration: none;
    color: #555;
    font-size: 13px;
    padding: 0 15px;
    text-transform: capitalize;
}
.tags-widget ul li a:hover {
    color: #f82e56;
}
/* ----- shop-sidebar ---- */
.widget-title-2 {
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0;
    font-weight: 700;
    color: #3b3b3b;
}
.filter-widget {
    padding: 20px;
    border: 1px solid #e5e5e5;
}
/* (vii). Product Price Slider Widget */
.price-slider-inner .ui-slider-horizontal {
    background-color: #a2a2a2;
    border-radius: 4px;
    height: 7px;
    border: 0;
    margin: 0 0 25px;
}
.price-slider-inner .ui-slider .ui-slider-range {
    background-color: #a2a2a2;
}
.price-slider-inner .ui-slider .ui-slider-handle {
    background-color: #fff;
    border-radius: 100%;
    width: 21px;
    height: 21px;
    border: 4px solid #f82e56;
    top: -7px;
    cursor: ew-resize;
}
.price-slider-inner label {
    float: left;
}
.price-slider-inner input[type="text"] {
    width: 70%;
    border: 0;
    height: inherit;
    color: #3b3b3b;
    padding: 0 0 0 10px;
    margin-bottom: 25px;
}
.price-slider-inner input[type="submit"] {
    padding: 0 15px;
    margin-bottom: 0;
    height: 40px;
}
/* (viii). Featured Product Widget */
.featured-product-widget-inner .single-product-wrapper {
    text-align: left;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 15px 0 10px;
    width: 100%;
}
.featured-product-widget-inner .single-product-wrapper:last-child {
    border-bottom: 0;
}
.featured-product-widget-inner .product-img {
    float: left;
    max-width: 90px;
    margin-right: 15px;
}
.featured-product-widget-inner .product-info {
    background-color: transparent;
    padding: 0 0 0 5px;
    overflow: hidden;
}
/* (ix). Banner Widget */
.Banner-widget a {
    position: relative;
    display: block;
}
.Banner-widget a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.Banner-widget:hover a:before {
    opacity: .1;
    visibility: visible;
}
.Banner-widget:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.Banner-widget img {
    -webkit-transition: all 3.5s ease 0s;
    transition: all 3.5s ease 0s;
    width: 100%;
}
.Banner-widget {
    overflow: hidden;
}

/* ----------------------------------------------
    30. Shop
---------------------------------------------- */
.shop-option {
    position: relative;
}
.shop-option:before {
    border-top: 1px solid #e5e5e5;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
}
.short-by-menu .nice-select-menu {
  background-color: #e1e1e1;
  border: 0 none;
  border-radius: 0;
  height: 34px;
  line-height: 34px;
  z-index: 999;
}
.showing-product-no {
    background-color: #fff;
}
.showing-product-no label {
    height: 34px;
    line-height: 34px;
    background-color: #e1e1e1;
    margin: 0 15px;
    padding: 0 15px;
}
.shop-tab-menu {
    background-color: #fff;
    position: relative;
    z-index: 9;
}
.shop-tab-menu .nav a {
    font-size: 14px;
    color: #999;
    font-weight: 600;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    margin-left: 10px;
}
.shop-tab-menu .nav a.active {
    color: #444;
}
.shop-tab-menu .nav a.active i {
    color: #f82e56;
}
.shop-tab-menu .nav a i {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 3px;
}

/*shop-list-view*/
.shop-list-view .single-product-wrapper {
    overflow: hidden;
    /*background-color: #eef1fa;*/
    text-align: left;
}
.shop-list-view .product-img {
    float: left;
    /*max-width: 270px;*/
    max-width: 31%;
    border: 1px solid #e5e5e5;
}
.shop-list-view .product-info {
    overflow: hidden;
    /*background-color: transparent;*/
}
.shop-list-view .product-info h4 {
    font-size: 16px;
}
.shop-list-view .product-price {
    margin-bottom: 5px;
}
.shop-list-view .product-action a {
    background-color: #929292;
    width: auto;
    padding: 0 15px;
}
.shop-list-view .product-action a span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 5px;
    position: relative;
    top: -3px;
}
.shop-list-view .product-action a:hover {
    background-color: #00adef;
}

/* ----------------------------------------------
    31. Portfolio
---------------------------------------------- */
.portfolio-item {
    margin-bottom: 30px;
}
.portfolio-info {
    padding: 25px 20px 30px;
    background-color: #f9f9f9;
}
.portfolio-info h4 {
    margin: 0 0 15px;
}
.portfolio-info h4 a {
    text-decoration: none;
}
.portfolio-info p {
    font-size: 13px;
    line-height: 1.8;
}
.button-4 a {
    padding: 14px 20px;
    display: inline-block;
    background-color: #F4524D;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid transparent;
}
.portfolio-info .button-4 a {
    padding: 11px 20px;
}
.button-4 a:hover {
    background-color: #f23630;
    border-color: #f23630;
    color: #f7f7f7;
}

/* ----------------------------------------------
    32. Single Page
---------------------------------------------- */
.post-details-wrapper .single-post-wrapper {
    border-bottom: 0;
    padding-bottom: 0;
}
.post-details-wrapper .post-info p {
    color: #555;
    font-size: 15px;
}
blockquote {
    color: #bababa;
    font-size: 18px;
    font-style: italic;
    margin: 40px 0 40px 0;
    padding: 0 0 0 10px;
    border-left: 5px solid #f82e56;
    line-height: 26px;
}
.post-taxonomy {
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #999;
}
.post-taxonomy a {
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    color: #999;
}
.title-2 {
    margin: 0 0 30px;
    position: relative;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.related-post-info {
    margin-top: 25px;
}
.related-post-info h4 {
    font-size: 14px;
    margin: 0 0 3px;
    text-transform: uppercase;
}
.related-post-info h4 a {
    text-decoration: none;
}
.related-post-info label {
    color: #8c8c8c;
    font-size: 12px;
}
.comment-area .media h5 {
    margin: 0 0 10px;
}
.comment-area .media h5 a {
    text-decoration: none;
}
.comment-area .media h5 span {
    font-size: 12px;
    display: block;
}
.comment-reply a {
    height: 30px;
    display: inline-block;
    padding: 0 20px;
    background-color: #ddd;
    line-height: 30px;
    border-radius: 3px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
}
.comment-reply a:hover {
    background-color: #f82e56;
    color: #fff;
}
.leave-reply-area input[type="submit"] {
    height: 40px;
    padding: 0 15px;
    background-color: #333;
    border-color: #333;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}
.leave-reply-area p {
    font-size: 12px;
    color: #999;
}
.leave-reply-area label {
    color: #333;
    font-size: 13px;
    margin: 0 0 5px;
}
.leave-reply-area input[type="submit"]:hover {
    background-color: #f82e56;
    border-color: #f82e56;
}

/* ----------------------------------------------
    33. FAQ Page
---------------------------------------------- */
.faq-header h4 {
    margin: 0 0 5px;
}
.faq-header p {
    font-size: 13px;
    color: #555;
}
.faq-inner .card {
    margin-bottom: 10px;
    border-radius: 0;
    border: 0;
}
.faq-inner .card h4 {
    background-color: #f2f2f2;
    margin: 0;
    font-size: 13px;
    color: #555;
    padding: 15px 10px 15px 25px;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    transition: .3s;
}
.faq-inner .card h4[aria-expanded="true"] {
    border-top: 1px solid #f82e56;
    border-bottom: 0;
    border-left: 1px solid #f82e56;
    border-right: 1px solid #f82e56;
}
.faq-inner .card .show {
    border: 1px solid #f82e56;
    border-top: 0;
}
.faq-inner .card-body p {
    font-size: 13px;
}
.faq-inner .card h4 {
    position: relative;
}
.faq-inner .card h4:before {
    position: absolute;
    content: "\f278";
    right: 15px;
    font-family: Material-Design-Iconic-Font;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}
.faq-inner .card h4[aria-expanded="true"]:before {
    content: "\f273";
}
/* ----------------------------------------------
    34. About Us
---------------------------------------------- */
.about-us-info {
    padding-left: 20px;
    padding-right: 30px;
}
.about-us-info h2 {
    font-weight: 900;
    margin-bottom: 40px;
}
.about-us-info p {
    font-size: 18px;
}

/* ----------------------------------------------
    35. CounterUp Area
---------------------------------------------- */
.counter-up-area .col-lg-3:nth-child(odd)  .counter-item {
    background-color: #f3f3f3;   
}
.counter-up-area .col-lg-3:nth-child(even) .counter-item  {
    background-color: #e8e8e8;   
}
.counter-up-area .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
}
.counter-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 230px;
}
.counter-item .counter-img {
    margin-right: 20px;
}
.counter-item .counter-info {
    text-align: left;
}
.counter-number {
    line-height: 1;
}
.counter-item .counter-number span {
    font-size: 30px;
    font-weight: 700;
    color: #2f2f2f;
}
.counter-info h6 {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2F2F2C;
}

/* ----------------------------------------------
    36. Progress Bar Area
---------------------------------------------- */
.progress-inner h3 {
    font-family: Open Sans;
    font-weight: 300;
    margin: 0 0 35px;
    color: #444;
    font-size: 25px;
}
.progress-inner .progress {
    background-color: #F7F7F7;
    border-radius: 0;
    margin-bottom: 40px;
    position: relative;
    overflow: inherit;
}
.progress-inner .progress-bar {
    background-color: #7B7B7B;
    text-align: left;
    padding-left: 50px;
}
.progress-inner .progress-bar span {
    background-color: #3E3E3E;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 35px;
    border: 3px solid #a0a0a0;
    border-radius: 100%;
    left: -2px;
    top: -12px;
    text-align: center;
}

/* ----------------------------------------------
    37. Contact Area
---------------------------------------------- */
.title-3 {
    font-size: 25px;
    font-weight: 400;
}
.contact-area .title-3 {
    margin-top: 0;
}
.contact-form label {
    font-size: 13px;
    margin-bottom: 3px;
}
.contact-form textarea {
    min-height: 150px;
}
.contact-address ul li {
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
    font-size: 13px;
}
.contact-address ul li a {
    text-decoration: none;
}
.contact-address ul li i {
    margin-right: 20px;
}

/* ----------------------------------------------
    38. Service Area 2
---------------------------------------------- */
.service-item-2 {
    margin-bottom: 40px;
}
.service-2-info {
    padding-top: 35px;
}
.service-2-info h6 {
    font-size: 14px;
    font-weight: 900;
    color: #444;
    margin: 0 0 15px;
}

.section-title-area {
    width: 62%;
}
.section-title {
    font-family: Raleway;
    margin: 0;
    color: #444;
    font-weight: 900;
}
.section-title-area p {
    font-size: 13px;
    margin-bottom: 0;
}
.section-title + p {
    margin-top: 20px;
}
.text-center.section-title-area {
    margin-left: auto;
    margin-right: auto;
}
.text-right.section-title-area {
    margin-left: auto;
    margin-right: 0;
}

/* ----------------------------------------------
    39. Service Area 3
---------------------------------------------- */
.services-area-3 {
    background-color: #2D313C;
}
.services-item-3 {
    overflow: hidden;
    margin-bottom: 60px;
}
.service-3-icon {
    float: left;
    margin-right: 20px;
}
.service-3-icon i {
    color: #4fc1f0;
    font-size: 30px;
}
.service-3-info {
    overflow: hidden;
}
.service-3-info h6 {
    margin: 0 0 5px;
}
.service-3-info p {
    font-size: 13px;
}

.service-3-info h6 {
    color: #c6c6c6;
}
.services-area-3 .section-title-area p,
.service-3-info p {
    color: #999;
}

/* ----------------------------------------------
    40. About Service Area
---------------------------------------------- */
.about-services-info h2 {
    text-align: center;
    font-family: Raleway;
    margin-bottom: 50px;
    color: #444;
    font-weight: 900;
}
.about-services-info p {
    font-size: 13px;
}

.button-6 a {
    padding: 12px 20px;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #2A2A2A;
    color: #2A2A2A;
    font-size: 16px;
}
.button-6 a i {
    margin-left: 10px;
}
.button-6 a:hover {
    background-color: #2A2A2A;
    border-color: #2A2A2A;
    color: #fff;
}

/* ----------------------------------------------
    41. Pricing Table Area
---------------------------------------------- */
.pricing-table-item {
    text-align: center;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34,25,25,0.4);
    margin-bottom: 50px;
}
.pricing-table-info {
    padding: 0 20px 40px 20px;
}
.pricing-table-item h6 {
    color: #fff;
    background-color: #FA5F7E;
    margin: 0;
    padding: 25px 0;
    font-size: 14px;
    font-weight: 600;
}
.pricing-table-item h2 {
    font-size: 48px;
    font-weight: 700;
    color: #555;
    margin: 0;
    padding: 30px 0 40px;
}
.pricing-table-item h2 span {
    font-size: 12px;
}
.pricing-table-info ul {
    margin-bottom: 50px;
}
.pricing-table-item ul li {
    list-style: none;
    color: #555;
    padding: 15px 0;
    border-bottom: 1px solid #f1f0f0;
    font-size: 13px;
}
.pricing-table-item ul li:first-child {
    border-top: 1px solid #f1f0f0;
}
.pricing-table-item .button-5 a {
    padding: 0 20px;
}
.price-active.pricing-table-item h6 {
    background-color: #F82E56;
}
.price-active .button-5 a {
    background-color: #f82e56;
    border-color: #f82e56;
    color: #fff;
}

/* ----------------------------------------------
    42. Call to Action Area
---------------------------------------------- */
.call-to-action-area {
    padding-top: 80px;
    padding-bottom: 75px;
}
.call-to-action-info {
    float: left;
    max-width: 80%;
}
.call-to-action-info h2 {
    font-weight: 600;
    font-family: Raleway;
    margin: 0;
}
.call-to-action-info p {
    font-size: 13px;
    margin-bottom: 0;
}
.call-to-action-inner .button-6 {
    overflow: hidden;
    text-align: center;
}

/* ----------------------------------------------
    43. Error 404 Area
---------------------------------------------- */
.error-404-inner {
    text-align: center;
}
.error-404-inner h1 {
    font-size: 200px;
    color: #f82e56;
    font-weight: 900;
    letter-spacing: 10px;
    line-height: 1.1;
    margin: 0 0 30px;
}
.error-404-inner h2 {
    font-size: 35px;
    color: #555;
    margin: 0;
    font-weight: 600;
}
.error-404-inner p {
    font-size: 22px;
    color: #8c8c8c;
    margin: 20px auto 30px;
    width: 60%;
    text-align: center;
    line-height: 32px;
}
.error-404-inner form {
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
}
.error-404-inner form input {
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 100px;
}
.error-404-inner form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    color: #000;
    border: 0;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
}
.error-404-inner form input[type="submit"]:hover {
    color: #f82e56;
}
.error-404-inner .button-3 a {
    padding: 0 25px;
    border-radius: 25px;
}

/* ----------------------------------------------
    44. Shopping Cart Area
---------------------------------------------- */
.shopping-cart-table table th,
.shopping-cart-table table td {
    padding: 10px;
    text-transform: capitalize;
    vertical-align: middle;
}
.shopping-cart-table table th {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.shopping-cart-table table td {
    border-bottom: 1px solid #e5e5e5;
}

.shopping-cart-table td.product-thumbnail {
    min-width: 150px;
}
.shopping-cart-table td.product-thumbnail a img {
    max-width: 100px;
}
.shopping-cart-table td.product-name {
    min-width: 180px;
}
.shopping-cart-table td.product-quantity input[type="number"] {
    max-width: 60px;
    text-align: center;
    height: 40px;
    border-radius: 0;
}
.shopping-cart-table td.product-name a {
    font-weight: 500;
    text-decoration: none;
}
.shopping-cart-table td.product-price span,
.shopping-cart-table td.product-subtotal span {
    font-weight: 600;
    color: #535353;
}
.title-4 {
    font-size: 14px;
    padding: 5px 15px;
    background-color: #00adef;
    display: block;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
}
.shopping-cart-coupon input[type="submit"] {
    background-color: #333745;
    border-color: #333745;
    font-size: 12px;
    font-weight: 700;
}
.shopping-cart-coupon input[type="submit"]:hover {
    background-color: #f82e56;
    border-color: #f82e56;
}
.table.shopping-total-table td {
    text-align: right;
}
.shopping-total-table tr.cart-subtotal th, 
.shopping-total-table tr.cart-subtotal td {
    border-top: 0;
}
.shopping-total-table tr.cart-total th {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}
.shopping-total-table tr.cart-total td {
    font-size: 24px;
    font-weight: 600;
}
.shopping-cart-total .button-3 a {
    font-size: 16px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
}

/* ------------------------------------
    45. Checkout 
-------------------------------------- */
.title-6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
.coupon-accordion h3 {
  background-color: #dedede;
  border-top: 3px solid #f6416c;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 15px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}
.coupon-accordion h3::before {
    color: #4a4a4a;
    content: "\e634";
    display: inline-block;
    font-family: Pe-icon-7-stroke;
    left: 1.5em;
    position: absolute;
    top: 1em;
}
.coupon-accordion span {
  color: #003399;
  cursor: pointer;
}
.coupon-accordion span:hover, p.lost-password a:hover {
    color: #eb3b60;
}
.coupon-content {
    border: 1px solid #e5e5e5;
    display: none;
    margin-bottom: 20px;
    padding: 20px;
}
.coupon-checkout-content {
    display: none;
}
.checkout-area {
    padding-bottom: 30px;
}
.checkbox-form {
}
.checkbox-form h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.title-7 {
  font-size: 20px;
}
.payment-method {
  border: 1px solid #e5e5e5;
  padding: 30px;
}
.payment-accordion h3 {
  color: #878787;
  cursor: pointer;
  font-family: lato;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 20px 20px;
  text-transform: none;
  position: relative;
}
.payment-accordion-toggle.active {
  color: #3e3e3e;
}
.payment-accordion-toggle::before {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #e1e1e1;
  content: "";
  height: 7px;
  left: -22px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 7px;
}
.payment-accordion-toggle.active::before{
  background: #3e3e3e;
}
.payment-accordion h3 a{color: #6f6f6f;
font-size: 14px;
padding-left: 25px;
position: relative;
text-transform: capitalize;text-decoration:none}
.payment-accordion h3 a:before,.payment-accordion h3.open a:after{content: "";
display: inline-block;
font-family: fontawesome;
font-size: 20px;
left: 0;
position: absolute;
top: -6px;}
.payment-accordion h3.open a:after{content: "\f056";}
.payment-content p{font-size: 13px;}
.payment-accordion img {
  margin-left: 15px;
}
.payment-content {
  display: none;
  margin-left: 20px;
}
.payment-content.default {
  display: block;
}
.checkout-page.table-content table th {
  padding: 15px 10px;
}
.payment-content a img {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 0;
  padding: 10px;
}


/*---*/
.your-order-table .table tr th:last-child, 
.your-order-table .table tr td:last-child {
    text-align: right;
}
.your-order-table ul li {
    list-style: none;
}
p.form-row {
    margin: 0;
}
p.form-row label {
    margin-left: 10px;
    margin-top: 10px;
}
.order-button-payment input[type="submit"] {
    margin: 25px 0 0;
}
.your-order-table td, .your-order-table th {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.your-order-table tr:last-child td {
    border-bottom: 1px solid #e5e5e5;
}
td.wishlist-in-stock label {
    font-weight: 500;
    text-transform: uppercase;
    color: #f82e56;
}
td.product-add-to-cart a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #333745;
    height: 40px;
    display: block;
    color: #fff;
    line-height: 40px;
    padding: 0 15px;
    text-decoration: none;
}
td.product-add-to-cart a:hover {
    background-color: #f82e56;
    color: #fff;
}
/* ----------------------------------------------
    46. Login & Register
---------------------------------------------- */
.login-area, 
.register-area {
    padding: 30px;
    border: 1px solid #ddd;
    margin-bottom: 60px;
}
.login-area h2, 
.register-area h2 {
    color: #444;
    margin-top: 0;
}
.terms-list ul,
.terms-list ol {
    margin-left: 20px;
    font-family: lato;
}
.terms-list ul li + li, 
.terms-list ol li + li {
    margin-top: 30px;
}
.mean-container {

  background-color: #292560;
  padding: 0 10px;
}
.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 0;
    padding: 0;
}
.mean-container .mean-bar::before {
    color: #fff;
    content: "MENU";
    font-size: 15px;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 10px;
}
.mean-container a.meanmenu-reveal {
  color: #fff;
  padding: 4px 6px 2px;
  top: 8px;
}
.mean-container a.meanmenu-reveal span {
  background-color: #fff;
}
.mean-container .mean-nav {
  background-color: transparent;
}
.mean-container .mean-nav ul li a.mean-expand {
    padding: 11px 12px !important;
}
/* ----------------------------------------------
    47. ScrollUp
---------------------------------------------- */
#scrollUp {
    background-color: #0A1F4A;
    bottom: 70px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    right: 3%;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}
#scrollUp i {
    line-height: 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#scrollUp:hover {
    background-color: #41DF7C;
}


.product-details-tab-1 .modal-tab-carousel-active a {
    background-color: transparent;
}
.modal-tab-carousel-active a img {
    border: 1px solid #ddd;
}
.modal-tab-carousel-active.arrow-style-3.owl-carousel .owl-nav button {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 10px;
}


.tab-content {
    width: 100%; 
}
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0; 
}
.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible; 
}

/* END */
.slider {
  max-width: 1140px;
  overflow: hidden;
  margin: 0 auto;
}

.slides {
  width: 100000px;
  position: relative;
  transition: all linear .2s;
  will-change: transform;
    transform: translateZ(0);
}

.slide {
  float: left;
    transform: translateZ(0);
}

.slide img {
  width: 100%;
  user-select: none;
  
  /** Safari/webkit flicker fix **/
  user-select: none;
}

/** product whasapp **/

 .product-info a.productwhatsapp {
    width: 50px;
    height: 50px;
    float: none;
    text-align: center;
    margin: 10px auto;
    display: inline-block;
}

.product-info  a.productwhatsapp img
{
    margin: 10px auto;
}

.EnquiryBtn {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.EnquiryBtn a.whatsappEnquiry {
    width: 190px;
    float: left;
    padding: 10px;
    background: #f82e56;
    border-radius: 20px;
    line-height: 24px;
    border: 2px solid #f82e56;
}

.EnquiryBtn a.whatsappEnquiry img
{
    width: 15%;
    float: left;
    margin-right: 8px;
}
.EnquiryBtn a.whatsappEnquiry span
{
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.EnquiryBtn a.whatsappEnquiry:hover
{
    
    background: #fff;
}

.EnquiryBtn a.whatsappEnquiry:hover span
{
    color: #f82e56;
}


.single-product-wrapper:hover   a.productwhatsapp img
{
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/** product whasapp **/

.itemsec{
color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    width:200px;
	}
	
	.servicelist li {
    padding: 10px;
    border: 1px solid #000000;
    width: 49%;
    float: none;
    margin-bottom: 10px;
    display: inline-block;
    background:#003300;
    font-weight: bold;
    text-transform: uppercase;
    color: #f5db05;
}

.pricintable 
{
  width: 100%;
  float: left;
  padding: 50px 0px;
}

ul.pricelist
{
  width: 100%;
  float: left;
  list-style-type: none;
  border-radius: 20px;
  padding: 0px;
}

ul.pricelist li
{
  width: 100%;
  float: left;
  border: 1px solid #c52a3b30;
  background: #fff;
  border-radius: 20px;
}

ul.pricelist li span
{
  float: left;
  padding: 10px 20px;
}

ul.pricelist li span.pricetitle
{
  font-weight: bold;
  width: 50%;
  text-transform: uppercase;
}
ul.pricelist li span.price
{
  width: 50%;
  border-left: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
}

ul.pricelist li span.price P
{
  margin-bottom: 0px;
  background: #1f9ac3;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: normal;
}


ul.pricelist li span.toptitle
{
  background: #b18828;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-color: #ffffff;
  text-transform: uppercase;
  padding: 10px 21px 10px !important;
  border-radius: 20px 20px 0px 0px;
}