/**********************************
 	4. Woocommerce CSS Start
 **********************************/


/* Product Thumb CSS Start */

:root {
	--main-txt-color: #1d3571!important;   
}

.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
	max-width: inherit;
}
.woocommerce-account .col-1, .woocommerce-account .col-2 {
	max-width: inherit;
}
.woocommerce-input-wrapper{
	width:100%;
}
.return-to-shop .hs_btn_wrapper {
     float: left;
}
.btc_blog_single_post_admin_img {
    float: left;
    width: 140px;
}
.btc_blog_single_post_admin_img_cont {
    float: left;
    width: calc(100% - 140px);
    padding-left: 10px;
}
.woocommerce-form-login .hs_about_btn {
    margin-top: 40px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.hs_btn_wrapper li a {
	float: left;
	width: 220px;
	height:50px;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	display: block;
	text-align:center;
	line-height:50px;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hs_btn_wrapper li a:focus {
	outline: none;
}
.hs_btn_wrapper li a > span {
	vertical-align: middle;
}
.hs_btn_wrapper li .hs_btn_hover {
	border-radius: 50px;
	background: #37a4dd;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.hs_btn_wrapper li .hs_btn_hover::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.hs_btn_wrapper li .hs_btn_hover:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #ECEFF1;
	background-color: #0592dc;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}
.hs_btn_wrapper li .hs_btn_hover:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.hs_effect_btn li button {
	float: left;
	width: 180px;
	height:49px;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	display: block;
	text-align:center;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hs_effect_btn li button:focus {
	outline: none;
}
.hs_effect_btnli button > span {
	vertical-align: middle;
}
.hs_effect_btn li .hs_btn_hover {
	border-radius: 50px;
	background: #37a4dd;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.hs_effect_btn li .hs_btn_hover::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.hs_effect_btn li .hs_btn_hover:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #ECEFF1;
	background-color: #0592dc;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}
.hs_effect_btn li .hs_btn_hover:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}


/*---------- best product wrapper  css ------------*/
.sw_best_product_wrapper {
	float: left;
    width: 100%;
	padding-top:100px;
	padding-bottom:80px;
	background:#e8f5ff;
}
.sw_shop_2_product{
	float: left;
    width: 100%;
	padding-top:90px;
	padding-bottom:60px;
	background:#f6fbff;
}
.best_product_slider_wrapper {
    float: left;
    width: 100%;
    text-align: center;
}
.best_product_slider_wrapper .owl-carousel .owl-stage:after{
	height:20px;
}
.best_product_slider_wrapper .owl-carousel .owl-stage-outer {
    padding: 5px 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.best_product_slider_wrapper .owl-theme .owl-dots {
    display: none;
}
.best_product_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -99px;
    margin-top: 0;
    z-index: 1;
    display: block;
}
.best_product_slider_wrapper .owl-theme .owl-nav .owl-prev {
    color: #1d3571;
    font-size: 16px;
    margin: 5px;
    width: 45px;
    height: 45px;
    line-height: 40px;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
}
.best_product_slider_wrapper .owl-theme .owl-nav .owl-next {
    color: #1d3571;
     font-size: 16px;
    margin: 5px;
    width: 45px;
    height: 45px;
    line-height: 40px;
	  background: #fff;
    display: inline-block;
    border-radius: 40px;
    cursor: pointer;
}
.best_product_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
    background: #fff;
    color: #1d3571;
	box-shadow:0px 8px 20px  rgba(0, 0, 0, 0.08);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.best_product_slider_wrapper .owl-theme .owl-nav .owl-prev:hover{
    background: #fff;
    color: #1d3571;
	box-shadow: 0px 8px 20px  rgba(0, 0, 0, 0.08);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sw_spectrm_padding{
	padding-left:5px !important;
	padding-right:5px !important;
}
.best_product_slider_wrapper .owl-carousel .owl-item{
	padding-right:10px !important;
}
.sw_product_box_wrapper {
    float: left;
    width: 100%;
    overflow: hidden;
	border-radius:20px;
	box-shadow:0 5px 20px rgba(0, 0, 0, 0.06);
	position:relative;
}
.sw_product_indx_img_wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.sw_product_indx_img_wrapper img {
    width: 100%;
}
.sw_product_indx_img_cont_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 30px;
}
.sw_product_box_wrapper:hover .sw_product_indx_img_cont_wrapper h2 a{
	color: #328fd1 !important;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.sw_product_box_wrapper:hover .sw_product_indx_img_cont_wrapper h5{
	color:#fff;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sw_product_box_wrapper:hover .sw_product_indx_img_cont_wrapper{
	 background: #338fd1;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sw_product_box_wrapper:hover .sw_product_indx_img_cont_wrapper_2{
	 background: #338fd1 !important;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sw_product_indx_img_cont_wrapper_2{
	padding:0;
	padding-top:30px;
}
.sw_product_box_wrapper:hover .sw_product_indx_img_cont_wrapper{
	 background: #fff !important;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sw_product_indx_img_cont_wrapper h2 a {
    font-size: 18px;
    color: #1d3571;
    line-height: 24px;
	display:inline-block;
	padding:3px 0 3px 0;
    font-weight: 500;
    text-transform: capitalize;
}
.sw_product_indx_img_cont_wrapper h5 {
    font-size: 16px;
    color: #328fd1;
    font-weight: 400;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
}
.sw_product_box_wrapper img {
    width: 100%;
}
.sw_product_box_wrapper:hover{
	box-shadow:0px 8px 20px rgba(0, 0, 0, 0.15);
	border-radius:20px;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sw_product_box_wrapper .sp_img_box_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 600px;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.sw_product_box_wrapper:hover .sw_prdct_11{
	 background: #328fd1 !important;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sw_product_box_wrapper:hover .sw_prdct_11 h5{
	 background: transparent !important;
	 color:#fff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sw_product_box_wrapper:hover .sp_img_box_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 1%, rgba(255, 255, 255, 0.3)  100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 1%, rgba(255, 255, 255, 0.3)  100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2) 1%, rgba(255, 255, 255, 0.3)  100%);
    opacity: 1;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.abt_img_btn_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.abt_img_btn_wrapper ul{
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 32%;
    left: 25%;
	opacity:0;
	z-index:1;
}
.sw_abt_icon_top_wrapper{
	margin-top:65px;
}
.abt_img_btn_wrapper li{
	float:none;
}
.abt_img_btn_wrapper li a{
	display:inline-block;
	width:50px;
	height:50px;
	float:left;
	text-align:center;
	line-height:52px;
	background:#fff;
	color:#1d3571;
	margin-left:15px;
	 -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.abt_img_btn_wrapper li a:hover{
	background:#338fd1;
	 color:#fff; 
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sw_product_box_wrapper:hover .abt_img_btn_wrapper  ul{
	opacity:1;
	-webkit-transition:all 0.45s linear;
    -moz-transition:all 0.45s linear;
    -ms-transition:all 0.45s linear;
    -o-transition:all 0.45s linear;
    transition:all 0.45s linear;
}



/* Shop Page Products */

.sidebar_widget:last-child{
	margin-bottom:0;
}
.shop_page_wrapper, .single_product_wrapper{
    float: left;
    width: 100%;
	padding-top:100px;
	padding-bottom:100px;
}
span.badge.onsale.perc,
.woocommerce .product .out-of-stock {
    display: inline-block;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.14);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.14);
    color: #ffffff;
    font-size: 13px;
    left: 0;
    line-height: 19px;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    z-index: 1;
    background: #212121;
    border-radius: 0px;
    min-width: auto;
    min-height: auto;
}
span.badge.onsale.perc:before {
    border-color: transparent transparent transparent #212121;
    border-style: solid;
    border-width: 13px 0px 0 8px;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: -8px;
    width: 0;
}
span.badge.onsale.perc:after {
    border-color: #212121 transparent transparent;
    top: 0;
    bottom: auto;
    border-style: solid;
    border-width: 13px 8px 0px 10px;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: -8px;
    width: 0;
}
.woocommerce .product .out-of-stock {
    background: #fd6b6b;
    color: #fff !important;
}
.woocommerce div.btc_shop_indx_cont_box_wrapper {
	margin-bottom:30px;
	min-height: 400px;
}
.btc_shop_indx_img_wrapper {
    float: left;
    width: 100%;
}
.btc_shop_indx_img_wrapper figure{
    position: relative;
    display: block;
    background-color: #fafafa;
    border: .1rem solid #e8e8e8;
    margin-bottom:0;
    transition: all .3s;
}
.product_img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.07);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_indx_cont_box_wrapper:hover .product_img:after,
.btc_shop_indx_cont_box_wrapper:hover .quick_link {
    visibility: visible;
    opacity: 1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_indx_img_wrapper img {
    width: 100%;
}
.btc_shop_indx_img_wrapper figure .quick_link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.quick_link{
    display: inline-block;
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: rgba(43,43,43,0.8);
    padding: 10px 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.quick_link a{
    padding:0 !important;
}
.woocommerce a.added_to_cart {
    display:none;
}
.woocommerce .quick_link .add_to_cart_button {
	font-size: 14px;
	background-color:transparent;
	color:#fff;
}
.woocommerce .quick_link .add_to_cart_button:hover{
	background-color:transparent!important;
	color:#fff!important;
}
.btc_shop_indx_img_cont_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    padding: 25px;
    background: #fff;
    border: 1px dashed #cecece;
    border-top: 0;
}

section.related.products .btc_shop_indx_cont_box_wrapper {
	padding-left: 0;
    padding-right: 30px;
}

.btc_shop_indx_img_cont_wrapper .name{
    margin-bottom:10px;
}
.btc_shop_indx_img_cont_wrapper .name a {
	font-size: 16px;
	line-height:26px;
    color: #2d3a4b;
    font-weight: 600;
    text-transform: capitalize;
	text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}
.btc_shop_indx_img_cont_wrapper .price{
    margin-bottom: 10px;
}
.woocommerce div.btc_shop_indx_img_cont_wrapper span.price {
	display:inline-block;
	font-size: 20px;
    color: #797979;
    font-weight: 600;
}
.woocommerce div.btc_shop_indx_img_cont_wrapper span.price ins {
	text-decoration:none;
	color: var( --main-txt-color);
}
.woocommerce div.btc_shop_indx_img_cont_wrapper span.price del {
	opacity:1;
	margin-right:5px;
}
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before,
.woocommerce p.stars a::before {
    color: #ffc000;
}
.woocommerce .products .star-rating {
    display: inline-block;
}

/* Shop Page ordering and Result Count */

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    font-size: 16px;
    margin-top: 12px;
}
.woocommerce .woocommerce-ordering select{
    color: #1d3571;
    display: inline-block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    border: 0;
    background: #fff;
    padding: 0 15px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 6%);
    font-size: 14px;
    float: right;
    border-radius: 30px;
    text-transform: capitalize;

}

/* Shop Pagination */

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 4px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .next, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li .next,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .next span,
.woocommerce .woocommerce-pagination ul.page-numbers li .prev, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li .prev,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .prev span{
    width: 100px;
    height: 50px;
    color: var( --main-txt-color);
    text-transform: uppercase;
    line-height: 50px;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 0;
	width: 50px;
	height: 50px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 400;
	text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 0;
	width: 50px;
	height: 50px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 400;
	text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
	color: #fff;
    background:var( --main-txt-color);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.woocommerce-page .woocommerce-pagination ul.page-numbers li .prev:focus span,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .next:focus span,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .prev:hover span,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .next:hover span{
	color: #fff;
    background:var( --main-txt-color);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* Product Single Page Image */
.single_prod_btn{
    float:left;
    width:100%;
    padding-top:30px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    border: 1px solid #ddd;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin-top:40px!important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width:20%;
    border: 1px solid #ddd;
    margin-right: 15px;
    margin-bottom: 20px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 12px;
    right: 12px;
    background: var( --main-txt-color);
    width: 35px;
    height: 35px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border: 2px solid #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    background: #fff;
}
.product .single_prod_content h1{
	margin: 0px 0px 60px 0px;
    font-size: 22px;
	line-height: 33px;
    color: #2d3a4b;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}

/* Product Single Page Title */

.product .single_prod_content h1:before {
    content: '';
    border: 1px solid #dedede;
    width: 70px;
    position: absolute;
    left: 0px;
    bottom: -21px;
}
.product .single_prod_content h1:after {
    content: '';
    border: 2px solid var( --main-txt-color);
    width: 40px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    bottom: -22px;
}

/* Product Single Page Price */

.woocommerce div.product .single_prod_content p.price, 
.woocommerce div.product .single_prod_content span.price {
    font-size: 30px;
	margin-bottom: 15px;
	color: var( --main-txt-color);
}
.price del {
	    margin-left: 10px;
    color: #797979;
    font-size: 16px;
	opacity:1;
}
.save_txt {
    color: #0ee40e;
	font-size: 16px;
	    margin-left: 10px;
}
.price del + ins {
    margin-left: 10px;
}
.price ins {
    text-decoration: none;
}

/* Product Single Page Quantity */

.woocommerce div.product form.cart div.quantity {
    margin: 20px 4px 0 0;
}
.soldout {
	padding: 3px 8px;
	text-align: center;
	background: #222;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 12px;
}
.woocommerce .quantity input.plus,
.woocommerce .quantity input.minus {
	background: #f9f9f9;
    border: 1px solid #eeeeee;
	color: #d6d6d6;
    height: 44px;
    width: 43px;
    padding: 0;
    margin: 0;
    font-weight: 500 !important;
    position: relative;
    font-size: 20px;
	cursor:pointer;
}
.woocommerce .quantity input.plus {
    float: right;
    border-left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.woocommerce .quantity input.minus {
    float: left;
    border-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.woocommerce .quantity input[type="number"]{
	font-size: 16px;
	border-top: 1px solid #eeeeee;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #eeeeee;
}
.woocommerce .quantity input[type="number"] {
    -moz-appearance: textfield;
}
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
     margin: 0;
}

.woocommerce .quantity input.qty {
    min-width: 90px;
	height: 44px;
	outline: none;
	border-top: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.woocommerce .quantity .qty {
    width: 1em !important;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .quantity {
    display: inline-block;
}

/* Product Single product_meta*/

.product_meta span, .sku_wrapper{
	width: 100%;
    float: left;
    margin-bottom: 10px;
}
.product_meta strong{
	color: #2d3a4b;
	margin-right:10px;
}

/* Product Single Page Tabs */

.woocommerce div.product .product_tab_section  {
    padding-top: 40px;
}
.woocommerce div.product .product_tab_section ul.tabs:before {
	border-bottom: 1px solid #ddd;
}
.woocommerce div.product .product_tab_section ul.tabs {
    text-align: center;
	padding: 20px 0 0 0;
    margin-bottom: 50px;
    border-top: 1px solid #ddd;
}
.woocommerce div.product .product_tab_section ul.tabs li {
    border: 0;
    padding: 0 25px;
    background: transparent;
}
.woocommerce div.product .product_tab_section ul.tabs li.active a {
    color: var( --main-txt-color);
}
.woocommerce div.product .product_tab_section ul.tabs li a {
    font-size: 18px;
    font-weight: 500;
    color: #797979;
	display: inline-block;
    padding: 0 0 20px 0;
}
.woocommerce div.product .product_tab_section ul.tabs li a:after {
    -webkit-transition: all .5s;
    transition: all .5s;
    content: '';
    position: absolute;
    right: 0;
	bottom: 0;
    width: 0;
    height: 2px;
    background-color: var( --main-txt-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after{
	left: 0;
    width: 100%;
    background-color: var( --main-txt-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .product_tab_section ul.tabs li:after {
	display:none;
}
.related h2,
.woocommerce div.product .woocommerce-tabs .panel h2{
    margin: 0px 0px 60px 0px;
    font-size: 22px;
	line-height: 33px;
    color: #2d3a4b;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}
.related h2:before,
.woocommerce div.product .woocommerce-tabs .panel h2:before {
    content: '';
    border: 1px solid #dedede;
    width: 70px;
    position: absolute;
    left: 0px;
    bottom: -21px;
}
.related h2:after,
.woocommerce div.product .woocommerce-tabs .panel h2:after {
    content: '';
    border: 2px solid var( --main-txt-color);
    width: 40px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    bottom: -22px;
}

/* Product Single Page Review Tab */

#review_form .form-group {
    position: relative;
}
#review_form .form-group i {
    position: absolute;
    top: 17px;
    right: 22px;
    color: #c7c7c7;
}
#review_form .form-control{
    height: 50px;
    padding: 15px 23px;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #f9f9f9;
}
#review_form .form-control:focus, #review_form .form-control:hover {
    color: #111;
    background-color: transparent;
    border: 1px solid var( --main-txt-color) !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.woocommerce div.product .woocommerce-tabs .panel #review_form h2 {
    margin: 0px 0px 50px 0px; 
}
.comment-form-rating{
	margin-top: 20px;
    margin-bottom: 20px;
}
.woocommerce #respond input#submit{
  padding:0;
  width:100%;
  height:50px;
  margin-top:30px;
  background-color: var( --main-txt-color);
  color: #fff;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  font-size:16px;
  border:2px solid transparent;
  line-height:46px;
  	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
  font-weight:600;
  text-transform:uppercase;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	transition: background-color 0.6s, color 0.6s;
	   -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.woocommerce #respond input#submit:hover{
	border: 2px solid var( --main-txt-color);
    background: transparent;
    color: var( --main-txt-color);
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 0	
}
#reviews .commentlist li .img-thumbnail {
	padding: 0;
    border: 0 solid transparent;
    border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	padding: 0;
    width: 100px;
    background: #fff;
    border: 0;
    border-radius: 100%;
}
#reviews .commentlist li .comment-text {
	border:0!important;
    margin: 0 0 0 110px !important;
    float: left;
    width: calc(100% - 100px);
}
.woocommerce #reviews #comments ol.commentlist li {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.woocommerce-review__author{
	font-size: 20px;
    font-weight: 600;
    color: #2d3a4b;
}
.woocommerce-review__published-date{
	font-size: 16px;
    color: var( --main-txt-color);
    font-style: italic;
}
.woocommerce #reviews #comment {
    height: auto;
}

/* Cart Page Css*/


.woocommerce table.shop_table {
    border: 1px solid #efefef;
    border-radius: 3px;
}
.table_cart_img figure {
    width: 50px;
	height: 50px;
	line-height: 45px;
    float: left;
	margin: 0;
    overflow: hidden;
	border: 1px solid #ddd;
	text-align:center;
}
.table_cart_img figure img{
    max-width: 100%;
	display:inline-block;
}
.cart-calculations input {
    padding: 5px;
}
.cart_table_heading {
    font-size: 16px;
    color: #fff;
    background:var( --main-txt-color);
    font-weight: 400 !important;
    text-transform: capitalize;
}
.cart-calculations a.remove:hover {
    background:transparent;
}
.cart-calculations a.remove:hover i{
    color: var( --main-txt-color);
}
.cart-calculations i {
    margin-right: 20px;
    font-size: 14px;
    color: #111111;
    position: relative;
    top: -5px;
}
.cart_btn_cntnt{
	float: left;
	margin-top: 20px;
}
.actions .hs_effect_btn {
	float: right;
	width:auto;
	padding-top: 0px;
    margin-top: 5px;
	padding-right:20px;
}
.cart_btn_cntnt span {
    font-size: 18px;
    color: #ec5959;
    font-weight: 600;
}
.table_cart_cntnt h1 {
    font-size: 16px;
	line-height:26px;
    font-weight: 500;
    text-transform: capitalize;
}
.table_cart_cntnt h1 a{
	text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}
.cart-calculations table.shop_table > tbody > tr{
   border-top: 1px solid #efefef;
}
.cart-calculations table.shop_table >tbody > tr:first-child{
   border-top: 0;
}
.cart-calculations table.shop_table > thead > tr > th {
    border-bottom: 0;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 16px;
    padding-bottom: 15px;
}
.cart-calculations table.shop_table > tbody > tr >td{
	font-weight: 400;
	padding:20px 8px 30px 20px;
}
.cart-calculations .table > tbody > tr > td.product_quantity div.quantity {
    float: left;
}
.cart-calculations table.shop_table > tbody > tr >td.product-remove{
	padding-right: 20px;
}
.table_cart_cntnt p {
    color: #4285f4;
    font-weight: 500;
    text-transform: capitalize;
}
.cart_page_price {
    font-weight: 600;
    color: #111;
}
.cart_page_totl {
    font-weight: 600;
    color: var( --main-txt-color);
}
.shop_btn_wrapper ul {
    float: right;
}
.table-responsive {
    border: 1px solid #efefef;
}
.estimate_shiping_Wrapper_cntnt {
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    padding: 20px;
    margin-bottom: 30px;
	border-radius: 3px;
}
.coupan_head{
    float: left;
    width: 100%;
}
.coupan_head h2, .cart_totals h2{
    margin-bottom:60px!important;
    font-size: 22px;
    color: #2d3a4b;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}
.coupan_head h2:before, .cart_totals h2:before {
    content: '';
    border: 1px solid #dedede;
    width: 70px;
    position: absolute;
    left: 0px;
    bottom: -21px;
}
.coupan_head h2:after, .cart_totals h2:after {
    content: '';
    border: 2px solid var( --main-txt-color);
    width: 40px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    bottom: -22px;
}
.coupan_form_wrapper input{
	float: left;
    width: calc(100% - 180px);
    height: 50px;
    border: 1px solid rgba(208, 208, 208, 0.52);
    background: transparent;
    color: #777777;
    padding-left: 20px;
    border-right: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.coupan_form_wrapper .hs_btn_wrapper {
    width: 170px;
    padding-top: 0;
}
.coupan_form_wrapper .dark_btn button {
    background-color: var( --main-txt-color);
	color:#fff;
}
.coupan_form_wrapper .dark_btn button:hover {
    background-color:transparent;
	color: var( --main-txt-color);
}

.cart-collaterals .estimate_shiping_total_cntnt table.shop_table{
    margin: 0 0 0px;
	border:0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 0;
}
.shop_btn_wrapper_shipping ul li a {
    width: 140px;
    height: 45px;
    line-height: 40px;
    margin-top: 20px;
}
.estimate_shiping_total_cntnt table{
	border: 1px solid #efefef;
    padding: 20px;
    margin-bottom: 30px;
	border-radius: 3px;
}
.estimate_shiping_Wrapper_repsnse {
    padding-top: 0;
}
.woocommerce .estimate_shiping_total_cntnt table.shop_table>tbody>tr>th{
	color: #2d3a4b;
	text-align: left;
	font-size: 16px;
}
.estimate_shiping_total_cntnt .price,
.estimate_shiping_total_cntnt .amount {
    font-weight: 500;
    color: var( --main-txt-color);
    font-size: 16px;
}
.estimate_shiping_total_cntnt .dark_btn {
    padding-top: 0;
}
.woocommerce-shipping-destination,
.woocommerce-shipping-destination strong,
.estimate_shiping_total_cntnt ul#shipping_method li label,
.estimate_shiping_total_cntnt .shipping-calculator-button{
	color: #2d3a4b;
}
.woocommerce .estimate_shiping_total_cntnt table.shop_table>tbody>tr>th,
.cart-calculations .estimate_shiping_total_cntnt table.shop_table>tbody>tr>td{
	padding: 20px 8px 8px 8px;
	
}
.woocommerce-cart .cart-collaterals .cart_totals .estimate_shiping_total_cntnt table tr th,
.woocommerce-cart .cart-collaterals .cart_totals .estimate_shiping_total_cntnt table tr td{
	border:0;
}
.woocommerce-cart .cart-collaterals .cart_totals .estimate_shiping_total_cntnt table tr th{
	color: #2d3a4b;
}
.cart_btn_cntnt_clr {
    font-size: 18px;
    color: #ec5959;
    font-weight: 600;
}
.woocommerce-message {
    border-top-color: var( --main-txt-color);
	margin-bottom: 30px !important;
}
.woocommerce-message::before {
    color: var( --main-txt-color);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border:0;
}
.select2-container--default .select2-selection--single {
    height: 50px;
    border: 1px solid #efefef;
    padding: 5px;
    height: 50px;
    background: #fff;
    color: #707070;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: #707070;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before{
	content: "\f107";
	font-family: "Font Awesome 5 Free";
    margin-left: -4px;
    margin-top: -5px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-shadow: none;
    width: 100%;
    border: 1px solid #efefef;
    padding: 10px;
    height: 50px;
    background: #fff;
    color: #949494;
    border-radius: 3px;
    margin-bottom: 10px;
}
.return-to-shop .dark_btn{
	padding-top:0;
}

/* Checkout Page Css*/

.checkout_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, 
.woocommerce form.register {
    border: 1px solid #efefef;
    padding: 20px;
    border-radius: 3px;
}
.woocommerce-info {
    border: 0;
    background-color: #f5f5f5;
    padding: 15px 15px;
        margin: 0 0 2em!important;
    border-radius: 3px;
}
.woocommerce-info::before {
    display:none;
}
.woocommerce-info h4 {
    padding: 5px;
    color: #888888;
    font-size: 16px;
	text-transform: unset;
}
.woocommerce-info i {
    margin-right: 10px;
    font-size: 20px;
    color: #4a4a4a;
}
.woocommerce-info a {
    color: var( --main-txt-color);
}
.woocommerce-billing-fields h2, #ship-to-different-address h2{
    margin: 0px 0px 60px 0px;
    font-size: 22px;
    color: #2d3a4b;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}
.woocommerce-billing-fields h2:before, #ship-to-different-address h2:before {
    content: '';
    border: 1px solid #dedede;
    width: 70px;
    position: absolute;
    left: 0px;
    bottom: -21px;
}
.woocommerce-billing-fields h2:after,  #ship-to-different-address h2:after {
    content: '';
    border: 2px solid var( --main-txt-color);
    width: 40px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    bottom: -22px;
}
#ship-to-different-address input[type=checkbox]{
    display: none;
}
.woocommerce form .form-row label {
    margin-bottom: 6px;
    color: #777;
    font-size: 15px;
}
.woocommerce form .woocommerce-additional-fields__field-wrapper .form-row textarea {
    resize: none;
    height: 60px !important;
    padding-left: 30px;
}
.checkout_crorpo_lable{
	position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 18px;
    cursor: pointer;
    color: #333333;
}
.woocommerce form .form-row .input-checkbox {
    margin: -5px 8px 0 0;
}
.checkout_crorpo_text{
	float: left;
    width: 100%;
    margin-bottom: 5px;
}
.woocommerce form .form-row.woocommerce-invalid label {
    font-weight: 700;
    color: #a00;
    color: #777777;
    text-transform: capitalize;
}
.woocommerce form .form-row.woocommerce-invalid input.input-text{
    font-size: 15px;
    color: #888888;
    padding: 12px 15px;
    border-radius: 3px;
    height: 50px;
    border: 1px solid #e0e0e0;
}
.woocommerce-form-login  input {
    background: #fafafa;
    border-radius: 5px;
}
.contect2_form1 input {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    margin-bottom: 10px;
    border: 1px solid #f5f5f5;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form1 i {
    font-size: 16px;
    color: #b1b1b1;
	margin-left: -30px;
}
.woocommerce form.login .coupan_head h2{
    margin: 0px 0px 20px 0px;
}
.woocommerce form.login .checkout_crorpo_text{
	margin-bottom: 20px;
    margin-top: 20px;	
}
.nopadding{
	padding:0;
}
.order-box {
    position: relative;
    margin-top: 15px;
    margin-bottom: 80px;
}
.title-box {
    position: relative;
    padding: 15px 30px;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 700;
    color: #222222;
    background-color: #f3f3f3;
}
.order-box .title-box .col {
    position: relative;
	padding: 0;
    width: 50%;
    float: left;
    color: #222222;
    font-size: 15px;
    font-weight: 700;
}
.order-box .cart_item li.clearfix{
    position: relative;
    padding: 25px 30px 24px;
    text-transform: capitalize;
    color: #777777;
    font-size: 15px;
    line-height: 30px;
    border-bottom: 1px solid #cccccc;
}
.order-box ul li .order_box_span {
    width: 50%;
    float: right;
    color: #222222;
    font-size: 15px;
}
.order-box ul li.order_total {
    border-bottom: none;
    background: #f5f5f5;
    padding: 15px 30px;
    margin-top: -1px;
    font-weight: 700;
    color: #222222;
}
.woocommerce-checkout #payment div.form-row {
	padding: 1em 0;
    float: right;
}
.place-order .dark_btn {
   padding-top:0;
}
.woocommerce-checkout #payment div.payment_box {
    margin: 2px 0 20px 0;
    font-size: 16px;
    line-height:26px;
    padding: 15px 20px;
    background-color: var( --main-txt-color);
    color: #fff;
	border-radius:3px;
}
.woocommerce-checkout #payment div.payment_box::before {
	left: 30px;
    top: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid var( --main-txt-color);
}
.crorpo_pay_med_title{
    text-transform: capitalize;
    letter-spacing: 1px;
    cursor: pointer;
    color: #2d3a4b;
	font-weight: 600;
}
.payment-options {
	margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 35px;
    background-color: #f5f5f5;
}
.woocommerce-checkout #payment ul.payment_methods {
    border: 0;
}
.woocommerce-checkout #payment {
    background: transparent;
}
.woocommerce-checkout #payment ul.payment_methods 
li:last-child div.payment_box{
	margin: 2px 0 0 0;
}
.woocommerce-checkout .woocommerce .col2-set .col-1, 
.woocommerce-checkout.woocommerce-page .col2-set .col-1 {
    padding: 0;
}
.woocommerce form .form-row {
    padding: 3px 0;
}
.woocommerce form .woocommerce-account-fields .form-row{
	padding: 3px 3px;	
}

