.producer_filter .accordion .card {
    margin-top: 20px;
}
.producer_filter .card-header a {
    color: #FFF;
}
.producer_filter .card-header a:hover {
    text-decoration: none;
}
.producer_filter .card-header {
    transform: all 0.5s;
}
.producer_filter .card-header {
    background:  #830e04;
}

.pcat_div {
    max-height: 320px;
    overflow: hidden;
}
.pcat_div1 {
    max-width: 100%;
    width: 250px;
    height: 320px;
    position: relative;
}
.related_div {
    padding:  13px 20px;
}
.pcat_thumb {
    /*height: 250px;
    */margin-bottom: 5px;
    overflow: hidden;
}
.pcat_title {
    overflow: hidden;
    /*height: 50px*/}
.pcat_title a {
    color: #777;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.pcat_title a:hover {
    color: #781210;
    transition: all .2s;
}
.pcat_title1 {
    font-size: 13px;
}

.internal_page {
    margin-top: 5px;
    min-height: 650px;
}

.product_filter {
    margin-bottom: 20px;
    margin-top: 15px;
}
#sort_by_select {
    float: right;
    padding: 5px;
    font-weight: 300;
}

.checkout_login_a:hover{
    color:#830e04;
}
.cat_date {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#Login_22{
    color: #830e04;
}

#Login_22:hover{
    color: #5b315e;
}

.producer_thumb_div {
    width: 150px;
    height: 150px;
    background: #CCC;
    overflow: hidden;
    max-width: 100%;
}

.producer_div {
    padding-top: 10px;
    /*padding-bottom: 10px;*/
}

/*.producer_div h5,
.producer_div h6 {
    font-weight: 500;
}*/

.artisan_h5{
    font-weight:300;
    margin-top: 20px;
}
.related_h5{
    font-weight:300;
    margin-bottom:12px;
}

.artisan_read_more h6{
    font-weight: 300;
    font-size: 0.87rem;
}

.artisan_read_more h6 a:hover{
    text-decoration: underline;
}

.producer_desc {
    font-size: 0.87rem;
    margin-bottom: 10px;
}

.producer_desc span a{
    text-decoration: underline;
}

.pro_small_thumb {
    width: 100px;
    height: 100px;
    background: #CCC;
    overflow: hidden;
}

.pcat_price {
    font-weight: bold;
}

.error_code {
    background: #f8d7da !important;
    color: #721c24;
    position: relative;
}

.success_code {
    background: #d4edda !important;
    color: #155724;
    position: relative;
}

.coupon_result_span {
    position: absolute;
    right: 3px;
    top: 9px;
    width: 20px;
    height: 20px;
}

#coupon_code{
    border-radius: 20px;
}

.table_1 {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.row_1 {
    margin-bottom: 10px;
}


.arc_cart_tbl tbody tr:first-child td{
    border-top-color:#FFF;
    border-right-color:#FFF;
    border-left-color:#FFF;
}
.arc_cart_tbl tbody tr:last-child td{
    border-bottom-color:#FFF;
    border-right-color:#FFF;
    border-left-color:#FFF;
}

.arc_empty_tr td{
    border-color: #FFF !important;
}

@media(min-width:768px) {
    .left_filter {
        margin-top: 82px;
    }
}

.equally_tbl {
    width: 100% !important;
    max-width: 100%;
}

.equally_tbl td {
    width: 50%;
}

.zoom {
    display: inline-block;
    position: relative;
}
.zoom:after {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../libraries/zoom-master/icon.png);
}
.zoom img {
    display: block;
}
.zoom img::selection {
    background-color: transparent;
}
#ex2 img:hover {
    cursor: url(../libraries/zoom-master/grab.cur), default;
}
#ex2 img:active {
    cursor: url(../libraries/zoom-master/grabbed.cur), default;
}

.shop-content {
    margin-top: 10px;
}

.discount_tr{
    display: none;
}

.btn_1 {
    border: 1px solid #606062;
    background-color: transparent;
    color: #606062;
    border-radius: 2px;
    margin-left: 10px;
    padding: 6px 10px 3px 10px;
    font-weight:300;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.5s;

}

