/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: jevelin
*/

/* Add your custom CSS below */

h3 {
    font-size: 24px;
}

.on-mobile {
    display: none;
}

.on-desktop {
    display: block;
}

@font-face {
    font-family: 'iCielRukola';
    src: url('assets/fonts/iCielRukola/iCielRukola.otf');
    font-weight: normal;
    font-style: normal;

}

html body {
    color: #000;
    font-weight: 400;
}

.sh-nav li.menu-item {
    padding: 0 8px;
}

.sh-header .sh-nav > li.menu-item > a {
    letter-spacing: 3px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000 !important;
    font-family: 'Lato', sans-serif;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.current_page_item > a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li:not(.current_page_item):hover > a {
    border-radius: 0;
    background: #725ba6;
    color: #fff !important;
}

.sh-header .sh-nav > li.sh-nav-cart > a,
.sh-header .sh-nav > li.sh-nav-login > a {
    padding: 0 !important;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.sh-nav-cart:not(.current_page_item):hover > a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.sh-nav-login:not(.current_page_item):hover > a {
    border-radius: 30px;
    background: transparent;
    color: #f8deac !important;
}

.primary-desktop-light .sh-header .sh-nav > li.sh-nav-login #header-login {
    margin-top: 32px;
}

.sh-header .sh-nav-login #header-login > span {
    border: none;
    color: transparent;
    display: block;
    width: 24px;
    height: 24px;
    background: url("assets/images/icon_profile.png") no-repeat;
    background-size: contain;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a {
    color: #725ba6 !important;
}

.sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px;
    /*color: #725ba6 !important;*/
}

.sh-header .sh-nav > li.menu-item > a i.icon-basket {
    background: url("assets/images/icon_cart.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 25px;
}

.sh-header-small-icons .cart-icon {
    margin-left: -18px;
    top: -12px;
}

.cart-icon span {
    background: #725ba6;
}

.icon-basket:before {
    content: " ";
}

.uni_home_product {
    background: #fff;
}

.uni_home_product .item {
    position: relative;
    height: 100%;
        display: flex;
    flex-direction: column;
    justify-content: center;
}

.uni_home_product .item .item_img {
}

.uni_home_product .item .item_img img {
    margin: auto;
}

.uni_home_product .item .item_title {
    position: absolute;
    bottom: 0;
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);

}

.uni_home_product .item .item_title .title {
    display: inline-block;
    width: 100%;
    color: #745da8;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    text-transform: capitalize;
}

.uni_home_product .item .item_title .rent_nơw {
    display: inline-block;
    width: 0;
    text-transform: capitalize;
}

.uni_home_product .item:hover .item_title {
    background: #806cb0;
}

.uni_home_product .item:hover .item_title .title {
    width: calc(100% - 120px);
    color: #fff;

}

.uni_home_product .item:hover .item_title .rent_nơw {
    width: 120px;
    background: #745da8;
    color: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
}

.uni_home_product .item:hover .item_title .rent_nơw a {
    color: #fff;
    margin: auto;
    text-transform: capitalize;
    font-weight: 700;
}

.no-padding {
    padding: 0 !important;
}

.uni_home_about {
    background: url("assets/images/about_bg.png");
}

.uni_home_about .sh-heading h2 {
    color: #745da8;
    font-size: 50px;
    /*font-family: 'iCielRukola', sans-serif;*/
    font-family: "Open Sans Condensed", sans-serif;
}

.uni_home_about .sh-text-block {
    padding: 0 50px;
    text-align: left;
    font-size: 16px;
    color: #000;
}

.uni_home_testimonials {
    font-size: 16px;
    color: #000;
    padding: 0;
}

.uni_home_testimonials h2 {
    font-size: 54px;
    color: #725ba7;
    text-transform: capitalize;
    /*font-family: 'iCielRukola', sans-serif;*/
    font-family: "Open Sans", sans-serif;
    position: relative;
    margin-bottom: 50px;
}