/* My Account Page Css*/

.woocommerce-form-register{
    padding-top:30px;
}
.woocommerce-privacy-policy-text a{
    color:#fff;
}
.woocommerce table.my_account_orders td .hs_btn_wrapper,
.woocommerce-MyAccount-content .hs_btn_wrapper {
    float: left;
}
.woocommerce-MyAccount-content .float_right {
    float: right;
}
.btc_blog_single_post_admin_img_cont .hs_btn_wrapper {
    float: left;
}
.btc_blog_single_post_admin_img_cont .hs_btn_wrapper ul li a{
   width:140px;
}
.woocommerce-account .crorpo_register_wrapper .hs_btn_wrapper,
.woocommerce-account .crorpo_login_wrapper .hs_btn_wrapper{
    float: left;
}
.woocommerce-account .wrapper_main .site_content {
  background: #338fd1;
}
.woocommerce-lost-password .wrapper_main .site_content {
    background:#fff;
}
.woocommerce-account .woocommerce{
	background: #fff;
}
.woocommerce-order-received .woocommerce{
	margin-top:100px;
}
.woocommerce-account #customer_login {
    text-align: center;
}
.woocommerce-account .crorpo_register_wrapper,
.woocommerce-account .crorpo_login_wrapper {
    padding: 50px;
}
.woocommerce-account .crorpo_register_wrapper{
     background: #338fd1;
     color: #fff;
}
.woocommerce-account .crorpo_register_wrapper .coupan_head h2{
	color:#fff;
}
.woocommerce-account .crorpo_register_wrapper .coupan_head h2:after,
.woocommerce-account .crorpo_login_wrapper .coupan_head h2:after{
    content: '';
    border: 2px solid var( --main-txt-color);
    width: 40px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    bottom: -22px;
}
.woocommerce-account .crorpo_register_wrapper .coupan_head h2:before,
.woocommerce-account .crorpo_login_wrapper .coupan_head h2:before{
	content: '';
    border: 1px solid #dedede;
    width: 70px;
    position: absolute;
    left: 0px;
    bottom: -21px;
    right: 0;
    margin: 0 auto;
}
.woocommerce-account .crorpo_register_wrapper .coupan_head h2:after{
    border: 2px solid #c5701d;
}
.woocommerce-account .crorpo_register_wrapper .checkout_crorpo_text,
.woocommerce-account .crorpo_login_wrapper .checkout_crorpo_text{
	padding-bottom:30px;
}
.woocommerce-account .crorpo_register_wrapper .checkout_crorpo_text{
	color: #fff;
}
.woocommerce-account .crorpo_register_wrapper .form-row input.input-text{
    width: 100%;
    border: 1px solid #fff;
    background: #fff;
    color: #797979;
}
.woocommerce-account .crorpo_register_wrapper .form-row input::-webkit-input-placeholder{
    color:#797979;
}
.woocommerce-account .crorpo_register_wrapper .form-row input:-moz-placeholder{
    color:#797979;
}
.woocommerce-account .crorpo_register_wrapper .form-row input::-moz-placeholder{
    color:#797979;
}
.woocommerce-account .crorpo_register_wrapper .form-row input:-ms-input-placeholder{
    color:#797979;
}
.woocommerce form .password-input, 
.woocommerce-page form .password-input {
    width: 100%;
}
.crorpo_register_wrapper .show-password-input::after{
    color: #fff;
}
.woocommerce-account .dark_btn{
    padding-top: 0;
}
.crorpo_register_wrapper .dark_btn,
.crorpo_login_wrapper .dark_btn {
	text-align:center;
}
.crorpo_register_wrapper .header_btn button {
  background:#fff;
  color:#3a424a;
  border:2px solid transparent;
}
.crorpo_register_wrapper .header_btn button::before {
	border: 2px solid #fff;
}
.crorpo_register_wrapper .header_btn button:hover {
    color: #fff;
}
.crorpo_register_wrapper .header_btn button{
    float: none;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    margin-top: 10px;
}
.woocommerce-account .crorpo_register_wrapper i,
.woocommerce-account .crorpo_login_wrapper i,
.lost_reset_password .contact2_form1 i,
.edit-account .contact2_form1 i{
    font-size: 16px;
    color: #b1b1b1;
    margin-left: -30px;
    position: relative;
    right: 0;
    cursor: pointer;
}
.woocommerce-account .crorpo_register_wrapper i{
	color:#fff;
}
.lost_reset_password .checkout_crorpo_text {
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width:100%;
	text-align:center;
	padding: 20px 0 0 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation ul {
    width: 100%;
    padding-bottom: 27px;
}
.woocommerce-MyAccount-navigation ul li{
	float: left;
    margin-right: 55px;
}
.woocommerce-MyAccount-navigation ul li:last-child{
	margin-right:0;
}
.woocommerce-MyAccount-navigation ul li a{
	color: #2d3a4b;
    display: inline-block;
    padding: 0 0 10px 0;
	text-transform: capitalize;
	font-size: 16px;
    font-weight: 600;
	position:relative;
}
.woocommerce-MyAccount-navigation ul li a:after {
    -webkit-transition: all .5s;
    transition: all .5s;
    content: '';
    position: absolute;
    right: 0;
    bottom:-7px;
    width: 0;
    height: 2px;
    background-color: var( --main-txt-color);
}
.woocommerce-MyAccount-navigation ul li.is-active a:after {
    left: 0;
    width: 100%;
    background-color: var( --main-txt-color);
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: var( --main-txt-color);
}
.woocommerce-account .woocommerce-MyAccount-content {
	width:100%;
}
.woocommerce-MyAccount-navigation ul li::before{
	font-family: dashicons;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 28px;
    right: 20px;
    color: #fff;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:before {
	content: '\f226';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:before {
	content: '\f174';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads:before {
	content: '\f316';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:before {
	content: '\f102';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:before {
	content: '\f110';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:before {
	content: '\f528';
}
.woocommerce-orders .dark_btn,
.woocommerce-downloads .dark_btn {
	padding-top: 15px;
}
.woocommerce-orders .woocommerce-pagination .dark_btn,
.woocommerce-downloads .woocommerce-pagination .dark_btn {
	padding-top: 0;
	float:none;
}
.woocommerce-orders .dark_btn a,
.woocommerce-downloads .dark_btn a{
   float:right;
   width: 200px;
}
.woocommerce-orders .crorpo_info,
.woocommerce-downloads .crorpo_info{
    display: inline-block;
    padding-top: 10px;
    padding-left: 15px;
	color: #2d3a4b;
}
.woocommerce-edit-address .checkout_crorpo_text {
    color: #2d3a4b;
    margin-bottom: 15px;
    padding-left: 15px;
}
.woocommerce-account table.shop_table,
.woocommerce-order-details table.woocommerce-table--order-details{
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
	font-size: 16px;
}
.woocommerce-account table.shop_table thead th,
.woocommerce-order-details table.woocommerce-table--order-details thead th{
    background: var( --main-txt-color);
    color: #fff;
	font-size: 18px;
	padding: 15px 15px;
}
.woocommerce-account table.shop_table td{
	padding: 15px 8px 15px 20px;
	color: #2d3a4b;
	font-weight: 500;
	border:0;
}
.woocommerce-orders-table__cell-order-number a{
	color: var( --main-txt-color);
}
.woocommerce-account table.shop_table .hs_btn_wrapper ul li a{
	width: 140px;
}
.woocommerce-account table.shop_table .dark_btn {
	padding-top: 0;
}
.woocommerce-pagination .dark_btn .woocommerce-button--previous{
	float:left;
}
.btc_blog_single_post_admin_img_cont p a{
    color: rgba(255, 255, 255, 0.7);
}
.woocommerce-account .btc_blog_single_post_admin_img_cont h2 {
     color: #2d3a4b;
	 margin-bottom: 5px;
}
.woocommerce-account .btc_blog_single_post_admin_img_cont h1{
    font-size: 20px;
    text-transform: capitalize;
    color: var( --main-txt-color);
    font-weight: 600;
	margin-bottom: 5px;
}
.woocommerce-account .checkout_crorpo_text {
    margin-top: 20px;
}
.woocommerce-account .checkout_crorpo_text a{
    font-weight: 600;
    color: #2d3a4b;
}
.dashboard_head{
	margin-top:20px;
}
.woocommerce .woocommerce-order-details .coupan_head{
	margin-top: 40px;
}
.woocommerce-order-details table.woocommerce-table--order-details th,
.woocommerce-order-details table.woocommerce-table--order-details td  {
    padding: 25px 30px 24px;
    border-top: 1px solid #ccc;
    background: #fff;
    color: #2d3a4b;
	font-weight:700;
}
.woocommerce-order-details table.woocommerce-table--order-details thead td{
    padding: 15px 15px;
}
.woocommerce-order-details table.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-order-details table.woocommerce-table--order-details tfoot tr:last-child td{
	background: #2d3a4b;
	color:#fff;
}
.woocommerce .woocommerce-customer-details address {
	border:0;
	padding:0;
}
.woocommerce .woocommerce-customer-details 
.woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details 
.woocommerce-customer-details--email::before{
	display:none;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, 
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{
    padding-left:0; 
}
.woocommerce-view-order .crorpo_order_content {
	float:left;
	width:100%;
	padding-bottom:30px;
}
.woocommerce-view-order .woocommerce-MyAccount-content p{
	color: #2d3a4b;
    margin-bottom: 30px;
}
.woocommerce-view-order .woocommerce-MyAccount-content mark {
    padding: .2em;
    background-color: #fff;
    font-weight: 700;
	color:var( --main-txt-color);
}
.crorpo_order_header {
    border: 1px solid #ccc;
}
.crorpo_order_header .crorpo_order_number {
    background: #fff;
    font-size: 40px;
    padding: 50px 30px;
    text-align: center;
    color: #2d3a4b;
    border-bottom: 1px solid #ccc;
}
.crorpo_order_header .crorpo_order_number span{
    color:var( --main-txt-color);
}
.crorpo_order_header .crorpo_order_info {
    padding: 25px;
    font-size: 14px;
    color: #2d3a4b;
}
.crorpo_order_header .crorpo_order_info .coupan_head h2{
    margin-bottom:40px;
}
.crorpo_order_status{
    background: #2d3a4b;
	text-align:center;
	padding: 24px 30px;
}
.crorpo_order_status h2{
	color:#fff;
    font-size: 16px;
	text-transform:capitalize;
}
.crorpo_order_status h2 span{
	font-weight: 600;
	color:var( --main-txt-color);
}
.crorpo_order_content{
	margin-bottom: 30px;
}
.archive  .product .btc_shop_indx_img_cont_wrapper .excerpt{
    display: none;
}
.sidebar_widget {
    margin-bottom: 30px;
}
.sidebar_widget h2 {
    margin-top: 0px;
}

.sw_product_indx_img_wrapper:hover .name a {
    color: #328fd1 !important; 
}
.cc_li_img_text ul {
    padding-top: 24px;
}

.sw_product_indx_img_cont_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    padding-bottom: 27px;
}

.sw_shop_sider_pder {
    margin-bottom: 30px;
}

.sw_product_box_wrapper.sw_shop_sider_pder span.price {
    font-size: 16px;
    color: #fff;
    background: #1d3571;
    padding: 5px 30px;
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
    margin: 12px 40px 15px 40px;
    font-family: 'Roboto', sans-serif;
}

.sw_product_box_wrapper:hover .sw_product_box_wrapper.sw_shop_sider_pder span.price{
	background: #328fd1 !important;
}
.sw_shop_sider_pder:hover.sw_product_box_wrapper.sw_shop_sider_pder span.price {
    background: #328fd1 !important;
}



ul#menu-woocommerce-menu a {
    color: #6f96dc;
    transition: all 0.5s;
    color: #6f96dc;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    line-height: 25px;
    padding: 12px 30px;
}
ul#menu-woocommerce-menu {
    right: 0;
}


.widget.woocommerce {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    background: #fff;
    padding: 32px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 6%);
}


form.woocommerce-product-search.search_form input {
    height: 50px;
    font-size: 16px;
    width: 90%;
    padding: 0;
    background: #f6fbff;
    color: #8da0bf;
    border-bottom: 0;
    box-shadow: none;
    padding-left: 20px;
    margin-top: 20px;
    border-radius: 40px;
}

.search_form {
    position: relative;
}
button.search-submit.al-btn {
    position: absolute;
    top: 30px;
    right: 25px;
    padding: 0;
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    background-color: transparent;
    border: 0;
}
.search_form button i {
    color: #254a93;
}

h2.widget-title {
    color: #1d3571;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
}

.widget.woocommerce li {
    padding: 9px 0;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 20px 0 0;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget a {
    color: #1d3571;
}

.widget.woocommerce span.count {
    float: right;
}


button.single_add_to_cart_button.button.alt {
    float: left;
    width: 160px;
    height: 50px;
    background: #338fd1;
    color: #ffffff;
    font-weight: 400;
    margin-right: 15px;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 6%);
    text-transform: capitalize;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
button.single_add_to_cart_button.button.alt:hover {
    background: #f6fbff;
    color: #1d3571;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 6%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.quantity {
    display: block;
    width: 100%;
}

button.qty_button.minus.toltiped {
    left: 10px;
    bottom: 0px;
    background: #338fd1 !important;
    border: 1px solid #e9f5ff;
    height: 50px;
    width: 40px;
    color: #fff;
    border-right: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

button.qty_button.plus.toltiped {
    left: 139px;
    bottom: 0px;
    background: #338fd1 !important;
    border: 1px solid #e9f5ff;
    height: 50px;
    width: 40px;
    color: #fff;
    border-left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.woocommerce .quantity input.qty {
    min-width: 90px;
    height: 50px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    background: #fbfbfb;
    border: 0;
    outline: none;
    border-top: 0;
    border-radius: 0px;
    border-left: 0;
    border-right: 0;
    text-align: center;
}


.flex-viewport {
    height: 550px !important;
}

.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    background: #1d3571;
	    transition: .5s all;
}
.wc-proceed-to-checkout:hover a.checkout-button.button.alt.wc-forward {
    background: #338fd1;
	transition: .5s all;
}
input#coupon_code {
      width: 73%;
    max-width: 200px;
    padding: 0 20px;
    margin: 0;
    float: left;
    border-right: 0;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    background: #1d3571;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    border: 0;
    height: 47px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #338fd1;
    color: #fff;
	transition: .5s all;
	border-color: #338fd1;
}

section.al-main-page-container {
    padding: 147px 0 0px;
}

.woocommerce-error {
    border-top-color: #1d3571;
}

li#tab-title-reviews {
    width: 140px !important;
}
li#tab-title-description {
    width: 140px !important;
	
}

.swiper-slide {
    width: 33%;
    display: inline-block;
}

ul.tabs.wc-tabs .active {
    background: #338fd1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #338fd1;
    background-color: #338fd1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff;
}

.sw_best_product_wrapper span.woocommerce-Price-amount.amount {
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    top: 94%;
    border-bottom: none;
}
.cart_item td.product-name a {
    color: #1d3571;
}
ins {
    background: transparent;
}

.woocommerce ins {
    background: inherit;
    font-weight: 700;
    display: inline-block;
}
.comment-form input#submit {
    width: auto;
}

.sw_best_product_wrapper .sw_product_box_wrapper:hover .cc_li_img_overlay .cc_li_img_text {
    bottom: -8px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    background: #338fd1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #fff;
}	
.comment-form p.form-submit input#submit {
    min-width: 170px;
    max-width: 170px;
    margin: 0px 0 20px !important;
}

