/** shop-details **/
.shop-details{
	position: relative;
	padding-bottom: 150px;
}

.shop-details .product-image .slider-content{
	position: relative;
	display: block;
	text-align: center;
}

.shop-details .product-image .slider-content .image-box{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.shop-details .product-image .slider-content .image-box img{
	width: 100%;
}

.shop-details .product-image .slider-content .thumb-box li{
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	cursor: pointer;
	margin: 0px 7px;
	transition: all 500ms ease;
}

.shop-details .product-image .slider-content .thumb-box li a{
	position: relative;
	display: inline-block;
	border: 1px solid #cccccc;
}

.shop-details .product-image .slider-content .thumb-box li a.active{
	border-color: #ffa00b;
}

.shop-details .product-image .slider-content .thumb-box li:last-child{
	margin: 0px !important;
}

.shop-details .product-image .slider-content .thumb-box li img{
	width: 100%;
}

.shop-details .product-image{
	padding-bottom: 70px;
	border-bottom: 1px dashed #d9d9d9;
	margin-bottom: 30px;
}

.shop-details .content-box .upper-box{
	position: relative;
	display: block;
	padding-bottom: 16px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
}

.shop-details .content-box .upper-box h3{
	display: block;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 2px;
}

.shop-details .content-box .upper-box p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
}

.shop-details .content-box .upper-box h2{
	display: block;
	font-size: 30px;
	line-height: 28px;
	margin-bottom: 21px;
}

.shop-details .content-box .upper-box .product-status {
	position: relative;
	display: block;
	font-size: 14px;
	color: #000;
	padding-left: 22px;
}

.shop-details .content-box .upper-box  .product-status:before {
	position: absolute;
	content: '';
	background: #84c601;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	left: 0px;
	top: 11px;
}

.shop-details .content-box{
	position: relative;
	display: block;
	margin-left: 70px;
}

.shop-details .content-box .timer-box{
	position: relative;
	display: block;
	background: #f3f4f9;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 17px 25px;
}

.shop-details .content-box .timer-box .left-inner,
.shop-details .content-box .timer-box .right-inner{
	width: 50%;
}

.shop-details .content-box .timer-box .cs-countdown .count-col{
  position: relative;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  float: left;
}

.shop-details .content-box .timer-box .cs-countdown .count-col:last-child{
	margin: 0px !important;
}

.shop-details .content-box .timer-box .cs-countdown .count-col:before{
	position: absolute;
	content: ':';
	font-size: 16px;
	top: 5px;
	right: -13px;
	color: #999999;
}

.shop-details .content-box .timer-box .cs-countdown .count-col:last-child:before{
	display: none;
}

.shop-details .content-box .timer-box .cs-countdown .count-col span{
  position: relative;
  display: inline-block;
  width: 45px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}

.shop-details .content-box .timer-box .cs-countdown .count-col h6{
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}

.shop-details .content-box .timer-box .countdown-box{
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid #d5d6db;
}

.shop-details .content-box .timer-box .left-inner h6{
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
}

.shop-details .progress-box .bar{
  position:relative;
  width:100%;
  height:5px;
  background:#d6d6d9;
  border-radius:0px;
  margin-bottom: 9px;
}

.shop-details .progress-box{
	margin-top: 7px;
}

