
.no-padding {
	padding: 0px;
}

.hidden {
	display: none;
}

.wraper_shop_main.shop-rightsidebar .order-lg-12.order-sm-12 {
	order: 1;
}

.wraper_shop_main .col-lg-9 {
	flex-basis: 0%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.wraper_shop_main .col-lg-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 300px;
}

.wraper_shop_main.shop-leftsidebar [class*='col-'] {
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.order-lg-12 {
	-ms-flex-order: 12;
	order: 12;
}

.order-lg-1 {
	-ms-flex-order: 1;
	order: 1;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters, .wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters, .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters, .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters {
	justify-content: flex-end;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	line-height: 1;
}

.rt-shop-filters .rt-side-filter {
	display: none;
}

.rt-top-filter button.rt-show-filter, .rt-top-filter button.rt-hide-filter, .rt-side-filter button.rt-fly-filter, .rt-side-filter button.rt-fly-hide-filter {
	background: none;
	width: 100px;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	color: #676766;
	padding-left: 0px;
	border: none;
}

.rt-top-filter svg {
	width: 16px;
	margin-left: 7px;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
	margin: 0;
	margin: 0;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	position: relative;
	padding: 3px 9px 3px 5px;
	background: #fff;
	box-shadow: 0px 4px 17px rgba(194, 194, 194, .25);
}

.wraper_shop_main .rt-shop-filters select {
	-webkit-appearance: none;
}

.wraper_shop_main .rt-shop-filters select.orderby {
	border: 0;
	color: inherit;
	background-color: transparent;
	background-image: none;
	width: 100%;
	max-width: 135px;
	height: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 0px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 28px;
	font-weight: 600;
}

.wraper_shop_main .rt-shop-filters select.orderby.nitro-lazy {
	background-image: none !important;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering svg {
	width: 16px;
	height: 16px;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view {
	display: none;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view button {
	background: transparent;
	color: #272727;
	fill: currentColor;
	opacity: .3;
	padding: 0 4px;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view button:hover, .wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view button.active {
	opacity: 1;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view button svg {
	width: 16px;
	height: 16px;
}

/*pagination*/
.product-navigation-style-one .swiper-button-prev, .product-navigation-style-one .swiper-button-next {
	background-image: none;
}

.product-navigation-style-one .swiper-button-prev.nitro-lazy, .product-navigation-style-one .swiper-button-next.nitro-lazy {
	background-image: none !important;
}

.row.product-box {
	display: flex;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.row.product-box .product-item-box.colmd2, .row.product-box .product-item-box-dummy-5 {
	width: 240px;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row.product-box .product-item-box.col-md-3, .row.product-box .product-item-box-dummy-4, .product-box.element-two .col-md-6, .product-box.element-two .product-item-box-dummy-2 {
	width: 322px;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	flex: 0 0 322px;
	max-width: 100%;
}

.row.product-box .product-item-box.col-md-4, .row.product-box .product-item-box-dummy-3 {
	width: 285px;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	flex: 0 0 285px;
	max-width: 100%;
}

.yoga-mat .row.product-box.woocommerce.element-five .product-item-box.col-md-4, .yoga-mat .row.product-box.woocommerce.element-five .product-item-box-dummy-3, .yoga-mat .row.product-box.woocommerce.element-eight .product-item-box.col-md-4, .yoga-mat .row.product-box.woocommerce.element-eight .product-item-box-dummy-3 {
	width: auto;
	flex: auto;
	max-width: 33.333333%;
}

@media screen and (max-width: 767px) {
	.product-box.element-one .product-item .holder .product-description .add-bag a {
		padding: 11px 11px;
	}
	
	.product-box.element-one .col-md-3, .product-box.element-one .col-md-6, .yoga-mat .row.product-box.woocommerce.element-eight .product-item-box.col-md-4, .yoga-mat .row.product-box.woocommerce.element-eight .product-item-box-dummy-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
		flex-direction: row;
	}
	
	.yoga-mat .row.product-box.woocommerce.element-eight .product-item-box.col-md-4:nth-child(odd), .product-box.element-one .col-md-3:nth-child(odd), .product-box.element-one .col-md-6:nth-child(odd) {
		padding-right: 8px !important;
		padding-left: 0px !important;
	}
	
	.yoga-mat .row.product-box.woocommerce.element-eight .product-item-box.col-md-4:nth-child(even), .product-box.element-one .col-md-3:nth-child(even), .product-box.element-one .col-md-6:nth-child(even) {
		padding-left: 8px !important;
		padding-right: 0px !important;
	}
	
	.cd-user-modal.is-visible:before {
		height: auto !important;
	}
	
	#cd-login.is-selected .woocommerce-form-login.login, #cd-signup.is-selected .woocommerce-form-register.register {
		width: 100%;
		padding: 40px 20px !important;
		margin: 0;
		border: none;
	}
	
	.product-box.element-one .product-item .holder .product-description .add-bag, .product-box.element-one .product-item .holder .product-description .action-buttons {
		display: none;
	}
}

@media screen and (max-width: 782px) {
	.cd-user-modal.is-visible:before {
		height: auto !important;
	}
}

/************* Shop Styles ********************/
.radiantthemes-shop {
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wraper_shop_main {
	padding-top: 82px;
	padding-bottom: 70px;
	z-index: -1;
	background: linear-gradient(226.69deg, rgba(229, 248, 255, .55) 38.63%, rgba(249, 224, 176, .08) 82.88%);
}

.wraper_shop_main .container {
	max-width: 100%;
	width: 1290px;
	padding-left: 0;
	padding-right: 0;
}

.wraper_shop_main .container .row {
	margin-right: 0px;
	margin-left: 0px;
}

.wraper_shop_main .container .row .col-md-6 {
	padding: 0px;
}

.radiantthemes-shop.four-column > .radiantthemes-shop-box {
	width: 24%;
}

.wraper_shop_main.shop-topsidebar.shop-style-four .woocommerce-pagination {
	margin-bottom: 20px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span.current {
	display: inline-block !important;
	float: none;
	width: 40px;
	height: 40px;
	padding: 7px 0;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	vertical-align: middle;
	position: relative;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	color: #fff;
	background: #30353b;
	border-radius: 50%;
	margin: 0 4px;
	text-align: center;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span, .woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers {
	display: inline-block !important;
	float: none;
	width: 40px;
	height: 40px;
	padding: 7px 0;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	vertical-align: middle;
	position: relative;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	color: #30353b;
	background: #f5f7ff;
	border-radius: 50%;
	margin: 0 4px;
	text-align: center;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span.current:after {
	content: "";
	width: 27px;
	height: 2px;
	background: #2f2f2f;
	position: absolute;
	bottom: 0px;
	left: 0px;
	transition: all .45s cubic-bezier(.49, .06, .21, .64);
	display: none;
}

.woocommerce nav.woocommerce-pagination {
	text-align: center;
	padding-bottom: 40px;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	display: block;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers:hover, .woocommerce .woocommerce-pagination ul.page-numbers li a.next.page-numbers:hover, .woocommerce .woocommerce-pagination ul.page-numbers li a.prev.page-numbers:hover {
	background: #30353b;
	color: #fff;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span:hover:after, .woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers:hover:after {
	content: "";
	width: 27px;
	height: 2px;
	background: #2f2f2f;
	position: absolute;
	bottom: 0;
	left: 0px;
	transition: all .45s cubic-bezier(.49, .06, .21, .64);
	display: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #ebe9eb;
	color: #262626;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.next.page-numbers, .woocommerce .woocommerce-pagination ul.page-numbers li a.prev.page-numbers {
	padding: 0;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	margin: 5px 10px;
	padding: 7px 10px;
	font-size: 0px;
	display: none !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.next.page-numbers:before {
	position: absolute;
	content: "";
	background: url("https://cdn-ilbjnaj.nitrocdn.com/hhErQcFXDWWTLaHzEFPEMBkfAbBUHcOT/assets/images/optimized/rev-1e08cf9/www.wedswan.com/wp-content/themes/apptek/assets/images/customizer/chevron-right.svg");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9;
	width: 36px;
	height: 36px;
	background-size: 20px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.prev.page-numbers:before {
	position: absolute;
	content: "";
	background: url("https://cdn-ilbjnaj.nitrocdn.com/hhErQcFXDWWTLaHzEFPEMBkfAbBUHcOT/assets/images/optimized/rev-1e08cf9/www.wedswan.com/wp-content/themes/apptek/assets/images/customizer/chevron-left.svg");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9;
	width: 36px;
	height: 36px;
	background-size: 20px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.next.page-numbers:after, .woocommerce .woocommerce-pagination ul.page-numbers li a.prev.page-numbers:after {
	display: none;
}

@media only screen and (max-width: 1350px) {
	.wraper_shop_main .container .row .col-md-6 {
		padding: 0px;
	}
	
	.wraper_shop_main .container .row {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.wraper_shop_main .container .row .row {
		padding-right: 0px;
		padding-left: 0px;
	}
}

/**** Shop Details Style *****/

/*--------------------------------------------------------------
## Product Single Page
--------------------------------------------------------------*/
.wraper_shop_single.style-one {
	background: #fff;
	z-index: -1;
}

.wraper_shop_single .container {
	padding-top: 90px;
	padding-bottom: 67px;
}

.shop_single .rt-product-gallery {
	display: block;
	position: relative;
	width: 55%;
	margin: 0;
	float: left;
	padding-right: 7px;
	padding-left: 0px;
	padding-top: 0px;
}

.rt-product-gallery .flex-direction-nav {
	position: absolute;
	bottom: 100px;
	width: 100%;
	display: inline-block;
}

.rt-product-gallery .flex-direction-nav .flex-nav-next, .rt-product-gallery .flex-direction-nav .flex-nav-prev {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 40px;
	line-height: 42px;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	background: #fff !important;
	background: no-repeat 50%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all cubic-bezier(.49, .06, .21, .64);
}

.rt-product-gallery:hover .flex-direction-nav .flex-nav-next, .rt-product-gallery:hover .flex-direction-nav .flex-nav-prev {
	opacity: 1;
	visibility: visible;
	transition: all cubic-bezier(.49, .06, .21, .64);
	display: flex;
	align-items: center;
	justify-content: center;
}

.rt-product-gallery .flex-direction-nav .flex-nav-next svg, .rt-product-gallery .flex-direction-nav .flex-nav-prev svg {
	width: 22px;
}

.rt-product-gallery .flex-direction-nav .flex-nav-next {
	right: 0px;
	left: auto;
}

.rt-product-gallery .flex-direction-nav .flex-nav-prev {
	left: 0px;
	right: auto;
}

.description ul {
	padding-left: 20px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.description ul li {
	list-style: disc;
}

.woocommerce #content div.product .pdetail-gallery div.images, .woocommerce div.product .pdetail-gallery  div.images, .woocommerce-page #content div.product .pdetail-gallery div.images, .woocommerce-page div.product .pdetail-gallery div.images {
	width: calc(100% - 116px);
	position: relative;
	display: inline-block;
	left: 116px;
	height: auto;
}

.woocommerce #content div.product  div.images, .woocommerce div.product  div.images, .woocommerce-page #content div.product  div.images, .woocommerce-page div.product div.images {
	width: calc(100%);
	position: relative;
	display: inline-block;
	left: 0px;
	height: auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}

.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 0px;
}

.woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -116px;
	top: 0px;
	width: 100px;
}

.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery ol.flex-control-nav {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery ol.flex-control-nav > li {
	margin-bottom: 16px !important;
	padding-left: 0px;
	padding-right: 0px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100%;
	float: none;
	margin: 0;
	list-style: none;
	margin-bottom: 15px;
	height: 100px;
	overflow: hidden;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	border-radius: 0px;
}

.woocommerce div.product div.images img {
	border-radius: 0px;
	transform: translate3d(0px, 0px, 0px);
	background: #f6f6f6;
}

.woocommerce .wraper_shop_single.style-one .shop_single span.onsale {
	background: #ff5f55;
	padding: 7px 20px 8px 20px;
	position: absolute;
	left: auto;
	right: 30px;
	top: 20px;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1.3px;
	z-index: 1;
	border-radius: 4px;
	min-height: auto;
	min-width: auto;
	font-weight: 400;
	text-transform: capitalize;
}

.woocommerce span.onsale {
	background: #ff5f55;
	padding: 5px 15px 5px 15px;
	position: absolute;
	left: 20px;
	right: auto;
	top: 20px;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	z-index: 3;
	border-radius: 50px;
	min-height: auto;
	min-width: auto;
	font-weight: 400;
	text-transform: capitalize;
	display: flex;
}

.woocommerce.element-five span.onsale, .woocommerce.element-eight span.onsale, .woocommerce.element-three span.onsale {
	left: 20px;
	right: auto;
	top: 20px;
	z-index: 9;
}

#yith-quick-view-content .onsale {
	top: 15px;
	right: auto;
	left: 15px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right;
	width: 44% !important;
	padding-top: 0px;
	clear: none;
	right: 0px;
	position: relative;
	display: inline-block;
	margin-top: 0px;
	margin-left: 0px;
	background: #fff;
	padding: 45px 40px 45px 60px;
}

.shop_single .summary .star-rating {
	margin: 6px 0 0 0;
	font-size: 12px;
	float: left;
}

.shop_single .summary a.woocommerce-review-link {
	float: left;
	line-height: normal;
	margin-left: 10px;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1.3px;
	color: #676766;
}

.shop_single .summary a.woocommerce-review-link:hover {
	color: #676766;
}

.rt-single-product-breadcrumb, .rt-single-product-breadcrumb .woocommerce-breadcrumb {
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-transform: capitalize;
}

.rt-single-product-breadcrumb a, .rt-single-product-breadcrumb .woocommerce-breadcrumb a {
	color: #666;
}

.rt-single-product-breadcrumb #crumbs span.gap:after {
	content: "/";
	top: 0;
	margin: 0 10px;
}

.shop_single .summary .product_title {
	color: #262626;
	margin-bottom: 18px;
	margin-top: 0px !important;
	margin-left: 0px;
	font-weight: 600;
}

.shop_single .summary .in-stock {
	display: flex;
	align-items: center;
}

.shop_single .summary .in-stock svg {
	width: 16px;
	margin: 0 8px 0 0;
	fill: #95e158;
}

.shop_single .summary .price, .shop_single .summary .woocommerce-variation-price, .shop_single .summary .product-price {
	margin-bottom: 18px;
	margin-top: 15px;
	margin-left: 0px;
	font-size: 30px !important;
	line-height: 40px;
	font-weight: 600;
	color: #262626 !important;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.shop_single .summary .price span.amount, .shop_single .summary .woocommerce-variation-price span.amount, .shop_single .summary .product-price span.amount {
	margin: 0px;
}

.shop_single .summary .woocommerce-variation-availability {
	margin-bottom: 20px;
}

.shop_single .summary .product-price del .woocommerce-Price-amount {
	font-size: 17px !important;
	outline-width: 40px;
}

.wraper_shop_single .summary .product-price ins, .wraper_shop_single .summary .price ins {
	padding-right: 10px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin: 0;
}

.wraper_shop_single .summary .price span.woocommerce-Price-amount {
	margin: 0;
}

.wraper_shop_single .summary .product-price del, .wraper_shop_single .summary .price del {
	padding-right: 10px;
	color: #c4c4c4;
	margin: 0;
	font-size: 17px;
}

.woocommerce div.product form.cart table {
	margin: 0px;
	margin-bottom: 1em;
}

.woocommerce div.product form.cart .group_table td {
	vertical-align: middle;
	padding-bottom: .5em;
	border: 0;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a:hover {
	color: #262626;
}

.wraper_shop_single .summary .product-price .percent-off {
	background: #30353b;
	color: #fff;
	font-size: 14px;
	padding: 1px 4px 3px;
	margin: 0;
	line-height: 20px;
	text-align: center;
	border-radius: 4px;
}

.shop_single > .summary select {
	border: 0;
	color: inherit;
	background-color: transparent;
	background-image: none;
	width: 60% !important;
	padding: 10px 10px;
	min-width: 90% !important;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-appearance: none;
	border-radius: 0px;
	border: 1px solid #d0d0d0;
}

.shop_single > .summary select.nitro-lazy {
	background-image: none !important;
}

.shop_single > .summary select {
	height: 55px;
	padding: 0px 10px 0px 10px;
	border: 1px rgba(195, 196, 198, .5) solid;
	font-weight: 400;
	font-size: 15px;
	border-radius: 4px;
	color: #676766;
}

.shop_single .summary .variations td {
	padding: 8px 0;
}

.shop_single .summary .woocommerce-product-rating {
	margin-bottom: 10px !important;
	margin-left: 0px;
}

.shop_single .summary .woocommerce-product-rating .star-rating {
	float: left;
}

.wraper_shop_single.style-one .star-rating {
	float: left;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 12px;
	width: 6.4em;
	font-family: star;
	margin-bottom: 10px;
	letter-spacing: 2.5px;
}

.shop_single .summary .star-rating {
	margin: 6px 0 0 0;
	font-size: 12px;
	float: left;
}

.wraper_shop_single.style-one .star-rating::before {
	color: #242879;
	float: left;
	top: 0;
	left: 3px;
	position: absolute;
}

.woocommerce .star-rating span::before {
	top: 0;
	position: absolute;
	left: 2px;
}

.shop_single .summary .woocommerce-product-details__short-description {
	border-top: 1px solid #e5e5e5;
	padding-top: 18px;
	margin-top: 17px;
}

.shop_single .summary .product_meta {
	margin-bottom: 0;
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	float: left;
}

.shop_single .summary .product_meta a {
	color: #676766;
	text-transform: capitalize;
	font-size: 15px;
	line-height: 26px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	margin: 3px 5px 3px 0 !important;
}

li.variable-item.color-variable-item {
	box-shadow: none !important;
	border: 1px solid transparent;
	width: 22px;
	height: 22px;
	padding: 3px !important;
	transition: all .8s cubic-bezier(.39, .01, .36, .9);
}

li.variable-item.color-variable-item:hover {
	border: 1px solid #676766;
}

li.variable-item.color-variable-item.selected {
	border: 1px solid #676766;
}

li.variable-item.button-variable-item {
	width: 30px;
	height: 30px;
	border-radius: 0px !important;
	background: #f5f5f5 !important;
	box-shadow: none !important;
	border: 1px solid #676766;
	transition: all .8s cubic-bezier(.39, .01, .36, .9);
}

li.variable-item.button-variable-item:hover {
	border: 1px solid #676766;
}

li.variable-item.button-variable-item.selected {
	border: 1px solid #676766;
}

li.variable-item.button-variable-item .variable-item-span-button {
	font-size: 12px;
	line-height: 24px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after {
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 15%);
}

.shop_single .summary .product_meta > .sku_wrapper {
	width: 100%;
}

.shop_single .summary .product_meta > .sku_wrapper, .shop_single .summary .product_meta > .posted_in, .shop_single .summary .product_meta > .tagged_as {
	margin-bottom: 3px;
	margin-right: 20px;
	color: #262626;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	display: block;
}

.shop_single .summary .product_meta > .posted_in a:hover, .shop_single .summary .product_meta > .tagged_as a:hover {
	color: #242879;
}

.shop_single .summary .product_meta > .posted_in a:first-child, .shop_single .summary .product_meta > .tagged_as a:first-child {
	padding-left: 5px !important;
}

.shop_single .woocommerce-variation-add-to-cart {
	display: flex;
	width: 100%;
	position: relative;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0px 16px 0px 0px;
}

.woocommerce div.product form.cart div.quantity {
	border: 1px solid #f3f2f2;
	border-radius: 50px;
	background: #f3f2f2;
}

.shop_single .summary .quantity {
	width: 110px;
	border: 1px solid #f3f2f2;
	border-radius: 0px;
	background: #fff;
	height: calc(54px);
	position: relative;
	justify-content: center;
	display: flex;
	align-items: center;
	margin: 0px 16px 0px 0px;
}

.cart .plus, .cart .minus {
	display: none;
}

.shop_single .summary .quantity .input-group-addon.quantity-decrease {
	font-size: 0px;
}

.shop_single .summary .quantity .input-group-addon.quantity-increase {
	font-size: 0px;
}

.shop_single .summary .quantity > .input-group-addon {
	display: flex;
	outline: 0;
	justify-content: center;
	align-items: center;
	border: 0;
	width: 30px;
	height: 30px;
	border-radius: 0px;
	text-decoration: none;
	overflow: visible;
	text-decoration: none;
	cursor: pointer;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transition: background .3s cubic-bezier(.33, 1, .4, 1);
	transition: background .3s cubic-bezier(.33, 1, .4, 1);
	margin: 0;
}

.shop_single .summary .quantity .input-group-addon.quantity-increase:before {
	content: "";
	background: url("https://cdn-ilbjnaj.nitrocdn.com/hhErQcFXDWWTLaHzEFPEMBkfAbBUHcOT/assets/images/optimized/rev-1e08cf9/www.wedswan.com/wp-content/themes/apptek/assets/images/customizer/plus.svg");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
	width: 16px;
	height: 16px;
	background-size: 16px;
	margin-right: 0px;
	transition: all .45s cubic-bezier(.49, .06, .21, .64);
}

.shop_single .summary .quantity .input-group-addon.quantity-decrease:before {
	content: "";
	background: url("https://cdn-ilbjnaj.nitrocdn.com/hhErQcFXDWWTLaHzEFPEMBkfAbBUHcOT/assets/images/optimized/rev-1e08cf9/www.wedswan.com/wp-content/themes/apptek/assets/images/customizer/minus.svg");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
	width: 16px;
	height: 16px;
	background-size: 16px;
	margin-right: 0px;
	transition: all .45s cubic-bezier(.49, .06, .21, .64);
}

.shop_single .summary .quantity .qty {
	padding: 0;
	width: 25%;
	min-width: 30px;
	max-height: 30px;
	text-align: center;
	border: 0;
	color: #272727;
	outline: 0;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	background: 0 0;
}

.shop_single .summary .quantity .qty::-webkit-inner-spin-button, .shop_single .summary .quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.input-group .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
	position: relative;
	-ms-flex: inherit;
	flex: inherit;
	min-width: 0;
	margin-bottom: 0;
}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
	margin-left: 1.53em;
	vertical-align: bottom;
}

.shop_single_tabs #review_form #respond input[type=submit] {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: .01em;
	color: #fff;
	padding: 13px 50px 15px 50px;
	border: none;
	background: #0e1552;
	border-radius: 50px;
	text-transform: capitalize;
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out;
	text-align: center;
}

.woocommerce a.added_to_cart {
	display: none;
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
	display: none;
}

.shop_related > .related.products > h2 {
	color: #272727;
	margin-bottom: 22px;
	font-weight: 700;
	font-size: 36px;
	line-height: 50px;
	text-transform: capitalize;
}

.woocommerce div.product form.cart {
	margin-bottom: 40px;
	margin-left: 0px;
}

.shop_single .summary button.woosw-btn {
	border: none;
	background: none;
	font-size: 14px;
	line-height: 24px;
	display: inline-flex;
	padding: 0;
	color: #676666;
	font-weight: 400;
	margin-right: 30px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
}

.wraper_shop_single.style-one .shop_single_tabs {
	margin-top: 13px;
	margin-bottom: 44px;
}

.wraper_shop_single.style-one .shop_single_tabs .tab-content p {
	margin: 0px 0 0 0;
	font-style: normal;
	color: #676666;
}

.wraper_shop_single.style-one .shop_single_tabs .tab-content p a:hover {
	color: #676666;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs {
	margin-bottom: 35px;
	border-bottom: 1px solid #d9d9d9;
	text-align: left;
	overflow: hidden;
	display: block;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li {
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-right: 60px;
	margin-bottom: -1px;
}

.woocommerce table.shop_attributes th {
	color: #272727;
	font-weight: 400;
	text-align: left;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li:last-child {
	margin-right: 0;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a {
	position: relative;
	display: block;
	margin-right: 0;
	margin-bottom: 0;
	padding-bottom: 14px;
	border: none;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	color: #272727;
	padding: 0px;
	text-transform: capitalize;
	cursor: pointer;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	background-color: transparent;
	border-radius: 0px;
}

.wraper_shop_single.style-one #reviews #comments ol.commentlist li img.avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	width: 60px;
	height: auto;
	background: #ebe9eb;
	border: none;
	margin: 0;
	box-shadow: none;
	border-radius: 50%;
}

.wraper_shop_single.style-one #reviews #comments ol.commentlist li .comment-text p.meta {
	display: none;
}

.wraper_shop_single.style-one .star-rating {
	float: left;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 12px;
	width: 6.4em;
	font-family: star;
	margin-bottom: 10px;
	letter-spacing: 2.5px;
}

.wraper_shop_single.style-one .star-rating::before {
	color: #272727;
	float: left;
	top: 0;
	left: 3px;
	position: absolute;
}

.woocommerce .star-rating span::before {
	top: 0;
	position: absolute;
	left: 2px;
}

.wraper_shop_single.style-one #reviews #comments ol.commentlist li .comment-text .description {
	float: left;
	width: 100%;
}

.wraper_shop_single.style-one #reviews #comments {
	border-bottom: 1px solid #bdbdbd;
	margin-bottom: 73px;
	padding-bottom: 38px;
}

.wraper_shop_single.style-one #reviews #comments ol.commentlist li .comment-text {
	margin: 0px 0 0 59px;
	border: none;
	border-radius: 4px;
	padding: 4px 15px 0;
}

.woocommerce #review_form #respond {
	position: static;
	margin: 0;
	width: auto;
	padding: 0;
	background: transparent none;
	border: 0;
	width: 920px;
}

.wraper_shop_single.style-one #review_form #respond .comment-reply-title, .wraper_shop_single.style-two #review_form #respond .comment-reply-title {
	text-transform: uppercase;
	letter-spacing: .8px;
	color: #272727;
	font-size: 24px;
	line-height: 34px;
	text-transform: capitalize;
	font-weight: 500;
}

.wraper_shop_single.style-one #review_form #respond p.stars a::before {
	color: #242879;
}

.comment-respond .comment-form-rating label {
	display: none;
}

.wraper_shop_single.style-one #review_form #respond .stars {
	display: inline-block;
	margin-top: 11px;
}

.wraper_shop_single.style-one #review_form #respond p {
	margin: 0 0 10px;
}

.wraper_shop_single.style-one #reviews #comments ol.commentlist li {
	padding: 0;
	margin: 0 0 20px;
	border: 0;
	position: relative;
	background: 0;
	border: 0;
}

.wraper_shop_single.style-one #reviews #comments ol.commentlist li::last-child {
	margin: 0 0 15px;
}

.shop_single #review_form #respond input[type=submit] {
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	border-radius: 0px;
	background: #272727 !important;
	color: #fff;
	border: 1px solid #272727;
	transition: all .45s cubic-bezier(.49, .06, .21, .64);
	-webkit-transition: all .45s cubic-bezier(.49, .06, .21, .64);
}

