/* CAROUSEL NAV CSS */
 .curosel-style .owl-nav div {
	background:#f01e4a; 
     border-radius: 50%;
     color: #bf0d3e;
     font-size: 19px;
     height: 44px;
     left: -45px;
     line-height: 42px;
     position: absolute;
     top: 32%;
     -webkit-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
     width: 44px;
     text-align: center;
     z-index: 99;
     opacity: 0;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; */
}
 .curosel-style .owl-nav .owl-next {
     left: auto;
     right: -45px;
	 -webkit-transition:.5s;
	 transition:.5s;
     color: #fff;	 
}
 .curosel-style .owl-nav .owl-prev{
     color: #fff;
	 -webkit-transition:.5s;
	 transition:.5s;	 
 }
 .curosel-style .owl-nav .owl-next:hover {
	background:#333;
}
 .curosel-style .owl-nav .owl-prev:hover {
	background:#333;
}
 .owl-carousel .owl-item img {
     margin: auto;
}
.curosel-style:hover .owl-nav div{
	opacity:1;
}
/* cross sell */
.witr_cross_car.curosel-style .owl-nav div{
left: 15px;	 
}
.witr_cross_car.curosel-style .owl-nav .owl-next {
     right: 15px;
left: auto;	 
}
 .owl-dots {
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     bottom: -17px;
     position: absolute;
     text-align: center;
     width: 100%;
} 	
 .owl-dot {
    background: transparent;
     border-radius: 50px;
     display: inline-block;
     height:12px;
     margin-left: 5px;
     margin-right: 5px;
     width: 12px;
	  border: 1px solid #bf0d3e;
}
 .owl-dot.active {
	background: -webkit-gradient(linear, right top, left top, from(#bf0d3e), to(#0d2f5d));
	background: -webkit-linear-gradient(right, #bf0d3e, #0d2f5d);
	background: linear-gradient(-90deg, #bf0d3e, #0d2f5d);
	 border:none;
    
}




/* ============= seoicobd woocommerce css ================ */
.witr_shop_area{
	padding:100px 0;
}
/* ============= seoicobd order and count css ================ */
.witr_oder_count {
    padding: 0px 0 25px;
}
.nice-select .list {
    z-index: 99;
}

.woocommerce .woocommerce-result-count,
.nice-select span.current
 {
   font-weight:600;
}

/* ============= seoicobd product css ================ */
.tbd_product_area{
	padding:0 0;
}
.tbd_shop_archive_area{
	padding:100px 0;
}


.tbd_product {
    margin-bottom: 50px;
}
.tbd_product_inner {
    position: relative;
    overflow: hidden;
}
.tbd_product_thumb{
	position:relative;
}
.tbd_product_thumb img{}
.thb_product_preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
	transition:.5s;
	opacity:0;
}
.woocommerce a.tbd_live_preview {
     display: inline-block;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    background:#f01e4a;
    color: #fff;
    letter-spacing: .3px;
    padding: 15px 30px;
    border-radius: 2px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
	
}
.woocommerce a.added_to_cart {
text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    background: #f01e4a;
    color: #fff;
    padding: 12px 29px;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    display: inline-block;
    position: absolute;
    z-index: 999;
    transform: translateY(-50%) translateX(-50%);
}

/* add to cart and collection css */
.tbd_add_to_card {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
	bottom: -132px;
	opacity:0;
	transition:.7s;
}
.tbd_add_to_card a {
    /* padding: 10px 15px; */
    display: inline-block;
    margin: 0 3px;
    background: #000;
    height: 50px;
    width: 50px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    border-radius: 50%;
}
.woocommerce a.tbd_live_preview:hover
{
	    background: #000;
		color:#FFF;
}
.tbd_add_to_card a:hover{
		    background: #f01e4a;
		color:#FFF;
}
.tbd_add_to_card a.tbd_add_to_option{}
.tbd_add_to_card a.tbd_colloction_opt{}

/* sale css */
.tbd_sale_price {
    text-align: center;
    transition: .5s;
}
.woocommerce span.tbd_sale_inner{
background: #f01e4a;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
    right: 10px;
    top: 10px;
    left: auto;
    line-height: 1;
    min-width: auto;
    min-height: auto;
}
.woocommerce span.onsale.onsingle_sale.tbd_sale_inner{
    background: #f01e4a;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
    right: auto;
    top: 10px;
    left: 10px;
    line-height: 1;
    min-width: auto;
    min-height: auto;
}
/* title product */
.tbd_product_content {
    display: block;
    overflow: hidden;
    box-shadow: 0px 5px 10px 0px rgba(148,146,245,0.2);
    padding: 14px 20px 24px;
	text-align:center;
}
.tbd_product_content_inner{}
.tbd_product_type{}
.tbd_product_type.tbd_fload_left {
    float: left;
    margin-right: 15px;
}
.tbd_product_type.tbd_fload_left a{
	font-size: 26px;
}


.tbd_product_title.tbd_fload_right{
   
}


.tbd_product_title{}
.tbd_product_title h2{
font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tbd_product_title a{
		font-family: 'Roboto', sans-serif;
}
.tbd_product_title span a {
    font-size: 13px;
    color: #655d5d;
}
.tbd_product_title span {
		font-family: 'Roboto', sans-serif;
}

.tbd_product_title h2 a:hover,
.tbd_item_info a:hover
{
	color:#f01e4a;
	
}


.tbd_product:hover .thb_product_preview {
    background: rgba(0, 0, 0, 0.70);
}
.tbd_product:hover .tbd_add_to_card{
	opacity:1;
	bottom: 15px;
}

.tbd_product:hover .thb_product_preview{
	opacity:1;
}


/* product price and rating css */
.tbd_price_opt {
}
.tbdstar-rating {

}
.woocommerce .products .star-rating,
.woocommerce .star-rating 
{
    padding: 10px 0 5px;
    float: none;
    margin: auto;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 5px;
    color: #ffc107;
}
.woocommerce p.stars a{
color: #ffc107;	
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins{
	font-weight:700;
	color: #333;
    font-size: 1rem;	
}
/* not product css */
.tbd_product_not .woocommerce-info {
    margin: 30px 0;
    border: none;
    font-size: 20px;
}
.woocommerce-info::before {
    color: #f01e4a;
}



/*====== woocommerce single css ======*/
/* single page image css */
.tbd_shop_archive_area.tbd_single_product_area {
    padding-bottom: 0px;
}
.tbd_single_image{
	position:relative;
}
.tbd_single_image a.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 999;
    font-size: 19px;
    border: 1px solid #c3bcbc;
    /* background: #f00; */
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
    margin: 10px 0 0px;
}
.woocommerce div.product form.cart .button{
	padding: 11px 23px;
    line-height: 16px;
    font-size: 13px;
	background: #f01e4a;
    text-transform: uppercase;
    color: #ffffff;
    transition: all .2s;
border:none;
font-weight: 400;
	
}
.woocommerce .quantity .qty {
    height: 39px;
    border: 1px solid #ddd;
}

span.posted_in,
span.tagged_as
 {
    display: block;
    font-weight: 700;
}
.woocommerce div.product .product_title {
    margin-bottom: 4px;
    font-size: 24px;
}
.woocommerce div.product p.price,
 .woocommerce div.product span.price{
    color: #333;
}
.woocommerce div.product .stock {
    color: #f01e4a;
}
#review_form_wrapper .comment-form label{
	font-size:14px;
	margin-right:10px;font-weight: 700;
}
#review_form_wrapper .comment-form input{
	border: 1px solid #f6f6f6;
}

/*====== woocommerce related ======*/
h2.witr_related_title {
    padding: 20px 0 40px;
}


/*====== woocommerce tab css ======*/
.woocommerce-tabs.wc-tabs-wrapper.tbd_tab_area {
    padding: 100px 0 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 10px;
    margin: 0 0 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    padding: 0px 1em;
    margin-right: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: none;
    background-color: #f01e4a;
    display: inline-block;
    padding: 0px 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after
{
	display:none;
}
.woocommerce div.product .woocommerce-tabs .panel {
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: .5em 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color:#fff;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 20px;
    padding-bottom: 20px;
}
.woocommerce table.shop_attributes th {
    font-weight: 700;
    font-size: 12px;
}
.woocommerce table.shop_attributes td p {
    font-size: 14px;
}

.woocommerce .woocommerce-Reviews .star-rating {
    float: right;
}
strong.woocommerce-review__author {
    font-size: 16px;
}
span.comment-reply-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.woocommerce .comment-form-rating label,
.woocommerce .comment-form-comment label
 {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}
.woocommerce #review_form #respond textarea {
    border: 1px solid #f6f6f6;
}

/* Horizontal Thumbnails */

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 5px 5px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 16%;
    flex: 1 0 16%;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
}

/* ============= cat css ============== */
.witr_shop_template{
	padding:100px 0px 50px;
}
h2.woocommerce-loop-category__title {
    display: block;
    padding: 25px 0;
    font-size: 22px;
    background: #fafcfe;
    text-align: center;
}
mark.count {
    background: #fafcfe;
}

.woocommerce .witr_product_cart{}
.woocommerce .witr_product_cart button.button.alt,
.woocommerce .witr_product_cart input.button.alt{
	background: #72A40D; 
	font-weight: 500;	
}
.woocommerce .witr_product_cart button.button.alt:hover, 
.woocommerce .witr_product_cart input.button.alt:hover {
	background: #034997; 
}

.woocommerce table.witr_product_cart{	}
.woocommerce table.witr_product_cart thead{}
.woocommerce table.witr_product_cart thead tr{}
.woocommerce table.witr_product_cart thead tr th{
    font-weight: 600;
    font-size: 15px;
}
.woocommerce table.witr_product_cart thead tr th,
.woocommerce table.witr_product_cart tbody tr td{
	    border: 1px solid #faf6f6;
		text-align: center;
}
.woocommerce table.witr_product_cart tbody tr{}
.woocommerce table.witr_product_cart tbody tr td{
	font-size:15px;
}
.woocommerce table.witr_product_cart tbody tr td.product-thumbnail img{
width:100px;
height:100px;	
}
.woocommerce table.witr_product_cart tbody tr td a{
	box-shadow:none;
	color:#555555;
	font-weight:400;
}
.woocommerce table.witr_product_cart tbody tr td a.witr_cart_delete{
color:#f01e4a;
}
.woocommerce table.witr_product_cart tbody tr td.product-name{}
.witr_cart_coupon{
	padding:20px 0;
}
.woocommerce .witr_product_cart .coupon{}
.woocommerce .witr_product_cart .coupon label{
    font-size: 18px;
    margin-right: 10px;	
}
.woocommerce .witr_product_cart .coupon input{
    height: 42px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding-left: 10px;
}
.woocommerce .witr_product_cart .coupon input.input-text{}
.woocommerce .witr_product_cart .coupon input[type="hidden"]{}
.woocommerce .witr_product_cart .coupon button{}
.woocommerce .witr_product_cart button.button:disabled,
.woocommerce .witr_product_cart button.button:disabled[disabled],
.woocommerce .witr_product_cart button,
.woocommerce .witr_cart_to_cross a.checkout-button.alt,
.woocommerce .witr_checkout_form button.button.alt,
.woocommerce  a.button.wc-backward,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button
{
    display: inline-block;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    background: #f01e4a;
    color: #fff;
    letter-spacing: .3px;
    padding: 15px 30px;
    border-radius: 2px;
    position: relative;	
	transition:.5s;
}
.woocommerce .witr_cart_to_cross a.checkout-button.alt:hover,
.woocommerce .witr_product_cart button:hover,
.woocommerce  a.button.wc-backward:hover,
.woocommerce .witr_checkout_form button.button.alt:hover
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover
{
    background: #000;
    color: #FFF;	
}

.woocommerce .witr_product_cart .coupon button.button{}
.woocommerce-message,
.woocommerce-info
{
 border-top-color: #f01e4a;	
}
.woocommerce-message::before{
color: #f01e4a;		
}

/* cross_sell and cart total */

.witr_cart_to_cross .cart_totals > h2,
.witr_cart_to_cross .cross-sells > h2
{
	font-size: 23px;
    font-weight: 600;
    margin-top: 40px;	
 	
}
.witr_cart_to_cross .cart_totals > h2
{
    background: #f01e4a;
    padding: 13px 16px;
    color: #fff;
}
.witr_cart_to_cross .cross-sells > h2{
   margin-bottom: 40px;	
}

.woocommerce .witr_cart_to_cross .cart_totals table{
	    padding-top: 15px !important;
}
.woocommerce .witr_cart_to_cross table.shop_table tbody{}
.woocommerce .witr_cart_to_cross table.shop_table tbody tr{}
.woocommerce .witr_cart_to_cross table.shop_table tbody tr th{
    font-size: 14px;
    font-weight: 700;	
	border:0px;
}
.woocommerce .witr_cart_to_cross table.shop_table tbody tr td{
    font-size: 14px;
    font-weight: 700;
padding: 15px;
border:0px;	
}
.woocommerce .witr_cart_to_cross table.shop_table tbody tr.order-total th,
.woocommerce .witr_cart_to_cross table.shop_table tbody tr.order-total td
{
	border-top:1px solid #ddd;
}
.woocommerce .witr_cart_to_cross table.shop_table tbody tr td label,
.woocommerce .witr_cart_to_cross table.shop_table tbody tr td p
{
    font-size: 14px;
    font-weight: 600;	
}

.woocommerce .witr_cart_to_cross .wc-proceed-to-checkout {
    text-align: right;
}
.witr_cart_to_cross span#select2-calc_shipping_state-container {
    padding: 5px 20px 5px 10px;
}