.shop-details .progress-box .bar-inner{
  position:relative;
  display:block;
  border-radius:0px;
  width:0px;
  height:5px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.shop-details .progress-box .stock{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

.shop-details .content-box .timer-box{
	margin-bottom: 30px;
}

.shop-details .content-box .option-box{
	padding-top: 26px;
	border-top: 1px solid #e1e1e1;
}

.shop-details .progress-box .stock span{
	color: #000;
}

.shop-details .content-box .option-box h6{
	display: block;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.shop-details .content-box .option-box .select-box{
	position: relative;
	min-height: 42px;
}

.shop-details .content-box .option-box .size-box{
	margin-bottom: 12px;
}

.shop-details .content-box .option-box .base-box{
	margin-bottom: 16px;
}

.shop-details .content-box .option-box .option-list li{
	float: left;
	width: 50%;
	margin-bottom: 3px;
}

.shop-details .content-box .option-box .option-list li .check-box label{
	color: #000;
}

.shop-details .content-box .option-box .topping-box h6{
	margin-bottom: 19px;
}

.shop-details .left-column .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #000;
}

.shop-details .left-column .text span{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}

.shop-details-content .item-quantity{
  position: relative;
  display: inline-block;
  max-width: 130px;
  width: 100%;
  float: left;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  padding: 0px 45px;
  margin-right: 10px;
}

.shop-details-content .item-quantity .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  max-width: 50px;
  width: 100%;
  height: 50px;
}

.shop-details-content .item-quantity input.quantity-spinner {
  line-height: 50px;
  height: 50px;
  width: 50px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  position: absolute;
  height: 50px;
  width: 34px;
  background: #f2f2f7;
  padding: 0px 0px;
  left: -45px;
  top: -50px;
  border-radius: 5px 0px 0px 5px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  position: absolute;
  height: 50px;
  width: 34px;
  background: #f2f2f7;
  padding: 0px 0px;
  right: -33px;
  top: -50px;
  border-radius: 0px 5px 5px 0px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f067";
  font-size: 12px;
  font-style: normal;
  color: #1e2434;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f068";
  font-size: 12px;
  font-style: normal;
  color: #1e2434;
  font-weight: 700;
  font-family: 'Font Awesome 5 Pro';
}

.bootstrap-touchspin .input-group-btn-vertical{
  position: absolute;
  width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  top: 11px;
  left: 15px;
  font-size: inherit !important; 
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
  margin-top: 0px;
}

.shop-details .content-box .other-options h3{
	display: block;
	font-size: 26px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 17px;
}

.shop-details .content-box .other-options h3 span{
	font-weight: 700;
}

.shop-details .content-box .other-options .cart-box .theme-btn{
	padding: 12.5px 38px;
	width: 445px;
}

.shop-details .content-box .other-options .like-box{
	float: left;
}

.shop-details .content-box .other-options .cart-box{
	float: left;
	margin-right: 10px;
}

.shop-details .content-box .other-options .like-box a{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 54px;
	text-align: center;
	font-size: 20px;
	color: #cccccc;
	border-radius: 5px;
	border: 1px solid #d6d6d6;
}

.shop-details .content-box .other-options .like-box a:hover{
	color: #fff;
}

.shop-details .content-box .option-box{
	margin-bottom: 27px;
}

.shop-details .content-box .other-options{
	margin-bottom: 30px;
}

.shop-details .content-box .card-box{
	position: relative;
	display: block;
	padding: 26px 30px 36px 40px;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	margin-bottom: 37px;
}

.shop-details .content-box .card-box h6{
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.shop-details .content-box .card-box .card-list li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.shop-details .content-box .card-box .card-list li:last-child{
	margin: 0px !important;
}

.shop-details .content-box .other-categorys{
	padding-top: 19px;
	border-top: 1px solid #e3e3e3;
}

.shop-details .content-box .other-categorys ul li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #666666;
}

.shop-details .content-box .other-categorys ul li a{
	display: inline-block;
	color: #666666;
}

.shop-details .content-box .other-categorys ul li a:hover{

}

.shop-details .content-box .other-categorys ul li h6{
	color: #000;
	font-weight: 400;
}

.shop-details .content-box .other-categorys ul li span{
	
}

.shop-details .shop-details-content{
	margin-bottom: 130px;
}

.shop-details .product-discription{
  position: relative;
  display: block;
}

.shop-details .product-discription .tabs-content .text p{
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
}

.shop-details .product-discription .tabs-content .text span{
	text-transform: uppercase;
	color: #000;
}

.shop-details .product-discription .tabs-content .text p:last-child{
  margin-bottom: 0px;
}

.shop-details .product-discription .tab-btn-box{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 78px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d9d9d9;
}

.shop-details .product-discription .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
  margin: 0px 25px;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-details .product-discription .tab-btn-box .tab-btns li.active-btn{
  
}

.shop-details .product-discription .single-comment-box .inner-box{
  position: relative;
  display: block;
  background-color: #f4f5f4;
  padding: 34px 30px 34px 125px;
}

.shop-details .product-discription .single-comment-box .inner-box .comment-thumb{
  position: absolute;
  left: 30px;
  top: 40px;
  border-radius: 50%;
}

.shop-details .product-discription .single-comment-box .inner-box .comment-thumb img{
  width: 100%;
  border-radius: 50%;
}

.shop-details .product-discription .single-comment-box .inner-box .rating{
  position: relative;
  display: block;
  margin-bottom: 2px;
}

.shop-details .product-discription .single-comment-box .inner-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}