.shop_single #review_form #respond input[type=submit]:hover {
	background: #fff !important;
	color: #272727 !important;
}

.woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	border-radius: 0px;
	padding: 12px 15px 12px 15px;
}

.shop_single #review_form #respond .comment-form-cookies-consent, .shop_single_accordion #review_form #respond .comment-form-cookies-consent {
	width: 100%;
	float: left;
}

.shop_single #review_form #respond .comment-form-cookies-consent label, .shop_single_accordion #review_form #respond .comment-form-cookies-consent label {
	display: inline-block;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'], .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'], .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'], .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] {
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	visibility: hidden;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-bottom: 0;
	margin-top: 1px;
	padding-left: 30px;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:before, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:before, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:before, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:before, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:before {
	background-color: #fff;
	border: 1px solid #676666;
	box-shadow: none !important;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:after, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:before, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:before, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:before, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:after, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:before, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	top: 15px;
	clear: none;
	cursor: pointer;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: inherit;
	transition: .05s border-color ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	width: 16px;
	height: 16px;
	border: 1px solid #272727;
	margin-right: 10px;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:after, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:after, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:after {
	transition: opacity .1s;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ span:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ label:before, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ span:before, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ label:before {
	color: #fff;
	border-color: #333;
	background-color: #333;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after {
	content: "";
	background: url("https://cdn-ilbjnaj.nitrocdn.com/hhErQcFXDWWTLaHzEFPEMBkfAbBUHcOT/assets/images/optimized/rev-1e08cf9/www.wedswan.com/wp-content/themes/apptek/assets/images/customizer/check-w.svg");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9;
	width: 16px;
	height: 16px;
	background-size: 16px;
	margin-right: 10px;
	opacity: 0;
	visibility: hidden;
}

.tinv-wishlist table input[type=checkbox]:checked:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ span:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ label:after, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ span:after, .shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ label:after {
	opacity: 1;
	visibility: visible;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a p {
	width: 100%;
	text-align: left;
	border-radius: 0px;
	padding: 0px 0px 0px 0px;
	text-transform: capitalize;
	letter-spacing: -.01px;
	color: #272727;
	font-size: 18px;
	line-height: 28px;
	text-transform: capitalize;
	font-weight: 600 !important;
	transition: all .3s ease-in-out;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a:hover p {
	color: #242879 !important;
	transition: all .3s ease-in-out;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a.active p {
	color: #242879 !important;
}

.shop_single #review_form #respond input[type="text"], .shop_single #review_form #respond input[type="email"], .shop_single_tabs #review_form #respond input[type="text"], .shop_single_tabs #review_form #respond input[type="email"] {
	font-family: Outfit;
	font-style: Regular;
	font-size: 17px;
	line-height: 27px;
	outline: 0;
	padding: 12px 12px;
	margin-bottom: 30px;
	height: 50px;
	width: 100%;
	color: #272727;
	display: block;
	background-color: transparent;
	background-clip: padding-box;
	border: none;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}

.shop_single #review_form #respond .comment-form-comment, .shop_single_tabs #review_form #respond .comment-form-comment {
	margin-bottom: 15px;
}

.shop_single #review_form #respond textarea, .shop_single_tabs #review_form #respond textarea {
	font-family: Outfit;
	font-style: Regular;
	font-size: 17px;
	line-height: 27px;
	outline: 0;
	padding: 12px 12px;
	margin-bottom: 30px;
	height: 150px;
	width: 100%;
	color: #272727;
	display: block;
	background-color: transparent;
	background-clip: padding-box;
	border: none;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}

.shop_single #review_form #respond .comment-form-author, .shop_single_tabs #review_form #respond .comment-form-author {
	width: 50%;
	float: left;
	padding-right: 8px !important;
}

.shop_single #review_form #respond .comment-form-email, .shop_single_tabs #review_form #respond .comment-form-email {
	width: 50%;
	float: left;
	padding-left: 8px !important;
}

.shop_single #review_form #respond .comment-form-cookies-consent, .shop_single_tabs #review_form #respond .comment-form-cookies-consent {
	width: 100%;
	float: left;
}