.half-gray{
    height: 100%;
    background: linear-gradient(90deg, #efefec 50%, #FFFFFF 50%);
}

.checkout_container{
    padding: 50px 65px;
}

/*.btn_2:hover {
    background-color: #606062;
    color: #fff;
    text-decoration: none;
    border-color: #606062;
}*/
.btn_1:active,
.btn_1:focus,
.btn_1:hover {
    background-color: #606062 !important;
    color: #fff;
    text-decoration: none;
    border-color: #606062 !important;
    box-shadow: none;
}
.btn_3 {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 2px;
    margin-left: 10px;
    padding: 6px 10px 3px 10px;
    font-size: 14px;
    font-weight:300;
    text-transform: uppercase;
    transition: all 0.5s;
}
.btn_3:hover {
    background-color: #7d212c;
    text-decoration: none;
    border-color: #7d212c;
}
.black-btn {
    border: 1px solid #4d4948;
    background-color: #4d4948;
    color: #fff;
}
.black-btn:hover {
    color: #4d4948;
    background-color: #fff;
}
.welcome_div {
    font-weight: 700;
    font-size: 14px;
    color: #c40d3c;
}
.shop-content {
    margin-top: 35px;
}
.p_details_line {
    margin-right: 0;
    margin-left: 0;
    min-height: 40px;
    padding-top: 10px;
}
/*#continue {
    min-width: 140px;
    background-color: #781210;
    border: 0;
    color: #fff;
    padding-top: 2px;
}
#buy {
    width: 130px;
    background-color: #781210;
    border: 0;
    color: #fff;
    padding-top: 2px;
}*/
.quantity_chg {
    border: 0;
    text-align: center;
    border-radius: 5px;
    height: 30px;
    background: #c40d3c;
    color: #FFF;
}
#ship_country {
    /*border: 1px solid #ccc;
    width: 180px;
    max-width: 100%;
    padding-top: 0;
    margin-left:5px;*/
}
.cart_ship{
    margin-top: 6px;
}

.cart_thumb{
    width:70px;
}


#cart_tbl,
#cart_tbl12,#cart_tbl13 {
    margin: 0 auto;
    width:100%;
}

#cart_tbl13{
    margin: 20px auto;
}

#cart_tbl2{
    margin: 0 auto;
    width:100%;
    max-width:550px;
}

.empty_input {
    background-color: #febfbf;
    box-shadow: -6px 5px 5px #eae3e3;
}
.empty_cart{
    width:300px;
    max-width:100%;
}
#send_order1 {
    background: #7d212c;
    border-color: #7d212c;
}
.payment_input {
    border: 0;
    height: 30px;
    margin-bottom: 5px;
}
.billing_input,
.billing_select {
    margin-bottom: 5px;
    width: 100% !important;
}

.exp_date_xx{
	width:46% !important;
	display: inline;
}

.exp_date_xx:focus{
	
}

.checkout_checkbox {
    border: 1px solid #ccc;
    height: 50px;
    width: 100%;
    margin-bottom: 5px;
}
.ship_span {
    width: 100%;
    display: none;
    background: #a1a1a2;
    color: #7d212c;
    padding: 5px;
    margin-bottom: 5px;
}

.cart_btn {
    border-radius: 23px;
    color: #fff;
    background-color: #C40D3C;
    border-color: #C40D3C;
    font-weight: 100;
    padding: 7px 5px 5px;
    font-size: 16px;
    width: 200px;
    /*max-width: 50%;*/
    letter-spacing: .5px;
    transition: all 0.5s;
}

.cart_btn:hover{
    color: #fff;
}

.add_to_cart_btn {
    width: 130px;
    max-width: 100%;
    border: 1px solid #606062;
    background-color: transparent;
    color: #606062;
    transition: all 0.5s;
    border-radius: 23px;
}
.add_to_cart_btn:hover {
    background-color: #8A1E41;
    color: #fff;
    text-decoration: none;
    border-color: #8A1E41;

}
#incart_div {
    position: absolute;
    top: 45px;
    border-radius: 10px;
    z-index: 99999;
    padding: 5px;
    display: none;
    background-color: #e4e0e0;
    max-height: 600px;
}
.cart_overflow {
    max-height: 400px;
    overflow-x: auto;
}

.cart_overflow td{
    border: 1px solid #C40D3C;
}


.cart_overflow2 td{
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}