.shop-details .product-discription .single-comment-box .inner-box .rating li:last-child{
  margin: 0px !important;
}

.shop-details .product-discription .single-comment-box .inner-box h5{
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.shop-details .product-discription .single-comment-box .inner-box h5 span{
  font-weight: 400;
  text-transform: capitalize;
}

.shop-details .product-discription .customer-comment{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.shop-details .product-discription .comment-box{
  position: relative;
  display: block;
  background-color: #fff;
  padding: 51px 60px 60px 60px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.shop-details .product-discription .comment-box h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.shop-details .product-discription .comment-box .form-group{
  position: relative;
  margin-bottom: 15px;
}

.shop-details .product-discription .comment-box .column:last-child .form-group{
  margin-bottom: 0px;
}

.shop-details .product-discription .comment-box .form-group label{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #707582;
  margin-bottom: 8px;
}

.shop-details .product-discription .comment-box .form-group input[type='text'],
.shop-details .product-discription .comment-box .form-group input[type='email'],
.shop-details .product-discription .comment-box .form-group textarea{
  position: relative;
  width: 100%;
  height: 58px;
  border: 1px solid #e1e8e4;
  font-size: 18px;
  color: #707582;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.shop-details .product-discription .comment-box .form-group textarea{
  height: 120px;
  resize: none;
}

.shop-details .product-discription .comment-box .form-group input:focus,
.shop-details .product-discription .comment-box .form-group textarea:focus{

}

.shop-details .product-discription .comment-box .review-box p,
.shop-details .product-discription .comment-box .review-box .rating{
  position: relative;
  float: left;
}

.shop-details .product-discription .comment-box .review-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}

.shop-details .product-discription .comment-box .review-box .rating li:last-child{
  margin: 0px !important;
}

.shop-details .product-discription .comment-box .review-box p{
  margin-right: 10px;
}

.shop-details .product-discription .comment-box .review-box{
  position: relative;
  display: block;
  margin-bottom: 33px;
  margin-top: 8px;
}

.shop-details .product-discription .comment-box .message-btn .theme-btn{
  padding: 15px 45px;
}

.shop-details .product-discription{
  margin-bottom: 100px;
}


.shop-details .related-products .title-box{
	margin-bottom: 42px;
}

.shop-details .related-products .title-box h2{
	font-size: 30px;
	line-height: 40px;
}

.shop-details .related-products .content-box{
	margin-left: 0px !important;
	margin-right: 0px !important;
	text-align: center !important;
}

.shop-details .related-products .swiper-nav{
	position: absolute;
	left: 0px;
	top: 45%;
	width: 100%;
}

.shop-details .related-products .swiper-nav .nav-btn{
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #111111;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-details .related-products .swiper-nav .prev-btn{
	left: -100px;
}

.shop-details .related-products .swiper-nav .next-btn{
	right: -100px;
}

.shop-details .related-products .swiper-nav .nav-btn:hover{
	color: #fff;
}

.shop-details .related-products{
	position: relative;
}

/*woocommerce custom css*/

.shop-details .content-box .upper-box p.price {
  display: block;
  font-size: 30px;
  line-height: 28px;
  margin-bottom: 21px;
  font-weight: 700;
}

.shop-details .content-box .upper-box p.price {
  color: #b33012;
}

.woocommerce .shop-details .button, 
.woocommerce .shop-details input.button {
   line-height: unset;
}

.woocommerce .theme-btn.btn-one {
  background-color: #b33012;
}

.woocommerce a.button.alt, .woocommerce button.button.alt {
  background-color: #b33012;
  color: #fff;
  overflow: hidden;
}

.woocommerce .theme-btn:before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  bottom: 110%;
  left: 50%;
  background-color: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.woocommerce .theme-btn:hover:before {
  bottom: -40%;
}

.shop-details .item-quantity input.text {
  margin: 0px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.shop-details .content-box .product_meta {
  padding-top: 19px;
  border-top: 1px solid #e3e3e3;
}

.product_meta>span {
  display: block;
  color: #000;
  font-weight: 400;
}

.shop-details .content-box .product_meta .sku_wrapper .sku,
.shop-details .content-box .product_meta .posted_in a {
  color: #b33012;
}

.shop-details .content-box .product_meta .posted_in a {
  color: #666666;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 0px solid #d3ced2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0px solid #d3ced2;
}
.woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 0px solid #d3ced2;
}

.woocommerce-tabs ul.tabs li {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border:none;
  background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 0;
}

.shop-details .product-discription .single-comment-box .inner-box .comment-thumb {
  width: 70px;
  height: 70px;
}

.shop-details .product-discription .single-comment-box .inner-box .star-rating,
.shop-details .product-discription .single-comment-box .inner-box .star-rating span {
  display: block;
  float: unset;
  font-size: 12px;
  color: #fdc009;
  margin-bottom: 10px;
}
.shop-details .product-discription .single-comment-box .inner-box h5 a{
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #000000;
}
.woocommerce #review_form #respond p {
  margin-left: 15px;
}

.shop-details .product-discription  .single-comment-box-padding {
  margin-left: 0;
  margin-right: 15px;
}

.shop-details .product-discription .comment-box .review-box p, 
.shop-details .product-discription .comment-box .review-box .rating {
  top:5px;
  position: absolute;
  left: 120px;
}

.shop-details .product-discription .comment-box .review-box .stars a{
  font-size: 12px;
  color: #fdc009;
}

.shop-details .shop-details-content .woocommerce-product-rating {
  color: #fdc009;
  font-size: 14px;
}
.shop-details .shop-details-content .woocommerce-product-rating a {
    color: #666666;
    font-weight: 400;
}
  
.shop-details .product-discription .nice-select.open .list { 
    width: 200px;
}
.woocommerce div.product .shop-details-content div.images 
{
  margin-bottom: 0px;
}

.shop-details .shop-block-one .inner-box .content-box h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 32px;
  transition: all 500ms ease;
}