.shop_single #review_form #respond .comment-form-cookies-consent label, .shop_single_tabs #review_form #respond .comment-form-cookies-consent label {
	display: inline-block;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'], .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'], .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'], .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] {
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	visibility: hidden;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-bottom: 0;
	margin-top: 1px;
	padding-left: 30px;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:before {
	background-color: #fff;
	border: 1px solid #676666;
	box-shadow: none !important;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	top: 15px;
	clear: none;
	cursor: pointer;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: inherit;
	transition: .05s border-color ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	width: 16px;
	height: 16px;
	border: 1px solid #272727;
	margin-right: 10px;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:after {
	transition: opacity .1s;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ span:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ label:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ span:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ label:before {
	color: #fff;
	border-color: #333;
	background-color: #333;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after {
	content: "";
	background: url("https://cdn-ilbjnaj.nitrocdn.com/hhErQcFXDWWTLaHzEFPEMBkfAbBUHcOT/assets/images/optimized/rev-1e08cf9/www.wedswan.com/wp-content/themes/apptek/assets/images/customizer/check-w.svg");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9;
	width: 16px;
	height: 16px;
	background-size: 16px;
	margin-right: 10px;
	opacity: 0;
	visibility: hidden;
}

.tinv-wishlist table input[type=checkbox]:checked:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ span:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ label:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ span:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ label:after {
	opacity: 1;
	visibility: visible;
}

.shop_single #review_form #respond .form-submit, .shop_single_tabs #review_form #respond .form-submit {
	float: left;
}

.wraper_shop_single.style-one .shop_single_tabs .tab-pane ul.rt-ul-group {
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.wraper_shop_single.style-one .shop_single_tabs .tab-pane ul.rt-ul-group li {
	margin: 0;
	padding: 0 0 10px 35px;
	display: block;
	width: 100%;
	background: url("https://www.wedswan.com/wp-content/themes/apptek/assets/images/tick.png") no-repeat 0 4px;
	background-size: 20px;
}

.wraper_shop_single.style-one .shop_single_tabs .tab-pane ul.rt-ul-group li.nitro-lazy {
	background: none !important;
}

.wraper_shop_single.style-one .shop_single_tabs .tab-pane ul.rt-ul-group li:last-child {
	padding: 0 0 0 35px;
}

.woocommerce div.product form.cart div.quantity {
	border: 1px solid #d0d0d0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}

.single_variation_wrap .tinvwl_add_to_wishlist_button {
	display: none;
}

.shop_related .products h4, .shop_related .products h5 {
	padding: 0px;
	margin-bottom: 10px;
	color: #262626;
}

.wraper_shop_single.style-one .shop_single_tabs {
	background: #fff;
	padding: 40px 50px 25px 50px;
	margin-bottom: 55px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.wraper_shop_single.style-one .shop_single_tabs {
	padding: 20px 0px 10px 0px;
}

@media screen and (min-width:768px) and (max-width:991px) {
	.wraper_shop_single.style-one .shop_single_tabs {
		margin-bottom: 0;
	}
	
	.wraper_shop_single.style-one .shop_single_tabs {
		margin-top: 0;
	}
	
	.wraper_shop_single.style-one .shop_single_tabs {
		padding: 0px 0px 10px 0px;
	}
	
	.woocommerce #review_form #respond {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.wraper_shop_single.style-one .shop_single_tabs {
		margin-top: 0;
	}
	
	.woocommerce #review_form #respond {
		width: 100%;
	}
}

#review_form .comment-form > p {
	padding-right: 0px;
}

.shop_single_tabs .tab-content h4 {
	display: none;
}

.shop_single_tabs .tab-content .description {
	margin-bottom: 17px;
}

.shop_single_tabs .tab-content .description h6 {
	margin-bottom: 10px;
}

.woocommerce .wraper_shop_single .shop_single_accordion {
	background: #fff;
	padding: 40px 50px 25px 50px;
	margin-bottom: 55px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 45px;
}

.woocommerce .wraper_shop_single .shop_single_accordion_item h4 {
	padding: 0 15px;
	display: none;
}

.woocommerce .wraper_shop_single .shop_single_accordion_item button.btn {
	width: 100%;
	text-align: left;
	border-radius: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: .8px;
	color: #272727;
	font-size: 24px;
	line-height: 34px;
	text-transform: uppercase;
	font-weight: 700;
}

.woocommerce .wraper_shop_single .shop_single_accordion_item .collapse {
	margin-bottom: 15px;
	display: block;
}

.woocommerce div.product form.cart .reset_variations {
	display: none;
}

.woocommerce div.product form.cart .reset_variations {
	padding-left: 0px;
}

.woocommerce div.product form.cart .reset_variations:hover {
	color: #262626;
}

.woocommerce .wraper_shop_single.style-one .shop_single_accordion_item #accordion-description ul {
	padding-left: 45px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.woocommerce .wraper_shop_single.style-one .shop_single_accordion_item #accordion-description ul li {
	list-style: disc;
}

.woocommerce .wraper_shop_single .shop_related {
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 17px;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 44% !important;
		margin-top: 0px;
		margin-left: 0px;
	}
	
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		float: right;
		width: 44% !important;
		padding-top: 0px;
		clear: none;
		right: 0px;
		position: relative;
		display: inline-block;
		margin-top: 0px;
		margin-left: 0px;
		background: #fff;
		padding: 50px 40px;
	}
	
	.woocommerce .wraper_shop_single .shop_related {
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.woocommerce .shop_single .summary form.cart .button {
		padding: 15px 20px 15px 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__wrapper, .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper {
		width: 100%;
		position: relative;
		display: inline-block;
		left: 0;
		height: auto;
		float: left;
	}
	
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		left: 0px !important;
		height: auto !important;
		width: 100% !important;
	}
	
	.wraper_shop_single.style-one div.summary {
		width: 100% !important;
		padding-left: 0;
	}
	
	.woocommerce-product-gallery .flex-viewport {
		object-fit: cover;
		width: 100%;
		height: 100% !important;
	}
	
	.wraper_shop_single.style-three div.summary {
		width: 100% !important;
		padding-left: 0;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs, .woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
		display: block;
		float: none;
		width: auto;
		text-align: center;
		position: absolute;
		bottom: 0;
		left: auto;
		top: auto;
		z-index: 2;
		width: 100%;
		margin: 0 !important;
	}
	
	.woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs, .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs {
		display: block;
		float: none;
		text-align: center;
		position: absolute !important;
		bottom: 10px;
		left: auto !important;
		top: auto !important;
		z-index: 2;
		width: 100%;
		margin: 0 !important;
	}
	
	.woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs, .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs {
		width: 100%;
	}
	
	.woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li, .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li {
		position: relative;
		float: none !important;
		display: inline-block !important;
		width: auto !important;
		height: auto !important;
		max-width: 80px;
		vertical-align: middle;
		margin-bottom: 0 !important;
		cursor: pointer;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li {
		position: relative;
		float: none;
		display: inline-block;
		width: auto;
		height: auto;
		max-width: 80px;
		vertical-align: middle;
		margin: 0;
		cursor: pointer;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li img {
		display: block;
		width: 6px;
		height: 6px;
		margin: 0 8px;
		padding: 6px 6px 0 0;
		opacity: 1;
		overflow: hidden;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		cursor: pointer;
		background: #676666;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li img, .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li img {
		display: block;
		width: 6px !important;
		height: 6px !important;
		margin: 0 8px;
		padding: 6px 6px 0 0;
		opacity: 1;
		overflow: hidden;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		cursor: pointer;
		background: #afafaf;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li img.flex-active {
		width: 8px;
		height: 8px;
		margin: 0 8px;
		padding: 6px 6px 0 0;
		opacity: 1;
		background: #272727;
	}
	
	.wraper_shop_single.style-one .shop_single .rt-product-gallery {
		width: 100%;
		padding: 40px 0 5px 0;
	}
	
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		float: left;
		width: 100% !important;
		max-width: 100%;
		clear: none;
		padding-left: 0px;
		margin-left: 0px;
		padding: 30px 0 0 0;
	}
	
	.shop_single .summary .product_meta > .sku_wrapper {
		width: auto;
		margin-right: 18px;
	}
	
	.woocommerce .shop_single span.onsale {
		top: 14px;
		left: 30px;
	}
	
	.shop_single .entry-summary .rt-size-chart {
		margin-bottom: 20px;
	}
	
	.woocommerce .wraper_shop_single.style-one .shop_single span.onsale {
		left: auto;
		top: 65px;
	}
	
	#yith-quick-view-content div.images {
		padding-right: 0;
	}
	
	.woocommerce div.product div.images {
		margin-bottom: 0px;
	}
	
	.wraper_shop_main {
		padding-top: 32px;
		padding-bottom: 12px;
	}
	
	.wraper_shop_main.shop- .col-lg-9.col-md-12.col-sm-12.col-xs-12.order-lg-1.order-sm-1, .wraper_shop_main.shop- .col-lg-3.col-md-12.col-sm-12.col-xs-12.order-lg-12.order-sm-12.widget-right {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.woocommerce .wraper_shop_single .shop_related {
		margin-right: 0px;
		margin-left: 0px;
	}
}

@media screen and (max-width: 767px) {
	.wraper_shop_main .container .row {
		margin: 0;
	}
	
	.wraper_shop_main {
		padding-top: 32px;
		padding-bottom: 12px;
	}
	
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		left: 0px !important;
		height: auto !important;
		width: 100% !important;
	}
	
	.woocommerce div.product div.images {
		margin-bottom: 0px;
	}
	
	.wraper_shop_single.style-one div.summary {
		width: 100% !important;
		padding-left: 0;
	}
	
	.woocommerce-product-gallery .flex-viewport {
		object-fit: cover;
		width: 100%;
	}
	
	.wraper_shop_single.style-three div.summary {
		width: 100% !important;
		padding-left: 0;
	}
	
	.shop_single .summary .woocommerce-product-rating .star-rating {}
	
	.shop_single .summary a.woocommerce-review-link {
		display: none;
	}
	
	.wraper_shop_single.style-one .shop_single .rt-product-gallery {
		width: 100%;
		padding: 40px 0 25px 0;
	}
	
	.woocommerce-product-gallery .flex-viewport {
		object-fit: cover;
		width: 100%;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs, .woocommerce .wraper_shop_single div.product div.images .flex-control-thumbs {
		display: block;
		float: none;
		width: auto;
		text-align: center;
		position: absolute;
		bottom: 16px;
		left: auto;
		top: auto;
		z-index: 2;
		width: 100%;
		margin: 0;
	}
	
	.woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
		display: block;
		float: none;
		text-align: center;
		position: absolute !important;
		bottom: 10px;
		left: auto !important;
		top: auto !important;
		z-index: 2;
		width: 100%;
		margin: 0 !important;
	}
	
	.woocommerce .wraper_shop_single div.product div.images .flex-control-thumbs {
		width: 100%;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li {
		position: relative;
		float: none;
		display: inline-block;
		width: auto;
		height: auto;
		max-width: 80px;
		vertical-align: middle;
		margin: 0;
		cursor: pointer;
	}
	
	.woocommerce .wraper_shop_single div.product div.images .flex-control-thumbs li {
		position: relative;
		float: none !important;
		display: inline-block !important;
		width: auto !important;
		height: auto !important;
		max-width: 80px;
		vertical-align: middle;
		margin-bottom: 0 !important;
		cursor: pointer;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li img {
		display: block;
		width: 6px;
		height: 6px;
		margin: 0 8px;
		padding: 6px 6px 0 0;
		opacity: 1;
		overflow: hidden;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		cursor: pointer;
		background: #afafaf;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.woocommerce .wraper_shop_single div.product div.images .flex-control-thumbs li img {
		display: block;
		width: 6px !important;
		height: 6px !important;
		margin: 0 8px;
		padding: 6px 6px 0 0;
		opacity: 1;
		overflow: hidden;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		cursor: pointer;
		background: #afafaf;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce .wraper_shop_single div.product div.images .flex-control-thumbs li img.flex-active {
		width: 6px;
		height: 6px;
		margin: 0 8px;
		padding: 6px 6px 0 0;
		opacity: 1;
		background: #272727;
	}
	
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		float: right;
		width: 100% !important;
		clear: none;
		padding: 0;
	}
	
	.wraper_shop_single.style-one .shop_single_tabs {
		padding: 0;
	}
	
	#review_form .comment-form > p {
		padding-right: 0px;
	}
	
	.shop_single .summary .product_meta > .sku_wrapper {
		width: auto !important;
		margin-right: 18px;
	}
	
	.shop_single .summary .product_meta > ul.social {
		float: left !important;
		display: inline-block;
		margin-top: 20px !important;
	}
	
	.shop_single .summary .product_meta > ul.social li {
		margin: 0px 10px 0 0px !important;
	}
	
	.woocommerce .shop_single span.onsale {
		top: 14px;
		left: 30px;
	}
	
	.shop_single .entry-summary .rt-size-chart {
		margin-bottom: 20px;
		bottom: 41.5% !important;
		left: 47% !important;
	}
	
	.single_variation_wrap {
		margin: 0;
	}
	
	.woocommerce .shop_single .summary form.cart .button {
		padding: 13px 30px 15px 30px;
	}
	
	.woocommerce div.product form.cart div.quantity {
		margin: 0 auto 16px;
		width: 100%;
	}
	
	.shop_single .summary .quantity {
		margin: 0 auto 16px !important;
	}
	
	.shop_single .woocommerce-variation-add-to-cart {
		flex-direction: column;
	}
	
	.woocommerce div.product form.cart {
		margin-bottom: 40px;
		flex-direction: column;
		display: flex;
		width: 100%;
	}
	
	.shop_single .summary button.woosw-btn {
		text-align: center;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: 0px;
	}
	
	.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li {
		width: 100%;
	}
	
	.shop_single .summary .quantity > .qty {
		width: 15% !important;
	}
	
	.woocommerce .wraper_shop_single.style-one .shop_single span.onsale {
		left: auto;
		top: 65px;
	}
	
	#yith-quick-view-content div.images {
		padding-right: 0;
	}
	
	.woocommerce .wraper_shop_single .shop_related {
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.shop_single .summary .quantity > .input-group-addon {
		display: flex;
		outline: 0;
		justify-content: center;
		align-items: center;
		border: 0;
		width: 20px;
		height: 20px;
		border-radius: 0px;
		text-decoration: none;
		overflow: visible;
		text-decoration: none;
		cursor: pointer;
		-moz-user-select: -moz-none;
		-ms-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		-webkit-transition: background .3s cubic-bezier(.33, 1, .4, 1);
		transition: background .3s cubic-bezier(.33, 1, .4, 1);
		margin: 0;
	}
	
	.shop_single .summary .quantity .qty {
		padding: 0;
		width: 25%;
		min-width: 20px;
		max-height: 25px;
		text-align: center;
		border: 0;
		color: #272727;
		outline: 0;
		-webkit-appearance: textfield;
		-moz-appearance: textfield;
		background: 0 0;
	}
	
	.woocommerce .wraper_shop_single .shop_related {
		padding-top: 0;
	}
}

@media screen and (max-width: 320px) {
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		float: right;
		width: 100% !important;
		clear: none;
		padding: 15px;
	}
	
	.woocommerce .wraper_shop_single .shop_related {
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.shop_single .summary .quantity > .input-group-addon {
		display: flex;
		outline: 0;
		justify-content: center;
		align-items: center;
		border: 0;
		width: 20px;
		height: 20px;
		border-radius: 0px;
		text-decoration: none;
		overflow: visible;
		text-decoration: none;
		cursor: pointer;
		-moz-user-select: -moz-none;
		-ms-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		-webkit-transition: background .3s cubic-bezier(.33, 1, .4, 1);
		transition: background .3s cubic-bezier(.33, 1, .4, 1);
		margin: 0;
	}
	
	.shop_single .summary .quantity .qty {
		padding: 0;
		width: 25%;
		min-width: 20px;
		max-height: 25px;
		text-align: center;
		border: 0;
		color: #272727;
		outline: 0;
		-webkit-appearance: textfield;
		-moz-appearance: textfield;
		background: 0 0;
	}
}

.wraper_shop_single .shop_single {
	width: 100%;
	display: inline-block;
	padding-left: 0px;
	padding-right: 0px;
	background: #fff;
}

.cart .plus, .cart .minus {
	display: none;
}

