

@import url('https://fonts.googleapis.com/css?family=Roboto');

@font-face {
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Painter PERSONAL USE ONLY';*/
    src: url('../fonts/PainterPERSONALUSEONLY.eot');
    src: url('../fonts/PainterPERSONALUSEONLYd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/PainterPERSONALUSEONLY.woff2') format('woff2'), url('../fonts/PainterPERSONALUSEONLY.woff') format('woff'), url('../fonts/PainterPERSONALUSEONLY.ttf') format('truetype'), url('../fonts/PainterPERSONALUSEONLY.svg#PainterPERSONALUSEONLY') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-attachment: fixed;
    background-size: contain;
}


.header-area {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    transition: all 0.7s ease 0s;
    border-top-style: solid;
    border-top-width: initial;
    border-color: #a5341a;
    border-bottom: 0;
}


.transparent-bar.stick {
    background-color: #f8f8f8c2 !important;
    border-bottom: 0 solid #4a90e2;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 9999;
}

.logo,
.language-currency,
.logo-menu-wrapper,
.header-site-icon,
.sticky-logo {
    transition: all 0.7s ease 0s;
}


.stick .logo {
    transition: all 0.7s ease 0s;
}
.stick .language-currency {
    display: none;
}

.sticky-logo {
    display: none;
    transition: all 0.7s ease 0s;
}
.stiky-language-currency{
    display:none;
}
.stiky-currency {
    display: none;
}
.stick .stiky-language-currency {
    display: block;
}
.stick .stiky-currency{
    display:block
}
.stick .sticky-logo {
    display: block;
    padding-top: 4px;
}


.stick .header-site-icon {
    padding-top: 17px;
}

.stick .main-menu ul li a {
    line-height: 60px;
}

.language-currency {
    display: inline-block;
 
}

.hm-3-padding .language-currency,
.hm-4-padding .language-currency {
    padding-top: 6px !important;
}
.sticky.language-currency, sticky.currency{
    padding-top:0px;
}
.hm-3-padding .header-site-icon,
.hm-4-padding .header-site-icon {
    padding-top: 0;
}

.language {
    /*margin-left: 27px;*/
}

.mobile-menu-area {
    display: none;
}
/* chosen select option */
.chosen-container-single .chosen-single span {
    /*color: #fff;*/
    display: block;
    font-size: 20px;
    transition: all .3s ease 0s;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

    .chosen-container-single .chosen-single span:hover {
        color: #a5c2d7;
    }

.chosen-container-single .chosen-single {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0px;
    box-shadow: none;
    color: #666;
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    border: none;
}

.chosen-container .chosen-drop {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    margin-top: 10px;
    width: 100px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}

.chosen-container .chosen-single div b::before {
    /*color: #fff;*/
    content: "";
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-left: 2px;
}

.chosen-container .chosen-results {
    padding: 4px;
}

.chosen-container .chosen-drop ul.chosen-results {
    margin: 0;
}

.chosen-container .chosen-drop ul li.highlighted {
    background: #a5c2d7;
}
/* logo */
.logo-menu-wrapper {
    padding-top: 9px;
}

.logo-small-device {
    padding-top: 30px;
    display: none;
}
/* menu */
.main-menu ul li {
    display: inline-block;
    padding: 0 18px;
    position: relative;
}

    .main-menu ul li a {
        color: #797979;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.5px;
        line-height: 82px;
        text-transform: uppercase;
    }

    .main-menu ul li:hover > a {
        color: #a5c2d7;
    }

.main-menu nav > ul > li > ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    display: block;
    left: -23px;
    opacity: 0;
    padding: 25px 0px 27px;
    position: absolute;
    text-align: left;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: 999;
}

.main-menu nav ul li:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-menu nav ul li ul > li {
    display: block;
    position: relative;
}

    .main-menu nav ul li ul > li > a::before {
        background: #a5c2d7 none repeat scroll 0 0;
        content: "";
        height: 7px;
        left: 15px;
        opacity: 0;
        position: absolute;
        top: 14px;
        transition: all 0.3s ease-in-out 0s;
        width: 7px;
        border-radius: 50%;
        z-index: 999;
    }

    .main-menu nav ul li ul > li:hover > a::before {
        opacity: 1;
    }

.main-menu nav ul li ul li > a,
.stick .main-menu nav ul li ul li > a {
    color: #666;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 32px;
    text-transform: capitalize;
    display: block;
}

.main-menu nav ul li ul li.active > a,
.stick .main-menu nav ul li ul li.active > a {
    color: #a5c2d7;
}

.main-menu nav ul li ul li:hover > a {
    padding-left: 15px;
}

.main-menu nav ul li > ul.mega-menu {
    padding: 45px 0px 47px;
    width: 690px;
}

.main-menu > nav > ul > li > ul.mega-menu > li {
    width: 33.333%;
    float: left;
    display: inline-block;
}

    .main-menu > nav > ul > li > ul.mega-menu > li.mega-menu-img {
        display: block;
        overflow: hidden;
        width: 100%;
        margin-top: 25px;
    }

.main-menu nav ul li > ul.mega-menu li ul {
    width: 100%;
}

    .main-menu nav ul li > ul.mega-menu li ul > li {
        display: block;
        position: relative;
    }

        .main-menu nav ul li > ul.mega-menu li ul > li.mega-menu-title {
            font-size: 15px;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

.main-menu > nav > ul > li > ul.mega-menu > li.mega-menu-img a {
    padding-left: 0;
}

.main-menu nav ul li > ul.mega-menu li ul > li > a {
    display: block;
}

.main-menu nav ul li > ul.mega-menu li.mega-menu-img ul > li > a img {
    width: 100%;
}

.main-menu > nav > ul > li > ul.mega-menu > li.mega-menu-img a::before {
    display: none;
}

.main-menu nav ul li > ul.mega-menu li ul > li.mega-menu-title:hover::before {
    display: none;
    opacity: 0;
}

.main-menu nav > ul > li > ul.lavel-menu li ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    display: block;
    left: 100%;
    opacity: 0;
    padding: 25px 0px 27px;
    position: absolute;
    text-align: left;
    top: 10px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: 999;
}

.main-menu nav > ul > li > ul.lavel-menu li:hover > ul {
    opacity: 1;
    top: 0px;
    visibility: visible;
}

.main-menu ul li a span {
    float: right;
}
/* cart search login */
.header-site-icon {
    display: inline-block;
    justify-content: flex-end;
    padding-top: 56px;
}

.same-style {
    /*background-color: #385980;*/
    border-radius: 5px;
    margin-right: 9px;
}

    .same-style:first-child {
        margin-left: 0px;
    }

    .same-style button,
    .same-style a {
        background-color: transparent;
        border: medium none;
        color: #000;
        font-size: 20px;
        cursor: pointer;
        position: relative;
    }

        .same-style button:hover,
        .same-style a:hover {
            color: #a5c2d7;
        }

.header-cart button span {
    font-size: 12px;
    position: absolute;
    right: -1px;
    top: -6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #a5c2d7;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50px;
}

/* header cart */

.sidebar-cart {
    background: #ffffff none repeat scroll 0 0;
    color: #353535;
    min-height: 100vh;
    position: fixed;
    right: -480px;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 480px;
    z-index: 9999;
}

.wrap-sidebar {
    height: 100vh;
    margin: 0;
    overflow-y: auto;
    padding: 45px 46px 0;
    width: 100%;
}

.sidebar-cart-all {
    padding-bottom: 39px;
}

.sidebar-cart.inside {
    right: 0px;
}

.sidebar-cart-icon,
.sidebar-nav-icon {
    display: block;
    margin-bottom: 14px;
    overflow: hidden;
}

    .sidebar-cart-icon button,
    .sidebar-nav-icon button {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: #303030;
        cursor: pointer;
        float: right;
        font-size: 27px;
        padding: 0;
        transition: all 0.3s ease 0s;
    }

        .sidebar-cart-icon button:hover,
        .sidebar-search-icon button:hover,
        .sidebar-search-input form .form-search button:hover,
        .sidebar-nav-icon button:hover {
            color: #a5c2d7;
        }

.cart-content > h3 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.cart-content ul li.single-product-cart {
    display: flex;
    margin-bottom: 27px;
}

.cart-img img {
    flex: 0 0 80px;
}

.cart-content ul li.single-product-cart:last-child {
    margin-bottom: 0px;
}

.cart-title > h3 {
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}

.cart-title > span {
    color: #a5c2d7;
    font-weight: 600;
}

.cart-title {
    margin: 0px 0 18px 30px;
}

.cart-delete {
    display: flex;
    flex-grow: 100;
    justify-content: flex-end;
}

    .cart-delete a i {
        color: #4b4b4b;
        display: inline-block;
        font-size: 17px;
        line-height: 1;
        margin-top: 4px;
    }

        .cart-delete a i:hover {
            color: #a5c2d7;
        }

.cart-content ul {
    margin-top: 47px;
}

.cart-total {
    border-top: 1px solid #e3e3e3;
    margin-top: 29px;
    padding-top: 17px;
    text-align: right;
    width: 100%;
}

    .cart-total h4 {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

        .cart-total h4 span {
            color: #a5c2d7;
            font-size: 18px;
            font-weight: 600;
        }

.cart-checkout-btn > a.no-mrg {
    margin-right: 0px;
}

.cart-checkout-btn {
    margin-top: 13px;
}

.wrapper .body-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    cursor: crosshair;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}

.wrapper.overlay-active .body-overlay {
    opacity: 1;
    visibility: visible;
}

.btn-style.cart-btn-style {
    letter-spacing: 1px;
    margin-right: 30px;
    padding: 16px 48px 15px;
}

.btn-hover:hover {
    color: white;
}

.btn-hover {
    position: relative;
}
/* search */
.main-search-active {
    background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
    color: #353535;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 32px 46px 39px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(110%);
    transition: transform 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 9999;
}

    .main-search-active.inside {
        transform: translateX(0px);
        z-index: 9999;
    }

.sidebar-search-input {
    padding: 300px 0 0;
}

    .sidebar-search-input form .form-search {
        position: relative;
    }

        .sidebar-search-input form .form-search input {
            background-color: transparent;
            border-color: #dadada;
            border-style: solid;
            border-width: 0 0 1px;
            color: #fff;
            display: block;
            font-size: 17px;
            height: 62px;
            line-height: 62px;
            padding: 0 40px 0 0;
            width: 800px;
            padding: 0 10px;
        }

        .sidebar-search-input form .form-search button {
            background-color: transparent;
            border: medium none;
            color: #dadada;
            cursor: pointer;
            font-size: 25px;
            padding: 0;
            position: absolute;
            right: 0;
            top: 18px;
            transition: all 0.3s ease 0s;
        }

.sidebar-search-icon {
    display: block;
    float: right;
    overflow: hidden;
    position: absolute;
    right: 375px;
}

    .sidebar-search-icon button {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        cursor: pointer;
        font-size: 35px;
        line-height: 1;
        padding: 0;
        transition: all 0.3s ease 0s;
    }

.sidebar-search-input form .form-search input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.sidebar-search-input form .form-search input::-webkit-placeholder {
    color: #fff;
    opacity: 1;
}

/* slider */
.slider-1 {
    padding: 285px 0 122px;
}

.slider-content {
    margin-top: 180px;
}

.slider-single-img {
    overflow: hidden;
}

    .slider-single-img > img {
        float: right;
        max-width: 100%;
        padding-left: 60px;
    }

.slider-content h2 {
    color: #303030;
    font-size: 60px;
    font-weight: 500;
    margin: 0;
}

    .slider-content h2 span {
        color: #a5c2d7;
    }

.slider-content p {
    color: #787878;
    font-size: 16px;
    margin: 10px 0 21px;
    width: 90%;
}

