

/* header cart initial */
.shopping_cart_outer .shopping_cart_header .header_cart.cart_icon:before {
    color: #000E77;
}
.shopping_cart_outer .shopping_cart_header .header_cart.cart_icon .header_cart_span {
    background-color: #4178D3;
}
/* header cart hover */
.shopping_cart_outer:hover .shopping_cart_header .header_cart.cart_icon:before {
    color: #000E77;
}
.shopping_cart_outer:hover .shopping_cart_header .header_cart.cart_icon .header_cart_span {
    background-color: #859092;
}
.woocommerce ul.products li.product .add-to-cart-button, .woocommerce ul.products li.product .added_to_cart, .woocommerce ul.products li.product a.qbutton.out-of-stock-button {
    display: inline-block;
display: none;
}
mark {
display: none;
}
@media only screen and (max-width: 420px) {
.shopping_cart_outer {
    display: table;
    float: left;
    position: relative;
    width: 43px;
}
.woocommerce table.cart div.coupon .input-text, .woocommerce-page table.cart div.coupon .input-text {
    background-color: #7BB2D9;
    outline: 0;
    resize: none;
    font-family: Raleway,sans-serif;
    font-weight: 400;
    color: #ffffff;
    border: none;
}
.myaccount_user, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce div.message {
    margin-bottom: 25px;
    position: relative;
    display: block;
    padding: 28px 21px;
    background-color: #312b7e;
    line-height: 38px;
    font-weight: 700;
    font-family: Raleway,sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
}
.woocommerce ul.products li.product .add-to-cart-button, .woocommerce ul.products li.product .added_to_cart, .woocommerce ul.products li.product a.qbutton.out-of-stock-button {
    display: none;
}
mark {
    background-color: white;
    color: black;
}
.side_menu span {
    color: #fff;
}
ul.mtree.default ul a {
    color: #7bb2d9;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #312b7e;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #292929;
opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #292929;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #292929;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #292929;
opacity: 1;
}
.woocommerce div.product .q_accordion_holder.boxed h6.description_tab + div.accordion_content {
    display: block !important;
}
.drop_down .narrow .second .inner ul li {
    width: 345px;
}
.breadcrumb .current, .breadcrumb a:hover {
    color: #fff;
}
.shopping_cart_dropdown ul li {
    border-bottom: 1px solid #f9f9f9;
}
.qode-banner .qode-banner-content {
    background-color: rgba(0,0,0,.5);
}
.woocommerce .product .onsale, .woocommerce .product .single-onsale {
    color: #fff;
}
.woocommerce .product .onsale {
    background-color: #111;
}
.woocommerce .product .onsale.out-of-stock-button {
    background-color: #292929;
}
.side_menu_button>a.side_menu_button_link.medium {
    font-size: 14px;
}
.shopping_cart_header .header_cart.cart_icon:before {
    color: #292929;
}
.shopping_cart_header .header_cart.cart_icon .header_cart_span {
    background-color: #312b7e;
}
.shopping_cart_header .header_cart span {
    color: #111;
}
.shopping_cart_dropdown {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
}
.shopping_cart_dropdown span.total span {
    color: #111;
}
.shopping_cart_dropdown .cart_list span.quantity {
    color: #111;
}
.shopping_cart_dropdown ul li a {
    color: #111;
}
.shopping_cart_dropdown ul li a:hover {
    color: #111;
}
input[type="text"] {
	padding: 15px;
	padding: ;
	width: 110px;
        border: #FFF;
        background-color: #f8f8f8;
        border: 1px solid #eeeeee;
}
input.wpcf7-form-control.wpcf7-text {
	margin-bottom: -15px;
}