/*--------------------------------------------------------------
## Product Single Page End
--------------------------------------------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1200px) {
	.woocommerce-cart .wraper_blog_main.default-page {
		padding-right: 0px;
		padding-left: 0px;
	}
}

.radiantthemes-cart .woocommerce-cart-form {
	padding-right: 0px;
}

.row.radiantthemes-cart .col-lg-8 {
	background: #fff;
	padding: 70px 30px;
	width: 65%;
}

.row.radiantthemes-cart .col-lg-4 {
	background: #fff;
	padding: 70px 30px;
	width: 30%;
}

.radiantthemes-cart .woocommerce-cart-form h4 {
	background: #f5f5f5;
	padding: 25px 30px;
	color: #262626;
}

.shop_table.cart {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: left;
	border: none !important;
}

.shop_table.cart tbody tr {
	width: 100%;
}

.shop_table.cart tbody tr td.product-thumbnail {
	padding-right: 10px;
	margin: 0;
	min-width: auto;
	display: flex;
}

.woocommerce a.remove {
	color: #30353b !important;
}

.woocommerce a.remove:hover {
	color: #30353b !important;
	background: transparent;
}

.shop_table tbody tr:first-child th, .shop_table tbody tr:first-child td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.shop_table.cart tbody tr td {
	padding: 25px 0;
	vertical-align: middle;
	margin: 0px auto;
}

.shop_table.cart tbody tr td.product-name {
	padding-right: 20px;
}

.shop_table.cart tbody tr td.actions {
	padding: 25px 0 0 0;
	vertical-align: top;
	margin: 0px auto;
}

.shop_table tbody tr th, .shop_table tbody tr td {
	padding: 0 0 15px;
	vertical-align: middle;
}

.shop_table.cart tbody tr td.product-thumbnail a {
	display: inline-block;
}

.shop_table.cart tbody tr td.product-thumbnail img {
	width: 102px;
	max-width: 102px;
}

.shop_table.cart tbody tr td.product-details {
	padding-right: 0;
	position: relative;
	width: 100%;
}

.shop_table.cart tbody tr td.product-details dl.variation {
	display: flex;
	margin: 0;
}

.shop_table.cart tbody tr td.product-details dl.variation .variation-Color {
	padding-right: 8px;
}

.shop_table.cart tbody tr td.product-details dl.variation dt.variation-Size {
	margin: 0 10px 0 0;
}

.shop_table.cart tbody tr td.product-details dl.variation dd.variation-Size {
	margin: 0;
}

.shop_table.cart tbody tr td.product-details .product-name a {
	color: #272727;
}

.shop_table.cart .product-price {
	margin-bottom: 10px;
	margin-top: 5px;
	padding-right: 15px;
}

.shop_table.cart .product-subtotal {
	text-align: right;
	padding-left: 0;
	color: #272727;
}

.shop_table.cart tbody tr td .product-remove {
	text-align: right;
	margin-right: 0px;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 95px;
	padding: 0px;
}

.shop_table.cart tbody tr td .product-remove .remove {
	display: block;
	position: relative;
	float: right;
	color: #272727 !important;
}

.shop_table.cart tbody tr td .product-remove .remove:hover {
	background: none;
}

.shop_table.cart .quantity {
	width: 100px;
	border: 1px solid #d0d0d0;
	border-radius: 50px;
	background: #fff;
	height: calc(40px);
	position: relative;
	justify-content: center;
	display: flex;
	align-items: center;
	margin: 0px 16px 0px 0px;
}

.shop_table.cart .quantity > .input-group-addon {
	display: flex;
	outline: 0;
	justify-content: center;
	align-items: center;
	border: 0;
	width: 30px;
	height: 30px;
	border-radius: 0px;
	text-decoration: none;
	overflow: visible;
	text-decoration: none;
	cursor: pointer;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transition: background .3s cubic-bezier(.33, 1, .4, 1);
	transition: background .3s cubic-bezier(.33, 1, .4, 1);
	margin: 0;
}

.shop_table.cart .quantity > .input-group-addon.quantity-decrease {
	font-size: 0px;
}

.shop_table.cart .quantity > .input-group-addon.quantity-decrease:before {
	content: "";
	background: url("https://cdn-ilbjnaj.nitrocdn.com/hhErQcFXDWWTLaHzEFPEMBkfAbBUHcOT/assets/images/optimized/rev-1e08cf9/www.wedswan.com/wp-content/themes/apptek/assets/images/customizer/minus.svg");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
	width: 16px;
	height: 16px;
	background-size: 16px;
	margin-right: 0px;
	transition: all .45s cubic-bezier(.49, .06, .21, .64);
}

.shop_table.cart .quantity > .input-group-addon.quantity-increase {
	font-size: 0px;
}

.shop_table.cart .quantity > .input-group-addon.quantity-increase:before {
	content: "";
	background: url("https://cdn-ilbjnaj.nitrocdn.com/hhErQcFXDWWTLaHzEFPEMBkfAbBUHcOT/assets/images/optimized/rev-1e08cf9/www.wedswan.com/wp-content/themes/apptek/assets/images/customizer/plus.svg");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
	width: 16px;
	height: 16px;
	background-size: 16px;
	margin-right: 0px;
	transition: all .45s cubic-bezier(.49, .06, .21, .64);
}

.shop_table.cart .quantity > .qty:focus {
	box-shadow: none;
}

.shop_table.cart .quantity > .qty {
	padding: 0;
	width: 25%;
	min-width: 30px;
	max-height: 30px;
	text-align: center;
	border: 0;
	color: #272727;
	outline: 0;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	background: 0 0;
}

.shop_table.cart .quantity > .qty::-webkit-inner-spin-button, .shop_table.cart .quantity > .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.shop_table.cart .quantity > .qty:focus {
	border: none;
}

.woocommerce .cart button#update_cart {
	background: #f6f6f6 !important;
	color: #191d27 !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-weight: normal;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 28px;
	background-color: #0e1552 !important;
	color: #fff !important;
	padding: 13px 50px 13px 50px;
	border: none;
	border-radius: 50px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	text-align: center;
	padding: 13px 50px 13px 50px !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #242879;
	text-decoration: none;
	background-image: none;
	color: #fff;
}

.woocommerce #respond input#submit:hover.nitro-lazy, .woocommerce a.button:hover.nitro-lazy, .woocommerce button.button:hover.nitro-lazy, .woocommerce input.button:hover.nitro-lazy {
	background-image: none !important;
}

.radiantthemes-cart .cart-collaterals .cart_totals {
	float: none;
	width: auto;
	background: #fff;
	padding-bottom: 0px;
}

.radiantthemes-cart .cart-collaterals .cart_totals h4 {
	background: #fff;
	padding: 0px 0px 15px;
	margin-bottom: 0px;
	color: #262626;
	font-size: 1em;
	line-height: 1.15em;
}

.radiantthemes-cart .cart-collaterals .cart_totals table.shop_table {
	border: none;
	padding: 15px 0px;
}

.radiantthemes-cart .wc-proceed-to-checkout {
	padding: 0 0px;
}

.radiantthemes-cart .wc-proceed-to-checkout .checkout-button.button {
	margin-bottom: 0px;
}

.radiantthemes-cart .cart-collaterals .cart_totals tr {
	border: 1px solid #e4e4e4;
}

.radiantthemes-cart .cart-collaterals .shipping th {
	display: none;
}

.radiantthemes-cart .cart-collaterals tr.cart-subtotal td, .radiantthemes-cart .cart-collaterals tr.order-total td {
	text-align: right;
}

.radiantthemes-cart .cart-collaterals .cart_totals tr th {
	padding-left: 0;
}

.radiantthemes-cart table thead tr th, .radiantthemes-cart table tbody tr td, .radiantthemes-cart table tbody tr th, .radiantthemes-cart table tfoot tr td, .radiantthemes-cart table tfoot tr th {
	border: none !important;
}

.radiantthemes-cart table.shop_table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
	border-top: 1px solid rgba(0, 0, 0, .1) !important;
}

.radiantthemes-cart table.shop_table tbody:first-child tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals tbody:first-child tr:first-child th {
	border-top: 0px !important;
}

.cart_totals table.shop_table tr th, .cart_totals table.shop_table tr td span {
	font-size: 17px;
	font-weight: 400;
	color: #272727;
}

.radiantthemes-cart .cart-collaterals .coupon {
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	position: relative;
	padding: 0 20px;
}

.radiantthemes-cart .cart-collaterals .coupon label {
	display: none;
}

.shop_table.cart .actions .coupon .input-text {
	line-height: 1.6;
	outline: 0;
	padding: 8px;
	height: 56px;
	color: #262626;
	border-radius: 0px;
	background-clip: padding-box;
	background-color: transparent;
	background-clip: padding-box;
	border-style: none solid none none !important;
	border-width: 0px;
	border-color: rgba(0, 0, 0, .13) !important;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	width: auto !important;
	display: block;
	padding: 6px 15px 6px 30px !important;
	margin-bottom: 15px;
	margin-right: 0px !important;
}

.radiantthemes-cart .cart-collaterals .coupon button {
	border-radius: 0px;
	position: absolute;
	right: 20px;
	padding: 11px 20px !important;
}

.shop_table.cart .actions .button.update-cart {
	background: #fff !important;
	border: 1px solid #272727 !important;
	color: #272727 !important;
}

.shop_table .actions .continue_shopping {
	float: left;
	vertical-align: middle;
	color: #676666;
}

.shop_table .actions .continue_shopping svg {
	width: 16px;
	margin-top: -3px;
}

.woocommerce-shipping-methods input[type=checkbox], .woocommerce-shipping-methods input[type=radio] {
	clear: none;
	cursor: pointer;
	margin: -.25rem .25rem 0 0;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: inherit;
	transition: .05s border-color ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	width: 16px;
	height: 16px;
	border: 1px solid #ed695a;
	margin-right: 8px;
	position: relative;
}

.woocommerce ul#shipping_method li input {
	margin: 3px .4375em 0 0;
	vertical-align: top;
	float: left;
}

.woocommerce-shipping-methods input[type=radio] {
	border-radius: 50%;
}

.woocommerce-shipping-methods input[type=radio]:checked:before {
	content: "";
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background-color: #ed695a;
}

.woocommerce-shipping-calculator a.shipping-calculator-button {
	color: #272727;
}

.woocommerce .woocommerce-shipping-calculator .form-row {
	padding: 3px 0px;
}

.woocommerce .woocommerce-shipping-calculator .form-row input.input-text, .woocommerce .woocommerce-shipping-calculator .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	line-height: 1.6;
	outline: 0;
	padding: 8px 8px 8px 0px;
	height: 48px;
	color: #676766;
	background-clip: padding-box;
	background-color: transparent;
	background-clip: padding-box;
	border-style: none none solid;
	border-width: 1px;
	border-color: #272727;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	display: block;
}

.shipping-calculator-form button.button {
	width: 100%;
	background: #272727;
	border-radius: 0px;
	border: 1px solid #272727;
	color: #fff;
	font-size: 14px;
	padding: 11px 50px;
	height: 48px;
	border-radius: 50px;
	letter-spacing: .3px;
	font-weight: 400;
	transition: all .45s cubic-bezier(.49, .06, .21, .64);
	-webkit-transition: all .45s cubic-bezier(.49, .06, .21, .64);
}

.shipping-calculator-form button.button:hover {
	background: #fff;
	color: #272727;
	border: 1px solid #272727;
}

.select2-container .select2-selection {
	font-style: Regular;
	font-size: 16px;
	line-height: 28px;
	outline: 0;
	padding: 12px 12px;
	margin-bottom: 0px;
	height: 50px;
	width: 100%;
	color: #272727;
	display: block;
	background-color: transparent;
	background-clip: padding-box;
	border: none;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 0px;
	width: 20px;
}

.select2-container .select2-selection > .select2-selection__arrow {
	top: 20px;
}

.select2-container .select2-selection > .select2-selection__arrow:before {
	content: "";
	background: url("https://cdn-ilbjnaj.nitrocdn.com/hhErQcFXDWWTLaHzEFPEMBkfAbBUHcOT/assets/images/optimized/rev-1e08cf9/www.wedswan.com/wp-content/themes/apptek/assets/images/chevron-down.svg");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	width: 16px;
	height: 16px;
	background-size: 16px;
	margin-right: 10px;
	right: 0px;
	position: absolute;
	transition: all .45s cubic-bezier(.49, .06, .21, .64);
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #272727;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #757575;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	font-size: 16px;
	padding: 15px 50px 15px 50px;
}

p.return-to-shop {
	margin-bottom: 40px;
}

p.return-to-shop a.wc-backward {
	color: #fff !important;
}

p.return-to-shop a.wc-backward:hover {
	color: #fff !important;
}

/* Cart Fixing Start */
.woocommerce-cart .wraper_blog_main.default-page {
	padding-top: 80px;
	padding-bottom: 96px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	border-radius: 0px;
}

/*.shop_table.cart thead {
    display: none;
}*/
.woocommerce-cart .wraper_blog_main .container {
	max-width: calc(100% - 0%) !important;
	padding-left: 0px;
	padding-right: 0px;
}

.woocommerce-cart .wraper_blog_main.default-page, .woocommerce-checkout .wraper_blog_main.default-page {
	padding-left: 15px;
	padding-right: 15px;
	background: linear-gradient(226.69deg, rgba(229, 248, 255, .55) 38.63%, rgba(249, 224, 176, .08) 82.88%);
}

.wraper_blog_main .container, .wraper_blog_banner_image .container {
	width: 1290px;
	max-width: calc(100%);
	padding-left: 0px;
	padding-right: 0px;
}

.woocommerce-cart .entry .entry-header .entry-title {
	padding-left: 15px;
	margin-bottom: 25px;
	text-align: left;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
	float: left;
	background: #f7f7f7;
	border-radius: 50px;
}

.woocommerce #content table.cart td.actions .coupon button.button, .woocommerce table.cart td.actions .coupon button.button, .woocommerce-page #content table.cart td.actions .coupon button.button, .woocommerce-page table.cart td.actions .coupon button.button {
	font-weight: normal;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 28px;
	background-color: transparent !important;
	color: #191d27 !important;
	padding: 13px 30px 13px 30px;
	border: none;
	border-radius: 0px 50px 50px 0px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	text-align: center;
}

@media screen and (max-width:1220px) {
	.woocommerce .cart .button, .woocommerce .cart input.button {
		float: left;
	}
	
	.woocommerce-cart .coupon {
		margin-bottom: 15px;
		width: 100%;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
	.woocommerce-cart .wraper_blog_main.default-page {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media screen and (max-width:767px) {
	.woocommerce-cart .wraper_blog_main.default-page {
		padding: 30px 15px 40px 15px;
	}
}

/* Cart Fixing End */

/* Checkout Fixing Start */
.woocommerce-checkout .wraper_blog_main.default-page {
	padding-top: 80px;
	padding-bottom: 53px;
}

/* Checkout Fixing End */

/*--------------------------------------------------------------
# Cart Page Style End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Checkout Page Style Start
--------------------------------------------------------------*/
.woocommerce-checkout .woocommerce form .form-row label {
	margin: 0 0 10px;
	font-weight: 400;
	font-size: 16px;
	color: #272727;
	letter-spacing: 0;
	line-height: 28px;
	text-shadow: none;
	text-transform: capitalize;
	width: 100%;
	float: left;
	display: none;
}

.woocommerce-billing-fields__field-wrapper label {
	display: none;
}

span.woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce .woocommerce-form label {
	margin: 0;
	margin-bottom: 8px;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	font-style: Regular;
	font-size: 16px;
	line-height: 28px;
	outline: 0;
	padding: 12px 12px;
	margin-bottom: 0px;
	height: 50px;
	width: 100%;
	color: #272727;
	display: block;
	background-color: transparent;
	background-clip: padding-box;
	border: none;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}

.woocommerce-account .woocommerce form .form-row .input-text, .woocommerce-account .woocommerce-page form .form-row .input-text {
	font-style: Regular;
	font-size: 16px;
	line-height: 28px;
	outline: 0;
	padding: 0px 0px;
	margin-bottom: 30px;
	height: 30px;
	width: 100%;
	color: #272727;
	display: block;
	background-color: transparent;
	background-clip: padding-box;
	border: none;
	border-bottom: 1px solid #535353;
	border-radius: 0;
}

.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea, .woocommerce form .form-row textarea.input-text, .woocommerce-page form .form-row textarea.input-text {
	font-style: Regular;
	font-size: 16px;
	line-height: 28px;
	outline: 0;
	padding: 12px;
	margin-bottom: 0px;
	height: 130px;
	width: 100%;
	color: #272727;
	display: block;
	background-color: transparent;
	background-clip: padding-box;
	border: none;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea, .woocommerce form .form-row textarea.input-text, .woocommerce-page form .form-row textarea.input-text {
		margin-bottom: 0px;
	}
}

.woocommerce .woocommerce-billing-fields__field-wrapper form .form-row {
	padding: 0px;
}

#ship-to-different-address .woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: center;
}

#ship-to-different-address input[type=checkbox], .woocommerce-form-login__rememberme input[type=checkbox] {
	clear: none;
	cursor: pointer;
	margin: 0px 0 0 0;
	outline: 0;
	padding: 0 !important;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: inherit;
	transition: .05s border-color ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	width: 16px;
	height: 16px;
	border: 1px solid #d6d6d6;
	margin-right: 10px;
	position: relative;
}

#ship-to-different-address input[type=checkbox]:checked, .woocommerce-form-login__rememberme input[type=checkbox]:checked {
	background: #191d27;
	border-color: #191d27 !important;
}