a.slider-btn {
    color: #303030;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

    a.slider-btn:hover {
        color: #a5c2d7;
    }

    a.slider-btn::before {
        background: #a5c2d7 none repeat scroll 0 0;
        bottom: -5px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        transition: all 0.3s ease-in-out 0s;
        width: 0;
    }

    a.slider-btn:hover::before {
        width: 100%;
    }

/* 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 h5 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 h2 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 p {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 img {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.owl-item.active .slider-animated-1 a {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/* Slider Animations 2 */

.owl-item.active .slider-animated-2 h2 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 h5 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 p {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 img {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 a {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* 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;
}

/* banner style */

.banner-wrapper {
    position: relative;
}

.banner-border::before {
    border: 1px solid #a5c2d7;
    content: "";
    height: 100%;
    left: -10px;
    position: absolute;
    top: 10px;
    width: 100%;
    transition: all .4s ease 0s;
    pointer-events: none;
}

.banner-border-2::before {
    border: 1px solid #a5c2d7;
    content: "";
    height: 100%;
    right: -10px;
    position: absolute;
    top: 10px;
    width: 100%;
    transition: all .4s ease 0s;
    pointer-events: none;
}

.banner-border:hover::before {
    left: 0px;
    top: 0px;
}

.banner-border-2:hover::before {
    right: 0px;
    top: 0px;
}

.banner-img img {
    width: 100%;
}

.hm1-banner .row {
    margin-left: -10px;
    margin-right: -10px;
}

    .hm1-banner .row div[class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

.banner-position-center-right {
    padding: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.banner-position-center-left {
    left: 0;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner-position-top {
    left: 0;
    padding: 35px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    pointer-events: none;
}

.banner-position-bottom {
    bottom: 0;
    left: 0;
    padding: 33px;
    position: absolute;
    right: 0;
    text-align: center;
    pointer-events: none;
}

.banner-content-style1 > h2 {
    color: #646161;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    margin: 0;
    text-transform: uppercase;
}

.banner-content-style2 > h3 {
    color: #646161;
    font-size: 18px;
    margin-bottom: 4px;
}

.banner-content-style2 > h2 {
    color: #646161;
    font-size: 24px;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.banner-content-style2 h2 > span {
    color: #a5c2d7;
}

.banner-content-style3 > h3 {
    color: #5d5d5d;
    font-size: 23px;
    margin: 0;
}

.banner-content-style4 > h3 {
    color: #a5c2d7;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.banner-wrapper:hover .banner-content-style1 > h2,
.banner-wrapper:hover .banner-content-style2 > h2,
.banner-wrapper:hover .banner-content-style4 > h3 {
    animation: 700ms ease-in-out 0s normal none 1 running fadeInUp;
}

.banner-wrapper:hover .banner-content-style2 > h3,
.banner-wrapper:hover .banner-content-style3 > h3 {
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
}
/* section title */
.section-title.text-center > h2 {
    color: #292929;
    display: inline-block;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    position: relative;
}

.section-title > h2::before {
    background-color: #292929;
    content: "";
    height: 1px;
    left: -210px;
    position: absolute;
    top: 21px;
    transition: all 0.4s ease 0s;
    width: 160px;
}

.section-title > h2::after {
    background-color: #292929;
    content: "";
    height: 1px;
    right: -210px;
    position: absolute;
    top: 21px;
    transition: all 0.4s ease 0s;
    width: 160px;
}
/* product area */
.product-tab-list {
    display: flex;
    justify-content: center;
}

    .product-tab-list a {
        position: relative;
    }

        .product-tab-list a h4 {
            color: #2b2b2b;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 1px;
            margin: 0 31px;
            text-transform: uppercase;
            transition: all .3s ease 0s;
        }

        .product-tab-list a::before {
            background-color: #2b2b2b;
            content: "";
            height: 1px;
            position: absolute;
            right: -4px;
            top: 7px;
            transition: all 0.4s ease 0s;
            width: 5px;
        }

        .product-tab-list a:last-child::before {
            display: none;
        }

        .product-tab-list a.active h4,
        .product-tab-list a h4:hover {
            color: #a5c2d7;
        }

.product-wrapper,
.product-img {
    overflow: hidden;
    position: relative;
}

    .product-img img {
        width: 100%;
    }

.product-action {
    bottom: 0px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.6s ease 0s;
}

.product-wrapper:hover .product-action {
    bottom: 20px;
    opacity: 1;
}

.product-content {
    padding-top: 26px;
    min-height: 76px;
}

    .product-content > h4 {
        color: #646464;
        font-size: 16px;
        margin: 0;
    }

        .product-content > h4 a {
            color: #646464;
        }

            .product-content > h4 a:hover,
            .product-action-style > a:hover {
                color: #a5c2d7;
            }

.product-rating i {
    color: #a5c2d7;
    font-size: 16px;
    margin: 0 3px;
}

.product-rating {
    margin: 11px 0 9px;
}

.product-price > span.old {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}

.product-price > span {
    color: #646464;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin: 0 2px;
}

.product-action-style {
    background-color: #fff;
    box-shadow: 0 0 8px 1.7px rgba(0, 0, 0, 0.06);
    display: inline-block;
    padding: 16px 2px 12px;
}

    .product-action-style > a {
        color: #979797;
        line-height: 1;
        padding: 0 21px;
        position: relative;
    }

        .product-action-style > a.action-plus {
            font-size: 18px;
        }

        .product-action-style > a.action-heart {
            font-size: 16px;
        }

        .product-action-style > a.action-cart {
            font-size: 20px;
            position: relative;
            top: 2px;
        }

        .product-action-style > a::before {
            background: #d2d2d2 none repeat scroll 0 0;
            content: "";
            height: 28px;
            position: absolute;
            right: 2px;
            top: -5px;
            width: 1px;
        }

        .product-action-style > a:last-child::before {
            display: none;
        }

.product-img > span {
    background-color: #fff;
    box-shadow: 0 0 8px 1.7px rgba(0, 0, 0, 0.06);
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    left: 20px;
    letter-spacing: 1px;
    padding: 3px 12px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
}

.product-img img {
    transition: all 1.5s ease 0s;
    width: 100%;
}

.product-wrapper:hover .product-img img {
    transform: scale(1.2);
}
/* banner style */
.banner-content-5 {
    padding: 20px 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .banner-content-5 > h4 {
        color: #a5c2d7;
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        margin: 0;
    }

    .banner-content-5 > h2 {
        color: #444444;
        font-size: 36px;
        line-height: 31px;
        margin: 8px 0 7px;
    }

    .banner-content-5 > h3 {
        color: #444444;
        font-size: 24px;
        margin-bottom: 39px;
    }

.banner-btn {
    color: #414141;
    display: inline-block;
    font-weight: 500;
    position: relative;
}

    .banner-btn:hover {
        color: #a5c2d7;
    }

    .banner-btn:before {
        background: #414141 none repeat scroll 0 0;
        bottom: -6px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        transition: all 0.3s ease-in-out 0s;
        width: 100%;
    }

    .banner-btn:hover:before {
        background: #a5c2d7 none repeat scroll 0 0;
    }

.overflow {
    overflow: hidden;
}

.banner-wrapper.overflow a img,
.banner-img a img {
    transition: all 0.3s ease 0s;
    width: 100%;
}

.banner-wrapper.overflow:hover a img {
    transform: scale(1.1);
}

.banner-img.overflow:hover a img {
    transform: scale(1.05);
}

/* new collection */

.single-new-collection {
    position: relative;
}

.new-collection-content {
    left: 0;
    padding: 41px 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

    .new-collection-content > h2 {
        color: #5d5d5d;
        font-size: 23px;
        margin-bottom: 14px;
    }

    .new-collection-content .btn-style {
        padding: 8px 14px;
    }

.owl-dots {
    bottom: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: center;
}

.new-collection-slider .owl-dot {
    background: #5a5a5a none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 13px;
    margin: 0 6px;
    width: 13px;
}

    .new-collection-slider .owl-dot.active {
        background: #a5c2d7 none repeat scroll 0 0;
    }
/* dealy area*/
.dealy-mrg {
    margin: 0 20px;
}

.dealy-product-content-center {
    align-items: center;
    display: flex !important;
    justify-content: center;
    text-align: center;
}

.dealy-product-content > h3 {
    color: #646464;
    font-size: 30px;
    margin: 0;
}

    .dealy-product-content > h3 a {
        color: #646464;
    }

.dealy-rating i {
    color: #a5c2d7;
    font-size: 24px;
    margin: 0 3px;
}

.dealy-price > span {
    color: #646464;
    font-size: 30px;
    font-weight: 500;
    margin: 0 6px;
}

    .dealy-price > span.old {
        color: #b3b3b3;
        font-size: 24px;
        font-weight: 400;
        text-decoration: line-through;
    }

.dealy-of-product-area {
    padding: 36px 0;
    overflow: hidden;
}

.timer span {
    color: #646464;
    display: inline-block;
    font-size: 48px;
    line-height: 1;
    margin: 0 15px;
    position: relative;
}

    .timer span p {
        display: none;
    }

    .timer span.cdown::before {
        background-color: #646464;
        content: "";
        height: 6px;
        position: absolute;
        right: -19px;
        top: 16px;
        width: 6px;
        z-index: 99;
    }

    .timer span.cdown::after {
        background-color: #646464;
        bottom: 9px;
        content: "";
        height: 6px;
        position: absolute;
        right: -19px;
        width: 6px;
        z-index: 99;
    }

.dealy-rating {
    margin: 13px 0 8px;
}

.timer {
    margin: 24px 0 33px;
}

/* blog */

.blog-padding .container-fluid,
.footer-padding .container-fluid,
.services-padding .container-fluid {
    padding: 0 310px;
}

.hm-blog .row {
    margin-left: -20px;
    margin-right: -20px;
}

    .hm-blog .row div[class^="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }

.blog-hm-content > h3 {
    color: #636262;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

    .blog-hm-content > h3 a {
        color: #636262;
    }

.blog-meta li {
    display: inline-block;
    margin-right: 10px;
    color: #797979;
    font-size: 13px;
    text-transform: capitalize;
}

    .blog-meta li a:hover,
    .blog-hm-content > h3 a:hover {
        color: #a5c2d7;
    }

    .blog-meta li span {
        color: #585858;
        font-weight: 500;
        margin-right: 4px;
    }

    .blog-meta li:last-child {
        margin-right: 0px;
    }

.blog-meta {
    margin: 11px 0 20px;
}

.blog-hm-content > p {
    margin: 0;
}

.blog-img {
    margin-bottom: 31px;
    overflow: hidden;
    position: relative;
}

    .blog-img img {
        width: 100%;
    }

/* footer */

.footer-widget-title > h3 {
    color: #505050;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.food-address {
    display: flex;
    margin-bottom: 16px;
}

    .food-address:last-child,
    .quick-link li:last-child,
    .single-twitter:last-child {
        margin-bottom: 0px;
    }

.food-info-icon i {
    color: #2e2e2e;
    font-size: 20px;
    margin-top: -2px;
    display: inline-block;
}

.food-info-content > p {
    color: #808080;
    line-height: 23px;
    margin: 0;
}

    .food-info-content > p a {
        color: #808080;
    }

.food-info-icon {
    margin-right: 20px;
}

.quick-link li a {
    color: #808080;
}

.quick-link li {
    margin-bottom: 9px;
}

.single-twitter {
    display: flex;
    margin-bottom: 8px;
}

.twitter-icon {
    margin-right: 20px;
}

    .twitter-icon i {
        color: #434444;
        font-size: 20px;
    }

.twitter-content > p {
    color: #808080;
    margin: 0;
}

    .twitter-content > p a {
        color: #808080;
    }

        .twitter-content > p a.link1 {
            color: #393939;
        }

        .twitter-content > p a.link2,
        .quick-link li a:hover,
        .food-info-content > p a:hover,
        .twitter-content > p a:hover {
            color: #a5c2d7;
        }

            .twitter-content > p a.link2:hover {
                color: #333;
            }

.footer-widget-title {
    margin-bottom: 23px;
}

.copyright > p {
    margin: 0;
    color: #767676;
    margin-top: 3px;
}

    .copyright > p a {
        color: #555;
    }

        .copyright > p a:hover {
            color: #a5c2d7;
        }

.footer-payment-method {
    margin-top: 2px;
    float: right;
}

/* modal style */

.modal-body {
    display: flex;
    justify-content: space-between;
    padding: 50px;
}

.modal-dialog {
    margin: 0px !important;
    background-color:"#8587651"
}

.quick-view-tab-content .tab-pane > img {
    width: 100%;
}

.quick-view-list {
    margin-top: 10px;
}

    .quick-view-list a {
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .quick-view-list a:last-child {
            margin-right: 0px;
        }

.qwick-view-left {
    flex: 0 0 320px;
    margin-right: 30px;
}

.quick-view-tab-content .tab-pane > img {
    flex: 0 0 320px;
}

.quick-view-list a img {
    flex: 0 0 100px;
}

.modal-content {
    border-radius: 0rem;
}

.qwick-view-content > h3 {
    color: #646464;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.price span {
    color: #707070;
    font-size: 18px;
    font-weight: 400;
}

    .price span.new {
        color: #a5c2d7;
        margin-right: 12px;
    }

    .price span.old {
        color: #707070;
        text-decoration: line-through;
    }

.quick-view-rating i {
    color: #000000;
    font-size: 18px;
    margin-right: 5px;
}

    .quick-view-rating i.red-star {
        color: #a5c2d7;
    }

.rating-number {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.quick-view-number > span {
    color: #808080;
    display: block;
    font-size: 14px;
    margin: 3px 0 0 10px;
}

.qwick-view-content > p {
    color: #807f7f;
    margin-bottom: 25px;
}

.select-option-part label {
    color: #646464;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}

.select-option-part {
    margin-bottom: 35px;
}

    .select-option-part select {
        -moz-appearance: none;
        -webkit-appearance: none;
        border: 1px solid #dcdcdc;
        box-shadow: none;
        color: #828282;
        font-size: 14px;
        height: 43px;
        padding-left: 20px;
        position: relative;
        width: 100%;
        background: rgba(0, 0, 0, 0) url("../img/icon-img/1.png") no-repeat scroll right 20px center;
    }

.qtybutton {
    color: #727272;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    width: 20px;
}

input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-size: 16px;
    height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 25px;
}

.cart-plus-minus *::-moz-selection {
    background: transparent none repeat scroll 0 0;
    color: #333;
    text-shadow: none;
}

.cart-plus-minus {
    border: 1px solid #dcdcdc;
    overflow: hidden;
    padding: 12px 0 7px 5px;
    width: 80px;
    height: 46px;
}

.quickview-plus-minus {
    display: flex;
    justify-content: flex-start;
    padding-top: 5px;
}

.quickview-btn-cart > a {
    padding: 14px 35px;
}

.quickview-btn-wishlist > a {
    border: 1px solid #dcdcdc;
    color: #727272;
    display: inline-block;
    font-size: 22px;
    padding: 7px 18px 5px;
    z-index: 9;
}

    .quickview-btn-wishlist > a:hover {
        border: 1px solid transparent;
    }

.quickview-btn-wishlist a {
    overflow: hidden;
}

.quickview-btn-cart {
    margin: 0 30px;
}

.qtybutton.inc {
    margin-top: 2px;
}

.price {
    margin: 9px 0 8px;
}

#exampleModal .close,
#exampleCompare .close {
    color: #fff;
    float: right;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    position: absolute;
    right: 370px;
    text-shadow: 0 1px 0 #fff;
    top: 32px;
    transition: all .3s ease 0s;
    cursor: pointer;
}

    #exampleModal .close:hover,
    #exampleCompare .close:hover {
        color: #a5c2d7;
    }

.modal-backdrop.show {
    opacity: 0.8;
}

.modal-content .close:hover {
    color: #a5c2d7;
}

.modal-open .modal {
    z-index: 99999;
}

.modal-backdrop.show {
    z-index: 9999;
}

/*---------- 3. Home page 2 ---------*/

/* sidebar menu */
.menu-icon {
    margin-right: 25px;
}

    .menu-icon > button {
        border: medium none;
        padding: 0;
        border: 2px solid #878787;
        color: #878787;
        display: inline-block;
        font-size: 22px;
        line-height: 1;
        padding: 0 6px;
        cursor: pointer;
        background-color: transparent;
    }

.menu-close {
    position: absolute;
    right: 50px;
    top: 52px;
}

    .menu-close button {
        background-color: #a5c2d7;
        border: medium none;
        color: #fff;
        font-size: 28px;
        line-height: 1;
        padding: 3px 11px;
        cursor: pointer;
    }

        .menu-close button:hover {
            background-color: #333;
        }

.sidebarmenu-wrapper {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    height: 100%;
    left: -500px;
    overflow-y: auto;
    padding: 155px 50px 15px 50px;
    position: fixed;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 350px;
    z-index: 9999;
}

.sidebarmenu-style nav.menu ul li {
    display: block;
}

    .sidebarmenu-style nav.menu ul li a {
        color: #797979;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.5px;
        padding: 18px 0;
        text-transform: uppercase;
        display: block;
    }

    .sidebarmenu-style nav.menu ul li:hover > a {
        color: #a5c2d7;
    }

    .sidebarmenu-style nav.menu ul li ul {
        padding-left: 16px;
    }

        .sidebarmenu-style nav.menu ul li ul li.sub-style a {
            font-weight: 500;
            text-transform: uppercase;
        }


        .sidebarmenu-style nav.menu ul li ul li a,
        .sidebarmenu-style nav.menu ul li ul li.sub-style ul li a {
            font-size: 14px;
            font-weight: 400;
            padding: 8px 0;
            text-transform: capitalize;
            color: #797979;
        }

        .sidebarmenu-style nav.menu ul li ul li.active a,
        .sidebarmenu-style nav.menu ul li ul li.sub-style ul li.active a {
            color: #a5c2d7;
        }

        .sidebarmenu-style nav.menu ul li ul li.sub-style ul li a:hover {
            color: #a5c2d7;
        }

        .sidebarmenu-style nav.menu ul li ul li.sub-style > a > i {
            margin-left: 5px;
        }

.newsletter-title {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

    .newsletter-title p {
        color: #666;
        margin: 0;
    }

    .newsletter-title::before {
        background-color: #a5c2d7;
        bottom: -8px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 59px;
    }

.newsletter-area {
    margin-top: 35px;
}

.subscribe-form form {
    position: relative;
}

    .subscribe-form form input {
        background-color: #f7f7f7;
        border: medium none;
        color: #333;
        font-size: 13px;
        font-weight: 400;
        padding: 0 57px 0 15px;
    }

        .subscribe-form form input::-moz-placeholder {
            color: #7d7d7d;
            opacity: 1;
        }

.mc-form .mc-news {
    left: -5000px;
    position: absolute;
}

.subscribe-form .clear input {
    background-color: #a5c2d7;
    border: medium none;
    padding: 0 15px;
    text-indent: -99999px;
    width: 50px;
}

    .subscribe-form .clear input.button {
        border: medium none;
    }

    .subscribe-form .clear input:hover {
        background-color: #222;
        border-radius: none;
    }

.mc-form .clear {
    background-color: #a5c2d7;
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 999999;
}

    .mc-form .clear::before {
        color: #fff;
        content: "";
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        position: absolute;
        right: 16px;
        top: 1px;
        z-index: 9;
        pointer-events: none;
    }

.follow-icon ul li {
    display: inline-block;
    margin-right: 10px;
}

    .follow-icon ul li:last-child {
        margin-right: 0px;
    }

    .follow-icon ul li a {
        color: #a5c2d7;
        display: inline-block;
        font-size: 17px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 40px;
        background-color: transparent;
        border: 1px solid #a5c2d7;
    }

    .follow-icon ul li.facebook a:hover {
        background-color: #3b5998;
        color: #fff;
        border: 1px solid #3b5998;
    }

    .follow-icon ul li.twitter a:hover {
        background-color: #1da1f2;
        color: #fff;
        border: 1px solid #1da1f2;
    }

    .follow-icon ul li.instagram a:hover {
        background-color: #c32aa3;
        color: #fff;
        border: 1px solid #c32aa3;
    }

    .follow-icon ul li.tumblr a:hover {
        background-color: #35465d;
        color: #fff;
        border: 1px solid #35465d;
    }

.follow-icon {
    margin-top: 29px;
}

/* slider home2 */
.slider-2 {
    padding: 223px 0 164px;
}

.slider-content-2 h5 {
    color: #3e3e3e;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}

.slider-content-2 h2 {
    color: #3e3e3e;
    font-family: 'Roboto', sans-serif;
    font-size: 72px;
    font-weight: bold;
    line-height: 80px;
    margin: 37px 0 41px;
    text-transform: capitalize;
}

.slider-single-img-2 {
    overflow: hidden;
}

    .slider-single-img-2 img {
        padding: 0 34px 0 68px;
    }

.menu-icon.menu-icon-none {
    display: none;
}

.stick .menu-icon.menu-icon-none {
    display: block;
}

.stick .menu-icon > button {
    margin-top: 11px;
}

.header-2.stick .sticky-logo {
    padding-top: 0;
}

.header-2.stick .header-site-icon {
    padding-top: 0;
}

/* banner */

.banner-position-6 {
    bottom: 0;
    left: 0;
    position: absolute;
}

.banner-position-7 {
    padding: 10px;
    position: absolute;
    right: 100px;
    top: 70px;
}

.banner-content-6 > h2 {
    color: #000000;
    font-size: 58px;
    font-weight: 900;
    line-height: 65px;
    margin-bottom: 72px;
    opacity: 0.15;
    text-align: right;
}

.banner-content-6 > a {
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-left: 15px;
    position: relative;
}

    .banner-content-6 > a:hover {
        color: #a5c2d7;
    }

    .banner-content-6 > a::before {
        background-color: #a5c2d7;
        content: "";
        height: 13px;
        left: 0;
        position: absolute;
        top: 3px;
        width: 4px;
    }

.banner-content-6 > h5 {
    color: #a5c2d7;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}

.banner-content-6 > h3 {
    color: #363636;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-weight: 400;
}

/* product2 */

.section-title-2 > h2 {
    color: #292929;
    font-size: 36px;
    font-weight: 500;
    line-height: 29px;
}

.product-padding .container-fluid {
    padding: 0 338px;
}

.product-wishlist {
    position: absolute;
    right: 30px;
    top: 30px;
}

.product-action-2 {
    bottom: 20px;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.4s ease 0s;
}

    .product-action-2 a {
        background-color: #fff;
        box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
        color: #666666;
        display: inline-flex;
        height: 44px;
        justify-content: center;
        margin: 0 7.5px;
        padding: 7px 0;
        width: 53px;
        transition: all 0.3s ease 0s;
        transform: scale(0);
    }

.product-img .product-action-2 a:nth-child(1) {
    transition: all 0.3s ease .2s;
}

.product-img .product-action-2 a:nth-child(2) {
    transition: all 0.4s ease 0.3s;
}

.product-img .product-action-2 a:nth-child(3) {
    transition: all 0.5s ease 0.4s;
}

.product-wrapper:hover .product-img .product-action-2 a {
    transform: scale(1);
}

.product-action-2 a:hover {
    background-color: #a5c2d7;
    color: #fff;
}

.product-action-2 a.action-plus-2 {
    font-size: 18px;
}

.product-action-2 a.action-cart-2 {
    font-size: 20px;
}

.product-action-2 a.action-reload {
    font-size: 17px;
}

.product-action-2 a i {
    display: block;
    line-height: 30px;
}

.product-price-2 > span {
    color: #646464;
    display: block;
    font-size: 16px;
    margin-top: 8px;
}

.product-wishlist > a {
    color: #000000;
    font-size: 16px;
}

    .product-wishlist > a:hover {
        color: #a5c2d7;
    }

.banner-content-7 {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

    .banner-content-7 > img {
        transition: all 0.3s ease 0s;
    }

    .banner-content-7 > h2 {
        color: #ffffff;
        font-size: 48px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 20px 0 27px;
    }

.banner-btn-2 {
    background-color: #fff;
    border-radius: 50px;
    color: #3e3e3e;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 24px 10px;
    position: relative;
    overflow: hidden;
}

    .banner-btn-2:hover {
        color: #fff;
    }

.section-title-2 > p {
    color: #707070;
    font-size: 16px;
    margin: 0;
}

.testimonials-area .container-fluid {
    padding: 0px 30px;
}

.single-testimonial > p {
    color: #666666;
    line-height: 30px;
    margin: 32px auto 0;
    width: 51%;
}

.single-testimonial > h4 {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.single-testimonial > span {
    color: #747171;
    font-size: 14px;
    font-weight: 400;
}

.testimonial-icon {
    margin: 25px 0 24px;
}

    .testimonial-icon i {
        color: #666666;
        font-size: 26px;
    }

.owl-carousel .owl-item .single-testimonial img {
    display: block;
    margin: 0 auto;
    width: auto;
}

.testimonial-active {
    position: relative;
}

    .testimonial-active.owl-carousel .owl-nav div {
        left: 300px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        color: #8d8c8c;
        opacity: 0;
        transition: all .3s ease 0s;
    }

        .testimonial-active.owl-carousel .owl-nav div:hover {
            color: #000;
        }

    .testimonial-active:hover .owl-nav div {
        opacity: 1;
    }

    .testimonial-active.owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: 300px;
    }

/* services h2 */

.services-wrapper {
    display: flex;
    justify-content: space-between;
}

.single-services {
    display: flex;
}

.services-icon {
    margin-right: 20px;
}

.services-text > h5 {
    color: #4f4e4e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}

.services-text > p {
    color: #4f4e4e;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

a.cr-btn b,
button.cr-btn b {
    background: rgb(173, 185, 55) none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease-in-out 0s, height 0.6s ease-in-out 0s;
    width: 0;
    z-index: 1;
}

a.cr-btn:hover b,
button.cr-btn:hover b {
    height: 500px;
    width: 500px;
}

.btn-style:hover {
    border: 0px solid #a5c2d7;
    color: #ffffff;
}
/* Compare style */

.modal-compare-width {
    max-width: 900px;
}

.table-content.compare-style th a span {
    color: #050035;
    display: inline-block;
    font-weight: 600;
    line-height: 0.81em;
    margin: 0;
    text-align: center;
}

.table-content.compare-style th p {
    color: #383838;
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
}

.table-content.compare-style th a {
    text-transform: capitalize;
    font-size: 14px;
    color: #333;
}

    .table-content.compare-style th a:hover {
        color: #a5c2d7;
    }

    .table-content.compare-style th a span {
        color: #050035;
        display: inline-block;
        font-size: 1em;
        font-weight: 600;
        line-height: 0.81em;
    }

.table-content.compare-style th img {
    display: block;
    margin: 20px 0;
}

.table-content.table-responsive.compare-style tbody tr,
.table-content.table-responsive.compare-style thead {
    border-bottom: 1px solid #f1f1f1;
}

    .table-content.table-responsive.compare-style tbody tr:last-child {
        border-bottom: 0px solid #f1f1f1;
    }

.table-content.compare-style thead {
    background-color: transparent;
}

.table-content.compare-style table {
    text-align: inherit;
}

    .table-content.compare-style table th {
        padding: 14px 0;
        text-align: inherit;
    }

.table-content table td.compare-title h4 {
    border-top: medium none;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    min-width: 205px;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}

.table-content table td.compare-common,
.table-content table td.compare-title {
    font-size: 14px;
    padding: 14px 0;
}

.table-content.compare-style table td p {
    margin: 0;
}

.table-content.compare-style th a.compare-btn {
    color: #383838;
    font-size: 14px;
    text-transform: capitalize;
}

    .table-content.compare-style th a.compare-btn:hover {
        color: #050035;
    }

.table-content.compare-style th span {
    display: block;
    margin: 10px 0;
}

.table-content.compare-style table {
    margin: 0 0 0px;
}

.modal .close {
    color: #fff;
    float: right;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    margin-right: 50px;
    opacity: 1;
    text-shadow: 0 1px 0 #fff;
}

.table-content.compare-style table thead tr {
    border-bottom: medium none;
}



/*------- 4. Home page 3 -----------*/

.header-height {
    min-height: 100px;
    background-color: #F1F1F1;
}

.banner-padding .container-fluid,
.hm-3-padding .container-fluid {
    padding: 0 310px
}

.slider-banner-wrapper img {
    width: 100%;
}

.slider-banner-wrapper {
    position: relative;
}

.slider-banner-content1 {
    left: 40px;
    padding: 10px;
    position: absolute;
    top: 40px;
}

    .slider-banner-content1 > h5 {
        color: #a5c2d7;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
    }

.slider-banner-content2 > h5 {
    color: #a5c2d7;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.slider-banner-content1 > h3 {
    color: #363636;
    font-family: 'Roboto', sans-serif;
    line-height: 48px;
    margin: 25px 0 37px;
}

.slider-banner-content2 > h3 {
    color: #363636;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 40px;
    margin: 11px 0 17px;
}

.slider-banner-content3 > h3 {
    color: #363636;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 31px;
    margin: 0;
}

.slider-banner-btn {
    border-radius: 50px;
    padding: 10px 25px 12px;
    text-transform: capitalize;
}

.slider-banner-btn2 {
    border-radius: 50px;
    padding: 7px 15px 9px;
    text-transform: capitalize;
}

.slider-banner-content2 {
    left: 20px;
    padding: 10px;
    position: absolute;
    top: 20px;
}

.slider-banner-content3 {
    bottom: 20px;
    left: 20px;
    padding: 10px;
    position: absolute;
}

.banner-padding .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.banner-padding .col-lg-5,
.banner-padding .col-lg-6,
.banner-padding .col-lg-7,
.banner-padding .col-lg-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.slider-banner-wrapper > a::before,
.blog-img > a::before {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
}

.slider-banner-wrapper > a::after,
.blog-img > a::after {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
}

.slider-banner-wrapper:hover a::after,
.blog-hm-wrapper:hover .blog-img > a::after {
    bottom: 0;
    opacity: 0;
    top: 0;
    transition: all 500ms ease-in 0s;
}

.slider-banner-wrapper:hover a::before,
.blog-hm-wrapper:hover .blog-img > a::before {
    left: 0;
    opacity: 0;
    right: 0;
    transition: all 900ms ease-in 0s;
}


/* product-area home 3 */

.price-decrease {
    left: 0;
    position: absolute;
    top: 0;
    padding: 20px;
  ;
}

    .price-decrease > span {
        background-color: #a5c2d7;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        padding: 1px 10px;
        text-transform: uppercase;
    }

.product-action-3 {
    background-color: #a5c2d7;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    opacity: 0;
}

    .product-action-3:hover {
        background-color: rgb(173, 185, 55);
    }

.product-wrapper:hover .product-action-3 {
    opacity: 1;
    transform: translateY(0px);
}

.product-action-3 a {
    color: #fff;
    display: block;
    padding: 7px 15px 8px;
}

    .product-action-3 a i {
        color: #ffffff;
        font-size: 16px;
        margin-right: 7px;
        position: relative;
        top: 2px;
    }

.product-title-wishlist {
    display: flex;
    justify-content: space-between;
}

.product-title-3 > h4 {
    color: #646464;
    font-size: 16px;
    margin-bottom: 13px;
}

    .product-title-3 > h4 a {
        color: #646464;
    }

.product-wishlist-3 > a {
    color: #000000;
    font-size: 14px;
    margin-right: 1px;
}

.product-peice-3 > span {
    color: #646464;
    font-size: 14px;
    font-weight: 500;
    margin-right: 6px;
}

    .product-peice-3 > span.old {
        color: #7a7a7a;
        display: inline-flex;
        font-size: 14px;
        font-weight: 400;
        text-decoration: line-through;
    }

.product-addtocart > a {
    color: #646464;
    font-size: 14px;
}

    .product-title-3 > h4 a:hover,
    .product-addtocart > a:hover,
    .product-wishlist-3 > a:hover {
        color: #a5c2d7;
    }

    .product-addtocart > a i {
        margin-right: 8px;
    }

.product-peice-addtocart {
    margin-bottom: 2px;
    position: relative;
}

.product-addtocart {
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
}

.product-wrapper:hover .product-addtocart {
    opacity: 1;
    transform: translateY(0px);
}

.product-peice-3 {
    transition: all .3s ease 0s;
    transform: translateY(0px);
    transition: all 0.4s ease-in-out 0s;
    opacity: 1;
}

.product-wrapper:hover .product-peice-3 {
    opacity: 0;
    transform: translateY(-15px);
}

.product-area-3 .row {
    margin-left: -10px;
    margin-right: -10px;
}

.product-area-3 .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.section-title-3 h2 {
    color: #363636;
    font-size: 48px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

    .section-title-3 h2::before {
        background-color: #363636;
        content: "";
        height: 2px;
        left: 0px;
        position: absolute;
        bottom: -31px;
        transition: all 0.4s ease 0s;
        width: 163px;
        right: 0;
        margin: 0 auto;
    }

.h3-services .row {
    margin-left: -10px;
    margin-right: -10px;
}

    .h3-services .row div[class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

.h3-services .single-services.orange {
    padding: 33px 27px;
}

.h3-services .single-services.yellow {
    padding: 33px 18px;
}

.h3-services .single-services.purple {
    padding: 33px 20px;
}

.h3-services .single-services.sky {
    padding: 33px 38px;
}

.orange {
    background-color: #fcedda;
}

.yellow {
    background-color: #f2fbcb;
}

.purple {
    background-color: #f7d8f9;
}

.sky {
    background-color: #dbfafe;
}

.single-services:hover .services-icon img {
    animation: 500ms ease-in-out 0s normal none 1 running zoomIn;
}

.overview-content > h2 {
    color: #494949;
    font-size: 36px;
    line-height: 45px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.overview-content > h3 {
    color: #494949;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin: 27px 0 34px;
}

.btn-style.overview-btn.cr-btn {
    border-radius: 50px;
    padding: 12px 25px;
    text-transform: capitalize;
}

.zoom-out {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}

.zoom-img > img {
    display: block;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.zoom-out .zoom-img img:last-child {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(1.5);
    visibility: hidden;
}

.overview-wrapper:hover .zoom-img img {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.overview-img img {
    width: 100%;
}

.zoom-out {
    margin: 0 42px 0 103px;
}

.overview-content {
    margin-top: 9px;
}

/*--------- 5. Home page 4 ----------*/

.hm-4-padding .container-fluid {
    padding: 0 60px;
}

.align-item {
    align-items: center;
}

.product-img-4 img {
    width: 100%;
}

.product-img-4 {
    position: relative;
}

.product-action-4 {
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: all .6s ease 0s;
}

.product-content-5 {
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 20px 30px;
    position: absolute;
    transition: all 0.6s ease 0s;
    width: 100%;
}

.product-wrapper:hover .product-content-5 {
    opacity: 1;
}

.product5-title > h4 a {
    color: #333;
}

    .product5-title > h4 a:hover,
    .product5-wishlist > a:hover {
        color: #a5c2d7;
    }

.product5-price-wishlist {
    display: flex;
    justify-content: space-between;
}

.product5-title > h4 {
    color: #646464;
    font-size: 16px;
    margin-bottom: 14px;
    transform: translateX(-20px);
    transition: all 0.6s ease-in-out 0s;
}

.product5-price > span {
    color: #646464;
    font-weight: 500;
    transform: translateX(-20px);
    transition: all 0.6s ease-in-out 0s;
    display: block;
}

.product5-wishlist > a {
    color: #000000;
    font-size: 18px;
    transform: translateX(20px);
    transition: all 0.6s ease-in-out 0s;
    display: block;
}

.product-wrapper:hover .product5-title > h4,
.product-wrapper:hover .product5-price > span,
.product-wrapper:hover .product5-wishlist > a {
    transform: translateX(0px);
}

.product-action-4 a {
    background-color: #414141;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    margin: 0 7.5px;
    transition: all 0.3s ease 0s;
    width: 46px;
    border-radius: 50px;
}

    .product-action-4 a:hover {
        background-color: #a5c2d7;
    }

    .product-action-4 a.action-plus-2,
    .product-action-4 a.action-cart-2 {
        font-size: 18px;
    }

    .product-action-4 a.action-reload {
        font-size: 17px;
    }

    .product-action-4 a i {
        display: block;
        line-height: 46px;
    }

.product-shadow {
    transition: all .3s ease 0s;
}

    .product-shadow:hover {
        box-shadow: 0 7px 18px 1px rgba(0, 0, 0, 0.05);
    }

        .product-shadow:hover .product-action-4 {
            transform: translateY(-50%) scale(1);
        }

.product-content-4 {
    bottom: 0;
    padding: 95px 100px;
    position: absolute;
    right: 0;
}

    .product-content-4.product-content-4-left {
        left: 0;
    }

    .product-content-4 > h3 {
        color: #ffffff;
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        margin: 0;
    }

    .product-content-4 > h2 {
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
        font-size: 36px;
        margin: 3px 0 9px;
    }

    .product-content-4 > h4 {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        margin-bottom: 30px;
    }

.product4-btn.btn-style {
    border-radius: 50px;
    padding: 13px 32px 12px;
    cursor: pointer;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
}

.product-wrapper.product-shadow img {
    width: 100%;
}

.hidden {
    display: none;
}

.view-more .btn-style.cr-btn {
    border-radius: 50px;
    padding: 13px 33px;
}

    .view-more .btn-style.cr-btn span i {
        font-size: 14px;
        margin-right: 7px;
        position: relative;
        top: 1px;
    }

.product-hover-4 {
    position: relative;
}

    .product-hover-4 > a::before {
        background: #fff;
        bottom: 10px;
        content: "";
        left: 10px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 10px;
        transition: all .3s ease 0s;
    }

    .product-hover-4:hover a::before {
        opacity: .8;
    }












/*-------- 6. About us ----------*/

.breadcrumb-content > h2 {
    color: #353535;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.breadcrumb-content li {
    color: #353535;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}

    .breadcrumb-content li a {
        color: #353535;
        padding-right: 10px;
        position: relative;
    }

        .breadcrumb-content li a:hover {
            color: #a5c2d7;
        }

        .breadcrumb-content li a::after {
            background-color: #4b4b4b;
            content: "";
            height: 1px;
            position: absolute;
            right: -3px;
            top: 7px;
            transform: rotate(-71deg);
            width: 12px;
        }

.breadcrumb-content {
    padding: 32px 0 35px;
}

.about-us-title > h3 {
    color: #5a5a5a;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 36px;
    margin: 0;
}

.about-us-details > p {
    margin: 0;
}

    .about-us-details > p.about-us-pera-mb {
        margin: 0 0 20px;
    }

.team-content > h4 {
    color: #292929;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

.team-content > span {
    color: #292929;
}

.team-content {
    padding-top: 26px;
}

.team-img > img {
    width: 100%;
}

.team-area .row {
    margin-left: -10px;
    margin-right: -10px;
}

    .team-area .row div[class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

.team-img img {
    transition: all 0.4s ease 0s;
}

.team-wrapper:hover .team-img img {
    filter: grayscale(100%);
    transition: all 0.4s ease 0s;
}

.single-logo {
    display: flex;
    justify-content: center;
}

.brand-logo-active.owl-carousel .owl-item img {
    width: auto;
}

/*-------- 7. Contact page ----------*/

#map {
    height: 500px;
    width: 100%;
}

.contact-title {
    color: #505050;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
}

    .contact-title::before {
        background-color: #a5c2d7;
        bottom: -8px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 59px;
    }

.contact-form-style > input {
    background-color: #f7f7f7;
    border: none;
    font-weight: 500;
    font-size: 12px;
    color: #7d7d7d;
    padding: 0 15px;
    height: 50px;
}

.contact-form-style > textarea {
    background-color: #f7f7f7;
    border: medium none;
    color: #7d7d7d;
    font-size: 12px;
    font-weight: 500;
    height: 190px;
    padding: 20px 15px;
}

    .contact-form-style > input::-moz-placeholder,
    .contact-form-style > textarea::-moz-placeholder {
        color: #7d7d7d;
        opacity: 1;
    }

    .contact-form-style > input::-webkit-placeholder,
    .contact-form-style > textarea::-webkit-placeholder {
        color: #7d7d7d;
        opacity: 1;
    }

.contact-form-style button {
    border: medium none;
    padding: 12px 32px;
    margin-top: 23px;
    cursor: pointer;
}

.communication-info {
    background-color: #f7f7f7;
    margin-right: 80px;
    padding: 54px 35px;
}

.single-communication {
    display: flex;
    margin-bottom: 37px;
}

    .single-communication:last-child {
        margin-bottom: 0px;
    }

.communication-icon i {
    border: 1px solid #ea000d;
    border-radius: 50%;
    color: #ea000d;
    font-size: 24px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    width: 66px;
}

.communication-icon i {
    border: 1px solid #a5c2d7;
    border-radius: 50%;
    color: #a5c2d7;
    display: inline-block;
    font-size: 18px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    width: 47px;
    transition: all .3s ease 0s;
}

.communication-icon {
    margin-right: 15px;
}

.communication-text > h4 {
    font-size: 15px;
    color: #505050;
    font-weight: 500;
    margin-bottom: 5px;
}

.communication-text > p {
    color: #666;
    margin: 0;
    font-size: 14px;
}

    .communication-text > p a {
        color: #666;
    }

        .communication-text > p a:hover {
            color: #a5c2d7;
        }

.single-communication:hover .communication-icon i {
    background-color: #a5c2d7;
    color: #fff;
}

.contact-message p {
    margin-top: 10px;
    margin-bottom: 0;
    color: #555;
}



/*------------ 8. Shop page -----------*/

.shop-topbar-wrapper {
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    margin-bottom: 31px;
    padding-bottom: 18px;
}

.view-mode > li {
    display: inline-block;
    margin-right: 20px;
}

    .view-mode > li a {
        font-size: 30px;
    }

    .view-mode > li.active a {
        color: #a5c2d7;
    }

button.product-filter-toggle {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 11px;
    padding: 0;
    text-transform: uppercase;
}

.product-filter-wrapper {
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    display: none;
    margin-bottom: 40px;
    padding: 45px 45px 12px;
    width: 100%;
}

.product-filter h5 {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 13px;
    padding-bottom: 7px;
    position: relative;
    text-transform: uppercase;
}

    .product-filter h5::before {
        background-color: #000;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 25px;
    }

.sort-by li a {
    color: #666;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
}

.color-filter li a {
    color: #666;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
}

    .color-filter li a i {
        border-radius: 50%;
        display: block;
        float: left;
        height: 10px;
        margin-right: 11px;
        margin-top: 7px;
        width: 10px;
    }

.product-tags a {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    margin-right: 8px;
    text-transform: capitalize;
}

#price-range {
    background-color: #c0c0c0;
    border: medium none;
    border-radius: 0;
    float: left;
    height: 3px;
    margin-top: 14px;
    width: 100%;
}

.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

#price-range .ui-slider-range {
    background-color: #a5c2d7;
    border-radius: 0;
}

#price-range .ui-slider-handle {
    background-color: #a5c2d7;
    border: medium none;
    border-radius: 50%;
    height: 10px;
    top: -4px;
    transition: none 0s ease 0s;
    width: 10px;
}

.price-values {
    float: left;
    margin-top: 9px;
    width: 100%;
}

    .price-values span {
        color: #666;
        display: block;
        float: left;
        font-size: 14px;
        line-height: 23px;
        margin-right: 6px;
    }

    .price-values input {
        border: medium none;
        color: #666;
        display: block;
        font-size: 14px;
        height: 23px;
        line-height: 23px;
        padding: 0;
        width: 90px;
        background: transparent;
    }

.sort-by li a:hover,
.color-filter li a:hover,
.product-tags a:hover,
button.product-filter-toggle:hover,
.product-list-details > h2 a:hover {
    color: #a5c2d7;
}

.product-list .product-width {
    flex: 0 0 100%;
    max-width: 100%;
}

.product-list .product-img {
    margin-right: 30px;
    width: 310px;
    float: left;
    display: inline-block;
}

.product-list .product-content {
    display: none;
}

.product-list-details {
    display: none;
}

.product-list .product-list-details {
    display: block;
    overflow: hidden;
}

.product-list-details > h2 {
    color: #646464;
    font-size: 24px;
    margin-bottom: 5px;
}

    .product-list-details > h2 a {
        color: #646464;
    }

.product-list-details > p {
    color: #666666;
    display: block;
    margin: 18px 0 25px;
}

.shop-list-cart > a {
    border: 1px solid #a5c2d7;
    color: #333;
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px 8px;
}

    .shop-list-cart > a:hover {
        color: #fff;
        background-color: #a5c2d7;
    }

    .shop-list-cart > a i {
        margin-right: 8px;
    }

/* shop list */

.product-list.product-list-width-2 .product-width {
    flex: 0 0 50%;
    max-width: 50%;
}
/* shop list */
.product-list.product-list-width-3 .product-width {
    flex: 0 0 33.333%;
    max-width: 33.333%%;
}

.product-list-width-3 .product-list-details > h2 {
    font-size: 20px;
}
/* pagination */
.pagination-style li {
    display: inline-block;
    margin: 0 11px;
}

    .pagination-style li a {
        color: #333;
        font-size: 16px;
        font-weight: bold;
    }

        .pagination-style li a:hover,
        .pagination-style li a.active {
            color: #a5c2d7;
        }

/*------- 9. Product details ---------*/

.product-details-large .easyzoom > a img {
    width: 100%;
}

.product-dec-slider.owl-carousel .owl-nav div {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: #8d8c8c;
    display: inline-block;
    font-size: 13px;
    height: 35px;
    left: -15px;
    line-height: 37px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 35px;
}

    .product-dec-slider.owl-carousel .owl-nav div:hover {
        background-color: #a5c2d7;
        color: #fff;
    }

    .product-dec-slider.owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: -15px;
    }

.product-dec-slider:hover .owl-nav div {
    opacity: 1;
}

.product-dec-slider .owl-dots {
    display: none
}

.product-details-content h2 {
    color: #646464;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.pd-sub-title {
    color: #333;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

    .pd-sub-title::before {
        background-color: #9d9d9d;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 30px;
    }

.product-overview > p {
    margin: 0;
}

.product-overview {
    margin: 30px 0;
}

.product-size ul li,
.product-share ul li {
    display: inline-block;
}

    .product-size ul li a,
    .product-share ul li a {
        background-color: transparent;
        border: 1px solid #b6b6b6;
        border-radius: 50%;
        color: #777;
        display: block;
        float: left;
        font-size: 13px;
        height: 31px;
        line-height: 29px;
        margin-right: 11px;
        margin-top: 5px;
        text-align: center;
        text-transform: uppercase;
        width: 31px;
    }

        .product-size ul li a:hover,
        .product-share ul li a:hover {
            background-color: #a5c2d7;
            border: 1px solid #a5c2d7;
            color: #fff;
        }

.product-color {
    overflow: hidden;
}

    .product-color > ul li {
        border-radius: 50px;
        cursor: pointer;
        display: block;
        float: left;
        height: 21px;
        margin-right: 15px;
        text-indent: -9999px;
        transition: all 0.4s ease 0s;
        width: 21px;
    }

        .product-color > ul li.red {
            background: #ff4136 none repeat scroll 0 0;
        }

        .product-color > ul li.pink {
            background: #ff01f0 none repeat scroll 0 0;
        }

        .product-color > ul li.blue {
            background: #3649ff none repeat scroll 0 0;
        }

        .product-color > ul li.sky2 {
            background: #00c0ff none repeat scroll 0 0;
        }

        .product-color > ul li.green {
            background: #00ffae none repeat scroll 0 0;
        }

        .product-color > ul li.purple2 {
            background: #8a00ff none repeat scroll 0 0;
        }

.product-color {
    margin: 31px 0 35px;
    overflow: hidden;
}

.product-categories li,
.product-details-tags li {
    display: inline-block;
    margin-right: 10px;
}

    .product-categories li a,
    .product-details-tags li a {
        color: #666;
        text-transform: capitalize;
    }

        .product-categories li a:hover,
        .product-details-tags li a:hover {
            color: #a5c2d7;
        }

.product-categories {
    margin: 30px 0 34px;
}

.product-share {
    margin-top: 35px;
}

.product-rating > span {
    color: #666;
}

.product-details .easyzoom > a img {
    width: 100%;
}

.product-gallery .row {
    margin-left: -10px;
    margin-right: -10px;
}

    .product-gallery .row div[class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

.bundle-area > h3 {
    color: #707070;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.bundle-area > p {
    margin: 0;
}

.bundle-img {
    display: flex;
    margin: 34px 0 35px;
}

.single-bundle-img {
    cursor: pointer;
    margin-right: 11px;
    position: relative;
}

    .single-bundle-img::before {
        background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 400ms ease-in 0s;
    }

    .single-bundle-img:hover::before {
        opacity: 1;
    }

    .single-bundle-img a img {
        width: 100%;
    }

.bundle-price ul li {
    color: #525252;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

    .bundle-price ul li::before {
        color: #727272;
        content: "";
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        left: 0;
        position: absolute;
        text-indent: inherit;
        top: 0;
    }

    .bundle-price ul li span {
        position: relative;
    }

        .bundle-price ul li span::before {
            background: #7d7d7d none repeat scroll 0 0;
            bottom: 9px;
            content: "";
            height: 1px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            width: 32px;
        }

    .bundle-price ul li:last-child {
        margin-bottom: 0;
    }

.bundle-result {
    margin-top: 32px;
}

    .bundle-result > h4 {
        color: #333;
        font-size: 16px;
        font-weight: 400;
    }

        .bundle-result > h4 span {
            color: #747373;
            font-weight: 400;
        }

            .bundle-result > h4 span .bundle-cross {
                position: relative;
            }

                .bundle-result > h4 span .bundle-cross::before {
                    background: #9f9e9e none repeat scroll 0 0;
                    bottom: 10px;
                    content: "";
                    height: 1px;
                    left: 0;
                    margin: 0 auto;
                    position: absolute;
                    right: 0;
                    width: 45px;
                }

.quickview-btn-cart.bundle-cart {
    display: block;
    line-height: 1;
    margin: 37px 0 0;
}

/*----------------------
    10. Shopping cart
----------------------*/
.shopping-cart-area {
    border-bottom: 1px solid #ddd;
}

    .shopping-cart-area .breadcrumb {
        padding: 30px 0;
    }

        .shopping-cart-area .breadcrumb li a {
            color: #bdbdbd;
            transition: all 0.3s ease 0s;
        }

h1.cart-heading {
    color: #252525;
    font-size: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.cart-title-area {
    padding-top: 30px;
}

.car-header-title h2 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

.table-content table {
    width: 100%;
}

.wishlist .table-content table {
    margin: 0 0 0px;
}

.table-content.wish table {
    margin: 0 0 0px;
}

.table-content table thead tr {
    border-bottom: 3px solid #e1e1e1;
}

.table-content table th {
    border-top: medium none;
    color: #444;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 10px 12px;
    text-transform: capitalize;
}

.table-content table td {
    padding: 30px 10px 0;
}

    .table-content table td input {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: #f7f7f7 none repeat scroll 0 0;
        border-color: currentcolor #ebebeb currentcolor currentcolor;
        border-image: none;
        border-radius: 0;
        border-style: none solid none none;
        border-width: medium 1px medium medium;
        color: #3f3f3f;
        font-size: 14px;
        font-weight: normal;
        height: 45px;
        padding: 0;
        text-align: center;
        width: 75px;
    }

.pro-details-quantity .pro-qty .qtybtn.inc {
    background-color: #f7f7f7;
    cursor: pointer;
    display: block;
    left: 70px;
    padding: 14px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 55px;
    z-index: 9999;
}

.pro-details-quantity .pro-qty .qtybtn i {
    color: #3f3f3f;
    font-size: 12px;
}

.pro-details-quantity .pro-qty .qtybtn.dec {
    background-color: #f7f7f7;
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 70px;
    padding: 0 0 10px;
    position: absolute;
    text-align: center;
    width: 55px;
    z-index: 9999;
}

.pro-qty {
    position: relative;
}

.table-content table td.product-subtotal.product-subtotal {
    width: 120px;
}

.table-content table td.product-subtotal {
    width: 120px;
}

.table-content table td.product-name a {
    color: #444;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.table-content table td.product-name > span {
    color: #444;
    letter-spacing: 1px;
}

.table-content table td.product-name a:hover {
    color: #555;
}

.table-content table td.product-name {
    width: 270px;
}

.table-content table td.product-thumbnail {
    width: 200px;
}

.table-content table td.product-remove i {
    color: #000;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.table-content table .product-price .amount,
.table-content table td.product-subtotal {
    color: #444;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

.table-content table td.product-remove i:hover {
    color: #999;
}

.table-content table td.product-quantity {
    width: 180px;
}

.table-content table td.product-remove {
    width: 150px;
}

.table-content table td.product-price {
    width: 130px;
}

.update-checkout-cart {
    display: flex;
}

.update-cart {
    margin-left: 20px;
}

    .update-cart:first-child {
        margin-left: 0px;
    }

.cart-shipping .btn-style {
    padding: 18px 33px 17px;
}

.update-cart button {
    border: medium none;
}

.cart-shiping-update {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    margin-bottom: 69px;
    margin-top: 36px;
    overflow: hidden;
    padding-bottom: 57px;
}

.wishlist .cart-shiping-update {
    border-bottom: medium none navy;
    margin-bottom: 0;
    padding-bottom: 0;
}

.discount-code h4 {
    color: #333;
    font-size: 20px;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.discount-code {
    background-color: #f7f7f7;
    display: block;
    margin-right: 30px;
    padding: 55px 70px;
}

.coupon input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    height: 56px;
    padding-left: 10px;
    padding-right: 50px;
}

    .coupon input.cart-submit {
        background-color: #a5c2d7;
        color: #fff;
        cursor: pointer;
        padding: 0 30px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 0;
        width: inherit;
    }

        .coupon input.cart-submit:hover {
            background-color: #000;
        }

.coupon {
    position: relative;
}

.button-coupon {
    background-color: #3f3f3f;
    border: medium none;
    color: #fff;
    font-weight: 500;
    height: 56px;
    letter-spacing: 0.4px;
    padding: 0 28px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    transition: all .3s ease 0s;
}

.shop-total > h3 {
    background-color: #a5c2d7;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 23px 30px 22px;
    text-transform: capitalize;
}

.shop-total ul {
    padding: 37px 0 35px;
}

    .shop-total ul li {
        color: #333;
        font-size: 16px;
        padding-bottom: 22px;
        text-transform: capitalize;
    }

        .shop-total ul li.order-total {
            border-bottom: 1px solid #ebebeb;
            margin-bottom: 18px;
            padding-bottom: 32px;
        }

        .shop-total ul li span {
            float: right;
        }

.cart-btn > a,
.continue-shopping-btn > a, .continue-shopping-btn > input[type=submit] {
    background-color: #f7f7f7;
    color: #444;
    display: block;
    letter-spacing: 1px;
    padding: 23px 10px 22px;
    text-transform: uppercase;
}

    .cart-btn > a:hover,
    .continue-shopping-btn > a:hover, .continue-shopping-btn > input[type=submit]:hover {
        background-color: #a5c2d7;
        color: #fff;
    }

.button-coupon:hover {
    background-color: #666;
}

.product-cart-icon.product-subtotal > a {
    color: #333;
    font-size: 25px;
}

    .product-cart-icon.product-subtotal > a:hover,
    .table-content table td.product-name a:hover {
        color: #a5c2d7;
    }

/*------- 11. Checkout page --------*/
.coupon-accordion h3 {
    background-color: #f7f6f7;
    border-top: 3px solid #a5c2d7;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none !important;
    margin: 0 0 25px !important;
    padding: 1em 2em 1em 3.5em !important;
    position: relative;
    width: auto;
}

.panel-title > a:hover,
.panel-title > a:focus {
    color: #a5c2d7;
}

.coupon-accordion h3::before {
    color: #000;
    content: "";
    display: inline-block;
    font-family: fontawesome;
    left: 1.5em;
    position: absolute;
    top: 1em;
}

.coupon-accordion span {
    cursor: pointer;
    color: #6f6f6f;
    transition: all .3s ease 0s;
}

    .coupon-accordion span:hover,
    p.lost-password a:hover {
        color: #a5c2d7;
    }

.coupon-content {
    border: 1px solid #e5e5e5;
    display: none;
    margin-bottom: 20px;
    padding: 20px;
}

.coupon-info p.coupon-text {
    margin-bottom: 15px
}

.coupon-info p {
    margin-bottom: 0
}

    .coupon-info p.form-row-first {
    }

        .coupon-info p.form-row-first label,
        .coupon-info p.form-row-last label {
            display: block;
        }

            .coupon-info p.form-row-first label span.required,
            .coupon-info p.form-row-last label span.required {
                color: #333;
            }

        .coupon-info p.form-row-first input,
        .coupon-info p.form-row-last input {
            border: 1px solid #e5e5e5;
            height: 36px;
            margin: 0 0 14px;
            max-width: 100%;
            padding: 0 0 0 10px;
            width: 370px;
            background-color: transparent;
        }

    .coupon-info p.form-row-last {
    }

    .coupon-info p.form-row input[type="submit"]:hover,
    p.checkout-coupon input[type="submit"]:hover {
        background: #a5c2d7 none repeat scroll 0 0;
    }

    .coupon-info p.form-row input[type="checkbox"] {
        height: inherit;
        position: relative;
        top: 2px;
        width: inherit;
    }

.form-row > label {
    margin-top: 7px;
}

p.lost-password {
    margin-top: 15px;
}

    p.lost-password a {
        color: #6f6f6f;
    }

p.checkout-coupon input[type="text"] {
    background-color: transparent;
    border: 1px solid #ddd;
    height: 36px;
    padding-left: 10px;
    width: 170px;
}

p.checkout-coupon input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    height: 36px;
    margin-left: 6px;
    padding: 5px 18px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: inherit;
}

.coupon-checkout-content {
    margin-bottom: 30px;
    display: none;
}

.checkbox-form h3 {
    border-bottom: 1px solid #e5e5e5;
    color: #444;
    font-size: 25px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.country-select {
    margin-bottom: 30px;
    position: relative;
}

    .country-select label,
    .checkout-form-list label {
        color: #444;
        display: block;
        font-size: 14px;
        margin: 0 0 5px;
    }

        .country-select label span.required,
        .checkout-form-list label span.required {
            color: #a5c2d7;
            font-size: 15px;
        }

    .country-select select {
        -moz-appearance: none;
        border: 1px solid #ddd;
        height: 42px;
        padding-left: 10px;
        width: 100%;
        background-color: transparent;
    }

    .country-select::before {
        content: "";
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
        position: absolute;
        right: 12px;
        top: 36px;
        color: #666;
    }

.checkout-form-list {
    margin-bottom: 15px;
}

    .checkout-form-list label {
        color: #444;
    }

        .checkout-form-list label span.required {
        }

    .checkout-form-list input[type=text],
    .checkout-form-list input[type=password],
    .checkout-form-list input[type=email] {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #e5e5e5;
        border-radius: 0;
        height: 42px;
        width: 100%;
        padding: 0 0 0 10px;
    }

    .checkout-form-list input[type="checkbox"] {
        display: inline-block;
        height: inherit;
        margin-right: 10px;
        position: relative;
        top: 2px;
        width: inherit;
    }

.ship-different-title input {
    height: inherit;
    line-height: normal;
    margin: 4px 0 0;
    position: relative;
    top: 1px;
    width: 30px;
}

.create-acc label {
    color: #333;
    display: inline-block;
}

.checkout-form-list input[type=password] {
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    font-size: 25px;
    color: #363636;
}

.order-notes textarea {
    background-color: transparent;
    border: 1px solid #ddd;
    height: 90px;
    padding: 15px;
    width: 100%;
}

#ship-box-info {
    display: none
}

.your-order {
    background: #f2f2f2 none repeat scroll 0 0;
    overflow: hidden;
    padding: 30px 40px 45px;
}

    .your-order h3 {
        border-bottom: 1px solid #d8d8d8;
        color: #444;
        font-size: 25px;
        margin: 0 0 20px;
        padding-bottom: 10px;
        text-transform: uppercase;
        width: 100%;
    }

.your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}

    .your-order-table table th,
    .your-order-table table td {
        border-bottom: 1px solid #d8d8d8;
        border-right: medium none;
        font-size: 14px;
        padding: 15px 0;
        text-align: center;
    }

        .your-order-table table td .product-quantity {
            font-weight: 400;
        }

    .your-order-table table th {
        border-top: medium none;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        white-space: nowrap;
        width: 250px;
    }

    .your-order-table table .shipping ul li input {
        position: relative;
        top: 2px;
    }

    .your-order-table table .shipping th {
        vertical-align: top;
    }

    .your-order-table table .order-total th {
        border-bottom: medium none;
        font-size: 18px;
    }

    .your-order-table table .order-total td {
        border-bottom: medium none;
    }

    .your-order-table table tr.cart_item:hover {
        background: #F9F9F9
    }

    .your-order-table table tr.order-total td span {
        color: #444;
        font-size: 20px;
        font-weight: 500;
    }

.payment-accordion h3 {
    border-bottom: 0 none;
    margin-bottom: 10px;
    padding-bottom: 0;
}

    .payment-accordion h3 a {
        color: #6f6f6f;
        font-size: 14px;
        padding-left: 25px;
        position: relative;
        text-transform: capitalize;
        text-decoration: none
    }

.payment-content p {
    font-size: 13px;
}

.payment-accordion img {
    height: 60px;
    margin-left: 15px;
}

.order-button-payment input {
    background: #464646 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: inherit;
    letter-spacing: 1px;
    margin: 20px 0 0;
    padding: 13px 20px 11px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

    .order-button-payment input:hover {
        background: #a5c2d7;
        border: 1px solid #a5c2d7;
        color: #fff;
    }

.coupon-info p.form-row input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 25px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: inherit;
    cursor: pointer;
}

/*--------- 12. Login register page ---------*/
.login-form-container {
    background: #ffffffb5  none repeat scroll 0 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 80px;
    text-align: left;
}

.login-text {
    margin-bottom: 30px;
    text-align: center;
}

    .login-text h2 {
        color: #444;
        font-size: 30px;
        margin-bottom: 5px;
        text-transform: capitalize;
    }

    .login-text span {
        font-size: 15px;
    }

.login-form-container input {
    background-color: #f7f7f7;
    border: medium none;
    color: #7d7d7d;
    font-size: 12px;
    font-weight: 500;
    height: 50px;
    padding: 0 15px;
    margin-bottom: 30px;
}

    .login-form-container input::-moz-placeholder,
    .login-form-container input::-webkit-placeholder {
        color: #7d7d7d;
        opacity: 1;
    }

.login-toggle-btn {
    padding: 10px 0 19px;
}

.login-form-container input[type="checkbox"] {
    height: 15px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 17px;
}

.login-form-container label {
    color: #777;
    font-size: 15px;
    font-weight: 400;
}

.login-toggle-btn > a {
    color: #666;
    float: right;
    transition: all 0.3s ease 0s;
}

    .login-toggle-btn > a:hover {
        color: #a5c2d7;
    }

.login-register-tab-list {
    display: flex;
    justify-content: center;
    /*margin-bottom: 40px;*/
}

    .login-register-tab-list.nav a h4 {
        font-size: 25px;
        font-weight: 500;
        margin: 0 20px;
        text-transform: capitalize;
        transition: all 0.3s ease 0s;
    }

        .login-register-tab-list.nav a.active h4,
        .login-register-tab-list.nav a h4:hover {
            color: #a5c2d7;
        }

.login-form button {
    border: medium none;
    cursor: pointer;
}

/*------- 13. Blog page --------*/
.blog-area .container-fluid {
    padding: 0 310px;
}

.blog-img img {
    width: 100%;
}

.blog-content > h2 {
    color: #444;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}

    .blog-content > h2 a {
        color: #444;
    }

.blog-date-categori {
    margin: 9px 0 19px;
}

    .blog-date-categori li {
        color: #656565;
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
    }

    .blog-date-categori ul li::after {
        content: "/";
        margin: 0 3px 0 4px;
    }

    .blog-date-categori ul li:last-child::after {
        display: none;
    }

    .blog-date-categori ul li a {
        color: #a5c2d7;
        display: inline-block;
        position: relative;
        transition: all 0.3s ease 0s;
    }

        .blog-date-categori ul li a::before {
            background-color: #a5c2d7;
            bottom: 3px;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            transition: all 0.3s ease 0s;
            width: 100%;
        }

        .blog-date-categori ul li a:hover::before {
            background-color: #000;
        }

        .blog-date-categori ul li a:hover {
            color: #000;
        }

.single-blog-wrapper > p {
    margin: 0;
}

.blog-btn-social {
    display: flex;
    justify-content: space-between;
}

.blog-social {
    display: flex;
}

.blog-btn .btn-style {
    font-size: 13px;
    padding: 5px 10px 7px;
    text-transform: capitalize;
}

.blog-social ul li {
    display: inline-block;
    margin-left: 13px;
}

    .blog-social ul li:nth-child(1) {
        margin-left: 0px;
    }

    .blog-social ul li a {
        color: #444;
        font-size: 18px;
    }

.blog-social > span {
    color: #444;
    font-weight: 500;
    margin: 3px 15px 0 0;
    text-transform: capitalize;
}
/* quote post */
blockquote {
    margin: 0;
}

.quote-post {
    background-color: #a5c2d7;
    padding: 74px 50px 77px 58px;
    position: relative;
}

.quote-content,
.link-content {
    z-index: 9;
    position: relative;
}

    .quote-content > span {
        color: #ececec;
    }

    .quote-content > h3 {
        color: #f3f2f2;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        margin: 19px 0 22px;
        text-transform: uppercase;
    }

        .quote-content > h3 a {
            color: #f3f2f2;
        }

    .quote-content h6 {
        color: #f3f2f2;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        padding-left: 28px;
        position: relative;
    }

        .quote-content h6::before {
            background-color: #f3f2f2;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            top: 9px;
            transition: all 0.3s ease 0s;
            width: 18px;
        }

.post-img {
    display: inline-block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

    .post-img > img {
        max-width: 188px;
    }

/* gallery post */
.blog-gallery-slider .owl-nav div,
.slider-active .owl-nav div {
    color: #494949;
    font-size: 35px;
    left: 50px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
}

    .blog-gallery-slider .owl-nav div.owl-next,
    .slider-active .owl-nav div.owl-next {
        left: auto;
        right: 50px;
    }

    .blog-gallery-slider .owl-nav div:hover,
    .slider-active .owl-nav div:hover {
        color: #a5c2d7;
    }

.blog-gallery-slider:hover .owl-nav div,
.slider-active:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

/* link post */
.link-post {
    background-color: #000000;
    padding: 74px 48px 77px;
    position: relative;
}

.link-content > span {
    color: #ececec;
}

.link-content > h3 {
    color: #f3f2f2;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 0;
    text-transform: uppercase;
}

    .link-content > h3 a {
        color: #f3f2f2;
    }

        .blog-social ul li a:hover,
        .blog-author > h4 a:hover,
        .news-form > button:hover,
        .blog-categori ul li a:hover,
        .blog-tags ul > li a:hover,
        .blog-sidebar-social li a:hover,
        .link-content > h3 a:hover,
        .recent-post-content > h4 a:hover,
        .blog-content > h2 a:hover {
            color: #a5c2d7;
        }

.blog-btn > a:hover::before {
    background-color: #a5c2d7;
}

.quote-content > h3 a:hover {
    text-decoration: underline;
}

/* Blog sidebar */
.blog-search form input {
    background: #efefef none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #a8a8a8;
    font-size: 14px;
    height: 60px;
    padding-left: 20px;
    padding-right: 50px;
    width: 100%;
}

    .blog-search form input:-moz-placeholder {
        color: #000;
        opacity: 1;
    }

.blog-search form {
    position: relative;
}

.news-form > button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #a7a7a7;
    font-size: 24px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.blog-author > h4 {
    color: #717171;
    font-size: 18px;
    font-weight: 400;
    margin: 16px 0 6px;
}

    .blog-author > h4 a {
        color: #717171;
    }

.recent-post-wrapper {
    align-items: center;
    display: flex;
    margin-bottom: 25px;
}

    .recent-post-wrapper:last-child,
    .blog-categori ul li:last-child {
        margin-bottom: 0px;
    }

.recent-post-img a img {
    flex: 0 0 94px;
}

.blog-widget-title {
    color: #444;
    font-size: 18px;
    font-weight: 500;
}

.recent-post-content > h4 {
    color: #444;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 4px;
}

    .recent-post-content > h4 a {
        color: #444;
    }

.recent-post-content > span {
    color: #a7a7a7;
}

.recent-post-img {
    margin-right: 25px;
}

.blog-categori ul li {
    margin-bottom: 17px;
}

    .blog-categori ul li a {
        color: #444;
        font-size: 15px;
    }

.blog-instagram img {
    width: 84px;
}

.blog-instagram li {
    display: inline-block;
    margin-bottom: 9px;
    margin-right: 6px;
}

    .blog-instagram li a {
        position: relative;
        display: block;
    }

        .blog-instagram li a::before {
            background-color: #a5c2d7;
            content: "";
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            right: 0;
            transition: all 0.3s ease 0s;
            width: 100%;
        }

        .blog-instagram li a:hover::before {
            opacity: 0.6;
        }

.blog-sidebar-social li {
    display: inline-block;
    margin-right: 32px;
}

    .blog-sidebar-social li:last-child {
        margin-right: 0px;
    }

    .blog-sidebar-social li a {
        color: #444;
        font-size: 24px;
    }

.blog-tags ul > li {
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 17px;
    position: relative;
}

.blog-tags ul li::after {
    background-color: #6d6d6d;
    content: "";
    font-size: 8px;
    height: 12px;
    position: absolute;
    right: -12px;
    top: 4px;
    transform: rotate(20deg);
    width: 1.5px;
}

.blog-tags ul > li a {
    color: #444;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.blog-tags ul li:last-child::after {
    display: none;
}

/* blog masonry */
.masonary-style .blog-content > h2 {
    font-size: 18px;
}

.masonary-style .quote-post {
    padding: 74px 44px 77px 47px;
}

/*---------- 14. Blog details -------*/
.highlights-title-wrapper {
    display: flex;
    margin: 56px 0 47px;
}

.importent-title > h4 {
    color: #444;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 34px;
    margin: 0;
}

.highlights-img > img {
    width: 73px;
}

.highlights-img {
    margin-right: 25px;
    margin-top: 9px;
}

.dec-img > img {
    width: 100%;
}

.dec-img-wrapper {
    margin: 56px 0 53px;
}

.blog-dec-tags-social {
    border-bottom: 2px solid #f6f6f6;
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
    padding-bottom: 10px;
}

.blog-dec-tags ul li {
    display: inline-block;
    position: relative;
}

    .blog-dec-tags ul li a {
        color: #444;
        margin-right: 18px;
        text-transform: capitalize;
    }

    .blog-dec-tags ul li::after {
        background-color: #6d6d6d;
        content: "";
        font-size: 8px;
        height: 12px;
        position: absolute;
        right: 6px;
        top: 5px;
        transform: rotate(20deg);
        width: 1.5px;
    }

    .blog-dec-tags ul li:last-child::after {
        display: none;
    }

.blog-dec-social {
    display: flex;
}

    .blog-dec-social ul li {
        display: inline-block;
        margin-left: 14px;
    }

        .blog-dec-social ul li a {
            color: #333333;
            font-size: 18px;
        }

    .blog-dec-social > span {
        color: #444;
        font-weight: 500;
        margin-top: 3px;
        text-transform: capitalize;
    }

    .blog-dec-tags ul li a:hover,
    .blog-dec-social ul li a:hover,
    .blog-details-btn a:hover {
        color: #a5c2d7;
    }

.administrator-wrapper {
    align-items: center;
    display: flex;
    border-bottom: 2px solid #f6f6f6;
    padding: 30px 0;
}

.administrator-img {
    margin-right: 30px;
}

.administrator-content > h4 {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 19px;
}

.administrator-content > p {
    color: #262626;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

.blog-dec-title {
    color: #444;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}

.single-comment-wrapper {
    display: flex;
}

.blog-comment-content > h4 {
    color: #444;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
}

.blog-comment-content > span {
    color: #656565;
    display: block;
    margin: 6px 0 8px;
}

.blog-comment-content > p {
    margin-bottom: 15px;
}

.blog-comment-img {
    margin-right: 28px;
}

.leave-form {
    margin-bottom: 30px;
}

.blog-reply-wrapper form input,
.blog-reply-wrapper form textarea {
    background: #f7f7f7 none repeat scroll 0 0;
    border: medium none;
    color: #8e8e8e;
    font-size: 14px;
    height: 60px;
    padding: 2px 20px;
}

    .blog-reply-wrapper form input::-moz-placeholder,
    .blog-reply-wrapper form textarea::-moz-placeholder {
        color: #8e8e8e;
        opacity: 1;
    }

    .blog-reply-wrapper form input::-webkit-placeholder,
    .blog-reply-wrapper form textarea::-webkit-placeholder {
        color: #8e8e8e;
        opacity: 1;
    }

.blog-reply-wrapper form textarea {
    height: 235px;
    padding: 25px 20px;
}

.blog-reply-wrapper form .text-leave input {
    background-color: #a5c2d7;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    height: inherit;
    letter-spacing: 1px;
    margin-top: 60px;
    padding: 14px 30px 13px;
    width: inherit;
}

    .blog-reply-wrapper form .text-leave input:hover {
        background-color: #000;
    }

.blog-reply-wrapper > form {
    margin-top: 65px;
}

.blog-details-btn a {
    color: #444;
    font-weight: 500;
    text-transform: capitalize;
}
/*--------- 15. Scrollup ---------*/
#scrollUp {
    background: #a5c2d7 none repeat scroll 0 0;
    bottom: 85px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 38px;
    z-index: 9999;
}

    #scrollUp:hover {
        background: #333 none repeat scroll 0 0;
    }
/*rahma style*/
@media screen and (min-width:600px) {
    .margin1 {
        margin: 0 42px 0 103px;
    }
}

.overview-content > h1 {
    color: #494949;
    font-size: 36px;
    line-height: 45px;
    font-family: "Playfair Display", serif;
    margin: 0;
}

/*.overview-content {
    margin-top: -55px;
}*/
.text-align-justify {
    text-align: justify;
}

.p-r-40 {
    padding-right: 40px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-t-20 {
    padding-top: 20px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-80 {
    margin-bottom: 80px !important;
}

.m-t-80 {
    margin-top: 80px !important;
}

.color-black {
    color: #000;
}

.text-align-center {
    text-align: center;
}

.font-size-20 {
    font-size: 20px !important;
}

.d-inlineblock {
    display: inline-block !important;
}

.logo img {
    width: 160px;
}

.result {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

.dropdown-menu a {
    color: #000 !important;
    font-size: 16px !important;
}

.country-select:before {
    content: "";
    display: inline-block;
    font-family: Ionicons;
    font-size: 17px;
    position: absolute;
    right: 21px !important;
    background: #fff;
    top: 36px;
    color: rgb(102, 102, 102);
}

.discount-code {
    margin-right: 0;
    margin-bottom: 20px;
}


.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
    max-height: 641px !important;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#createAddress.hide {
    display: none;
}


.continue-shopping-btn > input {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    outline: none;
    border: 0;
    cursor: pointer;
    text-align: center;
}

.cart-btn > a,
.continue-shopping-btn > a, .continue-shopping-btn > input {
    background-color: #f7f7f7;
    color: #444;
    display: block;
    letter-spacing: 1px;
    padding: 23px 10px 22px;
    text-transform: uppercase;
}

    .cart-btn > a:hover,
    .continue-shopping-btn > a:hover, .continue-shopping-btn > input:hover {
        background-color: #a5c2d7;
        color: #fff;
    }

.second-page-container {
    min-height: 51vh;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}


.fix-aboutparagraph {
    align-items: center;
    justify-content: center;
    display: inline-flex;
    text-align: center;
}

.ti-search:before {
    content: "\e610";
    position: relative;
    right: 15px;
}


.pagination-style li.current a {
    color: #a5c2d7;
}

.search-search {
    display: inline-flex;
}

    .search-search button {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border: 0;
        width: 130px;
        background: #a5c2d7;
        color: #fff;
        cursor: pointer;
    }

    .search-search input {
        width: 250px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        padding-left: 20px;
    }

.related-title {
    width: 100%;
    margin-top: 40px;
}

.custom-table-1 tr td {
    padding: 10px 10px !important;
    padding-left: 10px;
}
    /*.custom-table-1 tr td, .custom-table-1 tr th {
    border-right: 2px solid #000;
}*/
    .custom-table-1 tr td p {
        margin-bottom: 0;
    }

.custom-table-1 tr:nth-of-type(even) {
    background-color: #f0f1f5;
}

.custom-table-1 td.actions i {
    font-size: 20px;
    color: #000;
}

.custom-btn-1 {
    padding: 5px 50px;
    background-color: #116972;
    border-radius: 25px;
    margin-bottom:20px;
    height: 40px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    cursor: pointer;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

#addressAdd {
    display: none;
    width: 100%;
}

.fix-addForm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fix-btn-2 {
    border: 0;
}

.fix-btn-1 {
    margin: 0 10px;
    border-radius: 25px;
}

input:disabled, select:disabled {
    background-color: #f9f9f9c2 !important;
    cursor: not-allowed;
}

.editControls {
    display: none;
}

.newslettermanager {
    margin-top: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .newslettermanager label {
        margin: 0;
        padding-right: 30px;
    }

.btn-default-1 {
    background: #464646 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: inherit;
    letter-spacing: 1px;
    margin: 20px 0 0;
    padding: 13px 20px 11px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .btn-default-1:hover {
        background: #a5c2d7;
        border: 1px solid #a5c2d7;
        color: #fff;
    }

select {
    background: #ffffff
}

#review {
    margin-top: 10px;
    background: #fff;
    margin-bottom: 10px;
}

#ReviewaddBtn {
    background: #a5c2d7;
    color: #fff;
}

.singleStar img {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.singleStar {
    flex: 1;
    display: inline-flex;
    margin: 20px 10px 0;
    cursor: pointer;
    transition: ease-in 0.1s all;
}

    .singleStar:active {
        opacity: 0;
    }

.starHolder {
    display: inline-flex;
}

.item_singleStar img {
    width: 25px !important;
    height: 25px !important;
    margin: 10px 5px;
}

.reviewItem {
    border: 2px solid #e1dede;
    box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.3);
    margin: 10px 0;
    padding: 10px;
    max-height: 400px;
    overflow-y: auto;
    min-height: 200px;
}

    .reviewItem p {
        padding-left: 8px;
        padding-top: 5px;
        margin-bottom: 0;
    }

.breadcrumb-content li:last-child a:after {
    display: none;
}

#gender {
    height: 42px;
}

.fa-shopping-basket:before {
    position: relative;
    right: 10px;
}

.mobile-language-icon {
    display: none;
}
.currency.mobile {
    display: none;
}


@media (max-width: 700px) {
    .header-site-icon {
        padding-top: 0 !important;
    }

    .mean-container a.meanmenu-reveal {
        top: -31px !important;
    }

    .footer-widget img {
        max-width: 100%;
    }

    .mobile-language-icon {
        display: inline-block;
        padding-right: 15px;
    }
    .currency.mobile {
        display: inline-block;
    }
    
    #form .left {
        width: 100% !important
    }

    #form .right {
        width: 100% !important
    }
  

}






.header-login.same-style.button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.same-style1 {
    background-color: #DCD9D9;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #9c9c9c;
}

.language.same-style1.button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.margin-top {
    margin-top: -10px;
}

.container-fluid.background {
    background-image: url('../../wsImages/petra.png');
    padding: 20px 0 240px !important;
    background-color: #0e94f7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;
}

#sub #title {
    width: 100%;
    line-height: 65px;
    height: auto;
    white-space: inherit;
    font-size: 50px;
    visibility: visible;
}

#sub * {
    color: #fff !important;
    text-shadow: none;
}

.margin-l-100 {
    margin-left: 100px;
}

/*input[type=text], select {
    width: 75%;
    padding: 5px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height: 30px;
    font-size: 0.875em !important;
}*/

label {
    width: 100% !important;
    font-size: 14px !important;
    margin-bottom: 6px;
    margin-top: 6px;
}

@media (max-width: 1200px) {
    label {
        font-size: 12px !important;
    }
}

input.center {
    margin-left: 35% !important;
}

input[type=submit] {
    width: 25%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #3d70b2;
    border-radius: 4px;
    font-weight: 700;
}

    input[type=submit]:hover {
        background-color: #4fc1f0;
    }


/*.left {
    margin-top: -181px;
}*/
#form .left {
    float: left;
    width: 44%;
    margin: -240px -31px 27px;
    background: #f5d361;
    background: -moz-linear-gradient(top, #f5d361 0%, #e7bf3b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5d361), color-stop(100%,#e7bf3b));
    background: -webkit-linear-gradient(top, #f5d361 0%,#e7bf3b 100%);
    background: -o-linear-gradient(top, #f5d361 0%,#e7bf3b 100%);
    background: -ms-linear-gradient(top, #f5d361 0%,#e7bf3b 100%);
    background: linear-gradient(to bottom, #f5d361 0%,#e7bf3b 100%);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    background: #F3CE56;
    border-radius: 10px !important;
    box-shadow: none;
    border-bottom: 2px solid #DAB129;
}

.left, .right {
    float: left;
    width: 50%;
}

#form {
    margin: 0 auto;
    display: block;
    max-width: 1100px;
    border-radius: 0px;
    position: relative;
}

@media(max-width:1024px) and (min-width:1000px){
    form {
        padding: 2% !important;
    }
    .login-form-container {
        background: #ffffffb5 none repeat scroll 0 0;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
        padding: 70px;
        text-align: left;
    }
}
.home #form .right {
    margin: -10px 0 0 !important;
}

#form .right {
    float: right;
    width: 48%;
    /*margin: -120px 0 0;*/
    margin: 20px 30px 0 !important;
}

.h3-R {
    margin-bottom: 15px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 1.2;
    color: #0F6193;
    margin-top: -30px;
}

#form1 {
    margin: 25px auto;
    display: block;
    max-width: 1100px;
    border-radius: 0px;
    position: relative;
    background-color: #F3F3f0
}

.clearfix {
    clear: both;
    height: 0;
}

.logos img {
    margin: 0 0px 10px 0;
    padding: 0;
    height: 70px;
    box-sizing: content-box;
    border-radius: 10px !important;
    padding: 0 !important;
    margin: 10px !important;
}


.product-area.pt-120.pb-115.hm-3-padding {
    background-color: #F1F1F1
}

.accordion {
    background-color: #fff;
    color: #0F6193;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 0px solid #eee;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    box-sizing: border-box;
    position:relative
}

    /*.active, .accordion:hover {
        background-color: #ccc;
    }*/

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        position: absolute;
        top: 15px;
        right: 11px;
    }

/*.active:after {
    content: "\2212";
}*/

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px dotted #d7d7d7;
}
.filter-panel.panel.panel-primary {
    max-height: 40px;
    font-size:10px !important;
}
body .faqs_container {
    border-radius: 0px;
    border-color: #ddd;
}

.faqs_container {
    float: left;
    margin-top: 40px;
    border: 1px solid #eee;
}

.content {
    max-width: 1100px;
    margin: 0 auto;
    color: #555;
}

.color-blue {
    color: #0F6193;
    font-weight: bold;
    font-size: 1.5em;
    background-color: white;
    padding: 25px;
    margin-bottom: 0;
    border-bottom: 1px dotted #d7d7d7;
}

.wrapper {
    /*background-color: #F8F8F8*/
    background: #F3F3f0;
}

.panel p {
    color: #686868;
    padding-bottom: 12px;
}

.panel ul {
    margin: 8px 0 8px 17px;
    line-height: 1.5em;
}

.panel li {
    list-style-type: disc;
}

#more_destination_info .faq_tab h3 {
    margin-bottom: 0
}

.faq_tab dl {
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px dotted #d7d7d7
}

.faq_tab dt {
    line-height: 1.125em;
    color: #0069a0;
    position: relative;
    border-top: 1px dotted #d7d7d7;
    padding: 12px 29px 12px 0;
    cursor: pointer
}

.faq_tab ul {
    margin: 8px 0 8px 17px;
    line-height: 1.5em
}

.faq_tab li {
    list-style-type: disc
}

.faq_tab dd {
    line-height: 1.5em;
    color: #686868;
    font-size: .875em;
    border-bottom: none;
    padding-bottom: 12px
}

.faq_tab p a {
    border-bottom: 0
}

.faq_tab dt, .faq_tab strong {
    font-weight: 700
}

    .faq_tab dt.faq_open {
        background-image: none !important;
        cursor: default
    }

        .faq_tab dd, .faq_tab dt.faq_open .faq_control {
            display: none
        }

.faq_control {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    background: url(//cdn.rcstatic.com//images/site_graphics/newsite/faqs_expand.gif) right center no-repeat;
    overflow: hidden;
    text-indent: -999em;
    border: 0
}

    .faq_control:hover {
        outline: 0;
        background-image: url(//cdn.rcstatic.com//images/site_graphics/newsite/faqs_expand_hover.gif)
    }

    .faq_control:focus {
        outline: 0;
        background-image: url(//cdn.rcstatic.com//images/site_graphics/newsite/faqs_expand_hover.gif)
    }

.faqs_container, .splitTile .faqs_container {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    width: 100%;
    *width: 93%;
    min-height: 240px;
    position: relative;
    padding: 3%;
    box-sizing: border-box
}

.splitTile div#faqs_container {
    background-color: #f8f8f8;
    padding: 27px 0
}

.splitTile #topdeals .content #more_destination_info {
    margin: 0;
    padding: 0
}

.faqs_container {
    float: left;
    margin-top: 40px
}

    .faqs_container .info_text {
        color: #949494;
        float: left;
        font-size: .813em;
        padding: 3%;
        width: 94%
    }

.faq_subtext {
    color: #bbb;
    font-size: .775em;
    width: 60%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

div#faqs_container_box {
    width: 100%
}

.rtl .faq_tab dt {
    background: url(//cdn.rcstatic.com//images/site_graphics/newsite/faqs_expand.gif) left center no-repeat
}

.container#topdeals {
    background: #fff;
    padding: 27px 0 40px;
    background-color: #f8f8f8;
}

#topdeals {
    background: #eee;
    padding: 25px 0 50px;
    overflow: hidden;
}

.left, .right {
    float: left;
    width: 50%;
}

body .container#topdeals div.destination {
    border-radius: 0px !important;
}

.container#topdeals .destination {
    background-color: #FFF;
    border: #ddd 1px solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5% 4.5%;
    overflow: hidden;
    height: auto;
}

.left .destination {
    margin: 14px 2% 0px 0;
}

.destination {
    clear: both;
    height: 81px;
    margin: 25px 0;
    color: #000;
}

.destination_img {
    width: 27%;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
}

.destinationinfo {
    padding: 0;
    margin: 0 0 0 4%;
    width: 68%;
    overflow: hidden;
}

.destinationinfo {
    float: left;
    width: 52%;
    padding: 12px 0 0 0;
}

body .container#topdeals div.destination {
    border-radius: 0px !important;
}

.right .destination {
    margin: 14px 2% 0px 0;
}

.color-blue1 {
    color: #0F6193;
    font-weight: bold;
    font-size: 1.5em;
    padding: 25px;
}

.slider-area.banner-padding {
    background-color: #FFF
}

#about-us {
    -webkit-font-smoothing: antialiased;
    padding: 27px 0 54px;
    background: #f8f8f8;
}

div.cf {
    clear: both;
    float: none !important;
}

.about-us {
    overflow: hidden;
}

#about-us .exp-rd-col-6 {
    width: 50%;
}

#about-us .exp-rd-col-6 {
    float: left;
}

.about-us__info {
    height: 450px;
    padding: 70px 50px;
    background: #fff;
    border: 1px solid #ddd;
    border-right-width: 0;
}

.about-us__logo {
    margin-bottom: 20px;
    padding: 3px 0;
    height: 30px;
}

.about-us__description {
    font-size: 0.875em;
    color: #666;
    line-height: 24px;
}

.about-us__graphic {
    height: 450px;
    padding: 70px 50px 50px;
    /*background-image: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/about-us-graphic_x2.jpg), none;*/
    background-size: cover;
}

.about-us__graphic-title {
    font-size: 1.3125em;
    color: #fff;
}

.about-us__graphic-subtitle {
    font-size: 1.125em;
    color: #fff;
}

#about-us {
    -webkit-font-smoothing: antialiased;
    padding: 33px 0 35px;
    background: #F3F3f0;
}

.about-us__points {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 20px;
    color: #444;
    background: rgba(255, 255, 255, 0.75);
}

.icon-bullet {
    padding: 15px 0 15px 30px;
    font-size: 0.875em;
    background-position: 0 50%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.icon-bullet--globe {
    background-image: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/icons/20/line/grey-444/ico-globe.png);
}

.icon-bullet--smartphone {
    background-image: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/icons/20/line/grey-444/ico-smartphone.png);
}

.icon-bullet--car {
    background-image: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/icons/20/line/grey-444/ico-car.png);
}

.icon-bullet--star {
    background-image: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/icons/20/line/grey-444/ico-star.png);
}

#app-back {
    background: #F3F3f0;
    padding-top: 30px;
}

#app-dl {
    background-color: #266974;
    padding: 25px 0;
    /*border-bottom: 4px solid #fff;*/
}

#app-content {
    position: relative;
}

    #app-content .phone-apps {
        position: absolute;
        left: -15px;
        bottom: -25px;
        display: inline-block;
        vertical-align: middle;
    }

    #app-content .sales-message {
        display: inline-block;
        padding-left: 205px;
        vertical-align: middle;
        color: #fff;
        font-size: 16px;
        width: 45%;
    }

    #app-content .app-links {
        display: inline-block;
        float: right;
        text-align: right;
        margin-top: -7px;
    }

        #app-content .app-links #apple {
            /*background-image: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/apple-icon.png);*/
            margin-right: 20px;
            zoom: 1;
        }

        #app-content .app-links a {
            padding: 5px 0 25px 45px;
            text-align: right;
            border-bottom: 0;
            display: inline-block;
            background-repeat: no-repeat;
            background-position: center left;
            background-size: 40px;
            color: #fff;
        }

        #app-content .app-links #google {
            /*background-image: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/play-icon.png);*/
        }

    #app-content .sales-message p {
        line-height: 1.3em;
        color: #fff;
    }

div#footer_signup.container {
    width: 100%;
}