.woocommerce .shop-details .related-products .product {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .shop-details .related-products {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Tabs-panel--reviews {
  text-align: left;
}
.woocommerce .woocommerce-Tabs-panel--reviews .text {
  text-align: left!important;
}

.shop-details .content-box .option-box {
  margin-bottom: 0;
}

.shop-details .content-box .option-box {
  padding-top: 0;
  border-top: 0px solid #e1e1e1;
}

.woocommerce button.button:disabled[disabled], 
button.theme-btn.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
  background: #b33012;
  opacity: 0.7;
}

.woocommerce div.product form.cart .reset_variations {
  font-weight: 700;
  color: #b33012;
}
.woocommerce-variation-price .price .woocommerce-Price-amount {
  display: block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 21px;
  font-weight: 700;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding-top: 10px;
  text-align: center;
  float: unset;
  margin: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  margin: 0px 7px;
  transition: all 500ms ease;
}

.shop-details  .product-type-grouped .content-box .single_add_to_cart_button {
  padding: 12.5px 38px;
  width: 445px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  padding: 15px 38px;
  border-radius: 5px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
  margin-top: 20px;
}
.shop-details  .product-type-grouped .content-box .single_add_to_cart_button::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  bottom: 110%;
  left: 50%;
  background-color: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.shop-details  .product-type-grouped .content-box .single_add_to_cart_button:hover:before {
  bottom: -40%;
}

.shop-details .product-type-grouped .content-box .group_table {
  width: 100%;
}
  
.woocommerce div.product form.cart .group_table td:first-child {
  text-align: left;
}

.woocommerce div.product .grouped_form table td {
  padding-left: 10px!important;
}

.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
}