/* checkout css */
.witr_checkout_form .witr_ck_blling h3, 
.witr_checkout_form h3#order_review_heading,
h2.woocommerce-order-details__title
 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
	margin-bottom: 10px;
    background: #f01e4a;
    padding: 10px 15px;
    color: #fff;
}
.witr_checkout_form h3#order_review_heading {
	margin-bottom: 0px;
}
.woocommerce .witr_checkout_form table.shop_table th {
    font-weight: 600;
    padding: 9px 12px;
    line-height: 1.5em;
    font-size: 18px;
}

.woocommerce-checkout.witr_checkout_form  #payment {
    background: #fbf9f9;
    border-radius: 5px;
}
.woocommerce-checkout.witr_checkout_form .wc_payment_method label {
    font-size: 20px;
    font-weight: 700;
}
.woocommerce .witr_checkout_form table.shop_table {
    border-top: 0;
    padding-top: 12px;
}

/* checkout blling field */
.woocommerce form .form-row {
    width: 100% !important;
}
.woocommerce-checkout #payment div.payment_box input.input-text, 
.woocommerce-checkout #payment div.payment_box textarea {
    width: 100% !important;
    padding: 8px;
}
.woocommerce .form-row select, 
.woocommerce #payment .form-row select, 
.woocommerce-page #payment .form-row select {
    width: 100%;
    height: 30px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
   border:solid 2px #e4e4e4;
}
.woocommerce span.woocommerce-input-wrapper {
    display: contents;
}