#footer_signup {
    clear: both;
    background-color: #4683b8;
    padding: 35px 0 25px;
    overflow: hidden;
}

.footerbar_logo {
    float: left;
    width: 30.5%;
    height: 56px;
    background-repeat: no-repeat;
    /*background-image: url('../../wsImages/Car4Rentals-Logo.png');*/
    margin-right: 15px;
    color: #fff;
    background-position: 30% 0;
    background-size: contain;
    min-width: 220px;
    background-position: 0% 0%;
}

.logo_statistics {
    top: 37px;
    left: 0;
}

.footerbar_center {
    margin-right: 20px;
    width: 40%;
    *width: 39%;
    float: left;
    border-left: 1px solid #85add1;
    padding-left: 20px;
}

#signup_footer {
    border: 0;
}

    #signup_footer p {
        color: #FFF;
        font-size: 12px;
    }

.footerbar_center p {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

#signup_footer input {
    border-radius: 0;
}

.email_footer, .subscribe_footer {
    height: 40px;
    font-size: .8em;
    border-radius: 4px;
}

.logo_statistics {
    position: relative;
    font-size: 12px;
    line-height: normal;
}

#signup_footer label {
    width: 100% !important
}

input#email_footer {
    margin-bottom: 10px !important;
    line-height: 35px !important;
    width: 55% !important;
    padding-left: 10px !important;
    margin-right: 10px !important;
    box-sizing: border-box;
    height: 35px !important;
    border: 0;
}