#arrow-down {
    position: absolute;
    top: 15px;
    z-index: 99999;
    padding: 5px;
    display: none;
    width: 100%;
    height: 20px;
    font-size: 25px;
}
.del {
    color: #c40d3c;
    cursor: pointer;
}
#cart_click {
    cursor: pointer;
    text-decoration: none;
    color: #c40d3c;
    margin-left: 15px;
    /*margin-top: 5px;*/
	width: 30px;
    height: 30px;
    background: url(../images/shop-bag-r.png) no-repeat top center;
    background-size: 100%;
	position: relative;
}
#num_of_pro{
	position: absolute;
	z-index:99999;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pcat_div {
    max-height: 320px;
    overflow: hidden;
}
.pcat_div1 {
    max-width: 100%;
    width: 250px;
    height: 320px;
    position: relative;
}
.related_div {
    padding: 30px 0px;
}
.pcat_thumb {
    /*height:250px;*/
    margin-bottom: 5px;
    overflow: hidden;
}
.pcat_title {
    overflow: hidden; /*height:50px*/
}
.pcat_title a {
    color: #777;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.pcat_title a:hover {
    color: #781210;
    transition: all 0.2s;
}
.pcat_title1 {
    font-size: 13px;
}
.double_product_line {
    margin-top: 30px;
    text-align: center;
}
.double_product_line div {
    height: 3px;
    background-color: #c6c6c6;
}
.product_line {
    margin-top: 5px;
    text-align: center;
    visibility: hidden;
}
.product_line div {
    height: 1px;
    background-color: #c6c6c6;
}
.arrivals {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
}
.arrivals a {
    text-decoration: none;
}
.arrivals img {
    transition: all 0.3s;
}
.arrivals :hover img {
    transform: scale(1.1);
}
.arrivals_11 {
    border: 1px solid #333;
    margin-bottom: 7px;
}
.arrivals_11:hover {
    border: 1px solid #7d212c;
}
.arrivals_10 img,
.arrivals_11 img {
    padding: 5px 10px;
}
.show_title {
    position: relative;
}
.show_title_title {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    position: absolute;
    top: 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.show_title_title a {
    color: #333;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 35%;
}
.show_title:hover .show_title_title {
    visibility: visible;
    opacity: 1;
}

#edit_register{
    display:none;
}


.sticky {
  background: white;
  position: fixed;
  top: 0;
  right: 0;
}

.loader_spinner{
    display:none;
}


/*** In Checkout Page ***/
.woocommerce-form-coupon-toggle{
    font-size: 15px;
    padding: 10px 0px 20px;
    text-align: center;
}
.woocommerce-form-coupon-toggle a{
    font-size: 14px;
    border-bottom: 1px solid #E6E6E6;
    transition:all 0.5s;
    text-decoration: none;
}

.woocommerce-form-coupon-toggle a:hover{
    /*border-bottom: 1px solid #333;
    color: #333;*/
}

.coupon_div_1{
    width: 420px;
    max-width: 100%;
    /*background: #f8f8f8;*/
    padding: 15px;
    text-align: center;
    /*margin: 10px auto 20px;*/
    font-size: 15px;
}

#apply_coupon{
    font-size: 15px;
    background: #C40D3C;
    color: #FFF;
    border-radius: 20px;
}

.coupon-form-check-label{
    padding-left:7px;
}

#subscribe_yes{
    width:20px;
    height:20px;
    margin-top: 0;
}

.checkout_title{
    padding: 25px 0 5px 0;
}

#checkout_form #step_2,#checkout_form #step_3{
    margin-top:36px;
}

.row_5{
    padding:7px 0;
}

.bgw_row_5{
    background-color:#FFF;
    border-radius: 20px;
    padding: 20px;
}

.checkout_span_title{
    font-weight: 400;
}

.checkout-content{
    width: 100%;
    max-width: 600px;
}

.checkout_input{
    border-radius: 20px;
    padding-left: 20px;
    height: 45px;
}

.btn-checkout{
    border-radius: 23px;
    color: #fff;
    background-color: #C40D3C;
    border-color: #C40D3C;
    font-weight: 100;
    padding: 10px 5px 8px;
    width: 230px;
    max-width: 100%;
    letter-spacing: .5px;
    transition: all 0.5s;
}

.btn-checkout:hover{
    color: #fff;
    font-weight: 500;
}

.btn-checkout-back{
    /*background-color: transparent;*/
    border: 0;
    color: #c40d3c;
    padding-left: 0;
    font-weight: 100;
    max-width: 100%;
    letter-spacing: .5px;
    transition: all 0.5s;

}

.btn-checkout-back:hover{
    color: #c40d3c;
}

.btn-checkout-back.focus, .btn-checkout-back:focus {
    outline: none;
    box-shadow: none;
}

.checkout_steps{
    display:none;
}


.woocommerce-info1{
    display: block;
    width: 450px;
    max-width: 100%;
    padding: 0.20rem .75rem;
    text-align: left;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 20px;
    padding-left: 20px;
    /*height: 45px;*/
    position: relative;
}

.showcoupon{
    width: 100%;
    text-align: left;
    font-weight: 500 !important;
}

.showcoupon::after {
    /*display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;*/
    content: "";
    border-top: 0.5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
    position: absolute;
    right: 12px;
    top: 17px;
    height: 15px;
    width: 15px;
}


.form-row{
    overflow: hidden;
    position: relative;
}

.checkout_change{
    color:#C40D3C;
}

.checkout_change:hover{
    font-weight: 500;
}


.custom-control-input:checked~.custom-control-label::before{
    border-color: #c40d3c;
    background-color: #c40d3c;
}

/*** END In Checkout Page ***/