.woocommerce-message a.button.wc-forward:hover {
    color: #fff !important;
}

.woocommerce-info {
    float: left;
    width: 100%;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: var( --main-txt-color);
    font-weight: 500;
	color: #fff;
    border: none;
    padding: 0 20px;
    text-align: center;
    border-radius: 0;
    overflow: hidden;
    text-transform: uppercase;
    min-width: 170px;
    min-height: 50px;
    line-height: 50px;
	border-radius: 30px;
}

.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout.woocommerce-page .col2-set .col-1 {
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
    width: 100%;
    padding: 0;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
    width: 100%;
    padding: 0;
}

.single_product_wrapper .woocommerce-message a.button.wc-forward {
    color: #fff !important;
}


.form-row.place-order button#place_order {
    height: 50px;
}


#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
ul.wc_payment_methods.payment_methods.methods ::after{
	display:none;
}
.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
}

section.widget.woocommerce.widget_product_search input {
    border: 1px solid #338fd1;
}

.woocommerce .products .star-rating {
    display: block;
    margin: auto;
}

td.woocommerce-table__product-name.product-name a {
    color: #1d3571;
}
.single_product_wrapper .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    height: 40px;
    min-width: auto;
}
.sw_product_indx_img_cont_wrapper.custom_price1 h5 {
    font-size: 16px;
    color: #fff;
    background: #1d3571;
    padding: 5px 30px;
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
    margin: 12px 0 15px 0;
    font-family: 'Roboto', sans-serif;
}