input#subscribe_footer {
    cursor: pointer;
    background-color: #6aaceb;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 700;
    padding: 0 20px;
}

#signup_footer a {
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

.footerbar_right {
    width: 22%;
    float: left;
}

    .footerbar_right li {
        float: left;
        font-size: .75em;
        color: #b7d7f2;
        margin: 0 0 7px;
        background-image: url(//cdn.rcstatic.com/images/site_graphics/newsite/footerbar_ticks.jpg);
        background-repeat: no-repeat;
        background-position: top left;
        padding-left: 20px;
        min-height: 15px;
        line-height: 12px;
        box-sizing: border-box;
    }

/*@media screen and (max-width: 800px) .right .destination, .left .destination {
    margin: 30px 0;
}*/

@media screen and (max-width: 823px) {
    .left, .right {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 823px) {
    .content {
        width: 90%;
    }
}

@media screen and (max-width: 1099px) {
    #header .container, .content {
        /*width: 95%;*/
        width: 100%;
    }
}

@media screen and (max-width: 823px) {
    .left, .right {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 568px) {
    #topdeals h3 {
        font-size: 1.375em;
        line-height: 1.3em;
    }
}

@media screen and (max-width: 823px) {
    .right .destination, .left .destination {
        margin: 30px 0;
    }
}

@media screen and (max-width: 823px) {
    #about-us .exp-rd-col-6 {
        width: 100%;
    }
}