#ship-to-different-address input[type=checkbox]:checked:before, .woocommerce-form-login__rememberme input[type=checkbox]:checked:before {
	content: "";
	display: block;
	height: 11px;
	width: 5px;
	border: 1px solid #fff;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	position: absolute;
	top: 0px;
	left: 5px;
}

.create-account input[type=checkbox]:checked {
	background: #272727;
	border-color: #272727 !important;
}

.create-account input[type=checkbox] {
	clear: none;
	cursor: pointer;
	display: inline-block !important;
	margin: 0;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: inherit;
	transition: .05s border-color ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	width: 16px;
	height: 16px;
	border: 1px solid #272727;
	margin-right: 8px;
	position: relative;
}

.create-account input[type=checkbox]:checked:before {
	position: absolute;
	font-size: 10px;
	font-family: "themify";
	content: "";
	line-height: 16px;
	text-align: center;
	color: #fff;
}

.woocommerce-shipping-fields #ship-to-different-address span {
	margin: 0px;
}

.woocommerce-shipping-fields #ship-to-different-address {
	margin-bottom: 20px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 48.8%;
	overflow: visible;
}

.woocommerce form .form-row {
	padding: 0px;
	margin-bottom: 15px;
}

.woocommerce form.checkout.woocommerce-checkout {
	display: inline-block;
	width: 100%;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: left;
	width: 100%;
}

.woocommerce-checkout-review-order {
	width: 49%;
	float: right;
	background: #fff;
	padding: 70px;
}

.col2-set#customer_details {
	width: 49%;
	float: left;
	background: #fff;
	padding: 70px;
}

.col2-set#customer_details .col-1 {
	flex: 100%;
	max-width: 100%;
	width: 100%;
	padding-left: 0;
	padding-right: 0px;
}

.col2-set#customer_details .col-2 {
	flex: 100%;
	max-width: 100%;
	width: 100%;
	padding-left: 0;
}

.woocommerce-billing-fields h4, .woocommerce-checkout-review-order h4, .woocommerce-additional-fields h4 {
	margin-bottom: 20px;
	color: #262626;
	font-size: 16px;
	line-height: 28px;
}

.woocommerce-checkout-review-order
.woocommerce-cart .woocommerce table.shop_table {
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 0 -1px 0px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 0;
	border-spacing: 0px;
}

.checkout.woocommerce-checkout {
	padding-bottom: 15px;
}

.woocommerce table.shop_table {
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 0;
	border-spacing: 0px;
}

.woocommerce-form-login-toggle {
	display: inline-flex;
	width: 100%;
	background: #f5f5f5;
}

.woocommerce-form-login-toggle .woocommerce-info {
	width: 100%;
}

.woocommerce-form-coupon-toggle {
	display: inline-flex;
	width: 100%;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
	width: 100%;
}

/*.rt-login-coupon .woocommerce-form-coupon button {
    border-radius: 0px;
}*/
.rt-coupon .woocommerce-error {
	padding: 10px 0px 15px 20px !important;
}

.woocommerce-error li {
	padding-left: 35px !important;
}

.woocommerce-error, .woocommerce-info {
	border-top: none;
	margin-right: 0px;
	margin-left: 0px;
	padding: 15px 20px;
}

.shop_single .woocommerce-message {
	margin-right: 0px;
	margin-left: 0px;
}

.woocommerce-message {
	border-top: none;
	margin-right: 0px;
	margin-left: 0px;
}

.woocommerce-checkout .entry .entry-header .entry-title {
	padding-left: 0px;
	margin-bottom: 25px;
	text-align: left;
}