.sw_best_product_wrapper.custom_price2 {
    background: transparent;
}


.sw_product_indx_img_cont_wrapper.custom_price1 {
    padding: 0 0px 27px 0;
}

.sw_best_product_wrapper.custom_price2 .sw_product_box_wrapper:hover h5 {
    background: #328fd1;
}

section.widget.woocommerce.widget_price_filter button.button {
    height: 50px;
    width: 100%;
	color:#fff;
}

.widget.widget_price_filter .widget-title {
    margin-bottom: 30px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: var( --main-txt-color)!important;
    border: none;
}
body .widget_price_filter .ui-slider .ui-slider-range, body .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background:var( --main-txt-color)!important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color:#338fd1;
}

.woocommerce.widget_price_filter form .price_label {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    text-align: left;
    margin: 10px 0;
}

tbody.wishlist-items-wrapper td.product-name a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #1d3571;
}
tbody.wishlist-items-wrapper td.product-name a.button.yith-wcqv-button {
   display:none;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    border-bottom: 0;
    text-align: left;
    border-right: 0;
}

.woocommerce td.actions button.button {
    line-height: unset;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    line-height: 50px;
    padding: 0;
}


.woocommerce nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a:hover {
    color: #338fd1;
}



/********woocommerce end ***********/


/*shopping_cart_dropdown start */