@media screen and (max-width: 1099px) {
    #app-content .app-links a {
        padding: 0 0 0 45px;
        line-height: 38px;
        margin-top: 10px;
        margin-left: -1px;
    }
}

@media screen and (max-width: 568px) {
    #app-content .sales-message p, #app-content .app-links a {
        font-size: 1.4em;
        display: block;
        margin-right: 20px;
    }
}

@media screen and (max-width: 568px) {
    #app-content .phone-apps {
        display: none;
    }
}

@media screen and (max-width: 1099px) {
    #app-content .sales-message {
        width: auto;
    }
}

@media screen and (max-width: 568px) {
    #app-content .sales-message, #app-content .app-links {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 1099px) {
    #app-content .app-links {
        float: none;
        padding-left: 205px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1099px) {
    #app-content .app-links a {
        padding: 0 0 0 45px;
        line-height: 38px;
        margin-top: 10px;
        margin-left: -1px;
    }
}

@media screen and (max-width: 700px) {
    .footerbar_logo {
        background-size: contain;
    }
}

@media screen and (max-width: 568px) {
    .footerbar_logo {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 700px) {
    .footerbar_logo {
        width: auto;
        min-width: 280px;
        background-size: initial;
        margin-right: 0;
    }
}

@media screen and (max-width: 700px) {
    .footerbar_logo {
        margin-bottom: 7px;
    }
}

@media screen and (max-width: 900px) {
    .footerbar_logo {
        margin-right: 5%;
    }
}

@media screen and (max-width: 480px) {
    input#email_footer {
        width: 90% !important;
    }

    input#subscribe_footer {
        width: 117px
    }

    .footerbar_center {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    #subscribe_footer {
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 568px) {
    .footerbar_right {
        float: left;
        margin-left: 0;
        margin-top: 10px;
    }

    .language.same-style1.button {
        display: none;
    }

    .header-login.same-style.button {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .footerbar_right {
        width: 100% !important;
    }

    .content.margin-l-100 {
        margin-top: 20px !important
    }

    .mobile-login.same-style {
        display: inline-block !important;
        padding-right: 10px
    }
}

.left1 {
    width: 50%;
    display: inline-block;
    float: left;
}

.right1 {
    width: 48%;
    display: inline-block;
    float: left;
    margin-top: 8px;
}

select#hour {
    width: 50%;
    margin-top: 24px;
}