.cart-added {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart-added .cart-added-text {
	margin: 0;
	flex: 1;
	margin-right: 30px;
}

.woocommerce-info::before, .woocommerce-message::before {
	display: inline-block;
	position: absolute;
	top: 32%;
	left: 1.5em;
}

.woocommerce-error::before {
	display: inline-block;
	position: absolute;
	top: 22%;
	left: 1.5em;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error::before {
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 1.5em;
}

.cd-user-modal-container .woocommerce-form .form-actions, .woocommerce-privacy-policy-text {
	text-align: left;
}

.woocommerce-privacy-policy-text p {
	font-size: 13px;
	line-height: 24px !important;
}

.woocommerce-button.button.woocommerce-form-login__submit {
	color: #fff;
	padding: 11px 50px 11px 50px;
	border: 1px solid #0e1552;
	background: #0e1552;
	transition: all .45s cubic-bezier(.49, .06, .21, .64);
	-webkit-transition: all .45s cubic-bezier(.49, .06, .21, .64);
	text-align: center;
}

.woocommerce-button.button.woocommerce-form-login__submit:hover {
	background: #fff;
	color: #272727;
}

span.lost_password {
	margin: 0;
}

span.lost_password a {
	color: #272727;
	font-size: 14px;
}

.rt-login-coupon input[type=checkbox], .rt-login-coupon input[type=radio] {
	clear: none;
	cursor: pointer;
	margin: -2px 0 0 0;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: inherit;
	transition: .05s border-color ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	width: 16px;
	height: 16px;
	border: 1px solid #272727;
	margin-right: 10px;
	position: relative;
}

.rt-login-coupon input[type=checkbox]:checked {
	background: #272727;
	border-color: #272727 !important;
}

.rt-login-coupon {
	width: 100%;
	float: left;
	position: relative;
	display: inline-block;
	padding-right: 0px;
}

.woocommerce-checkout .woocommerce {
	position: relative;
}

.rt-login-coupon .woocommerce-info {
	border: none;
	margin: 0px;
	padding: 15px 15px;
}

.rt-login-coupon .woocommerce-info a {
	color: #676766;
}

.rt-login-coupon .woocommerce-info a:hover {
	color: #242879;
}

.rt-login-coupon .woocommerce form .form-row label {
	cursor: pointer;
	margin-bottom: 0px;
}

.rt-login-coupon .rt-login, .rt-login-coupon .rt-coupon {
	margin-bottom: 15px;
}

.rt-login-form, .rt-coupon {
	background: #f5f5f5;
}

.rt-login-form form.woocommerce-form-login, .rt-coupon form.woocommerce-form-coupon {
	border: none;
	margin: 0px;
	padding: 15px;
}

.woocommerce form.login, .woocommerce form.register {
	padding: 30px;
	border-radius: 0px;
	margin-top: 0px;
	background: #fff;
}

.woocommerce form.checkout_coupon {
	padding-top: 0;
	border-radius: 0px;
	padding-bottom: 5px;
	background: #fff;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
	clear: both;
	position: relative;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	position: absolute;
	right: 15px;
	top: 0px;
	cursor: pointer;
}

.woocommerce-info::before {
	display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background: #fff;
}

.woocommerce-message a:hover {
	color: #242879;
}

.woocommerce-checkout .woocommerce-error {
	padding: 15px 50px;
}

.woocommerce-checkout .woocommerce-error::before {
	left: 15px;
}

.shop_table.woocommerce-checkout-review-order-table .product-thumbnail {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	overflow: hidden;
	padding: 25px 12px;
}

.shop_table.woocommerce-checkout-review-order-table  .product-total {
	margin-top: 4px;
}

.shop_table.woocommerce-checkout-review-order-table .amount {
	color: #191d27;
	font-weight: 600;
}

.shop_table.woocommerce-checkout-review-order-table .rt-product-ckeckout-name {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.shop_table.woocommerce-checkout-review-order-table .rt-product-ckeckout-name {
	padding-left: 20px;
	width: 80%;
}

.shop_table.woocommerce-checkout-review-order-table .product-thumbnail img {
	height: auto;
	max-width: 100%;
}

.shop_table.woocommerce-checkout-review-order-table tbody tr {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	border: none;
	margin-bottom: 0px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
	font-weight: 400;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 30px 12px;
}

.default-page .checkout table tfoot tr th, .default-page .checkout table tbody tr td, .default-page .checkout table tfoot tr td {
	border: none !important;
	border-top: 1px rgba(84, 84, 111, .3) solid !important;
}

.default-page .checkout table tbody tr td.cqname {
	text-align: right;
	color: #191d27;
	font-weight: 600;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .shipping th {
	display: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .shipping td p {
	font-weight: 400;
	text-align: left;
	float: left;
	padding-right: 40px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
	font-weight: 400;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td {
	border: none !important;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td span {
	font-weight: 700;
}

.woocommerce ul#shipping_method .amount {
	font-weight: 400;
	flex-grow: 1;
	text-align: right;
}

.woocommerce ul#shipping_method li label {
	display: flex;
}

td.product-total, th.product-total {
	text-align: right;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #fff;
	border-radius: 0px;
	padding: 0 0px 0px;
}

#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: #f9f9f9;
	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 #f9f9f9;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 1em;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 15px 0px;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 15px 0px;
	margin: 0px;
}

.shop_table thead tr th, .shop_table thead tr td, .shop_table tbody tr th, .shop_table tbody tr td, .shop_table tfoot tr th, .shop_table tfoot tr td {
	padding-left: 0px !important;
}

.place-order button#place_order {
	flex-grow: 1;
}

.wc_payment_method input[type=radio] {
	clear: none;
	cursor: pointer;
	margin: -.25rem .25rem 0 0;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: inherit;
	transition: .05s border-color ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	width: 16px;
	height: 16px;
	border: 1px solid #ed695a;
	border-radius: 50%;
	margin-right: 8px;
	position: relative;
}

.wc_payment_method input[type=radio]:checked:before {
	content: "";
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background-color: #ed695a;
}

.woocommerce-privacy-policy-text a {
	color: #272727;
}

.rt-login-form form .form-row-first, .rt-login-form form .form-row-last, .rt-coupon form .form-row-first, .rt-coupon form .form-row-last {
	width: 100%;
	float: left;
}

.rt-login-form form .form-row .input-text, .rt-coupon form.checkout_coupon .input-text {
	width: 40% !important;
}

form.woocommerce-ResetPassword .form-row label {
	display: block;
	font-size: 13px;
	line-height: 24px;
}

/*--------------------------------------------------------------
# Checkout Page Style End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# My acount Page Style Start
--------------------------------------------------------------*/
.cd-user-modal-container .cd-switcher a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #272727;
	color: #fff;
	font-size: 14px;
}

.required {
	color: #f00;
}

.woocommerce-account .wraper_blog_main.default-page {
	background: #f6f6f6;
}

.woocommerce-account .wraper_blog_main.default-page {
	padding-top: 85px;
	padding-bottom: 80px;
}

.woocommerce-account .entry .entry-header .entry-title {
	padding-left: 15px;
	margin-bottom: 25px;
	text-align: left;
}

.woocommerce-account .wraper_blog_main .entry-header {
	display: none;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 50%;
	max-width: 50%;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	padding-right: 30px;
	width: calc(50%);
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	padding-left: 30px;
	width: calc(50%);
}

.rt-login-form .woocommerce form.login, .rt-login-form .woocommerce form.register {
	border-radius: 0px;
	border: none;
	padding: 15px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	width: 100%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
	margin: 0px;
}

.woocommerce-LostPassword.lost_password a {
	color: #272727;
	font-size: 14px;
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
	margin: 0;
	border: 1px solid #0e1552;
	background: #0e1552;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	padding: 13px 50px;
	border-radius: 4px;
	transition: all .45s cubic-bezier(.49, .06, .21, .64);
	-webkit-transition: all .45s cubic-bezier(.49, .06, .21, .64);
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
	background: #fff;
	color: #0e1552;
}

.woocommerce .woocommerce-Addresses.col2-set .col-2, .woocommerce-page .woocommerce-Addresses.col2-set .col-2 {
	float: right;
	width: 100%;
	max-width: 100%;
	padding: 0px;
}

.woocommerce .woocommerce-Addresses.col2-set .col-1, .woocommerce-page .woocommerce-Addresses.col2-set .col-1 {
	float: left;
	width: 100%;
	max-width: 100%;
	padding: 0px;
}

.woocommerce-account .addresses .title .edit {
	background: #242879;
	color: #fff;
	border: 1px solid #242879;
	padding: 5px 38px;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1.3;
	transition: all .45s cubic-bezier(.49, .06, .21, .64);
	-webkit-transition: all .45s cubic-bezier(.49, .06, .21, .64);
}

.woocommerce-account .addresses .title h4 {
	float: left;
}

.woocommerce-MyAccount-navigation ul li {
	background: #e4e4e4;
	margin-bottom: 10px;
	padding: 10px 15px !important;
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
	display: inline-block;
	width: 100%;
	color: #272727;
	font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 70%;
}

.woocommerce-MyAccount-content .woocommerce-info, .woocommerce-MyAccount-content .woocommerce-message {
	background: #f5f5f5;
	color: #272727;
	padding: 15px 20px;
	justify-content: center;
	vertical-align: middle;
}

.woocommerce-MyAccount-content .woocommerce-info a, .woocommerce-MyAccount-content .woocommerce-message a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px !important;
	letter-spacing: .25em;
	background-color: #242879;
	color: #fff;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}

.woocommerce-MyAccount-content .woocommerce-info a:hover, .woocommerce-MyAccount-content .woocommerce-message a:hover {
	background: #242879;
	color: #fff;
}

.woocommerce-MyAccount-content p a {
	color: #272727;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	margin: 0;
	width: 100%;
}

.woocommerce form.edit-account .form-row label {
	margin: 0 0 10px;
	font-weight: 400;
	font-size: 16px;
	color: #272727;
	letter-spacing: 0;
	line-height: 28px;
	text-shadow: none;
	text-transform: capitalize;
	display: block;
}

.edit-account .woocommerce-Button.button {
	background: #272727;
	color: #fff;
	border-radius: 0px;
	padding: 11px 50px;
	font-size: 14px;
	line-height: 28px;
	border: none;
}

.edit-account .woocommerce-Button.button:hover {
	background: #272727;
	color: #fff;
}

.woocommerce-ResetPassword button.woocommerce-Button {
	background: #272727;
	color: #fff;
	border-radius: 0px;
	font-size: 14px;
	line-height: 28px;
	padding: 11px 38px;
	width: 49%;
}

.woocommerce-ResetPassword button.woocommerce-Button:hover {
	background: #272727;
	color: #fff;
}

.woocommerce .woocommerce-MyAccount-content button.button, a.woocommerce-button.button.view {
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	padding: 13px 50px 15px 50px;
	border: none;
	background: #242879;
	border-radius: 0px;
	transition: all .45s cubic-bezier(.49, .06, .21, .64);
	-webkit-transition: all .45s cubic-bezier(.49, .06, .21, .64);
	text-align: center;
	border-radius: 4px;
}

.woocommerce .woocommerce-MyAccount-content button.button:hover, a.woocommerce-button.button.view:hover {
	background: #242879;
	color: #fff;
}

.shop_table.my_account_orders thead tr th, .shop_table.my_account_orders thead tr td, .shop_table.my_account_orders tbody tr th, .shop_table.my_account_orders tbody tr td, .shop_table.my_account_orders tfoot tr th, .shop_table.my_account_orders tfoot tr td {
	padding-left: 15px !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.entry-content .woocommerce {
	padding-left: 15px;
	padding-right: 15px;
}

.woocommerce-checkout .entry-content .woocommerce {
	padding-left: 0px;
	padding-right: 0px;
}

@media screen and (min-width: 1201px) and (max-width: 1365px) {
	.woocommerce-checkout .entry-content .woocommerce {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
	.woocommerce-checkout .entry-content .woocommerce {
		padding-left: 20px;
		padding-right: 5px;
	}
}

@media screen and (max-width: 1024px) {
	.post-navigation {
		margin-bottom: 30px !important;
	}
	
	.woocommerce-checkout .entry-content .woocommerce {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
	.woocommerce-checkout .wraper_blog_main.default-page {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
	.blog-style-one .wraper_blog_main .blog_single {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	
	.blog-style-one .wraper_blog_main .blog_single {
		padding-top: 32px !important;
	}
	
	.blog-style-one .wraper_blog_main div.comments-area {
		padding: 20px 0 45px 0 !important;
	}
	
	.blog-style-one .wraper_blog_main .widget-area {
		padding-top: 0px !important;
		padding-right: px !important;
		padding-left: 15px !important;
	}
	
	.woocommerce-checkout .wraper_blog_main .container, .wraper_blog_main .container.rt-wishlist-page {
		max-width: calc(100% - 0%) !important;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.woocommerce-cart .wraper_blog_main .container {
		max-width: calc(100% - 0%) !important;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	
	.wraper_blog_main.default-page {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	
	.woocommerce-checkout .wraper_blog_main.default-page {
		padding-right: 0px !important;
		padding-left: 0px !important;
		padding-top: 30px !important;
		padding-bottom: 23px !important;
	}
	
	.woocommerce-cart .wraper_blog_main.default-page {
		padding-right: 0px !important;
		padding-left: 0px !important;
		padding-top: 32px !important;
		padding-bottom: 16px !important;
	}
	
	.entry-content .woocommerce {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.woocommerce-customer-details .woocommerce-column--billing-address.col-1, .woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
		max-width: 100% !important;
		width: 100% !important;
		padding: 0px;
		padding-top: 20px;
	}
	
	.blog-style-one .wraper_blog_main .blog_single {
		padding-right: -15px !important;
		padding-left: -15px !important;
	}
	
	.blog-style-one .wraper_blog_main .blog_single {
		padding-top: 32px !important;
	}
	
	.blog-style-one .wraper_blog_main .widget-area {
		padding-top: 0px !important;
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	
	.blog-style-one .wraper_blog_main div.comments-area {
		padding: 20px 0 0px 0 !important;
	}
	
	.woocommerce-cart .wraper_blog_main .container {
		max-width: calc(100% - 0%) !important;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	
	.wraper_blog_main .container.rt-wishlist-page {
		max-width: calc(100% - 0%) !important;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.woocommerce-checkout .wraper_blog_main .container {
		max-width: calc(100% - 0%) !important;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.wraper_blog_main.default-page {
		padding-right: 15px !important;
		padding-left: 15px !important;
		padding-top: 30px !important;
	}
	
	.woocommerce-checkout .wraper_blog_main.default-page {
		padding-right: 15px !important;
		padding-left: 15px !important;
		padding-top: 30px !important;
		padding-bottom: 38px;
	}
	
	.woocommerce-cart .wraper_blog_main.default-page {
		padding-right: 0px !important;
		padding-left: 0px !important;
		padding-top: 32px !important;
		padding-bottom: 40px !important;
	}
	
	.entry-content .woocommerce {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (max-width: 767px) {
	.woocommerce-checkout .wraper_blog_main.default-page {
		padding-right: 15px !important;
		padding-left: 15px !important;
		padding-top: 30px !important;
		padding-bottom: 38px;
	}
}

@media screen and (max-width: 320px) {
	.woocommerce-checkout .wraper_blog_main .container, .woocommerce-cart .wraper_blog_main .container, .wraper_blog_main .container.rt-wishlist-page {
		max-width: calc(100% - 0%) !important;
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (max-width: 767px) {
	.wraper_blog_main .container {
		max-width: calc(100%);
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	
	.blog-style-one .wraper_blog_main .blog_single {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	
	.blog-style-one .wraper_blog_main .blog_single {
		padding-top: 32px !important;
	}
	
	.blog-style-one .wraper_blog_main .widget-area {
		padding-top: 0px;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	
	.single-post .wraper_blog_main .container {
		max-width: calc(100%);
	}
	
	.woocommerce-checkout .wraper_blog_main .container, .woocommerce-cart .wraper_blog_main .container, .wraper_blog_main .container.rt-wishlist-page, .woocommerce-account .wraper_blog_main .container {
		max-width: calc(100%);
	}
	
	.woocommerce-cart .wraper_blog_main .container {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	
	.woocommerce-MyAccount-content .woocommerce-info a, .woocommerce-MyAccount-content .woocommerce-message a {
		background: #272727;
		color: #fff;
		border-radius: 0px;
		padding: 11px 33px;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 15px;
		width: 100%;
	}
	
	.woocommerce-account .woocommerce-MyAccount-content {
		float: right;
		width: 100%;
		margin-top: 30px;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: left;
		width: 100%;
	}
	
	.shop_table.woocommerce-checkout-review-order-table .product-thumbnail {
		display: table-cell;
		vertical-align: middle;
		width: 100px;
		overflow: hidden;
	}
	
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		float: none;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0px;
		margin-bottom: 20px;
	}
	
	.blog-style-one .wraper_blog_main .blog_single {
		padding-top: 32px !important;
	}
	
	.blog-style-one .wraper_blog_main div.comments-area {
		padding: 20px 0 0px 0 !important;
	}
	
	.woocommerce-checkout .wraper_blog_main .container, .wraper_blog_main .container.rt-wishlist-page {
		max-width: calc(100% - 0%) !important;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.row.radiantthemes-cart .col-lg-8, .row.radiantthemes-cart .col-lg-4 {
		width: 100%;
	}
	
	.row.radiantthemes-cart .col-lg-4 {
		width: 100%;
		margin-top: 30px;
	}
	
	.radiantthemes-cart .cart-collaterals .cart_totals table.shop_table {
		border: none;
		padding: 15px 0px;
	}
}

@media screen and (max-width: 320px) {
	.woocommerce-account .woocommerce-MyAccount-content {
		float: right;
		width: 100%;
		margin-top: 30px;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: left;
		width: 100%;
	}
}

/*--------------------------------------------------------------
# My acount Page Style End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Order Details Page Style Start
--------------------------------------------------------------*/
.woocommerce-customer-details .woocommerce-column--billing-address.col-1, .woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
	max-width: 50%;
	width: 50%;
}

.woocommerce-customer-details .woocommerce-column--billing-address.col-1 {
	padding-left: 0;
}

.woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
	padding-right: 0px;
}

table.shop_table.order_details tr th, table.shop_table.order_details tr td {
	padding-left: 15px !important;
	font-weight: 400;
}

table.shop_table.order_details tr td a {
	color: #676666;
}

.woocommerce ul.order_details li {
	float: left;
	margin-right: 2em;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 1;
	border-right: 1px dashed #d3ced2;
	padding-right: 20px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.woocommerce .woocommerce-customer-details address {
	min-height: 215px;
	border-radius: 0px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	text-align: left;
}

/*--------------------------------------------------------------
# Shop Box Style Eight Start
--------------------------------------------------------------*/
.product-box.element-eight .col-md-6, .product-box.element-eight .col-md-4, .product-box.element-eight .col-md-3, .product-box.element-eight .colmd2 {
	padding: 0 15px;
}

.wraper_shop_main.shop-nosidebar .container, .wraper_shop_main.shop-rightsidebar .container, .wraper_shop_main.shop-leftsidebar .container, .wraper_shop_main.shop-topsidebar .container {
	max-width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}

.wraper_shop_main.shop- .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
	padding: 0px;
}

.wraper_shop_main.shop-nosidebar .container .row {
	margin-right: 0px;
	margin-left: 0px;
}

/*.radiantthemes-shop.style-eight .radiantthemes-shop-box {
    padding-left: 8px;
    padding-right: 8px;
}*/
.radiantthemes-shop.style-eight .radiantthemes-shop-box {
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	transition: all .8s cubic-bezier(.39, .01, .36, .9);
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder {
	position: relative;
	overflow: hidden;
	transition: all .3s ease-in-out;
	margin: 0px;
	transition: all .8s cubic-bezier(.39, .01, .36, .9);
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .pic {
	position: relative;
	overflow: hidden;
	transition: all .8s cubic-bezier(.39, .01, .36, .9);
	text-align: center;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .pic img {
	width: 100%;
	float: left;
	transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .pic img.primary-img {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
	transform: translate3d(0px, 0px, 0px);
	background: #f6f6f6;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .pic:hover img.primary-img {
	opacity: 1;
	transform: scale(1.06) translate3d(0px, 0px, 0px);
	transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .pic img.primary-hover-img {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 2;
	transform: translate3d(0px, 0px, 0px);
	transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
	background: #f6f6f6;
}

/*.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;  
}*/
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .pic .tag {
	position: absolute;
	background: #242879;
	padding: 0px 6px 0px 6px;
	left: 15px;
	top: 15px;
	color: #fff;
	line-height: 13px;
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	padding: 5px 8px;
	z-index: 9;
	display: none;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .pic .offer {
	position: absolute;
	background: #fff;
	padding: 6px 6px 4px 6px;
	right: 15px;
	top: 15px;
	font-size: 12px;
	line-height: 12px;
	color: #ef5c5c;
	z-index: 9;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description {
	text-align: left;
	padding: 15px 0 15px 0;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform .4s ease-in-out;
	-o-transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons {
	position: absolute;
	right: 15px;
	margin: 0 auto;
	top: 15px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons button:focus {
	outline: none;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button, .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a, .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #272727;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, .07);
	border-radius: 50%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	margin: 5px 0px 5px 0px;
	border: 1px solid #f1f1f1;
	font-size: 0 !important;
	opacity: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	z-index: 9;
	transform: translateX(-12px);
	-webkit-transform: translateX(-12px);
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a:before {
	position: absolute;
	content: "";
	background: url("https://www.wedswan.com/wp-content/themes/apptek/assets/images/heart-woocommerce.svg");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9;
	width: 16px;
	height: 16px;
	background-size: 16px;
	margin: 0px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:before {
	position: absolute;
	content: "";
	background: url("https://www.wedswan.com/wp-content/themes/apptek/assets/images/eye-woocommerce.svg");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9;
	width: 16px;
	height: 16px;
	background-size: 16px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback, .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
	display: none;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder:hover .action-buttons .button, .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder:hover .action-buttons .tinv-wishlist a, .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist:hover a:before {
	background: url("https://www.wedswan.com/wp-content/themes/apptek/assets/images/heart-woocommerce-white.svg");
	width: 16px;
	height: 16px;
	background-size: 16px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:hover:before {
	background: url("https://www.wedswan.com/wp-content/themes/apptek/assets/images/eye-woocommerce-white.svg");
	width: 16px;
	height: 16px;
	background-size: 16px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .button:hover, .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a:hover {
	color: #fff;
	background: #272727;
	border: 1px solid #272727;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist:hover a {
	color: #fff;
	background: #272727;
	border: 1px solid #272727;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .product-brand {
	display: none;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .product-brand a {
	text-decoration: none;
	text-transform: uppercase;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .woocommerce-loop-product__title {
	margin: 0 0 6px;
	text-transform: capitalize;
	color: #191d27;
	font-weight: 500;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-decoration: none;
	float: left;
	width: 100%;
	font-size: 1em;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .product-title {
	margin: 0 0 5px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .product-title a {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-decoration: none;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .product-price, .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .price {
	margin-bottom: 10px;
	float: left;
	color: #6b6b6b;
	font-size: 1em;
	line-height: 1.15em;
	font-weight: 600;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .product-price ins, .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .price ins {
	font-weight: 600;
	padding-right: 8px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .product-price span {
	margin-right: 2px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .product-price span.percent-off {
	display: none;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .star-rating {
	float: none;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 12px;
	width: 6.4em;
	font-family: star;
	margin-bottom: 25px;
	letter-spacing: 2.5px;
	display: none;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .star-rating::before {
	color: #272727;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	right: 0;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: -1px;
	position: absolute;
	padding-top: 1.5em;
	color: #272727;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	width: auto;
	transition: all .45s cubic-bezier(.49, .06, .21, .64);
	-webkit-transition: all .45s cubic-bezier(.49, .06, .21, .64);
	transform: translateX(-15px);
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder:hover .add-bag {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .add-bag-text .add-bag-text-content:after {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 8px solid #171930;
	border-bottom: 8px solid transparent;
	content: "";
	position: absolute;
	right: -6px;
	top: 12px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .add-bag-text {
	overflow: hidden;
	margin-right: 40px;
	height: 40px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .add-bag-text .add-bag-text-content {
	font-family: sans-serif;
	font-size: .95em;
	line-height: 40px;
	font-weight: 600;
	background: #171930;
	display: block;
	height: 40px;
	text-align: left;
	padding-left: 20px;
	padding-right: 26px;
	margin-right: 12px;
	line-height: 40px;
	color: #fff;
	border-radius: 50px;
	transform: translate3d(112%, 0, 0);
	transition: transform .5s ease;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag:hover .add-bag-text .add-bag-text-content {
	transform: translate3d(0, 0, 0);
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .add-bag-icon {
	position: absolute;
	background: #fff;
	border-radius: 15px;
	right: 0;
	top: 50%;
	margin-top: -20px;
	border-radius: 50px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag:hover .add-bag-icon {
	box-shadow: 1px 0 0 0 rgba(0, 0, 0, .1);
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart .quantity, .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart .added_to_cart {
	display: none;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart {
	margin-bottom: 0px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag a, .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .button {
	margin: 0 auto;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 24px !important;
	letter-spacing: .01em;
	background-color: #fff !important;
	color: #191d27 !important;
	/*padding: 12px 17px;*/
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	text-align: center;
	transition: all .45s cubic-bezier(.49, .06, .21, .64);
	-webkit-transition: all .45s cubic-bezier(.49, .06, .21, .64);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag a:hover, .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .button:hover {
	color: #fff !important;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .45s cubic-bezier(.49, .06, .21, .64);
	-webkit-transition: all .45s cubic-bezier(.49, .06, .21, .64);
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag a svg, .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .button svg {
	width: 15px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart .button:after {
	display: none;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .meta-wrapper {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch {
	align-items: center;
	display: flex;
	flex-direction: row;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color {
	border: transparent;
	width: auto;
	display: flex;
	margin-right: 4px;
	border-radius: 50%;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	transition: all .3s cubic-bezier(.65, 0, .076, 1);
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color:hover, .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color.active {
	border: 1px solid #272727;
	transition: all .3s cubic-bezier(.65, 0, .076, 1);
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color span {
	padding: 3px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	font-size: 0;
	letter-spacing: 0;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch div {
	position: relative;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch div:hover:after, .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch div.active:after {
	opacity: 1;
	visibility: visible;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color:hover {
	cursor: pointer;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color {
	border: transparent;
	width: auto;
	display: flex;
	margin-right: 4px;
	border-radius: 50%;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	transition: all .3s cubic-bezier(.65, 0, .076, 1);
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color:hover, .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color.active {
	border: 1px solid #272727;
	transition: all .3s cubic-bezier(.65, 0, .076, 1);
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color span {
	padding: 3px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	font-size: 0;
	letter-spacing: 0;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch div {
	position: relative;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch div:hover:after, .radiantthemes-shop.style-eight .radiantthemes-shop-box.holder .color-swatch div.active:after {
	opacity: 1;
	visibility: visible;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color:hover {
	cursor: pointer;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
	.wraper_shop_main.shop- .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.radiantthemes-shop .radiantthemes-shop-box, .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box, .radiantthemes-shop.four-column > .radiantthemes-shop-box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;
		flex-direction: row;
	}
	
	.wraper_shop_main.shop- .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.radiantthemes-shop .radiantthemes-shop-box:nth-child(even), .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(even) {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.radiantthemes-shop .radiantthemes-shop-box:nth-child(odd), .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(odd) {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	
	.wraper_shop_main {
		padding-top: 32px;
		padding-bottom: 12px;
	}
}

@media screen and (min-width: 321px) and (max-width: 479px) {
	.radiantthemes-shop .radiantthemes-shop-box, .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box, .radiantthemes-shop.four-column > .radiantthemes-shop-box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;
		flex-direction: row;
	}
	
	.wraper_shop_main.shop- .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.radiantthemes-shop .radiantthemes-shop-box:nth-child(even), .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(even) {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.radiantthemes-shop .radiantthemes-shop-box:nth-child(odd), .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(odd) {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}

@media screen and  (max-width: 320px) {
	.radiantthemes-shop .radiantthemes-shop-box, .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box, .radiantthemes-shop.four-column > .radiantthemes-shop-box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		flex-direction: row;
	}
	
	.wraper_shop_main.shop- .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.radiantthemes-shop .radiantthemes-shop-box:nth-child(even), .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(even) {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.radiantthemes-shop .radiantthemes-shop-box:nth-child(odd), .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(odd) {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}

/*--------------------------------------------------------------
# Shop Box Style Eight End
--------------------------------------------------------------*/

/* ================================== */

/* START OF MEDIA QUERY CSS*/

/* ================================== */
.woocommerce .container, .woocommerce .container-lg, .woocommerce .container-md, .woocommerce .container-sm, .woocommerce .container-xl, .woocommerce .container-xxl {
	max-width: 100%;
	width: 1290px;
}

/*@media (min-width: 1400px){
    .woocommerce .container, .woocommerce .container-lg, .woocommerce .container-md, .woocommerce .container-sm, .woocommerce .container-xl, .woocommerce .container-xxl {
        max-width: 100%;
        width: 1290px;
    }
}*/
@media screen and (min-width:992px) and (max-width:1024px) {
	.radiantthemes-cart .cart-collaterals .cart_totals tr {
		border: none;
	}
	
	.wraper_shop_single.style-one .container {
		padding-top: 5px;
		padding-bottom: 7px;
	}
	
	.wraper_shop_single.style-one .shop_single_tabs {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.shop_table.cart .quantity {
		width: 80px;
		border: 1px solid #d0d0d0;
		background: #fff;
		height: calc(34px);
		position: relative;
		justify-content: center;
		display: flex;
		align-items: center;
		margin: 0px 16px 0px 0px;
	}
	
	.shop_table.cart .quantity > .input-group-addon {
		display: flex;
		outline: 0;
		justify-content: center;
		align-items: center;
		border: 0;
		width: 20px;
		height: 20px;
		border-radius: 0px;
		text-decoration: none;
		overflow: visible;
		text-decoration: none;
		cursor: pointer;
		-moz-user-select: -moz-none;
		-ms-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		-webkit-transition: background .3s cubic-bezier(.33, 1, .4, 1);
		transition: background .3s cubic-bezier(.33, 1, .4, 1);
		margin: 0;
	}
	
	.shop_table.cart .quantity > .qty {
		padding: 0;
		width: 25%;
		min-width: 25px;
		max-height: 25px;
		text-align: center;
		border: 0;
		color: #272727;
		outline: 0;
		-webkit-appearance: textfield;
		-moz-appearance: textfield;
		background: 0 0;
		font-size: 14px;
	}
	
	.radiantthemes-cart .cart-collaterals .cart_totals tr {
		border: none !important;
	}
	
	.woocommerce .shop_table td.actions {
		width: 100%;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs, .woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
		display: block;
		float: none;
		width: auto;
		text-align: center;
		position: absolute;
		bottom: 20px;
		left: auto;
		top: auto;
		z-index: 9;
		width: 100%;
		margin: 0;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li {
		position: relative;
		float: none;
		display: inline-block;
		width: auto;
		height: auto;
		max-width: 80px;
		vertical-align: middle;
		margin: 0;
		cursor: pointer;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li img {
		display: block;
		width: 6px;
		height: 6px;
		margin: 0 8px;
		padding: 6px 6px 0 0;
		opacity: 1;
		overflow: hidden;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		cursor: pointer;
		background: #676666;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.radiantthemes-cart .woocommerce-cart-form {
		padding-right: 0px;
	}
	
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: inline-flex;
		border-top: 1px solid rgba(0, 0, 0, .1);
	}
	
	.woocommerce-product-gallery .flex-viewport {
		height: auto !important;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs, .woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
		display: block;
		float: none;
		width: auto;
		text-align: center;
		position: absolute;
		bottom: 20px;
		left: auto;
		top: auto;
		z-index: 9;
		width: 100%;
		margin: 0;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li {
		position: relative;
		float: none;
		display: inline-block;
		width: auto;
		height: auto;
		max-width: 80px;
		vertical-align: middle;
		margin: 0;
		cursor: pointer;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li img {
		display: block;
		width: 6px;
		height: 6px;
		margin: 0 8px;
		padding: 6px 6px 0 0;
		opacity: 1;
		overflow: hidden;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		cursor: pointer;
		background: #676666;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.radiantthemes-cart .woocommerce-cart-form {
		padding-right: 0px;
	}
	
	.radiantthemes-cart .cart-collaterals .coupon {
		display: flex;
		flex-direction: column;
		max-width: 400px;
		width: 100%;
		margin-bottom: 5px;
	}
	
	.woocommerce-page table.cart td.actions .coupon .input-text + .button {
		width: 100% !important;
	}
	
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		margin: 0 0 15px 0;
		width: 100% !important;
		text-align: center;
		border-style: none !important;
		padding: 6px 15px 6px 15px !important;
	}
	
	.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
		text-align: center !important;
	}
	
	.woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
		width: 100%;
		margin: 0 auto;
	}
	
	.woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
		float: left;
		width: 100%;
	}
	
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: none;
	}
	
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: block;
	}
	
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: none;
	}
	
	.shop_table.cart tbody tr.woocommerce-cart-form__cart-item.cart_item {
		display: inline-flex;
	}
	
	.shop_table.cart .product-price, .shop_table.cart tbody tr td.product-details .product-name {
		text-align: left;
	}
	
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: none;
	}
	
	.shop_table .actions .continue_shopping {
		float: left;
		vertical-align: middle;
		color: #676666;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.woocommerce-checkout-review-order {
		width: 100%;
		margin-top: 30px;
	}
	
	.col2-set#customer_details {
		width: 100%;
	}
	
	.col2-set#customer_details .col-1 {
		padding-left: 0;
		padding-right: 0px;
	}
	
	.col2-set#customer_details .col-2 {
		padding-left: 0;
		padding-right: 0px;
	}
	
	.woocommerce .wraper_shop_single .shop_single_accordion {
		background: #fff;
		padding: 30px 30px 25px 30px;
		margin-bottom: 110px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.wraper_shop_single .shop_single {
		width: 100%;
		display: inline-block;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.shop_related .products h4 {
		padding: 0px;
		margin-bottom: 10px;
	}
	
	.radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons, .radiantthemes-shop .radiantthemes-shop-box .holder .add-bag, .radiantthemes-shop .radiantthemes-shop-box .holder .product-description .add-bag {
		display: none !important;
	}
	
	.wraper_shop_single.style-one .container {
		padding-top: 5px;
		padding-bottom: 17px;
	}
	
	.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
		display: none;
	}
	
	.shop_table.cart tbody tr.woocommerce-cart-form__cart-item.cart_item {
		display: inline-flex;
		flex-direction: column;
	}
	
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		text-align: left !important;
		margin: 0px !important;
		padding-right: 20px;
	}
}

@media screen and (min-width:480px) and (max-width:767px) {
	.shop_table.cart .quantity {
		width: 80px;
		border: 1px solid #d0d0d0;
		background: #fff;
		height: calc(34px);
		position: relative;
		justify-content: center;
		display: flex;
		align-items: center;
		margin: 0px 16px 0px 0px;
	}
	
	.shop_table.cart .quantity > .input-group-addon {
		display: flex;
		outline: 0;
		justify-content: center;
		align-items: center;
		border: 0;
		width: 20px;
		height: 20px;
		border-radius: 0px;
		text-decoration: none;
		overflow: visible;
		text-decoration: none;
		cursor: pointer;
		-moz-user-select: -moz-none;
		-ms-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		-webkit-transition: background .3s cubic-bezier(.33, 1, .4, 1);
		transition: background .3s cubic-bezier(.33, 1, .4, 1);
		margin: 0;
	}
	
	.shop_table.cart .quantity > .qty {
		padding: 0;
		width: 25%;
		min-width: 25px;
		max-height: 25px;
		text-align: center;
		border: 0;
		color: #272727;
		outline: 0;
		-webkit-appearance: textfield;
		-moz-appearance: textfield;
		background: 0 0;
		font-size: 14px;
	}
	
	.radiantthemes-cart .cart-collaterals .cart_totals tr {
		border: none !important;
	}
	
	.woocommerce .shop_table td.actions {
		width: 100%;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs, .woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
		display: block;
		float: none;
		width: auto;
		text-align: center;
		position: absolute;
		bottom: 20px;
		left: auto;
		top: auto;
		z-index: 9;
		width: 100%;
		margin: 0;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li {
		position: relative;
		float: none;
		display: inline-block;
		width: auto;
		height: auto;
		max-width: 80px;
		vertical-align: middle;
		margin: 0;
		cursor: pointer;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li img {
		display: block;
		width: 6px;
		height: 6px;
		margin: 0 8px;
		padding: 6px 6px 0 0;
		opacity: 1;
		overflow: hidden;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		cursor: pointer;
		background: #676666;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.radiantthemes-cart .woocommerce-cart-form {
		padding-right: 0px;
	}
	
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: inline-flex;
		border-top: 1px solid rgba(0, 0, 0, .1);
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li {
		position: relative;
		float: none;
		display: inline-block;
		width: auto;
		height: auto;
		max-width: 80px;
		vertical-align: middle;
		margin: 0;
		cursor: pointer;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li img {
		display: block;
		width: 6px;
		height: 6px;
		margin: 0 8px;
		padding: 6px 6px 0 0;
		opacity: 1;
		overflow: hidden;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		cursor: pointer;
		background: #676666;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.radiantthemes-cart .woocommerce-cart-form {
		padding-right: 0px;
	}
	
	.radiantthemes-cart .cart-collaterals .coupon {
		display: flex;
		flex-direction: column;
		max-width: 400px;
		width: 100%;
		margin-bottom: 5px;
	}
	
	.radiantthemes-cart .cart-collaterals .cart_totals tr {
		border: none !important;
	}
	
	.woocommerce-page table.cart td.actions .coupon .input-text + .button {
		width: 100% !important;
	}
	
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		margin: 0 0 15px 0;
		width: 100% !important;
		text-align: center;
		border-style: none !important;
		padding: 6px 15px 6px 15px !important;
	}
	
	.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
		text-align: center !important;
	}
	
	.woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
		width: 100%;
		margin: 0 auto;
	}
	
	.woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
		float: left;
		width: 100%;
		margin-bottom: 0px;
	}
	
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: none;
	}
	
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: inline-flex;
		border-top: 1px solid rgba(0, 0, 0, .1);
	}
	
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		display: block;
		text-align: left !important;
		margin: 0px !important;
		padding-right: 20px;
	}
	
	.shop_table.cart tbody tr td.product-thumbnail a {
		display: inline-block;
		margin: 0;
	}
	
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: none;
	}
	
	.shop_table.cart tbody tr.woocommerce-cart-form__cart-item.cart_item {
		display: inline-flex;
		flex-direction: column;
	}
	
	.shop_table.cart .product-price, .shop_table.cart tbody tr td.product-details .product-name {
		text-align: left;
	}
	
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: none;
		width: 100%;
	}
	
	.shop_table .actions .continue_shopping {
		float: left;
		vertical-align: middle;
		color: #676666;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.woocommerce-checkout-review-order {
		width: 100%;
		padding: 70px !important;
		margin-top: 30px;
	}
	
	.col2-set#customer_details {
		width: 100%;
	}
	
	.col2-set#customer_details .col-1 {
		padding-left: 0;
		padding-right: 0px;
	}
	
	.col2-set#customer_details .col-2 {
		padding-left: 0;
		padding-right: 0px;
	}
	
	.woocommerce .wraper_shop_single .shop_single_accordion {
		background: #fff;
		padding: 30px 30px 25px 30px;
		margin-bottom: 110px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.wraper_shop_single .shop_single {
		width: 100%;
		display: inline-block;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.shop_related .products h4 {
		padding-left: 0px;
		margin-bottom: 10px;
	}
	
	.radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons, .radiantthemes-shop .radiantthemes-shop-box .holder .add-bag, .radiantthemes-shop .radiantthemes-shop-box .holder .product-description .add-bag {
		display: none !important;
	}
	
	.shop_table.cart tbody tr td .product-remove {
		text-align: right;
		margin-right: 15px;
		vertical-align: middle;
		position: absolute;
		right: 0;
		top: 23px;
	}
	
	.shop_table.cart .product-subtotal {
		bottom: 29px;
		right: 15px;
	}
	
	.radiantthemes-cart .cart-collaterals tr.order-total td, .radiantthemes-cart .cart-collaterals tr.cart-subtotal td {
		flex-grow: 1;
		padding-right: 0px;
	}
	
	.rt-login-form form .form-row .input-text, .rt-coupon form.checkout_coupon .input-text {
		width: 100% !important;
	}
	
	.wraper_shop_single.style-one .container {
		padding-top: 5px;
		padding-bottom: 17px;
	}
}

@media screen and (min-width:321px) and (max-width:479px) {
	.shop_table.cart .quantity {
		width: 80px;
		border: 1px solid #d0d0d0;
		background: #fff;
		height: calc(34px);
		position: relative;
		justify-content: center;
		display: flex;
		align-items: center;
		margin: 0px 16px 0px 0px;
	}
	
	.shop_table.cart .quantity > .input-group-addon {
		display: flex;
		outline: 0;
		justify-content: center;
		align-items: center;
		border: 0;
		width: 20px;
		height: 20px;
		border-radius: 0px;
		text-decoration: none;
		overflow: visible;
		text-decoration: none;
		cursor: pointer;
		-moz-user-select: -moz-none;
		-ms-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		-webkit-transition: background .3s cubic-bezier(.33, 1, .4, 1);
		transition: background .3s cubic-bezier(.33, 1, .4, 1);
		margin: 0;
	}
	
	.shop_table.cart .quantity > .qty {
		padding: 0;
		width: 25%;
		min-width: 25px;
		max-height: 25px;
		text-align: center;
		border: 0;
		color: #272727;
		outline: 0;
		-webkit-appearance: textfield;
		-moz-appearance: textfield;
		background: 0 0;
		font-size: 14px;
	}
	
	.radiantthemes-cart .cart-collaterals .cart_totals tr {
		border: none !important;
	}
	
	.woocommerce-checkout-review-order {
		width: 100%;
		padding: 70px;
		margin-top: 30px;
	}
	
	.woocommerce .shop_table td.actions {
		width: 100%;
	}
	
	.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .comments-no {
		padding-left: 0;
	}
	
	.wraper_shop_single.style-one .shop_related .related {
		margin: 0px;
	}
	
	.wraper_shop_single .container {
		padding-top: 50px;
		padding-bottom: 0px;
	}
	
	.wraper_shop_single.style-one .container {
		padding-top: 5px;
		padding-bottom: 17px;
	}
	
	.shop_related {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.comments-area ol.comment-list li .reply {
		position: initial;
		margin-bottom: 20px;
	}
	
	.comments-area ol.comment-list li .comment-body {
		padding: 0 0 0px 85px;
	}
	
	.radiantthemes-cart .woocommerce-cart-form {
		padding-right: 0px;
	}
	
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: none;
	}
	
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: inline-flex;
		border-top: 1px solid rgba(0, 0, 0, .1);
		width: 100%;
	}
	
	.shop_table.cart tbody tr {
		/*display: flex;*/
		flex-direction: inherit;
	}
	
	.shop_table.cart tbody tr td.product-thumbnail {
		padding-right: 15px;
	}
	
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		text-align: left !important;
	}
	
	.shop_table.cart tbody tr td.product-thumbnail img {
		width: 65px;
		max-width: 65px;
	}
	
	.shop_table.cart tbody tr td .product-remove {
		margin-right: 0px;
		position: absolute;
		top: 23px;
		right: 0;
	}
	
	.shop_table.cart tbody tr td.product-details .product-name {
		flex: 0 0 70%;
		max-width: 70%;
		margin: 0px;
	}
	
	.shop_table.cart .product-subtotal {
		bottom: 29px;
		right: 15px;
	}
	
	.shop_table.cart .actions .coupon {
		flex-direction: column;
		width: 100%;
		margin-bottom: 0px;
		padding-bottom: 0px !important;
	}
	
	.woocommerce-page table.cart td.actions .coupon .input-text + .button {
		width: 100% !important;
	}
	
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		margin: 0 0 15px 0;
		width: 100% !important;
		text-align: center;
		border-style: none !important;
		padding: 6px 15px 6px 15px !important;
	}
	
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
		display: inline-block;
	}
	
	.woocommerce table.shop_table_responsive tbody td, .woocommerce-page table.shop_table_responsive tbody td {
		margin-right: 0px;
		padding-right: 0px;
	}
	
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		/*display: flex;*/
		border: none !important;
	}
	
	.radiantthemes-cart .cart-collaterals tr.order-total td, .radiantthemes-cart .cart-collaterals tr.cart-subtotal td {
		flex-grow: 1;
		text-align: right !important;
	}
	
	.woocommerce table.shop_table tbody:first-child tr:first-child th, .radiantthemes-cart .cart-collaterals .cart_totals tr th {
		margin: 0;
		width: 100%;
	}
	
	.radiantthemes-cart .wc-proceed-to-checkout {
		padding: 0 0px;
	}
	
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: none;
	}
	
	.shop_table .actions .continue_shopping {
		float: left;
		vertical-align: middle;
		color: #676666;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.woocommerce-checkout-review-order {
		width: 100%;
		padding: 30px !important;
		margin-top: 30px;
	}
	
	.col2-set#customer_details {
		width: 100%;
		padding: 30px;
	}
	
	.col2-set#customer_details .col-1 {
		padding-left: 0;
		padding-right: 0px;
	}
	
	.col2-set#customer_details .col-2 {
		padding-left: 0;
		padding-right: 0px;
	}
	
	.rt-login-coupon {
		width: 100%;
		padding-right: 0px;
	}
	
	.rt-login-form form .form-row .input-text, .rt-coupon form.checkout_coupon .input-text {
		width: 100% !important;
	}
	
	.woocommerce-customer-details .woocommerce-column--billing-address.col-1, .woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
		max-width: 100%;
		width: 100%;
	}
	
	.woocommerce-customer-details .woocommerce-column--billing-address.col-1 {
		padding: 0px;
		margin-bottom: 25px;
	}
	
	.woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
		padding: 0px;
	}
	
	.woocommerce ul.order_details li {
		display: contents;
	}
	
	.wraper_blog_main.style-default .blog_main {
		padding-right: 0px;
	}
	
	.blog_main .entry-blog-content {
		padding: 0 0 50px 0;
	}
	
	.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item {
		display: inline-block;
		position: relative;
	}
	
	.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .date {
		float: left;
	}
	
	.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .tag-name {
		float: left;
	}
	
	.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .rt-author {
		padding-left: 0;
		float: left;
	}
	
	.blog_single .entry-blog-content .post-meta .entry-header, .blog-style-one .wraper_blog_main .blog_single .entry-blog-content .post-meta .entry-header {
		padding: 0;
	}
	
	.blog-style-one .wraper_blog_main .blog_single {
		padding-right: 0px;
		padding-top: 20px;
	}
	
	.post-navigation .nav-links .nav-next {
		width: 100%;
	}
	
	.post-navigation .nav-links .nav-next, .post-navigation .nav-links .nav-previous {
		width: 100%;
	}
	
	.comments-area .comment-form > p {
		padding-right: 0;
	}
	
	.comments-area .comment-form > p.comment-form-author, .comments-area .comment-form > p.comment-form-email, .comments-area .comment-form > p.comment-form-url {
		width: 100%;
	}
	
	.shop_single #review_form #respond .comment-form-author, .shop_single_tabs #review_form #respond .comment-form-author, .shop_single #review_form #respond .comment-form-email, .shop_single_tabs #review_form #respond .comment-form-email {
		width: 100%;
		padding: 0px !important;
	}
	
	.widget-area > #search-2 {
		margin-top: 15px;
	}
	
	.shop_table.wishlist_view .product-thumbnail {
		margin-bottom: 30px;
	}
	
	.shop_table.wishlist_view .item-details .item-details-table {
		margin: 0px;
		width: 100%;
	}
	
	.shop_table.wishlist_view tbody tr td {
		margin: 0px;
		padding: 15px 0px;
	}
	
	.shop_table.wishlist_view .additional-info {
		margin: 0px;
	}
	
	.shop_table.wishlist_view .product-add-to-cart {
		text-align: left;
	}
	
	.shop_table.wishlist_view .additional-info-wrapper {
		position: relative;
		display: inline-block;
		margin-bottom: 52px;
	}
	
	.shop_table.wishlist_view .product-remove {
		position: absolute;
		top: 15px;
		left: auto;
		right: -100%;
	}
	
	.border-line-right .elementor-heading-title:after {
		content: "";
		background: #272727;
		width: 70px;
		height: 2px;
		position: absolute;
		top: 55%;
		margin-left: 70px;
	}
	
	.landing-demo-content .landing-demo .demo-img-scroll img {
		bottom: -776px !important;
	}
	
	.modal-content.welcome-box {
		margin: 0 30px;
	}
	
	#welcome-user .modal-body {
		padding: 30px 30px;
	}
	
	.woocommerce-cart .woocommerce table.shop_table {
		margin: 0 -1px 30px 0;
	}
	
	.woocommerce .wraper_shop_single .shop_single_accordion {
		background: #fff;
		padding: 30px 30px 25px 30px;
		margin-bottom: 110px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.wraper_shop_single .shop_single {
		width: 100%;
		display: inline-block;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.shop_related .products h4 {
		padding: 0px;
		margin-bottom: 10px;
	}
	
	.radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons, .radiantthemes-shop .radiantthemes-shop-box .holder .add-bag, .radiantthemes-shop .radiantthemes-shop-box .holder .product-description .add-bag {
		display: none !important;
	}
}

@media screen and (max-width:480px) {
	.woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
		float: left;
		width: 100%;
		margin-bottom: 8px;
	}
}

@media screen and (max-width:350px) {
	.shop_table.cart .quantity {
		width: 80px;
		border: 1px solid #d0d0d0;
		border-radius: 0px;
		background: #fff;
		height: calc(34px);
		position: relative;
		justify-content: center;
		display: flex;
		align-items: center;
		margin: 0px 16px 0px 0px;
	}
	
	.shop_table.cart .quantity > .input-group-addon {
		display: flex;
		outline: 0;
		justify-content: center;
		align-items: center;
		border: 0;
		width: 20px;
		height: 20px;
		border-radius: 0px;
		text-decoration: none;
		overflow: visible;
		text-decoration: none;
		cursor: pointer;
		-moz-user-select: -moz-none;
		-ms-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		-webkit-transition: background .3s cubic-bezier(.33, 1, .4, 1);
		transition: background .3s cubic-bezier(.33, 1, .4, 1);
		margin: 0;
	}
	
	.shop_table.cart .quantity > .qty {
		padding: 0;
		width: 25%;
		min-width: 25px;
		max-height: 25px;
		text-align: center;
		border: 0;
		color: #272727;
		outline: 0;
		-webkit-appearance: textfield;
		-moz-appearance: textfield;
		background: 0 0;
		font-size: 14px;
	}
	
	.woocommerce .shop_table td.actions {
		width: 100%;
	}
	
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		flex-direction: row;
	}
	
	.shop_table.cart tbody tr td.product-details .product-name a {
		color: #272727;
		width: 80%;
		float: left;
	}
	
	.woocommerce .wraper_shop_single .shop_single_accordion {
		background: #fff;
		padding: 30px 30px 25px 30px;
		margin-bottom: 110px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.woocommerce .wraper_shop_single .shop_single_accordion {
		background: #fff;
		padding: 30px 30px 25px 30px;
		margin-bottom: 110px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.shop_related .products h4 {
		padding: 0px;
		margin-bottom: 10px;
	}
	
	.radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons, .radiantthemes-shop .radiantthemes-shop-box .holder .add-bag, .radiantthemes-shop .radiantthemes-shop-box .holder .product-description .add-bag {
		display: none !important;
	}
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px) {
	.shop_table.cart .quantity {
		width: 80px;
		border: 1px solid #d0d0d0;
		background: #fff;
		height: calc(34px);
		position: relative;
		justify-content: center;
		display: flex;
		align-items: center;
		margin: 0px 16px 0px 0px;
	}
	
	.shop_table.cart .quantity > .input-group-addon {
		display: flex;
		outline: 0;
		justify-content: center;
		align-items: center;
		border: 0;
		width: 20px;
		height: 20px;
		border-radius: 0px;
		text-decoration: none;
		overflow: visible;
		text-decoration: none;
		cursor: pointer;
		-moz-user-select: -moz-none;
		-ms-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		-webkit-transition: background .3s cubic-bezier(.33, 1, .4, 1);
		transition: background .3s cubic-bezier(.33, 1, .4, 1);
		margin: 0;
	}
	
	.shop_table.cart .quantity > .qty {
		padding: 0;
		width: 25%;
		min-width: 25px;
		max-height: 25px;
		text-align: center;
		border: 0;
		color: #272727;
		outline: 0;
		-webkit-appearance: textfield;
		-moz-appearance: textfield;
		background: 0 0;
		font-size: 14px;
	}
	
	.woocommerce .shop_table td.actions {
		width: 100%;
	}
	
	.comments-area ol.comment-list li .reply {
		position: initial;
		margin-bottom: 20px;
	}
	
	.comments-area ol.comment-list li .comment-body {
		padding: 0 0 0px 85px;
	}
	
	.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .comments-no {
		padding-left: 0;
	}
	
	.wraper_shop_single.style-one .shop_related .related {
		margin: 0px;
	}
	
	.blog .content-area .container {
		max-width: calc(100%);
	}
	
	.wraper_shop_single .container {
		padding-top: 5px;
		padding-bottom: 7px;
	}
	
	.radiantthemes-cart .woocommerce-cart-form {
		padding-right: 0px;
	}
	
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: none;
	}
	
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: inline-flex;
		border-top: 1px solid rgba(0, 0, 0, .1);
	}
	
	.shop_table.cart tbody tr {
		display: flex;
		flex-direction: row;
		margin-bottom: 0px;
	}
	
	.shop_table.cart tbody tr td.product-thumbnail {
		padding-right: 15px;
	}
	
	.woocommerce table.shop_table_responsive tbody td, .woocommerce-page table.shop_table_responsive tbody td {
		margin-right: 0px;
	}
	
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		text-align: left !important;
		margin: 0px;
	}
	
	.shop_table.cart tbody tr td.product-thumbnail img {
		width: 65px;
		max-width: 65px;
	}
	
	.shop_table.cart tbody tr td .product-remove {
		margin-right: 5px;
		position: absolute;
		top: 20px;
		right: 0;
	}
	
	.shop_table.cart .product-subtotal {
		padding-right: 0;
	}
	
	.shop_table .actions .continue_shopping {
		float: left;
		vertical-align: middle;
		color: #676666;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.shop_table.cart .actions .coupon {
		flex-direction: column;
		max-width: 400px;
		width: 100%;
		margin-bottom: 5px;
	}
	
	.woocommerce-page table.cart td.actions .coupon .input-text + .button {
		width: 100% !important;
	}
	
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		margin: 0 0 15px 0;
		width: 100% !important;
		border-style: none !important;
		text-align: center;
		padding: 6px 15px 6px 15px !important;
	}
	
	.woocommerce-checkout-review-order {
		width: 100%;
	}
	
	.col2-set#customer_details {
		width: 100%;
	}
	
	.col2-set#customer_details .col-1 {
		padding-left: 0;
		padding-right: 0px;
	}
	
	.col2-set#customer_details .col-2 {
		padding-left: 0;
		padding-right: 0px;
	}
	
	.rt-login-coupon {
		width: 100%;
		padding-right: 0px;
	}
	
	.rt-login-form form .form-row .input-text, .rt-coupon form.checkout_coupon .input-text {
		width: 100% !important;
	}
	
	.woocommerce-customer-details .woocommerce-column--billing-address.col-1, .woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
		max-width: 100%;
		width: 100%;
	}
	
	.woocommerce-customer-details .woocommerce-column--billing-address.col-1 {
		padding: 0px;
		margin-bottom: 25px;
	}
	
	.woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
		padding: 0px;
	}
	
	.woocommerce ul.order_details li {
		display: contents;
	}
	
	.wraper_blog_main.style-default .blog_main {
		padding-right: 0px;
	}
	
	.blog_main .entry-blog-content {
		padding: 0 0 50px 0;
	}
	
	.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item {
		display: inline-block;
		position: relative;
	}
	
	.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .date {
		float: left;
	}
	
	.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .tag-name {
		float: left;
	}
	
	.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .rt-author {
		padding-left: 0;
		float: left;
	}
	
	.blog_single .entry-blog-content .post-meta .entry-header, .blog-style-one .wraper_blog_main .blog_single .entry-blog-content .post-meta .entry-header {
		padding: 0;
	}
	
	.blog-style-one .wraper_blog_main .blog_single {
		padding-right: 0px;
	}
	
	.post-navigation .nav-links .nav-next {
		width: 100%;
	}
	
	.post-navigation .nav-links .nav-next, .post-navigation .nav-links .nav-previous {
		width: 100%;
	}
	
	.comments-area .comment-form > p {
		padding-right: 0;
	}
	
	.comments-area .comment-form > p.comment-form-author, .comments-area .comment-form > p.comment-form-email, .comments-area .comment-form > p.comment-form-url {
		width: 100%;
	}
	
	.shop_single #review_form #respond .comment-form-author, .shop_single_tabs #review_form #respond .comment-form-author, .shop_single #review_form #respond .comment-form-email, .shop_single_tabs #review_form #respond .comment-form-email {
		width: 100%;
		padding: 0px !important;
	}
	
	.widget-area > #search-2 {
		margin-top: 15px;
	}
	
	.blog-style-one .wraper_blog_main .widget-area {
		padding-top: 0;
	}
	
	.shop_table.wishlist_view .product-thumbnail {
		margin-bottom: 30px;
	}
	
	.shop_table.wishlist_view .item-details .item-details-table {
		margin: 0px;
		width: 100%;
	}
	
	.shop_table.wishlist_view tbody tr td {
		margin: 0px;
		padding: 15px 0px;
	}
	
	.shop_table.wishlist_view .additional-info {
		margin: 0px;
	}
	
	.shop_table.wishlist_view .product-add-to-cart {
		text-align: left;
	}
	
	.shop_table.wishlist_view .additional-info-wrapper {
		position: relative;
		display: inline-block;
		margin-bottom: 52px;
	}
	
	.shop_table.wishlist_view .product-remove {
		position: absolute;
		top: 15px;
		left: auto;
		right: -100%;
	}
	
	.border-line-right .elementor-heading-title:after {
		content: "";
		background: #272727;
		width: 70px;
		height: 2px;
		position: absolute;
		top: 55%;
		margin-left: 70px;
	}
	
	.landing-demo-content .landing-demo .demo-img-scroll img {
		bottom: -570px !important;
	}
	
	.modal-content.welcome-box {
		margin: 0 30px;
	}
	
	#welcome-user .modal-body {
		padding: 30px 30px;
	}
	
	.woocommerce-cart .woocommerce table.shop_table {
		margin: 0 -1px 30px 0;
	}
	
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		display: flex;
		border: none !important;
	}
	
	.radiantthemes-cart .cart-collaterals tr.order-total td, .radiantthemes-cart .cart-collaterals tr.cart-subtotal td {
		flex-grow: 1;
		text-align: right !important;
	}
	
	.woocommerce table.shop_table tbody:first-child tr:first-child th, .radiantthemes-cart .cart-collaterals .cart_totals tr th {
		margin: 0;
	}
	
	.radiantthemes-cart .wc-proceed-to-checkout {
		padding: 0 20px;
	}
	
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: none;
	}
	
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		display: inline-flex;
		border: none !important;
		flex-direction: column;
	}
}

@media all and (max-width: 767px) {
	.woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
		padding-bottom: 0;
	}
}

/* ================================== */

/* END OF MEDIA QUERY CSS*/

/* ================================== */
.woocommerce div.product form.cart .variations td.label {
	line-height: 55px;
	text-transform: capitalize;
}

.woocommerce div.product form.cart .variations label {
	font-weight: 600;
}

@media all and (max-width: 575px) {
	.single.single-product .wraper_shop_single.style-one .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media all and (max-width: 480px) {
	.shop_related .products h4 {
		padding-left: 0px;
	}
}

.default-page table tbody tr th, .default-page table tfoot tr th, .comment-content table thead tr th, .comment-content table tbody tr th, .comment-content table tfoot tr th, .wpb_text_column table thead tr th, .wpb_text_column table tbody tr th, .wpb_text_column table tfoot tr th {
	font-weight: 700 !important;
	color: #262626 !important;
}

@media only screen and (max-width: 768px) {
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
		display: inline-block;
	}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		display: flex;
	}
}
