/*
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: #014c74;
}

.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: #014c74;
}

.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: #014c74;
    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: #014c74;
}

.shop-cart-info .price {
    font-size: 14px;
    font-weight: 600;
    color: #014c74;
    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: #014c74;
}

.shop-cart-total p {
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
}

.shop-cart-total p span {
    color: #014c74;
}

.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: #014c74;
}

.header-3 .shop-cart-menu {
    margin-top: 15px;
}


/* ----------------------------------------------
    3. Header Bottom Area
---------------------------------------------- */

.header-bottom-area {
    background-color: #6898c5;
}


/*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: #014c74;
}

.main-menu nav>ul>li:hover>a {
    background-color: #014c74;
}

.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: #014c74;
}


/*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: #014c74;
}

.header-3 .main-menu nav>ul>li.current>a {
    background-color: transparent;
    color: #014c74;
}

.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: #014c74;
    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/1.jpg");
}

.slider-1-2 {
    background-image: url("../images/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-color: rgb(65, 223, 124);
    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: #6898c5;
}


/*owl-nav*/

.slider-carousel-active.arrow-style-2 .owl-nav button {
    left: 50px;
    background-color: #6898c5;
    border: 1px solid #6898c5;
    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: 50%;
    transform: translateY(-50%);
    max-width: 370px;
    left: 30px;
}

.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: #014c74;
    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: #014c74;
    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: #6898c5;
    color: #fff;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 14px;
    text-decoration: none;
}

.quick-view a:hover {
    background-color: #6898c5;
}

.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: #6898c5;
    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: #6898c5;
}

.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 #6898c5;
    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: #6898c5;
    color: #fff;
}

.product-tab-menu .nav a.active {
    background-color: #6898c5;
    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: #014c74;
    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 #6898c5;
    margin-bottom: 25px;
}

.title-1 h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #6898c5;
    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: #014c74;
    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: #6898c5;
}


/*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: #014c74 #fff #fff #014c74;
    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: #014c74;
    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: #6898c5;
    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: #6898c5;
    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: #014c74;
}


/* ----------------------------------------------
    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: #014c74;
    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;
}

.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: #6898c5;
}

.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: #6898c5;
}

.modal-product-action a.addtocart i {
    margin-right: 10px;
}

.modal-product-action a:hover {
    background-color: #014c74;
}


/* ----------------------------------------------
    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: #014c74;
}

.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: #014c74;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 15px;
    border: 2px solid #014c74;
    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: #6898c5;
    height: 2px;
    width: 30px;
    transform: translateY(-50%);
}

.slider-button-2 a:after {
    content: "";
    position: absolute;
    right: -35px;
    top: 50%;
    background-color: #6898c5;
    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: #014c74;
    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: #6898c5;
}


/* ----------------------------------------------
    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: #014c74;
    line-height: 1;
    margin: 0;
}

.banner-item-4 {
    background-color: #014c74;
    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: #014c74;
}

.banner-item-5-info h2 {
    font-size: 100px;
    color: #6898c5;
    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: #014c74;
}

.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: #6898c5;
}

.slider-4 .slider-content.slider-content-2 h2 span {
    font-size: 48px;
    color: #6898c5;
}

.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: #014c74;
}

.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 #014c74;
}


/* ----------------------------------------------
    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: #6898c5;
}

.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;
    vertical-align: middle;
}

.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: #014c74;
}

.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 #014c74;
    -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: #014c74;
    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: #014c74;
    border-color: #014c74;
    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: #014c74;
    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: #014c74;
    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: #014c74;
    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: #014c74;
    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: #014c74;
    border-bottom: 1px solid #014c74;
}


/* ----------------------------------------------
    29. Sidebar Widgets
---------------------------------------------- */

.widget+.widget {
    margin-top: 30px;
}

.widget-title {
    border-bottom: 2px solid #6898c5;
    margin-bottom: 25px;
    margin-top: 0;
}

.widget-title span {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #6898c5;
    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: #014c74;
    border-color: #014c74;
}


/* (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: #014c74;
}


/*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: #6898c5;
}

.procuct-color-widget ul li a:hover {
    color: #6898c5;
}


/* (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: #014c74;
}

.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: #014c74;
}

.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: #014c74;
}


/* ----- shop-sidebar ---- */

.widget-title-2 {
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0;
    font-weight: 500;
    color: #3b3b3b;
}

.filter-widget {
    padding: 0px;
    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 #014c74;
    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: #014c74;
}

.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: #6898c5;
}


/* ----------------------------------------------
    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 #014c74;
    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: #014c74;
    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: #014c74;
    border-color: #014c74;
}


/* ----------------------------------------------
    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 #014c74;
    border-bottom: 0;
    border-left: 1px solid #014c74;
    border-right: 1px solid #014c74;
}

.faq-inner .card .show {
    border: 1px solid #014c74;
    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: 15px;
}


/* ----------------------------------------------
    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: #014c74;
}

.price-active .button-5 a {
    background-color: #014c74;
    border-color: #014c74;
    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: #014c74;
    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: #014c74;
}

.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: #6898c5;
    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: #014c74;
    border-color: #014c74;
}

.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: #014c74;
}

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: #014c74;
    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: #6898c5;
    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 */

