.mainmenu_wrap .custom_menu > ul{
    display: flex;
    justify-content: flex-end;
}
.mainmenu_wrap .custom_menu > ul > li {
    position: relative;
}
.mainmenu_wrap .custom_menu > ul > li>a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 104px;
    line-height: 104px;
    text-transform: uppercase;
    color: #3e3e3e;
    white-space: nowrap;
}
.mainmenu_wrap .custom_menu > ul > li + li {
    margin-left: 15px;
}
.mainmenu_wrap .custom_menu > ul > li > ul {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
    left: 0;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
    width: 200px;
    z-index: 999;
    top: 120%;
}

.mainmenu_wrap .custom_menu > ul > li:hover ul{
    display: block;
}

.mainmenu_wrap .custom_menu > ul > li > ul:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    top: -20px;
    left: 10px;
}
.mainmenu_wrap .custom_menu > ul > li > ul> li{
    border-bottom: 1px solid #f4f4f4;
    display: block;
    margin: 0;
}
.mainmenu_wrap .custom_menu > ul > li > ul> li > a{
    background: #ffffff none repeat scroll 0 0;
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 20px 6px 25px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.mainmenu_wrap .custom_menu > ul > li > ul> li:hover >a{
    background: #fafafa none repeat scroll 0 0;
    color: #222222;
}
.mainmenu_wrap .custom_menu > ul > li:hover >ul{
    opacity: 1;
    top: 90%;
}
/*temp fix show/hide menu in width 768*/
@media (min-width: 767px) and (max-width: 769px) {
    .menu-768-visible {
        display: block !important;
    }
    .menu-768-hidden {
        display: none !important;
    }
}
@media (min-width: 1025px) {
    .menu-1024-visible {
        display: block !important;
    }
    .menu-1024-hidden {
        display: none !important;
    }
}

/* Order Page*/

.cart-table {
    margin-top: 45px;
    margin-bottom: 45px;
}

.cart-table ul li:first-child {
    border-bottom: 1px solid #dedede;
    width: 100%;
}

.cart-table .ui-inputText:focus {
    border: 1px solid #00c8b4;
}

.cart-table {
    background-color: #f6f6f6;
    padding: 30px;
}

.cart-table thead tr th {
    background: #fff;
    border: medium none !important;
    color: #333333;
    height: 40px;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}

.cart-table thead tr th.product {
    min-width: 320px;
}

.cart-table thead tr th.price {
    min-width: 100px;
}

.cart-table thead tr th.qty {
    min-width: 100px;
}

.cart-table thead tr th.add-cart {
    min-width: 150px;
}

.cart-table thead tr th.remove {
    min-width: 90px;
}

.cart-table tbody tr td {
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 2px;
    padding: 20px 0;
    vertical-align: middle;
    text-align: left;
}

.cart-table tbody tr:first-child td {
    padding-top: 30px;
}

.cart-table tbody tr:last-child td {
    padding-bottom: 0;
    border-bottom: none;
}

.cart-table .cart-product img {
    border: 1px solid #f3f3f3;
    display: block;
    float: left;
    margin-right: 25px;
    width: 93px;
}

.cart-table .cart-product .details {
    margin-top: 20px;
}

.cart-table .cart-product .details a {
    color: #606060;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.cart-table .cart-product .details a:hover {
    color: #7ac2d7;
    text-decoration: none;
}

.cart-table .cart-product .details p {
    margin: 0;
    font-weight: bold;
}

.cart-table .cart-price {
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.cart-table .cart-stock {
    color: #606060;
    text-transform: uppercase;
}


/*.cart-table .cart-pro-remove {
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 50%;
    color: #606060;
    height: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    outline: none;
}*/

.cart-table .cart-pro-remove:hover {
    color: #7ac2d7;
}

.cart-table .cart-pro-remove i {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-left: 35px;
}

.cart-table .ui-inputText {
    color: #333;
    transition: .3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    width: 50%;
    padding: 0.6em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.cart-table-ver1 .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}

.cart-table-ver1 {
    background-color: #f6f6f6;
    padding-top: 15px;
    padding-left: 15px;
}

.cart-table-ver1 .table>tbody>tr>td {
    border-top: none;
}

.cart-table-ver1 .table-striped>tbody>tr:nth-child(odd)>td {
    background-color: #fff;
}

.cart-table tr:first-child td {
    background-image: none;
}

.cart-table table tr:hover td {
    background-color: transparent;
}

.cart-table p {
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-size: 16px;
}

.cart-table p.mgr_100 {
    margin-right: 100px;
}

.order_details_page .btn_cart_order {
    background-color: #7ac2d7;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}


.btn_cart_order {
    background-color: #7ac2d7;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato',sans-serif;
    font-variant-ligatures: common-ligatures;
}
.popup-style {
    text-align: center;
}
.services_item_v1 .box_des {
    font-size: 12px;
    color: #9e9e9e;
}
.about_us_v1 .container .row p{
    padding: 0px 10px;
}

/***************fix service child ************/
li.list_child a {
    padding-left: 35px !important;
    position: relative;
}
li.list_child a:hover {
    text-decoration: none;
}

li.list_child a:before {
    position: absolute;
    content: "- ";
    top: 0px;
    left: 25px;
}

.pagination_v1 ul li {
    float: none !important;
}
/***************End fix service child***********/
/*Slider home*/
.slider_area.slick-area-autoheight {
    width: 100%;
    height: auto;
}
.slider_area.slick-area-autoheight .single-slider-wrap.single-slider-wrap-autoheight {
    position: relative;
    width: 100%;
    height: 100%;
}
.slider_area.slick-area-autoheight .single-slider-wrap.single-slider-wrap-autoheight .slick-img {
    width: 100%;
    height: auto;
}
.slider_area.slick-area-autoheight .single-slider-wrap.single-slider-wrap-autoheight .slick-img img {
    width: 100%;
    height: auto;
}

.slider_area.slick-area-autoheight .single-slider-wrap.single-slider-wrap-autoheight .container {
    position: absolute;
    top: 25%;
    left: 0px;
    width: 100%;
    height: 100%;
}
.slider_area.slick-area-autoheight .single-slider-wrap.single-slider-wrap-autoheight .container .slider-content {
    margin-top: 0px;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 543px) {
    .slider_area.slick-area-autoheight .single-slider-wrap.single-slider-wrap-autoheight .container .slider-content h3 {
        margin-top: 0px;
    }
    .slider_area.slick-area-autoheight .single-slider-wrap.single-slider-wrap-autoheight .container {
        top: 5%;
    }
}
@media screen and (min-width: 544px) and (max-width: 767px) {
    .slider_area.slick-area-autoheight .single-slider-wrap.single-slider-wrap-autoheight .container {
        top: 10%;
    }
}

/* Fix gallery */
ul#portfolio-grid > li, .portfolio {
    height: auto;
}
.image-bg {
    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;
    padding-bottom: 75%;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.image-bg img, ul#portfolio-grid li .image-bg img {
    display: none;
}
/*.gallery-box:hover .image-bg, .gallery-box:focus .image-bg {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}*/
/* End fix gallery */

/* Fix update format */
/* Global */
* > img, img {
    max-width: 100%;
}
* > .pointer, .pointer {
    cursor: pointer;
}
form ul, form ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
/* End global */
/* Oppenhours - Contact info */
.foh-wrap, 
.fci-wrap {
    display: table;
    text-align: left;
}
.foh-row, 
p.foh-row, 
span.foh-row,
div.foh-row, 
.fci-row, 
p.fci-row, 
span.fci-row,
div.fci-row {
    line-height: initial;
    display: table-row;
}
.foh-row .foh-date, 
p.foh-row .foh-date, 
span.foh-row .foh-date, 
div.foh-row .foh-date, 
.foh-row .foh-time, 
p.foh-row .foh-time, 
span.foh-row .foh-time, 
div.foh-row .foh-time, 
.fci-row .fci-title, 
p.fci-row .fci-title, 
span.fci-row .fci-title, 
div.fci-row .fci-title, 
.fci-row .fci-content, 
p.fci-row .fci-content, 
span.fci-row .fci-content, 
div.fci-row .fci-content {
    display: table-cell;
    padding: 0;
    padding-bottom: 10px;
}
.foh-row .foh-date, 
p.foh-row .foh-date, 
span.foh-row .foh-date, 
div.foh-row .foh-date, 
.fci-row .fci-title, 
p.fci-row .fci-title, 
span.fci-row .fci-title, 
div.fci-row .fci-title {
    padding-right: 15px;
    font-weight: bold;
}
/* End Oppenhours - Contact info */

/* Other */
.footer-openhours {
    margin-top: 45px;
}
.footer-openhours .foh-row {
    color: #fff;
}
.layouts-openhours .foh-row {
    font-size: 20px;
}
.footer_address_area_v1 .fci-row {
    color: #fff;
    line-height: 170%;
}
.footer_address_area_v1 .fci-row a {
    color: inherit;
}
.footer_address_area_v1 .fci-row i {
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    color: #ffc267;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}
.hd_top_v1_left .fci-row .address br {
    display: none;
}
.p-contact-info .fci-row {
    line-height: 170%;
}
/* End other */
/* End fix update format */