.buy-url a {
    color: #e0aa49 !important;
}

#menu-main-menu .submenu:hover ul {
    display: block;
}

/*.button-flat a.button .button_icon {*/
/*background: none;*/
/*position: relative;*/
/*top: 10px;*/
/*}*/
/*a.button.button_left .button_icon, a.tp-button.button_left .button_icon{*/
/*background: none;*/
/*position: relative;*/
/*top: 10px;*/
/*}*/

.order-view .btn {
    margin-left: 10px;
}

.btn {
    border: 1px solid #0066cc;
    background-color: #0099cc;
    color: #ffffff;
    padding: 5px 10px;
}

.btn:hover {
    color: #ffffff;
}

.btn:disabled,
.btn[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.success {
    color: #fff;
    background-color: #03d510;
    border-color: #269abc;
}

.btn {
    outline: 0 !important;
    box-shadow: none !important;
    padding: 9px 10px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.52857143;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
}

.primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.enquiry-form textarea {
    margin-left: 0;
}

a.button .button_icon {
    padding: 11px 13px;
}

#back_to_top .button_icon {
    padding: 0 7px;
}

@media (max-width: 480px) {
    .gallery-item {
        width: 100% !important;
    }
}

@media (max-width: 680px) {
    .one-second.mcb-wrap {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .btn {
        padding: 0 5px !important;
    }
}

#product-list-new {
    width: 100%;
}

#product-list-new .woocommerce ul.products li.product, #product-list-new ul.products li.product {
    width: 23% !important;
}

#product-list-new ul.products:not(.col-4) li.product:nth-child(3n+1) {
    clear: none;
}

#product-list-new ul.products:not(.col-4) li.product:nth-child(4n+1) {
    clear: both;
}

@media (min-width: 768px) and (max-width: 959px) {
    #product-list-new {
        width: 100%;
    }

    #product-list-new .woocommerce ul.products li.product, #product-list-new ul.products li.product {
        width: 31% !important;
    }

    #product-list-new ul.products:not(.col-4) li.product:nth-child(1n+1) {
        clear: none !important;
    }

    #product-list-new ul.products:not(.col-4) li.product:nth-child(2n+1) {
        clear: none !important;
    }

    #product-list-new ul.products:not(.col-4) li.product:nth-child(3n+1) {
        clear: both !important;
    }

    /*#product-list-new  ul.products:not(.col-4) li.product:nth-child(4n+1) {*/
    /*clear: both;*/
    /*}*/
    #product-list-new ul.products:not(.col-4) li.product:nth-child(4n+1) {
        clear: none;
    }
}

@media (max-width: 768px) {
    #product-list-new {
        width: 100%;
    }

    #product-list-new .woocommerce ul.products li.product, #product-list-new ul.products li.product {
        width: 50% !important;
    }

    #product-list-new ul.products:not(.col-4) li.product:nth-child(2n+1) {
        clear: both !important;
    }

    #product-list-new ul.products:not(.col-4) li.product:nth-child(4n+1) {
        clear: both;
    }
}

@media (max-width: 480px) {

    #product-list-new .woocommerce ul.products li.product, #product-list-new ul.products li.product {
        width: 100% !important;
    }

}

.custompage #Header_wrapper {
    padding: 100px auto;
}

a[href*="froala"] {
    display: none !important;
}

.woocommerce .quantity input.qty {
    width: 70px !important;
}

#qty {
    width: 70px !important;
    margin: 0 auto;
}

.form-control.input-sm {
    padding: 5px 10px !important;
    height: auto;
    width: 550px !important;
}

/*.button-stroke a.button:not(.action_button), .button-stroke input[type="reset"] {*/
/*background-color: #d54d8a !important;*/
/*}*/

.checkout-button {
    margin-bottom: 0 !important;
    overflow: initial !important;
}

.cd-cart-container::before {
    z-index: 2 !important;
}

select.input-sm {
    line-height: 21px;
}

.cart table tr:hover td {
    background: none;
}

.help-block-error{
    color: red;
}