.uni_home_testimonials h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100px;
    border-bottom: 1px solid #ccc;
    content: " ";
}

.uni_home_testimonials .fw-row {
    display: flex;
    align-items: center;
}

.uni_home_contact_information {
}

.uni_home_contact_information h1 {
    /*font-family: 'iCielRukola', sans-serif;*/
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 60px;
    color: #fbe4ac;
}

.uni_home_contact_information p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.uni_home_contact_information p a {
    margin-right: 10px;
}

.uni_home_contact_form {
}

.uni_home_contact_form label {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    font-weight: 100;
}

.uni_home_contact_form input, .uni_home_contact_form textarea {
    width: 100%;

}

.uni_home_contact_form .btn-rent-now {
    width: 200px;
    border-radius: 5px !important;
    background-color: #fbe4ac !important;
    color: #725ba7;
    font-weight: 400;
    font-size: 18px;
}

body.home #reviews {
    display: none;
}

footer {
    background: #4a3282;
}

.sh-copyrights {
    background-color: transparent;
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.uni_about_section {
    margin: 50px 0;
}

.uni_about_section h2 {
    /*font-family: 'iCielRukola', sans-serif;*/
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 35px;
    color: #4a3282;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 400 !important;
}

.uni_about_section p {
    font-size: 17px;
    color: #000;
}

.uni_about_sections h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #4a3282;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400 !important;
}

.uni_about_sections p {
    font-size: 20px;
    color: #000;
}

/* .page-template-about-us #wrapper {
    margin-top: -100px;
} */