select#minutes {
    width: 45%
}

label.bx--label {
    width: 100% !important
}

input#date-picker-1 {
    width: 97% !important;
}

input#date-picker-2 {
    width: 97% !important;
}

@media (max-width: 823px) {
    .col-lg-4.col-md-4 {
        background-color: #f1f1f1;
    }
}

.mobile-login.same-style {
    display: none
}
.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before {
    content: "";
    display: table;
    clear: both
}
.w3-container {
    padding: 0.01em 16px
}


.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0.01em 16px
}
.w3-white, .w3-hover-white:hover {
    color: #fff !important;
    background-color: #fff !important
}
.w3-card-4, .w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)
}
.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}
    .w3-btn:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

.w3-btn, .w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.w3-black, .w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important;
    margin-left: 10px;
}
.btn-center {
    padding: 20px;
    margin-left: 6%;
}
.padding-25 {
    padding: 25px;
}



.glyphicon-ok:before {
    content: url('../../wsImages/green-tick.png')
}
div#search{
    padding:20px;
}
form#formsearch {
    /* background-color: darkgray; */
    background: #f5d361;
}
/*.content.margin-l-100 {
    margin-top: 80px;
}*/
.contact-message-wrapper {
    background-color: #20727a;
}
h4.contact-title.b-s {
    padding: 15px;
    font-size: 24px;
    color: aliceblue;
}
.p-10{
    padding:10px
}
.important{

    padding: 10px 10px 10px 54px;
    border-left: 5px solid #970000;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    background: url(../../wsImages/ico-demand.png) no-repeat 10px 10px #FADDDD;
    margin: 0px 0 8px;
    color: #444;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    width: auto;
    float: none;
    border-radius: 0px;
}
.important p {
    margin: 0;
    padding: 0;
    line-height: 16px;
}
.important p strong {
    color: #970000;
}
.small-font{
    font-size:20px
}
.small-size input {
    height: 30px;
}
.small-size select {
    height: 30px;
}
    .small-size select#hour {
        height: 33px;
    }
    .small-size select#minutes {
        height: 33px;
    }