.shopping_cart{
	position:relative;
	float:left;
}
.shopping_cart .mini-cart{
	padding: 16px 0px 0px 5px;
    text-align: center;
}
.shopping_cart a i:before {
    color: #ffffff;
    margin-left: 0;
    font-size: 22px;
}
.shopping_cart_1{
	display: inline-block;
    font-size: 18px;
    position: relative;
}
.shopping_cart_1 .cart_badge {
    width: 15px;
    height: 15px;
    color: #ffffff;
    background: #ff3232;
    border-radius: 100%;
    font-size: 10px;
    float: left;
    line-height: 15px;
    text-align: center;
    position: absolute;
    left: 13px;
    top: 11px;
}

#mini-cart .cart-popup {
	width: 332px;
    position: absolute;
    background: #fff;
    text-align: left;
    top: 100%;
	right:0;
    z-index: 1000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
	max-height: 500px;
    overflow-y: scroll;
}
#mini-cart.open .cart-popup, #mini-cart:hover .cart-popup, #mini-cart:focus .cart-popup {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -ms-box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

#mini-cart .cart-popup li{
	float:left;
	width:100%;
	padding: 10px 5px;
	position:relative;
    border-bottom: 1px solid rgba(222, 222, 222, 0.3);
}
#mini-cart .cart-popup .product_thumb {
	float:left;
    max-width: 90px;
	position:relative;
}
#mini-cart .cart-popup .product_thumb figure{
	display:block;
	margin:0;
	overflow:hidden
}
#mini-cart .cart-popup figure img{
	width:100%;
	height:auto;
	display:block;
	transition:all 0.3s;
}
#mini-cart .cart-popup li:hover figure img{
    transform: scale(1.1, 1.1);
}
#mini-cart .cart-popup li:hover .product_thumb{
    border-color:var( --main-txt-color);
}
#mini-cart .cart-popup li:hover .product_title a{
	color:var( --main-txt-color);
}
#mini-cart .cart-popup .product_info {
	float:left;
	width: calc( 100% - 90px );
	padding-left: 20px;
	padding-top: 30px;	
}
#mini-cart .cart-popup .product_title a{
	display:block;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}