.woocommerce .woocommerce-checkout .form-row label {
    line-height: 2;
    font-weight: 500;
    font-size: 16px;
}
.select2-container--default 
.select2-selection--single {
    height: 40px;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #f01e4a;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 3px 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 75%;
  }
}
/* my account css */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #f01e4a;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff; cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid #f01e4a;
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
.woocommerce-MyAccount-content a{
	color:#f01e4a;
}
/* my oder details */
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: unset;
}
.woocommerce-column__title {
	font-size: 18px;
	margin-bottom: 30px;
	background: #f01e4a;
	padding: 12px 10px;
	color:#fff;
}
#customer_login h2{
    font-size: 28px;
    font-weight: 500;
}
#customer_login label {
    cursor: pointer;
    font-size: 16px;
}
#customer_login form.login, 
#customer_login form.register {
    border: 1px solid #f0f0f0;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}


/* sidebar css woocommerce */
.content-widget .select2-container .select2-selection--single {
    height: 38px;
}

.content-widget .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.content-widget .widget_price_filter .ui-slider .ui-slider-range,
.content-widget .widget_price_filter .ui-slider .ui-slider-handle,
.content-widget .widget_price_filter .ui-slider .ui-slider-handle
 {
	background-color: #f01e4a;
}

.content-widget .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 1px;
    width: 20px;
}
.price_label {
    font-size: 16px;
    position: relative;
    top: 4px;
}
.search-field {
    border: 1px solid #ddd;
    padding-left: 10px;
    height: 38px;
    padding-bottom: 6px;
    width: 67%;	
}
.widget_product_search button {
    text-align: center;
    font-size: 13px;
    background: #f01e4a;
    color: #fff;
    padding: 7px 14px 10px;
    border-radius: 2px;
    transition: .5s;
    cursor: pointer;
    border: none;
}
.content-widget .products .star-rating, 
.content-widget .star-rating {
    margin: inherit;
	margin-bottom:0px;
}
.content-widget ul.cart_list li img, 
.content-widget ul.product_list_widget li img {
    width: 80px;
}
.content-widget ul.product_list_widget li span {
  /*   display: inline-block; */
    font-weight: 400;
}
.witr_breadcumb_shop li a {
    color: #fff;
    margin-right: 5px;
}
.witr_breadcumb_shop li i {
    font-size: 13px;
    margin-right: 5px;
}




.blog-left-side .widget ul li span.product-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 136px;
    overflow: hidden;
	display: block;	
}



.content-widget ul.product_list_widget li span {
}

.content-widget ul.product_list_widget li ins {
    outline: none;
    border: none;
    text-decoration: none;
}