.small-size input[type=submit] {
    padding: 0px 0px;
}
.m-r-5{
    margin-right:1px
}
.ui.four.cards{
    justify-content:center;
}
#form .right {
    float: right;
    width: 48%;
    /* margin: -120px 0 0; */
    margin: 3px 30px 0 !important;
}
/*.fix-column-height tr td {
    padding: 25px !important;
}*/
.meta .flex-meta{
    min-width:125px;
}
.drivier-info-list li{
    margin:10px 0;
}
    .drivier-info-list li .detail-summary-item__value {
        color: rgb(128, 127, 127);
        font-weight:bold;
    }
.payment-details p{
    margin:10px 0 !important
}
    .payment-details p.details-value {
        font-weight: bold;
        color: rgb(128, 127, 127);
    }

.total-summary .details-value {
    font-weight: bold;
    color: rgb(128, 127, 127);
}
.note-btn{
    color: red !important;
    text-decoration:underline;
}
#tabBody3{
    padding:30px;
}
    #tabBody3 .naccs {
        max-width: initial !important;
        min-height: 250px;
    }
#RejectModal {
    top: 0;
    position: fixed;
}
    #RejectModal .modal-body {
        padding: 10px;
    }
.custom-text-area{
    background:#fff;
    color:#000;
    padding-left: 10px;
    padding-top:5px;
    resize:none;
    width:100%;
}
#officePhone, #officePhone2{
    padding-left: 90px !important
}
.days-row{
    display:inline-flex;
    padding:0;
}
    .days-row .cat.comedy {
        display: inline-flex;
        flex: 1;
        margin-bottom: 0;
    }