#mini-cart .cart-popup li .quantity {
    color: #338fd1;
}
.woocommerce-mini-cart__empty-message {
    color: var( --main-txt-color);
}
#mini-cart .cart-popup .remove {
    background-color: #338fd1;
    color: #fff!important;
    display: block;
    text-align: center;
    height: 30px;
    position: absolute;
    left: auto;
    right: 17px;
    top: 63px;
    width: 30px;
    opacity: 1;
    line-height: 30px;
    padding: 0px;
}
#mini-cart .cart-popup .remove:hover{
    background: var( --main-txt-color);
}
.woocommerce-mini-cart__empty-message{
    float: left;
    width: 100%;
    padding: 20px 30px 20px 30px;
}
#mini-cart .widget_shopping_cart .total {
    float: left;
    width: 100%;
	border-top:0;
    padding: 20px 30px 20px 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    text-transform: capitalize;
    color: #338fd1;
}
#mini-cart .widget_shopping_cart .total .amount {
    float: right;
    font-size: 15px;
    font-weight: 700;
    color: #30a3f0;
}
#mini-cart .widget_shopping_cart .buttons {
	float: left;
    width: 100%;
	text-align:center;
    margin-bottom: 0;
    padding: 0;
}
#mini-cart .widget_shopping_cart .buttons .wc-forward {
    margin-right: 0;
    min-width: 100px;
    margin: 3px 6px;
	font-weight: 300;
	background-color:#338fd1;
}
#mini-cart .buttons a {
	display:inline-block;
	padding: 0 1em;
	margin:0;
	background: var( --main-txt-color);
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    border: 2px solid transparent;
	height: 50px;
    line-height: 46px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color 0.6s, color 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