.sub_page_header h1 {
    /*font-family: 'iCielRukola', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #4a3282;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400 !important;
	font-family: 'Lato', sans-serif;
}

/* .page-template-about-us .sh-titlebar .sh-table {
    display: none;
} */

.sh-header {
    /*background: rgba(255, 255, 255, .8);*/
    background: #fff;
}
.sh-titlebar .titlebar-title h1, .sh-titlebar .titlebar-title h2 {
    font-size: 45px !important;
    color: #fff !important;
    font-family:'Open Sans Condensed', Arial,sans-serif;
    font-weight: normal;
}
.sh-titlebar-center .title-level {
    text-align: center;
    display: none;
}
.bg-grey {
    background: #f5f4f3;
}

.product_list_item {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #000;
}

.product_list_item h3.product_title {
    font-size: 30px;
    color: #4a3282;
    font-weight: 600;
    position: relative;
    margin-bottom: 60px;
}

.product_list_item h3.product_title::before {
    content: " ";
    display: block;
    width: 110px;
    border-bottom: 1px solid #b1b1b1;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.product_list_item p {
    font-size: 16px;
    color: #000;
}

.product_list_item ul {
    list-style-type: none;
    padding: 0;
    margin-top: 15px;
}

.product_list_item ul > li {
    background: url(assets/images/icon_check.png) no-repeat;
    background-size: 24px 24px;
    background-position: 0 10px;
    padding: 10px 0 10px 35px;
}

.product_list_item a.btn-rent {
    background: #4a3282;
    font-size: 30px;
    font-family: 'iCielRukola', sans-serif;
    padding: 10px 15px;
    color: #ffe7ad;
    position: relative;
    font-weight: 300;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.product_list_item a.btn-rent::after {
    content: " > ";
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    left: 100%;
    top: 0;
    color: #4a3282;
    background: #ffe7ad;
    font-size: 24px;
    padding: 3px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.4s all;
}

.product_list_item a.btn-rent:hover::after {
    padding-left: 15px;
}

.product_list_item .container {
    display: flex;
    align-items: center;
}

.header_title_section {
    padding-top: 165px;
    padding-bottom: 45px;
    margin-top: -105px;
}

.header_title_section h1 {
    font-size: 45px;
    /* font-family: 'iCielRukola', sans-serif; */
    font-family: "Open Sans Condensed", sans-serif;
    text-align: center;
    color: #fff;
}
.single-product .sh-titlebar {
	display: none;
}

/* .sh-titlebar {
    display: none;
} */

.woo-short-description ul {
    list-style-type: none;
    padding: 0;
    margin-top: 15px;
}

.woo-short-description ul > li {
    background: url(assets/images/icon_check.png) no-repeat;
    background-size: 24px 24px;
    background-position: 0 10px;
    padding: 10px 0 10px 35px;
}

.product h1.product_title {
    color: #725ba7;
    font-size: 30px;
    font-weight: 600;
}

.summary.entry-summary .woocommerce-Price-amount.amount {
    color: #725ba7 !important;
    font-size: 36px;
}

.woocommerce .product .woo-seperator-line {
    display: none;
}

.woocommerce div.product div.summary {
    color: #000;
}

.woocommerce .product .woo-short-description {
    margin-top: 15px;
}

.woocommerce .woocomerce-styling .product .product_title {
    border: none;
    padding-bottom: 0;
}

.ppom-wrapper .form-control {
    height: inherit;
}

.woocommerce div.product form.cart button.single_add_to_cart_button {
    background-color: #4a3282 !important;
    font-size: 30px;
    font-family: 'iCielRukola', sans-serif;
    padding: 10px 15px;
    color: #ffe7ad;
    position: relative;
    font-weight: 300;
    border-radius: 0 !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    float: none !important;

}

.woocommerce div.product form.cart button.single_add_to_cart_button::before {
    display: none;
}

.woocommerce div.product form.cart button.single_add_to_cart_button::after {
    content: " > ";
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    left: 100%;
    top: 0;
    color: #4a3282;
    background: #ffe7ad;
    font-size: 24px;
    padding: 0px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.4s all;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 4px 0 0;
    text-align: left;
    margin-left: 0 !important;
    display: none;
}

.woocommerce div.product form.cart button.single_add_to_cart_button:hover::after {
    padding-left: 15px;
}

.sh-increase-numbers::after {
    clear: both;
    content: " ";
    display: block;
}

@media only screen and (min-width: 768px) {
    .row.uni_home_product {
        display: flex;
    }
}

.sh-page-layout-default > .sh-woo-layout-right {
    background: #f5f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
}

.wc-tabs-wrapper .panel {
    background: transparent;
    margin-top: 30px;
}

.wc-tabs-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.wc-tabs-wrapper .panel h2, .wc-tabs-wrapper .panel h3 {
    font-size: 18px;
    color: #725ba7;
}

.wc-tabs-wrapper .panel p {
    font-size: 16px;
    color: #000;
    font-family: "Open Sans", sans-serif;
}

.woocommerce .woocommerce-tabs li.active a:after {
    background-color: #725ba7 !important;
    height: 1px;
    border-color: #725ba7 !important;
}

.woocommerce .woocommerce-tabs li a {
    font-size: 18px;
}

.woocommerce .woocommerce-tabs li.active a {
    color: #725ba7 !important;
}

.woocommerce .woocommerce-tabs ul.tabs {
}

.woocommerce .woocommerce-tabs li {
    display: inline-block;
    border: none !important;
}

.testimonials_list_item {
}

.testimonials_list_item .testimonials_item:nth-child(even) {
    background-color: #f6f5f5;

}

.testimonials_list_item .testimonials_item:nth-child(odd) {
}

.testimonials_item {
    padding: 30px 0;
}

.testimonials_item .row {
    display: flex;
    align-items: center;
}

.testimonials_item .image {
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonials_item .image img {
    max-width: 250px;
}

.testimonials_item .content {
    padding-left: 80px;
    padding-right: 80px;
    margin-top: 15px;
}

.testimonials_item .content h3 {
    position: relative;
    font-family: 'iCielRukola', sans-serif;
    font-size: 36px;
    color: #725ba7;
    margin-bottom: 30px;
}

.testimonials_item .content h3::before {
    display: block;
    content: " ";
    background: url(assets/images/quote.png) no-repeat;
    width: 60px;
    height: 50px;
    position: absolute;
    left: -75px;
    top: -30px;
}

.testimonials_item .content .descriptions {
    font-size: 18px;
    font-weight: 100;
    font-family: "Open Sans", sans-serif;
    color: #000;
    position: relative;
}

.testimonials_item .content .descriptions::after {
    display: block;
    content: " ";
    background: url(assets/images/quote.png) no-repeat;
    width: 60px;
    height: 50px;
    position: absolute;
    right: -65px;
    bottom: 0;
    transform: rotate(180deg);
}

.testimonials_item .content .writer span {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #725ba7;
    font-size: 18px;
}

.widget_shopping_cart table, .widget_shopping_cart dl.variation {
    display: none;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:before {
    display: none !important;
}

.sh-nav .sh-nav-cart li.mini_cart_item a:nth-child(2) {
    color: #000 !important;
}

.woocommerce-mini-cart.cart_list.product_list_widget {
    background-color: transparent !important;
}

.sh-header .sh-nav > li.menu-item ul.product_list_widget {
    background-color: transparent !important;
    box-shadow: none !important;
}

#woo_pp_ec_button {
    display: none;
}

.woocommerce table.shop_table.cart td.product-name {
    text-align: left;
}

.woocommerce table.shop_table.cart td.product-name .variation dt {
    float: none;

}

.cart.woocommerce-cart-form__contents .product-name > a:first-child {
    color: #725ba7 !important;
    font-size: 18px;
    text-align: left;
}

.contact_footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
}

.woocommerce .cart_totals h2 {
    font-weight: 600;
}

.quantity.quantity-basic {
    margin-bottom: 15px;
}

span.default_day {
    color: #725ba7 !important;
}

.description_tab, .reviews_tab {
    display: none !important;
}

.sh-footer-widgets {
    display: none !important;
}

.sh-nav > li.menu-item > a, .sh-nav-mobile li a {
    font-size: 15px;
}

html body, html .menu-item a {
    font-size: 16px;
}

.section_about_step h5 {
    color: #56509f;
    font-size: 22px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.section_about_step ul {
    list-style-type: none;
    padding: 0;
    margin-top: 15px;
}

.section_about_step ul > li {
    background: url(assets/images/icon_check.png) no-repeat;
    background-size: 24px 24px;
    background-position: 0 10px;
    padding: 10px 0 10px 35px;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout {
    display: none !important;

}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child {
    border-right: none !important;
    width: 100% !important;
}

.masonry2 .post-meta {
    font-size: 15px;
}

.content_image {
    text-align: center;
    margin-top: 25px;
}

.content_image img {
    max-width: 31%;
    margin-right: 1%;
    margin-left: 1%;
    max-height: 70px;
    width: auto;
    background: rgba(0, 0, 0, 0.1);
    padding: 5px;
}

.orddd_field_note {
    font-size: 16px;
}

span.menu-icon {
    display: block;
    width: 32px;
    height: 32px;
    background-position: center top;
    margin: auto;
    /*transition: 1s All;*/
}

.current-menu-item span.menu-icon, .menu-item:hover span.menu-icon, .sh-sticky-header-active li.menu-item.current-menu-item span.menu-icon {
    background-position: center bottom !important;
}

.sh-header .sh-nav > li.menu-item.current-menu-item > a, .sh-header .sh-nav > li.menu-item:hover > a {
    border-radius: 0;
    background: #725ba6;
    color: #fff !important;
}

.sh-sticky-header-active span.menu-icon {
    background-position: center top !important;
}

.sh-header li.current-menu-item > a {
    color: #fff !important;
}

span.menu-icon.home {
    background: url("assets/images/cradle/home.png");
}

span.menu-icon.about {
    background: url("assets/images/cradle/document.png");
}

span.menu-icon.rent {
    background: url("assets/images/cradle/stroller.png");
}

span.menu-icon.testimonial {
    background: url("assets/images/cradle/pencil.png");
}

span.menu-icon.blog {
    background: url("assets/images/cradle/book.png");
}

.sh-sticky-header-active .sh-nav > li.menu-item > a {
    color: #725ba6 !important;
}

.sh-sticky-header-active .sh-nav li.menu-item.current-menu-item > a {
    background: #725ba6;
    color: #fff !important;
}
.percent_counter .sh-counter-number:after{
	content:"%";
	display:inline-block;
}
.sh-counter-number {
	    width: 180px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 2px solid #725aa6;
}
@media (min-width: 576px) {
    .wc-tabs-wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wc-tabs-wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wc-tabs-wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wc-tabs-wrapper {
        max-width: 1140px;
    }
}

@media (max-width: 768px) {
	.woocommerce-page .woocommerce-order-details table.shop_table_responsive tr td {
    	display: table-cell;
	}
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: table-row;
}

.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
    display: table-cell;
}
.woocommerce-page .cart_totals table.shop_table_responsive   tr td {
    display: table-cell;
   
}
.woocommerce-page table.shop_table_responsive tr td.actions {
    display: table-cell;
}
	.woocommerce ul.order_details {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
}
.woocommerce ul.order_details li {
    display: table-cell;
    width: 50%!important;
    flex: 1 1 50%;
    font-size: 13px;
}
    .sh-nav-mobile li {
        text-align: center;
    }

    .sh-nav-mobile li.menu-item > a {
        display: none;
    }

    .sh-nav-mobile li.menu-item > a.menu-item-open-fix {
        display: block !important;
        position: static;
    }

    .current-menu-item span.menu-icon, .menu-item:hover span.menu-icon, .sh-sticky-header-active li.menu-item.current-menu-item span.menu-icon {
        background-position: center top !important;
    }

    .uni_home_about .sh-text-block {
        padding: 0;
    }

    .uni_home_about .sh-heading h2 {
        font-size: 40px;
    }

    .uni_home_about .sh-text-block p {
        font-size: 14px;
        text-align: justify;
    }

    .content_image img {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .sh-header-mobile-navigation .header-logo img {
        max-width: 150px;
    }

    .sh-header-mobile-navigation .sh-nav > li.menu-item > a i.icon-basket {
        background: url("assets/images/icon_cart.png") no-repeat;
        background-size: contain;
        display: inline-block;
        width: 30px;
        height: 25px;
    }

    .cart-icon {
        top: -13px
    }

    .uni_home_product {
        padding: 30px 0;
    }

    .uni_home_testimonials .fw-row {
        display: block;
    }

    .uni_home_testimonials {
        padding-bottom: 20px;
    }

    .uni_home_testimonials h2:before {
        left: calc(50% - 50px);
    }

    .uni_home_contact, .uni_home_contact p {
        text-align: center !important;
    }

    .product_list_item .container {
        display: block;
    }

    .on-mobile {
        display: block;
    }

    .on-desktop {
        display: none;
    }

    .testimonials_item .row {
        display: block;
        align-items: center;
    }

    .testimonials_item .image img {
        margin: auto;
    }

    .testimonials_item .content .writer span {
        display: block;
    }

    .sh-section-bf69587f0cb69597b0702478299ee517, .sh-section-d2cadf7e7c262e4f7272d99cdca6bc69, .sh-section-9482515f0262474878b6b10c6b6b31d0 {
        background-size: 100% 100%;
        padding: 50px 0;
        margin-top: 100px;
    }

    .sub_page_header h1.sh-heading-content {
        font-size: 40px;
    }

    .sh-section-container ol {
        padding-inline-start: 10px;
        padding-left: 10px;
    }
	 .uni_home_contact_information h1.sh-heading-content.text-left ,#heading-e4307133a0e4d7951ee355de35984072 > h1{
       text-align: center !important;
    }
}

@media (max-width: 480px){
	.woocommerce ul.order_details li {
	    display: table-cell;
	    width: 100%!important;
	    flex: 1 1 100%;
	    font-size: 15px;
	}
}
.wcppec-checkout-buttons.woo_pp_cart_buttons_div{
	display:none;
}