/*css header menu*/
#wide-nav ul li.menu-item:not(:last-child) {
    margin-right: 30px;
}

#wide-nav ul li.menu-item a.nav-top-link {
    color: #2b938b;
    font-size: 16px;
    font-weight: 500;
}

ul.nav-dropdown.nav-dropdown-default {
    border: 1px solid #e9e6e6;
    border-radius: 6px;
    padding: 10px;
}


/* css popup cart */
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: #fff !important;
    width: 350px
}

.cart-popup-title.text-center h4 {
    font-weight: 700;
}

div#cart-popup td.product-thumbnail img, div#cart-popup ul.product_list_widget li img {
    border-radius: 5px;
}

div#cart-popup .variation dd, .variation dl, .variation dt {
    float: left!important;
    padding: 2px 0;
    margin: 0;
}

div#cart-popup dl.variation {
    opacity: 1 !important;
}

div#cart-popup dd.variation-SelectStyle, div#cart-popup dd.variation-SelectyourStyle, div#cart-popup dd.variation-Style {
    color: #ff642e;
    font-weight: 700;
}

div#cart-popup dd.variation-ColorGroup {
    color: #008b8b;
    font-weight: 700;
}

div#cart-popup dd.variation-Size {
    color: #63af1a;
    font-weight: 700;
}

div#cart-popup .shop_table .mobile-product-price, div#cart-popup ul.product_list_widget li .quantity {
    clear: both;
}

div#cart-popup dd.variation-SelectyourStyle img {width: 60px !important;}

div#cart-popup .variation dt {
    font-weight: 700;
}

div#cart-popup .wcpa_cart_type_image-group {
    margin: 0;
}

.off-canvas-cart .button.wc-forward:not(.checkout):not(.checkout-button) {
    border-radius: 5px;
}

.cart-checkout, .dddddd, .wbs-button-check, .woocommerce-cart .single_add_to_cart_button, .brnhmbx-bfm-button {
	margin-right: 0 !important;
    border-radius: 3px;
    white-space: nowrap;
    padding: 12px 0;
    display: block;
    font-size: 1.2857rem !important;
    font-weight: 700;
    line-height: 24px;
    box-shadow: 0 4px 6px -2px rgba(35,67,92,.32);
    border: 1px solid rgba(0,0,0,.16)!important;
}

#place_order, .cart-checkout, .dddddd, .off-canvas-cart .button.checkout, .wbs-button-check, .woocommerce-cart .single_add_to_cart_button, .brnhmbx-bfm-button {
	width: 100%;
	background-color: #ff4a3c!important;
}

.noPadding {
    padding-bottom: 0 !important;
}


/* css box product */
.product-small.box .box-image {
    border-radius: 6px;
}

.product-small.box .price ins bdi {
    font-size: 18px;
    font-weight: 400;
}


/* css footer */
footer#footer {
    background-color: #fff;
    padding-top: 0px;
}

footer#footer ul.menu>li+li {
    border-top: 0;
}

footer#footer ul.menu li a {
    padding: 4px 0;
}

footer#footer a, footer#footer p, footer#footer strong, footer#footer span {
    font-size: 14px;
}

footer#footer h4.widget-menu-title {
    color: #fff;
}
.widget:where(:not(.widget_shopping_cart)) a {
    color: #fff !important;
}

footer#footer p {
    margin-bottom: 8px;
}