#mini-cart .buttons a::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var( --main-txt-color);
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
#mini-cart .widget_shopping_cart .buttons .wc-forward:hover {
    background-color: #1d3571;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    width: 84px;
    margin: 0;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
    width: 100%;
}

div#mini-cart img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 84px;
    float: left;
    margin: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery{
opacity:100!important;
}

section.al-main-page-container.custom_padding1 .woocommerce {
    padding: 80px 40px 40px;
}

.woocommerce-account .u-column1.col-xl-6.col-lg-12.col-md-12.col-sm-12.col-12 {
    width: 50%;
}

.woocommerce-account .u-column2.col-xl-6.col-lg-12.col-md-12.col-sm-12.col-12 {
    width: 50%;
}

.woocommerce-account h2.al-lined-title.no-bottom-line {
    font-size: 30px;
    margin: 10px 0;
}

.cc_li_cont_wrapper .star-rating {
    display: block;
    margin: auto;
    float: unset !important;
}

.sw_product_box_wrapper.sw_shop_sider_pder {
    min-height: 480px;
    background: #fff;
	max-height: 480px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px;
}

li.woocommerce-mini-cart-item.mini_cart_item a {
    color: #338fd1;
}

form.checkout.woocommerce-checkout button#place_order {
    background: var( --main-txt-color);
}
.shop_page_wrapper .sw_product_box_wrapper.sw_shop_sider_pder:hover a {
    color: #328fd1 !important;
}

.shop_page_wrapper .sw_product_box_wrapper.sw_shop_sider_pder:hover .cc_li_img_text li:hover a i {
    color: #fff;
}

.woocommerce-MyAccount-navigation ul {
    width: 100%;
    padding-bottom: 27px;
}

div#tab-reviews div#reviews,.woocommerce-tabs.wc-tabs-wrapper div#tab-description { 
    padding: 10px;
}

nav.woocommerce-pagination {
    display: block;
    width: 100%;
}

.woocommerce nav.woocommerce-pagination ul a.page-numbers {
    width: 90px;
}


.woocommerce nav.woocommerce-pagination > ul > li:hover:after{
    display:none;
}