.site-logo img {
    width: 100px;
}

.umino-banner_area .banner-item .banner-content {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.umino-banner_area-7 .banner-item .banner-content>span {
    color: #7b7b7b;
}

.umino-banner_area .banner-item .banner-content>span {
    color: #7b7b7b;
    font-weight: 600;
    padding-bottom: 5px;
    display: block;
}

.umino-banner_area-7 .banner-item .banner-content>h3,
.umino-banner_area-7 .banner-item .banner-content h4 {
    font-size: 16px;
    font-weight: 600;
}

.umino-banner_area .banner-item .banner-content>h4 {
    padding-bottom: 5px;
    margin: 0;
}

.umino-banner_area-7 .banner-item .banner-content>h3 {
    padding-bottom: 0px;
    margin: 0;
}

.img-hover_effect a {
    overflow: hidden;
    display: block;
}

.productimg_box {
    height: 170px;
    vertical-align: middle;
    display: grid;
}

.product-cat_home {}

.product-cat_home img {
    display: block;
    max-width: 150px;
    margin: auto;
    vertical-align: bottom;
}

.product-cat_home a {
    display: block;
    text-align: center;
    border: 1px solid #eaeaea;
    margin-bottom: 35px;
}

.product-cat_home a:hover {
    text-decoration: none;
    color: #6898c5;
}

.single-product {
    border: 1px solid #ebebeb;
    padding: 30px 10px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-product .product-img {
    position: relative;
    text-align: center;
}

.single-product .product-img .add-actions {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

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

.single-product .product-img .add-actions>ul>li:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.single-product .product-img .add-actions>ul>li {
    display: inline-block;
    opacity: 0;
    vertical-align: middle;
}

.single-product:hover .product-img .add-actions>ul>li {
    opacity: 1;
}

.single-product .product-content {
    padding-top: 25px;
}

.single-product .product-img .add-actions>ul>li>a {
    background-color: #6898c5;
    border-radius: 100%;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.single-product .product-img .add-actions>ul>li>a i {
    color: #fff;
}

.single-product .product-content .product-desc_info .price-box .new-price {
    color: #014c74;
    font-size: 22px;
    font-weight: 600;
}

.single-product .product-content .product-desc_info .price-box .old-price {
    color: #c0c0c0;
    text-decoration: line-through;
    display: block;
    font-size: 16px;
    display: inline-block;
}

.single-product .product-content .product-desc_info .price-box {
    padding-bottom: 15px;
    line-height: normal;
}

.single-product .product-content .product-desc_info>h6.product-name {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 15px;
    margin: 0;
}

.single-product .product-content .product-desc_info .rating-box {
    padding-bottom: 10px;
}

.single-product .product-content .product-desc_info .rating-box>ul>li {
    display: inline-block;
}

.sp-img_slider-nav .single-slide {
    width: 60px;
    float: left;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0px 5px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .price-box .new-price {
    color: #014c74;
    font-size: 22px;
    font-weight: 600;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .price-box .new-price {
    font-size: 24px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .price-box .old-price {
    color: #c0c0c0;
    text-decoration: line-through;
    display: block;
    font-size: 16px;
    display: inline-block;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .price-box {
    padding-bottom: 10px;
    line-height: normal;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .sp-heading>h5 {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .features {
    padding-bottom: 10px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity label {
    margin-bottom: 0;
    padding-right: 10px;
}

.quantity .cart-plus-minus,
.group-quantity .cart-plus-minus {
    position: relative;
    width: 76px;
    text-align: left;
}

.quantity .cart-plus-minus>.cart-plus-minus-box,
.group-quantity .cart-plus-minus>.cart-plus-minus-box {
    border: 1px solid #ebebeb;
    height: 46px;
    text-align: center;
    width: 48px;
    background: #ffffff;
}

.quantity .cart-plus-minus>.qtybutton.dec,
.group-quantity .cart-plus-minus>.qtybutton.dec {
    bottom: 0;
    right: 0;
}

.quantity .cart-plus-minus>.qtybutton.inc,
.group-quantity .cart-plus-minus>.qtybutton.inc {
    border-bottom: none;
    top: 0;
    right: 0;
}

.quantity .cart-plus-minus>.qtybutton,
.group-quantity .cart-plus-minus>.qtybutton {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    cursor: pointer;
    height: 23px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    width: 28px;
    line-height: 21px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity-btn {
    padding-left: 15px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity-btn>ul>li:first-child {
    margin-left: 0;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity-btn>ul>li {
    display: inline-block;
    margin-left: 5px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity-btn>ul>li>a {
    border: 2px solid #6898c5;
    width: 140px;
    height: 40px;
    line-height: 35px;
    display: block;
    text-align: center;
    border-radius: 22px;
    font-weight: 600;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .short-desc {
    border-bottom: 1px solid #ebebeb;
    padding: 25px 0 25px 0;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .short-desc>p {
    margin-bottom: 0;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .umino-social_link {
    padding-top: 25px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .umino-social_link .social-title {
    padding-bottom: 25px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .umino-social_link .social-title>h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
}

.umino-social_link>ul>li {
    display: inline-block;
    padding-right: 10px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .umino-social_link ul>li>a {
    border: 1px solid #ebebeb;
}

.umino-social_link>ul>li>a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .umino-social_link ul>li.facebook>a:hover {
    background-color: #3b579d;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .umino-social_link ul>li.twitter>a:hover {
    background-color: #3acaff;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .umino-social_link ul>li.youtube>a:hover {
    background-color: #d72525;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .umino-social_link ul>li.google-plus>a:hover {
    background-color: #dd4b39;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .umino-social_link ul>li.instagram>a:hover {
    background-color: #833ab4;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity-btn>ul>li>a:hover {
    background: #6898c5;
    border-color: #6898c5;
    color: #ffffff !important;
    text-decoration: none;
}

.cart-plus-minus .dec {}

.cart-plus-minus .dec:first-child,
.cart-plus-minus .dec:last-child {
    display: none;
}

.cart-plus-minus .inc:first-child,
.cart-plus-minus .inc:last-child {
    display: none;
}

.umino-shipping_area .shipping-nav {
    border: 1px solid #ebebeb;
    padding: 30px 0 25px;
}

.umino-shipping_area .shipping-nav {
    border: 1px solid #ebebeb;
    padding: 30px 0 25px;
}

.umino-shipping_area .shipping-nav .shipping-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.umino-shipping_area .shipping-nav .shipping-item .shipping-icon {
    color: #6898c5;
    font-size: 40px;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    display: block;
    text-align: center;
}

.umino-shipping_area .shipping-nav .shipping-item .shipping-content {
    width: calc(100% - 60px);
    padding-left: 15px;
}

.umino-shipping_area .shipping-nav .shipping-item .shipping-content>h6 {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 5px;
}

.umino-shipping_area .shipping-nav .shipping-item .shipping-content>p {
    margin-bottom: 0;
    font-size: 14px;
}

.bg--tangerine_yellow {
    background-color: #6898c5 !important;
}

.footer-top_area {
    padding: 30px 0;
}

.newsletter-info {
    color: #fff;
}

.footer-top_area .newsletter-info>i {
    font-size: 36px;
    vertical-align: middle;
}

.footer-top_area .newsletter-info>span {
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
}

.newsletter-form_wrap .subscribe-form {
    position: relative;
}

.newsletter-form_wrap .subscribe-form .newsletter-input {
    border: 1px solid #ebebeb;
    border-radius: 50px;
    font-size: 14px;
    height: 35px;
    width: 100%;
    padding: 0 127px 0 20px;
    margin: 0;
    background: #fff;
}

.newsletter-form_wrap .subscribe-form .newsletter-btn {
    background-color: #333333;
    color: #ffffff;
    position: absolute;
    font-size: 21px;
    top: 0;
    right: 0;
    width: 120px;
    height: 35px;
    line-height: 17px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
}

.footer-middle_area {
    padding: 55px 0 50px;
}

.footer-middle_area .footer-widgets_title>h4 {
    font-weight: 400;
    padding-bottom: 20px;
    font-size: 22px;
    margin-bottom: 0;
}

.footer-middle_area .footer-widgets.footer-contact_info>ul>li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 0;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.footer-middle_area .footer-widgets.footer-contact_info>ul>li>i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
}

.footer-middle_area .footer-widgets.footer-contact_info>ul>li>span {
    cursor: text;
    margin-right: 5px;
    float: left;
}

.footer-bottom_area .footer-bottom_nav {
    border-top: 1px solid #ebebeb;
    padding: 25px 0;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: 100px;
}

.footer-bottom_area .footer-bottom_nav .payment-method {
    margin-top: 0;
}

.footer-bottom_nav .payment-methods .heading {
    margin: 0;
    font-size: 15px;
    padding-bottom: 10px;
    font-family: "Work Sans", sans-serif;
    color: #333333;
    line-height: 1;
    font-weight: 400;
}

.service-box {
    padding: 0 30px;
    margin-bottom: 40px;
    float: left;
}

.service-box i.fa {
    color: #252d40;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 60px;
    float: left;
    margin-right: 25px;
    width: 65px;
    text-align: center;
}

.service-box h3 {
    margin-top: 0;
    position: relative;
    margin-bottom: 15px;
    clear: none;
}

.subtitle {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.service-box p {
    float: left;
    max-width: 80%;
}

.service-box i.fa {
    color: #252d40;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 60px;
    float: left;
    margin-right: 25px;
    width: 65px;
    text-align: center;
}

#login .login-area {
    border: 0px solid #ddd;
    margin: auto;
}

#footerModal .login-area {
    border: 0px solid #ddd;
    margin: auto;
}

.product-menu {
    display: inline-block;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid #014c74;
}

.product-menu li {
    display: inline-block;
}

.product-menu li a {
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.product-menu li a.active {
    background: #014c74;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.product-menu li a:hover {
    background: #014c74;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
}

.cat-filter-widget {
    padding: 20px;
    border: 1px solid #e5e5e5;
}