.woocommerce .shop-details .product form.cart {
  margin-bottom: 30px;
}
.woocommerce div.product div.summary {
  margin-bottom: 0;
}

.woocommerce-notices-wrapper .woocommerce-message .button:hover {
  background-color: #000;
  color:#fff;
}

/*cart page css*/

.woocommerce-cart-form .product-quantity .item-quantity {
  position: relative;
  display: inline-block;
  max-width: 130px;
  width: 100%;
  padding: 0px 40px;
  margin-right: 10px;
  border: 1px solid #dddddd;
  z-index: 1;
  margin-top: 0px;
}

.woocommerce-cart-form .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
  position: absolute;
  height: 50px;
  width: 34px;
  background: transparent; 
  padding: 0px 0px;
  left: -38px;
  top: -7px;
  border-radius: 5px 0px 0px 5px;
}
.woocommerce-cart-form .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
  position: absolute;
  height: 50px;
  width: 34px;
  background: transparent; 
  padding: 0px 0px;
  right: -36px;
  top: -7px;
  border-radius: 0px 5px 5px 0px;
}

.woocommerce-cart-form .product-quantity .item-quantity .input-group .input-text { 
  border-top: 0;
  border-bottom: 0;
}
.woocommerce-cart-form td,.woocommerce-cart-form th {
  text-align: center;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-width: 148px;
  height: auto;
  padding: 4px;
  display: block;
  border-radius: 3px;
}
.woocommerce-cart input#submit, 
.woocommerce-cart a.button, 
.woocommerce-cart button.button, 
.woocommerce-cart input.button {
  color: #fff!important;
}
.woocommerce-cart input#submit:hover, 
.woocommerce-cart a.button:hover, 
.woocommerce-cart button.button:hover, 
.woocommerce-cart input.button:hover {
  color: #fff!important;
  background-color: #000;
}

.woocommerce a.checkout-button.button.alt.wc-forward:hover {
    background-color: #000;
    color: #fff!important;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
  border: 1px solid #d3ced2;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 1px solid #e3e3e3;
  height: 50px;
  width: 100%;
  padding: 20px;
}
.woocommerce-form-coupon .form-row.form-row-last {
  float: left;
}
.woocommerce .checkout_coupon .form-row-last button.button {
  padding: 11px 33px;
  line-height: 26px;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  max-width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 100%;
}


#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
  width: 80px;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  margin-bottom: 20px;
}
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1 {
  max-width: 100%;
}
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
  max-width: 100%;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
  border: 1px solid #e3e3e3;
  height: 50px;
  width: 100%;
  padding: 20px;
}
.woocommerce form .form-row span.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  height: 150px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
  margin: 0 -15px;
  margin-bottom: 30px;
}

.woocommerce table.shop_table {
    border-radius: 0;
}

.woocommerce .cart-collaterals .cart_totals h2 {
    font-weight: 700;
    margin-top: 0px;
}

.billing-fields .select2-container--default .select2-selection--single, 
.select2-container--default .select2-selection--single {
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  height: 48px;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered, 
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow, 
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}

button#place_order {
  margin-left: 15px;
}
.woocommerce-cart-form .product-quantity .item-quantity .quantity-spinner {
  text-align: center;
}
.woocommerce button.button:disabled[disabled]:hover {
  background-color: #000;
}
.woocommerce .checkout_coupon .form-row-last button.button:hover {
  background-color: #000;
  color:#fff;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
  background-color: #000;
  color:#fff;
}
/*woocommerce dashboard css*/
.woocommerce form .password-input, 
.woocommerce-page form .password-input {
  display: block;
  width: 100%;
}
button.woocommerce-Button.button:hover {
  background-color: #000;
  color:#fff;
}

.woocommerce-account .addresses .title .edit {
  background: #b33012;
  padding: 0px 15px;
  color: #fff;
  border-radius: 6px;
}

/* woo login page css */

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: unset !important;
  display: block;
  width: 100%;
  padding: 10px;
  line-height: 26px;
  margin-right: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
  background-color: #000;
  color:#fff;
}
p.woocommerce-LostPassword.lost_password a {
  color: #131313;
}