.p-18{
    padding:18px !important;
}
#faq_link_to_contact {
    color: #0F6193 !important;
    font-weight: bold;
    text-decoration: underline;
}
.mobile-show{
    display:none !important;
}
#search-content-tabs{
    position:fixed;
    bottom:0;
    z-index:1000;
}
.mobile-filter, .mobile-hide-filter {
    display: none;
}
.car-card {
    background: #fff;
    margin: 0 10px;
    margin-bottom: 20px;
}
.car-card:first-child{
    margin-top: 20px !important
}
.car-info-box h4{
    font-size:16px;
}
.car-info-box {
    display: inline-flex;
    flex: 2;
    margin-right:10px;
    margin-left:5px;
    font-weight:bold !important;
}
.car-mobile-img{
    display:inline-flex;
    flex:3;
    margin-left:10px;
    margin-right:5px;
}
    .car-mobile-img img {
        width: 100%;
        height: auto !important;
    }
.car-specs{
    padding-left:5px;
}
.car-spec-item {
    flex-direction: column;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    flex: 1;
    height: 50px;
    position: relative;
}
    /*.car-spec-item:not(:last-child):before {
        position: absolute;
        content: '';
        right: 0;
        height: 30px;
        width: 1px;
        background: rgba(0,0,0,.2)
    }*/
    .car-spec-item .spec-value {
        font-size: 12px;
        white-space: nowrap;
    }
.car-specs{
    border:1px solid rgba(0,0,0,.2);
    border-left:0;
    border-right:0;
    border-bottom:0;
    padding-top:10px;
}
.car-office-info {
    border: 1px solid rgba(0,0,0,.2);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding-top: 10px;
}
.car-office-info h4 {
    font-size: 14px;
    margin: 0;
}
.car-office-info .office-info a {
    text-decoration: underline;
    color: #1a0dab;
    font-size: 13px;
}
.car-office-info img{
    margin-left:10px;
    margin-right:5px;
    width:100px;
}
.car-office-info .flex-column{
    margin-right:10px;
    margin-left:5px;
    flex:2;
}
.rental-terms {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 10px;
    margin-bottom: 10px;
}
.rental-terms li{
    width:50%;
    font-size:14px;
}
.car-book{
    margin-right:10px;
    display:inline-flex;
    height:100%;
    align-items:center;
}
.text-left{
    text-align:left;
}
.about-us__graphic.exp-rd-col-content {
    background-color: grey;
}
.contact-message-wrapper {
    background-color: transparent !important;
}
.mb-show{
    display:none !important;
}
.m-b-30 {
    margin-bottom: 30px;
}
.flex-center {
    display: flex;
    justify-content: center;
}
@media (max-width:1000px){
    #form .right {
        float: right;
        width: 100%;
        margin: 3px 30px 0 !important;
    }
    #tabBody3 {
        padding: 0px;
    }
}


@media (min-width:1024px) and (max-width:1034px) {
    #form .right {
        width: 42% !important;
    }

    #form .left {
        margin: -240px 35px 27px !important;
    }
}









